Pull request #3231 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 24e37b6c11d7aae68295b72939d8b0435e970d98+f11e4988ceb8c382fc034555d9d0b35dfdaf49ab (12d7da1699fed0315eb6f161c5c59b33b7562afa) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28729’ Running on prd-centos7-docker-4c-2g-28731 in /w/workspace/edgexfoundry_edgex-go_PR-3231 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit f11e4988ceb8c382fc034555d9d0b35dfdaf49ab into PR head commit 24e37b6c11d7aae68295b72939d8b0435e970d98 Merge succeeded, producing 24e37b6c11d7aae68295b72939d8b0435e970d98 Checking out Revision 24e37b6c11d7aae68295b72939d8b0435e970d98 (PR-3231) 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/3231/head:refs/remotes/origin/PR-3231 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24e37b6c11d7aae68295b72939d8b0435e970d98 # 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 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24e37b6c11d7aae68295b72939d8b0435e970d98 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git rev-list --no-walk e1a51918b01ab81185167beb92ef1ae1f9176c5a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-05T18:32:16.920Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-05T18:32:17.175Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-05T18:32:17.281Z] ========================================================= [2021-03-05T18:32:17.281Z] EdgeX Global Pipelines Version Info [2021-03-05T18:32:17.281Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:32:19.784Z] ------------------- [2021-03-05T18:32:19.784Z] stable info: [2021-03-05T18:32:19.784Z] ------------------- [2021-03-05T18:32:19.784Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-05T18:32:19.784Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T18:32:19.784Z] Message: update stable to v1.0.184 [2021-03-05T18:32:21.191Z] ------------------- [2021-03-05T18:32:21.191Z] experimental info: [2021-03-05T18:32:21.191Z] ------------------- [2021-03-05T18:32:21.191Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-05T18:32:21.191Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-05T18:32:21.191Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-05T18:32:21.447Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-05T18:32:21.555Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-05T18:32:21.638Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-05T18:32:21.717Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-05T18:32:21.800Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-05T18:32:21.889Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-05T18:32:21.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-05T18:32:22.068Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-05T18:32:22.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-05T18:32:22.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-05T18:32:22.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-05T18:32:22.459Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-05T18:32:22.543Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-05T18:32:22.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-05T18:32:22.713Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T18:32:22.791Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-05T18:32:22.872Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-05T18:32:22.956Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-05T18:32:23.039Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-05T18:32:23.122Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-05T18:32:23.216Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-05T18:32:23.366Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-05T18:32:23.453Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3231 [Pipeline] echo [2021-03-05T18:32:23.541Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3231 [Pipeline] echo [2021-03-05T18:32:23.620Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3231 [Pipeline] echo [2021-03-05T18:32:23.730Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 24e37b6c11d7aae68295b72939d8b0435e970d98 [Pipeline] echo [2021-03-05T18:32:23.809Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 24e37b6 [Pipeline] echo [2021-03-05T18:32:23.919Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T18:32:24.087Z] provisioning config files... [2021-03-05T18:32:24.122Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1931926021232186581tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:32:25.500Z] ---> docker-login.sh [2021-03-05T18:32:25.500Z] nexus3.edgexfoundry.org:10001 [2021-03-05T18:32:28.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:32:29.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:32:29.030Z] Configure a credential helper to remove this warning. See [2021-03-05T18:32:29.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:32:29.030Z] [2021-03-05T18:32:29.030Z] Login Succeeded [2021-03-05T18:32:29.030Z] nexus3.edgexfoundry.org:10002 [2021-03-05T18:32:29.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:32:29.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:32:29.305Z] Configure a credential helper to remove this warning. See [2021-03-05T18:32:29.305Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:32:29.305Z] [2021-03-05T18:32:29.305Z] Login Succeeded [2021-03-05T18:32:29.305Z] nexus3.edgexfoundry.org:10003 [2021-03-05T18:32:29.575Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:32:29.575Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:32:29.575Z] Configure a credential helper to remove this warning. See [2021-03-05T18:32:29.575Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:32:29.575Z] [2021-03-05T18:32:29.575Z] Login Succeeded [2021-03-05T18:32:29.575Z] nexus3.edgexfoundry.org:10004 [2021-03-05T18:32:29.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:32:29.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:32:29.846Z] Configure a credential helper to remove this warning. See [2021-03-05T18:32:29.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:32:29.846Z] [2021-03-05T18:32:29.846Z] Login Succeeded [2021-03-05T18:32:29.846Z] docker.io [2021-03-05T18:32:30.111Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:32:30.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:32:30.378Z] Configure a credential helper to remove this warning. See [2021-03-05T18:32:30.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:32:30.378Z] [2021-03-05T18:32:30.378Z] Login Succeeded [2021-03-05T18:32:30.378Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T18:32:30.446Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T18:32:31.080Z] ++ 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-03-05T18:32:31.080Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:32:31.080Z] ++ dirname cmd/core-command/Dockerfile [2021-03-05T18:32:31.080Z] ++ cut -d/ -f2 [2021-03-05T18:32:31.080Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-05T18:32:31.080Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:32:31.080Z] ++ dirname cmd/core-data/Dockerfile [2021-03-05T18:32:31.080Z] ++ cut -d/ -f2 [2021-03-05T18:32:31.080Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-05T18:32:31.080Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:32:31.080Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-05T18:32:31.080Z] ++ cut -d/ -f2 [2021-03-05T18:32:31.080Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-05T18:32:31.080Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:32:31.080Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-05T18:32:31.080Z] ++ cut -d/ -f2 [2021-03-05T18:32:31.080Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-05T18:32:31.080Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:32:31.080Z] ++ cut -d/ -f2 [2021-03-05T18:32:31.080Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-05T18:32:31.080Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-05T18:32:31.080Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:32:31.080Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-05T18:32:31.080Z] ++ cut -d/ -f2 [2021-03-05T18:32:31.080Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-05T18:32:31.080Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:32:31.080Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-05T18:32:31.080Z] ++ cut -d/ -f2 [2021-03-05T18:32:31.080Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-05T18:32:31.080Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:32:31.080Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-05T18:32:31.080Z] ++ cut -d/ -f2 [2021-03-05T18:32:31.080Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-05T18:32:31.080Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-05T18:32:31.080Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-05T18:32:31.080Z] ++ cut -d/ -f2 [2021-03-05T18:32:31.080Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-05T18:32:31.283Z] 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-03-05T18:32:32.299Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T18:32:32.299Z] [2021-03-05T18:32:32.299Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:32:32.701Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T18:32:32.701Z] latest: Pulling from edgex-devops/git-semver [2021-03-05T18:32:32.701Z] 31603596830f: Pulling fs layer [2021-03-05T18:32:32.701Z] 2a8b12db71e7: Pulling fs layer [2021-03-05T18:32:32.701Z] 6ca5941a6612: Pulling fs layer [2021-03-05T18:32:32.701Z] ecc8261a40a4: Pulling fs layer [2021-03-05T18:32:32.701Z] ecc8261a40a4: Waiting [2021-03-05T18:32:32.701Z] 2a8b12db71e7: Verifying Checksum [2021-03-05T18:32:32.701Z] 2a8b12db71e7: Download complete [2021-03-05T18:32:32.986Z] 31603596830f: Verifying Checksum [2021-03-05T18:32:32.986Z] 31603596830f: Download complete [2021-03-05T18:32:33.253Z] ecc8261a40a4: Verifying Checksum [2021-03-05T18:32:33.253Z] ecc8261a40a4: Download complete [2021-03-05T18:32:33.253Z] 6ca5941a6612: Verifying Checksum [2021-03-05T18:32:33.253Z] 6ca5941a6612: Download complete [2021-03-05T18:32:34.224Z] 31603596830f: Pull complete [2021-03-05T18:32:34.508Z] 2a8b12db71e7: Pull complete [2021-03-05T18:32:36.015Z] 6ca5941a6612: Pull complete [2021-03-05T18:32:37.044Z] ecc8261a40a4: Pull complete [2021-03-05T18:32:37.044Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-05T18:32:37.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-05T18:32:37.325Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-05T18:32:37.602Z] prd-centos7-docker-4c-2g-28731 does not seem to be running inside a container [2021-03-05T18:32:37.760Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-05T18:32:41.350Z] $ docker top a402e9d866d92d2b98a340dc7feb465253263299ecf4baa3e9e63bac25997b2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-05T18:32:43.492Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T18:32:43.493Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T18:32:46.027Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T18:32:46.033Z] $ docker exec a402e9d866d92d2b98a340dc7feb465253263299ecf4baa3e9e63bac25997b2d ssh-agent [2021-03-05T18:32:46.922Z] SSH_AUTH_SOCK=/tmp/ssh-9yqxjVBHSMmy/agent.11 [2021-03-05T18:32:46.922Z] SSH_AGENT_PID=16 [2021-03-05T18:32:46.945Z] Running ssh-add (command line suppressed) [2021-03-05T18:32:47.687Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4473001199742908884.key (/w/workspace/edgex-go/2@tmp/private_key_4473001199742908884.key) [2021-03-05T18:32:47.966Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T18:32:48.716Z] + git tag --points-at HEAD [Pipeline] } [2021-03-05T18:32:48.747Z] $ docker exec --env ******** --env ******** a402e9d866d92d2b98a340dc7feb465253263299ecf4baa3e9e63bac25997b2d ssh-agent -k [2021-03-05T18:32:48.924Z] unset SSH_AUTH_SOCK; [2021-03-05T18:32:48.925Z] unset SSH_AGENT_PID; [2021-03-05T18:32:48.925Z] echo Agent pid 16 killed; [2021-03-05T18:32:48.981Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-05T18:32:49.118Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-05T18:32:49.118Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-05T18:32:49.500Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-05T18:32:49.505Z] $ docker exec a402e9d866d92d2b98a340dc7feb465253263299ecf4baa3e9e63bac25997b2d ssh-agent [2021-03-05T18:32:49.744Z] SSH_AUTH_SOCK=/tmp/ssh-tyU5cmZxKUmq/agent.45 [2021-03-05T18:32:49.744Z] SSH_AGENT_PID=50 [2021-03-05T18:32:49.752Z] Running ssh-add (command line suppressed) [2021-03-05T18:32:49.908Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3652888161185758557.key (/w/workspace/edgex-go/2@tmp/private_key_3652888161185758557.key) [2021-03-05T18:32:49.996Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-05T18:32:50.408Z] + git semver init [2021-03-05T18:32:50.409Z] # -> Open(): unable to determine branch for HEAD [2021-03-05T18:32:50.409Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-05T18:32:50.409Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-05T18:32:50.409Z] # $SEMVER_REMOTE_NAME = origin [2021-03-05T18:32:50.409Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-05T18:32:50.409Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-05T18:32:50.409Z] # $SEMVER_BRANCH = PR-3231 [2021-03-05T18:32:50.409Z] # $SEMVER_TEMP = /tmp/semver-850425039 [2021-03-05T18:32:50.409Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-05T18:33:23.259Z] # '/tmp/semver-850425039' -> '/w/workspace/edgex-go/2/.semver' [2021-03-05T18:33:23.539Z] # -> Force: false [2021-03-05T18:33:23.539Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-05T18:33:23.830Z] $ docker exec --env ******** --env ******** a402e9d866d92d2b98a340dc7feb465253263299ecf4baa3e9e63bac25997b2d ssh-agent -k [2021-03-05T18:33:24.459Z] unset SSH_AUTH_SOCK; [2021-03-05T18:33:24.459Z] unset SSH_AGENT_PID; [2021-03-05T18:33:24.459Z] echo Agent pid 50 killed; [2021-03-05T18:33:24.906Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-05T18:33:25.794Z] + git semver [Pipeline] } [2021-03-05T18:33:25.889Z] $ docker stop --time=1 a402e9d866d92d2b98a340dc7feb465253263299ecf4baa3e9e63bac25997b2d [2021-03-05T18:33:28.555Z] $ docker rm -f a402e9d866d92d2b98a340dc7feb465253263299ecf4baa3e9e63bac25997b2d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-05T18:33:29.589Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-05T18:33:30.864Z] Stashed 1 file(s) [Pipeline] echo [2021-03-05T18:33:30.867Z] [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-03-05T18:33:31.843Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-05T18:33:32.427Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T18:33:32.798Z] + sudo service docker restart [2021-03-05T18:33:32.798Z] + true [2021-03-05T18:33:32.798Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-05T18:33:34.757Z] ========================================================= [2021-03-05T18:33:34.757Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-05T18:33:34.757Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:33:35.209Z] + 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-03-05T18:33:46.241Z] Still waiting to schedule task [2021-03-05T18:33:46.242Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-05T18:33:47.747Z] Sending build context to Docker daemon 328.3MB [2021-03-05T18:33:47.747Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T18:33:47.747Z] Step 2/6 : FROM ${BASE} [2021-03-05T18:33:47.747Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-05T18:33:47.747Z] 188c0c94c7c5: Pulling fs layer [2021-03-05T18:33:47.747Z] 0ef7d3d256c8: Pulling fs layer [2021-03-05T18:33:47.747Z] de9db76c5a1d: Pulling fs layer [2021-03-05T18:33:47.747Z] bca2f99d35d6: Pulling fs layer [2021-03-05T18:33:47.747Z] 93359f2a8cfa: Pulling fs layer [2021-03-05T18:33:47.747Z] 7c6f9722023f: Pulling fs layer [2021-03-05T18:33:47.747Z] a35cf1a2eb13: Pulling fs layer [2021-03-05T18:33:47.747Z] bca2f99d35d6: Waiting [2021-03-05T18:33:47.747Z] 93359f2a8cfa: Waiting [2021-03-05T18:33:47.747Z] 7c6f9722023f: Waiting [2021-03-05T18:33:47.747Z] a35cf1a2eb13: Waiting [2021-03-05T18:33:47.747Z] de9db76c5a1d: Verifying Checksum [2021-03-05T18:33:47.747Z] de9db76c5a1d: Download complete [2021-03-05T18:33:47.747Z] 0ef7d3d256c8: Verifying Checksum [2021-03-05T18:33:47.747Z] 0ef7d3d256c8: Download complete [2021-03-05T18:33:47.747Z] 93359f2a8cfa: Verifying Checksum [2021-03-05T18:33:47.747Z] 93359f2a8cfa: Download complete [2021-03-05T18:33:47.747Z] 188c0c94c7c5: Verifying Checksum [2021-03-05T18:33:47.747Z] 188c0c94c7c5: Download complete [2021-03-05T18:33:47.747Z] 7c6f9722023f: Verifying Checksum [2021-03-05T18:33:47.747Z] 7c6f9722023f: Download complete [2021-03-05T18:33:47.747Z] 188c0c94c7c5: Pull complete [2021-03-05T18:33:47.747Z] 0ef7d3d256c8: Pull complete [2021-03-05T18:33:47.747Z] de9db76c5a1d: Pull complete [2021-03-05T18:33:51.169Z] a35cf1a2eb13: Verifying Checksum [2021-03-05T18:33:51.169Z] a35cf1a2eb13: Download complete [2021-03-05T18:33:52.143Z] bca2f99d35d6: Verifying Checksum [2021-03-05T18:33:52.143Z] bca2f99d35d6: Download complete [2021-03-05T18:34:07.318Z] bca2f99d35d6: Pull complete [2021-03-05T18:34:08.279Z] 93359f2a8cfa: Pull complete [2021-03-05T18:34:08.861Z] 7c6f9722023f: Pull complete [2021-03-05T18:34:20.227Z] a35cf1a2eb13: Pull complete [2021-03-05T18:34:20.227Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-05T18:34:20.227Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-05T18:34:20.227Z] ---> a62c8e92a672 [2021-03-05T18:34:20.227Z] 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-03-05T18:34:20.227Z] ---> Running in b7350ff13dff [2021-03-05T18:34:21.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-05T18:34:22.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-05T18:34:23.292Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T18:34:23.559Z] (2/12) Installing file (5.38-r0) [2021-03-05T18:34:23.833Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T18:34:23.833Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T18:34:28.127Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T18:34:28.395Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T18:34:28.395Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T18:34:28.395Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T18:34:28.700Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T18:34:28.700Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T18:34:28.700Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T18:34:29.036Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T18:34:29.036Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:34:29.036Z] OK: 233 MiB in 51 packages [2021-03-05T18:34:34.677Z] Removing intermediate container b7350ff13dff [2021-03-05T18:34:34.677Z] ---> bb15a0501b99 [2021-03-05T18:34:34.677Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T18:34:34.677Z] ---> Running in a47cc9663f76 [2021-03-05T18:34:34.944Z] Removing intermediate container a47cc9663f76 [2021-03-05T18:34:34.944Z] ---> 6ce6de7dfc52 [2021-03-05T18:34:34.944Z] Step 5/6 : COPY go.mod . [2021-03-05T18:34:35.544Z] ---> 9255f1c6121e [2021-03-05T18:34:35.544Z] Step 6/6 : RUN go mod download [2021-03-05T18:34:35.544Z] ---> Running in 0db9faf079e1 [2021-03-05T18:35:14.741Z] Removing intermediate container 0db9faf079e1 [2021-03-05T18:35:14.741Z] ---> 9a4ca0da39cf [2021-03-05T18:35:14.741Z] Successfully built 9a4ca0da39cf [2021-03-05T18:35:14.741Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:35:15.093Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T18:35:15.093Z] . [Pipeline] withDockerContainer [2021-03-05T18:35:15.250Z] prd-centos7-docker-4c-2g-28731 does not seem to be running inside a container [2021-03-05T18:35:15.315Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat [2021-03-05T18:35:18.029Z] $ docker top 63321e39dce286349c3723524e42c656bddeb6d66c2154e4c5a6d4a15e692653 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:35:20.160Z] + go version [2021-03-05T18:35:20.160Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-05T18:35:20.199Z] $ docker stop --time=1 63321e39dce286349c3723524e42c656bddeb6d66c2154e4c5a6d4a15e692653 [2021-03-05T18:35:21.989Z] $ docker rm -f 63321e39dce286349c3723524e42c656bddeb6d66c2154e4c5a6d4a15e692653 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:35:22.983Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-05T18:35:22.983Z] . [Pipeline] withDockerContainer [2021-03-05T18:35:23.211Z] prd-centos7-docker-4c-2g-28731 does not seem to be running inside a container [2021-03-05T18:35:23.316Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat [2021-03-05T18:35:25.107Z] $ docker top cd9d141c899d83a76a64f826cad6a5c7e904b8e0cbb0bb05188118cf3a9e71ce -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-05T18:35:26.059Z] ========================================================= [2021-03-05T18:35:26.059Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T18:35:26.059Z] ========================================================= [Pipeline] sh [2021-03-05T18:35:26.769Z] + make test [2021-03-05T18:35:26.769Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-05T18:35:54.774Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T18:36:23.474Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T18:36:36.362Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T18:36:36.362Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T18:36:36.362Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T18:36:39.100Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T18:36:39.100Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T18:36:39.100Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T18:36:39.100Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T18:36:40.097Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T18:36:41.660Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T18:36:47.034Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T18:36:47.034Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T18:36:47.034Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T18:36:50.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.196s coverage: 45.9% of statements [2021-03-05T18:36:50.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T18:36:50.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T18:36:50.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T18:36:50.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T18:36:50.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T18:36:50.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T18:36:50.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T18:36:50.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.096s coverage: 100.0% of statements [2021-03-05T18:36:54.681Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28743 in /w/workspace/edgexfoundry_edgex-go_PR-3231 [Pipeline] { [Pipeline] ws [2021-03-05T18:36:54.747Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-05T18:36:58.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.494s coverage: 27.1% of statements [2021-03-05T18:36:58.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T18:36:58.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T18:36:58.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T18:36:58.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T18:36:58.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T18:36:58.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T18:36:58.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-03-05T18:36:58.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T18:36:58.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2021-03-05T18:36:58.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T18:36:58.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T18:36:58.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.341s coverage: 66.2% of statements [2021-03-05T18:36:58.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T18:36:58.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T18:36:59.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.615s coverage: 82.4% of statements [2021-03-05T18:36:59.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T18:36:59.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:36:59.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T18:36:59.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T18:36:59.783Z] using credential edgex-jenkins-ssh [2021-03-05T18:36:59.835Z] Cloning the remote Git repository [2021-03-05T18:36:59.877Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-05T18:36:59.980Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-05T18:37:00.054Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T18:37:00.054Z] > git --version # timeout=10 [2021-03-05T18:37:00.074Z] > git --version # 'git version 2.17.1' [2021-03-05T18:37:00.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T18:37:00.152Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T18:37:02.814Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.732s coverage: 28.6% of statements [2021-03-05T18:37:02.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T18:37:02.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T18:37:02.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T18:37:02.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T18:37:02.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T18:37:02.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements [2021-03-05T18:37:02.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T18:37:02.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2021-03-05T18:37:02.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T18:37:03.111Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.163s coverage: 86.7% of statements [2021-03-05T18:37:03.111Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T18:37:04.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.256s coverage: 97.5% of statements [2021-03-05T18:37:04.656Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T18:37:04.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.172s coverage: 78.3% of statements [2021-03-05T18:37:04.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T18:37:04.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T18:37:04.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T18:37:04.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T18:37:09.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.771s coverage: 92.8% of statements [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T18:37:09.120Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T18:37:09.120Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T18:37:09.120Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T18:37:09.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 47.1% of statements [2021-03-05T18:37:09.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.092s coverage: 79.5% of statements [2021-03-05T18:37:09.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements [2021-03-05T18:37:09.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-03-05T18:37:09.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements [2021-03-05T18:37:16.731Z] Merging remotes/origin/master commit f11e4988ceb8c382fc034555d9d0b35dfdaf49ab into PR head commit 24e37b6c11d7aae68295b72939d8b0435e970d98 [2021-03-05T18:37:15.993Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T18:37:16.010Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-05T18:37:16.037Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-05T18:37:16.074Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-05T18:37:16.075Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T18:37:16.087Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3231/head:refs/remotes/origin/PR-3231 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-05T18:37:16.756Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T18:37:16.782Z] > git checkout -f 24e37b6c11d7aae68295b72939d8b0435e970d98 # timeout=10 [2021-03-05T18:37:17.091Z] > git remote # timeout=10 [2021-03-05T18:37:17.110Z] > git config --get remote.origin.url # timeout=10 [2021-03-05T18:37:17.164Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-05T18:37:17.186Z] > git merge f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 [2021-03-05T18:37:17.271Z] Merge succeeded, producing 24e37b6c11d7aae68295b72939d8b0435e970d98 [2021-03-05T18:37:17.271Z] Checking out Revision 24e37b6c11d7aae68295b72939d8b0435e970d98 (PR-3231) [2021-03-05T18:37:17.248Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-05T18:37:17.277Z] > git config core.sparsecheckout # timeout=10 [2021-03-05T18:37:17.307Z] > git checkout -f 24e37b6c11d7aae68295b72939d8b0435e970d98 # timeout=10 [2021-03-05T18:37:21.660Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2021-03-05T18:37:21.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.144s coverage: 94.4% of statements [2021-03-05T18:37:21.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.045s coverage: 44.8% of statements [2021-03-05T18:37:21.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.155s coverage: 81.4% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-05T18:37:23.161Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-05T18:37:23.591Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-05T18:37:23.984Z] + true [2021-03-05T18:37:23.984Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-05T18:37:26.041Z] provisioning config files... [2021-03-05T18:37:26.088Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6201295622010230688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:37:26.530Z] ---> docker-login.sh [2021-03-05T18:37:26.530Z] nexus3.edgexfoundry.org:10001 [2021-03-05T18:37:27.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:37:27.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:37:27.735Z] Configure a credential helper to remove this warning. See [2021-03-05T18:37:27.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:37:27.735Z] [2021-03-05T18:37:27.735Z] Login Succeeded [2021-03-05T18:37:27.735Z] nexus3.edgexfoundry.org:10002 [2021-03-05T18:37:28.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:37:28.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:37:28.279Z] Configure a credential helper to remove this warning. See [2021-03-05T18:37:28.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:37:28.279Z] [2021-03-05T18:37:28.279Z] Login Succeeded [2021-03-05T18:37:28.279Z] nexus3.edgexfoundry.org:10003 [2021-03-05T18:37:28.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:37:28.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:37:28.555Z] Configure a credential helper to remove this warning. See [2021-03-05T18:37:28.555Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:37:28.555Z] [2021-03-05T18:37:28.555Z] Login Succeeded [2021-03-05T18:37:28.555Z] nexus3.edgexfoundry.org:10004 [2021-03-05T18:37:29.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:37:29.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:37:29.152Z] Configure a credential helper to remove this warning. See [2021-03-05T18:37:29.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:37:29.152Z] [2021-03-05T18:37:29.152Z] Login Succeeded [2021-03-05T18:37:29.152Z] docker.io [2021-03-05T18:37:29.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-05T18:37:29.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-05T18:37:29.745Z] Configure a credential helper to remove this warning. See [2021-03-05T18:37:29.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-05T18:37:29.745Z] [2021-03-05T18:37:29.745Z] Login Succeeded [2021-03-05T18:37:30.021Z] ---> docker-login.sh ends [Pipeline] } [2021-03-05T18:37:30.038Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-05T18:37:30.570Z] ========================================================= [2021-03-05T18:37:30.570Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-05T18:37:30.570Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:37:30.977Z] + 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-03-05T18:37:33.609Z] Sending build context to Docker daemon 166.6MB [2021-03-05T18:37:33.609Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-05T18:37:33.609Z] Step 2/6 : FROM ${BASE} [2021-03-05T18:37:33.609Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-05T18:37:33.609Z] 5f621e34cdf4: Pulling fs layer [2021-03-05T18:37:33.609Z] a4357932f1b6: Pulling fs layer [2021-03-05T18:37:33.609Z] 18c013af1878: Pulling fs layer [2021-03-05T18:37:33.609Z] 00ac8860ef70: Pulling fs layer [2021-03-05T18:37:33.609Z] 63d7cb157983: Pulling fs layer [2021-03-05T18:37:33.609Z] b116817d02f9: Pulling fs layer [2021-03-05T18:37:33.609Z] 745a02a5169b: Pulling fs layer [2021-03-05T18:37:33.609Z] 00ac8860ef70: Waiting [2021-03-05T18:37:33.609Z] b116817d02f9: Waiting [2021-03-05T18:37:33.609Z] 63d7cb157983: Waiting [2021-03-05T18:37:33.609Z] 745a02a5169b: Waiting [2021-03-05T18:37:33.609Z] 18c013af1878: Verifying Checksum [2021-03-05T18:37:33.609Z] 18c013af1878: Download complete [2021-03-05T18:37:33.609Z] a4357932f1b6: Verifying Checksum [2021-03-05T18:37:33.609Z] a4357932f1b6: Download complete [2021-03-05T18:37:33.609Z] 63d7cb157983: Verifying Checksum [2021-03-05T18:37:33.609Z] 63d7cb157983: Download complete [2021-03-05T18:37:33.884Z] b116817d02f9: Verifying Checksum [2021-03-05T18:37:33.884Z] b116817d02f9: Download complete [2021-03-05T18:37:33.884Z] 5f621e34cdf4: Verifying Checksum [2021-03-05T18:37:33.884Z] 5f621e34cdf4: Download complete [2021-03-05T18:37:34.487Z] 5f621e34cdf4: Pull complete [2021-03-05T18:37:35.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.220s coverage: 92.9% of statements [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.065s coverage: 77.8% of statements [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.334s coverage: 87.2% of statements [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.168s coverage: 75.5% of statements [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 80.8% of statements [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.289s coverage: 87.2% of statements [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.102s coverage: 84.6% of statements [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.283s coverage: 91.6% of statements [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.300s coverage: 62.4% of statements [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.666s coverage: 69.1% of statements [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.171s coverage: 38.4% of statements [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.100s coverage: 89.5% of statements [2021-03-05T18:37:35.024Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T18:37:35.024Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.072s coverage: 84.8% of statements [2021-03-05T18:37:35.095Z] a4357932f1b6: Pull complete [2021-03-05T18:37:35.697Z] 18c013af1878: Pull complete [2021-03-05T18:37:36.306Z] 745a02a5169b: Verifying Checksum [2021-03-05T18:37:36.306Z] 745a02a5169b: Download complete [2021-03-05T18:37:37.282Z] 00ac8860ef70: Verifying Checksum [2021-03-05T18:37:37.282Z] 00ac8860ef70: Download complete [2021-03-05T18:37:38.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.285s coverage: 47.0% of statements [2021-03-05T18:37:38.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T18:37:38.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T18:37:38.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T18:37:38.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T18:37:38.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T18:37:38.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.099s coverage: 100.0% of statements [2021-03-05T18:37:38.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T18:37:38.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.060s coverage: 100.0% of statements [2021-03-05T18:37:38.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T18:37:38.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T18:37:38.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T18:37:38.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T18:37:38.589Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.235s coverage: 88.5% of statements [2021-03-05T18:37:38.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T18:37:38.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:37:38.589Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T18:37:42.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.233s coverage: 29.1% of statements [2021-03-05T18:37:42.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T18:37:42.989Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.118s coverage: 99.0% of statements [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T18:37:42.989Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T18:37:42.989Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.112s coverage: 95.6% of statements [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T18:37:42.989Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T18:37:42.989Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T18:37:42.989Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.068s coverage: 87.9% of statements [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T18:37:42.989Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T18:37:42.989Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-03-05T18:37:43.596Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements [2021-03-05T18:37:44.199Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.147s coverage: 100.0% of statements [2021-03-05T18:37:45.173Z] GO111MODULE=on go vet ./... [2021-03-05T18:37:47.459Z] 00ac8860ef70: Pull complete [2021-03-05T18:37:47.733Z] 63d7cb157983: Pull complete [2021-03-05T18:37:48.008Z] b116817d02f9: Pull complete [2021-03-05T18:37:51.402Z] 745a02a5169b: Pull complete [2021-03-05T18:37:51.402Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-05T18:37:51.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-05T18:37:51.402Z] ---> b7e6874047d6 [2021-03-05T18:37:51.402Z] 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-03-05T18:37:54.796Z] ---> Running in 5be98344d183 [2021-03-05T18:37:55.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-05T18:37:56.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-05T18:37:57.352Z] (1/12) Installing libmagic (5.38-r0) [2021-03-05T18:37:57.624Z] (2/12) Installing file (5.38-r0) [2021-03-05T18:37:57.624Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-05T18:37:57.624Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-05T18:38:01.911Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-05T18:38:01.911Z] (6/12) Installing patch (2.7.6-r6) [2021-03-05T18:38:01.911Z] (7/12) Installing build-base (0.5-r2) [2021-03-05T18:38:01.911Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-05T18:38:01.911Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-05T18:38:01.911Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-05T18:38:01.911Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-05T18:38:02.182Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-05T18:38:02.182Z] Executing busybox-1.31.1-r19.trigger [2021-03-05T18:38:02.182Z] OK: 217 MiB in 51 packages [2021-03-05T18:38:06.468Z] Removing intermediate container 5be98344d183 [2021-03-05T18:38:06.468Z] ---> e648322494a3 [2021-03-05T18:38:06.468Z] Step 4/6 : WORKDIR /edgex-go [2021-03-05T18:38:06.468Z] ---> Running in 1d5755d1c9bd [2021-03-05T18:38:06.739Z] Removing intermediate container 1d5755d1c9bd [2021-03-05T18:38:06.739Z] ---> 4ebfd824253b [2021-03-05T18:38:06.739Z] Step 5/6 : COPY go.mod . [2021-03-05T18:38:07.333Z] ---> 78369150e7f7 [2021-03-05T18:38:07.333Z] Step 6/6 : RUN go mod download [2021-03-05T18:38:07.333Z] ---> Running in 3a99eb22505d [2021-03-05T18:38:39.749Z] Removing intermediate container 3a99eb22505d [2021-03-05T18:38:39.749Z] ---> 97a5d93d687a [2021-03-05T18:38:39.749Z] Successfully built 97a5d93d687a [2021-03-05T18:38:39.749Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:40.103Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T18:38:40.103Z] . [Pipeline] withDockerContainer [2021-03-05T18:38:40.344Z] prd-ubuntu18.04-docker-arm64-4c-16g-28743 does not seem to be running inside a container [2021-03-05T18:38:40.431Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat [2021-03-05T18:38:41.869Z] $ docker top eeb855bfa4be34aa34daa346f70c0e9d25914945d50638f86c7636985fb2a448 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:38:42.593Z] gofmt -l . [2021-03-05T18:38:42.593Z] [ "`gofmt -l .`" = "" ] [2021-03-05T18:38:42.593Z] ./bin/test-go-mod-tidy.sh [2021-03-05T18:38:42.928Z] + go version [2021-03-05T18:38:42.928Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-05T18:38:42.959Z] $ docker stop --time=1 eeb855bfa4be34aa34daa346f70c0e9d25914945d50638f86c7636985fb2a448 [2021-03-05T18:38:44.839Z] $ docker rm -f eeb855bfa4be34aa34daa346f70c0e9d25914945d50638f86c7636985fb2a448 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:38:45.805Z] + docker inspect -f . ci-base-image-arm64 [2021-03-05T18:38:45.805Z] . [Pipeline] withDockerContainer [2021-03-05T18:38:46.071Z] prd-ubuntu18.04-docker-arm64-4c-16g-28743 does not seem to be running inside a container [2021-03-05T18:38:46.158Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat [2021-03-05T18:38:46.760Z] ./bin/test-attribution-txt.sh [2021-03-05T18:38:47.026Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2021-03-05T18:38:47.292Z] make: *** [Makefile:99: test] Error 1 [2021-03-05T18:38:47.584Z] $ docker top 218c8afaf1e97f11ef555eb6684b4c88182f4def28095724b176e66609c5611e -eo pid,comm [Pipeline] { [Pipeline] } [2021-03-05T18:38:48.023Z] $ docker stop --time=1 cd9d141c899d83a76a64f826cad6a5c7e904b8e0cbb0bb05188118cf3a9e71ce [2021-03-05T18:38:52.422Z] $ docker rm -f cd9d141c899d83a76a64f826cad6a5c7e904b8e0cbb0bb05188118cf3a9e71ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] echo [2021-03-05T18:38:53.421Z] ========================================================= [2021-03-05T18:38:53.421Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-05T18:38:53.421Z] ========================================================= [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [2021-03-05T18:38:54.070Z] + make test [2021-03-05T18:38:54.070Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-05T18:38:54.403Z] Failed in branch amd64 [2021-03-05T18:39:16.243Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-05T18:40:03.290Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-05T18:40:10.046Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-05T18:40:18.376Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-05T18:40:18.376Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-05T18:40:20.371Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-05T18:40:20.371Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-05T18:40:20.371Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-05T18:40:20.371Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-05T18:40:24.804Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-05T18:40:25.412Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-05T18:40:33.150Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-05T18:40:33.150Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-05T18:40:33.150Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-05T18:40:38.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.310s coverage: 45.9% of statements [2021-03-05T18:40:38.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-05T18:40:38.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-05T18:40:38.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-05T18:40:38.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-05T18:40:38.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-05T18:40:38.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-05T18:40:38.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-05T18:40:39.177Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.218s coverage: 100.0% of statements [2021-03-05T18:40:45.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.622s coverage: 27.1% of statements [2021-03-05T18:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-05T18:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-05T18:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-05T18:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-05T18:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-05T18:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-05T18:40:45.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements [2021-03-05T18:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-05T18:40:45.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements [2021-03-05T18:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-05T18:40:45.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-05T18:40:46.556Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.278s coverage: 66.2% of statements [2021-03-05T18:40:46.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-05T18:40:46.556Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-05T18:40:48.555Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.635s coverage: 82.4% of statements [2021-03-05T18:40:48.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-05T18:40:48.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:40:48.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-05T18:40:48.555Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-05T18:40:55.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.190s coverage: 28.6% of statements [2021-03-05T18:40:55.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-05T18:40:55.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-05T18:40:55.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-05T18:40:55.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-05T18:40:55.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-05T18:40:55.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.147s coverage: 100.0% of statements [2021-03-05T18:40:55.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-05T18:40:55.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements [2021-03-05T18:40:55.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-05T18:40:55.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.342s coverage: 86.7% of statements [2021-03-05T18:40:55.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-05T18:40:56.175Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.408s coverage: 97.5% of statements [2021-03-05T18:40:56.175Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-05T18:40:56.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.149s coverage: 78.3% of statements [2021-03-05T18:40:56.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-05T18:40:56.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-05T18:40:56.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-05T18:40:56.457Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-05T18:41:06.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.294s coverage: 92.8% of statements [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-05T18:41:06.640Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-05T18:41:06.640Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.238s coverage: 0.1% of statements [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-05T18:41:06.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-05T18:41:06.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.087s coverage: 47.1% of statements [2021-03-05T18:41:06.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements [2021-03-05T18:41:06.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2021-03-05T18:41:06.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.110s coverage: 96.3% of statements [2021-03-05T18:41:06.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2021-03-05T18:41:19.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements [2021-03-05T18:41:19.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-03-05T18:41:19.061Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.084s coverage: 81.4% of statements [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.118s coverage: 92.9% of statements [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.119s coverage: 84.6% of statements [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.214s coverage: 91.6% of statements [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.545s coverage: 62.4% of statements [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-05T18:41:34.179Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.073s coverage: 91.3% of statements [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-03-05T18:41:34.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-03-05T18:41:36.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.889s coverage: 69.1% of statements [2021-03-05T18:41:36.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-05T18:41:36.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-05T18:41:37.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.411s coverage: 38.4% of statements [2021-03-05T18:41:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-05T18:41:37.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-05T18:41:37.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.112s coverage: 89.5% of statements [2021-03-05T18:41:37.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-05T18:41:37.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements [2021-03-05T18:41:43.910Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.453s coverage: 47.0% of statements [2021-03-05T18:41:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-05T18:41:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-05T18:41:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-05T18:41:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-05T18:41:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-05T18:41:43.910Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements [2021-03-05T18:41:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-05T18:41:43.910Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.143s coverage: 100.0% of statements [2021-03-05T18:41:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-05T18:41:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-05T18:41:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-05T18:41:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-05T18:41:43.910Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.435s coverage: 88.5% of statements [2021-03-05T18:41:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-05T18:41:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:41:43.910Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-05T18:41:52.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.058s coverage: 29.1% of statements [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-05T18:41:52.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.166s coverage: 99.0% of statements [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-05T18:41:52.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.135s coverage: 100.0% of statements [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-05T18:41:52.228Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.264s coverage: 95.6% of statements [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-05T18:41:52.228Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-05T18:41:52.228Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-05T18:41:52.228Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-05T18:41:52.228Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-05T18:41:52.228Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.081s coverage: 100.0% of statements [2021-03-05T18:41:52.228Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2021-03-05T18:41:52.822Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements [2021-03-05T18:41:53.413Z] GO111MODULE=on go vet ./... [2021-03-05T18:43:15.259Z] gofmt -l . [2021-03-05T18:43:15.259Z] [ "`gofmt -l .`" = "" ] [2021-03-05T18:43:15.259Z] ./bin/test-go-mod-tidy.sh [2021-03-05T18:43:15.259Z] ./bin/test-attribution-txt.sh [2021-03-05T18:43:15.259Z] An attribution for github.com/gorilla/websocket is missing from Attribution.txt, please add [2021-03-05T18:43:15.259Z] make: *** [Makefile:99: test] Error 1 [Pipeline] } [2021-03-05T18:43:15.282Z] $ docker stop --time=1 218c8afaf1e97f11ef555eb6684b4c88182f4def28095724b176e66609c5611e [2021-03-05T18:43:17.771Z] $ docker rm -f 218c8afaf1e97f11ef555eb6684b4c88182f4def28095724b176e66609c5611e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:43:20.211Z] ---> job-cost.sh [2021-03-05T18:43:20.211Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EIK7 [2021-03-05T18:43:59.220Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-05T18:46:06.602Z] lf-activate-venv(): INFO: Adding /tmp/venv-EIK7/bin to PATH [2021-03-05T18:46:06.602Z] INFO: No Stack... [2021-03-05T18:46:06.602Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-05T18:46:06.602Z] INFO: Archiving Costs [Pipeline] sh [2021-03-05T18:46:06.941Z] + cut -d, -f6 [2021-03-05T18:46:06.941Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock [2021-03-05T18:46:07.046Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3231-2-stack-cost] [2021-03-05T18:46:07.053Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3231-2-stack-cost] did not exist. Created. [2021-03-05T18:46:07.053Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3231-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-05T18:46:07.475Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-05T18:46:08.466Z] Stashed 1 file(s) [Pipeline] } [2021-03-05T18:46:08.484Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3231-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-05T18:46:08.995Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:46:11.005Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:46:14.904Z] ---> package-listing.sh [2021-03-05T18:46:14.904Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-05T18:46:14.904Z] ++ facter osfamily [2021-03-05T18:46:16.005Z] + OS_FAMILY=redhat [2021-03-05T18:46:16.005Z] + workspace=/w/workspace/edgex-go/2 [2021-03-05T18:46:16.005Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-05T18:46:16.005Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-05T18:46:16.005Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-05T18:46:16.005Z] + PACKAGES=/tmp/packages_start.txt [2021-03-05T18:46:16.005Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-05T18:46:16.005Z] + PACKAGES=/tmp/packages_end.txt [2021-03-05T18:46:16.005Z] + case "${OS_FAMILY}" in [2021-03-05T18:46:16.005Z] + rpm -qa [2021-03-05T18:46:16.005Z] + sort [2021-03-05T18:46:34.786Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-05T18:46:34.786Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-05T18:46:34.786Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-05T18:46:34.786Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-05T18:46:34.786Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-05T18:46:34.786Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-05T18:46:34.810Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-05T18:46:35.158Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:46:35.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T18:46:36.451Z] [2021-03-05T18:46:36.452Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-05T18:46:36.907Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T18:46:37.199Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-05T18:46:37.199Z] df20fa9351a1: Pulling fs layer [2021-03-05T18:46:37.199Z] 36b3adc4ff6f: Pulling fs layer [2021-03-05T18:46:37.199Z] 8ad3a11d3b57: Pulling fs layer [2021-03-05T18:46:37.199Z] 46f8f816bc3b: Pulling fs layer [2021-03-05T18:46:37.199Z] 93b61091891f: Pulling fs layer [2021-03-05T18:46:37.199Z] 93b9cdb0e59b: Pulling fs layer [2021-03-05T18:46:37.199Z] 5e14af77c1be: Pulling fs layer [2021-03-05T18:46:37.199Z] 01666e4c0597: Pulling fs layer [2021-03-05T18:46:37.199Z] aa168da1d23b: Pulling fs layer [2021-03-05T18:46:37.199Z] 46f8f816bc3b: Waiting [2021-03-05T18:46:37.199Z] 93b61091891f: Waiting [2021-03-05T18:46:37.199Z] 93b9cdb0e59b: Waiting [2021-03-05T18:46:37.199Z] 5e14af77c1be: Waiting [2021-03-05T18:46:37.199Z] 01666e4c0597: Waiting [2021-03-05T18:46:37.199Z] aa168da1d23b: Waiting [2021-03-05T18:46:37.199Z] 36b3adc4ff6f: Verifying Checksum [2021-03-05T18:46:37.199Z] 36b3adc4ff6f: Download complete [2021-03-05T18:46:37.199Z] 46f8f816bc3b: Verifying Checksum [2021-03-05T18:46:37.199Z] 46f8f816bc3b: Download complete [2021-03-05T18:46:37.495Z] df20fa9351a1: Download complete [2021-03-05T18:46:37.495Z] 93b9cdb0e59b: Verifying Checksum [2021-03-05T18:46:37.495Z] 93b9cdb0e59b: Download complete [2021-03-05T18:46:37.495Z] 5e14af77c1be: Download complete [2021-03-05T18:46:37.495Z] 01666e4c0597: Verifying Checksum [2021-03-05T18:46:37.495Z] 01666e4c0597: Download complete [2021-03-05T18:46:37.495Z] 93b61091891f: Verifying Checksum [2021-03-05T18:46:37.495Z] 93b61091891f: Download complete [2021-03-05T18:46:38.125Z] 8ad3a11d3b57: Verifying Checksum [2021-03-05T18:46:38.125Z] 8ad3a11d3b57: Download complete [2021-03-05T18:46:38.736Z] df20fa9351a1: Pull complete [2021-03-05T18:46:39.371Z] 36b3adc4ff6f: Pull complete [2021-03-05T18:46:45.456Z] 8ad3a11d3b57: Pull complete [2021-03-05T18:46:45.801Z] 46f8f816bc3b: Pull complete [2021-03-05T18:46:48.047Z] 93b61091891f: Pull complete [2021-03-05T18:46:48.350Z] 93b9cdb0e59b: Pull complete [2021-03-05T18:46:48.728Z] aa168da1d23b: Verifying Checksum [2021-03-05T18:46:48.728Z] aa168da1d23b: Download complete [2021-03-05T18:46:48.728Z] 5e14af77c1be: Pull complete [2021-03-05T18:46:48.997Z] 01666e4c0597: Pull complete [2021-03-05T18:47:16.592Z] aa168da1d23b: Pull complete [2021-03-05T18:47:16.592Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-05T18:47:16.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-05T18:47:16.592Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-05T18:47:17.682Z] prd-centos7-docker-4c-2g-28731 does not seem to be running inside a container [2021-03-05T18:47:17.826Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-05T18:47:23.249Z] $ docker top 554c2690793e7ecbb76b5155c59204e3cff90590ac5b9c9acedfa4f3d43fbcd6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-05T18:47:25.045Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-05T18:47:25.499Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-05T18:47:25.935Z] + ls /var/log/sa-host [2021-03-05T18:47:25.935Z] + sadf -c /var/log/sa-host/sa05 [2021-03-05T18:47:25.935Z] file_magic: OK [2021-03-05T18:47:25.935Z] HZ: Using current value: 100 [2021-03-05T18:47:25.935Z] file_header: OK [2021-03-05T18:47:25.935Z] 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-03-05T18:47:25.935Z] Statistics: [2021-03-05T18:47:25.935Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-05T18:47:25.935Z] File successfully converted to sysstat format version 12.2.1 [2021-03-05T18:47:25.935Z] + sadf -c /var/log/sa-host/sa23 [2021-03-05T18:47:25.935Z] file_magic: OK [2021-03-05T18:47:25.935Z] HZ: Using current value: 100 [2021-03-05T18:47:25.935Z] file_header: OK [2021-03-05T18:47:25.935Z] 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-03-05T18:47:25.935Z] Statistics: [2021-03-05T18:47:25.935Z] Hnuu...uuuununununu... [2021-03-05T18:47:25.935Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-05T18:47:26.606Z] provisioning config files... [2021-03-05T18:47:26.680Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3284877150993205960tmp [Pipeline] { [Pipeline] echo [2021-03-05T18:47:26.760Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:47:28.002Z] ---> create-netrc.sh [Pipeline] } [2021-03-05T18:47:28.020Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-05T18:47:28.121Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:47:28.815Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-05T18:47:28.832Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:47:29.627Z] ---> sudo-logs.sh [2021-03-05T18:47:29.627Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-05T18:47:29.764Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:47:30.125Z] ---> job-cost.sh [2021-03-05T18:47:30.125Z] lf-activate-venv: SKIPPING [2021-03-05T18:47:30.125Z] DEBUG: total: 0.20999999344348907 [2021-03-05T18:47:30.125Z] INFO: Retrieving Stack Cost... [2021-03-05T18:47:31.093Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-05T18:47:32.069Z] INFO: Archiving Costs [Pipeline] echo [2021-03-05T18:47:32.086Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-05T18:47:32.418Z] ---> logs-deploy.sh [2021-03-05T18:47:32.419Z] lf-activate-venv: SKIPPING [2021-03-05T18:47:32.419Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3231/2 [2021-03-05T18:47:32.419Z] INFO: archiving workspace using pattern(s): [2021-03-05T18:47:38.719Z] Archives upload complete. [2021-03-05T18:47:38.719Z] INFO: archiving logs to Nexus