Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 72a08e14f3edd3c9ef1bb90354511adf0141c72b+27e67a26db9587a799bf14cca6c65a65d4396aa9 (9b520dbbfaf77621d65d917fb04d69e746a1cd6a) 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-25360 in /w/workspace/edgexfoundry_edgex-go_PR-3133 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.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 72a08e14f3edd3c9ef1bb90354511adf0141c72b Merge succeeded, producing 3759c85d92ac96a431750e291ecce51c8d090654 Checking out Revision 3759c85d92ac96a431750e291ecce51c8d090654 (PR-3133) > 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/3133/head:refs/remotes/origin/PR-3133 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 72a08e14f3edd3c9ef1bb90354511adf0141c72b # 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 3759c85d92ac96a431750e291ecce51c8d090654 # 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:37.494Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-07T00:30:37.725Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-07T00:30:37.898Z] ========================================================= [2021-02-07T00:30:37.898Z] EdgeX Global Pipelines Version Info [2021-02-07T00:30:37.898Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0cf6094f580f346c1a0f2296e954f211244f6ae7 # timeout=10 [2021-02-07T00:30:39.454Z] ------------------- [2021-02-07T00:30:39.454Z] stable info: [2021-02-07T00:30:39.454Z] ------------------- [2021-02-07T00:30:39.454Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-07T00:30:39.454Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-07T00:30:39.454Z] Message: update stable to v1.0.179 [2021-02-07T00:30:40.431Z] ------------------- [2021-02-07T00:30:40.431Z] experimental info: [2021-02-07T00:30:40.431Z] ------------------- [2021-02-07T00:30:40.431Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-07T00:30:40.431Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-07T00:30:40.431Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-07T00:30:40.780Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-07T00:30:40.872Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-07T00:30:40.958Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-07T00:30:41.048Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-07T00:30:41.131Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-07T00:30:41.220Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-07T00:30:41.352Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-07T00:30:41.464Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-07T00:30:41.615Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-07T00:30:41.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-07T00:30:41.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-07T00:30:41.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-07T00:30:42.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-07T00:30:42.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-07T00:30:42.294Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-07T00:30:42.391Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-07T00:30:42.487Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-07T00:30:42.572Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-07T00:30:42.654Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-07T00:30:42.734Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-07T00:30:42.825Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-07T00:30:42.919Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-07T00:30:43.004Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-07T00:30:43.112Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3133 [Pipeline] echo [2021-02-07T00:30:43.197Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3133 [Pipeline] echo [2021-02-07T00:30:43.303Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3133 [Pipeline] echo [2021-02-07T00:30:43.390Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3759c85d92ac96a431750e291ecce51c8d090654 [Pipeline] echo [2021-02-07T00:30:43.497Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3759c85 [Pipeline] echo [2021-02-07T00:30:43.575Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-07T00:30:43.729Z] provisioning config files... [2021-02-07T00:30:43.761Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config8142741175610130647tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:30:44.155Z] ---> docker-login.sh [2021-02-07T00:30:44.156Z] nexus3.edgexfoundry.org:10001 [2021-02-07T00:30:44.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:30:44.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:30:44.692Z] Configure a credential helper to remove this warning. See [2021-02-07T00:30:44.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:30:44.692Z] [2021-02-07T00:30:44.692Z] Login Succeeded [2021-02-07T00:30:44.692Z] nexus3.edgexfoundry.org:10002 [2021-02-07T00:30:44.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:30:44.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:30:44.967Z] Configure a credential helper to remove this warning. See [2021-02-07T00:30:44.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:30:44.967Z] [2021-02-07T00:30:44.967Z] Login Succeeded [2021-02-07T00:30:44.967Z] nexus3.edgexfoundry.org:10003 [2021-02-07T00:30:44.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:30:44.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:30:44.967Z] Configure a credential helper to remove this warning. See [2021-02-07T00:30:44.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:30:44.967Z] [2021-02-07T00:30:44.967Z] Login Succeeded [2021-02-07T00:30:44.967Z] nexus3.edgexfoundry.org:10004 [2021-02-07T00:30:45.235Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:30:45.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:30:45.235Z] Configure a credential helper to remove this warning. See [2021-02-07T00:30:45.235Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:30:45.235Z] [2021-02-07T00:30:45.235Z] Login Succeeded [2021-02-07T00:30:45.235Z] docker.io [2021-02-07T00:30:45.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:30:45.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:30:45.792Z] Configure a credential helper to remove this warning. See [2021-02-07T00:30:45.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:30:45.792Z] [2021-02-07T00:30:45.792Z] Login Succeeded [2021-02-07T00:30:45.792Z] ---> docker-login.sh ends [Pipeline] } [2021-02-07T00:30:45.811Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:30:46.299Z] ++ 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:30:46.299Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:30:46.299Z] ++ dirname cmd/core-command/Dockerfile [2021-02-07T00:30:46.299Z] ++ cut -d/ -f2 [2021-02-07T00:30:46.299Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-07T00:30:46.299Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:30:46.299Z] ++ dirname cmd/core-data/Dockerfile [2021-02-07T00:30:46.299Z] ++ cut -d/ -f2 [2021-02-07T00:30:46.299Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-07T00:30:46.299Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:30:46.299Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-07T00:30:46.299Z] ++ cut -d/ -f2 [2021-02-07T00:30:46.299Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-07T00:30:46.299Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:30:46.299Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-07T00:30:46.299Z] ++ cut -d/ -f2 [2021-02-07T00:30:46.299Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-07T00:30:46.299Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:30:46.299Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-07T00:30:46.299Z] ++ cut -d/ -f2 [2021-02-07T00:30:46.299Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-07T00:30:46.299Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:30:46.299Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-07T00:30:46.299Z] ++ cut -d/ -f2 [2021-02-07T00:30:46.299Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-07T00:30:46.299Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:30:46.299Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-07T00:30:46.299Z] ++ cut -d/ -f2 [2021-02-07T00:30:46.299Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-07T00:30:46.299Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:30:46.299Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-07T00:30:46.299Z] ++ cut -d/ -f2 [2021-02-07T00:30:46.299Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-07T00:30:46.299Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:30:46.299Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-07T00:30:46.299Z] ++ cut -d/ -f2 [2021-02-07T00:30:46.299Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-07T00:30:46.383Z] 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:30:47.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:30:47.356Z] [2021-02-07T00:30:47.357Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:30:47.732Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:30:47.732Z] latest: Pulling from edgex-devops/git-semver [2021-02-07T00:30:47.732Z] 31603596830f: Pulling fs layer [2021-02-07T00:30:47.732Z] 2a8b12db71e7: Pulling fs layer [2021-02-07T00:30:47.732Z] 6ca5941a6612: Pulling fs layer [2021-02-07T00:30:47.732Z] ecc8261a40a4: Pulling fs layer [2021-02-07T00:30:47.732Z] ecc8261a40a4: Waiting [2021-02-07T00:30:47.732Z] 2a8b12db71e7: Verifying Checksum [2021-02-07T00:30:47.732Z] 2a8b12db71e7: Download complete [2021-02-07T00:30:47.997Z] 31603596830f: Download complete [2021-02-07T00:30:47.997Z] ecc8261a40a4: Verifying Checksum [2021-02-07T00:30:47.997Z] ecc8261a40a4: Download complete [2021-02-07T00:30:47.997Z] 6ca5941a6612: Verifying Checksum [2021-02-07T00:30:47.997Z] 6ca5941a6612: Download complete [2021-02-07T00:30:48.270Z] 31603596830f: Pull complete [2021-02-07T00:30:48.547Z] 2a8b12db71e7: Pull complete [2021-02-07T00:30:49.529Z] 6ca5941a6612: Pull complete [2021-02-07T00:30:49.794Z] ecc8261a40a4: Pull complete [2021-02-07T00:30:49.794Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-07T00:30:49.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:30:49.794Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-07T00:30:49.924Z] prd-centos7-docker-4c-2g-25360 does not seem to be running inside a container [2021-02-07T00:30:50.020Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-07T00:30:52.288Z] $ docker top 6ad05436fd9f8bf4f20115158f56e9e6f49019f571f1feeda10b596bbcdf9096 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-07T00:30:52.559Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:30:52.559Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:30:52.793Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:30:52.803Z] $ docker exec 6ad05436fd9f8bf4f20115158f56e9e6f49019f571f1feeda10b596bbcdf9096 ssh-agent [2021-02-07T00:30:52.991Z] SSH_AUTH_SOCK=/tmp/ssh-KQDcDCzLjt60/agent.12 [2021-02-07T00:30:52.991Z] SSH_AGENT_PID=17 [2021-02-07T00:30:53.004Z] Running ssh-add (command line suppressed) [2021-02-07T00:30:53.135Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_1110751124712679636.key (/w/workspace/edgex-go/5@tmp/private_key_1110751124712679636.key) [2021-02-07T00:30:53.182Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:30:53.530Z] + git tag --points-at HEAD [Pipeline] } [2021-02-07T00:30:53.569Z] $ docker exec --env ******** --env ******** 6ad05436fd9f8bf4f20115158f56e9e6f49019f571f1feeda10b596bbcdf9096 ssh-agent -k [2021-02-07T00:30:53.707Z] unset SSH_AUTH_SOCK; [2021-02-07T00:30:53.707Z] unset SSH_AGENT_PID; [2021-02-07T00:30:53.707Z] echo Agent pid 17 killed; [2021-02-07T00:30:53.755Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-07T00:30:53.931Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:30:53.932Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:30:54.106Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:30:54.116Z] $ docker exec 6ad05436fd9f8bf4f20115158f56e9e6f49019f571f1feeda10b596bbcdf9096 ssh-agent [2021-02-07T00:30:54.290Z] SSH_AUTH_SOCK=/tmp/ssh-5FImQxYDGyur/agent.47 [2021-02-07T00:30:54.290Z] SSH_AGENT_PID=52 [2021-02-07T00:30:54.297Z] Running ssh-add (command line suppressed) [2021-02-07T00:30:54.433Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5372407893559394023.key (/w/workspace/edgex-go/5@tmp/private_key_5372407893559394023.key) [2021-02-07T00:30:54.486Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:30:54.821Z] + git semver init [2021-02-07T00:30:54.821Z] # -> Open(): unable to determine branch for HEAD [2021-02-07T00:30:54.821Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-02-07T00:30:54.821Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-02-07T00:30:54.821Z] # $SEMVER_REMOTE_NAME = origin [2021-02-07T00:30:54.821Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-07T00:30:54.821Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-07T00:30:54.821Z] # $SEMVER_BRANCH = PR-3133 [2021-02-07T00:30:54.821Z] # $SEMVER_TEMP = /tmp/semver-473655066 [2021-02-07T00:30:54.821Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-07T00:31:27.060Z] # '/tmp/semver-473655066' -> '/w/workspace/edgex-go/5/.semver' [2021-02-07T00:31:27.061Z] # -> Force: false [2021-02-07T00:31:27.061Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-02-07T00:31:27.099Z] $ docker exec --env ******** --env ******** 6ad05436fd9f8bf4f20115158f56e9e6f49019f571f1feeda10b596bbcdf9096 ssh-agent -k [2021-02-07T00:31:27.375Z] unset SSH_AUTH_SOCK; [2021-02-07T00:31:27.375Z] unset SSH_AGENT_PID; [2021-02-07T00:31:27.375Z] echo Agent pid 52 killed; [2021-02-07T00:31:27.491Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:31:27.999Z] + git semver [Pipeline] } [2021-02-07T00:31:28.026Z] $ docker stop --time=1 6ad05436fd9f8bf4f20115158f56e9e6f49019f571f1feeda10b596bbcdf9096 [2021-02-07T00:31:29.963Z] $ docker rm -f 6ad05436fd9f8bf4f20115158f56e9e6f49019f571f1feeda10b596bbcdf9096 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-07T00:31:30.598Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-07T00:31:31.262Z] Stashed 1 file(s) [Pipeline] echo [2021-02-07T00:31:31.265Z] [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:32.116Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:31:32.430Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:31:32.745Z] + sudo service docker restart [2021-02-07T00:31:32.745Z] + true [2021-02-07T00:31:32.745Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-07T00:31:33.714Z] ========================================================= [2021-02-07T00:31:33.714Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-07T00:31:33.714Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:31:34.067Z] + 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:38.397Z] Sending build context to Docker daemon 327.7MB [2021-02-07T00:31:38.397Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-07T00:31:38.397Z] Step 2/6 : FROM ${BASE} [2021-02-07T00:31:38.397Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-07T00:31:38.397Z] 188c0c94c7c5: Pulling fs layer [2021-02-07T00:31:38.397Z] 0ef7d3d256c8: Pulling fs layer [2021-02-07T00:31:38.397Z] de9db76c5a1d: Pulling fs layer [2021-02-07T00:31:38.397Z] bca2f99d35d6: Pulling fs layer [2021-02-07T00:31:38.397Z] 93359f2a8cfa: Pulling fs layer [2021-02-07T00:31:38.397Z] 7c6f9722023f: Pulling fs layer [2021-02-07T00:31:38.397Z] a35cf1a2eb13: Pulling fs layer [2021-02-07T00:31:38.397Z] bca2f99d35d6: Waiting [2021-02-07T00:31:38.397Z] 93359f2a8cfa: Waiting [2021-02-07T00:31:38.397Z] 7c6f9722023f: Waiting [2021-02-07T00:31:38.397Z] a35cf1a2eb13: Waiting [2021-02-07T00:31:38.397Z] de9db76c5a1d: Verifying Checksum [2021-02-07T00:31:38.397Z] de9db76c5a1d: Download complete [2021-02-07T00:31:38.397Z] 0ef7d3d256c8: Download complete [2021-02-07T00:31:38.397Z] 93359f2a8cfa: Verifying Checksum [2021-02-07T00:31:38.397Z] 93359f2a8cfa: Download complete [2021-02-07T00:31:38.397Z] 188c0c94c7c5: Verifying Checksum [2021-02-07T00:31:38.397Z] 188c0c94c7c5: Download complete [2021-02-07T00:31:38.397Z] 7c6f9722023f: Verifying Checksum [2021-02-07T00:31:38.397Z] 7c6f9722023f: Download complete [2021-02-07T00:31:38.676Z] 188c0c94c7c5: Pull complete [2021-02-07T00:31:39.271Z] 0ef7d3d256c8: Pull complete [2021-02-07T00:31:39.545Z] de9db76c5a1d: Pull complete [2021-02-07T00:31:40.138Z] a35cf1a2eb13: Verifying Checksum [2021-02-07T00:31:40.138Z] a35cf1a2eb13: Download complete [2021-02-07T00:31:40.729Z] bca2f99d35d6: Verifying Checksum [2021-02-07T00:31:40.729Z] bca2f99d35d6: Download complete [2021-02-07T00:31:46.079Z] bca2f99d35d6: Pull complete [2021-02-07T00:31:46.347Z] 93359f2a8cfa: Pull complete [2021-02-07T00:31:46.347Z] 7c6f9722023f: Pull complete [2021-02-07T00:31:46.623Z] Still waiting to schedule task [2021-02-07T00:31:46.623Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25356’ [2021-02-07T00:31:51.784Z] a35cf1a2eb13: Pull complete [2021-02-07T00:31:51.784Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-07T00:31:51.784Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-07T00:31:51.784Z] ---> a62c8e92a672 [2021-02-07T00:31:51.784Z] 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:31:52.049Z] ---> Running in e3ace4ba4038 [2021-02-07T00:31:53.005Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:31:54.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:31:58.667Z] (1/12) Installing libmagic (5.38-r0) [2021-02-07T00:32:00.085Z] (2/12) Installing file (5.38-r0) [2021-02-07T00:32:00.085Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-07T00:32:00.085Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-07T00:32:22.121Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-07T00:32:22.121Z] (6/12) Installing patch (2.7.6-r6) [2021-02-07T00:32:22.121Z] (7/12) Installing build-base (0.5-r2) [2021-02-07T00:32:22.121Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-07T00:32:22.121Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-07T00:32:22.121Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-07T00:32:22.121Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-07T00:32:22.121Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-07T00:32:22.121Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:32:22.121Z] OK: 233 MiB in 51 packages [2021-02-07T00:32:25.483Z] Removing intermediate container e3ace4ba4038 [2021-02-07T00:32:25.483Z] ---> 6bff83c89975 [2021-02-07T00:32:25.483Z] Step 4/6 : WORKDIR /edgex-go [2021-02-07T00:32:25.483Z] ---> Running in 94f2262e0d50 [2021-02-07T00:32:25.747Z] Removing intermediate container 94f2262e0d50 [2021-02-07T00:32:25.747Z] ---> faa0e6ae9dcd [2021-02-07T00:32:25.747Z] Step 5/6 : COPY go.mod . [2021-02-07T00:32:26.033Z] ---> f180e75ebe2c [2021-02-07T00:32:26.033Z] Step 6/6 : RUN go mod download [2021-02-07T00:32:26.033Z] ---> Running in 74f690f92f9d [2021-02-07T00:32:48.125Z] Removing intermediate container 74f690f92f9d [2021-02-07T00:32:48.125Z] ---> 6c4282df70dc [2021-02-07T00:32:48.125Z] Successfully built 6c4282df70dc [2021-02-07T00:32:48.125Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:32:48.449Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-07T00:32:48.450Z] . [Pipeline] withDockerContainer [2021-02-07T00:32:48.573Z] prd-centos7-docker-4c-2g-25360 does not seem to be running inside a container [2021-02-07T00:32:48.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-07T00:32:49.654Z] $ docker top 945f31fe4a428c28b0d9da6bb1144e02dd4054c509863d3232902c8708a78fb7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:32:50.250Z] + go version [2021-02-07T00:32:50.250Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-07T00:32:50.271Z] $ docker stop --time=1 945f31fe4a428c28b0d9da6bb1144e02dd4054c509863d3232902c8708a78fb7 [2021-02-07T00:32:51.859Z] $ docker rm -f 945f31fe4a428c28b0d9da6bb1144e02dd4054c509863d3232902c8708a78fb7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:32:52.676Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-07T00:32:52.676Z] . [Pipeline] withDockerContainer [2021-02-07T00:32:52.788Z] prd-centos7-docker-4c-2g-25360 does not seem to be running inside a container [2021-02-07T00:32:52.843Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-07T00:32:53.640Z] $ docker top 0d614f04f21ed2d7bfdb7ff4b79ea14b1f987f95829859545c7fc8f58802b593 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-07T00:32:53.822Z] ========================================================= [2021-02-07T00:32:53.822Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-07T00:32:53.822Z] ========================================================= [Pipeline] sh [2021-02-07T00:32:54.152Z] + make test [2021-02-07T00:32:54.152Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-07T00:33:04.256Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-07T00:33:26.471Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-07T00:33:33.195Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-07T00:33:33.195Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-07T00:33:33.195Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-07T00:33:33.195Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-07T00:33:34.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-07T00:33:34.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-07T00:33:34.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-07T00:33:34.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-07T00:33:34.449Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-07T00:33:35.432Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-07T00:33:38.083Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-07T00:33:38.083Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-07T00:33:38.083Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-07T00:33:42.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.6% of statements [2021-02-07T00:33:42.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-07T00:33:42.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-07T00:33:42.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-07T00:33:42.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-07T00:33:42.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-07T00:33:42.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-07T00:33:42.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-07T00:33:42.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.075s coverage: 100.0% of statements [2021-02-07T00:33:43.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.215s coverage: 27.1% of statements [2021-02-07T00:33:43.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-07T00:33:43.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-07T00:33:43.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-07T00:33:43.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-07T00:33:43.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-07T00:33:43.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-07T00:33:43.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.104s coverage: 100.0% of statements [2021-02-07T00:33:43.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-07T00:33:43.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-02-07T00:33:43.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-07T00:33:43.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-07T00:33:44.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.138s coverage: 65.8% of statements [2021-02-07T00:33:44.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-07T00:33:44.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-07T00:33:45.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.472s coverage: 82.3% of statements [2021-02-07T00:33:45.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-07T00:33:45.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:33:45.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-07T00:33:45.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-07T00:33:48.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.558s coverage: 28.6% of statements [2021-02-07T00:33:48.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-07T00:33:48.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-07T00:33:48.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-07T00:33:48.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-07T00:33:48.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-07T00:33:48.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.112s coverage: 100.0% of statements [2021-02-07T00:33:48.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-07T00:33:48.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements [2021-02-07T00:33:48.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-07T00:33:48.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.131s coverage: 86.7% of statements [2021-02-07T00:33:48.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-07T00:33:48.279Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.156s coverage: 97.5% of statements [2021-02-07T00:33:48.279Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-07T00:33:48.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements [2021-02-07T00:33:48.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-07T00:33:48.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-07T00:33:48.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-07T00:33:48.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-07T00:33:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.605s coverage: 92.8% of statements [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-07T00:33:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-07T00:33:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.113s coverage: 0.1% of statements [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-07T00:33:51.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-07T00:33:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 45.5% of statements [2021-02-07T00:33:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements [2021-02-07T00:33:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-02-07T00:33:51.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements [2021-02-07T00:33:52.309Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements [2021-02-07T00:34:03.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.081s coverage: 94.4% of statements [2021-02-07T00:34:03.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements [2021-02-07T00:34:10.705Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25369 in /w/workspace/edgexfoundry_edgex-go_PR-3133 [Pipeline] { [Pipeline] ws [2021-02-07T00:34:10.757Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.097s coverage: 92.9% of statements [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.4% of statements [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.356s coverage: 68.9% of statements [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 37.0% of statements [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.317s coverage: 84.0% of statements [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.0% of statements [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-07T00:34:16.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-07T00:34:16.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-07T00:34:16.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-07T00:34:16.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.083s coverage: 87.7% of statements [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-07T00:34:16.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.902s coverage: 29.1% of statements [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-07T00:34:16.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-07T00:34:16.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-07T00:34:16.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.066s coverage: 100.0% of statements [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-07T00:34:16.067Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-07T00:34:16.067Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-07T00:34:16.067Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-07T00:34:16.067Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-07T00:34:16.067Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-02-07T00:34:16.067Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements [2021-02-07T00:34:16.067Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-07T00:34:16.067Z] GO111MODULE=on go vet ./... [2021-02-07T00:34:17.874Z] using credential edgex-jenkins-ssh [2021-02-07T00:34:17.934Z] Cloning the remote Git repository [2021-02-07T00:34:18.025Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:34:18.172Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-02-07T00:34:18.269Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:34:18.270Z] > git --version # timeout=10 [2021-02-07T00:34:18.291Z] > git --version # 'git version 2.17.1' [2021-02-07T00:34:18.294Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:34:18.399Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:34:48.302Z] Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit 72a08e14f3edd3c9ef1bb90354511adf0141c72b [2021-02-07T00:34:48.412Z] gofmt -l . [2021-02-07T00:34:48.412Z] [ "`gofmt -l .`" = "" ] [2021-02-07T00:34:48.412Z] ./bin/test-go-mod-tidy.sh [2021-02-07T00:34:48.999Z] ./bin/test-attribution-txt.sh [2021-02-07T00:34:49.372Z] Merge succeeded, producing 9bb909b76ab992c2a7d8cc437a5546254fab463b [2021-02-07T00:34:49.373Z] Checking out Revision 9bb909b76ab992c2a7d8cc437a5546254fab463b (PR-3133) [2021-02-07T00:34:49.581Z] An attribution for github.com/fatih/color is missing from Attribution.txt, please add [2021-02-07T00:34:49.581Z] An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add [2021-02-07T00:34:49.581Z] An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add [2021-02-07T00:34:49.581Z] An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add [2021-02-07T00:34:49.581Z] An attribution for golang.org/x/sys is missing from Attribution.txt, please add [2021-02-07T00:34:49.845Z] make: *** [Makefile:103: test] Error 1 [Pipeline] } [2021-02-07T00:34:49.871Z] $ docker stop --time=1 0d614f04f21ed2d7bfdb7ff4b79ea14b1f987f95829859545c7fc8f58802b593 [2021-02-07T00:34:47.527Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:34:47.562Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:34:47.598Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:34:47.638Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:34:47.639Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:34:47.656Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3133/head:refs/remotes/origin/PR-3133 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-07T00:34:48.329Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:34:48.345Z] > git checkout -f 72a08e14f3edd3c9ef1bb90354511adf0141c72b # timeout=10 [2021-02-07T00:34:48.852Z] > git remote # timeout=10 [2021-02-07T00:34:48.894Z] > git config --get remote.origin.url # timeout=10 [2021-02-07T00:34:48.939Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:34:48.962Z] > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 [2021-02-07T00:34:49.344Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-07T00:34:49.380Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:34:49.398Z] > git checkout -f 9bb909b76ab992c2a7d8cc437a5546254fab463b # timeout=10 [2021-02-07T00:34:53.386Z] $ docker rm -f 0d614f04f21ed2d7bfdb7ff4b79ea14b1f987f95829859545c7fc8f58802b593 [2021-02-07T00:34:54.049Z] Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" [Pipeline] // withDockerContainer [2021-02-07T00:34:54.092Z] First time build. Skipping changelog. [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] withEnv [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // withEnv [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] } [2021-02-07T00:34:55.090Z] Failed in branch amd64 [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-07T00:34:56.087Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-02-07T00:34:54.063Z] > git rev-list --no-walk 0cf6094f580f346c1a0f2296e954f211244f6ae7 # timeout=10 [Pipeline] sh [2021-02-07T00:34:56.597Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:34:56.959Z] + sudo service docker+ restart [2021-02-07T00:34:56.959Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-07T00:34:59.073Z] provisioning config files... [2021-02-07T00:34:59.125Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config5160516746157185530tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:34:59.574Z] ---> docker-login.sh [2021-02-07T00:34:59.574Z] nexus3.edgexfoundry.org:10001 [2021-02-07T00:35:00.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:35:00.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:35:00.847Z] Configure a credential helper to remove this warning. See [2021-02-07T00:35:00.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:35:00.847Z] [2021-02-07T00:35:00.847Z] Login Succeeded [2021-02-07T00:35:00.847Z] nexus3.edgexfoundry.org:10002 [2021-02-07T00:35:01.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:35:01.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:35:01.448Z] Configure a credential helper to remove this warning. See [2021-02-07T00:35:01.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:35:01.448Z] [2021-02-07T00:35:01.448Z] Login Succeeded [2021-02-07T00:35:01.448Z] nexus3.edgexfoundry.org:10003 [2021-02-07T00:35:01.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:35:01.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:35:01.995Z] Configure a credential helper to remove this warning. See [2021-02-07T00:35:01.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:35:01.995Z] [2021-02-07T00:35:01.995Z] Login Succeeded [2021-02-07T00:35:01.995Z] nexus3.edgexfoundry.org:10004 [2021-02-07T00:35:02.599Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:35:02.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:35:02.599Z] Configure a credential helper to remove this warning. See [2021-02-07T00:35:02.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:35:02.599Z] [2021-02-07T00:35:02.599Z] Login Succeeded [2021-02-07T00:35:02.599Z] docker.io [2021-02-07T00:35:03.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:35:03.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:35:03.475Z] Configure a credential helper to remove this warning. See [2021-02-07T00:35:03.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:35:03.476Z] [2021-02-07T00:35:03.476Z] Login Succeeded [2021-02-07T00:35:03.476Z] ---> docker-login.sh ends [Pipeline] } [2021-02-07T00:35:03.494Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-07T00:35:03.965Z] ========================================================= [2021-02-07T00:35:03.965Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-07T00:35:03.965Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:35:04.376Z] + 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:07.058Z] Sending build context to Docker daemon 166.2MB [2021-02-07T00:35:07.058Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-07T00:35:07.058Z] Step 2/6 : FROM ${BASE} [2021-02-07T00:35:07.058Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-07T00:35:07.058Z] 5f621e34cdf4: Pulling fs layer [2021-02-07T00:35:07.058Z] a4357932f1b6: Pulling fs layer [2021-02-07T00:35:07.058Z] 18c013af1878: Pulling fs layer [2021-02-07T00:35:07.058Z] 00ac8860ef70: Pulling fs layer [2021-02-07T00:35:07.058Z] 63d7cb157983: Pulling fs layer [2021-02-07T00:35:07.058Z] b116817d02f9: Pulling fs layer [2021-02-07T00:35:07.058Z] 745a02a5169b: Pulling fs layer [2021-02-07T00:35:07.058Z] 63d7cb157983: Waiting [2021-02-07T00:35:07.058Z] 00ac8860ef70: Waiting [2021-02-07T00:35:07.058Z] b116817d02f9: Waiting [2021-02-07T00:35:07.058Z] 745a02a5169b: Waiting [2021-02-07T00:35:07.058Z] 18c013af1878: Verifying Checksum [2021-02-07T00:35:07.058Z] 18c013af1878: Download complete [2021-02-07T00:35:07.058Z] a4357932f1b6: Verifying Checksum [2021-02-07T00:35:07.058Z] a4357932f1b6: Download complete [2021-02-07T00:35:07.333Z] 63d7cb157983: Verifying Checksum [2021-02-07T00:35:07.333Z] 63d7cb157983: Download complete [2021-02-07T00:35:07.333Z] b116817d02f9: Verifying Checksum [2021-02-07T00:35:07.333Z] b116817d02f9: Download complete [2021-02-07T00:35:07.611Z] 5f621e34cdf4: Verifying Checksum [2021-02-07T00:35:07.611Z] 5f621e34cdf4: Download complete [2021-02-07T00:35:08.240Z] 5f621e34cdf4: Pull complete [2021-02-07T00:35:08.854Z] a4357932f1b6: Pull complete [2021-02-07T00:35:09.460Z] 18c013af1878: Pull complete [2021-02-07T00:35:09.743Z] 745a02a5169b: Verifying Checksum [2021-02-07T00:35:09.743Z] 745a02a5169b: Download complete [2021-02-07T00:35:11.195Z] 00ac8860ef70: Download complete [2021-02-07T00:35:21.384Z] 00ac8860ef70: Pull complete [2021-02-07T00:35:21.660Z] 63d7cb157983: Pull complete [2021-02-07T00:35:21.942Z] b116817d02f9: Pull complete [2021-02-07T00:35:25.326Z] 745a02a5169b: Pull complete [2021-02-07T00:35:25.326Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-07T00:35:25.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-07T00:35:25.326Z] ---> b7e6874047d6 [2021-02-07T00:35:25.326Z] 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:29.648Z] ---> Running in 881e2dafb7c7 [2021-02-07T00:35:30.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:35:32.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:35:34.691Z] (1/12) Installing libmagic (5.38-r0) [2021-02-07T00:35:34.965Z] (2/12) Installing file (5.38-r0) [2021-02-07T00:35:34.965Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-07T00:35:35.238Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-07T00:35:50.322Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-07T00:35:50.322Z] (6/12) Installing patch (2.7.6-r6) [2021-02-07T00:35:50.322Z] (7/12) Installing build-base (0.5-r2) [2021-02-07T00:35:50.322Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-07T00:35:50.322Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-07T00:35:50.322Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-07T00:35:50.322Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-07T00:35:50.322Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-07T00:35:50.322Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:35:50.322Z] OK: 217 MiB in 51 packages [2021-02-07T00:35:52.989Z] Removing intermediate container 881e2dafb7c7 [2021-02-07T00:35:52.989Z] ---> 8b0b6b7772ef [2021-02-07T00:35:52.989Z] Step 4/6 : WORKDIR /edgex-go [2021-02-07T00:35:52.989Z] ---> Running in 3533baf0d3c8 [2021-02-07T00:35:53.589Z] Removing intermediate container 3533baf0d3c8 [2021-02-07T00:35:53.589Z] ---> 29e718b72e99 [2021-02-07T00:35:53.589Z] Step 5/6 : COPY go.mod . [2021-02-07T00:35:54.209Z] ---> 19536ce923dc [2021-02-07T00:35:54.209Z] Step 6/6 : RUN go mod download [2021-02-07T00:35:54.490Z] ---> Running in 2c5d41f4cc4a [2021-02-07T00:36:21.300Z] Removing intermediate container 2c5d41f4cc4a [2021-02-07T00:36:21.300Z] ---> 33dcdd3e39a0 [2021-02-07T00:36:21.574Z] Successfully built 33dcdd3e39a0 [2021-02-07T00:36:21.845Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:36:22.186Z] + docker inspect -f . ci-base-image-arm64 [2021-02-07T00:36:22.186Z] . [Pipeline] withDockerContainer [2021-02-07T00:36:22.435Z] prd-ubuntu18.04-docker-arm64-4c-16g-25369 does not seem to be running inside a container [2021-02-07T00:36:22.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-07T00:36:24.137Z] $ docker top e8a4a114afedf723ea6927da40a1e3f3e0f28ee03af6e6b5c85129883e98ffbf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:36:25.191Z] + go version [2021-02-07T00:36:25.191Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-07T00:36:25.215Z] $ docker stop --time=1 e8a4a114afedf723ea6927da40a1e3f3e0f28ee03af6e6b5c85129883e98ffbf [2021-02-07T00:36:27.148Z] $ docker rm -f e8a4a114afedf723ea6927da40a1e3f3e0f28ee03af6e6b5c85129883e98ffbf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:36:28.150Z] + docker inspect -f . ci-base-image-arm64 [2021-02-07T00:36:28.150Z] . [Pipeline] withDockerContainer [2021-02-07T00:36:28.427Z] prd-ubuntu18.04-docker-arm64-4c-16g-25369 does not seem to be running inside a container [2021-02-07T00:36:28.504Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-07T00:36:29.872Z] $ docker top ff162e1815c7a134926b4fc8ee5ff96619b9bea2f116bdec57a7b9b0fc89fc4b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-07T00:36:30.297Z] ========================================================= [2021-02-07T00:36:30.297Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-07T00:36:30.297Z] ========================================================= [Pipeline] sh [2021-02-07T00:36:30.972Z] + make test [2021-02-07T00:36:30.972Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-07T00:36:57.819Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-07T00:37:54.411Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-07T00:38:17.057Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-07T00:38:17.057Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-07T00:38:17.057Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-07T00:38:17.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-07T00:38:17.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-07T00:38:17.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-07T00:38:17.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-07T00:38:17.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-07T00:38:17.057Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-07T00:38:17.057Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-07T00:38:25.355Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-07T00:38:25.355Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-07T00:38:25.355Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-07T00:38:32.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.436s coverage: 45.6% of statements [2021-02-07T00:38:32.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-07T00:38:32.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-07T00:38:32.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-07T00:38:32.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-07T00:38:32.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-07T00:38:32.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-07T00:38:32.103Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-07T00:38:32.103Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.200s coverage: 100.0% of statements [2021-02-07T00:38:40.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.523s coverage: 27.1% of statements [2021-02-07T00:38:40.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-07T00:38:40.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-07T00:38:40.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-07T00:38:40.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-07T00:38:40.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-07T00:38:40.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-07T00:38:40.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements [2021-02-07T00:38:40.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-07T00:38:40.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.096s coverage: 100.0% of statements [2021-02-07T00:38:40.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-07T00:38:40.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-07T00:38:40.410Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.258s coverage: 65.8% of statements [2021-02-07T00:38:40.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-07T00:38:40.410Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-07T00:38:42.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.803s coverage: 82.3% of statements [2021-02-07T00:38:42.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-07T00:38:42.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:38:42.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-07T00:38:42.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-07T00:38:50.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.367s coverage: 28.6% of statements [2021-02-07T00:38:50.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-07T00:38:50.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-07T00:38:50.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-07T00:38:50.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-07T00:38:50.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-07T00:38:50.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements [2021-02-07T00:38:50.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-07T00:38:50.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-02-07T00:38:50.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-07T00:38:50.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.346s coverage: 86.7% of statements [2021-02-07T00:38:50.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-07T00:38:50.744Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.414s coverage: 97.5% of statements [2021-02-07T00:38:50.744Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-07T00:38:52.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.176s coverage: 78.3% of statements [2021-02-07T00:38:52.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-07T00:38:52.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-07T00:38:52.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-07T00:38:52.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-07T00:39:04.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.648s coverage: 92.8% of statements [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-07T00:39:04.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-07T00:39:04.686Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2021-02-07T00:39:04.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-07T00:39:04.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-07T00:39:04.687Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements [2021-02-07T00:39:04.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-07T00:39:04.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-07T00:39:04.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-07T00:39:04.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 45.5% of statements [2021-02-07T00:39:04.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements [2021-02-07T00:39:04.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.084s coverage: 94.1% of statements [2021-02-07T00:39:04.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.116s coverage: 96.3% of statements [2021-02-07T00:39:04.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-02-07T00:39:14.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.079s coverage: 94.4% of statements [2021-02-07T00:39:14.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements [2021-02-07T00:39:33.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.150s coverage: 92.9% of statements [2021-02-07T00:39:33.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-07T00:39:33.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-07T00:39:33.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-07T00:39:33.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-07T00:39:33.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements [2021-02-07T00:39:33.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-07T00:39:33.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-07T00:39:33.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-07T00:39:33.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-07T00:39:33.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.096s coverage: 75.5% of statements [2021-02-07T00:39:33.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-07T00:39:33.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 80.8% of statements [2021-02-07T00:39:33.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.160s coverage: 87.2% of statements [2021-02-07T00:39:33.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.164s coverage: 84.2% of statements [2021-02-07T00:39:33.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.231s coverage: 91.4% of statements [2021-02-07T00:39:33.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-07T00:39:33.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.760s coverage: 63.5% of statements [2021-02-07T00:39:33.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-07T00:39:33.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-07T00:39:33.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.096s coverage: 100.0% of statements [2021-02-07T00:39:33.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-02-07T00:39:33.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-02-07T00:39:33.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-02-07T00:39:33.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-02-07T00:39:35.315Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.126s coverage: 68.9% of statements [2021-02-07T00:39:35.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-07T00:39:35.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-07T00:39:35.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-07T00:39:35.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-07T00:39:35.315Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-07T00:39:37.330Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.467s coverage: 37.0% of statements [2021-02-07T00:39:37.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-07T00:39:37.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-07T00:39:37.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 2.029s coverage: 84.0% of statements [2021-02-07T00:39:37.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.100s coverage: 100.0% of statements [2021-02-07T00:39:48.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.626s coverage: 47.0% of statements [2021-02-07T00:39:48.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-07T00:39:48.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-07T00:39:48.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-07T00:39:48.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-07T00:39:48.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-07T00:39:48.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.155s coverage: 100.0% of statements [2021-02-07T00:39:48.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-07T00:39:48.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements [2021-02-07T00:39:48.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-07T00:39:48.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-07T00:39:48.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-07T00:39:48.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-07T00:39:48.196Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.314s coverage: 87.7% of statements [2021-02-07T00:39:48.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-07T00:39:48.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:39:48.196Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-07T00:39:58.418Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.274s coverage: 29.1% of statements [2021-02-07T00:39:58.418Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-07T00:39:58.418Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-07T00:39:58.418Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-07T00:39:58.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.295s coverage: 99.0% of statements [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-07T00:39:58.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.116s coverage: 100.0% of statements [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-07T00:39:58.419Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.207s coverage: 100.0% of statements [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-07T00:39:58.419Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-07T00:39:58.419Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.079s coverage: 100.0% of statements [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-07T00:39:58.419Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.160s coverage: 87.9% of statements [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-07T00:39:58.419Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-07T00:39:58.419Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-02-07T00:39:58.419Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-02-07T00:39:58.693Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.094s coverage: 100.0% of statements [2021-02-07T00:39:59.675Z] GO111MODULE=on go vet ./... [2021-02-07T00:41:36.619Z] gofmt -l . [2021-02-07T00:41:40.959Z] [ "`gofmt -l .`" = "" ] [2021-02-07T00:41:44.380Z] ./bin/test-go-mod-tidy.sh [2021-02-07T00:41:45.371Z] ./bin/test-attribution-txt.sh [2021-02-07T00:41:46.813Z] An attribution for github.com/fatih/color is missing from Attribution.txt, please add [2021-02-07T00:41:46.813Z] An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add [2021-02-07T00:41:46.814Z] An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add [2021-02-07T00:41:46.814Z] An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add [2021-02-07T00:41:47.088Z] An attribution for golang.org/x/sys is missing from Attribution.txt, please add [2021-02-07T00:41:47.361Z] make: *** [Makefile:103: test] Error 1 [Pipeline] } [2021-02-07T00:41:47.389Z] $ docker stop --time=1 ff162e1815c7a134926b4fc8ee5ff96619b9bea2f116bdec57a7b9b0fc89fc4b [2021-02-07T00:41:49.970Z] $ docker rm -f ff162e1815c7a134926b4fc8ee5ff96619b9bea2f116bdec57a7b9b0fc89fc4b [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:41:52.690Z] 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:41:54.946Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:41:55.836Z] ---> package-listing.sh [2021-02-07T00:41:55.836Z] ++ facter osfamily [2021-02-07T00:41:55.836Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-07T00:41:55.836Z] + OS_FAMILY=redhat [2021-02-07T00:41:55.836Z] + workspace=/w/workspace/edgex-go/5 [2021-02-07T00:41:55.836Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-07T00:41:55.836Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-07T00:41:55.836Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-07T00:41:55.836Z] + PACKAGES=/tmp/packages_start.txt [2021-02-07T00:41:55.836Z] + '[' /w/workspace/edgex-go/5 ']' [2021-02-07T00:41:55.836Z] + PACKAGES=/tmp/packages_end.txt [2021-02-07T00:41:55.836Z] + case "${OS_FAMILY}" in [2021-02-07T00:41:55.836Z] + rpm -qa [2021-02-07T00:41:55.836Z] + sort [2021-02-07T00:42:01.160Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-07T00:42:01.160Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-07T00:42:01.160Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-07T00:42:01.160Z] + '[' /w/workspace/edgex-go/5 ']' [2021-02-07T00:42:01.160Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-02-07T00:42:01.160Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-02-07T00:42:01.179Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-07T00:42:01.481Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:42:01.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:42:01.791Z] [2021-02-07T00:42:01.791Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:42:02.175Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:42:02.175Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-07T00:42:02.175Z] df20fa9351a1: Pulling fs layer [2021-02-07T00:42:02.175Z] 36b3adc4ff6f: Pulling fs layer [2021-02-07T00:42:02.175Z] 8ad3a11d3b57: Pulling fs layer [2021-02-07T00:42:02.175Z] 46f8f816bc3b: Pulling fs layer [2021-02-07T00:42:02.175Z] 93b61091891f: Pulling fs layer [2021-02-07T00:42:02.176Z] 93b9cdb0e59b: Pulling fs layer [2021-02-07T00:42:02.176Z] 5e14af77c1be: Pulling fs layer [2021-02-07T00:42:02.176Z] 01666e4c0597: Pulling fs layer [2021-02-07T00:42:02.176Z] aa168da1d23b: Pulling fs layer [2021-02-07T00:42:02.176Z] 46f8f816bc3b: Waiting [2021-02-07T00:42:02.176Z] 93b61091891f: Waiting [2021-02-07T00:42:02.176Z] 93b9cdb0e59b: Waiting [2021-02-07T00:42:02.176Z] 5e14af77c1be: Waiting [2021-02-07T00:42:02.176Z] aa168da1d23b: Waiting [2021-02-07T00:42:02.176Z] 01666e4c0597: Waiting [2021-02-07T00:42:02.176Z] 36b3adc4ff6f: Verifying Checksum [2021-02-07T00:42:02.176Z] 36b3adc4ff6f: Download complete [2021-02-07T00:42:02.176Z] 46f8f816bc3b: Verifying Checksum [2021-02-07T00:42:02.176Z] 46f8f816bc3b: Download complete [2021-02-07T00:42:02.452Z] df20fa9351a1: Download complete [2021-02-07T00:42:02.452Z] 93b9cdb0e59b: Verifying Checksum [2021-02-07T00:42:02.452Z] 93b9cdb0e59b: Download complete [2021-02-07T00:42:02.452Z] 93b61091891f: Verifying Checksum [2021-02-07T00:42:02.452Z] 93b61091891f: Download complete [2021-02-07T00:42:02.452Z] 5e14af77c1be: Verifying Checksum [2021-02-07T00:42:02.452Z] 5e14af77c1be: Download complete [2021-02-07T00:42:02.452Z] 01666e4c0597: Verifying Checksum [2021-02-07T00:42:02.452Z] 01666e4c0597: Download complete [2021-02-07T00:42:02.452Z] 8ad3a11d3b57: Verifying Checksum [2021-02-07T00:42:02.452Z] 8ad3a11d3b57: Download complete [2021-02-07T00:42:02.719Z] df20fa9351a1: Pull complete [2021-02-07T00:42:02.987Z] 36b3adc4ff6f: Pull complete [2021-02-07T00:42:03.950Z] 8ad3a11d3b57: Pull complete [2021-02-07T00:42:03.950Z] 46f8f816bc3b: Pull complete [2021-02-07T00:42:04.537Z] 93b61091891f: Pull complete [2021-02-07T00:42:04.537Z] 93b9cdb0e59b: Pull complete [2021-02-07T00:42:04.806Z] aa168da1d23b: Verifying Checksum [2021-02-07T00:42:04.806Z] aa168da1d23b: Download complete [2021-02-07T00:42:04.806Z] 5e14af77c1be: Pull complete [2021-02-07T00:42:04.806Z] 01666e4c0597: Pull complete [2021-02-07T00:42:11.482Z] aa168da1d23b: Pull complete [2021-02-07T00:42:11.482Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-07T00:42:11.482Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:42:11.482Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-07T00:42:11.642Z] prd-centos7-docker-4c-2g-25360 does not seem to be running inside a container [2021-02-07T00:42:11.694Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-07T00:42:15.497Z] $ docker top d6ba3f258911aa6b90e4c9d76927a69f7aa834fbce00689a76e91e27744dae19 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:42:16.065Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-07T00:42:16.369Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-07T00:42:16.667Z] + ls /var/log/sa-host [2021-02-07T00:42:16.667Z] + sadf -c /var/log/sa-host/sa07 [2021-02-07T00:42:16.667Z] file_magic: OK [2021-02-07T00:42:16.667Z] HZ: Using current value: 100 [2021-02-07T00:42:16.667Z] file_header: OK [2021-02-07T00:42:16.667Z] 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:16.667Z] Statistics: [2021-02-07T00:42:16.667Z] 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:16.667Z] File successfully converted to sysstat format version 12.2.1 [2021-02-07T00:42:16.667Z] + sadf -c /var/log/sa-host/sa23 [2021-02-07T00:42:16.667Z] file_magic: OK [2021-02-07T00:42:16.667Z] HZ: Using current value: 100 [2021-02-07T00:42:16.667Z] file_header: OK [2021-02-07T00:42:16.667Z] 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:16.667Z] Statistics: [2021-02-07T00:42:16.667Z] Hnuu...uuuununununu... [2021-02-07T00:42:16.667Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-07T00:42:17.536Z] provisioning config files... [2021-02-07T00:42:17.552Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config3428365818492039908tmp [Pipeline] { [Pipeline] echo [2021-02-07T00:42:17.634Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:42:17.933Z] ---> create-netrc.sh [Pipeline] } [2021-02-07T00:42:17.943Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-07T00:42:18.026Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:42:18.326Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-07T00:42:18.338Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:42:18.636Z] ---> sudo-logs.sh [2021-02-07T00:42:18.636Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-07T00:42:18.648Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:42:18.952Z] ---> job-cost.sh [2021-02-07T00:42:18.953Z] lf-activate-venv: SKIPPING [2021-02-07T00:42:18.953Z] INFO: No Stack... [2021-02-07T00:42:19.913Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-07T00:42:20.492Z] INFO: Archiving Costs [Pipeline] echo [2021-02-07T00:42:20.507Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:42:20.819Z] ---> logs-deploy.sh [2021-02-07T00:42:20.819Z] lf-activate-venv: SKIPPING [2021-02-07T00:42:20.819Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3133/5 [2021-02-07T00:42:20.819Z] INFO: archiving workspace using pattern(s): [2021-02-07T00:42:22.748Z] Archives upload complete. [2021-02-07T00:42:22.748Z] INFO: archiving logs to Nexus