Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e4e49277551a62abe37a613a55270ef9ef9ee353+cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 (2ec4f76d73437496ac9a02d9a0cb9d15e73214c8) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25660 in /w/workspace/edgexfoundry_edgex-go_PR-3133 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3133/head:refs/remotes/origin/PR-3133 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit e4e49277551a62abe37a613a55270ef9ef9ee353 Merge succeeded, producing cb58e79d45650451787bda5f7f7b03d8759a930a Checking out Revision cb58e79d45650451787bda5f7f7b03d8759a930a (PR-3133) > git config core.sparsecheckout # timeout=10 > git checkout -f e4e49277551a62abe37a613a55270ef9ef9ee353 # 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 cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cb58e79d45650451787bda5f7f7b03d8759a930a # timeout=10 Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" > git rev-list --no-walk e4e49277551a62abe37a613a55270ef9ef9ee353 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T00:32:09.009Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T00:32:09.443Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T00:32:09.600Z] ========================================================= [2021-02-09T00:32:09.600Z] EdgeX Global Pipelines Version Info [2021-02-09T00:32:09.600Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:32:13.273Z] ------------------- [2021-02-09T00:32:13.273Z] stable info: [2021-02-09T00:32:13.273Z] ------------------- [2021-02-09T00:32:13.273Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T00:32:13.273Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T00:32:13.273Z] Message: update stable to v1.0.179 [2021-02-09T00:32:14.818Z] ------------------- [2021-02-09T00:32:14.818Z] experimental info: [2021-02-09T00:32:14.818Z] ------------------- [2021-02-09T00:32:14.818Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T00:32:14.818Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T00:32:14.818Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T00:32:15.153Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-09T00:32:15.243Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-09T00:32:15.354Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T00:32:15.455Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T00:32:15.560Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T00:32:15.656Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T00:32:15.748Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T00:32:15.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-09T00:32:15.980Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-09T00:32:16.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-09T00:32:16.173Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T00:32:16.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T00:32:16.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T00:32:16.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T00:32:16.550Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T00:32:16.638Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T00:32:16.741Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T00:32:16.831Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T00:32:16.919Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-09T00:32:17.004Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-09T00:32:17.092Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-09T00:32:17.280Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T00:32:17.363Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T00:32:17.506Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3133 [Pipeline] echo [2021-02-09T00:32:17.605Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3133 [Pipeline] echo [2021-02-09T00:32:17.706Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3133 [Pipeline] echo [2021-02-09T00:32:17.800Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cb58e79d45650451787bda5f7f7b03d8759a930a [Pipeline] echo [2021-02-09T00:32:17.892Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cb58e79 [Pipeline] echo [2021-02-09T00:32:17.982Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T00:32:18.151Z] provisioning config files... [2021-02-09T00:32:18.188Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config5476425563073293773tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:32:18.626Z] ---> docker-login.sh [2021-02-09T00:32:18.626Z] nexus3.edgexfoundry.org:10001 [2021-02-09T00:32:19.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:32:19.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:32:19.252Z] Configure a credential helper to remove this warning. See [2021-02-09T00:32:19.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:32:19.252Z] [2021-02-09T00:32:19.252Z] Login Succeeded [2021-02-09T00:32:19.252Z] nexus3.edgexfoundry.org:10002 [2021-02-09T00:32:19.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:32:19.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:32:19.904Z] Configure a credential helper to remove this warning. See [2021-02-09T00:32:19.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:32:19.904Z] [2021-02-09T00:32:19.904Z] Login Succeeded [2021-02-09T00:32:19.904Z] nexus3.edgexfoundry.org:10003 [2021-02-09T00:32:20.531Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:32:20.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:32:20.852Z] Configure a credential helper to remove this warning. See [2021-02-09T00:32:20.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:32:20.852Z] [2021-02-09T00:32:20.852Z] Login Succeeded [2021-02-09T00:32:20.852Z] nexus3.edgexfoundry.org:10004 [2021-02-09T00:32:21.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:32:21.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:32:21.165Z] Configure a credential helper to remove this warning. See [2021-02-09T00:32:21.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:32:21.165Z] [2021-02-09T00:32:21.165Z] Login Succeeded [2021-02-09T00:32:21.165Z] docker.io [2021-02-09T00:32:21.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:32:21.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:32:21.781Z] Configure a credential helper to remove this warning. See [2021-02-09T00:32:21.781Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:32:21.781Z] [2021-02-09T00:32:21.781Z] Login Succeeded [2021-02-09T00:32:21.781Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T00:32:21.806Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T00:32:22.515Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-09T00:32:22.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:22.515Z] ++ cut -d/ -f2 [2021-02-09T00:32:22.515Z] ++ dirname cmd/core-command/Dockerfile [2021-02-09T00:32:22.515Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-09T00:32:22.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:22.515Z] ++ cut -d/ -f2 [2021-02-09T00:32:22.515Z] ++ dirname cmd/core-data/Dockerfile [2021-02-09T00:32:22.515Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-09T00:32:22.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:22.515Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-09T00:32:22.515Z] ++ cut -d/ -f2 [2021-02-09T00:32:22.515Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-09T00:32:22.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:22.515Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-09T00:32:22.515Z] ++ cut -d/ -f2 [2021-02-09T00:32:22.515Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-09T00:32:22.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:22.515Z] ++ cut -d/ -f2 [2021-02-09T00:32:22.515Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-09T00:32:22.515Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-09T00:32:22.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:22.515Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-09T00:32:22.515Z] ++ cut -d/ -f2 [2021-02-09T00:32:22.515Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-09T00:32:22.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:22.515Z] ++ cut -d/ -f2 [2021-02-09T00:32:22.515Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-09T00:32:22.515Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-09T00:32:22.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:22.515Z] ++ cut -d/ -f2 [2021-02-09T00:32:22.515Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-09T00:32:22.515Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-09T00:32:22.515Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T00:32:22.515Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-09T00:32:22.515Z] ++ cut -d/ -f2 [2021-02-09T00:32:22.515Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-09T00:32:22.812Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:32:23.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:32:23.908Z] [2021-02-09T00:32:23.908Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:32:24.333Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:32:24.626Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T00:32:24.626Z] 31603596830f: Pulling fs layer [2021-02-09T00:32:24.626Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T00:32:24.626Z] 6ca5941a6612: Pulling fs layer [2021-02-09T00:32:24.626Z] ecc8261a40a4: Pulling fs layer [2021-02-09T00:32:24.626Z] ecc8261a40a4: Waiting [2021-02-09T00:32:24.931Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T00:32:24.931Z] 2a8b12db71e7: Download complete [2021-02-09T00:32:25.242Z] 31603596830f: Verifying Checksum [2021-02-09T00:32:25.242Z] 31603596830f: Download complete [2021-02-09T00:32:25.897Z] ecc8261a40a4: Verifying Checksum [2021-02-09T00:32:25.897Z] ecc8261a40a4: Download complete [2021-02-09T00:32:26.197Z] 6ca5941a6612: Verifying Checksum [2021-02-09T00:32:26.197Z] 6ca5941a6612: Download complete [2021-02-09T00:32:26.508Z] 31603596830f: Pull complete [2021-02-09T00:32:26.822Z] 2a8b12db71e7: Pull complete [2021-02-09T00:32:29.849Z] 6ca5941a6612: Pull complete [2021-02-09T00:32:30.319Z] ecc8261a40a4: Pull complete [2021-02-09T00:32:30.319Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T00:32:30.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T00:32:30.319Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T00:32:30.760Z] prd-centos7-docker-4c-2g-25660 does not seem to be running inside a container [2021-02-09T00:32:31.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-02-09T00:32:35.007Z] $ docker top 8ab67793a4a36b2fbc9d1e82f5ff4ad39ed22f79d8f627dd547ce7087e1369ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T00:32:35.725Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T00:32:35.725Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T00:32:36.502Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T00:32:36.507Z] $ docker exec 8ab67793a4a36b2fbc9d1e82f5ff4ad39ed22f79d8f627dd547ce7087e1369ea ssh-agent [2021-02-09T00:32:37.352Z] SSH_AUTH_SOCK=/tmp/ssh-GOWUEgIfqo6U/agent.12 [2021-02-09T00:32:37.352Z] SSH_AGENT_PID=17 [2021-02-09T00:32:37.387Z] Running ssh-add (command line suppressed) [2021-02-09T00:32:37.650Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_627206626963136346.key (/w/workspace/edgex-go/8@tmp/private_key_627206626963136346.key) [2021-02-09T00:32:37.846Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T00:32:38.677Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T00:32:38.832Z] $ docker exec --env ******** --env ******** 8ab67793a4a36b2fbc9d1e82f5ff4ad39ed22f79d8f627dd547ce7087e1369ea ssh-agent -k [2021-02-09T00:32:39.368Z] unset SSH_AUTH_SOCK; [2021-02-09T00:32:39.369Z] unset SSH_AGENT_PID; [2021-02-09T00:32:39.369Z] echo Agent pid 17 killed; [2021-02-09T00:32:39.630Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T00:32:39.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T00:32:39.775Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T00:32:40.357Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T00:32:40.381Z] $ docker exec 8ab67793a4a36b2fbc9d1e82f5ff4ad39ed22f79d8f627dd547ce7087e1369ea ssh-agent [2021-02-09T00:32:40.949Z] SSH_AUTH_SOCK=/tmp/ssh-M4aeKLQCDM42/agent.46 [2021-02-09T00:32:40.949Z] SSH_AGENT_PID=51 [2021-02-09T00:32:40.978Z] Running ssh-add (command line suppressed) [2021-02-09T00:32:41.774Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_1079909501512056106.key (/w/workspace/edgex-go/8@tmp/private_key_1079909501512056106.key) [2021-02-09T00:32:42.095Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T00:32:42.922Z] + git semver init [2021-02-09T00:32:42.922Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T00:32:42.922Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-02-09T00:32:42.922Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-02-09T00:32:42.922Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T00:32:42.922Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T00:32:42.922Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T00:32:42.922Z] # $SEMVER_BRANCH = PR-3133 [2021-02-09T00:32:42.922Z] # $SEMVER_TEMP = /tmp/semver-283116284 [2021-02-09T00:32:42.922Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-09T00:33:41.011Z] # '/tmp/semver-283116284' -> '/w/workspace/edgex-go/8/.semver' [2021-02-09T00:33:41.011Z] # -> Force: false [2021-02-09T00:33:41.011Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-02-09T00:33:41.062Z] $ docker exec --env ******** --env ******** 8ab67793a4a36b2fbc9d1e82f5ff4ad39ed22f79d8f627dd547ce7087e1369ea ssh-agent -k [2021-02-09T00:33:41.647Z] unset SSH_AUTH_SOCK; [2021-02-09T00:33:41.648Z] unset SSH_AGENT_PID; [2021-02-09T00:33:41.648Z] echo Agent pid 51 killed; [2021-02-09T00:33:41.815Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T00:33:42.407Z] + git semver [Pipeline] } [2021-02-09T00:33:42.470Z] $ docker stop --time=1 8ab67793a4a36b2fbc9d1e82f5ff4ad39ed22f79d8f627dd547ce7087e1369ea [2021-02-09T00:33:45.037Z] $ docker rm -f 8ab67793a4a36b2fbc9d1e82f5ff4ad39ed22f79d8f627dd547ce7087e1369ea [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T00:33:45.869Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T00:33:47.367Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T00:33:47.370Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T00:33:48.372Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:33:49.227Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:33:49.908Z] + sudo service docker restart [2021-02-09T00:33:49.908Z] + true [2021-02-09T00:33:49.908Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-09T00:33:53.542Z] ========================================================= [2021-02-09T00:33:53.542Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T00:33:53.542Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:33:54.012Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-09T00:34:02.749Z] Still waiting to schedule task [2021-02-09T00:34:02.749Z] ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-25668’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-25669’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25670’ is offline [2021-02-09T00:34:05.099Z] Sending build context to Docker daemon 327.8MB [2021-02-09T00:34:05.099Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T00:34:05.099Z] Step 2/6 : FROM ${BASE} [2021-02-09T00:34:05.099Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T00:34:05.099Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T00:34:05.099Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T00:34:05.099Z] de9db76c5a1d: Pulling fs layer [2021-02-09T00:34:05.099Z] bca2f99d35d6: Pulling fs layer [2021-02-09T00:34:05.099Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T00:34:05.099Z] 7c6f9722023f: Pulling fs layer [2021-02-09T00:34:05.099Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T00:34:05.099Z] bca2f99d35d6: Waiting [2021-02-09T00:34:05.099Z] 93359f2a8cfa: Waiting [2021-02-09T00:34:05.099Z] 7c6f9722023f: Waiting [2021-02-09T00:34:05.099Z] a35cf1a2eb13: Waiting [2021-02-09T00:34:05.099Z] de9db76c5a1d: Verifying Checksum [2021-02-09T00:34:05.099Z] de9db76c5a1d: Download complete [2021-02-09T00:34:06.025Z] 0ef7d3d256c8: Verifying Checksum [2021-02-09T00:34:06.025Z] 0ef7d3d256c8: Download complete [2021-02-09T00:34:06.531Z] 93359f2a8cfa: Verifying Checksum [2021-02-09T00:34:06.531Z] 93359f2a8cfa: Download complete [2021-02-09T00:34:06.928Z] 7c6f9722023f: Verifying Checksum [2021-02-09T00:34:06.928Z] 7c6f9722023f: Download complete [2021-02-09T00:34:07.932Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T00:34:07.932Z] 188c0c94c7c5: Download complete [2021-02-09T00:34:09.351Z] 188c0c94c7c5: Pull complete [2021-02-09T00:34:10.006Z] 0ef7d3d256c8: Pull complete [2021-02-09T00:34:10.287Z] de9db76c5a1d: Pull complete [2021-02-09T00:34:17.580Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T00:34:17.580Z] a35cf1a2eb13: Download complete [2021-02-09T00:34:21.990Z] bca2f99d35d6: Verifying Checksum [2021-02-09T00:34:21.990Z] bca2f99d35d6: Download complete [2021-02-09T00:34:37.739Z] bca2f99d35d6: Pull complete [2021-02-09T00:34:37.739Z] 93359f2a8cfa: Pull complete [2021-02-09T00:34:39.227Z] 7c6f9722023f: Pull complete [2021-02-09T00:34:47.880Z] a35cf1a2eb13: Pull complete [2021-02-09T00:34:47.880Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T00:34:47.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T00:34:47.880Z] ---> a62c8e92a672 [2021-02-09T00:34:47.880Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-09T00:34:47.880Z] ---> Running in 70ce76db3cf9 [2021-02-09T00:34:48.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T00:34:49.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T00:34:49.850Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T00:34:49.850Z] (2/12) Installing file (5.38-r0) [2021-02-09T00:34:49.850Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T00:34:50.131Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T00:35:00.683Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T00:35:00.683Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T00:35:00.683Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T00:35:00.683Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T00:35:00.683Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T00:35:00.683Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T00:35:00.683Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T00:35:00.683Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T00:35:00.683Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:35:00.683Z] OK: 233 MiB in 51 packages [2021-02-09T00:35:05.206Z] Removing intermediate container 70ce76db3cf9 [2021-02-09T00:35:05.206Z] ---> 317e79a35794 [2021-02-09T00:35:05.206Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T00:35:05.581Z] ---> Running in 5dc4374b9a17 [2021-02-09T00:35:06.207Z] Removing intermediate container 5dc4374b9a17 [2021-02-09T00:35:06.207Z] ---> 951305c9306a [2021-02-09T00:35:06.207Z] Step 5/6 : COPY go.mod . [2021-02-09T00:35:07.520Z] ---> 5d7d03208c50 [2021-02-09T00:35:07.520Z] Step 6/6 : RUN go mod download [2021-02-09T00:35:07.520Z] ---> Running in cc10511ab744 [2021-02-09T00:35:47.335Z] Removing intermediate container cc10511ab744 [2021-02-09T00:35:47.335Z] ---> 1efb32cd3761 [2021-02-09T00:35:47.335Z] Successfully built 1efb32cd3761 [2021-02-09T00:35:47.335Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:35:48.755Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T00:35:48.755Z] . [Pipeline] withDockerContainer [2021-02-09T00:35:49.303Z] prd-centos7-docker-4c-2g-25660 does not seem to be running inside a container [2021-02-09T00:35:49.499Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-02-09T00:35:51.908Z] $ docker top f3b9e9d5d3df82dd45ea2d9605ac93d8b59369803a5d62619de1201e92d22fc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:35:53.276Z] + go version [2021-02-09T00:35:53.276Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T00:35:53.565Z] $ docker stop --time=1 f3b9e9d5d3df82dd45ea2d9605ac93d8b59369803a5d62619de1201e92d22fc9 [2021-02-09T00:35:55.778Z] $ docker rm -f f3b9e9d5d3df82dd45ea2d9605ac93d8b59369803a5d62619de1201e92d22fc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:35:57.102Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T00:35:57.102Z] . [Pipeline] withDockerContainer [2021-02-09T00:35:57.487Z] prd-centos7-docker-4c-2g-25660 does not seem to be running inside a container [2021-02-09T00:35:57.783Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-02-09T00:35:59.637Z] $ docker top 733319238b2f18af748ecb9806bed6a2db9ec05f2f98a09bcc9dab3d7238cafb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T00:36:00.306Z] ========================================================= [2021-02-09T00:36:00.306Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T00:36:00.306Z] ========================================================= [Pipeline] sh [2021-02-09T00:36:00.959Z] + make test [2021-02-09T00:36:00.960Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T00:36:26.221Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T00:36:54.728Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25675 in /w/workspace/edgexfoundry_edgex-go_PR-3133 [Pipeline] { [Pipeline] ws [2021-02-09T00:36:54.778Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-02-09T00:37:00.598Z] using credential edgex-jenkins-ssh [2021-02-09T00:37:00.665Z] Cloning the remote Git repository [2021-02-09T00:37:00.743Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:37:00.869Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-02-09T00:37:00.957Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:37:00.958Z] > git --version # timeout=10 [2021-02-09T00:37:00.981Z] > git --version # 'git version 2.17.1' [2021-02-09T00:37:00.983Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:37:01.078Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:37:14.651Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T00:37:19.102Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:37:19.170Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T00:37:19.220Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T00:37:19.955Z] Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit e4e49277551a62abe37a613a55270ef9ef9ee353 [2021-02-09T00:37:20.893Z] Merge succeeded, producing aac92c8e1c338ca2446daa7ab6da3fbc534b2920 [2021-02-09T00:37:20.893Z] Checking out Revision aac92c8e1c338ca2446daa7ab6da3fbc534b2920 (PR-3133) [2021-02-09T00:37:19.281Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T00:37:19.282Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:37:19.299Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3133/head:refs/remotes/origin/PR-3133 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T00:37:19.981Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:37:20.007Z] > git checkout -f e4e49277551a62abe37a613a55270ef9ef9ee353 # timeout=10 [2021-02-09T00:37:20.373Z] > git remote # timeout=10 [2021-02-09T00:37:20.408Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T00:37:20.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T00:37:20.448Z] > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 [2021-02-09T00:37:20.872Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T00:37:20.901Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T00:37:20.920Z] > git checkout -f aac92c8e1c338ca2446daa7ab6da3fbc534b2920 # timeout=10 [2021-02-09T00:37:25.592Z] Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" [2021-02-09T00:37:25.602Z] > git rev-list --no-walk e4e49277551a62abe37a613a55270ef9ef9ee353 # timeout=10 [2021-02-09T00:37:25.842Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T00:37:25.842Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T00:37:25.842Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T00:37:27.176Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:37:27.617Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T00:37:27.971Z] + + true [2021-02-09T00:37:27.971Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T00:37:30.033Z] provisioning config files... [2021-02-09T00:37:30.080Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config7333735347524072415tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:37:30.522Z] ---> docker-login.sh [2021-02-09T00:37:30.522Z] nexus3.edgexfoundry.org:10001 [2021-02-09T00:37:31.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:37:31.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:37:31.786Z] Configure a credential helper to remove this warning. See [2021-02-09T00:37:31.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:37:31.786Z] [2021-02-09T00:37:31.786Z] Login Succeeded [2021-02-09T00:37:31.786Z] nexus3.edgexfoundry.org:10002 [2021-02-09T00:37:31.788Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T00:37:31.788Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T00:37:31.788Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T00:37:31.788Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-09T00:37:32.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:37:32.384Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:37:32.384Z] Configure a credential helper to remove this warning. See [2021-02-09T00:37:32.384Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:37:32.384Z] [2021-02-09T00:37:32.384Z] Login Succeeded [2021-02-09T00:37:32.384Z] nexus3.edgexfoundry.org:10003 [2021-02-09T00:37:32.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:37:32.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:37:32.983Z] Configure a credential helper to remove this warning. See [2021-02-09T00:37:32.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:37:32.983Z] [2021-02-09T00:37:32.983Z] Login Succeeded [2021-02-09T00:37:32.983Z] nexus3.edgexfoundry.org:10004 [2021-02-09T00:37:33.038Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T00:37:33.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:37:33.584Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:37:33.584Z] Configure a credential helper to remove this warning. See [2021-02-09T00:37:33.584Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:37:33.584Z] [2021-02-09T00:37:33.584Z] Login Succeeded [2021-02-09T00:37:33.584Z] docker.io [2021-02-09T00:37:34.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T00:37:34.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T00:37:34.461Z] Configure a credential helper to remove this warning. See [2021-02-09T00:37:34.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T00:37:34.461Z] [2021-02-09T00:37:34.461Z] Login Succeeded [2021-02-09T00:37:34.461Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T00:37:34.480Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T00:37:34.969Z] ========================================================= [2021-02-09T00:37:34.970Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T00:37:34.970Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:37:35.352Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-09T00:37:36.245Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T00:37:38.013Z] Sending build context to Docker daemon 166.3MB [2021-02-09T00:37:38.013Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T00:37:38.013Z] Step 2/6 : FROM ${BASE} [2021-02-09T00:37:38.013Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T00:37:38.013Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T00:37:38.013Z] a4357932f1b6: Pulling fs layer [2021-02-09T00:37:38.013Z] 18c013af1878: Pulling fs layer [2021-02-09T00:37:38.013Z] 00ac8860ef70: Pulling fs layer [2021-02-09T00:37:38.013Z] 63d7cb157983: Pulling fs layer [2021-02-09T00:37:38.013Z] b116817d02f9: Pulling fs layer [2021-02-09T00:37:38.013Z] 745a02a5169b: Pulling fs layer [2021-02-09T00:37:38.013Z] 00ac8860ef70: Waiting [2021-02-09T00:37:38.013Z] 63d7cb157983: Waiting [2021-02-09T00:37:38.013Z] b116817d02f9: Waiting [2021-02-09T00:37:38.013Z] 745a02a5169b: Waiting [2021-02-09T00:37:38.013Z] 18c013af1878: Verifying Checksum [2021-02-09T00:37:38.013Z] 18c013af1878: Download complete [2021-02-09T00:37:38.013Z] a4357932f1b6: Download complete [2021-02-09T00:37:38.013Z] 63d7cb157983: Verifying Checksum [2021-02-09T00:37:38.013Z] 63d7cb157983: Download complete [2021-02-09T00:37:38.613Z] b116817d02f9: Verifying Checksum [2021-02-09T00:37:38.613Z] b116817d02f9: Download complete [2021-02-09T00:37:39.212Z] 5f621e34cdf4: Verifying Checksum [2021-02-09T00:37:39.212Z] 5f621e34cdf4: Download complete [2021-02-09T00:37:39.817Z] 5f621e34cdf4: Pull complete [2021-02-09T00:37:40.422Z] a4357932f1b6: Pull complete [2021-02-09T00:37:41.036Z] 18c013af1878: Pull complete [2021-02-09T00:37:41.639Z] 745a02a5169b: Verifying Checksum [2021-02-09T00:37:41.639Z] 745a02a5169b: Download complete [2021-02-09T00:37:43.093Z] 00ac8860ef70: Verifying Checksum [2021-02-09T00:37:43.093Z] 00ac8860ef70: Download complete [2021-02-09T00:37:43.713Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T00:37:43.713Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T00:37:43.713Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T00:37:52.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.311s coverage: 45.6% of statements [2021-02-09T00:37:52.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T00:37:52.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T00:37:52.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T00:37:52.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T00:37:52.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T00:37:52.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T00:37:52.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T00:37:52.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.569s coverage: 100.0% of statements [2021-02-09T00:37:55.528Z] 00ac8860ef70: Pull complete [2021-02-09T00:37:55.528Z] 63d7cb157983: Pull complete [2021-02-09T00:37:55.528Z] b116817d02f9: Pull complete [2021-02-09T00:37:58.144Z] 745a02a5169b: Pull complete [2021-02-09T00:37:58.144Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T00:37:58.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T00:37:58.144Z] ---> b7e6874047d6 [2021-02-09T00:37:58.144Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-09T00:37:58.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.656s coverage: 27.1% of statements [2021-02-09T00:37:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T00:37:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T00:37:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T00:37:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T00:37:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T00:37:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T00:37:58.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements [2021-02-09T00:37:58.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T00:37:58.436Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.142s coverage: 100.0% of statements [2021-02-09T00:37:58.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T00:37:58.436Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T00:37:59.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.267s coverage: 65.8% of statements [2021-02-09T00:37:59.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T00:37:59.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T00:38:01.467Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.811s coverage: 82.3% of statements [2021-02-09T00:38:01.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T00:38:01.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:38:01.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T00:38:01.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T00:38:02.459Z] ---> Running in d85a679875eb [2021-02-09T00:38:03.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T00:38:04.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T00:38:05.393Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T00:38:05.666Z] (2/12) Installing file (5.38-r0) [2021-02-09T00:38:05.666Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T00:38:05.666Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T00:38:09.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.006s coverage: 28.6% of statements [2021-02-09T00:38:09.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T00:38:09.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T00:38:09.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T00:38:09.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T00:38:09.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T00:38:09.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.334s coverage: 100.0% of statements [2021-02-09T00:38:09.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T00:38:09.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.278s coverage: 100.0% of statements [2021-02-09T00:38:09.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T00:38:09.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.327s coverage: 86.7% of statements [2021-02-09T00:38:09.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T00:38:09.821Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.381s coverage: 97.5% of statements [2021-02-09T00:38:09.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T00:38:09.821Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.098s coverage: 78.3% of statements [2021-02-09T00:38:09.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T00:38:09.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T00:38:09.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T00:38:09.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T00:38:09.969Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T00:38:09.969Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T00:38:09.969Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T00:38:09.969Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T00:38:09.969Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T00:38:10.243Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T00:38:10.243Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T00:38:10.243Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T00:38:10.516Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T00:38:10.516Z] OK: 217 MiB in 51 packages [2021-02-09T00:38:14.847Z] Removing intermediate container d85a679875eb [2021-02-09T00:38:14.847Z] ---> be53f1641568 [2021-02-09T00:38:14.847Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T00:38:14.847Z] ---> Running in d233ff7ff858 [2021-02-09T00:38:15.131Z] Removing intermediate container d233ff7ff858 [2021-02-09T00:38:15.131Z] ---> 1f13d1ad2a0c [2021-02-09T00:38:15.131Z] Step 5/6 : COPY go.mod . [2021-02-09T00:38:16.109Z] ---> c7d22f2c8776 [2021-02-09T00:38:16.109Z] Step 6/6 : RUN go mod download [2021-02-09T00:38:16.109Z] ---> Running in fcad0352a744 [2021-02-09T00:38:19.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.562s coverage: 92.8% of statements [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T00:38:19.314Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T00:38:19.314Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.201s coverage: 0.1% of statements [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T00:38:19.314Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T00:38:19.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.107s coverage: 45.5% of statements [2021-02-09T00:38:19.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.373s coverage: 79.5% of statements [2021-02-09T00:38:19.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.151s coverage: 94.1% of statements [2021-02-09T00:38:19.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.271s coverage: 96.3% of statements [2021-02-09T00:38:19.314Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.110s coverage: 87.5% of statements [2021-02-09T00:38:32.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.176s coverage: 94.4% of statements [2021-02-09T00:38:32.271Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.390s coverage: 92.9% of statements [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.108s coverage: 77.8% of statements [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.249s coverage: 87.2% of statements [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.191s coverage: 100.0% of statements [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.392s coverage: 75.5% of statements [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.229s coverage: 80.8% of statements [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.176s coverage: 87.2% of statements [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 91.4% of statements [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.578s coverage: 63.5% of statements [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T00:38:45.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.203s coverage: 91.3% of statements [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.190s coverage: 100.0% of statements [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements [2021-02-09T00:38:45.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.215s coverage: 100.0% of statements [2021-02-09T00:38:46.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.288s coverage: 68.9% of statements [2021-02-09T00:38:46.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T00:38:46.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T00:38:47.336Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.404s coverage: 37.0% of statements [2021-02-09T00:38:47.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T00:38:47.336Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T00:38:47.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.253s coverage: 84.0% of statements [2021-02-09T00:38:48.457Z] Removing intermediate container fcad0352a744 [2021-02-09T00:38:48.457Z] ---> 6d6dee7a5fe0 [2021-02-09T00:38:48.457Z] Successfully built 6d6dee7a5fe0 [2021-02-09T00:38:48.457Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:38:48.814Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T00:38:48.814Z] . [Pipeline] withDockerContainer [2021-02-09T00:38:49.123Z] prd-ubuntu18.04-docker-arm64-4c-16g-25675 does not seem to be running inside a container [2021-02-09T00:38:49.221Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-09T00:38:49.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.291s coverage: 100.0% of statements [2021-02-09T00:38:50.906Z] $ docker top 47f84461fec6d0d3a75d53f92057b80fdd6de49676f0790d14f8f21c29d6e930 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:38:51.995Z] + go version [2021-02-09T00:38:51.995Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T00:38:52.024Z] $ docker stop --time=1 47f84461fec6d0d3a75d53f92057b80fdd6de49676f0790d14f8f21c29d6e930 [2021-02-09T00:38:54.102Z] $ docker rm -f 47f84461fec6d0d3a75d53f92057b80fdd6de49676f0790d14f8f21c29d6e930 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:38:55.190Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T00:38:55.190Z] . [Pipeline] withDockerContainer [2021-02-09T00:38:55.505Z] prd-ubuntu18.04-docker-arm64-4c-16g-25675 does not seem to be running inside a container [2021-02-09T00:38:55.604Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-09T00:38:56.227Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.300s coverage: 47.0% of statements [2021-02-09T00:38:56.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T00:38:56.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T00:38:56.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T00:38:56.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T00:38:56.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T00:38:56.227Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements [2021-02-09T00:38:56.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T00:38:56.227Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements [2021-02-09T00:38:56.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T00:38:56.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T00:38:56.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T00:38:56.227Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T00:38:56.596Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.278s coverage: 87.7% of statements [2021-02-09T00:38:56.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T00:38:56.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:38:56.596Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T00:38:57.219Z] $ docker top 3cf5b5217466912e6e5e5937d5d7c818f5ec74c796fbb5da10b4f7be76b5d307 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T00:38:57.646Z] ========================================================= [2021-02-09T00:38:57.646Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T00:38:57.646Z] ========================================================= [Pipeline] sh [2021-02-09T00:38:58.298Z] + make test [2021-02-09T00:38:58.298Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T00:39:02.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.054s coverage: 29.1% of statements [2021-02-09T00:39:02.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T00:39:02.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T00:39:02.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T00:39:02.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T00:39:02.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T00:39:02.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.179s coverage: 99.0% of statements [2021-02-09T00:39:02.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T00:39:02.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.139s coverage: 100.0% of statements [2021-02-09T00:39:02.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T00:39:02.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T00:39:02.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T00:39:02.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T00:39:02.763Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.156s coverage: 100.0% of statements [2021-02-09T00:39:02.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T00:39:02.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:39:02.763Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T00:39:02.763Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.140s coverage: 0.0% of statements [2021-02-09T00:39:02.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T00:39:02.763Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2021-02-09T00:39:02.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T00:39:02.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T00:39:02.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T00:39:02.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T00:39:03.132Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.204s coverage: 87.9% of statements [2021-02-09T00:39:03.132Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T00:39:03.132Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T00:39:03.858Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-02-09T00:39:04.178Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.091s coverage: 32.1% of statements [2021-02-09T00:39:04.981Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.199s coverage: 100.0% of statements [2021-02-09T00:39:05.802Z] GO111MODULE=on go vet ./... [2021-02-09T00:39:25.147Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T00:40:21.771Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-09T00:40:28.524Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-09T00:40:29.863Z] gofmt -l . [2021-02-09T00:40:29.863Z] [ "`gofmt -l .`" = "" ] [2021-02-09T00:40:30.157Z] ./bin/test-go-mod-tidy.sh [2021-02-09T00:40:31.633Z] ./bin/test-attribution-txt.sh [2021-02-09T00:40:33.188Z] An attribution for github.com/fatih/color is missing from Attribution.txt, please add [2021-02-09T00:40:33.188Z] An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add [2021-02-09T00:40:33.188Z] An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add [2021-02-09T00:40:33.188Z] An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add [2021-02-09T00:40:33.188Z] An attribution for golang.org/x/sys is missing from Attribution.txt, please add [2021-02-09T00:40:33.471Z] make: *** [Makefile:99: test] Error 1 [Pipeline] } [2021-02-09T00:40:33.543Z] $ docker stop --time=1 733319238b2f18af748ecb9806bed6a2db9ec05f2f98a09bcc9dab3d7238cafb [2021-02-09T00:40:36.787Z] $ docker rm -f 733319238b2f18af748ecb9806bed6a2db9ec05f2f98a09bcc9dab3d7238cafb [2021-02-09T00:40:36.835Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-09T00:40:36.835Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [2021-02-09T00:40:40.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-09T00:40:40.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-09T00:40:40.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-09T00:40:40.171Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-09T00:40:40.530Z] Failed in branch amd64 [2021-02-09T00:40:42.168Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-09T00:40:44.157Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-09T00:40:52.469Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-09T00:40:52.469Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-09T00:40:52.469Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-09T00:40:59.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.403s coverage: 45.6% of statements [2021-02-09T00:40:59.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-09T00:40:59.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-09T00:40:59.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-09T00:40:59.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-09T00:40:59.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-09T00:40:59.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-09T00:40:59.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-09T00:40:59.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.214s coverage: 100.0% of statements [2021-02-09T00:41:07.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.594s coverage: 27.1% of statements [2021-02-09T00:41:07.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-09T00:41:07.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-09T00:41:07.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-09T00:41:07.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-09T00:41:07.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-09T00:41:07.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-09T00:41:07.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements [2021-02-09T00:41:07.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-09T00:41:07.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements [2021-02-09T00:41:07.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-09T00:41:07.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-09T00:41:07.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.258s coverage: 65.8% of statements [2021-02-09T00:41:07.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-09T00:41:07.586Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-09T00:41:11.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.760s coverage: 82.3% of statements [2021-02-09T00:41:11.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-09T00:41:11.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:41:11.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-09T00:41:11.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-09T00:41:19.364Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.428s coverage: 28.6% of statements [2021-02-09T00:41:19.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-09T00:41:19.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-09T00:41:19.364Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-09T00:41:19.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-09T00:41:19.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-09T00:41:19.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.167s coverage: 100.0% of statements [2021-02-09T00:41:19.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-09T00:41:19.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements [2021-02-09T00:41:19.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-09T00:41:19.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.401s coverage: 86.7% of statements [2021-02-09T00:41:19.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-09T00:41:19.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.384s coverage: 97.5% of statements [2021-02-09T00:41:19.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-09T00:41:19.980Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements [2021-02-09T00:41:19.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-09T00:41:19.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-09T00:41:19.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-09T00:41:19.980Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-09T00:41:32.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.459s coverage: 92.8% of statements [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-09T00:41:32.475Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-09T00:41:32.475Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.224s coverage: 0.1% of statements [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-09T00:41:32.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-09T00:41:32.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 45.5% of statements [2021-02-09T00:41:32.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.091s coverage: 79.5% of statements [2021-02-09T00:41:32.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements [2021-02-09T00:41:32.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2021-02-09T00:41:32.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements [2021-02-09T00:41:42.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.118s coverage: 94.4% of statements [2021-02-09T00:41:42.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.143s coverage: 92.9% of statements [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.8% of statements [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.150s coverage: 84.2% of statements [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.198s coverage: 91.4% of statements [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.637s coverage: 63.5% of statements [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-02-09T00:41:57.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.821s coverage: 68.9% of statements [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-09T00:41:57.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-09T00:42:01.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.418s coverage: 37.0% of statements [2021-02-09T00:42:01.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-09T00:42:01.205Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-09T00:42:01.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.710s coverage: 84.0% of statements [2021-02-09T00:42:01.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.101s coverage: 100.0% of statements [2021-02-09T00:42:07.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.515s coverage: 47.0% of statements [2021-02-09T00:42:07.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-09T00:42:07.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-09T00:42:07.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-09T00:42:07.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-09T00:42:07.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-09T00:42:07.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.149s coverage: 100.0% of statements [2021-02-09T00:42:07.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-09T00:42:07.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2021-02-09T00:42:07.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-09T00:42:07.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-09T00:42:07.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-09T00:42:07.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-09T00:42:07.957Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.284s coverage: 87.7% of statements [2021-02-09T00:42:07.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-09T00:42:07.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:42:07.957Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-09T00:42:18.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.662s coverage: 29.1% of statements [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-09T00:42:18.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.221s coverage: 99.0% of statements [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-09T00:42:18.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-09T00:42:18.145Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.156s coverage: 100.0% of statements [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-09T00:42:18.145Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-09T00:42:18.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-09T00:42:18.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-09T00:42:18.145Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-09T00:42:18.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-02-09T00:42:18.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements [2021-02-09T00:42:18.145Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2021-02-09T00:42:19.127Z] GO111MODULE=on go vet ./... [2021-02-09T00:43:55.968Z] gofmt -l . [2021-02-09T00:43:55.968Z] [ "`gofmt -l .`" = "" ] [2021-02-09T00:43:55.968Z] ./bin/test-go-mod-tidy.sh [2021-02-09T00:43:55.968Z] ./bin/test-attribution-txt.sh [2021-02-09T00:43:55.968Z] An attribution for github.com/fatih/color is missing from Attribution.txt, please add [2021-02-09T00:43:55.968Z] An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add [2021-02-09T00:43:55.968Z] An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add [2021-02-09T00:43:55.968Z] An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add [2021-02-09T00:43:55.968Z] An attribution for golang.org/x/sys is missing from Attribution.txt, please add [2021-02-09T00:43:55.968Z] make: *** [Makefile:99: test] Error 1 [Pipeline] } [2021-02-09T00:43:56.006Z] $ docker stop --time=1 3cf5b5217466912e6e5e5937d5d7c818f5ec74c796fbb5da10b4f7be76b5d307 [2021-02-09T00:43:58.146Z] $ docker rm -f 3cf5b5217466912e6e5e5937d5d7c818f5ec74c796fbb5da10b4f7be76b5d307 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-09T00:44:00.929Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:44:03.740Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:44:06.250Z] ---> package-listing.sh [2021-02-09T00:44:06.250Z] ++ facter osfamily [2021-02-09T00:44:06.250Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T00:44:06.552Z] + OS_FAMILY=redhat [2021-02-09T00:44:06.552Z] + workspace=/w/workspace/edgex-go/8 [2021-02-09T00:44:06.552Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T00:44:06.552Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T00:44:06.552Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T00:44:06.552Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T00:44:06.552Z] + '[' /w/workspace/edgex-go/8 ']' [2021-02-09T00:44:06.552Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T00:44:06.552Z] + case "${OS_FAMILY}" in [2021-02-09T00:44:06.552Z] + rpm -qa [2021-02-09T00:44:06.552Z] + sort [2021-02-09T00:44:14.986Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T00:44:14.986Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T00:44:14.986Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T00:44:14.986Z] + '[' /w/workspace/edgex-go/8 ']' [2021-02-09T00:44:14.986Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-02-09T00:44:14.986Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-02-09T00:44:15.014Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-09T00:44:15.355Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:44:16.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:44:16.648Z] [2021-02-09T00:44:16.648Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T00:44:17.097Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:44:17.391Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T00:44:17.391Z] df20fa9351a1: Pulling fs layer [2021-02-09T00:44:17.391Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T00:44:17.391Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T00:44:17.391Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T00:44:17.391Z] 93b61091891f: Pulling fs layer [2021-02-09T00:44:17.391Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T00:44:17.391Z] 5e14af77c1be: Pulling fs layer [2021-02-09T00:44:17.391Z] 01666e4c0597: Pulling fs layer [2021-02-09T00:44:17.391Z] aa168da1d23b: Pulling fs layer [2021-02-09T00:44:17.391Z] 46f8f816bc3b: Waiting [2021-02-09T00:44:17.391Z] 93b61091891f: Waiting [2021-02-09T00:44:17.391Z] 93b9cdb0e59b: Waiting [2021-02-09T00:44:17.391Z] 5e14af77c1be: Waiting [2021-02-09T00:44:17.391Z] 01666e4c0597: Waiting [2021-02-09T00:44:17.391Z] aa168da1d23b: Waiting [2021-02-09T00:44:17.391Z] 36b3adc4ff6f: Verifying Checksum [2021-02-09T00:44:17.391Z] 36b3adc4ff6f: Download complete [2021-02-09T00:44:17.391Z] 46f8f816bc3b: Download complete [2021-02-09T00:44:17.741Z] df20fa9351a1: Verifying Checksum [2021-02-09T00:44:17.741Z] df20fa9351a1: Download complete [2021-02-09T00:44:17.741Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T00:44:17.741Z] 93b9cdb0e59b: Download complete [2021-02-09T00:44:17.741Z] 5e14af77c1be: Download complete [2021-02-09T00:44:18.042Z] 01666e4c0597: Verifying Checksum [2021-02-09T00:44:18.042Z] 01666e4c0597: Download complete [2021-02-09T00:44:18.042Z] 93b61091891f: Verifying Checksum [2021-02-09T00:44:18.042Z] 93b61091891f: Download complete [2021-02-09T00:44:19.027Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T00:44:19.027Z] 8ad3a11d3b57: Download complete [2021-02-09T00:44:19.027Z] df20fa9351a1: Pull complete [2021-02-09T00:44:19.791Z] 36b3adc4ff6f: Pull complete [2021-02-09T00:44:22.871Z] 8ad3a11d3b57: Pull complete [2021-02-09T00:44:23.582Z] 46f8f816bc3b: Pull complete [2021-02-09T00:44:24.657Z] 93b61091891f: Pull complete [2021-02-09T00:44:25.300Z] 93b9cdb0e59b: Pull complete [2021-02-09T00:44:25.946Z] 5e14af77c1be: Pull complete [2021-02-09T00:44:26.623Z] 01666e4c0597: Pull complete [2021-02-09T00:44:26.623Z] aa168da1d23b: Verifying Checksum [2021-02-09T00:44:26.623Z] aa168da1d23b: Download complete [2021-02-09T00:44:46.469Z] aa168da1d23b: Pull complete [2021-02-09T00:44:46.469Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T00:44:46.469Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T00:44:46.469Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T00:44:46.828Z] prd-centos7-docker-4c-2g-25660 does not seem to be running inside a container [2021-02-09T00:44:47.002Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-02-09T00:44:50.507Z] $ docker top b42cef2fb43b72a2fa2f0273548209f52a08ba9177cec89080ef5778e5f801b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T00:44:51.926Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T00:44:53.116Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T00:44:54.577Z] + ls /var/log/sa-host [2021-02-09T00:44:54.577Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T00:44:54.577Z] file_magic: OK [2021-02-09T00:44:54.577Z] HZ: Using current value: 100 [2021-02-09T00:44:54.577Z] file_header: OK [2021-02-09T00:44:54.577Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-09T00:44:54.577Z] Statistics: [2021-02-09T00:44:54.577Z] 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... [2021-02-09T00:44:54.577Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T00:44:54.577Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T00:44:54.577Z] file_magic: OK [2021-02-09T00:44:54.577Z] HZ: Using current value: 100 [2021-02-09T00:44:54.577Z] file_header: OK [2021-02-09T00:44:54.577Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-09T00:44:54.577Z] Statistics: [2021-02-09T00:44:54.577Z] Hnuu...uuuununununu... [2021-02-09T00:44:54.577Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T00:44:54.844Z] provisioning config files... [2021-02-09T00:44:54.869Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config5907329824865398387tmp [Pipeline] { [Pipeline] echo [2021-02-09T00:44:54.954Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:44:55.745Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T00:44:55.820Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T00:44:55.919Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:44:56.584Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T00:44:56.600Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:44:57.481Z] ---> sudo-logs.sh [2021-02-09T00:44:57.481Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T00:44:57.494Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:44:58.227Z] ---> job-cost.sh [2021-02-09T00:44:58.504Z] lf-activate-venv: SKIPPING [2021-02-09T00:44:58.504Z] INFO: No Stack... [2021-02-09T00:44:59.477Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T00:45:00.090Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T00:45:00.116Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T00:45:00.837Z] ---> logs-deploy.sh [2021-02-09T00:45:00.837Z] lf-activate-venv: SKIPPING [2021-02-09T00:45:00.837Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3133/8 [2021-02-09T00:45:00.837Z] INFO: archiving workspace using pattern(s): [2021-02-09T00:45:04.492Z] Archives upload complete. [2021-02-09T00:45:04.492Z] INFO: archiving logs to Nexus [2021-02-09T00:45:06.668Z] ---> uname -a: [2021-02-09T00:45:06.668Z] Linux prd-centos7-docker-4c-2g-25660.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-09T00:45:06.668Z] [2021-02-09T00:45:06.668Z] [2021-02-09T00:45:06.668Z] ---> lscpu: [2021-02-09T00:45:06.668Z] Architecture: x86_64 [2021-02-09T00:45:06.668Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-09T00:45:06.668Z] Byte Order: Little Endian [2021-02-09T00:45:06.668Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-09T00:45:06.668Z] CPU(s): 4 [2021-02-09T00:45:06.668Z] On-line CPU(s) list: 0-3 [2021-02-09T00:45:06.668Z] Thread(s) per core: 1 [2021-02-09T00:45:06.668Z] Core(s) per socket: 1 [2021-02-09T00:45:06.668Z] Socket(s): 4 [2021-02-09T00:45:06.668Z] NUMA node(s): 1 [2021-02-09T00:45:06.668Z] Vendor ID: GenuineIntel [2021-02-09T00:45:06.668Z] CPU family: 6 [2021-02-09T00:45:06.668Z] Model: 44 [2021-02-09T00:45:06.668Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-09T00:45:06.668Z] Stepping: 1 [2021-02-09T00:45:06.668Z] CPU MHz: 2933.438 [2021-02-09T00:45:06.668Z] BogoMIPS: 5866.87 [2021-02-09T00:45:06.668Z] Virtualization: VT-x [2021-02-09T00:45:06.668Z] Hypervisor vendor: KVM [2021-02-09T00:45:06.668Z] Virtualization type: full [2021-02-09T00:45:06.668Z] L1d cache: 128 KiB [2021-02-09T00:45:06.668Z] L1i cache: 128 KiB [2021-02-09T00:45:06.668Z] L2 cache: 16 MiB [2021-02-09T00:45:06.668Z] L3 cache: 64 MiB [2021-02-09T00:45:06.668Z] NUMA node0 CPU(s): 0-3 [2021-02-09T00:45:06.668Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-09T00:45:06.668Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-09T00:45:06.668Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-09T00:45:06.668Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-09T00:45:06.668Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-09T00:45:06.668Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-09T00:45:06.668Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-09T00:45:06.668Z] Vulnerability Srbds: Not affected [2021-02-09T00:45:06.668Z] Vulnerability Tsx async abort: Not affected [2021-02-09T00:45:06.668Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-09T00:45:06.668Z] [2021-02-09T00:45:06.668Z]