Pull request #2942 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from df695e162577a4eb0e37869e2236c0dac3805389+bbb161aa59ef099937232867751a09afbb087fa9 (ad6483017b0c3f9777afecad631961b14337698c) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16942 in /w/workspace/edgexfoundry_edgex-go_PR-2942 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [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/18 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit df695e162577a4eb0e37869e2236c0dac3805389 > 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/2942/head:refs/remotes/origin/PR-2942 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df695e162577a4eb0e37869e2236c0dac3805389 # timeout=10 Merge succeeded, producing df695e162577a4eb0e37869e2236c0dac3805389 Checking out Revision df695e162577a4eb0e37869e2236c0dac3805389 (PR-2942) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df695e162577a4eb0e37869e2236c0dac3805389 # timeout=10 Commit message: "fix: Fix failing V2 unit test" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-20T22:29:59.632Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 7237c480b14e9bfee603d872263c4e57950369a3 # timeout=10 [Pipeline] withCredentials [2020-12-20T22:29:59.899Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-20T22:29:59.998Z] ========================================================= [2020-12-20T22:29:59.998Z] EdgeX Global Pipelines Version Info [2020-12-20T22:29:59.998Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-20T22:30:01.533Z] ------------------- [2020-12-20T22:30:01.533Z] stable info: [2020-12-20T22:30:01.533Z] ------------------- [2020-12-20T22:30:01.533Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-20T22:30:01.533Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-20T22:30:01.533Z] Message: update stable to v1.0.173 [2020-12-20T22:30:02.516Z] ------------------- [2020-12-20T22:30:02.516Z] experimental info: [2020-12-20T22:30:02.516Z] ------------------- [2020-12-20T22:30:02.516Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-20T22:30:02.516Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-20T22:30:02.516Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-20T22:30:02.860Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-20T22:30:02.972Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-20T22:30:03.082Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-20T22:30:03.183Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-20T22:30:03.281Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-20T22:30:03.388Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-20T22:30:03.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-20T22:30:03.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-20T22:30:03.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-20T22:30:03.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-20T22:30:03.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-20T22:30:03.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-20T22:30:04.087Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-20T22:30:04.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-20T22:30:04.286Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-20T22:30:04.416Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-20T22:30:04.507Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-20T22:30:04.604Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-20T22:30:04.698Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-20T22:30:04.789Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-20T22:30:04.881Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-20T22:30:04.987Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-20T22:30:05.076Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-20T22:30:05.226Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2942 [Pipeline] echo [2020-12-20T22:30:05.357Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2942 [Pipeline] echo [2020-12-20T22:30:05.472Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2942 [Pipeline] echo [2020-12-20T22:30:05.575Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = df695e162577a4eb0e37869e2236c0dac3805389 [Pipeline] echo [2020-12-20T22:30:05.665Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = df695e1 [Pipeline] echo [2020-12-20T22:30:05.754Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-20T22:30:05.925Z] provisioning config files... [2020-12-20T22:30:05.953Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config8514692729007263277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-20T22:30:06.330Z] ---> docker-login.sh [2020-12-20T22:30:06.330Z] nexus3.edgexfoundry.org:10001 [2020-12-20T22:30:06.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T22:30:06.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T22:30:06.854Z] Configure a credential helper to remove this warning. See [2020-12-20T22:30:06.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T22:30:06.854Z] [2020-12-20T22:30:06.854Z] Login Succeeded [2020-12-20T22:30:06.854Z] nexus3.edgexfoundry.org:10002 [2020-12-20T22:30:06.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T22:30:06.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T22:30:06.854Z] Configure a credential helper to remove this warning. See [2020-12-20T22:30:06.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T22:30:06.854Z] [2020-12-20T22:30:06.854Z] Login Succeeded [2020-12-20T22:30:06.854Z] nexus3.edgexfoundry.org:10003 [2020-12-20T22:30:07.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T22:30:07.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T22:30:07.121Z] Configure a credential helper to remove this warning. See [2020-12-20T22:30:07.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T22:30:07.121Z] [2020-12-20T22:30:07.121Z] Login Succeeded [2020-12-20T22:30:07.121Z] nexus3.edgexfoundry.org:10004 [2020-12-20T22:30:07.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T22:30:07.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T22:30:07.382Z] Configure a credential helper to remove this warning. See [2020-12-20T22:30:07.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T22:30:07.382Z] [2020-12-20T22:30:07.382Z] Login Succeeded [2020-12-20T22:30:07.382Z] docker.io [2020-12-20T22:30:07.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T22:30:07.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T22:30:07.644Z] Configure a credential helper to remove this warning. See [2020-12-20T22:30:07.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T22:30:07.644Z] [2020-12-20T22:30:07.644Z] Login Succeeded [2020-12-20T22:30:07.644Z] ---> docker-login.sh ends [Pipeline] } [2020-12-20T22:30:07.652Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T22:30:08.129Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-20T22:30:08.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T22:30:08.129Z] ++ dirname cmd/core-command/Dockerfile [2020-12-20T22:30:08.129Z] ++ cut -d/ -f2 [2020-12-20T22:30:08.129Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-20T22:30:08.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T22:30:08.129Z] ++ dirname cmd/core-data/Dockerfile [2020-12-20T22:30:08.129Z] ++ cut -d/ -f2 [2020-12-20T22:30:08.129Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-20T22:30:08.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T22:30:08.129Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-20T22:30:08.129Z] ++ cut -d/ -f2 [2020-12-20T22:30:08.129Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-20T22:30:08.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T22:30:08.129Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-20T22:30:08.129Z] ++ cut -d/ -f2 [2020-12-20T22:30:08.129Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-20T22:30:08.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T22:30:08.129Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-20T22:30:08.129Z] ++ cut -d/ -f2 [2020-12-20T22:30:08.129Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-20T22:30:08.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T22:30:08.129Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-20T22:30:08.129Z] ++ cut -d/ -f2 [2020-12-20T22:30:08.129Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-20T22:30:08.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T22:30:08.129Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-20T22:30:08.129Z] ++ cut -d/ -f2 [2020-12-20T22:30:08.129Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-20T22:30:08.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T22:30:08.129Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-20T22:30:08.129Z] ++ cut -d/ -f2 [2020-12-20T22:30:08.129Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-20T22:30:08.129Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T22:30:08.129Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-20T22:30:08.129Z] ++ cut -d/ -f2 [2020-12-20T22:30:08.129Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-20T22:30:08.202Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 [2020-12-20T22:30:11.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T22:30:11.273Z] [2020-12-20T22:30:11.273Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T22:30:11.636Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T22:30:11.636Z] latest: Pulling from edgex-devops/git-semver [2020-12-20T22:30:11.636Z] 31603596830f: Pulling fs layer [2020-12-20T22:30:11.636Z] 2a8b12db71e7: Pulling fs layer [2020-12-20T22:30:11.636Z] 6ca5941a6612: Pulling fs layer [2020-12-20T22:30:11.636Z] ecc8261a40a4: Pulling fs layer [2020-12-20T22:30:11.636Z] ecc8261a40a4: Waiting [2020-12-20T22:30:11.636Z] 2a8b12db71e7: Verifying Checksum [2020-12-20T22:30:11.636Z] 2a8b12db71e7: Download complete [2020-12-20T22:30:11.636Z] 31603596830f: Verifying Checksum [2020-12-20T22:30:11.636Z] 31603596830f: Download complete [2020-12-20T22:30:11.898Z] ecc8261a40a4: Verifying Checksum [2020-12-20T22:30:11.898Z] ecc8261a40a4: Download complete [2020-12-20T22:30:11.898Z] 6ca5941a6612: Verifying Checksum [2020-12-20T22:30:11.898Z] 6ca5941a6612: Download complete [2020-12-20T22:30:12.164Z] 31603596830f: Pull complete [2020-12-20T22:30:12.164Z] 2a8b12db71e7: Pull complete [2020-12-20T22:30:12.750Z] 6ca5941a6612: Pull complete [2020-12-20T22:30:13.012Z] ecc8261a40a4: Pull complete [2020-12-20T22:30:13.012Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-20T22:30:13.012Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T22:30:13.012Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-20T22:30:13.114Z] prd-centos7-docker-4c-2g-16942 does not seem to be running inside a container [2020-12-20T22:30:13.166Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:10004/edgex-devops/git-semver:latest cat [2020-12-20T22:30:15.765Z] $ docker top 9aebee59400ecdae85e361545b125b675b8c6a9cb7230780d7a75c78bd6ef268 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T22:30:16.137Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T22:30:16.137Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T22:30:16.348Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T22:30:16.355Z] $ docker exec 9aebee59400ecdae85e361545b125b675b8c6a9cb7230780d7a75c78bd6ef268 ssh-agent [2020-12-20T22:30:16.560Z] SSH_AUTH_SOCK=/tmp/ssh-4fxk9iFYHCa7/agent.11 [2020-12-20T22:30:16.560Z] SSH_AGENT_PID=16 [2020-12-20T22:30:16.667Z] Running ssh-add (command line suppressed) [2020-12-20T22:30:16.805Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_8355078072172196032.key (/w/workspace/edgex-go/18@tmp/private_key_8355078072172196032.key) [2020-12-20T22:30:16.855Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T22:30:17.189Z] + git tag --points-at HEAD [Pipeline] } [2020-12-20T22:30:17.214Z] $ docker exec --env ******** --env ******** 9aebee59400ecdae85e361545b125b675b8c6a9cb7230780d7a75c78bd6ef268 ssh-agent -k [2020-12-20T22:30:17.321Z] unset SSH_AUTH_SOCK; [2020-12-20T22:30:17.322Z] unset SSH_AGENT_PID; [2020-12-20T22:30:17.322Z] echo Agent pid 16 killed; [2020-12-20T22:30:17.365Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-20T22:30:17.523Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T22:30:17.523Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T22:30:17.687Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T22:30:17.693Z] $ docker exec 9aebee59400ecdae85e361545b125b675b8c6a9cb7230780d7a75c78bd6ef268 ssh-agent [2020-12-20T22:30:17.842Z] SSH_AUTH_SOCK=/tmp/ssh-8rWrD1tTXA5Y/agent.45 [2020-12-20T22:30:17.842Z] SSH_AGENT_PID=50 [2020-12-20T22:30:17.854Z] Running ssh-add (command line suppressed) [2020-12-20T22:30:17.971Z] Identity added: /w/workspace/edgex-go/18@tmp/private_key_2211026446507038538.key (/w/workspace/edgex-go/18@tmp/private_key_2211026446507038538.key) [2020-12-20T22:30:18.027Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T22:30:18.364Z] + git semver init [2020-12-20T22:30:18.365Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T22:30:18.365Z] # $GIT_DIR = /w/workspace/edgex-go/18/.git [2020-12-20T22:30:18.365Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/18 [2020-12-20T22:30:18.365Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T22:30:18.365Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T22:30:18.365Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T22:30:18.365Z] # $SEMVER_BRANCH = PR-2942 [2020-12-20T22:30:18.365Z] # $SEMVER_TEMP = /tmp/semver-736425819 [2020-12-20T22:30:18.365Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-20T22:30:36.599Z] # '/tmp/semver-736425819' -> '/w/workspace/edgex-go/18/.semver' [2020-12-20T22:30:36.599Z] # -> Force: false [2020-12-20T22:30:36.599Z] # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } [2020-12-20T22:30:36.612Z] $ docker exec --env ******** --env ******** 9aebee59400ecdae85e361545b125b675b8c6a9cb7230780d7a75c78bd6ef268 ssh-agent -k [2020-12-20T22:30:36.769Z] unset SSH_AUTH_SOCK; [2020-12-20T22:30:36.769Z] unset SSH_AGENT_PID; [2020-12-20T22:30:36.770Z] echo Agent pid 50 killed; [2020-12-20T22:30:36.831Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T22:30:37.351Z] + git semver [Pipeline] } [2020-12-20T22:30:37.370Z] $ docker stop --time=1 9aebee59400ecdae85e361545b125b675b8c6a9cb7230780d7a75c78bd6ef268 [2020-12-20T22:30:38.927Z] $ docker rm -f 9aebee59400ecdae85e361545b125b675b8c6a9cb7230780d7a75c78bd6ef268 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-20T22:30:39.414Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-20T22:30:39.908Z] Stashed 1 file(s) [Pipeline] echo [2020-12-20T22:30:39.911Z] [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 [2020-12-20T22:30:40.929Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-20T22:30:41.225Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-20T22:30:41.521Z] + sudo service docker restart [2020-12-20T22:30:41.521Z] + true [2020-12-20T22:30:41.521Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-20T22:30:42.107Z] ========================================================= [2020-12-20T22:30:42.107Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-20T22:30:42.107Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-20T22:30:42.447Z] + 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 . [2020-12-20T22:30:45.760Z] Sending build context to Docker daemon 330.8MB [2020-12-20T22:30:45.760Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-20T22:30:45.760Z] Step 2/7 : FROM ${BASE} [2020-12-20T22:30:45.760Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-20T22:30:45.760Z] 188c0c94c7c5: Pulling fs layer [2020-12-20T22:30:45.760Z] 0ef7d3d256c8: Pulling fs layer [2020-12-20T22:30:45.760Z] de9db76c5a1d: Pulling fs layer [2020-12-20T22:30:45.760Z] bca2f99d35d6: Pulling fs layer [2020-12-20T22:30:45.760Z] 93359f2a8cfa: Pulling fs layer [2020-12-20T22:30:45.760Z] 7c6f9722023f: Pulling fs layer [2020-12-20T22:30:45.760Z] a35cf1a2eb13: Pulling fs layer [2020-12-20T22:30:45.760Z] 93359f2a8cfa: Waiting [2020-12-20T22:30:45.760Z] 7c6f9722023f: Waiting [2020-12-20T22:30:45.760Z] a35cf1a2eb13: Waiting [2020-12-20T22:30:45.760Z] bca2f99d35d6: Waiting [2020-12-20T22:30:45.760Z] de9db76c5a1d: Verifying Checksum [2020-12-20T22:30:45.760Z] de9db76c5a1d: Download complete [2020-12-20T22:30:45.760Z] 0ef7d3d256c8: Download complete [2020-12-20T22:30:45.760Z] 93359f2a8cfa: Verifying Checksum [2020-12-20T22:30:45.760Z] 93359f2a8cfa: Download complete [2020-12-20T22:30:45.760Z] 188c0c94c7c5: Verifying Checksum [2020-12-20T22:30:45.760Z] 188c0c94c7c5: Download complete [2020-12-20T22:30:45.760Z] 7c6f9722023f: Verifying Checksum [2020-12-20T22:30:45.760Z] 7c6f9722023f: Download complete [2020-12-20T22:30:46.023Z] 188c0c94c7c5: Pull complete [2020-12-20T22:30:46.023Z] 0ef7d3d256c8: Pull complete [2020-12-20T22:30:46.285Z] de9db76c5a1d: Pull complete [2020-12-20T22:30:48.216Z] a35cf1a2eb13: Verifying Checksum [2020-12-20T22:30:48.216Z] a35cf1a2eb13: Download complete [2020-12-20T22:30:48.482Z] bca2f99d35d6: Verifying Checksum [2020-12-20T22:30:48.482Z] bca2f99d35d6: Download complete [2020-12-20T22:30:53.787Z] bca2f99d35d6: Pull complete [2020-12-20T22:30:53.787Z] 93359f2a8cfa: Pull complete [2020-12-20T22:30:53.787Z] 7c6f9722023f: Pull complete [2020-12-20T22:30:55.401Z] Still waiting to schedule task [2020-12-20T22:30:55.401Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-20T22:30:57.106Z] a35cf1a2eb13: Pull complete [2020-12-20T22:30:57.106Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-20T22:30:57.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-20T22:30:57.106Z] ---> a62c8e92a672 [2020-12-20T22:30:57.106Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-20T22:30:57.368Z] ---> Running in 5e7f074d4f9f [2020-12-20T22:30:57.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T22:30:58.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T22:30:59.155Z] (1/12) Installing libmagic (5.38-r0) [2020-12-20T22:31:00.098Z] (2/12) Installing file (5.38-r0) [2020-12-20T22:31:00.098Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-20T22:31:00.098Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-20T22:31:05.399Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-20T22:31:05.399Z] (6/12) Installing patch (2.7.6-r6) [2020-12-20T22:31:05.399Z] (7/12) Installing build-base (0.5-r2) [2020-12-20T22:31:05.660Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-20T22:31:05.660Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-20T22:31:05.660Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-20T22:31:05.920Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-20T22:31:05.920Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-20T22:31:06.181Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T22:31:06.181Z] OK: 233 MiB in 51 packages [2020-12-20T22:31:09.484Z] Removing intermediate container 5e7f074d4f9f [2020-12-20T22:31:09.484Z] ---> ce49da6496d0 [2020-12-20T22:31:09.484Z] Step 4/7 : WORKDIR /edgex-go [2020-12-20T22:31:09.484Z] ---> Running in bbc8c194c555 [2020-12-20T22:31:09.484Z] Removing intermediate container bbc8c194c555 [2020-12-20T22:31:09.484Z] ---> 80c45db0156d [2020-12-20T22:31:09.484Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-20T22:31:10.063Z] latest: Pulling from library/docker [2020-12-20T22:31:10.063Z] 801bfaa63ef2: Pulling fs layer [2020-12-20T22:31:10.063Z] 4f7dc993c79e: Pulling fs layer [2020-12-20T22:31:10.063Z] d39d95e4997f: Pulling fs layer [2020-12-20T22:31:10.063Z] 1cda4b703d87: Pulling fs layer [2020-12-20T22:31:10.063Z] 54e5375350ea: Pulling fs layer [2020-12-20T22:31:10.063Z] f08cd1b3bb1b: Pulling fs layer [2020-12-20T22:31:10.063Z] 8e17d04e0c68: Pulling fs layer [2020-12-20T22:31:10.063Z] 54e5375350ea: Waiting [2020-12-20T22:31:10.063Z] f08cd1b3bb1b: Waiting [2020-12-20T22:31:10.063Z] 8e17d04e0c68: Waiting [2020-12-20T22:31:10.063Z] 1cda4b703d87: Waiting [2020-12-20T22:31:10.327Z] 801bfaa63ef2: Verifying Checksum [2020-12-20T22:31:10.327Z] 801bfaa63ef2: Download complete [2020-12-20T22:31:10.327Z] 801bfaa63ef2: Pull complete [2020-12-20T22:31:10.327Z] 4f7dc993c79e: Verifying Checksum [2020-12-20T22:31:10.327Z] 4f7dc993c79e: Download complete [2020-12-20T22:31:10.593Z] 54e5375350ea: Download complete [2020-12-20T22:31:10.593Z] f08cd1b3bb1b: Verifying Checksum [2020-12-20T22:31:10.593Z] f08cd1b3bb1b: Download complete [2020-12-20T22:31:10.858Z] 4f7dc993c79e: Pull complete [2020-12-20T22:31:11.433Z] 1cda4b703d87: Verifying Checksum [2020-12-20T22:31:11.433Z] 1cda4b703d87: Download complete [2020-12-20T22:31:12.007Z] 8e17d04e0c68: Verifying Checksum [2020-12-20T22:31:12.007Z] 8e17d04e0c68: Download complete [2020-12-20T22:31:12.268Z] d39d95e4997f: Verifying Checksum [2020-12-20T22:31:12.268Z] d39d95e4997f: Download complete [2020-12-20T22:31:12.530Z] d39d95e4997f: Pull complete [2020-12-20T22:31:15.108Z] 1cda4b703d87: Pull complete [2020-12-20T22:31:15.108Z] 54e5375350ea: Pull complete [2020-12-20T22:31:15.108Z] f08cd1b3bb1b: Pull complete [2020-12-20T22:31:15.369Z] 8e17d04e0c68: Pull complete [2020-12-20T22:31:15.369Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-20T22:31:15.369Z] Status: Downloaded newer image for docker:latest [2020-12-20T22:31:17.294Z] ---> ae10005a8262 [2020-12-20T22:31:17.294Z] Step 6/7 : COPY go.mod . [2020-12-20T22:31:17.294Z] ---> 7391d206ef5f [2020-12-20T22:31:17.294Z] Step 7/7 : RUN go mod download [2020-12-20T22:31:17.558Z] ---> Running in 5dea63287e67 [2020-12-20T22:31:39.586Z] Removing intermediate container 5dea63287e67 [2020-12-20T22:31:39.586Z] ---> 4bcc614a0c15 [2020-12-20T22:31:39.586Z] Successfully built 4bcc614a0c15 [2020-12-20T22:31:39.586Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T22:31:39.899Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-20T22:31:39.899Z] . [Pipeline] withDockerContainer [2020-12-20T22:31:39.996Z] prd-centos7-docker-4c-2g-16942 does not seem to be running inside a container [2020-12-20T22:31:40.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 ******** -e ******** ci-base-image-x86_64 cat [2020-12-20T22:31:41.182Z] $ docker top 5f4603102403a8648ffeff32e644137b3ab793fb8fe5c3cacf328234a8ae763c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T22:31:41.715Z] + go version [2020-12-20T22:31:41.716Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-20T22:31:41.743Z] $ docker stop --time=1 5f4603102403a8648ffeff32e644137b3ab793fb8fe5c3cacf328234a8ae763c [2020-12-20T22:31:43.139Z] $ docker rm -f 5f4603102403a8648ffeff32e644137b3ab793fb8fe5c3cacf328234a8ae763c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T22:31:44.039Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-20T22:31:44.040Z] . [Pipeline] withDockerContainer [2020-12-20T22:31:44.131Z] prd-centos7-docker-4c-2g-16942 does not seem to be running inside a container [2020-12-20T22:31:44.178Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 ******** -e ******** ci-base-image-x86_64 cat [2020-12-20T22:31:44.824Z] $ docker top 6b6de6dcf62bd987afb2855ec805949311cb262b15c0cd21e9569fb72d0497e6 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-20T22:31:45.016Z] ========================================================= [2020-12-20T22:31:45.016Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-20T22:31:45.016Z] ========================================================= [Pipeline] sh [2020-12-20T22:31:45.313Z] + make test [2020-12-20T22:31:45.313Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-20T22:31:53.491Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-20T22:32:05.804Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-20T22:32:13.994Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-20T22:32:13.994Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-20T22:32:13.994Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-20T22:32:13.994Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-20T22:32:13.994Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-20T22:32:13.994Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-20T22:32:14.582Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-20T22:32:14.857Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-20T22:32:15.451Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-20T22:32:17.406Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-20T22:32:17.406Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-20T22:32:17.406Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-20T22:32:19.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements [2020-12-20T22:32:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-20T22:32:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-20T22:32:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-20T22:32:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-20T22:32:19.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-20T22:32:23.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.170s coverage: 27.0% of statements [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-20T22:32:23.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-20T22:32:23.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-20T22:32:23.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.074s coverage: 72.0% of statements [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-20T22:32:23.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.438s coverage: 83.3% of statements [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-20T22:32:23.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-20T22:32:25.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.329s coverage: 28.6% of statements [2020-12-20T22:32:25.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-20T22:32:25.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-20T22:32:25.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-20T22:32:25.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-20T22:32:25.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-20T22:32:25.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements [2020-12-20T22:32:25.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-20T22:32:25.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements [2020-12-20T22:32:25.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-20T22:32:25.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2020-12-20T22:32:25.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-20T22:32:25.592Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements [2020-12-20T22:32:25.592Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-20T22:32:25.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 78.3% of statements [2020-12-20T22:32:25.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-20T22:32:25.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-20T22:32:25.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-20T22:32:25.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-20T22:32:27.809Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.332s coverage: 93.8% of statements [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-20T22:32:27.809Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-20T22:32:27.809Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-20T22:32:27.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-20T22:32:27.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 75.5% of statements [2020-12-20T22:32:27.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-20T22:32:27.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements [2020-12-20T22:32:27.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements [2020-12-20T22:32:28.072Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 84.2% of statements [2020-12-20T22:32:29.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2020-12-20T22:32:29.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-20T22:32:29.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 63.5% of statements [2020-12-20T22:32:29.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-20T22:32:29.298Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-20T22:32:29.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2020-12-20T22:32:29.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2020-12-20T22:32:29.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements [2020-12-20T22:32:29.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2020-12-20T22:32:30.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2020-12-20T22:32:31.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 55.9% of statements [2020-12-20T22:32:31.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-20T22:32:31.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-20T22:32:31.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-20T22:32:31.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-20T22:32:31.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-20T22:32:31.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements [2020-12-20T22:32:31.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-20T22:32:31.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-20T22:32:31.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.289s coverage: 84.0% of statements [2020-12-20T22:32:31.422Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2020-12-20T22:32:33.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.101s coverage: 47.1% of statements [2020-12-20T22:32:33.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-20T22:32:33.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-20T22:32:33.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-20T22:32:33.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-20T22:32:33.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-20T22:32:33.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2020-12-20T22:32:33.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-20T22:32:33.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements [2020-12-20T22:32:33.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-20T22:32:34.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.642s coverage: 29.1% of statements [2020-12-20T22:32:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-20T22:32:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-20T22:32:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-20T22:32:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-20T22:32:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-20T22:32:34.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2020-12-20T22:32:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-20T22:32:34.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2020-12-20T22:32:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-20T22:32:34.359Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2020-12-20T22:32:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-20T22:32:34.359Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2020-12-20T22:32:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-20T22:32:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-20T22:32:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-20T22:32:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-20T22:32:34.359Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2020-12-20T22:32:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-20T22:32:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-20T22:32:34.944Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2020-12-20T22:32:34.944Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2020-12-20T22:32:35.205Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2020-12-20T22:32:35.470Z] GO111MODULE=on go vet ./... [2020-12-20T22:32:52.385Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16944 in /w/workspace/edgexfoundry_edgex-go_PR-2942 [Pipeline] { [Pipeline] ws [2020-12-20T22:32:52.541Z] Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout [2020-12-20T22:32:56.889Z] using credential edgex-jenkins-ssh [2020-12-20T22:32:56.960Z] Cloning the remote Git repository [2020-12-20T22:32:57.551Z] gofmt -l . [2020-12-20T22:32:57.551Z] [ "`gofmt -l .`" = "" ] [2020-12-20T22:32:57.551Z] ./bin/test-go-mod-tidy.sh [2020-12-20T22:32:57.551Z] ./bin/test-attribution-txt.sh [2020-12-20T22:32:57.551Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/core-command Attribution.txt, please add [2020-12-20T22:32:57.551Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/core-data Attribution.txt, please add [2020-12-20T22:32:57.551Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/core-metadata Attribution.txt, please add [2020-12-20T22:32:57.029Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-20T22:32:57.128Z] > git init /w/workspace/edgex-go/18 # timeout=10 [2020-12-20T22:32:57.212Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-20T22:32:57.212Z] > git --version # timeout=10 [2020-12-20T22:32:57.228Z] > git --version # 'git version 2.17.1' [2020-12-20T22:32:57.230Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T22:32:57.290Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T22:32:57.813Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/secrets-config Attribution.txt, please add [2020-12-20T22:32:57.813Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-bootstrap-redis Attribution.txt, please add [2020-12-20T22:32:57.813Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-file-token-provider Attribution.txt, please add [2020-12-20T22:32:57.813Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-proxy-setup Attribution.txt, please add [2020-12-20T22:32:58.076Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-secretstore-setup Attribution.txt, please add [2020-12-20T22:32:58.077Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/support-notifications Attribution.txt, please add [2020-12-20T22:32:58.077Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/support-scheduler Attribution.txt, please add [2020-12-20T22:32:58.466Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/sys-mgmt-agent Attribution.txt, please add [2020-12-20T22:32:58.466Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/sys-mgmt-executor Attribution.txt, please add [2020-12-20T22:32:58.466Z] make: *** [Makefile:99: test] Error 1 [Pipeline] } [2020-12-20T22:32:58.628Z] $ docker stop --time=1 6b6de6dcf62bd987afb2855ec805949311cb262b15c0cd21e9569fb72d0497e6 [2020-12-20T22:33:00.685Z] $ docker rm -f 6b6de6dcf62bd987afb2855ec805949311cb262b15c0cd21e9569fb72d0497e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-20T22:33:02.262Z] Failed in branch amd64 [2020-12-20T22:33:13.849Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-20T22:33:13.863Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T22:33:13.891Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-20T22:33:13.933Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-20T22:33:13.934Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T22:33:13.945Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2942/head:refs/remotes/origin/PR-2942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-20T22:33:15.372Z] Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit df695e162577a4eb0e37869e2236c0dac3805389 [2020-12-20T22:33:15.776Z] Merge succeeded, producing df695e162577a4eb0e37869e2236c0dac3805389 [2020-12-20T22:33:15.777Z] Checking out Revision df695e162577a4eb0e37869e2236c0dac3805389 (PR-2942) [2020-12-20T22:33:15.403Z] > git config core.sparsecheckout # timeout=10 [2020-12-20T22:33:15.414Z] > git checkout -f df695e162577a4eb0e37869e2236c0dac3805389 # timeout=10 [2020-12-20T22:33:15.704Z] > git remote # timeout=10 [2020-12-20T22:33:15.721Z] > git config --get remote.origin.url # timeout=10 [2020-12-20T22:33:15.734Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T22:33:15.744Z] > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 [2020-12-20T22:33:15.768Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-20T22:33:15.793Z] > git config core.sparsecheckout # timeout=10 [2020-12-20T22:33:15.804Z] > git checkout -f df695e162577a4eb0e37869e2236c0dac3805389 # timeout=10 [2020-12-20T22:33:20.264Z] Commit message: "fix: Fix failing V2 unit test" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-20T22:33:21.825Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-20T22:33:22.225Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-20T22:33:22.563Z] + sudo service+ docker restart [2020-12-20T22:33:22.563Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-20T22:33:24.626Z] provisioning config files... [2020-12-20T22:33:24.671Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config7016649445168843477tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-20T22:33:25.091Z] ---> docker-login.sh [2020-12-20T22:33:25.091Z] nexus3.edgexfoundry.org:10001 [2020-12-20T22:33:26.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T22:33:26.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T22:33:26.345Z] Configure a credential helper to remove this warning. See [2020-12-20T22:33:26.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T22:33:26.345Z] [2020-12-20T22:33:26.345Z] Login Succeeded [2020-12-20T22:33:26.345Z] nexus3.edgexfoundry.org:10002 [2020-12-20T22:33:26.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T22:33:26.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T22:33:26.973Z] Configure a credential helper to remove this warning. See [2020-12-20T22:33:26.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T22:33:26.973Z] [2020-12-20T22:33:26.973Z] Login Succeeded [2020-12-20T22:33:26.973Z] nexus3.edgexfoundry.org:10003 [2020-12-20T22:33:27.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T22:33:27.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T22:33:27.529Z] Configure a credential helper to remove this warning. See [2020-12-20T22:33:27.529Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T22:33:27.529Z] [2020-12-20T22:33:27.529Z] Login Succeeded [2020-12-20T22:33:27.529Z] nexus3.edgexfoundry.org:10004 [2020-12-20T22:33:27.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T22:33:28.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T22:33:28.079Z] Configure a credential helper to remove this warning. See [2020-12-20T22:33:28.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T22:33:28.079Z] [2020-12-20T22:33:28.079Z] Login Succeeded [2020-12-20T22:33:28.079Z] docker.io [2020-12-20T22:33:28.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T22:33:28.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T22:33:28.952Z] Configure a credential helper to remove this warning. See [2020-12-20T22:33:28.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T22:33:28.952Z] [2020-12-20T22:33:28.952Z] Login Succeeded [2020-12-20T22:33:28.952Z] ---> docker-login.sh ends [Pipeline] } [2020-12-20T22:33:28.970Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-20T22:33:29.445Z] ========================================================= [2020-12-20T22:33:29.445Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-20T22:33:29.445Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-20T22:33:29.826Z] + 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 . [2020-12-20T22:33:31.812Z] Sending build context to Docker daemon 170MB [2020-12-20T22:33:32.088Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-20T22:33:32.088Z] Step 2/7 : FROM ${BASE} [2020-12-20T22:33:32.088Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-20T22:33:32.088Z] 5f621e34cdf4: Pulling fs layer [2020-12-20T22:33:32.088Z] a4357932f1b6: Pulling fs layer [2020-12-20T22:33:32.088Z] 18c013af1878: Pulling fs layer [2020-12-20T22:33:32.088Z] 00ac8860ef70: Pulling fs layer [2020-12-20T22:33:32.088Z] 63d7cb157983: Pulling fs layer [2020-12-20T22:33:32.088Z] b116817d02f9: Pulling fs layer [2020-12-20T22:33:32.088Z] 745a02a5169b: Pulling fs layer [2020-12-20T22:33:32.088Z] 00ac8860ef70: Waiting [2020-12-20T22:33:32.088Z] b116817d02f9: Waiting [2020-12-20T22:33:32.088Z] 63d7cb157983: Waiting [2020-12-20T22:33:32.088Z] 745a02a5169b: Waiting [2020-12-20T22:33:32.088Z] 18c013af1878: Verifying Checksum [2020-12-20T22:33:32.088Z] 18c013af1878: Download complete [2020-12-20T22:33:32.088Z] a4357932f1b6: Verifying Checksum [2020-12-20T22:33:32.088Z] a4357932f1b6: Download complete [2020-12-20T22:33:32.088Z] 63d7cb157983: Download complete [2020-12-20T22:33:32.088Z] b116817d02f9: Download complete [2020-12-20T22:33:32.366Z] 5f621e34cdf4: Download complete [2020-12-20T22:33:32.975Z] 5f621e34cdf4: Pull complete [2020-12-20T22:33:33.577Z] a4357932f1b6: Pull complete [2020-12-20T22:33:33.850Z] 18c013af1878: Pull complete [2020-12-20T22:33:34.837Z] 745a02a5169b: Verifying Checksum [2020-12-20T22:33:34.837Z] 745a02a5169b: Download complete [2020-12-20T22:33:35.826Z] 00ac8860ef70: Verifying Checksum [2020-12-20T22:33:35.826Z] 00ac8860ef70: Download complete [2020-12-20T22:33:46.001Z] 00ac8860ef70: Pull complete [2020-12-20T22:33:46.001Z] 63d7cb157983: Pull complete [2020-12-20T22:33:46.273Z] b116817d02f9: Pull complete [2020-12-20T22:33:50.592Z] 745a02a5169b: Pull complete [2020-12-20T22:33:50.592Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-20T22:33:50.592Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-20T22:33:50.592Z] ---> b7e6874047d6 [2020-12-20T22:33:50.592Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-20T22:33:53.965Z] ---> Running in e6f9760f85f4 [2020-12-20T22:33:54.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T22:33:55.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T22:33:56.521Z] (1/12) Installing libmagic (5.38-r0) [2020-12-20T22:33:56.521Z] (2/12) Installing file (5.38-r0) [2020-12-20T22:33:56.793Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-20T22:33:56.793Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-20T22:34:00.191Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-20T22:34:00.191Z] (6/12) Installing patch (2.7.6-r6) [2020-12-20T22:34:00.191Z] (7/12) Installing build-base (0.5-r2) [2020-12-20T22:34:00.191Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-20T22:34:00.191Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-20T22:34:00.191Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-20T22:34:00.191Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-20T22:34:00.191Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-20T22:34:00.463Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T22:34:00.463Z] OK: 217 MiB in 51 packages [2020-12-20T22:34:04.777Z] Removing intermediate container e6f9760f85f4 [2020-12-20T22:34:04.777Z] ---> da1ec9027142 [2020-12-20T22:34:04.777Z] Step 4/7 : WORKDIR /edgex-go [2020-12-20T22:34:04.777Z] ---> Running in 3923dad4687c [2020-12-20T22:34:05.050Z] Removing intermediate container 3923dad4687c [2020-12-20T22:34:05.050Z] ---> 1df5ff602a29 [2020-12-20T22:34:05.051Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-20T22:34:06.032Z] latest: Pulling from library/docker [2020-12-20T22:34:06.032Z] 159e5727ea61: Pulling fs layer [2020-12-20T22:34:06.032Z] 687389c36290: Pulling fs layer [2020-12-20T22:34:06.032Z] 94e28978939c: Pulling fs layer [2020-12-20T22:34:06.032Z] ea42096754a7: Pulling fs layer [2020-12-20T22:34:06.032Z] bd61cee6920e: Pulling fs layer [2020-12-20T22:34:06.032Z] 87c4ece4675c: Pulling fs layer [2020-12-20T22:34:06.032Z] 90ca8b2ff088: Pulling fs layer [2020-12-20T22:34:06.032Z] ea42096754a7: Waiting [2020-12-20T22:34:06.032Z] bd61cee6920e: Waiting [2020-12-20T22:34:06.032Z] 87c4ece4675c: Waiting [2020-12-20T22:34:06.032Z] 90ca8b2ff088: Waiting [2020-12-20T22:34:06.032Z] 94e28978939c: Verifying Checksum [2020-12-20T22:34:06.032Z] 94e28978939c: Download complete [2020-12-20T22:34:06.304Z] 159e5727ea61: Verifying Checksum [2020-12-20T22:34:06.304Z] 159e5727ea61: Download complete [2020-12-20T22:34:06.304Z] bd61cee6920e: Verifying Checksum [2020-12-20T22:34:06.304Z] bd61cee6920e: Download complete [2020-12-20T22:34:06.304Z] 687389c36290: Verifying Checksum [2020-12-20T22:34:06.304Z] 687389c36290: Download complete [2020-12-20T22:34:06.580Z] 87c4ece4675c: Verifying Checksum [2020-12-20T22:34:06.580Z] 87c4ece4675c: Download complete [2020-12-20T22:34:06.580Z] 90ca8b2ff088: Verifying Checksum [2020-12-20T22:34:06.580Z] 90ca8b2ff088: Download complete [2020-12-20T22:34:06.857Z] 159e5727ea61: Pull complete [2020-12-20T22:34:07.465Z] 687389c36290: Pull complete [2020-12-20T22:34:08.066Z] 94e28978939c: Pull complete [2020-12-20T22:34:08.066Z] ea42096754a7: Verifying Checksum [2020-12-20T22:34:08.066Z] ea42096754a7: Download complete [2020-12-20T22:34:12.421Z] ea42096754a7: Pull complete [2020-12-20T22:34:12.421Z] bd61cee6920e: Pull complete [2020-12-20T22:34:12.421Z] 87c4ece4675c: Pull complete [2020-12-20T22:34:13.019Z] 90ca8b2ff088: Pull complete [2020-12-20T22:34:13.019Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-20T22:34:13.019Z] Status: Downloaded newer image for docker:latest [2020-12-20T22:34:16.403Z] ---> eb36b9a67632 [2020-12-20T22:34:16.403Z] Step 6/7 : COPY go.mod . [2020-12-20T22:34:16.996Z] ---> 9b8d3ff9d6b1 [2020-12-20T22:34:16.996Z] Step 7/7 : RUN go mod download [2020-12-20T22:34:16.996Z] ---> Running in f91e12ef72ce [2020-12-20T22:34:43.790Z] Removing intermediate container f91e12ef72ce [2020-12-20T22:34:43.790Z] ---> 8b797ac16951 [2020-12-20T22:34:43.790Z] Successfully built 8b797ac16951 [2020-12-20T22:34:43.790Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T22:34:44.133Z] + docker inspect -f . ci-base-image-arm64 [2020-12-20T22:34:44.134Z] . [Pipeline] withDockerContainer [2020-12-20T22:34:44.408Z] prd-ubuntu18.04-docker-arm64-4c-16g-16944 does not seem to be running inside a container [2020-12-20T22:34:44.493Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 [2020-12-20T22:34:45.966Z] $ docker top 069488db1f621a9feb06ae2f3dd594e26f8641e93c9ea7537c07d90d650a2c51 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T22:34:47.009Z] + go version [2020-12-20T22:34:47.009Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-20T22:34:47.034Z] $ docker stop --time=1 069488db1f621a9feb06ae2f3dd594e26f8641e93c9ea7537c07d90d650a2c51 [2020-12-20T22:34:48.958Z] $ docker rm -f 069488db1f621a9feb06ae2f3dd594e26f8641e93c9ea7537c07d90d650a2c51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T22:34:50.017Z] + docker inspect -f . ci-base-image-arm64 [2020-12-20T22:34:50.017Z] . [Pipeline] withDockerContainer [2020-12-20T22:34:50.248Z] prd-ubuntu18.04-docker-arm64-4c-16g-16944 does not seem to be running inside a container [2020-12-20T22:34:50.327Z] $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 [2020-12-20T22:34:51.664Z] $ docker top d6b619b68936525130ec1d2a37244aa248011a0cbb40c5025b7d630fde5e9dba -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-20T22:34:52.047Z] ========================================================= [2020-12-20T22:34:52.047Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-20T22:34:52.047Z] ========================================================= [Pipeline] sh [2020-12-20T22:34:52.688Z] + make test [2020-12-20T22:34:52.688Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-20T22:35:14.876Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-20T22:36:01.881Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-20T22:36:06.206Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-20T22:36:08.195Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-20T22:36:08.195Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-20T22:36:08.195Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-20T22:36:08.195Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-20T22:36:08.798Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-20T22:36:09.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-20T22:36:11.620Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-20T22:36:13.721Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-20T22:36:20.446Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-20T22:36:20.446Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-20T22:36:20.446Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-20T22:36:25.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.270s coverage: 46.6% of statements [2020-12-20T22:36:25.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-20T22:36:25.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-20T22:36:25.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-20T22:36:25.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-20T22:36:25.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-20T22:36:34.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.522s coverage: 27.0% of statements [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-20T22:36:34.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.126s coverage: 100.0% of statements [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-20T22:36:34.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-20T22:36:34.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.562s coverage: 72.7% of statements [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-20T22:36:34.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.354s coverage: 83.3% of statements [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-20T22:36:34.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-20T22:36:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.157s coverage: 28.6% of statements [2020-12-20T22:36:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-20T22:36:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-20T22:36:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-20T22:36:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-20T22:36:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-20T22:36:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements [2020-12-20T22:36:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-20T22:36:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2020-12-20T22:36:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-20T22:36:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.345s coverage: 86.7% of statements [2020-12-20T22:36:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-20T22:36:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.346s coverage: 97.5% of statements [2020-12-20T22:36:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-20T22:36:42.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements [2020-12-20T22:36:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-20T22:36:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-20T22:36:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-20T22:36:42.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-20T22:36:49.278Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.093s coverage: 93.8% of statements [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-20T22:36:49.278Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-20T22:36:49.278Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.175s coverage: 0.1% of statements [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-20T22:36:49.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-20T22:36:49.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.121s coverage: 75.5% of statements [2020-12-20T22:36:49.278Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-20T22:36:49.556Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements [2020-12-20T22:36:49.834Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements [2020-12-20T22:36:50.438Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.2% of statements [2020-12-20T22:36:52.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.166s coverage: 91.4% of statements [2020-12-20T22:36:52.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-20T22:36:55.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.584s coverage: 63.5% of statements [2020-12-20T22:36:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-20T22:36:55.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-20T22:36:55.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.106s coverage: 100.0% of statements [2020-12-20T22:36:55.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements [2020-12-20T22:36:55.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2020-12-20T22:36:55.344Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2020-12-20T22:36:56.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2020-12-20T22:37:01.754Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.925s coverage: 55.9% of statements [2020-12-20T22:37:01.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-20T22:37:01.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-20T22:37:01.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-20T22:37:01.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-20T22:37:01.754Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-20T22:37:02.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.424s coverage: 37.0% of statements [2020-12-20T22:37:02.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-20T22:37:02.729Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-20T22:37:02.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.618s coverage: 84.0% of statements [2020-12-20T22:37:02.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements [2020-12-20T22:37:08.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.394s coverage: 47.1% of statements [2020-12-20T22:37:08.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-20T22:37:08.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-20T22:37:08.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-20T22:37:08.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-20T22:37:08.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-20T22:37:08.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2020-12-20T22:37:08.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-20T22:37:08.135Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements [2020-12-20T22:37:08.135Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-20T22:37:13.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.784s coverage: 29.1% of statements [2020-12-20T22:37:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-20T22:37:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-20T22:37:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-20T22:37:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-20T22:37:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-20T22:37:13.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements [2020-12-20T22:37:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-20T22:37:13.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements [2020-12-20T22:37:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-20T22:37:13.551Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.067s coverage: 0.0% of statements [2020-12-20T22:37:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-20T22:37:13.551Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2020-12-20T22:37:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-20T22:37:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-20T22:37:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-20T22:37:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-20T22:37:13.551Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2020-12-20T22:37:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-20T22:37:13.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-20T22:37:13.551Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2020-12-20T22:37:14.533Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2020-12-20T22:37:14.807Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2020-12-20T22:37:15.401Z] GO111MODULE=on go vet ./... [2020-12-20T22:38:23.429Z] gofmt -l . [2020-12-20T22:38:23.429Z] [ "`gofmt -l .`" = "" ] [2020-12-20T22:38:23.429Z] ./bin/test-go-mod-tidy.sh [2020-12-20T22:38:23.429Z] ./bin/test-attribution-txt.sh [2020-12-20T22:38:24.024Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/core-command Attribution.txt, please add [2020-12-20T22:38:24.297Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/core-data Attribution.txt, please add [2020-12-20T22:38:24.570Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/core-metadata Attribution.txt, please add [2020-12-20T22:38:24.845Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/secrets-config Attribution.txt, please add [2020-12-20T22:38:25.120Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-bootstrap-redis Attribution.txt, please add [2020-12-20T22:38:25.120Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-file-token-provider Attribution.txt, please add [2020-12-20T22:38:25.392Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-proxy-setup Attribution.txt, please add [2020-12-20T22:38:25.667Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/security-secretstore-setup Attribution.txt, please add [2020-12-20T22:38:25.938Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/support-notifications Attribution.txt, please add [2020-12-20T22:38:26.211Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/support-scheduler Attribution.txt, please add [2020-12-20T22:38:26.211Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/sys-mgmt-agent Attribution.txt, please add [2020-12-20T22:38:26.483Z] An attribution for gopkg.in/yaml.v3 is missing from in cmd/sys-mgmt-executor Attribution.txt, please add [2020-12-20T22:38:26.755Z] make: *** [Makefile:99: test] Error 1 [Pipeline] } [2020-12-20T22:38:26.785Z] $ docker stop --time=1 d6b619b68936525130ec1d2a37244aa248011a0cbb40c5025b7d630fde5e9dba [2020-12-20T22:38:29.502Z] $ docker rm -f d6b619b68936525130ec1d2a37244aa248011a0cbb40c5025b7d630fde5e9dba [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] } [2020-12-20T22:38:32.200Z] 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 [2020-12-20T22:38:34.751Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T22:38:35.638Z] ---> package-listing.sh [2020-12-20T22:38:35.639Z] ++ facter osfamily [2020-12-20T22:38:35.639Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-20T22:38:35.639Z] + OS_FAMILY=redhat [2020-12-20T22:38:35.639Z] + workspace=/w/workspace/edgex-go/18 [2020-12-20T22:38:35.639Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-20T22:38:35.639Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-20T22:38:35.639Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-20T22:38:35.639Z] + PACKAGES=/tmp/packages_start.txt [2020-12-20T22:38:35.639Z] + '[' /w/workspace/edgex-go/18 ']' [2020-12-20T22:38:35.639Z] + PACKAGES=/tmp/packages_end.txt [2020-12-20T22:38:35.639Z] + case "${OS_FAMILY}" in [2020-12-20T22:38:35.639Z] + rpm -qa [2020-12-20T22:38:35.639Z] + sort [2020-12-20T22:38:40.930Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-20T22:38:40.930Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-20T22:38:40.930Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-20T22:38:40.930Z] + '[' /w/workspace/edgex-go/18 ']' [2020-12-20T22:38:40.930Z] + mkdir -p /w/workspace/edgex-go/18/archives/ [2020-12-20T22:38:40.930Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] echo [2020-12-20T22:38:40.947Z] 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/18/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-20T22:38:41.238Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-20T22:38:41.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T22:38:41.543Z] [2020-12-20T22:38:41.543Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-20T22:38:41.909Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T22:38:41.909Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-20T22:38:41.909Z] df20fa9351a1: Pulling fs layer [2020-12-20T22:38:41.909Z] 36b3adc4ff6f: Pulling fs layer [2020-12-20T22:38:41.909Z] 8ad3a11d3b57: Pulling fs layer [2020-12-20T22:38:41.909Z] 46f8f816bc3b: Pulling fs layer [2020-12-20T22:38:41.909Z] 93b61091891f: Pulling fs layer [2020-12-20T22:38:41.909Z] 93b9cdb0e59b: Pulling fs layer [2020-12-20T22:38:41.909Z] 5e14af77c1be: Pulling fs layer [2020-12-20T22:38:41.909Z] 01666e4c0597: Pulling fs layer [2020-12-20T22:38:41.909Z] aa168da1d23b: Pulling fs layer [2020-12-20T22:38:41.909Z] 46f8f816bc3b: Waiting [2020-12-20T22:38:41.909Z] 93b9cdb0e59b: Waiting [2020-12-20T22:38:41.909Z] 01666e4c0597: Waiting [2020-12-20T22:38:41.909Z] 5e14af77c1be: Waiting [2020-12-20T22:38:41.909Z] 93b61091891f: Waiting [2020-12-20T22:38:41.909Z] 36b3adc4ff6f: Download complete [2020-12-20T22:38:41.909Z] 46f8f816bc3b: Verifying Checksum [2020-12-20T22:38:41.909Z] 46f8f816bc3b: Download complete [2020-12-20T22:38:42.180Z] df20fa9351a1: Verifying Checksum [2020-12-20T22:38:42.180Z] df20fa9351a1: Download complete [2020-12-20T22:38:42.180Z] 93b9cdb0e59b: Verifying Checksum [2020-12-20T22:38:42.180Z] 93b9cdb0e59b: Download complete [2020-12-20T22:38:42.180Z] 5e14af77c1be: Verifying Checksum [2020-12-20T22:38:42.180Z] 5e14af77c1be: Download complete [2020-12-20T22:38:42.180Z] 93b61091891f: Verifying Checksum [2020-12-20T22:38:42.180Z] 93b61091891f: Download complete [2020-12-20T22:38:42.180Z] 01666e4c0597: Verifying Checksum [2020-12-20T22:38:42.180Z] 01666e4c0597: Download complete [2020-12-20T22:38:42.180Z] 8ad3a11d3b57: Verifying Checksum [2020-12-20T22:38:42.180Z] 8ad3a11d3b57: Download complete [2020-12-20T22:38:42.444Z] df20fa9351a1: Pull complete [2020-12-20T22:38:42.444Z] 36b3adc4ff6f: Pull complete [2020-12-20T22:38:43.030Z] 8ad3a11d3b57: Pull complete [2020-12-20T22:38:43.300Z] 46f8f816bc3b: Pull complete [2020-12-20T22:38:43.563Z] 93b61091891f: Pull complete [2020-12-20T22:38:44.509Z] aa168da1d23b: Verifying Checksum [2020-12-20T22:38:44.509Z] aa168da1d23b: Download complete [2020-12-20T22:38:44.509Z] 93b9cdb0e59b: Pull complete [2020-12-20T22:38:44.509Z] 5e14af77c1be: Pull complete [2020-12-20T22:38:44.509Z] 01666e4c0597: Pull complete [2020-12-20T22:38:49.827Z] aa168da1d23b: Pull complete [2020-12-20T22:38:49.827Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-20T22:38:49.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T22:38:49.827Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-20T22:38:49.948Z] prd-centos7-docker-4c-2g-16942 does not seem to be running inside a container [2020-12-20T22:38:49.993Z] $ 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/18/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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-20T22:38:55.644Z] $ docker top d3bbefd9b8968bcb1f6e03cf8d92b997a847f2d52aa44f322cc44e3e8219a3ea -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T22:38:56.244Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-20T22:38:56.543Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-20T22:38:56.852Z] + ls /var/log/sa-host [2020-12-20T22:38:56.852Z] + sadf -c /var/log/sa-host/sa20 [2020-12-20T22:38:56.852Z] file_magic: OK [2020-12-20T22:38:56.852Z] HZ: Using current value: 100 [2020-12-20T22:38:56.852Z] file_header: OK [2020-12-20T22:38:56.852Z] 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 [2020-12-20T22:38:56.852Z] Statistics: [2020-12-20T22:38:56.852Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-20T22:38:56.852Z] File successfully converted to sysstat format version 12.2.1 [2020-12-20T22:38:56.852Z] + sadf -c /var/log/sa-host/sa23 [2020-12-20T22:38:56.852Z] file_magic: OK [2020-12-20T22:38:56.852Z] HZ: Using current value: 100 [2020-12-20T22:38:56.852Z] file_header: OK [2020-12-20T22:38:56.852Z] 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 [2020-12-20T22:38:56.852Z] Statistics: [2020-12-20T22:38:56.852Z] Hnuu...uuuununununu... [2020-12-20T22:38:56.852Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-20T22:38:57.554Z] provisioning config files... [2020-12-20T22:38:57.577Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config3732895826728039770tmp [Pipeline] { [Pipeline] echo [2020-12-20T22:38:57.651Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T22:38:57.949Z] ---> create-netrc.sh [Pipeline] } [2020-12-20T22:38:57.958Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-20T22:38:58.060Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T22:38:58.355Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-20T22:38:58.365Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T22:38:58.661Z] ---> sudo-logs.sh [2020-12-20T22:38:58.661Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-20T22:38:58.673Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T22:38:58.969Z] ---> job-cost.sh [2020-12-20T22:38:58.969Z] lf-activate-venv: SKIPPING [2020-12-20T22:38:58.969Z] INFO: No Stack... [2020-12-20T22:38:59.913Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-20T22:39:00.485Z] INFO: Archiving Costs [Pipeline] echo [2020-12-20T22:39:00.501Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T22:39:00.805Z] ---> logs-deploy.sh [2020-12-20T22:39:00.805Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2942/18 [2020-12-20T22:39:00.805Z] INFO: archiving workspace using pattern(s): [2020-12-20T22:39:02.191Z] Archives upload complete. [2020-12-20T22:39:02.453Z] INFO: archiving logs to Nexus