Pull request #2813 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at d3791ebe684db7fa12cf8e4209b1a20507d77774 rather than 6b1ee308596ce21ea339ca041e2be7253db48cf7 Obtained Jenkinsfile from d3791ebe684db7fa12cf8e4209b1a20507d77774 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6852 in /w/workspace/edgexfoundry_edgex-go_PR-2813 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2813/head:refs/remotes/origin/PR-2813 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d3791ebe684db7fa12cf8e4209b1a20507d77774 into PR head commit 6b1ee308596ce21ea339ca041e2be7253db48cf7 Merge succeeded, producing 6b1ee308596ce21ea339ca041e2be7253db48cf7 Checking out Revision 6b1ee308596ce21ea339ca041e2be7253db48cf7 (PR-2813) > git config core.sparsecheckout # timeout=10 > git checkout -f 6b1ee308596ce21ea339ca041e2be7253db48cf7 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d3791ebe684db7fa12cf8e4209b1a20507d77774 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6b1ee308596ce21ea339ca041e2be7253db48cf7 # timeout=10 Commit message: "feat(metadata): Implement Metadata device deletion V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk ee40031ee7b550ae06eff6a722d5dfffb93a7526 # timeout=10 [Pipeline] timeout [2020-10-20T03:35:27.243Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T03:35:27.555Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T03:35:27.649Z] ========================================================= [2020-10-20T03:35:27.649Z] EdgeX Global Pipelines Version Info [2020-10-20T03:35:27.649Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:35:29.182Z] ------------------- [2020-10-20T03:35:29.182Z] stable info: [2020-10-20T03:35:29.182Z] ------------------- [2020-10-20T03:35:29.182Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T03:35:29.182Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T03:35:29.182Z] Message: update stable to v1.0.144 [2020-10-20T03:35:30.126Z] ------------------- [2020-10-20T03:35:30.126Z] experimental info: [2020-10-20T03:35:30.126Z] ------------------- [2020-10-20T03:35:30.126Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T03:35:30.126Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T03:35:30.126Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-20T03:35:30.650Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-20T03:35:30.825Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-20T03:35:30.911Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T03:35:30.997Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T03:35:31.080Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T03:35:31.161Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T03:35:31.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T03:35:31.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-20T03:35:31.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-20T03:35:31.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-20T03:35:31.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T03:35:31.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T03:35:31.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T03:35:31.964Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T03:35:32.048Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T03:35:32.137Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T03:35:32.229Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-20T03:35:32.326Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T03:35:32.415Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-20T03:35:32.500Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-20T03:35:32.606Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-20T03:35:32.701Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2813 [Pipeline] echo [2020-10-20T03:35:32.781Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2813 [Pipeline] echo [2020-10-20T03:35:32.864Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2813 [Pipeline] echo [2020-10-20T03:35:33.000Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6b1ee308596ce21ea339ca041e2be7253db48cf7 [Pipeline] echo [2020-10-20T03:35:33.086Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6b1ee30 [Pipeline] echo [2020-10-20T03:35:33.164Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-20T03:35:33.656Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-20T03:35:33.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:35:33.656Z] ++ dirname cmd/core-command/Dockerfile [2020-10-20T03:35:33.656Z] ++ cut -d/ -f2 [2020-10-20T03:35:33.656Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-20T03:35:33.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:35:33.656Z] ++ dirname cmd/core-data/Dockerfile [2020-10-20T03:35:33.656Z] ++ cut -d/ -f2 [2020-10-20T03:35:33.656Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-20T03:35:33.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:35:33.656Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-20T03:35:33.656Z] ++ cut -d/ -f2 [2020-10-20T03:35:33.656Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-20T03:35:33.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:35:33.656Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-20T03:35:33.656Z] ++ cut -d/ -f2 [2020-10-20T03:35:33.656Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-20T03:35:33.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:35:33.656Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-20T03:35:33.656Z] ++ cut -d/ -f2 [2020-10-20T03:35:33.656Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-20T03:35:33.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:35:33.656Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-20T03:35:33.656Z] ++ cut -d/ -f2 [2020-10-20T03:35:33.656Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-20T03:35:33.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:35:33.656Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-20T03:35:33.656Z] ++ cut -d/ -f2 [2020-10-20T03:35:33.656Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-20T03:35:33.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:35:33.656Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-20T03:35:33.656Z] ++ cut -d/ -f2 [2020-10-20T03:35:33.656Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-20T03:35:33.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:35:33.656Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-20T03:35:33.656Z] ++ cut -d/ -f2 [2020-10-20T03:35:33.656Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-20T03:35:33.656Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T03:35:33.656Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-20T03:35:33.656Z] ++ cut -d/ -f2 [2020-10-20T03:35:33.656Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-20T03:35:33.722Z] 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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-10-20T03:35:35.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T03:35:35.019Z] [2020-10-20T03:35:35.019Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:35:35.373Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T03:35:35.373Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T03:35:35.373Z] 31603596830f: Pulling fs layer [2020-10-20T03:35:35.373Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T03:35:35.373Z] 6ca5941a6612: Pulling fs layer [2020-10-20T03:35:35.373Z] ecc8261a40a4: Pulling fs layer [2020-10-20T03:35:35.373Z] ecc8261a40a4: Waiting [2020-10-20T03:35:35.373Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T03:35:35.373Z] 2a8b12db71e7: Download complete [2020-10-20T03:35:35.373Z] 31603596830f: Download complete [2020-10-20T03:35:35.955Z] 31603596830f: Pull complete [2020-10-20T03:35:35.955Z] 2a8b12db71e7: Pull complete [2020-10-20T03:35:36.219Z] 6ca5941a6612: Verifying Checksum [2020-10-20T03:35:36.219Z] 6ca5941a6612: Download complete [2020-10-20T03:35:36.480Z] ecc8261a40a4: Verifying Checksum [2020-10-20T03:35:36.480Z] ecc8261a40a4: Download complete [2020-10-20T03:35:37.059Z] 6ca5941a6612: Pull complete [2020-10-20T03:35:37.059Z] ecc8261a40a4: Pull complete [2020-10-20T03:35:37.321Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T03:35:37.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T03:35:37.321Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T03:35:37.428Z] prd-centos7-docker-4c-2g-6852 does not seem to be running inside a container [2020-10-20T03:35:37.483Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-10-20T03:35:39.867Z] $ docker top a683a4d1dc9c15f313f02c688820894aa9094717b3fd55cc3c2d16f79bd3ff56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T03:35:40.205Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T03:35:40.205Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T03:35:40.433Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T03:35:40.436Z] $ docker exec a683a4d1dc9c15f313f02c688820894aa9094717b3fd55cc3c2d16f79bd3ff56 ssh-agent [2020-10-20T03:35:40.608Z] SSH_AUTH_SOCK=/tmp/ssh-7VGquhAEAEoU/agent.11 [2020-10-20T03:35:40.608Z] SSH_AGENT_PID=16 [2020-10-20T03:35:40.620Z] Running ssh-add (command line suppressed) [2020-10-20T03:35:40.740Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_42075921348402425.key (/w/workspace/edgex-go/3@tmp/private_key_42075921348402425.key) [2020-10-20T03:35:40.794Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T03:35:41.138Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T03:35:41.162Z] $ docker exec --env ******** --env ******** a683a4d1dc9c15f313f02c688820894aa9094717b3fd55cc3c2d16f79bd3ff56 ssh-agent -k [2020-10-20T03:35:41.277Z] unset SSH_AUTH_SOCK; [2020-10-20T03:35:41.277Z] unset SSH_AGENT_PID; [2020-10-20T03:35:41.278Z] echo Agent pid 16 killed; [2020-10-20T03:35:41.325Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T03:35:41.469Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T03:35:41.469Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T03:35:41.639Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T03:35:41.642Z] $ docker exec a683a4d1dc9c15f313f02c688820894aa9094717b3fd55cc3c2d16f79bd3ff56 ssh-agent [2020-10-20T03:35:41.805Z] SSH_AUTH_SOCK=/tmp/ssh-h6x68FBQ39n4/agent.47 [2020-10-20T03:35:41.805Z] SSH_AGENT_PID=53 [2020-10-20T03:35:41.812Z] Running ssh-add (command line suppressed) [2020-10-20T03:35:41.935Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_983969442726406171.key (/w/workspace/edgex-go/3@tmp/private_key_983969442726406171.key) [2020-10-20T03:35:41.986Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T03:35:42.315Z] + git semver init [2020-10-20T03:35:42.315Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T03:35:42.315Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-10-20T03:35:42.315Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-10-20T03:35:42.315Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T03:35:42.315Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T03:35:42.315Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T03:35:42.315Z] # $SEMVER_BRANCH = PR-2813 [2020-10-20T03:35:42.315Z] # $SEMVER_TEMP = /tmp/semver-388439955 [2020-10-20T03:35:42.315Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-20T03:36:04.309Z] # '/tmp/semver-388439955' -> '/w/workspace/edgex-go/3/.semver' [2020-10-20T03:36:04.309Z] # -> Force: false [2020-10-20T03:36:04.309Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-10-20T03:36:04.325Z] $ docker exec --env ******** --env ******** a683a4d1dc9c15f313f02c688820894aa9094717b3fd55cc3c2d16f79bd3ff56 ssh-agent -k [2020-10-20T03:36:04.549Z] unset SSH_AUTH_SOCK; [2020-10-20T03:36:04.550Z] unset SSH_AGENT_PID; [2020-10-20T03:36:04.550Z] echo Agent pid 53 killed; [2020-10-20T03:36:04.621Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T03:36:05.096Z] + git semver [Pipeline] } [2020-10-20T03:36:05.121Z] $ docker stop --time=1 a683a4d1dc9c15f313f02c688820894aa9094717b3fd55cc3c2d16f79bd3ff56 [2020-10-20T03:36:06.751Z] $ docker rm -f a683a4d1dc9c15f313f02c688820894aa9094717b3fd55cc3c2d16f79bd3ff56 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:36:07.256Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T03:36:07.975Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T03:36:07.980Z] [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] echo [2020-10-20T03:36:08.637Z] ========================================================= [2020-10-20T03:36:08.637Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T03:36:08.637Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:36:08.996Z] + 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-10-20T03:36:12.311Z] Sending build context to Docker daemon 325.4MB [2020-10-20T03:36:12.311Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T03:36:12.311Z] Step 2/7 : FROM ${BASE} [2020-10-20T03:36:12.311Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T03:36:12.311Z] df20fa9351a1: Pulling fs layer [2020-10-20T03:36:12.311Z] ed8968b2872e: Pulling fs layer [2020-10-20T03:36:12.311Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T03:36:12.311Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T03:36:12.311Z] e73272ec9a57: Pulling fs layer [2020-10-20T03:36:12.311Z] 1e910a182e73: Pulling fs layer [2020-10-20T03:36:12.311Z] 4e634b169226: Pulling fs layer [2020-10-20T03:36:12.311Z] e871e8e8d7a9: Waiting [2020-10-20T03:36:12.311Z] e73272ec9a57: Waiting [2020-10-20T03:36:12.311Z] 1e910a182e73: Waiting [2020-10-20T03:36:12.311Z] 4e634b169226: Waiting [2020-10-20T03:36:12.311Z] a92cc7c5fd73: Verifying Checksum [2020-10-20T03:36:12.311Z] a92cc7c5fd73: Download complete [2020-10-20T03:36:12.311Z] ed8968b2872e: Verifying Checksum [2020-10-20T03:36:12.311Z] ed8968b2872e: Download complete [2020-10-20T03:36:12.311Z] e73272ec9a57: Verifying Checksum [2020-10-20T03:36:12.311Z] e73272ec9a57: Download complete [2020-10-20T03:36:12.311Z] 1e910a182e73: Verifying Checksum [2020-10-20T03:36:12.311Z] 1e910a182e73: Download complete [2020-10-20T03:36:12.311Z] df20fa9351a1: Verifying Checksum [2020-10-20T03:36:12.311Z] df20fa9351a1: Download complete [2020-10-20T03:36:12.583Z] df20fa9351a1: Pull complete [2020-10-20T03:36:12.854Z] ed8968b2872e: Pull complete [2020-10-20T03:36:13.119Z] a92cc7c5fd73: Pull complete [2020-10-20T03:36:14.081Z] 4e634b169226: Verifying Checksum [2020-10-20T03:36:14.081Z] 4e634b169226: Download complete [2020-10-20T03:36:14.661Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T03:36:14.661Z] e871e8e8d7a9: Download complete [2020-10-20T03:36:19.973Z] e871e8e8d7a9: Pull complete [2020-10-20T03:36:19.973Z] e73272ec9a57: Pull complete [2020-10-20T03:36:20.237Z] 1e910a182e73: Pull complete [2020-10-20T03:36:23.368Z] Still waiting to schedule task [2020-10-20T03:36:23.368Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-20T03:36:25.536Z] 4e634b169226: Pull complete [2020-10-20T03:36:25.536Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T03:36:25.536Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T03:36:25.536Z] ---> f7629b54cfaa [2020-10-20T03:36:25.536Z] 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-10-20T03:36:25.536Z] ---> Running in 75aa010b275d [2020-10-20T03:36:25.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:36:26.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:36:26.680Z] (1/12) Installing libmagic (5.38-r0) [2020-10-20T03:36:26.942Z] (2/12) Installing file (5.38-r0) [2020-10-20T03:36:26.942Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-20T03:36:27.203Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-20T03:36:32.496Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-20T03:36:32.496Z] (6/12) Installing patch (2.7.6-r6) [2020-10-20T03:36:32.496Z] (7/12) Installing build-base (0.5-r2) [2020-10-20T03:36:32.496Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-20T03:36:32.758Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-20T03:36:32.758Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-20T03:36:32.758Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-20T03:36:33.020Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-20T03:36:33.020Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:36:33.020Z] OK: 233 MiB in 51 packages [2020-10-20T03:36:36.325Z] Removing intermediate container 75aa010b275d [2020-10-20T03:36:36.325Z] ---> dbf151d0adad [2020-10-20T03:36:36.325Z] Step 4/7 : WORKDIR /edgex-go [2020-10-20T03:36:36.325Z] ---> Running in 3ed768a57a27 [2020-10-20T03:36:36.325Z] Removing intermediate container 3ed768a57a27 [2020-10-20T03:36:36.325Z] ---> 6216c6ac0eb9 [2020-10-20T03:36:36.325Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-20T03:36:36.587Z] latest: Pulling from library/docker [2020-10-20T03:36:36.587Z] df20fa9351a1: Already exists [2020-10-20T03:36:36.851Z] 25ad7478873d: Pulling fs layer [2020-10-20T03:36:36.851Z] 4684f6177b5d: Pulling fs layer [2020-10-20T03:36:36.851Z] 8ba584e970af: Pulling fs layer [2020-10-20T03:36:36.851Z] 3cdc74d2b06d: Pulling fs layer [2020-10-20T03:36:36.851Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-20T03:36:36.851Z] fca0ccc462d5: Pulling fs layer [2020-10-20T03:36:36.851Z] 3cdc74d2b06d: Waiting [2020-10-20T03:36:36.851Z] 4cf5a0d07c1f: Waiting [2020-10-20T03:36:36.851Z] fca0ccc462d5: Waiting [2020-10-20T03:36:36.851Z] 4684f6177b5d: Verifying Checksum [2020-10-20T03:36:36.851Z] 4684f6177b5d: Download complete [2020-10-20T03:36:36.851Z] 25ad7478873d: Verifying Checksum [2020-10-20T03:36:36.851Z] 25ad7478873d: Download complete [2020-10-20T03:36:36.851Z] 3cdc74d2b06d: Verifying Checksum [2020-10-20T03:36:36.851Z] 3cdc74d2b06d: Download complete [2020-10-20T03:36:37.114Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-20T03:36:37.114Z] 4cf5a0d07c1f: Download complete [2020-10-20T03:36:37.114Z] fca0ccc462d5: Verifying Checksum [2020-10-20T03:36:37.114Z] fca0ccc462d5: Download complete [2020-10-20T03:36:37.114Z] 25ad7478873d: Pull complete [2020-10-20T03:36:37.377Z] 4684f6177b5d: Pull complete [2020-10-20T03:36:37.642Z] 8ba584e970af: Verifying Checksum [2020-10-20T03:36:37.642Z] 8ba584e970af: Download complete [2020-10-20T03:36:40.210Z] 8ba584e970af: Pull complete [2020-10-20T03:36:40.210Z] 3cdc74d2b06d: Pull complete [2020-10-20T03:36:40.210Z] 4cf5a0d07c1f: Pull complete [2020-10-20T03:36:40.210Z] fca0ccc462d5: Pull complete [2020-10-20T03:36:40.210Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-20T03:36:40.210Z] Status: Downloaded newer image for docker:latest [2020-10-20T03:36:42.140Z] ---> dc1141c71c2b [2020-10-20T03:36:42.140Z] Step 6/7 : COPY go.mod . [2020-10-20T03:36:42.140Z] ---> 649287787869 [2020-10-20T03:36:42.140Z] Step 7/7 : RUN go mod download [2020-10-20T03:36:42.140Z] ---> Running in b98f41872e12 [2020-10-20T03:37:04.132Z] Removing intermediate container b98f41872e12 [2020-10-20T03:37:04.132Z] ---> 076f47637ef0 [2020-10-20T03:37:04.132Z] Successfully built 076f47637ef0 [2020-10-20T03:37:04.132Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:37:04.455Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T03:37:04.455Z] . [Pipeline] withDockerContainer [2020-10-20T03:37:04.568Z] prd-centos7-docker-4c-2g-6852 does not seem to be running inside a container [2020-10-20T03:37:04.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-10-20T03:37:05.410Z] $ docker top 559b93a62d92ce65297ea97d2070557453f7156f41b4596fa15ca9164f801db6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T03:37:05.892Z] + go version [2020-10-20T03:37:05.892Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T03:37:05.905Z] $ docker stop --time=1 559b93a62d92ce65297ea97d2070557453f7156f41b4596fa15ca9164f801db6 [2020-10-20T03:37:07.242Z] $ docker rm -f 559b93a62d92ce65297ea97d2070557453f7156f41b4596fa15ca9164f801db6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:37:08.149Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T03:37:08.149Z] . [Pipeline] withDockerContainer [2020-10-20T03:37:08.240Z] prd-centos7-docker-4c-2g-6852 does not seem to be running inside a container [2020-10-20T03:37:08.285Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-10-20T03:37:08.896Z] $ docker top 8bc542971b9ef10c5af6d4ceaf149eb1135c2b65ea8d054cd2032637be554dd4 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-20T03:37:09.087Z] ========================================================= [2020-10-20T03:37:09.087Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-20T03:37:09.087Z] ========================================================= [Pipeline] sh [2020-10-20T03:37:09.382Z] + make test [2020-10-20T03:37:09.382Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-20T03:37:11.950Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-20T03:37:22.088Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-20T03:37:27.467Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-20T03:37:27.467Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-20T03:37:27.467Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-20T03:37:27.467Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-20T03:37:29.157Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.011s [2020-10-20T03:37:29.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-20T03:37:29.157Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-20T03:37:29.157Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-20T03:37:29.157Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-20T03:37:29.429Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-20T03:37:29.700Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-20T03:37:29.700Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-20T03:37:29.700Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-20T03:37:34.021Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements [2020-10-20T03:37:34.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-20T03:37:34.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-20T03:37:34.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-20T03:37:34.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-20T03:37:34.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-20T03:37:37.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.029s coverage: 27.0% of statements [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-20T03:37:37.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.008s coverage: 100.0% of statements [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-20T03:37:37.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-20T03:37:37.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.331s coverage: 85.0% of statements [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-20T03:37:37.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.367s coverage: 86.2% of statements [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-20T03:37:37.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.126s coverage: 28.6% of statements [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-20T03:37:37.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.023s coverage: 100.0% of statements [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-20T03:37:37.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.010s coverage: 100.0% of statements [2020-10-20T03:37:37.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-20T03:37:38.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.020s coverage: 86.7% of statements [2020-10-20T03:37:38.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-20T03:37:38.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.021s coverage: 97.5% of statements [2020-10-20T03:37:38.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-20T03:37:38.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.009s coverage: 100.0% of statements [2020-10-20T03:37:38.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-20T03:37:38.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-20T03:37:38.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-20T03:37:38.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-20T03:37:39.076Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.043s coverage: 96.6% of statements [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-20T03:37:39.076Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.005s coverage: 58.8% of statements [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-20T03:37:39.076Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-20T03:37:39.351Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.009s coverage: 0.0% of statements [no tests to run] [2020-10-20T03:37:39.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-20T03:37:39.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-20T03:37:40.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.093s coverage: 63.5% of statements [2020-10-20T03:37:40.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-20T03:37:40.319Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-20T03:37:40.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.009s coverage: 100.0% of statements [2020-10-20T03:37:40.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.006s coverage: 91.3% of statements [2020-10-20T03:37:40.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.014s coverage: 100.0% of statements [2020-10-20T03:37:40.319Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.012s coverage: 73.7% of statements [2020-10-20T03:37:40.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2020-10-20T03:37:41.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.077s coverage: 55.9% of statements [2020-10-20T03:37:41.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-20T03:37:41.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-20T03:37:41.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-20T03:37:41.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-20T03:37:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.962s coverage: 86.3% of statements [2020-10-20T03:37:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-20T03:37:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.322s coverage: 72.2% of statements [2020-10-20T03:37:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.141s coverage: 72.1% of statements [2020-10-20T03:37:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.010s coverage: 82.4% of statements [2020-10-20T03:37:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.040s coverage: 48.4% of statements [2020-10-20T03:37:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-20T03:37:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-20T03:37:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-20T03:37:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.019s coverage: 28.8% of statements [2020-10-20T03:37:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-20T03:37:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.017s coverage: 96.8% of statements [2020-10-20T03:37:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-20T03:37:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.030s coverage: 36.5% of statements [2020-10-20T03:37:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-20T03:37:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-20T03:37:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.104s coverage: 84.1% of statements [2020-10-20T03:37:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2020-10-20T03:37:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.044s coverage: 42.9% of statements [2020-10-20T03:37:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-20T03:37:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-20T03:37:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.012s coverage: 100.0% of statements [2020-10-20T03:37:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-20T03:37:45.864Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.014s coverage: 83.8% of statements [2020-10-20T03:37:45.864Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-20T03:37:46.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.028s coverage: 47.1% of statements [2020-10-20T03:37:46.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-20T03:37:46.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-20T03:37:46.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.008s coverage: 100.0% of statements [2020-10-20T03:37:46.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-20T03:37:46.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-20T03:37:46.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-20T03:37:46.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.010s coverage: 100.0% of statements [2020-10-20T03:37:46.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-20T03:37:46.458Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2020-10-20T03:37:46.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-20T03:37:47.430Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements [2020-10-20T03:37:47.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-20T03:37:47.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-20T03:37:47.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-20T03:37:47.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-20T03:37:47.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-20T03:37:47.430Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.017s coverage: 99.0% of statements [2020-10-20T03:37:47.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-20T03:37:47.430Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.021s coverage: 100.0% of statements [2020-10-20T03:37:47.430Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-20T03:37:47.430Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.009s coverage: 0.0% of statements [2020-10-20T03:37:47.430Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-20T03:37:47.700Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.005s coverage: 100.0% of statements [2020-10-20T03:37:47.700Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-20T03:37:47.700Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-20T03:37:47.700Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-20T03:37:47.700Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-20T03:37:47.966Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.008s coverage: 87.9% of statements [2020-10-20T03:37:47.966Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-20T03:37:47.966Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-20T03:37:47.966Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements [2020-10-20T03:37:47.966Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-10-20T03:37:48.229Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-10-20T03:37:48.491Z] GO111MODULE=on go vet ./... [2020-10-20T03:37:55.132Z] gofmt -l . [2020-10-20T03:37:55.707Z] [ "`gofmt -l .`" = "" ] [2020-10-20T03:37:56.652Z] ./bin/test-go-mod-tidy.sh [2020-10-20T03:37:56.918Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-20T03:37:59.135Z] + ls -al . [2020-10-20T03:37:59.135Z] total 616 [2020-10-20T03:37:59.135Z] drwxrwxr-x 10 1001 1001 4096 Oct 20 03:37 . [2020-10-20T03:37:59.135Z] drwxr-xr-x 4 root root 28 Oct 20 03:37 .. [2020-10-20T03:37:59.135Z] -rw-rw-r-- 1 1001 1001 11 Oct 20 03:35 .dockerignore [2020-10-20T03:37:59.135Z] drwxrwxr-x 8 1001 1001 179 Oct 20 03:35 .git [2020-10-20T03:37:59.135Z] drwxrwxr-x 3 1001 1001 125 Oct 20 03:35 .github [2020-10-20T03:37:59.135Z] -rw-rw-r-- 1 1001 1001 932 Oct 20 03:35 .gitignore [2020-10-20T03:37:59.135Z] drwx------ 3 1001 1001 47 Oct 20 03:36 .semver [2020-10-20T03:37:59.135Z] -rw-rw-r-- 1 1001 1001 166 Oct 20 03:35 .sonarcloud.properties [2020-10-20T03:37:59.135Z] -rw-rw-r-- 1 1001 1001 3804 Oct 20 03:35 CONTRIBUTING.md [2020-10-20T03:37:59.135Z] -rw-rw-r-- 1 1001 1001 1035 Oct 20 03:35 Dockerfile.build [2020-10-20T03:37:59.135Z] -rw-rw-r-- 1 1001 1001 863 Oct 20 03:35 Jenkinsfile [2020-10-20T03:37:59.135Z] -rw-rw-r-- 1 1001 1001 10775 Oct 20 03:35 LICENSE [2020-10-20T03:37:59.135Z] -rw-rw-r-- 1 1001 1001 6237 Oct 20 03:35 Makefile [2020-10-20T03:37:59.135Z] -rw-rw-r-- 1 1001 1001 6447 Oct 20 03:35 README.md [2020-10-20T03:37:59.135Z] -rw-rw-r-- 1 1001 1001 259 Oct 20 03:35 SECURITY.md [2020-10-20T03:37:59.135Z] -rw-rw-r-- 1 1001 1001 5 Oct 20 03:36 VERSION [2020-10-20T03:37:59.135Z] -rw-rw-r-- 1 1001 1001 4131 Oct 20 03:35 ZMQWindows.md [2020-10-20T03:37:59.135Z] drwxrwxr-x 2 1001 1001 117 Oct 20 03:35 bin [2020-10-20T03:37:59.135Z] drwxrwxr-x 15 1001 1001 4096 Oct 20 03:35 cmd [2020-10-20T03:37:59.135Z] -rw-r--r-- 1 root root 521910 Oct 20 03:37 coverage.out [2020-10-20T03:37:59.135Z] -rw-r--r-- 1 root root 1041 Oct 20 03:37 go.mod [2020-10-20T03:37:59.135Z] -rw-r--r-- 1 root root 18775 Oct 20 03:37 go.sum [2020-10-20T03:37:59.135Z] drwxrwxr-x 8 1001 1001 127 Oct 20 03:35 internal [2020-10-20T03:37:59.135Z] drwxrwxr-x 4 1001 1001 26 Oct 20 03:35 openapi [2020-10-20T03:37:59.135Z] drwxrwxr-x 4 1001 1001 71 Oct 20 03:35 snap [2020-10-20T03:37:59.135Z] -rw-rw-r-- 1 1001 1001 168 Oct 20 03:35 version.go [Pipeline] sh [2020-10-20T03:37:59.658Z] + '[' -e coverage.out ] [2020-10-20T03:37:59.659Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-20T03:37:59.892Z] Stashed 1 file(s) [Pipeline] sh [2020-10-20T03:38:00.217Z] + make build [2020-10-20T03:38:00.217Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-20T03:38:10.300Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-10-20T03:38:12.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-10-20T03:38:14.248Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T03:38:15.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-20T03:38:16.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-20T03:38:16.848Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-20T03:38:18.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-20T03:38:19.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T03:38:21.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-20T03:38:21.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-20T03:38:23.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-20T03:38:24.336Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-20T03:38:25.294Z] $ docker stop --time=1 8bc542971b9ef10c5af6d4ceaf149eb1135c2b65ea8d054cd2032637be554dd4 [2020-10-20T03:38:26.850Z] $ docker rm -f 8bc542971b9ef10c5af6d4ceaf149eb1135c2b65ea8d054cd2032637be554dd4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:38:28.528Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T03:38:28.529Z] [2020-10-20T03:38:28.529Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:38:28.865Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T03:38:28.865Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-20T03:38:28.865Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T03:38:28.865Z] ca9280d653b3: Pulling fs layer [2020-10-20T03:38:28.865Z] 7e9c9ca2126c: Pulling fs layer [2020-10-20T03:38:29.129Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-20T03:38:29.129Z] cbdbe7a5bc2a: Download complete [2020-10-20T03:38:29.392Z] cbdbe7a5bc2a: Pull complete [2020-10-20T03:38:29.392Z] ca9280d653b3: Verifying Checksum [2020-10-20T03:38:29.392Z] ca9280d653b3: Download complete [2020-10-20T03:38:30.341Z] ca9280d653b3: Pull complete [2020-10-20T03:38:30.601Z] 7e9c9ca2126c: Download complete [2020-10-20T03:38:37.207Z] 7e9c9ca2126c: Pull complete [2020-10-20T03:38:37.207Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-20T03:38:37.207Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T03:38:37.207Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-20T03:38:37.325Z] prd-centos7-docker-4c-2g-6852 does not seem to be running inside a container [2020-10-20T03:38:37.371Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-20T03:38:40.143Z] $ docker top cd227fc95341bd65dc9f6f045b8e0dc97c23dd0d8a16369c6deeff0b9cec9bce -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T03:38:40.699Z] + docker-compose build --help [2020-10-20T03:38:40.699Z] + grep parallel [2020-10-20T03:38:41.645Z] --parallel Build images in parallel. [Pipeline] } [2020-10-20T03:38:41.659Z] $ docker stop --time=1 cd227fc95341bd65dc9f6f045b8e0dc97c23dd0d8a16369c6deeff0b9cec9bce [2020-10-20T03:38:43.021Z] $ docker rm -f cd227fc95341bd65dc9f6f045b8e0dc97c23dd0d8a16369c6deeff0b9cec9bce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:38:43.690Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T03:38:43.690Z] . [Pipeline] withDockerContainer [2020-10-20T03:38:43.785Z] prd-centos7-docker-4c-2g-6852 does not seem to be running inside a container [2020-10-20T03:38:43.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-20T03:38:44.465Z] $ docker top 43d110bef9597de15e6c02be18241214366efed10f6069c30576fc084304559d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T03:38:44.936Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-20T03:38:45.887Z] Building docker-core-command-go ... [2020-10-20T03:38:45.887Z] Building docker-core-data-go ... [2020-10-20T03:38:45.887Z] Building docker-core-metadata-go ... [2020-10-20T03:38:45.887Z] Building docker-security-proxy-setup-go ... [2020-10-20T03:38:45.887Z] Building docker-security-secrets-setup-go ... [2020-10-20T03:38:45.887Z] Building docker-security-secretstore-setup-go ... [2020-10-20T03:38:45.887Z] Building docker-support-logging-go ... [2020-10-20T03:38:45.887Z] Building docker-support-notifications-go ... [2020-10-20T03:38:45.887Z] Building docker-support-scheduler-go ... [2020-10-20T03:38:45.887Z] Building docker-sys-mgmt-agent-go ... [2020-10-20T03:38:45.887Z] Building docker-security-proxy-setup-go [2020-10-20T03:38:45.887Z] Building docker-support-scheduler-go [2020-10-20T03:38:45.887Z] Building docker-support-logging-go [2020-10-20T03:38:45.887Z] Building docker-security-secretstore-setup-go [2020-10-20T03:38:45.887Z] Building docker-core-data-go [2020-10-20T03:39:12.574Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:39:12.574Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:39:12.574Z] ---> 076f47637ef0 [2020-10-20T03:39:12.574Z] Step 3/20 : WORKDIR /edgex-go [2020-10-20T03:39:13.187Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:39:13.187Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:39:13.187Z] ---> 076f47637ef0 [2020-10-20T03:39:13.187Z] Step 3/26 : WORKDIR /edgex-go [2020-10-20T03:39:13.187Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:39:13.187Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:39:13.187Z] ---> 076f47637ef0 [2020-10-20T03:39:13.187Z] Step 3/23 : WORKDIR /edgex-go [2020-10-20T03:39:13.187Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:39:13.187Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:39:13.187Z] ---> 076f47637ef0 [2020-10-20T03:39:13.187Z] Step 3/21 : WORKDIR /edgex-go [2020-10-20T03:39:13.451Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:39:13.451Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:39:13.451Z] ---> 076f47637ef0 [2020-10-20T03:39:13.451Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T03:39:14.418Z] ---> Running in 1b063288d582 [2020-10-20T03:39:14.418Z] ---> Running in 59babb5adf44 [2020-10-20T03:39:14.418Z] ---> Running in 52fb8e0f52a8 [2020-10-20T03:39:14.418Z] ---> Running in cfd2d5b30667 [2020-10-20T03:39:14.418Z] ---> Running in 2b12e43fc706 [2020-10-20T03:39:14.690Z] Removing intermediate container 2b12e43fc706 [2020-10-20T03:39:14.690Z] ---> 5b68dfd23e25 [2020-10-20T03:39:14.690Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:39:14.690Z] Removing intermediate container 1b063288d582 [2020-10-20T03:39:14.690Z] ---> 7913f296050b [2020-10-20T03:39:14.690Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:39:14.690Z] Removing intermediate container 52fb8e0f52a8 [2020-10-20T03:39:14.690Z] ---> 2197fa3994f6 [2020-10-20T03:39:14.690Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:39:14.953Z] Removing intermediate container cfd2d5b30667 [2020-10-20T03:39:14.953Z] ---> 7013d08cbcc0 [2020-10-20T03:39:14.953Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:39:14.953Z] Removing intermediate container 59babb5adf44 [2020-10-20T03:39:14.953Z] ---> 557a914d26c0 [2020-10-20T03:39:14.953Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:39:14.953Z] ---> Running in 2c9b61f1fd8a [2020-10-20T03:39:14.953Z] ---> Running in 929b369c29fd [2020-10-20T03:39:14.953Z] ---> Running in e779ea419029 [2020-10-20T03:39:14.953Z] ---> Running in 421359cf6b74 [2020-10-20T03:39:15.214Z] ---> Running in 1a4ae038ed2c [2020-10-20T03:39:17.193Z] Removing intermediate container 929b369c29fd [2020-10-20T03:39:17.193Z] ---> a24089e79fcc [2020-10-20T03:39:17.193Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-20T03:39:17.193Z] Removing intermediate container 2c9b61f1fd8a [2020-10-20T03:39:17.193Z] ---> b8a4dad6e57e [2020-10-20T03:39:17.193Z] Step 5/21 : RUN apk update && apk add make git [2020-10-20T03:39:17.193Z] ---> Running in 2ec0570b7c8b [2020-10-20T03:39:17.193Z] Removing intermediate container e779ea419029 [2020-10-20T03:39:17.193Z] ---> cfe88ea5c295 [2020-10-20T03:39:17.193Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-20T03:39:17.454Z] Removing intermediate container 421359cf6b74 [2020-10-20T03:39:17.454Z] ---> 489a3b97a3bd [2020-10-20T03:39:17.454Z] Step 5/20 : RUN apk update && apk add make git [2020-10-20T03:39:17.454Z] ---> Running in 10d6414bf73a [2020-10-20T03:39:17.714Z] ---> Running in 9de9c1cde28a [2020-10-20T03:39:17.714Z] Removing intermediate container 1a4ae038ed2c [2020-10-20T03:39:17.714Z] ---> 5fb53eb0f814 [2020-10-20T03:39:17.714Z] Step 5/26 : RUN apk update && apk add make git [2020-10-20T03:39:17.714Z] ---> Running in a65e753f9749 [2020-10-20T03:39:17.714Z] ---> Running in 7e7cb388feff [2020-10-20T03:39:17.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:39:18.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:39:18.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:39:18.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:39:18.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:39:18.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:39:19.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:39:19.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:39:19.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:39:19.295Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:39:19.295Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:39:19.295Z] OK: 12752 distinct packages available [2020-10-20T03:39:19.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:39:19.556Z] OK: 233 MiB in 51 packages [2020-10-20T03:39:19.822Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:39:19.822Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:39:19.822Z] OK: 12752 distinct packages available [2020-10-20T03:39:19.822Z] OK: 233 MiB in 51 packages [2020-10-20T03:39:19.822Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:39:19.822Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:39:19.822Z] OK: 12752 distinct packages available [2020-10-20T03:39:20.102Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:39:20.102Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:39:20.102Z] OK: 12752 distinct packages available [2020-10-20T03:39:20.102Z] OK: 233 MiB in 51 packages [2020-10-20T03:39:20.102Z] OK: 233 MiB in 51 packages [2020-10-20T03:39:20.102Z] OK: 233 MiB in 51 packages [2020-10-20T03:39:20.366Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:39:20.366Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:39:20.366Z] OK: 12752 distinct packages available [2020-10-20T03:39:20.628Z] Removing intermediate container 2ec0570b7c8b [2020-10-20T03:39:20.628Z] ---> eaf99fb637ed [2020-10-20T03:39:20.628Z] Step 6/22 : COPY go.mod . [2020-10-20T03:39:20.628Z] OK: 233 MiB in 51 packages [2020-10-20T03:39:20.896Z] Removing intermediate container 10d6414bf73a [2020-10-20T03:39:20.896Z] ---> 4e056ca3c81a [2020-10-20T03:39:20.896Z] Step 6/21 : COPY go.mod . [2020-10-20T03:39:20.896Z] ---> 18d40f6b9797 [2020-10-20T03:39:20.896Z] Step 7/22 : RUN go mod download [2020-10-20T03:39:21.163Z] ---> Running in b9442ecebab3 [2020-10-20T03:39:21.426Z] Removing intermediate container a65e753f9749 [2020-10-20T03:39:21.426Z] ---> bee23bf57a66 [2020-10-20T03:39:21.426Z] Step 6/20 : COPY go.mod . [2020-10-20T03:39:21.426Z] ---> b2956381e5d6 [2020-10-20T03:39:21.426Z] Step 7/21 : RUN go mod download [2020-10-20T03:39:21.426Z] Removing intermediate container 7e7cb388feff [2020-10-20T03:39:21.426Z] ---> 4da220b7cb0a [2020-10-20T03:39:21.426Z] Step 6/26 : COPY go.mod . [2020-10-20T03:39:21.693Z] ---> Running in 6dbe934ccb67 [2020-10-20T03:39:21.693Z] Removing intermediate container 9de9c1cde28a [2020-10-20T03:39:21.693Z] ---> f8430b3db4ed [2020-10-20T03:39:21.693Z] Step 6/23 : COPY go.mod . [2020-10-20T03:39:21.962Z] ---> a57a8974e1df [2020-10-20T03:39:21.962Z] Step 7/20 : RUN go mod download [2020-10-20T03:39:21.962Z] ---> a97f2774fa75 [2020-10-20T03:39:21.962Z] Step 7/26 : RUN go mod download [2020-10-20T03:39:22.227Z] ---> Running in 768e76eba3c0 [2020-10-20T03:39:22.227Z] ---> Running in 2229460789db [2020-10-20T03:39:22.227Z] ---> c4c3fda25c63 [2020-10-20T03:39:22.227Z] Step 7/23 : RUN go mod download [2020-10-20T03:39:22.490Z] ---> Running in d8d9e3c36258 [2020-10-20T03:39:23.457Z] Removing intermediate container 6dbe934ccb67 [2020-10-20T03:39:23.457Z] ---> 4d25912c57db [2020-10-20T03:39:23.457Z] Step 8/21 : COPY . . [2020-10-20T03:39:23.457Z] Removing intermediate container b9442ecebab3 [2020-10-20T03:39:23.457Z] ---> 5bfe85a9e689 [2020-10-20T03:39:23.457Z] Step 8/22 : COPY . . [2020-10-20T03:39:33.527Z] Removing intermediate container 768e76eba3c0 [2020-10-20T03:39:33.527Z] ---> 11b60f85fb94 [2020-10-20T03:39:33.527Z] Step 8/20 : COPY . . [2020-10-20T03:39:39.790Z] Removing intermediate container 2229460789db [2020-10-20T03:39:39.790Z] ---> 4839c4e62aeb [2020-10-20T03:39:39.790Z] Step 8/26 : COPY . . [2020-10-20T03:39:40.069Z] Removing intermediate container d8d9e3c36258 [2020-10-20T03:39:40.069Z] ---> 6ca7239ce8fb [2020-10-20T03:39:40.069Z] Step 8/23 : COPY . . [2020-10-20T03:39:53.990Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6855 in /w/workspace/edgexfoundry_edgex-go_PR-2813 [Pipeline] { [Pipeline] ws [2020-10-20T03:39:54.049Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-10-20T03:39:58.280Z] ---> 1cc973d08e08 [2020-10-20T03:39:58.280Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-20T03:39:59.254Z] ---> e653f97288f8 [2020-10-20T03:39:59.254Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-20T03:39:59.822Z] using credential edgex-jenkins-ssh [2020-10-20T03:39:59.913Z] Cloning the remote Git repository [2020-10-20T03:39:59.994Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-20T03:40:00.126Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-10-20T03:40:00.217Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T03:40:00.218Z] > git --version # timeout=10 [2020-10-20T03:40:00.250Z] > git --version # 'git version 2.17.1' [2020-10-20T03:40:00.253Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T03:40:00.326Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T03:40:00.653Z] ---> Running in 480c896faf62 [2020-10-20T03:40:01.611Z] ---> Running in 78f9701bcefa [2020-10-20T03:40:04.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T03:40:04.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-20T03:40:09.210Z] ---> 8ba185d59f2c [2020-10-20T03:40:09.210Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-20T03:40:09.509Z] ---> 2280a018e494 [2020-10-20T03:40:09.509Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-20T03:40:09.782Z] ---> 949640848307 [2020-10-20T03:40:09.782Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-20T03:40:09.782Z] ---> Running in 1cabe3a0d02b [2020-10-20T03:40:10.057Z] ---> Running in 13b845815063 [2020-10-20T03:40:10.057Z] ---> Running in 91858506172d [2020-10-20T03:40:11.014Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-20T03:40:11.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-20T03:40:11.280Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-10-20T03:40:15.645Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T03:40:15.666Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T03:40:15.699Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T03:40:15.738Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T03:40:15.739Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T03:40:15.795Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2813/head:refs/remotes/origin/PR-2813 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T03:40:16.595Z] Merging remotes/origin/master commit d3791ebe684db7fa12cf8e4209b1a20507d77774 into PR head commit 6b1ee308596ce21ea339ca041e2be7253db48cf7 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-20T03:40:17.033Z] Failed in branch arm64 [2020-10-20T03:40:16.624Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T03:40:16.650Z] > git checkout -f 6b1ee308596ce21ea339ca041e2be7253db48cf7 # timeout=10 [2020-10-20T03:40:37.995Z] Removing intermediate container 480c896faf62 [2020-10-20T03:40:37.995Z] ---> ad6c97378738 [2020-10-20T03:40:37.995Z] [2020-10-20T03:40:37.995Z] Step 10/22 : FROM scratch [2020-10-20T03:40:37.995Z] ---> [2020-10-20T03:40:37.995Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T03:40:37.995Z] ---> Running in 886e1e9a1dab [2020-10-20T03:40:37.995Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-20T03:40:37.995Z] Removing intermediate container 78f9701bcefa [2020-10-20T03:40:37.995Z] ---> 0ebd892ecb75 [2020-10-20T03:40:37.995Z] [2020-10-20T03:40:37.995Z] Step 10/21 : FROM scratch [2020-10-20T03:40:37.995Z] ---> [2020-10-20T03:40:37.995Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T03:40:37.995Z] Removing intermediate container 886e1e9a1dab [2020-10-20T03:40:37.995Z] ---> e5605ea8dec7 [2020-10-20T03:40:37.995Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-20T03:40:37.995Z] ---> Running in 245a045758f7 [2020-10-20T03:40:37.995Z] ---> Running in 5639758fe819 [2020-10-20T03:40:37.995Z] Removing intermediate container 245a045758f7 [2020-10-20T03:40:37.995Z] ---> 30ae52287986 [2020-10-20T03:40:37.995Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-20T03:40:37.995Z] ---> Running in 91393e9c6e7d [2020-10-20T03:40:37.995Z] Removing intermediate container 5639758fe819 [2020-10-20T03:40:37.995Z] ---> 0cc379d0b39f [2020-10-20T03:40:37.995Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T03:40:37.995Z] ---> Running in d2af7831d624 [2020-10-20T03:40:37.995Z] Removing intermediate container 91393e9c6e7d [2020-10-20T03:40:37.995Z] ---> ee1ce4d75e2b [2020-10-20T03:40:37.995Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-20T03:40:37.995Z] Removing intermediate container d2af7831d624 [2020-10-20T03:40:37.995Z] ---> 68aa4031915e [2020-10-20T03:40:37.995Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-20T03:40:37.995Z] ---> Running in 4c74b72d04cd [2020-10-20T03:40:37.995Z] Removing intermediate container 4c74b72d04cd [2020-10-20T03:40:37.995Z] ---> 682e541a9668 [2020-10-20T03:40:37.995Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-20T03:40:37.995Z] ---> 19b5ba930b27 [2020-10-20T03:40:37.995Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-20T03:40:38.283Z] ---> 96d688ee2cbd [2020-10-20T03:40:38.283Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-20T03:40:40.262Z] ---> 934b447efdf9 [2020-10-20T03:40:40.262Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-20T03:40:40.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-20T03:40:40.262Z] ---> 4d7bfbaf4318 [2020-10-20T03:40:40.262Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-20T03:40:40.262Z] Removing intermediate container 13b845815063 [2020-10-20T03:40:40.262Z] ---> 3e08d829c685 [2020-10-20T03:40:40.262Z] [2020-10-20T03:40:40.262Z] Step 10/20 : FROM alpine [2020-10-20T03:40:40.530Z] latest: Pulling from library/alpine [2020-10-20T03:40:40.530Z] ---> 66b7792f24f8 [2020-10-20T03:40:40.530Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-20T03:40:40.808Z] ---> 3118323af261 [2020-10-20T03:40:40.808Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-20T03:40:40.808Z] ---> Running in 28a86c194ef8 [2020-10-20T03:40:41.082Z] ---> 01b3d07961bd [2020-10-20T03:40:41.082Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-20T03:40:41.082Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T03:40:41.082Z] Status: Downloaded newer image for alpine:latest [2020-10-20T03:40:41.082Z] ---> a24bb4013296 [2020-10-20T03:40:41.082Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-20T03:40:41.082Z] Removing intermediate container 28a86c194ef8 [2020-10-20T03:40:41.082Z] ---> 92270e83525a [2020-10-20T03:40:41.082Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:40:41.354Z] ---> Running in 5e7ce1b6ab99 [2020-10-20T03:40:41.354Z] ---> Running in 96087ac39fd8 [2020-10-20T03:40:41.354Z] ---> Running in d5931ba2ac0d [2020-10-20T03:40:41.628Z] Removing intermediate container 5e7ce1b6ab99 [2020-10-20T03:40:41.628Z] ---> 625b0e80a00f [2020-10-20T03:40:41.628Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:40:41.628Z] Removing intermediate container 96087ac39fd8 [2020-10-20T03:40:41.628Z] ---> 3f14e3fe82a3 [2020-10-20T03:40:41.628Z] Step 19/21 : LABEL arch=x86_64 [2020-10-20T03:40:41.628Z] ---> Running in a9f99303b3f4 [2020-10-20T03:40:41.628Z] ---> Running in 7d347afa0a99 [2020-10-20T03:40:43.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:40:43.028Z] Removing intermediate container a9f99303b3f4 [2020-10-20T03:40:43.028Z] ---> 848207fe71df [2020-10-20T03:40:43.028Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T03:40:43.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:40:43.028Z] Removing intermediate container 7d347afa0a99 [2020-10-20T03:40:43.028Z] ---> 1345b9beb39c [2020-10-20T03:40:43.028Z] Step 20/21 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 [2020-10-20T03:40:43.028Z] ---> Running in a13b7a969c6e [2020-10-20T03:40:43.028Z] ---> Running in 940c4edea22c [2020-10-20T03:40:43.028Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:40:43.028Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:40:43.028Z] OK: 12750 distinct packages available [2020-10-20T03:40:43.297Z] Removing intermediate container a13b7a969c6e [2020-10-20T03:40:43.297Z] ---> 7fff6f1be3b5 [2020-10-20T03:40:43.297Z] Step 21/22 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 [2020-10-20T03:40:43.297Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-20T03:40:43.298Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T03:40:43.298Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-20T03:40:43.561Z] (4/4) Installing curl (7.69.1-r1) [2020-10-20T03:40:43.561Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:40:43.561Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T03:40:44.134Z] OK: 7 MiB in 18 packages [2020-10-20T03:40:45.105Z] ---> Running in 0749d747e89b [2020-10-20T03:40:45.105Z] Removing intermediate container 940c4edea22c [2020-10-20T03:40:45.105Z] ---> 4c9d5758e559 [2020-10-20T03:40:45.105Z] Step 21/21 : LABEL version=0.0.0 [2020-10-20T03:40:45.105Z] ---> Running in cce5751fc312 [2020-10-20T03:40:45.380Z] Removing intermediate container 1cabe3a0d02b [2020-10-20T03:40:45.380Z] ---> 892485eac276 [2020-10-20T03:40:45.380Z] [2020-10-20T03:40:45.381Z] Step 10/26 : FROM alpine:3.10 [2020-10-20T03:40:45.381Z] Removing intermediate container 0749d747e89b [2020-10-20T03:40:45.381Z] ---> 9491fa42f1e6 [2020-10-20T03:40:45.381Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T03:40:45.646Z] 3.10: Pulling from library/alpine [2020-10-20T03:40:45.646Z] ---> Running in 9069d5af018b [2020-10-20T03:40:45.913Z] Removing intermediate container cce5751fc312 [2020-10-20T03:40:45.913Z] ---> f894d2048ff7 [2020-10-20T03:40:45.913Z] [2020-10-20T03:40:46.173Z] Successfully built f894d2048ff7 [2020-10-20T03:40:46.746Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-20T03:40:46.746Z] Building docker-core-metadata-go [2020-10-20T03:40:46.746Z]  Building docker-support-scheduler-go ... done Removing intermediate container d5931ba2ac0d [2020-10-20T03:40:46.746Z] ---> 350a97dc93f2 [2020-10-20T03:40:46.746Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T03:40:46.746Z] Removing intermediate container 9069d5af018b [2020-10-20T03:40:46.746Z] ---> 806145fd1d76 [2020-10-20T03:40:46.746Z] [2020-10-20T03:40:47.012Z] Successfully built 806145fd1d76 [2020-10-20T03:40:47.012Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-20T03:40:47.012Z] Successfully tagged docker-support-logging-go:latest [2020-10-20T03:40:47.012Z] Building docker-sys-mgmt-agent-go [2020-10-20T03:40:47.012Z]  Building docker-support-logging-go ... done Status: Downloaded newer image for alpine:3.10 [2020-10-20T03:40:47.012Z] ---> be4e4bea2c2e [2020-10-20T03:40:47.012Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-20T03:40:53.612Z] ---> Running in b70013035763 [2020-10-20T03:40:56.177Z] ---> Running in b62e287183c2 [2020-10-20T03:40:56.442Z] Removing intermediate container b70013035763 [2020-10-20T03:40:56.442Z] ---> 8e19a24e6e1f [2020-10-20T03:40:56.442Z] Step 13/20 : WORKDIR /edgex [2020-10-20T03:40:56.442Z] Removing intermediate container 91858506172d [2020-10-20T03:40:56.442Z] ---> 5a4cfc034c0f [2020-10-20T03:40:56.442Z] [2020-10-20T03:40:56.442Z] Step 10/23 : FROM alpine [2020-10-20T03:40:56.442Z] ---> a24bb4013296 [2020-10-20T03:40:56.442Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T03:40:56.703Z] ---> Running in b57fc00a9780 [2020-10-20T03:40:56.704Z] ---> Running in aade3e2d082f [2020-10-20T03:40:57.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:40:57.653Z] Removing intermediate container aade3e2d082f [2020-10-20T03:40:57.653Z] ---> 27b1045a7646 [2020-10-20T03:40:57.653Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-20T03:40:57.653Z] Removing intermediate container b57fc00a9780 [2020-10-20T03:40:57.653Z] ---> 3032947f5fa1 [2020-10-20T03:40:57.653Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-20T03:40:57.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:40:58.179Z] v3.10.5-101-g200b36bd90 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-20T03:40:58.179Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-20T03:40:58.179Z] OK: 10346 distinct packages available [2020-10-20T03:40:58.179Z] ---> Running in 4fae470e6370 [2020-10-20T03:40:58.179Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-20T03:40:58.442Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-20T03:40:58.442Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-20T03:40:58.442Z] (4/5) Installing curl (7.66.0-r1) [2020-10-20T03:40:58.442Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-20T03:40:58.442Z] Executing busybox-1.30.1-r3.trigger [2020-10-20T03:40:59.024Z] Executing ca-certificates-20191127-r2.trigger [2020-10-20T03:41:00.414Z] OK: 7 MiB in 19 packages [2020-10-20T03:41:02.974Z] ---> 26e4ee775d04 [2020-10-20T03:41:02.974Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-20T03:41:03.242Z] Removing intermediate container 4fae470e6370 [2020-10-20T03:41:03.242Z] ---> aa101ed2a133 [2020-10-20T03:41:03.242Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-20T03:41:04.643Z] ---> Running in 4d60a69923f1 [2020-10-20T03:41:05.590Z] ---> 544ed8667f57 [2020-10-20T03:41:05.590Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-20T03:41:06.541Z] Removing intermediate container b62e287183c2 [2020-10-20T03:41:06.541Z] ---> 297998de66e6 [2020-10-20T03:41:06.541Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T03:41:06.541Z] Removing intermediate container 4d60a69923f1 [2020-10-20T03:41:06.541Z] ---> 9f19e86b9ba3 [2020-10-20T03:41:06.541Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:41:07.941Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:41:07.941Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:41:07.941Z] ---> 076f47637ef0 [2020-10-20T03:41:07.941Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T03:41:07.941Z] ---> Using cache [2020-10-20T03:41:07.941Z] ---> 557a914d26c0 [2020-10-20T03:41:07.941Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:41:07.941Z] ---> Using cache [2020-10-20T03:41:07.941Z] ---> 5fb53eb0f814 [2020-10-20T03:41:07.941Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T03:41:07.941Z] ---> Using cache [2020-10-20T03:41:07.941Z] ---> 4da220b7cb0a [2020-10-20T03:41:07.941Z] Step 6/22 : COPY go.mod . [2020-10-20T03:41:07.941Z] ---> Using cache [2020-10-20T03:41:07.941Z] ---> a97f2774fa75 [2020-10-20T03:41:07.941Z] Step 7/22 : RUN go mod download [2020-10-20T03:41:07.941Z] ---> Using cache [2020-10-20T03:41:07.941Z] ---> 4839c4e62aeb [2020-10-20T03:41:07.941Z] Step 8/22 : COPY . . [2020-10-20T03:41:07.941Z] ---> Using cache [2020-10-20T03:41:07.941Z] ---> 8ba185d59f2c [2020-10-20T03:41:07.941Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-20T03:41:08.516Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:41:08.516Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:41:08.516Z] ---> 076f47637ef0 [2020-10-20T03:41:08.516Z] Step 3/27 : WORKDIR /edgex-go [2020-10-20T03:41:08.516Z] ---> Using cache [2020-10-20T03:41:08.516Z] ---> 557a914d26c0 [2020-10-20T03:41:08.516Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:41:08.516Z] ---> Using cache [2020-10-20T03:41:08.516Z] ---> 5fb53eb0f814 [2020-10-20T03:41:08.516Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-20T03:41:09.462Z] ---> Running in 8b6e6058d9c0 [2020-10-20T03:41:09.462Z] ---> Running in 362de5ee27d3 [2020-10-20T03:41:09.738Z] ---> Running in 084a470f2e81 [2020-10-20T03:41:09.738Z] ---> Running in f2d285deee2c [2020-10-20T03:41:09.738Z] ---> Running in 6cf214302705 [2020-10-20T03:41:10.008Z] Removing intermediate container 362de5ee27d3 [2020-10-20T03:41:10.008Z] ---> 78ba97b8dead [2020-10-20T03:41:10.008Z] Step 17/20 : CMD ["--init=true"] [2020-10-20T03:41:10.291Z] Removing intermediate container 8b6e6058d9c0 [2020-10-20T03:41:10.291Z] ---> bf09ba7dcb34 [2020-10-20T03:41:10.291Z] Step 13/26 : WORKDIR / [2020-10-20T03:41:10.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-20T03:41:10.291Z] ---> Running in cdfc896895f6 [2020-10-20T03:41:10.291Z] ---> Running in 8e4a9e3d4d39 [2020-10-20T03:41:10.566Z] Removing intermediate container 8e4a9e3d4d39 [2020-10-20T03:41:10.566Z] ---> b257c861e087 [2020-10-20T03:41:10.566Z] Step 18/20 : LABEL arch=x86_64 [2020-10-20T03:41:10.831Z] Removing intermediate container cdfc896895f6 [2020-10-20T03:41:10.831Z] ---> 96bf2dbf5b7d [2020-10-20T03:41:10.831Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-20T03:41:10.831Z] ---> Running in 366c837fd222 [2020-10-20T03:41:10.831Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:41:11.102Z] Removing intermediate container 366c837fd222 [2020-10-20T03:41:11.102Z] ---> bab875b23006 [2020-10-20T03:41:11.102Z] Step 19/20 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 [2020-10-20T03:41:11.102Z] ---> Running in 812fb9786954 [2020-10-20T03:41:11.372Z] ---> 4daeb8bb1a12 [2020-10-20T03:41:11.372Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-20T03:41:11.372Z] Removing intermediate container 812fb9786954 [2020-10-20T03:41:11.372Z] ---> 978b27fd1983 [2020-10-20T03:41:11.372Z] Step 20/20 : LABEL version=0.0.0 [2020-10-20T03:41:11.372Z] Removing intermediate container f2d285deee2c [2020-10-20T03:41:11.372Z] ---> 3aafdcbcedb7 [2020-10-20T03:41:11.372Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-20T03:41:11.634Z] ---> Running in a17271433376 [2020-10-20T03:41:11.634Z] ---> Running in 724ac3d7d2e2 [2020-10-20T03:41:11.912Z] ---> dcbd7b7b4493 [2020-10-20T03:41:11.912Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-20T03:41:11.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:41:12.186Z] Removing intermediate container a17271433376 [2020-10-20T03:41:12.186Z] ---> da0e899bd0af [2020-10-20T03:41:12.186Z] [2020-10-20T03:41:12.464Z] ---> c3f5e1b8464b [2020-10-20T03:41:12.464Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-20T03:41:12.464Z] Successfully built da0e899bd0af [2020-10-20T03:41:12.464Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-20T03:41:12.464Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-10-20T03:41:13.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:41:13.082Z] ---> 689fdc9ebb7d [2020-10-20T03:41:13.082Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-20T03:41:13.705Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:41:13.705Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:41:13.705Z] OK: 12752 distinct packages available [2020-10-20T03:41:13.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:41:13.971Z] OK: 233 MiB in 51 packages [2020-10-20T03:41:14.919Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-20T03:41:15.181Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-20T03:41:15.181Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-20T03:41:15.754Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-20T03:41:16.327Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-20T03:41:16.327Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:41:16.327Z] OK: 8 MiB in 19 packages [2020-10-20T03:41:18.264Z] ---> f82e87571f31 [2020-10-20T03:41:18.264Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-20T03:41:19.690Z] Removing intermediate container 6cf214302705 [2020-10-20T03:41:19.690Z] ---> ec10daf79a94 [2020-10-20T03:41:19.690Z] Step 6/27 : COPY go.mod . [2020-10-20T03:41:19.971Z] ---> ccc293ed08ba [2020-10-20T03:41:19.971Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-20T03:41:19.971Z] Removing intermediate container 724ac3d7d2e2 [2020-10-20T03:41:19.971Z] ---> 52a34c0466a3 [2020-10-20T03:41:19.971Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-20T03:41:20.564Z] ---> cb96ea25cb90 [2020-10-20T03:41:20.564Z] Step 7/27 : RUN go mod download [2020-10-20T03:41:20.839Z] ---> Running in ce24b109b284 [2020-10-20T03:41:21.105Z] ---> 0fb1f04945b6 [2020-10-20T03:41:21.105Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-20T03:41:21.373Z] ---> 716c4f9e4c12 [2020-10-20T03:41:21.373Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T03:41:22.338Z] ---> edc2f2747e4d [2020-10-20T03:41:22.338Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T03:41:22.927Z] ---> 212c33ba4586 [2020-10-20T03:41:22.927Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-20T03:41:22.927Z] ---> Running in 8484279b7ceb [2020-10-20T03:41:25.512Z] ---> 295f54571484 [2020-10-20T03:41:25.512Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-20T03:41:25.512Z] ---> Running in 8e35754ba6e0 [2020-10-20T03:41:28.865Z] Removing intermediate container 8e35754ba6e0 [2020-10-20T03:41:28.865Z] ---> 2af3ae3c9d29 [2020-10-20T03:41:28.865Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:41:29.136Z] Removing intermediate container ce24b109b284 [2020-10-20T03:41:29.136Z] ---> 8ca444748585 [2020-10-20T03:41:29.136Z] Step 8/27 : COPY . . [2020-10-20T03:41:29.568Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:41:29.568Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:41:29.568Z] ---> 076f47637ef0 [2020-10-20T03:41:29.568Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T03:41:29.568Z] ---> Using cache [2020-10-20T03:41:29.568Z] ---> 557a914d26c0 [2020-10-20T03:41:29.568Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:41:29.568Z] ---> Using cache [2020-10-20T03:41:29.568Z] ---> 5fb53eb0f814 [2020-10-20T03:41:29.568Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T03:41:29.568Z] ---> Using cache [2020-10-20T03:41:29.568Z] ---> 4da220b7cb0a [2020-10-20T03:41:29.568Z] Step 6/22 : COPY go.mod . [2020-10-20T03:41:29.568Z] ---> Using cache [2020-10-20T03:41:29.568Z] ---> a97f2774fa75 [2020-10-20T03:41:29.568Z] Step 7/22 : RUN go mod download [2020-10-20T03:41:29.568Z] ---> Using cache [2020-10-20T03:41:29.568Z] ---> 4839c4e62aeb [2020-10-20T03:41:29.568Z] Step 8/22 : COPY . . [2020-10-20T03:41:29.568Z] ---> Using cache [2020-10-20T03:41:29.568Z] ---> 8ba185d59f2c [2020-10-20T03:41:29.568Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-20T03:41:32.148Z] ---> Running in ff11e1090da5 [2020-10-20T03:41:32.725Z] Removing intermediate container 8484279b7ceb [2020-10-20T03:41:32.725Z] ---> 72e0fbd0f9eb [2020-10-20T03:41:32.725Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T03:41:35.431Z] ---> Running in 9ff19abe634c [2020-10-20T03:41:37.379Z] ---> Running in 4d8cfc7bfa5b [2020-10-20T03:41:37.379Z] Removing intermediate container ff11e1090da5 [2020-10-20T03:41:37.379Z] ---> 7e1dd19a94f6 [2020-10-20T03:41:37.379Z] Step 21/23 : LABEL arch=x86_64 [2020-10-20T03:41:39.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-10-20T03:41:39.935Z] ---> Running in a3ea4bfbed7a [2020-10-20T03:41:39.935Z] Removing intermediate container 4d8cfc7bfa5b [2020-10-20T03:41:39.935Z] ---> 83a6eee3521e [2020-10-20T03:41:39.935Z] Step 24/26 : LABEL arch=x86_64 [2020-10-20T03:41:40.210Z] ---> Running in 18231cb49c2f [2020-10-20T03:41:42.778Z] Removing intermediate container a3ea4bfbed7a [2020-10-20T03:41:42.778Z] ---> ec442e1373e1 [2020-10-20T03:41:42.778Z] Step 22/23 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 [2020-10-20T03:41:45.375Z] ---> Running in f7a9d86c45c8 [2020-10-20T03:41:45.648Z] Removing intermediate container 18231cb49c2f [2020-10-20T03:41:45.648Z] ---> 22a77425c12a [2020-10-20T03:41:45.648Z] Step 25/26 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 [2020-10-20T03:41:48.023Z] ---> Running in 133f5ebae139 [2020-10-20T03:41:48.023Z] Removing intermediate container f7a9d86c45c8 [2020-10-20T03:41:48.023Z] ---> d63a84aaceea [2020-10-20T03:41:48.023Z] Step 23/23 : LABEL version=0.0.0 [2020-10-20T03:41:50.009Z] ---> Running in 4bcb0dd0f3e9 [2020-10-20T03:41:51.030Z] Removing intermediate container 133f5ebae139 [2020-10-20T03:41:51.030Z] ---> 1a225ab8099a [2020-10-20T03:41:51.030Z] Step 26/26 : LABEL version=0.0.0 [2020-10-20T03:41:51.298Z] Removing intermediate container 084a470f2e81 [2020-10-20T03:41:51.298Z] ---> ef2edec8fcd8 [2020-10-20T03:41:51.298Z] [2020-10-20T03:41:51.298Z] Step 10/22 : FROM scratch [2020-10-20T03:41:51.298Z] ---> [2020-10-20T03:41:51.298Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T03:41:51.298Z] Removing intermediate container 4bcb0dd0f3e9 [2020-10-20T03:41:51.298Z] ---> 452405ab5041 [2020-10-20T03:41:51.298Z] [2020-10-20T03:41:51.298Z] ---> d6dacd02cdfd [2020-10-20T03:41:51.298Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-20T03:41:51.298Z] ---> Running in a46dccdfe6d8 [2020-10-20T03:41:51.563Z] ---> Running in d85bdaa7b561 [2020-10-20T03:41:51.563Z] Successfully built 452405ab5041 [2020-10-20T03:41:51.563Z] Successfully tagged docker-core-data-go:latest [2020-10-20T03:41:51.563Z] Building docker-support-notifications-go [2020-10-20T03:41:51.840Z]  Building docker-core-data-go ... done  ---> Using cache [2020-10-20T03:41:51.840Z] ---> 30ae52287986 [2020-10-20T03:41:51.840Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-20T03:41:52.109Z] Removing intermediate container a46dccdfe6d8 [2020-10-20T03:41:52.109Z] ---> d49cab48eb22 [2020-10-20T03:41:52.109Z] [2020-10-20T03:41:52.109Z] ---> Running in a6500412a263 [2020-10-20T03:41:52.109Z] Successfully built d49cab48eb22 [2020-10-20T03:41:52.109Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-20T03:41:52.109Z] Building docker-security-secrets-setup-go [2020-10-20T03:41:52.372Z]  Building docker-security-secretstore-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-20T03:41:52.372Z] Removing intermediate container a6500412a263 [2020-10-20T03:41:52.372Z] ---> 8fcc81cfae9b [2020-10-20T03:41:52.372Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T03:41:52.638Z] ---> Running in 3f1638e4007b [2020-10-20T03:41:53.666Z] Removing intermediate container 3f1638e4007b [2020-10-20T03:41:53.666Z] ---> 27c3de92b143 [2020-10-20T03:41:53.666Z] Step 14/22 : WORKDIR / [2020-10-20T03:41:53.666Z] ---> Running in 4c436a834607 [2020-10-20T03:41:58.014Z] Removing intermediate container 4c436a834607 [2020-10-20T03:41:58.014Z] ---> ec12b571f512 [2020-10-20T03:41:58.014Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-20T03:42:00.584Z] ---> 4ce8e11d3654 [2020-10-20T03:42:00.584Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-20T03:42:03.181Z] ---> e0ba0aaa8668 [2020-10-20T03:42:03.181Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-20T03:42:05.160Z] ---> 0ece5387a5b7 [2020-10-20T03:42:05.160Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-20T03:42:05.160Z] ---> Running in 769cccb5a1ed [2020-10-20T03:42:06.572Z] Removing intermediate container 769cccb5a1ed [2020-10-20T03:42:06.572Z] ---> ec7d2c57d9a8 [2020-10-20T03:42:06.572Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:42:07.544Z] ---> Running in f3e73c63bf11 [2020-10-20T03:42:08.508Z] Removing intermediate container f3e73c63bf11 [2020-10-20T03:42:08.508Z] ---> 4b3bf8b7db01 [2020-10-20T03:42:08.508Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T03:42:12.752Z] ---> Running in 16aad13f2a7b [2020-10-20T03:42:14.668Z] Removing intermediate container 9ff19abe634c [2020-10-20T03:42:14.668Z] ---> e589fa64b044 [2020-10-20T03:42:14.668Z] [2020-10-20T03:42:14.668Z] Step 10/22 : FROM scratch [2020-10-20T03:42:14.668Z] ---> [2020-10-20T03:42:14.668Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T03:42:14.668Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:42:14.668Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-20T03:42:14.668Z] ---> 076f47637ef0 [2020-10-20T03:42:14.668Z] Step 3/29 : WORKDIR /edgex-go [2020-10-20T03:42:14.668Z] ---> Using cache [2020-10-20T03:42:14.668Z] ---> 557a914d26c0 [2020-10-20T03:42:14.668Z] Step 4/29 : RUN apk update && apk add make git [2020-10-20T03:42:14.668Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T03:42:14.668Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-20T03:42:14.668Z] ---> 076f47637ef0 [2020-10-20T03:42:14.668Z] Step 3/24 : WORKDIR /edgex-go [2020-10-20T03:42:14.668Z] ---> Using cache [2020-10-20T03:42:14.668Z] ---> 557a914d26c0 [2020-10-20T03:42:14.668Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T03:42:14.668Z] ---> Using cache [2020-10-20T03:42:14.668Z] ---> 5fb53eb0f814 [2020-10-20T03:42:14.668Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-20T03:42:16.580Z] ---> Using cache [2020-10-20T03:42:16.580Z] ---> 30ae52287986 [2020-10-20T03:42:16.580Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-20T03:42:17.167Z] Removing intermediate container 16aad13f2a7b [2020-10-20T03:42:17.167Z] ---> 4390d10e4b01 [2020-10-20T03:42:17.167Z] Step 21/22 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 [2020-10-20T03:42:17.167Z] ---> Running in 383ebc809c08 [2020-10-20T03:42:17.167Z] ---> Running in bda55efd4ed1 [2020-10-20T03:42:17.167Z] ---> Running in b75b6a96501f [2020-10-20T03:42:17.167Z] ---> Running in b0fffe0feb87 [2020-10-20T03:42:17.433Z] Removing intermediate container bda55efd4ed1 [2020-10-20T03:42:17.433Z] ---> acabff7f53a6 [2020-10-20T03:42:17.433Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T03:42:17.695Z] Removing intermediate container b0fffe0feb87 [2020-10-20T03:42:17.695Z] ---> 16db2487ae5f [2020-10-20T03:42:17.695Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T03:42:17.695Z] ---> Running in 5a4bd84e9567 [2020-10-20T03:42:17.956Z] ---> Running in d7aa9e3a79e6 [2020-10-20T03:42:17.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:42:17.956Z] Removing intermediate container 5a4bd84e9567 [2020-10-20T03:42:17.956Z] ---> 55908ce6626e [2020-10-20T03:42:17.956Z] Step 14/22 : WORKDIR / [2020-10-20T03:42:18.218Z] ---> Running in 60f508128d58 [2020-10-20T03:42:18.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:42:18.218Z] Removing intermediate container d7aa9e3a79e6 [2020-10-20T03:42:18.218Z] ---> 90ce728062c5 [2020-10-20T03:42:18.218Z] [2020-10-20T03:42:18.480Z] Successfully built 90ce728062c5 [2020-10-20T03:42:18.741Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:42:19.000Z] Successfully tagged docker-core-metadata-go:latest [2020-10-20T03:42:19.000Z]  Building docker-core-metadata-go ... done Removing intermediate container 60f508128d58 [2020-10-20T03:42:19.000Z] ---> c6925a7c62e6 [2020-10-20T03:42:19.000Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-20T03:42:19.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:42:19.574Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:42:19.574Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:42:19.574Z] OK: 12752 distinct packages available [2020-10-20T03:42:19.836Z] ---> 65e94ffd691a [2020-10-20T03:42:19.836Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-20T03:42:19.836Z] OK: 233 MiB in 51 packages [2020-10-20T03:42:19.836Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:42:19.836Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:42:19.836Z] OK: 12752 distinct packages available [2020-10-20T03:42:19.836Z] Removing intermediate container d85bdaa7b561 [2020-10-20T03:42:19.836Z] ---> 9edb8282c966 [2020-10-20T03:42:19.836Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-20T03:42:20.099Z] ---> Running in e95434a38531 [2020-10-20T03:42:20.099Z] OK: 233 MiB in 51 packages [2020-10-20T03:42:20.672Z] Removing intermediate container 383ebc809c08 [2020-10-20T03:42:20.672Z] ---> 32252848ff2f [2020-10-20T03:42:20.672Z] Step 5/29 : COPY go.mod . [2020-10-20T03:42:20.672Z] ---> aedc61ee1ced [2020-10-20T03:42:20.672Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-20T03:42:20.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-20T03:42:20.942Z] ---> 7247fffd4b6e [2020-10-20T03:42:20.942Z] Step 6/29 : RUN go mod download [2020-10-20T03:42:20.942Z] ---> Running in 6a90e5d0c9b9 [2020-10-20T03:42:20.942Z] ---> 391ad373a745 [2020-10-20T03:42:20.942Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-20T03:42:20.942Z] Removing intermediate container b75b6a96501f [2020-10-20T03:42:20.942Z] ---> 7b39b3ebb8ed [2020-10-20T03:42:20.942Z] Step 6/24 : COPY go.mod . [2020-10-20T03:42:21.204Z] ---> Running in fff0f1687354 [2020-10-20T03:42:21.204Z] ---> 9cbeadd57a5f [2020-10-20T03:42:21.204Z] Step 7/24 : RUN go mod download [2020-10-20T03:42:22.151Z] Removing intermediate container fff0f1687354 [2020-10-20T03:42:22.151Z] ---> 553c5093b66e [2020-10-20T03:42:22.151Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:42:22.151Z] ---> Running in eacd1df80537 [2020-10-20T03:42:22.151Z] ---> Running in d6ae04c2dd3d [2020-10-20T03:42:22.425Z] Removing intermediate container d6ae04c2dd3d [2020-10-20T03:42:22.425Z] ---> 5e51b28c99bb [2020-10-20T03:42:22.425Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T03:42:22.689Z] ---> Running in 450992bdabad [2020-10-20T03:42:22.951Z] Removing intermediate container e95434a38531 [2020-10-20T03:42:22.951Z] ---> 1f5e4474b3f7 [2020-10-20T03:42:22.951Z] [2020-10-20T03:42:22.951Z] Step 11/27 : FROM docker:latest [2020-10-20T03:42:22.951Z] ---> 809cc4dba987 [2020-10-20T03:42:22.951Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-20T03:42:22.951Z] Removing intermediate container 450992bdabad [2020-10-20T03:42:22.951Z] ---> 9e254ffbf07b [2020-10-20T03:42:22.951Z] Step 21/22 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 [2020-10-20T03:42:23.213Z] ---> Running in 3dccb4dce145 [2020-10-20T03:42:23.213Z] ---> Running in 0e87148d5412 [2020-10-20T03:42:23.213Z] Removing intermediate container 6a90e5d0c9b9 [2020-10-20T03:42:23.213Z] ---> 9f4b0076613d [2020-10-20T03:42:23.213Z] Step 7/29 : COPY . . [2020-10-20T03:42:23.789Z] Removing intermediate container 0e87148d5412 [2020-10-20T03:42:23.789Z] ---> 32aba688c796 [2020-10-20T03:42:23.789Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T03:42:24.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:42:24.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:42:24.368Z] Removing intermediate container eacd1df80537 [2020-10-20T03:42:24.368Z] ---> 580b1d29001c [2020-10-20T03:42:24.368Z] Step 8/24 : COPY . . [2020-10-20T03:42:24.629Z] (1/2) Installing readline (8.0.4-r0) [2020-10-20T03:42:24.629Z] (2/2) Installing bash (5.0.17-r0) [2020-10-20T03:42:24.629Z] Executing bash-5.0.17-r0.post-install [2020-10-20T03:42:24.891Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:42:25.154Z] OK: 12 MiB in 22 packages [2020-10-20T03:42:26.100Z] ---> Running in 435e194d2c72 [2020-10-20T03:42:34.439Z] Removing intermediate container 435e194d2c72 [2020-10-20T03:42:34.439Z] ---> 89202aae6dcc [2020-10-20T03:42:34.439Z] [2020-10-20T03:42:34.439Z] Successfully built 89202aae6dcc [2020-10-20T03:42:34.439Z] Successfully tagged docker-core-command-go:latest [2020-10-20T03:42:35.395Z]  Building docker-core-command-go ... done Removing intermediate container 3dccb4dce145 [2020-10-20T03:42:35.395Z] ---> c2bf58239619 [2020-10-20T03:42:35.395Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-20T03:42:39.621Z] ---> Running in 143a54b27706 [2020-10-20T03:42:47.813Z] Removing intermediate container 143a54b27706 [2020-10-20T03:42:47.813Z] ---> 8a537daf2b7f [2020-10-20T03:42:47.813Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-20T03:42:47.813Z] ---> Running in c8130c974477 [2020-10-20T03:42:47.813Z] ---> 6bb57e2738e4 [2020-10-20T03:42:47.813Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-20T03:42:47.813Z] ---> 9bb2d5869003 [2020-10-20T03:42:47.813Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-20T03:42:47.813Z] ---> Running in a909a5938f13 [2020-10-20T03:42:47.813Z] ---> Running in df607fc0ab10 [2020-10-20T03:42:47.813Z] Removing intermediate container c8130c974477 [2020-10-20T03:42:47.813Z] ---> 12cf084c851b [2020-10-20T03:42:47.813Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-20T03:42:47.813Z] ---> Running in e38ca31b9dc9 [2020-10-20T03:42:47.813Z] Removing intermediate container e38ca31b9dc9 [2020-10-20T03:42:47.813Z] ---> 6267624afe51 [2020-10-20T03:42:47.813Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-20T03:42:47.813Z] ---> Running in eabec7c8552c [2020-10-20T03:42:47.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-20T03:42:47.813Z] Removing intermediate container eabec7c8552c [2020-10-20T03:42:47.813Z] ---> 5bd8cccff9cc [2020-10-20T03:42:47.813Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-20T03:42:47.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T03:42:48.428Z] ---> cd58f4e7c57b [2020-10-20T03:42:48.428Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-20T03:42:48.691Z] ---> 932c56a4c96a [2020-10-20T03:42:48.691Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-20T03:42:49.660Z] ---> a394bb14d6b9 [2020-10-20T03:42:49.660Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-20T03:42:49.660Z] ---> Running in 56b869858c97 [2020-10-20T03:42:50.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:42:50.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:42:50.915Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-20T03:42:50.915Z] (2/33) Installing expat (2.2.9-r1) [2020-10-20T03:42:50.915Z] (3/33) Installing libffi (3.3-r2) [2020-10-20T03:42:50.915Z] (4/33) Installing gdbm (1.13-r1) [2020-10-20T03:42:50.915Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-20T03:42:50.915Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-20T03:42:50.915Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-20T03:42:51.942Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-20T03:42:51.942Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-20T03:42:51.942Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-20T03:42:51.942Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-20T03:42:52.539Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-20T03:42:52.539Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-20T03:42:52.808Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-20T03:42:52.808Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-20T03:42:52.808Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-20T03:42:52.808Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-20T03:42:52.808Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-20T03:42:52.808Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-20T03:42:52.808Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-20T03:42:52.808Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-20T03:42:52.808Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-20T03:42:52.808Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-20T03:42:53.087Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-20T03:42:53.087Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-20T03:42:53.087Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-20T03:42:53.087Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-20T03:42:53.087Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-20T03:42:53.087Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-20T03:42:53.087Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-20T03:42:53.087Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-20T03:42:53.087Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-20T03:42:53.087Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-20T03:42:53.360Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:42:53.360Z] OK: 71 MiB in 55 packages [2020-10-20T03:43:03.463Z] Removing intermediate container 56b869858c97 [2020-10-20T03:43:03.464Z] ---> 6acababad579 [2020-10-20T03:43:03.464Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-20T03:43:04.050Z] ---> Running in ec1888ed73bf [2020-10-20T03:43:07.410Z] Collecting docker-compose==1.23.2 [2020-10-20T03:43:07.410Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-20T03:43:07.410Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-20T03:43:07.410Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-20T03:43:07.410Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-20T03:43:07.680Z] Collecting docker<4.0,>=3.6.0 [2020-10-20T03:43:07.680Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-20T03:43:07.941Z] Collecting jsonschema<3,>=2.5.1 [2020-10-20T03:43:07.941Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-20T03:43:08.888Z] Collecting PyYAML<4,>=3.10 [2020-10-20T03:43:08.888Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-20T03:43:09.838Z] Collecting cached-property<2,>=1.2.0 [2020-10-20T03:43:09.838Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-20T03:43:10.785Z] Removing intermediate container a909a5938f13 [2020-10-20T03:43:10.785Z] ---> 09647dfb5dac [2020-10-20T03:43:10.785Z] [2020-10-20T03:43:10.785Z] Step 9/29 : FROM alpine:latest [2020-10-20T03:43:10.785Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-20T03:43:10.785Z] ---> a24bb4013296 [2020-10-20T03:43:10.785Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-20T03:43:10.785Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-20T03:43:11.732Z] Removing intermediate container df607fc0ab10 [2020-10-20T03:43:11.732Z] ---> d74716658031 [2020-10-20T03:43:11.732Z] [2020-10-20T03:43:11.732Z] Step 10/24 : FROM scratch [2020-10-20T03:43:11.732Z] ---> [2020-10-20T03:43:11.732Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T03:43:11.993Z] ---> Running in 2024bad0176f [2020-10-20T03:43:11.993Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-20T03:43:11.993Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-20T03:43:11.993Z] ---> Using cache [2020-10-20T03:43:11.993Z] ---> e5605ea8dec7 [2020-10-20T03:43:11.993Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-20T03:43:12.255Z] ---> Running in 354ed736b4f9 [2020-10-20T03:43:12.255Z] Removing intermediate container 2024bad0176f [2020-10-20T03:43:12.255Z] ---> 0cf2449140a5 [2020-10-20T03:43:12.255Z] Step 11/29 : USER root [2020-10-20T03:43:12.255Z] ---> Running in 351b2429a1ff [2020-10-20T03:43:12.255Z] Removing intermediate container 354ed736b4f9 [2020-10-20T03:43:12.255Z] ---> 0b99a0a888b8 [2020-10-20T03:43:12.255Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-20T03:43:12.255Z] ---> Running in e7169f5bf018 [2020-10-20T03:43:12.519Z] Removing intermediate container 351b2429a1ff [2020-10-20T03:43:12.519Z] ---> ce547e46fdd1 [2020-10-20T03:43:12.519Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-20T03:43:12.519Z] ---> Running in e2010778c31d [2020-10-20T03:43:12.519Z] Collecting texttable<0.10,>=0.9.0 [2020-10-20T03:43:12.519Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-20T03:43:12.519Z] Removing intermediate container e7169f5bf018 [2020-10-20T03:43:12.519Z] ---> 7bb4002b1804 [2020-10-20T03:43:12.519Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-20T03:43:13.103Z] ---> e0b8b625b290 [2020-10-20T03:43:13.103Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-20T03:43:13.103Z] Collecting docopt<0.7,>=0.6.1 [2020-10-20T03:43:13.103Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-20T03:43:13.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:43:13.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:43:13.626Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T03:43:13.626Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T03:43:13.626Z] OK: 12750 distinct packages available [2020-10-20T03:43:13.892Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-20T03:43:13.892Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-20T03:43:13.892Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:43:13.892Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T03:43:13.892Z] OK: 6 MiB in 16 packages [2020-10-20T03:43:13.892Z] Collecting idna<2.8,>=2.5 [2020-10-20T03:43:13.892Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-20T03:43:14.482Z] ---> cd9320df3225 [2020-10-20T03:43:14.482Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-20T03:43:14.482Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-20T03:43:14.482Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-20T03:43:14.482Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-20T03:43:14.482Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-20T03:43:14.482Z] Collecting docker-pycreds>=0.4.0 [2020-10-20T03:43:14.744Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-20T03:43:14.744Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-20T03:43:14.744Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-20T03:43:14.744Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-20T03:43:14.744Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-20T03:43:14.744Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, PyYAML, cached-property, dockerpty, texttable, docopt, docker-compose [2020-10-20T03:43:14.744Z] Attempting uninstall: idna [2020-10-20T03:43:14.744Z] Found existing installation: idna 2.9 [2020-10-20T03:43:14.744Z] Uninstalling idna-2.9: [2020-10-20T03:43:14.744Z] Successfully uninstalled idna-2.9 [2020-10-20T03:43:15.321Z] Attempting uninstall: urllib3 [2020-10-20T03:43:15.321Z] Found existing installation: urllib3 1.25.9 [2020-10-20T03:43:15.321Z] Uninstalling urllib3-1.25.9: [2020-10-20T03:43:15.583Z] Successfully uninstalled urllib3-1.25.9 [2020-10-20T03:43:15.845Z] ---> 2fc32ee29c0d [2020-10-20T03:43:15.845Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-20T03:43:16.106Z] Removing intermediate container e2010778c31d [2020-10-20T03:43:16.106Z] ---> 9d5f30f9e365 [2020-10-20T03:43:16.106Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-20T03:43:16.687Z] Attempting uninstall: requests [2020-10-20T03:43:16.687Z] Found existing installation: requests 2.23.0 [2020-10-20T03:43:16.687Z] Uninstalling requests-2.23.0: [2020-10-20T03:43:16.687Z] ---> Running in a17108f2cc26 [2020-10-20T03:43:16.950Z] Successfully uninstalled requests-2.23.0 [2020-10-20T03:43:17.287Z] ---> 99809043a846 [2020-10-20T03:43:17.287Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-20T03:43:17.287Z] Removing intermediate container a17108f2cc26 [2020-10-20T03:43:17.287Z] ---> 08d12f282c42 [2020-10-20T03:43:17.287Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-20T03:43:17.597Z] ---> Running in 42ebd088b016 [2020-10-20T03:43:18.254Z] ---> 24ae686dc83b [2020-10-20T03:43:18.254Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-20T03:43:18.531Z] Removing intermediate container 42ebd088b016 [2020-10-20T03:43:18.531Z] ---> 6175ca5278ed [2020-10-20T03:43:18.531Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-20T03:43:18.798Z] Running setup.py install for PyYAML: started [2020-10-20T03:43:18.798Z] ---> Running in d86159be5cf8 [2020-10-20T03:43:18.798Z] ---> c2e821333281 [2020-10-20T03:43:18.798Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-20T03:43:18.798Z] ---> Running in d26f4648c2b5 [2020-10-20T03:43:19.373Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-20T03:43:19.373Z] Removing intermediate container d26f4648c2b5 [2020-10-20T03:43:19.373Z] ---> 472dddbcd782 [2020-10-20T03:43:19.373Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:43:19.373Z] Running setup.py install for dockerpty: started [2020-10-20T03:43:19.647Z] ---> Running in 4ee71c7b11ee [2020-10-20T03:43:19.647Z] Removing intermediate container 4ee71c7b11ee [2020-10-20T03:43:19.647Z] ---> 46e8b38c30d0 [2020-10-20T03:43:19.647Z] Step 22/24 : LABEL arch=x86_64 [2020-10-20T03:43:19.908Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-20T03:43:19.908Z] Running setup.py install for texttable: started [2020-10-20T03:43:19.908Z] ---> Running in d7552f71ef31 [2020-10-20T03:43:19.908Z] Removing intermediate container d86159be5cf8 [2020-10-20T03:43:19.908Z] ---> 5611e844e446 [2020-10-20T03:43:19.908Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-20T03:43:20.170Z] Removing intermediate container d7552f71ef31 [2020-10-20T03:43:20.170Z] ---> cb26a63b102c [2020-10-20T03:43:20.170Z] Step 23/24 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 [2020-10-20T03:43:20.170Z] ---> Running in 65a70e7e5954 [2020-10-20T03:43:20.435Z] Running setup.py install for texttable: finished with status 'done' [2020-10-20T03:43:20.435Z] Running setup.py install for docopt: started [2020-10-20T03:43:20.435Z] ---> 1f2a49590bfd [2020-10-20T03:43:20.435Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-20T03:43:20.435Z] Removing intermediate container 65a70e7e5954 [2020-10-20T03:43:20.435Z] ---> 19a2b61a5020 [2020-10-20T03:43:20.435Z] Step 24/24 : LABEL version=0.0.0 [2020-10-20T03:43:20.435Z] ---> Running in df398f935717 [2020-10-20T03:43:20.699Z] ---> 6e871f3315c0 [2020-10-20T03:43:20.699Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-20T03:43:20.699Z] Removing intermediate container df398f935717 [2020-10-20T03:43:20.699Z] ---> 18075b960f26 [2020-10-20T03:43:20.699Z] [2020-10-20T03:43:20.962Z] Running setup.py install for docopt: finished with status 'done' [2020-10-20T03:43:20.962Z] Successfully built 18075b960f26 [2020-10-20T03:43:20.962Z] Successfully tagged docker-support-notifications-go:latest [2020-10-20T03:43:21.223Z]  Building docker-support-notifications-go ... done  ---> 5799a6223edf [2020-10-20T03:43:21.223Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-20T03:43:21.223Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-20T03:43:21.484Z] ---> 2361566a15d7 [2020-10-20T03:43:21.484Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-20T03:43:22.057Z] ---> 6715e85b04a6 [2020-10-20T03:43:22.057Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-20T03:43:22.057Z] ---> Running in cfdf6e165ae9 [2020-10-20T03:43:23.979Z] Removing intermediate container ec1888ed73bf [2020-10-20T03:43:23.979Z] ---> c59217d46dd9 [2020-10-20T03:43:23.979Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-20T03:43:23.979Z] ---> Running in d8ff2b8a1732 [2020-10-20T03:43:24.243Z] Removing intermediate container cfdf6e165ae9 [2020-10-20T03:43:24.243Z] ---> d80e7c126eb0 [2020-10-20T03:43:24.243Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T03:43:24.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T03:43:24.505Z] ---> d53e1cc4a842 [2020-10-20T03:43:24.505Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T03:43:24.505Z] ---> Running in 926a3288c7c2 [2020-10-20T03:43:24.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T03:43:24.770Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T03:43:24.770Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-20T03:43:24.770Z] (3/3) Installing curl (7.69.1-r1) [2020-10-20T03:43:24.770Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T03:43:24.770Z] OK: 72 MiB in 58 packages [2020-10-20T03:43:25.349Z] Removing intermediate container d8ff2b8a1732 [2020-10-20T03:43:25.349Z] ---> 7f1a9c9c4f1b [2020-10-20T03:43:25.349Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-20T03:43:25.349Z] ---> Running in c51448d88285 [2020-10-20T03:43:25.349Z] Removing intermediate container 926a3288c7c2 [2020-10-20T03:43:25.349Z] ---> 54ceb5f7dee2 [2020-10-20T03:43:25.349Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-20T03:43:25.349Z] ---> Running in 7e4126c53ff9 [2020-10-20T03:43:25.609Z] Removing intermediate container c51448d88285 [2020-10-20T03:43:25.609Z] ---> ab0047ffd2f7 [2020-10-20T03:43:25.609Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T03:43:25.870Z] ---> Running in 25041362da9e [2020-10-20T03:43:26.132Z] Removing intermediate container 25041362da9e [2020-10-20T03:43:26.132Z] ---> a1f1a7b402aa [2020-10-20T03:43:26.132Z] Step 25/27 : LABEL arch=x86_64 [2020-10-20T03:43:26.132Z] ---> Running in 8bd1486635b7 [2020-10-20T03:43:26.398Z] Removing intermediate container 8bd1486635b7 [2020-10-20T03:43:26.398Z] ---> 0f5bd53f0184 [2020-10-20T03:43:26.398Z] Step 26/27 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 [2020-10-20T03:43:26.398Z] ---> Running in c3af8fb2b4e4 [2020-10-20T03:43:26.661Z] Removing intermediate container c3af8fb2b4e4 [2020-10-20T03:43:26.661Z] ---> e81738f50806 [2020-10-20T03:43:26.661Z] Step 27/27 : LABEL version=0.0.0 [2020-10-20T03:43:26.923Z] Removing intermediate container 7e4126c53ff9 [2020-10-20T03:43:26.923Z] ---> 03f88512cac3 [2020-10-20T03:43:26.923Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T03:43:26.923Z] ---> Running in 63a92334e89a [2020-10-20T03:43:26.923Z] ---> Running in 5836fb6cf479 [2020-10-20T03:43:26.923Z] Removing intermediate container 63a92334e89a [2020-10-20T03:43:26.923Z] ---> 6b246a7cbc12 [2020-10-20T03:43:26.923Z] [2020-10-20T03:43:27.186Z] Removing intermediate container 5836fb6cf479 [2020-10-20T03:43:27.186Z] ---> 4e6e0c85a97e [2020-10-20T03:43:27.186Z] Step 26/29 : CMD [ "generate" ] [2020-10-20T03:43:27.186Z] ---> Running in 044995c79b54 [2020-10-20T03:43:27.186Z] Successfully built 6b246a7cbc12 [2020-10-20T03:43:27.186Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-20T03:43:27.448Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 044995c79b54 [2020-10-20T03:43:27.448Z] ---> 9b7286d31f37 [2020-10-20T03:43:27.448Z] Step 27/29 : LABEL arch=x86_64 [2020-10-20T03:43:27.448Z] ---> Running in 2ab639de0b35 [2020-10-20T03:43:28.019Z] Removing intermediate container 2ab639de0b35 [2020-10-20T03:43:28.019Z] ---> cb60b725262a [2020-10-20T03:43:28.019Z] Step 28/29 : LABEL git_sha=6b1ee308596ce21ea339ca041e2be7253db48cf7 [2020-10-20T03:43:28.019Z] ---> Running in b3da56b583d7 [2020-10-20T03:43:28.281Z] Removing intermediate container b3da56b583d7 [2020-10-20T03:43:28.281Z] ---> 45ea399a9832 [2020-10-20T03:43:28.281Z] Step 29/29 : LABEL version=0.0.0 [2020-10-20T03:43:28.281Z] ---> Running in 4df2186364bc [2020-10-20T03:43:28.542Z] Removing intermediate container 4df2186364bc [2020-10-20T03:43:28.542Z] ---> a1b844d25866 [2020-10-20T03:43:28.542Z] [2020-10-20T03:43:28.542Z] Successfully built a1b844d25866 [2020-10-20T03:43:28.803Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-20T03:43:28.827Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-20T03:43:28.860Z] $ docker stop --time=1 43d110bef9597de15e6c02be18241214366efed10f6069c30576fc084304559d [2020-10-20T03:43:30.509Z] $ docker rm -f 43d110bef9597de15e6c02be18241214366efed10f6069c30576fc084304559d [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T03:43:31.096Z] + docker images [2020-10-20T03:43:31.096Z] + grep docker [2020-10-20T03:43:31.096Z] docker-security-secrets-setup-go latest a1b844d25866 2 seconds ago 24MB [2020-10-20T03:43:31.096Z] docker-sys-mgmt-agent-go latest 6b246a7cbc12 4 seconds ago 290MB [2020-10-20T03:43:31.096Z] docker-support-notifications-go latest 18075b960f26 10 seconds ago 13.6MB [2020-10-20T03:43:31.096Z] docker-core-command-go latest 89202aae6dcc 59 seconds ago 12.2MB [2020-10-20T03:43:31.096Z] docker-core-metadata-go latest 90ce728062c5 About a minute ago 14.4MB [2020-10-20T03:43:31.096Z] docker-security-secretstore-setup-go latest d49cab48eb22 About a minute ago 32.4MB [2020-10-20T03:43:31.096Z] docker-core-data-go latest 452405ab5041 About a minute ago 23.6MB [2020-10-20T03:43:31.096Z] docker-security-proxy-setup-go latest da0e899bd0af 2 minutes ago 15.8MB [2020-10-20T03:43:31.096Z] docker-support-scheduler-go latest f894d2048ff7 2 minutes ago 12.3MB [2020-10-20T03:43:31.096Z] docker-support-logging-go latest 806145fd1d76 2 minutes ago 11.1MB [2020-10-20T03:43:31.096Z] docker latest 809cc4dba987 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-10-20T03:43:47.118Z] Still waiting to schedule task [2020-10-20T03:43:47.118Z] Waiting for next available executor on ‘prd-centos7-docker-8c-8g-6853’ [2020-10-20T03:46:07.373Z] Running on prd-centos7-docker-8c-8g-6859 in /w/workspace/edgexfoundry_edgex-go_PR-2813 [Pipeline] { [Pipeline] ws [2020-10-20T03:46:07.435Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-10-20T03:46:09.565Z] using credential edgex-jenkins-ssh [2020-10-20T03:46:09.619Z] Cloning the remote Git repository [2020-10-20T03:46:09.643Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-20T03:46:09.702Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-10-20T03:46:09.727Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T03:46:09.727Z] > git --version # timeout=10 [2020-10-20T03:46:09.731Z] > git --version # 'git version 2.16.5' [2020-10-20T03:46:09.731Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T03:46:09.754Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T03:46:16.983Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T03:46:16.988Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T03:46:16.996Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T03:46:17.006Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T03:46:17.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T03:46:17.009Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2813/head:refs/remotes/origin/PR-2813 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T03:46:17.541Z] Merging remotes/origin/master commit d3791ebe684db7fa12cf8e4209b1a20507d77774 into PR head commit 6b1ee308596ce21ea339ca041e2be7253db48cf7 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-20T03:46:18.120Z] Failed in branch amd64 [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] { (Clair Scan) [2020-10-20T03:46:17.549Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T03:46:17.554Z] > git checkout -f 6b1ee308596ce21ea339ca041e2be7253db48cf7 # timeout=10 Stage "Clair 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-10-20T03:46:20.499Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:46:21.377Z] ---> package-listing.sh [2020-10-20T03:46:21.377Z] ++ facter osfamily [2020-10-20T03:46:21.378Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T03:46:21.378Z] + OS_FAMILY=redhat [2020-10-20T03:46:21.378Z] + workspace=/w/workspace/edgex-go/3 [2020-10-20T03:46:21.378Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T03:46:21.378Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T03:46:21.378Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T03:46:21.378Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T03:46:21.378Z] + '[' /w/workspace/edgex-go/3 ']' [2020-10-20T03:46:21.378Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T03:46:21.378Z] + case "${OS_FAMILY}" in [2020-10-20T03:46:21.378Z] + rpm -qa [2020-10-20T03:46:21.378Z] + sort [2020-10-20T03:46:25.590Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T03:46:25.590Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T03:46:25.590Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T03:46:25.590Z] + '[' /w/workspace/edgex-go/3 ']' [2020-10-20T03:46:25.590Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-10-20T03:46:25.590Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2020-10-20T03:46:25.602Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-20T03:46:25.890Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:46:26.190Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T03:46:26.190Z] [2020-10-20T03:46:26.190Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T03:46:26.563Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T03:46:26.563Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T03:46:26.563Z] df20fa9351a1: Already exists [2020-10-20T03:46:26.563Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T03:46:26.563Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T03:46:26.563Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T03:46:26.563Z] 93b61091891f: Pulling fs layer [2020-10-20T03:46:26.563Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T03:46:26.563Z] 5e14af77c1be: Pulling fs layer [2020-10-20T03:46:26.563Z] 01666e4c0597: Pulling fs layer [2020-10-20T03:46:26.563Z] aa168da1d23b: Pulling fs layer [2020-10-20T03:46:26.563Z] 93b9cdb0e59b: Waiting [2020-10-20T03:46:26.563Z] 5e14af77c1be: Waiting [2020-10-20T03:46:26.563Z] 01666e4c0597: Waiting [2020-10-20T03:46:26.563Z] aa168da1d23b: Waiting [2020-10-20T03:46:26.563Z] 93b61091891f: Waiting [2020-10-20T03:46:26.563Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T03:46:26.563Z] 46f8f816bc3b: Download complete [2020-10-20T03:46:26.563Z] 36b3adc4ff6f: Verifying Checksum [2020-10-20T03:46:26.563Z] 36b3adc4ff6f: Download complete [2020-10-20T03:46:26.563Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T03:46:26.563Z] 93b9cdb0e59b: Download complete [2020-10-20T03:46:26.563Z] 5e14af77c1be: Verifying Checksum [2020-10-20T03:46:26.563Z] 5e14af77c1be: Download complete [2020-10-20T03:46:26.563Z] 01666e4c0597: Verifying Checksum [2020-10-20T03:46:26.563Z] 01666e4c0597: Download complete [2020-10-20T03:46:26.563Z] 93b61091891f: Verifying Checksum [2020-10-20T03:46:26.563Z] 93b61091891f: Download complete [2020-10-20T03:46:26.828Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T03:46:26.828Z] 8ad3a11d3b57: Download complete [2020-10-20T03:46:26.828Z] 36b3adc4ff6f: Pull complete [2020-10-20T03:46:27.407Z] 8ad3a11d3b57: Pull complete [2020-10-20T03:46:27.674Z] 46f8f816bc3b: Pull complete [2020-10-20T03:46:27.940Z] 93b61091891f: Pull complete [2020-10-20T03:46:28.541Z] aa168da1d23b: Verifying Checksum [2020-10-20T03:46:28.541Z] aa168da1d23b: Download complete [2020-10-20T03:46:29.489Z] 93b9cdb0e59b: Pull complete [2020-10-20T03:46:29.752Z] 5e14af77c1be: Pull complete [2020-10-20T03:46:29.752Z] 01666e4c0597: Pull complete [2020-10-20T03:46:47.897Z] aa168da1d23b: Pull complete [2020-10-20T03:46:47.897Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T03:46:47.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T03:46:47.897Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T03:46:48.105Z] prd-centos7-docker-4c-2g-6852 does not seem to be running inside a container [2020-10-20T03:46:48.173Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-10-20T03:46:50.776Z] $ docker top 3783ab381b57f192a6c9a4744f02d2189add5025af35f208686457a225c82609 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T03:46:51.376Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T03:46:51.685Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T03:46:52.011Z] + ls /var/log/sa-host [2020-10-20T03:46:52.012Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T03:46:52.012Z] file_magic: OK [2020-10-20T03:46:52.012Z] HZ: Using current value: 100 [2020-10-20T03:46:52.012Z] file_header: OK [2020-10-20T03:46:52.012Z] 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-10-20T03:46:52.012Z] Statistics: [2020-10-20T03:46:52.012Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T03:46:52.012Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T03:46:52.012Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T03:46:52.012Z] file_magic: OK [2020-10-20T03:46:52.012Z] HZ: Using current value: 100 [2020-10-20T03:46:52.012Z] file_header: OK [2020-10-20T03:46:52.012Z] 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-10-20T03:46:52.012Z] Statistics: [2020-10-20T03:46:52.012Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T03:46:52.012Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T03:46:52.237Z] provisioning config files... [2020-10-20T03:46:52.297Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4942368460418273093tmp [Pipeline] { [Pipeline] echo [2020-10-20T03:46:52.427Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:46:52.724Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T03:46:52.736Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T03:46:52.844Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:46:53.144Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T03:46:53.155Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:46:53.463Z] ---> sudo-logs.sh [2020-10-20T03:46:53.463Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T03:46:53.475Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:46:53.784Z] ---> job-cost.sh [2020-10-20T03:46:53.784Z] lf-activate-venv: SKIPPING [2020-10-20T03:46:53.784Z] INFO: No Stack... [2020-10-20T03:46:55.197Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T03:46:55.468Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T03:46:55.486Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T03:46:55.809Z] ---> logs-deploy.sh [2020-10-20T03:46:55.809Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2813/3 [2020-10-20T03:46:55.809Z] INFO: archiving workspace using pattern(s): [2020-10-20T03:46:57.203Z] Archives upload complete. [2020-10-20T03:46:57.203Z] INFO: archiving logs to Nexus