Pull request #2802 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 jinlinGuan for edgexfoundry/edgex-go Loading trusted files from base branch master at bf07e1ea75fdced3aa7682c431f6de3bff686831 rather than 78019c5e9566ac125a1df2eafe5492b342e170b1 Obtained Jenkinsfile from bf07e1ea75fdced3aa7682c431f6de3bff686831 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-5821 in /w/workspace/edgexfoundry_edgex-go_PR-2802 [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 Merging remotes/origin/master commit bf07e1ea75fdced3aa7682c431f6de3bff686831 into PR head commit 78019c5e9566ac125a1df2eafe5492b342e170b1 Merge succeeded, producing 78019c5e9566ac125a1df2eafe5492b342e170b1 Checking out Revision 78019c5e9566ac125a1df2eafe5492b342e170b1 (PR-2802) > 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/2802/head:refs/remotes/origin/PR-2802 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 78019c5e9566ac125a1df2eafe5492b342e170b1 # 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 bf07e1ea75fdced3aa7682c431f6de3bff686831 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 78019c5e9566ac125a1df2eafe5492b342e170b1 # timeout=10 Commit message: "docs(all): Add multiple responses schemas to V2 Swagger files" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-16T07:47:27.635Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T07:47:27.965Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T07:47:28.105Z] ========================================================= [2020-10-16T07:47:28.105Z] EdgeX Global Pipelines Version Info [2020-10-16T07:47:28.105Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0ba09f21f58bb9c6aeeacf13508f9fa6ca34a4a5 # timeout=10 [2020-10-16T07:47:29.606Z] ------------------- [2020-10-16T07:47:29.606Z] stable info: [2020-10-16T07:47:29.606Z] ------------------- [2020-10-16T07:47:29.606Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T07:47:29.606Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T07:47:29.606Z] Message: update stable to v1.0.144 [2020-10-16T07:47:30.551Z] ------------------- [2020-10-16T07:47:30.551Z] experimental info: [2020-10-16T07:47:30.551Z] ------------------- [2020-10-16T07:47:30.551Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T07:47:30.551Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T07:47:30.551Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-16T07:47:30.817Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-16T07:47:30.916Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-16T07:47:31.009Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T07:47:31.138Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T07:47:31.283Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T07:47:31.393Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T07:47:31.490Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T07:47:31.589Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-16T07:47:31.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-16T07:47:31.848Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-16T07:47:31.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T07:47:32.046Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T07:47:32.137Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T07:47:32.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T07:47:32.323Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T07:47:32.434Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T07:47:32.523Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T07:47:32.608Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T07:47:32.694Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-16T07:47:32.776Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-16T07:47:32.859Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-16T07:47:32.941Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2802 [Pipeline] echo [2020-10-16T07:47:33.269Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2802 [Pipeline] echo [2020-10-16T07:47:33.349Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2802 [Pipeline] echo [2020-10-16T07:47:33.440Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 78019c5e9566ac125a1df2eafe5492b342e170b1 [Pipeline] echo [2020-10-16T07:47:33.523Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 78019c5 [Pipeline] echo [2020-10-16T07:47:33.615Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-16T07:47:34.043Z] ++ 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-16T07:47:34.043Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:47:34.043Z] ++ dirname cmd/core-command/Dockerfile [2020-10-16T07:47:34.043Z] ++ cut -d/ -f2 [2020-10-16T07:47:34.043Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-16T07:47:34.043Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:47:34.043Z] ++ dirname cmd/core-data/Dockerfile [2020-10-16T07:47:34.043Z] ++ cut -d/ -f2 [2020-10-16T07:47:34.043Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-16T07:47:34.043Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:47:34.043Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-16T07:47:34.043Z] ++ cut -d/ -f2 [2020-10-16T07:47:34.043Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-16T07:47:34.043Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:47:34.043Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-16T07:47:34.043Z] ++ cut -d/ -f2 [2020-10-16T07:47:34.043Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-16T07:47:34.043Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:47:34.043Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-16T07:47:34.043Z] ++ cut -d/ -f2 [2020-10-16T07:47:34.043Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-16T07:47:34.043Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:47:34.043Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-16T07:47:34.043Z] ++ cut -d/ -f2 [2020-10-16T07:47:34.043Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-16T07:47:34.043Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:47:34.043Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-16T07:47:34.043Z] ++ cut -d/ -f2 [2020-10-16T07:47:34.043Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-16T07:47:34.043Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:47:34.043Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-16T07:47:34.043Z] ++ cut -d/ -f2 [2020-10-16T07:47:34.043Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-16T07:47:34.043Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:47:34.043Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-16T07:47:34.043Z] ++ cut -d/ -f2 [2020-10-16T07:47:34.043Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-16T07:47:34.043Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-16T07:47:34.043Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-16T07:47:34.043Z] ++ cut -d/ -f2 [2020-10-16T07:47:34.043Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-16T07:47:34.103Z] 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-16T07:47:34.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:47:34.913Z] [2020-10-16T07:47:34.913Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:47:35.252Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:47:35.252Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T07:47:35.252Z] 31603596830f: Pulling fs layer [2020-10-16T07:47:35.252Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T07:47:35.252Z] 6ca5941a6612: Pulling fs layer [2020-10-16T07:47:35.252Z] ecc8261a40a4: Pulling fs layer [2020-10-16T07:47:35.252Z] ecc8261a40a4: Waiting [2020-10-16T07:47:35.252Z] 2a8b12db71e7: Download complete [2020-10-16T07:47:35.514Z] 31603596830f: Verifying Checksum [2020-10-16T07:47:35.514Z] 31603596830f: Download complete [2020-10-16T07:47:35.514Z] ecc8261a40a4: Verifying Checksum [2020-10-16T07:47:35.514Z] ecc8261a40a4: Download complete [2020-10-16T07:47:35.514Z] 6ca5941a6612: Verifying Checksum [2020-10-16T07:47:35.514Z] 6ca5941a6612: Download complete [2020-10-16T07:47:35.778Z] 31603596830f: Pull complete [2020-10-16T07:47:35.778Z] 2a8b12db71e7: Pull complete [2020-10-16T07:47:36.355Z] 6ca5941a6612: Pull complete [2020-10-16T07:47:36.617Z] ecc8261a40a4: Pull complete [2020-10-16T07:47:36.617Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T07:47:36.617Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T07:47:36.617Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T07:47:36.715Z] prd-centos7-docker-4c-2g-5821 does not seem to be running inside a container [2020-10-16T07:47:36.761Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T07:47:39.202Z] $ docker top ae1eb477fc1ebeac49eb134b897fc0b0ae92c6347e748da109498e58a6c36709 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T07:47:39.483Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T07:47:39.483Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T07:47:39.670Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T07:47:39.676Z] $ docker exec ae1eb477fc1ebeac49eb134b897fc0b0ae92c6347e748da109498e58a6c36709 ssh-agent [2020-10-16T07:47:39.830Z] SSH_AUTH_SOCK=/tmp/ssh-UU5f2M39sBEk/agent.11 [2020-10-16T07:47:39.830Z] SSH_AGENT_PID=16 [2020-10-16T07:47:39.841Z] Running ssh-add (command line suppressed) [2020-10-16T07:47:39.963Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2167738824995174073.key (/w/workspace/edgex-go/3@tmp/private_key_2167738824995174073.key) [2020-10-16T07:47:40.008Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T07:47:40.528Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T07:47:40.550Z] $ docker exec --env ******** --env ******** ae1eb477fc1ebeac49eb134b897fc0b0ae92c6347e748da109498e58a6c36709 ssh-agent -k [2020-10-16T07:47:40.663Z] unset SSH_AUTH_SOCK; [2020-10-16T07:47:40.664Z] unset SSH_AGENT_PID; [2020-10-16T07:47:40.664Z] echo Agent pid 16 killed; [2020-10-16T07:47:40.705Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T07:47:40.871Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T07:47:40.871Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T07:47:41.016Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T07:47:41.021Z] $ docker exec ae1eb477fc1ebeac49eb134b897fc0b0ae92c6347e748da109498e58a6c36709 ssh-agent [2020-10-16T07:47:41.164Z] SSH_AUTH_SOCK=/tmp/ssh-lcyTPQoI5336/agent.45 [2020-10-16T07:47:41.164Z] SSH_AGENT_PID=51 [2020-10-16T07:47:41.170Z] Running ssh-add (command line suppressed) [2020-10-16T07:47:41.284Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2375489185749667399.key (/w/workspace/edgex-go/3@tmp/private_key_2375489185749667399.key) [2020-10-16T07:47:41.327Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T07:47:41.657Z] + git semver init [2020-10-16T07:47:41.657Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T07:47:41.657Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-10-16T07:47:41.657Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-10-16T07:47:41.657Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T07:47:41.657Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T07:47:41.657Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T07:47:41.657Z] # $SEMVER_BRANCH = PR-2802 [2020-10-16T07:47:41.657Z] # $SEMVER_TEMP = /tmp/semver-896001694 [2020-10-16T07:47:41.657Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-16T07:47:56.590Z] # '/tmp/semver-896001694' -> '/w/workspace/edgex-go/3/.semver' [2020-10-16T07:47:56.850Z] # -> Force: false [2020-10-16T07:47:56.850Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-10-16T07:47:56.863Z] $ docker exec --env ******** --env ******** ae1eb477fc1ebeac49eb134b897fc0b0ae92c6347e748da109498e58a6c36709 ssh-agent -k [2020-10-16T07:47:57.021Z] unset SSH_AUTH_SOCK; [2020-10-16T07:47:57.021Z] unset SSH_AGENT_PID; [2020-10-16T07:47:57.021Z] echo Agent pid 51 killed; [2020-10-16T07:47:57.071Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T07:47:57.536Z] + git semver [Pipeline] } [2020-10-16T07:47:57.555Z] $ docker stop --time=1 ae1eb477fc1ebeac49eb134b897fc0b0ae92c6347e748da109498e58a6c36709 [2020-10-16T07:47:59.221Z] $ docker rm -f ae1eb477fc1ebeac49eb134b897fc0b0ae92c6347e748da109498e58a6c36709 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:47:59.700Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T07:48:00.359Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T07:48:00.362Z] [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-16T07:48:00.991Z] ========================================================= [2020-10-16T07:48:00.991Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T07:48:00.991Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:48:01.346Z] + 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-16T07:48:03.903Z] Sending build context to Docker daemon 325.2MB [2020-10-16T07:48:03.903Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-16T07:48:03.903Z] Step 2/7 : FROM ${BASE} [2020-10-16T07:48:04.163Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T07:48:04.163Z] df20fa9351a1: Pulling fs layer [2020-10-16T07:48:04.163Z] ed8968b2872e: Pulling fs layer [2020-10-16T07:48:04.163Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T07:48:04.163Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T07:48:04.163Z] e73272ec9a57: Pulling fs layer [2020-10-16T07:48:04.163Z] 1e910a182e73: Pulling fs layer [2020-10-16T07:48:04.163Z] 4e634b169226: Pulling fs layer [2020-10-16T07:48:04.163Z] e73272ec9a57: Waiting [2020-10-16T07:48:04.163Z] 1e910a182e73: Waiting [2020-10-16T07:48:04.163Z] 4e634b169226: Waiting [2020-10-16T07:48:04.163Z] e871e8e8d7a9: Waiting [2020-10-16T07:48:04.163Z] a92cc7c5fd73: Verifying Checksum [2020-10-16T07:48:04.163Z] a92cc7c5fd73: Download complete [2020-10-16T07:48:04.163Z] ed8968b2872e: Verifying Checksum [2020-10-16T07:48:04.163Z] ed8968b2872e: Download complete [2020-10-16T07:48:04.163Z] e73272ec9a57: Verifying Checksum [2020-10-16T07:48:04.163Z] e73272ec9a57: Download complete [2020-10-16T07:48:04.163Z] 1e910a182e73: Verifying Checksum [2020-10-16T07:48:04.163Z] 1e910a182e73: Download complete [2020-10-16T07:48:04.163Z] df20fa9351a1: Verifying Checksum [2020-10-16T07:48:04.163Z] df20fa9351a1: Download complete [2020-10-16T07:48:04.426Z] df20fa9351a1: Pull complete [2020-10-16T07:48:04.426Z] ed8968b2872e: Pull complete [2020-10-16T07:48:04.688Z] a92cc7c5fd73: Pull complete [2020-10-16T07:48:06.081Z] 4e634b169226: Verifying Checksum [2020-10-16T07:48:06.081Z] 4e634b169226: Download complete [2020-10-16T07:48:06.652Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T07:48:06.652Z] e871e8e8d7a9: Download complete [2020-10-16T07:48:11.953Z] e871e8e8d7a9: Pull complete [2020-10-16T07:48:11.953Z] e73272ec9a57: Pull complete [2020-10-16T07:48:12.214Z] 1e910a182e73: Pull complete [2020-10-16T07:48:15.745Z] Still waiting to schedule task [2020-10-16T07:48:15.745Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-16T07:48:16.429Z] 4e634b169226: Pull complete [2020-10-16T07:48:16.429Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T07:48:16.429Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T07:48:16.429Z] ---> f7629b54cfaa [2020-10-16T07:48:16.429Z] 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-16T07:48:16.429Z] ---> Running in 9241028d4b85 [2020-10-16T07:48:17.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:48:17.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:48:18.207Z] (1/12) Installing libmagic (5.38-r0) [2020-10-16T07:48:18.468Z] (2/12) Installing file (5.38-r0) [2020-10-16T07:48:18.468Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-16T07:48:18.729Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-16T07:48:22.029Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-16T07:48:22.029Z] (6/12) Installing patch (2.7.6-r6) [2020-10-16T07:48:22.029Z] (7/12) Installing build-base (0.5-r2) [2020-10-16T07:48:22.291Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-16T07:48:22.291Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-16T07:48:22.552Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-16T07:48:22.552Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-16T07:48:22.552Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-16T07:48:22.814Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:48:22.814Z] OK: 233 MiB in 51 packages [2020-10-16T07:48:25.358Z] Removing intermediate container 9241028d4b85 [2020-10-16T07:48:25.358Z] ---> 92c28c116725 [2020-10-16T07:48:25.358Z] Step 4/7 : WORKDIR /edgex-go [2020-10-16T07:48:25.358Z] ---> Running in e4e7f34a51b3 [2020-10-16T07:48:25.358Z] Removing intermediate container e4e7f34a51b3 [2020-10-16T07:48:25.358Z] ---> 935464ed27b4 [2020-10-16T07:48:25.358Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-16T07:48:25.937Z] latest: Pulling from library/docker [2020-10-16T07:48:25.937Z] df20fa9351a1: Already exists [2020-10-16T07:48:25.937Z] 25ad7478873d: Pulling fs layer [2020-10-16T07:48:25.937Z] 4684f6177b5d: Pulling fs layer [2020-10-16T07:48:25.937Z] 8ba584e970af: Pulling fs layer [2020-10-16T07:48:25.937Z] 3cdc74d2b06d: Pulling fs layer [2020-10-16T07:48:25.937Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-16T07:48:25.937Z] fca0ccc462d5: Pulling fs layer [2020-10-16T07:48:25.937Z] 3cdc74d2b06d: Waiting [2020-10-16T07:48:25.937Z] 4cf5a0d07c1f: Waiting [2020-10-16T07:48:25.937Z] fca0ccc462d5: Waiting [2020-10-16T07:48:25.937Z] 4684f6177b5d: Verifying Checksum [2020-10-16T07:48:25.937Z] 4684f6177b5d: Download complete [2020-10-16T07:48:25.937Z] 25ad7478873d: Verifying Checksum [2020-10-16T07:48:25.937Z] 25ad7478873d: Download complete [2020-10-16T07:48:26.200Z] 3cdc74d2b06d: Verifying Checksum [2020-10-16T07:48:26.200Z] 3cdc74d2b06d: Download complete [2020-10-16T07:48:26.200Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-16T07:48:26.200Z] 4cf5a0d07c1f: Download complete [2020-10-16T07:48:26.200Z] 25ad7478873d: Pull complete [2020-10-16T07:48:26.470Z] 4684f6177b5d: Pull complete [2020-10-16T07:48:26.734Z] 8ba584e970af: Download complete [2020-10-16T07:48:27.306Z] fca0ccc462d5: Verifying Checksum [2020-10-16T07:48:27.306Z] fca0ccc462d5: Download complete [2020-10-16T07:48:29.230Z] 8ba584e970af: Pull complete [2020-10-16T07:48:29.230Z] 3cdc74d2b06d: Pull complete [2020-10-16T07:48:29.230Z] 4cf5a0d07c1f: Pull complete [2020-10-16T07:48:29.230Z] fca0ccc462d5: Pull complete [2020-10-16T07:48:29.230Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-16T07:48:29.230Z] Status: Downloaded newer image for docker:latest [2020-10-16T07:48:30.618Z] ---> 7ef38da50bc8 [2020-10-16T07:48:30.618Z] Step 6/7 : COPY go.mod . [2020-10-16T07:48:30.881Z] ---> 6fa41cb6796f [2020-10-16T07:48:30.881Z] Step 7/7 : RUN go mod download [2020-10-16T07:48:30.881Z] ---> Running in 8db9314314a9 [2020-10-16T07:48:52.860Z] Removing intermediate container 8db9314314a9 [2020-10-16T07:48:52.860Z] ---> 11e227abb775 [2020-10-16T07:48:52.860Z] Successfully built 11e227abb775 [2020-10-16T07:48:52.860Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:48:53.174Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T07:48:53.174Z] . [Pipeline] withDockerContainer [2020-10-16T07:48:53.278Z] prd-centos7-docker-4c-2g-5821 does not seem to be running inside a container [2020-10-16T07:48:53.334Z] $ 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 ******** ci-base-image-x86_64 cat [2020-10-16T07:48:53.943Z] $ docker top 10b5c26415c383274d0a150992edd646436444ebbbfbdbdf8a4bd2d22b72239b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:48:54.413Z] + go version [2020-10-16T07:48:54.413Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T07:48:54.432Z] $ docker stop --time=1 10b5c26415c383274d0a150992edd646436444ebbbfbdbdf8a4bd2d22b72239b [2020-10-16T07:48:55.773Z] $ docker rm -f 10b5c26415c383274d0a150992edd646436444ebbbfbdbdf8a4bd2d22b72239b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:48:56.609Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T07:48:56.609Z] . [Pipeline] withDockerContainer [2020-10-16T07:48:56.709Z] prd-centos7-docker-4c-2g-5821 does not seem to be running inside a container [2020-10-16T07:48:56.754Z] $ 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 ******** ci-base-image-x86_64 cat [2020-10-16T07:48:57.303Z] $ docker top c2724018bac8b8c9aaa811a5b5a2c279347a8b80020008712ea58a7d115463a0 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-16T07:48:57.482Z] ========================================================= [2020-10-16T07:48:57.482Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-16T07:48:57.482Z] ========================================================= [Pipeline] sh [2020-10-16T07:48:57.792Z] + make test [2020-10-16T07:48:57.792Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-16T07:48:59.729Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-16T07:49:08.046Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-16T07:49:14.757Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-16T07:49:14.757Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-16T07:49:14.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-16T07:49:14.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-16T07:49:15.343Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.016s [2020-10-16T07:49:15.343Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-16T07:49:15.343Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-16T07:49:15.343Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-16T07:49:15.934Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-16T07:49:16.209Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-16T07:49:16.497Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-16T07:49:16.497Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-16T07:49:16.497Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-16T07:49:18.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.025s coverage: 46.6% of statements [2020-10-16T07:49:18.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-16T07:49:18.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-16T07:49:18.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-16T07:49:18.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-16T07:49:18.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-16T07:49:22.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.039s coverage: 27.1% of statements [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-16T07:49:22.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.004s coverage: 100.0% of statements [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-16T07:49:22.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.018s coverage: 100.0% of statements [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-16T07:49:22.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.333s coverage: 85.5% of statements [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-16T07:49:22.746Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.324s coverage: 88.9% of statements [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-16T07:49:22.746Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-16T07:49:23.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.059s coverage: 28.6% of statements [2020-10-16T07:49:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-16T07:49:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-16T07:49:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-16T07:49:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-16T07:49:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-16T07:49:23.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.010s coverage: 100.0% of statements [2020-10-16T07:49:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-16T07:49:23.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements [2020-10-16T07:49:23.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-16T07:49:24.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.029s coverage: 86.7% of statements [2020-10-16T07:49:24.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-16T07:49:24.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.026s coverage: 97.5% of statements [2020-10-16T07:49:24.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-16T07:49:24.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.012s coverage: 100.0% of statements [2020-10-16T07:49:24.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-16T07:49:24.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-16T07:49:24.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-16T07:49:24.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-16T07:49:24.558Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.031s coverage: 96.1% of statements [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-16T07:49:24.558Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-16T07:49:24.558Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-16T07:49:24.833Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.028s coverage: 0.0% of statements [no tests to run] [2020-10-16T07:49:24.833Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-16T07:49:24.833Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-16T07:49:25.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.046s coverage: 63.5% of statements [2020-10-16T07:49:25.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-16T07:49:25.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-16T07:49:25.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.008s coverage: 100.0% of statements [2020-10-16T07:49:25.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.028s coverage: 91.3% of statements [2020-10-16T07:49:25.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2020-10-16T07:49:25.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.020s coverage: 73.7% of statements [2020-10-16T07:49:26.089Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2020-10-16T07:49:26.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.073s coverage: 55.9% of statements [2020-10-16T07:49:26.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-16T07:49:26.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-16T07:49:26.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-16T07:49:26.673Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-16T07:49:30.029Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.994s coverage: 86.3% of statements [2020-10-16T07:49:30.029Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-16T07:49:30.029Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.299s coverage: 72.2% of statements [2020-10-16T07:49:30.029Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.087s coverage: 72.1% of statements [2020-10-16T07:49:30.029Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.008s coverage: 82.4% of statements [2020-10-16T07:49:30.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.038s coverage: 48.4% of statements [2020-10-16T07:49:30.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-16T07:49:30.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-16T07:49:30.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-16T07:49:30.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements [2020-10-16T07:49:30.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-16T07:49:30.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.017s coverage: 96.8% of statements [2020-10-16T07:49:30.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-16T07:49:30.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.040s coverage: 36.5% of statements [2020-10-16T07:49:30.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-16T07:49:30.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-16T07:49:30.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.117s coverage: 84.1% of statements [2020-10-16T07:49:30.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.009s coverage: 100.0% of statements [2020-10-16T07:49:30.030Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.018s coverage: 42.9% of statements [2020-10-16T07:49:30.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-16T07:49:30.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-16T07:49:30.030Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.013s coverage: 100.0% of statements [2020-10-16T07:49:30.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-16T07:49:30.030Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.008s coverage: 83.8% of statements [2020-10-16T07:49:30.030Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-16T07:49:31.444Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.036s coverage: 47.1% of statements [2020-10-16T07:49:31.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-16T07:49:31.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-16T07:49:31.444Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.016s coverage: 100.0% of statements [2020-10-16T07:49:31.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-16T07:49:31.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-16T07:49:31.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-16T07:49:31.444Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.024s coverage: 100.0% of statements [2020-10-16T07:49:31.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-16T07:49:31.444Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.015s coverage: 100.0% of statements [2020-10-16T07:49:31.444Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-16T07:49:32.034Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.042s coverage: 29.1% of statements [2020-10-16T07:49:32.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-16T07:49:32.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-16T07:49:32.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-16T07:49:32.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-16T07:49:32.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-16T07:49:32.034Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.024s coverage: 99.0% of statements [2020-10-16T07:49:32.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-16T07:49:32.034Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.005s coverage: 100.0% of statements [2020-10-16T07:49:32.034Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-16T07:49:32.034Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements [2020-10-16T07:49:32.034Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-16T07:49:32.622Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.021s coverage: 100.0% of statements [2020-10-16T07:49:32.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-16T07:49:32.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-16T07:49:32.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-16T07:49:32.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-16T07:49:32.622Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2020-10-16T07:49:32.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-16T07:49:32.622Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-16T07:49:32.622Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.006s coverage: 100.0% of statements [2020-10-16T07:49:32.889Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-10-16T07:49:33.153Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-10-16T07:49:33.153Z] GO111MODULE=on go vet ./... [2020-10-16T07:49:39.860Z] gofmt -l . [2020-10-16T07:49:39.860Z] [ "`gofmt -l .`" = "" ] [2020-10-16T07:49:40.129Z] ./bin/test-go-mod-tidy.sh [2020-10-16T07:49:40.712Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-16T07:49:42.425Z] + ls -al . [2020-10-16T07:49:42.425Z] total 604 [2020-10-16T07:49:42.425Z] drwxrwxr-x 10 1001 1001 4096 Oct 16 07:49 . [2020-10-16T07:49:42.425Z] drwxr-xr-x 4 root root 28 Oct 16 07:48 .. [2020-10-16T07:49:42.425Z] -rw-rw-r-- 1 1001 1001 11 Oct 16 07:47 .dockerignore [2020-10-16T07:49:42.425Z] drwxrwxr-x 8 1001 1001 179 Oct 16 07:47 .git [2020-10-16T07:49:42.425Z] drwxrwxr-x 3 1001 1001 125 Oct 16 07:47 .github [2020-10-16T07:49:42.425Z] -rw-rw-r-- 1 1001 1001 932 Oct 16 07:47 .gitignore [2020-10-16T07:49:42.425Z] drwx------ 3 1001 1001 47 Oct 16 07:47 .semver [2020-10-16T07:49:42.425Z] -rw-rw-r-- 1 1001 1001 166 Oct 16 07:47 .sonarcloud.properties [2020-10-16T07:49:42.425Z] -rw-rw-r-- 1 1001 1001 3804 Oct 16 07:47 CONTRIBUTING.md [2020-10-16T07:49:42.425Z] -rw-rw-r-- 1 1001 1001 1035 Oct 16 07:47 Dockerfile.build [2020-10-16T07:49:42.425Z] -rw-rw-r-- 1 1001 1001 863 Oct 16 07:47 Jenkinsfile [2020-10-16T07:49:42.425Z] -rw-rw-r-- 1 1001 1001 10775 Oct 16 07:47 LICENSE [2020-10-16T07:49:42.425Z] -rw-rw-r-- 1 1001 1001 6237 Oct 16 07:47 Makefile [2020-10-16T07:49:42.425Z] -rw-rw-r-- 1 1001 1001 6447 Oct 16 07:47 README.md [2020-10-16T07:49:42.425Z] -rw-rw-r-- 1 1001 1001 259 Oct 16 07:47 SECURITY.md [2020-10-16T07:49:42.425Z] -rw-rw-r-- 1 1001 1001 5 Oct 16 07:47 VERSION [2020-10-16T07:49:42.425Z] -rw-rw-r-- 1 1001 1001 4131 Oct 16 07:47 ZMQWindows.md [2020-10-16T07:49:42.425Z] drwxrwxr-x 2 1001 1001 117 Oct 16 07:47 bin [2020-10-16T07:49:42.425Z] drwxrwxr-x 15 1001 1001 4096 Oct 16 07:47 cmd [2020-10-16T07:49:42.425Z] -rw-r--r-- 1 root root 510628 Oct 16 07:49 coverage.out [2020-10-16T07:49:42.425Z] -rw-r--r-- 1 root root 1041 Oct 16 07:49 go.mod [2020-10-16T07:49:42.425Z] -rw-r--r-- 1 root root 18775 Oct 16 07:49 go.sum [2020-10-16T07:49:42.425Z] drwxrwxr-x 8 1001 1001 127 Oct 16 07:47 internal [2020-10-16T07:49:42.425Z] drwxrwxr-x 4 1001 1001 26 Oct 16 07:47 openapi [2020-10-16T07:49:42.425Z] drwxrwxr-x 4 1001 1001 71 Oct 16 07:47 snap [2020-10-16T07:49:42.425Z] -rw-rw-r-- 1 1001 1001 168 Oct 16 07:47 version.go [Pipeline] sh [2020-10-16T07:49:42.726Z] + '[' -e coverage.out ] [2020-10-16T07:49:42.726Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-16T07:49:42.894Z] Stashed 1 file(s) [Pipeline] sh [2020-10-16T07:49:43.459Z] + make build [2020-10-16T07:49:43.459Z] 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-16T07:49:51.708Z] 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-16T07:49:54.274Z] 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-16T07:49:55.679Z] 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-16T07:49:56.651Z] 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-16T07:49:58.041Z] 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-16T07:49:58.041Z] 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-16T07:49:59.466Z] 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-16T07:50:00.870Z] 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-16T07:50:01.833Z] 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-16T07:50:02.813Z] 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-16T07:50:03.787Z] 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-16T07:50:04.744Z] 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-16T07:50:05.358Z] $ docker stop --time=1 c2724018bac8b8c9aaa811a5b5a2c279347a8b80020008712ea58a7d115463a0 [2020-10-16T07:50:06.900Z] $ docker rm -f c2724018bac8b8c9aaa811a5b5a2c279347a8b80020008712ea58a7d115463a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:50:10.768Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T07:50:10.769Z] [2020-10-16T07:50:10.769Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:50:11.123Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T07:50:11.123Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-16T07:50:11.123Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-16T07:50:11.123Z] ca9280d653b3: Pulling fs layer [2020-10-16T07:50:11.123Z] 7e9c9ca2126c: Pulling fs layer [2020-10-16T07:50:11.123Z] cbdbe7a5bc2a: Download complete [2020-10-16T07:50:11.385Z] cbdbe7a5bc2a: Pull complete [2020-10-16T07:50:11.967Z] ca9280d653b3: Verifying Checksum [2020-10-16T07:50:11.967Z] ca9280d653b3: Download complete [2020-10-16T07:50:12.933Z] ca9280d653b3: Pull complete [2020-10-16T07:50:12.933Z] 7e9c9ca2126c: Verifying Checksum [2020-10-16T07:50:12.933Z] 7e9c9ca2126c: Download complete [2020-10-16T07:50:17.219Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5822 in /w/workspace/edgexfoundry_edgex-go_PR-2802 [Pipeline] { [Pipeline] ws [2020-10-16T07:50:17.279Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-10-16T07:50:19.585Z] 7e9c9ca2126c: Pull complete [2020-10-16T07:50:19.585Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-16T07:50:19.585Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T07:50:19.585Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-16T07:50:19.686Z] prd-centos7-docker-4c-2g-5821 does not seem to be running inside a container [2020-10-16T07:50:19.745Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-16T07:50:20.503Z] $ docker top 1213f356c3574cf387d9ccc8a91d54ded58f31d59ca26d7a73afb6d5f0870c7c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:50:21.017Z] + docker-compose build --help [2020-10-16T07:50:21.017Z] + grep parallel [2020-10-16T07:50:22.543Z] --parallel Build images in parallel. [Pipeline] } [2020-10-16T07:50:22.569Z] $ docker stop --time=1 1213f356c3574cf387d9ccc8a91d54ded58f31d59ca26d7a73afb6d5f0870c7c [2020-10-16T07:50:23.689Z] using credential edgex-jenkins-ssh [2020-10-16T07:50:23.752Z] Cloning the remote Git repository [2020-10-16T07:50:24.026Z] $ docker rm -f 1213f356c3574cf387d9ccc8a91d54ded58f31d59ca26d7a73afb6d5f0870c7c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:50:24.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-16T07:50:24.625Z] . [Pipeline] withDockerContainer [2020-10-16T07:50:24.730Z] prd-centos7-docker-4c-2g-5821 does not seem to be running inside a container [2020-10-16T07:50:24.804Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-16T07:50:23.801Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-16T07:50:23.909Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-10-16T07:50:23.984Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-16T07:50:23.985Z] > git --version # timeout=10 [2020-10-16T07:50:24.004Z] > git --version # 'git version 2.17.1' [2020-10-16T07:50:24.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T07:50:24.077Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T07:50:25.326Z] $ docker top 68fa37f3b18f7e95ca5cec3ad8bef39b803b81608112d3cbe6894f54a481309f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:50:25.795Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-16T07:50:26.737Z] Building docker-core-command-go ... [2020-10-16T07:50:26.737Z] Building docker-core-data-go ... [2020-10-16T07:50:26.737Z] Building docker-core-metadata-go ... [2020-10-16T07:50:26.737Z] Building docker-security-proxy-setup-go ... [2020-10-16T07:50:26.737Z] Building docker-security-secrets-setup-go ... [2020-10-16T07:50:26.737Z] Building docker-security-secretstore-setup-go ... [2020-10-16T07:50:26.737Z] Building docker-support-logging-go ... [2020-10-16T07:50:26.737Z] Building docker-support-notifications-go ... [2020-10-16T07:50:26.738Z] Building docker-support-scheduler-go ... [2020-10-16T07:50:26.738Z] Building docker-sys-mgmt-agent-go ... [2020-10-16T07:50:26.738Z] Building docker-support-scheduler-go [2020-10-16T07:50:26.738Z] Building docker-sys-mgmt-agent-go [2020-10-16T07:50:26.738Z] Building docker-security-secretstore-setup-go [2020-10-16T07:50:26.738Z] Building docker-security-proxy-setup-go [2020-10-16T07:50:26.738Z] Building docker-support-notifications-go [2020-10-16T07:50:39.633Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-16T07:50:39.654Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T07:50:39.683Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-16T07:50:39.722Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-16T07:50:39.723Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T07:50:39.736Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2802/head:refs/remotes/origin/PR-2802 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T07:50:40.394Z] Merging remotes/origin/master commit bf07e1ea75fdced3aa7682c431f6de3bff686831 into PR head commit 78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T07:50:40.827Z] Merge succeeded, producing 78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T07:50:40.828Z] Checking out Revision 78019c5e9566ac125a1df2eafe5492b342e170b1 (PR-2802) [2020-10-16T07:50:40.421Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T07:50:40.436Z] > git checkout -f 78019c5e9566ac125a1df2eafe5492b342e170b1 # timeout=10 [2020-10-16T07:50:40.746Z] > git remote # timeout=10 [2020-10-16T07:50:40.764Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T07:50:40.781Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T07:50:40.793Z] > git merge bf07e1ea75fdced3aa7682c431f6de3bff686831 # timeout=10 [2020-10-16T07:50:40.815Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T07:50:40.835Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T07:50:40.888Z] > git checkout -f 78019c5e9566ac125a1df2eafe5492b342e170b1 # timeout=10 [2020-10-16T07:50:45.492Z] Commit message: "docs(all): Add multiple responses schemas to V2 Swagger files" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T07:50:46.426Z] ========================================================= [2020-10-16T07:50:46.426Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T07:50:46.426Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:50:47.370Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-16T07:50:50.172Z] Sending build context to Docker daemon 164.9MB [2020-10-16T07:50:50.172Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-16T07:50:50.172Z] Step 2/7 : FROM ${BASE} [2020-10-16T07:50:50.172Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T07:50:50.172Z] b538f80385f9: Pulling fs layer [2020-10-16T07:50:50.172Z] 74f711af9a0d: Pulling fs layer [2020-10-16T07:50:50.172Z] 99f96fe45779: Pulling fs layer [2020-10-16T07:50:50.172Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T07:50:50.172Z] 45590311c82a: Pulling fs layer [2020-10-16T07:50:50.172Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T07:50:50.172Z] 209524e5b208: Pulling fs layer [2020-10-16T07:50:50.172Z] 8529a6b9a6be: Waiting [2020-10-16T07:50:50.172Z] 45590311c82a: Waiting [2020-10-16T07:50:50.172Z] 69ca0ff8b7b3: Waiting [2020-10-16T07:50:50.172Z] 209524e5b208: Waiting [2020-10-16T07:50:50.455Z] 99f96fe45779: Verifying Checksum [2020-10-16T07:50:50.455Z] 99f96fe45779: Download complete [2020-10-16T07:50:50.455Z] 74f711af9a0d: Verifying Checksum [2020-10-16T07:50:50.455Z] 74f711af9a0d: Download complete [2020-10-16T07:50:50.455Z] 45590311c82a: Verifying Checksum [2020-10-16T07:50:50.455Z] 45590311c82a: Download complete [2020-10-16T07:50:50.455Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-16T07:50:50.455Z] 69ca0ff8b7b3: Download complete [2020-10-16T07:50:50.455Z] b538f80385f9: Verifying Checksum [2020-10-16T07:50:50.455Z] b538f80385f9: Download complete [2020-10-16T07:50:51.078Z] b538f80385f9: Pull complete [2020-10-16T07:50:51.706Z] 74f711af9a0d: Pull complete [2020-10-16T07:50:52.322Z] 99f96fe45779: Pull complete [2020-10-16T07:50:52.937Z] 209524e5b208: Verifying Checksum [2020-10-16T07:50:53.540Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:50:53.540Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:50:53.540Z] ---> 11e227abb775 [2020-10-16T07:50:53.540Z] Step 3/24 : WORKDIR /edgex-go [2020-10-16T07:50:53.540Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:50:53.540Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:50:53.540Z] ---> 11e227abb775 [2020-10-16T07:50:53.541Z] Step 3/26 : WORKDIR /edgex-go [2020-10-16T07:50:53.541Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:50:53.541Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:50:53.541Z] ---> 11e227abb775 [2020-10-16T07:50:53.541Z] Step 3/21 : WORKDIR /edgex-go [2020-10-16T07:50:53.541Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:50:53.541Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:50:53.541Z] ---> 11e227abb775 [2020-10-16T07:50:53.541Z] Step 3/20 : WORKDIR /edgex-go [2020-10-16T07:50:53.541Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:50:53.541Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:50:53.541Z] ---> 11e227abb775 [2020-10-16T07:50:53.541Z] Step 3/27 : WORKDIR /edgex-go [2020-10-16T07:50:53.541Z] ---> Running in e7de97d1ffcb [2020-10-16T07:50:53.541Z] ---> Running in ffc0469d3c01 [2020-10-16T07:50:53.541Z] ---> Running in d15ad5aa8a45 [2020-10-16T07:50:53.541Z] ---> Running in 4e6c8e2f8eeb [2020-10-16T07:50:53.541Z] ---> Running in 380eb965a2e8 [2020-10-16T07:50:53.541Z] Removing intermediate container e7de97d1ffcb [2020-10-16T07:50:53.541Z] ---> 66035f5c2f30 [2020-10-16T07:50:53.541Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:50:53.541Z] Removing intermediate container ffc0469d3c01 [2020-10-16T07:50:53.541Z] ---> 76389fac8be3 [2020-10-16T07:50:53.541Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:50:53.541Z] Removing intermediate container d15ad5aa8a45 [2020-10-16T07:50:53.541Z] ---> 3ed751600162 [2020-10-16T07:50:53.541Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:50:53.541Z] Removing intermediate container 4e6c8e2f8eeb [2020-10-16T07:50:53.541Z] ---> e021116579ca [2020-10-16T07:50:53.541Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:50:53.541Z] Removing intermediate container 380eb965a2e8 [2020-10-16T07:50:53.541Z] ---> 0856175d1352 [2020-10-16T07:50:53.541Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:50:53.541Z] ---> Running in 0700e5c517cd [2020-10-16T07:50:53.541Z] ---> Running in 45e83b1e6bac [2020-10-16T07:50:53.541Z] ---> Running in 4c2db886a487 [2020-10-16T07:50:53.541Z] ---> Running in aad96ba4e116 [2020-10-16T07:50:53.541Z] ---> Running in 82a121814200 [2020-10-16T07:50:53.811Z] Removing intermediate container 4c2db886a487 [2020-10-16T07:50:53.811Z] ---> bba8feb837e0 [2020-10-16T07:50:53.811Z] Step 5/21 : RUN apk update && apk add make git [2020-10-16T07:50:54.076Z] ---> Running in e7d5a77b10a5 [2020-10-16T07:50:54.076Z] Removing intermediate container 0700e5c517cd [2020-10-16T07:50:54.076Z] ---> 70f14687fa4f [2020-10-16T07:50:54.076Z] Step 5/26 : RUN apk update && apk add make git [2020-10-16T07:50:54.076Z] Removing intermediate container 45e83b1e6bac [2020-10-16T07:50:54.076Z] ---> 9e0141d9ad66 [2020-10-16T07:50:54.076Z] Step 5/20 : RUN apk update && apk add make git [2020-10-16T07:50:54.349Z] ---> Running in 7a27d2bf6acf [2020-10-16T07:50:54.349Z] ---> Running in e227cefd8a99 [2020-10-16T07:50:54.429Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T07:50:54.429Z] 8529a6b9a6be: Download complete [2020-10-16T07:50:54.622Z] Removing intermediate container 82a121814200 [2020-10-16T07:50:54.622Z] ---> d10866b0416b [2020-10-16T07:50:54.622Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-16T07:50:54.622Z] Removing intermediate container aad96ba4e116 [2020-10-16T07:50:54.622Z] ---> 2aa46144967d [2020-10-16T07:50:54.622Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-16T07:50:54.887Z] ---> Running in 458aeac06cf4 [2020-10-16T07:50:54.887Z] ---> Running in 808b7ce986e8 [2020-10-16T07:50:55.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:50:55.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:50:55.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:50:55.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:50:55.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:50:55.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:50:56.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:50:56.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:50:56.481Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:50:56.481Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:50:56.481Z] OK: 12752 distinct packages available [2020-10-16T07:50:56.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:50:56.757Z] OK: 233 MiB in 51 packages [2020-10-16T07:50:56.757Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:50:56.757Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:50:56.757Z] OK: 12752 distinct packages available [2020-10-16T07:50:57.022Z] OK: 233 MiB in 51 packages [2020-10-16T07:50:57.022Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:50:57.022Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:50:57.022Z] OK: 12752 distinct packages available [2020-10-16T07:50:57.286Z] Removing intermediate container e7d5a77b10a5 [2020-10-16T07:50:57.286Z] ---> b81c977511b3 [2020-10-16T07:50:57.286Z] Step 6/21 : COPY go.mod . [2020-10-16T07:50:57.286Z] OK: 233 MiB in 51 packages [2020-10-16T07:50:57.562Z] ---> 6c14d62a9e08 [2020-10-16T07:50:57.562Z] Step 7/21 : RUN go mod download [2020-10-16T07:50:57.562Z] Removing intermediate container 808b7ce986e8 [2020-10-16T07:50:57.562Z] ---> 3b7f964785d3 [2020-10-16T07:50:57.562Z] Step 6/27 : COPY go.mod . [2020-10-16T07:50:57.851Z] ---> Running in f2b5c2070a44 [2020-10-16T07:50:58.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:50:58.122Z] Removing intermediate container 7a27d2bf6acf [2020-10-16T07:50:58.122Z] ---> c40c6c52e001 [2020-10-16T07:50:58.122Z] Step 6/26 : COPY go.mod . [2020-10-16T07:50:58.122Z] ---> cfbe344e528f [2020-10-16T07:50:58.122Z] Step 7/27 : RUN go mod download [2020-10-16T07:50:58.122Z] ---> Running in 1caee9e1fe56 [2020-10-16T07:50:58.402Z] ---> 263c641512b6 [2020-10-16T07:50:58.402Z] Step 7/26 : RUN go mod download [2020-10-16T07:50:58.689Z] ---> Running in 71156603ec6a [2020-10-16T07:50:59.035Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:50:59.035Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:50:59.035Z] OK: 12752 distinct packages available [2020-10-16T07:50:59.035Z] OK: 233 MiB in 51 packages [2020-10-16T07:50:59.685Z] Removing intermediate container 1caee9e1fe56 [2020-10-16T07:50:59.685Z] ---> 217ec15bf9f7 [2020-10-16T07:50:59.685Z] Step 8/27 : COPY . . [2020-10-16T07:50:59.951Z] Removing intermediate container f2b5c2070a44 [2020-10-16T07:50:59.951Z] ---> f076616385d4 [2020-10-16T07:50:59.951Z] Step 8/21 : COPY . . [2020-10-16T07:50:59.951Z] Removing intermediate container 71156603ec6a [2020-10-16T07:50:59.951Z] ---> 61ae680793b6 [2020-10-16T07:50:59.951Z] Step 8/26 : COPY . . [2020-10-16T07:50:59.951Z] Removing intermediate container e227cefd8a99 [2020-10-16T07:50:59.951Z] ---> 0cd9cff7a7ae [2020-10-16T07:50:59.951Z] Step 6/20 : COPY go.mod . [2020-10-16T07:51:00.927Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:51:00.927Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:51:00.927Z] OK: 12752 distinct packages available [2020-10-16T07:51:01.929Z] OK: 233 MiB in 51 packages [2020-10-16T07:51:04.546Z] ---> 99083d6a9ebe [2020-10-16T07:51:04.546Z] Step 7/20 : RUN go mod download [2020-10-16T07:51:04.728Z] 8529a6b9a6be: Pull complete [2020-10-16T07:51:04.728Z] 45590311c82a: Pull complete [2020-10-16T07:51:05.031Z] 69ca0ff8b7b3: Pull complete [2020-10-16T07:51:08.797Z] ---> Running in 032801f817a9 [2020-10-16T07:51:09.374Z] 209524e5b208: Pull complete [2020-10-16T07:51:09.374Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T07:51:09.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T07:51:09.374Z] ---> 5bddaf1c2fca [2020-10-16T07:51:09.374Z] 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-16T07:51:10.731Z] Removing intermediate container 458aeac06cf4 [2020-10-16T07:51:10.731Z] ---> 64f756f721a1 [2020-10-16T07:51:10.731Z] Step 6/24 : COPY go.mod . [2020-10-16T07:51:12.818Z] ---> Running in 016afaeb2092 [2020-10-16T07:51:14.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:51:15.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:51:17.194Z] (1/12) Installing libmagic (5.38-r0) [2020-10-16T07:51:17.401Z] ---> e0efbee73527 [2020-10-16T07:51:17.401Z] Step 7/24 : RUN go mod download [2020-10-16T07:51:17.466Z] (2/12) Installing file (5.38-r0) [2020-10-16T07:51:17.754Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-16T07:51:17.754Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-16T07:51:20.001Z] ---> Running in 746b7966fbf3 [2020-10-16T07:51:23.166Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-16T07:51:23.166Z] (6/12) Installing patch (2.7.6-r6) [2020-10-16T07:51:23.166Z] (7/12) Installing build-base (0.5-r2) [2020-10-16T07:51:23.166Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-16T07:51:23.166Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-16T07:51:23.166Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-16T07:51:23.166Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-16T07:51:23.326Z] Removing intermediate container 032801f817a9 [2020-10-16T07:51:23.326Z] ---> 40ee2ed98bd9 [2020-10-16T07:51:23.326Z] Step 8/20 : COPY . . [2020-10-16T07:51:23.440Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-16T07:51:23.440Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:51:23.440Z] OK: 217 MiB in 51 packages [2020-10-16T07:51:27.792Z] Removing intermediate container 016afaeb2092 [2020-10-16T07:51:27.792Z] ---> bea54e6b158f [2020-10-16T07:51:27.792Z] Step 4/7 : WORKDIR /edgex-go [2020-10-16T07:51:27.792Z] ---> Running in 05d5695a161e [2020-10-16T07:51:28.064Z] Removing intermediate container 05d5695a161e [2020-10-16T07:51:28.064Z] ---> 74d37f8c7f8d [2020-10-16T07:51:28.064Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-16T07:51:28.339Z] latest: Pulling from library/docker [2020-10-16T07:51:28.618Z] b538f80385f9: Already exists [2020-10-16T07:51:28.791Z] ---> ebdba18c3887 [2020-10-16T07:51:28.792Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-16T07:51:28.792Z] ---> 466348c62a42 [2020-10-16T07:51:28.792Z] 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-16T07:51:28.792Z] ---> fb1a3b38cdca [2020-10-16T07:51:28.792Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-16T07:51:28.895Z] 259a493cd78d: Pulling fs layer [2020-10-16T07:51:28.895Z] b8e66b5100f5: Pulling fs layer [2020-10-16T07:51:28.895Z] 7f8258a56ab6: Pulling fs layer [2020-10-16T07:51:28.895Z] 75a0a0ebb566: Pulling fs layer [2020-10-16T07:51:28.895Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-16T07:51:28.895Z] 294320357d30: Pulling fs layer [2020-10-16T07:51:28.895Z] 75a0a0ebb566: Waiting [2020-10-16T07:51:28.895Z] 4a2c62f0a2a3: Waiting [2020-10-16T07:51:28.895Z] 294320357d30: Waiting [2020-10-16T07:51:28.895Z] b8e66b5100f5: Verifying Checksum [2020-10-16T07:51:28.895Z] b8e66b5100f5: Download complete [2020-10-16T07:51:28.895Z] 259a493cd78d: Verifying Checksum [2020-10-16T07:51:28.895Z] 75a0a0ebb566: Verifying Checksum [2020-10-16T07:51:28.895Z] 75a0a0ebb566: Download complete [2020-10-16T07:51:29.052Z] ---> Running in 2690cee87ff5 [2020-10-16T07:51:29.052Z] ---> Running in 190d43028261 [2020-10-16T07:51:29.201Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-16T07:51:29.201Z] 4a2c62f0a2a3: Download complete [2020-10-16T07:51:29.201Z] 294320357d30: Verifying Checksum [2020-10-16T07:51:29.201Z] 294320357d30: Download complete [2020-10-16T07:51:29.803Z] 259a493cd78d: Pull complete [2020-10-16T07:51:30.077Z] b8e66b5100f5: Pull complete [2020-10-16T07:51:30.077Z] 7f8258a56ab6: Verifying Checksum [2020-10-16T07:51:30.077Z] 7f8258a56ab6: Download complete [2020-10-16T07:51:30.447Z] ---> Running in 3b379b03219b [2020-10-16T07:51:30.447Z] Removing intermediate container 746b7966fbf3 [2020-10-16T07:51:30.447Z] ---> e2f2de44e99d [2020-10-16T07:51:30.447Z] Step 8/24 : COPY . . [2020-10-16T07:51:32.370Z] 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-16T07:51:33.484Z] 7f8258a56ab6: Pull complete [2020-10-16T07:51:33.756Z] 75a0a0ebb566: Pull complete [2020-10-16T07:51:33.760Z] 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-16T07:51:34.028Z] 4a2c62f0a2a3: Pull complete [2020-10-16T07:51:34.622Z] 294320357d30: Pull complete [2020-10-16T07:51:34.622Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-16T07:51:34.622Z] Status: Downloaded newer image for docker:latest [2020-10-16T07:51:37.094Z] 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-16T07:51:38.034Z] ---> 6d34482e724e [2020-10-16T07:51:38.034Z] Step 6/7 : COPY go.mod . [2020-10-16T07:51:38.633Z] ---> 441332c09321 [2020-10-16T07:51:38.633Z] Step 7/7 : RUN go mod download [2020-10-16T07:51:38.633Z] ---> Running in f71cbf6a8a20 [2020-10-16T07:51:43.756Z] ---> ee359457b7e1 [2020-10-16T07:51:43.756Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-16T07:51:43.756Z] ---> Running in 525253a9d38c [2020-10-16T07:51:45.688Z] 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-16T07:51:53.926Z] ---> dbc592c5968a [2020-10-16T07:51:53.926Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-16T07:51:53.926Z] ---> Running in 844002b4b1e0 [2020-10-16T07:51:54.885Z] 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-16T07:51:56.290Z] 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-16T07:52:00.546Z] 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-16T07:52:00.546Z] Removing intermediate container 190d43028261 [2020-10-16T07:52:00.546Z] ---> 8609e2e8a0c6 [2020-10-16T07:52:00.546Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-16T07:52:00.546Z] ---> Running in cb4d501c551a [2020-10-16T07:52:01.512Z] 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-16T07:52:05.466Z] Removing intermediate container f71cbf6a8a20 [2020-10-16T07:52:05.466Z] ---> c8611e591680 [2020-10-16T07:52:05.466Z] Successfully built c8611e591680 [2020-10-16T07:52:05.466Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:52:05.770Z] Removing intermediate container 3b379b03219b [2020-10-16T07:52:05.770Z] ---> 9ec26dc06535 [2020-10-16T07:52:05.770Z] [2020-10-16T07:52:05.770Z] Step 10/21 : FROM scratch [2020-10-16T07:52:05.770Z] ---> [2020-10-16T07:52:05.770Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T07:52:05.874Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T07:52:05.875Z] . [Pipeline] withDockerContainer [2020-10-16T07:52:06.117Z] prd-ubuntu18.04-docker-arm64-4c-16g-5822 does not seem to be running inside a container [2020-10-16T07:52:06.213Z] $ 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 ******** ci-base-image-arm64 cat [2020-10-16T07:52:06.358Z] Removing intermediate container 2690cee87ff5 [2020-10-16T07:52:06.358Z] ---> 329953232587 [2020-10-16T07:52:06.358Z] [2020-10-16T07:52:06.358Z] Step 10/26 : FROM alpine:3.10 [2020-10-16T07:52:06.358Z] ---> Running in 8d9a3ec37fee [2020-10-16T07:52:06.358Z] Removing intermediate container cb4d501c551a [2020-10-16T07:52:06.358Z] ---> 1af21572495b [2020-10-16T07:52:06.358Z] [2020-10-16T07:52:06.358Z] Step 11/27 : FROM docker:latest [2020-10-16T07:52:06.358Z] ---> 809cc4dba987 [2020-10-16T07:52:06.358Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-16T07:52:06.358Z] ---> Running in f8654048ed36 [2020-10-16T07:52:06.358Z] Removing intermediate container 8d9a3ec37fee [2020-10-16T07:52:06.358Z] ---> 08b1486d2f69 [2020-10-16T07:52:06.358Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-16T07:52:06.623Z] 3.10: Pulling from library/alpine [2020-10-16T07:52:07.573Z] ---> Running in 7de83657c0eb [2020-10-16T07:52:07.841Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-16T07:52:07.841Z] Status: Downloaded newer image for alpine:3.10 [2020-10-16T07:52:07.841Z] ---> be4e4bea2c2e [2020-10-16T07:52:07.841Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-16T07:52:08.043Z] $ docker top a4b86ec4ff8b59d84daf5dcc4d54a142d2cac9ee4ffe1d25c3e54b8897bc9973 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:52:08.456Z] ---> Running in c09d58b0aed3 [2020-10-16T07:52:08.456Z] Removing intermediate container 7de83657c0eb [2020-10-16T07:52:08.456Z] ---> 8573ab059b0b [2020-10-16T07:52:08.456Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-16T07:52:08.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:52:08.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:52:08.456Z] ---> Running in a6ec42ec083e [2020-10-16T07:52:08.728Z] (1/2) Installing readline (8.0.4-r0) [2020-10-16T07:52:08.728Z] (2/2) Installing bash (5.0.17-r0) [2020-10-16T07:52:08.728Z] Executing bash-5.0.17-r0.post-install [2020-10-16T07:52:08.728Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:52:09.002Z] OK: 12 MiB in 22 packages [2020-10-16T07:52:09.002Z] Removing intermediate container a6ec42ec083e [2020-10-16T07:52:09.002Z] ---> e797cfe69687 [2020-10-16T07:52:09.002Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-16T07:52:09.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:52:09.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:52:09.479Z] + go version [2020-10-16T07:52:09.479Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T07:52:09.505Z] $ docker stop --time=1 a4b86ec4ff8b59d84daf5dcc4d54a142d2cac9ee4ffe1d25c3e54b8897bc9973 [2020-10-16T07:52:09.534Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-16T07:52:09.534Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-16T07:52:09.534Z] OK: 10346 distinct packages available [2020-10-16T07:52:09.534Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-16T07:52:09.796Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-16T07:52:09.796Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-16T07:52:09.796Z] (4/5) Installing curl (7.66.0-r1) [2020-10-16T07:52:09.796Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-16T07:52:09.796Z] Executing busybox-1.30.1-r3.trigger [2020-10-16T07:52:09.796Z] Executing ca-certificates-20191127-r2.trigger [2020-10-16T07:52:10.055Z] OK: 7 MiB in 19 packages [2020-10-16T07:52:11.454Z] ---> a6ca771500c9 [2020-10-16T07:52:11.454Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-16T07:52:11.454Z] Removing intermediate container 525253a9d38c [2020-10-16T07:52:11.454Z] ---> cf53183c3688 [2020-10-16T07:52:11.454Z] [2020-10-16T07:52:11.454Z] Step 10/20 : FROM alpine [2020-10-16T07:52:11.461Z] $ docker rm -f a4b86ec4ff8b59d84daf5dcc4d54a142d2cac9ee4ffe1d25c3e54b8897bc9973 [2020-10-16T07:52:11.721Z] Removing intermediate container f8654048ed36 [2020-10-16T07:52:11.721Z] ---> 2b901daf47a2 [2020-10-16T07:52:11.721Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-16T07:52:11.721Z] latest: Pulling from library/alpine [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-16T07:52:11.982Z] ---> Running in a542c2948e5a [2020-10-16T07:52:11.982Z] ---> 94f74a08d63a [2020-10-16T07:52:11.982Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-16T07:52:11.982Z] Removing intermediate container c09d58b0aed3 [2020-10-16T07:52:11.982Z] ---> e2af888c4170 [2020-10-16T07:52:11.982Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T07:52:11.982Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:52:12.257Z] Status: Downloaded newer image for alpine:latest [2020-10-16T07:52:12.257Z] ---> a24bb4013296 [2020-10-16T07:52:12.257Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-16T07:52:12.257Z] ---> Running in efd59b42980c [2020-10-16T07:52:12.524Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T07:52:12.524Z] . [2020-10-16T07:52:12.529Z] ---> Running in f62a00a9c4bd [2020-10-16T07:52:12.529Z] ---> d98c2da1bb9d [2020-10-16T07:52:12.529Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [Pipeline] withDockerContainer [2020-10-16T07:52:12.769Z] prd-ubuntu18.04-docker-arm64-4c-16g-5822 does not seem to be running inside a container [2020-10-16T07:52:12.789Z] ---> Running in 285937d56afa [2020-10-16T07:52:12.789Z] Removing intermediate container efd59b42980c [2020-10-16T07:52:12.789Z] ---> 1b14bdb4bc55 [2020-10-16T07:52:12.789Z] Step 13/26 : WORKDIR / [2020-10-16T07:52:12.857Z] $ 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 ******** ci-base-image-arm64 cat [2020-10-16T07:52:13.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:52:13.363Z] ---> Running in 2675e5dfb5aa [2020-10-16T07:52:13.363Z] Removing intermediate container 285937d56afa [2020-10-16T07:52:13.363Z] ---> 9671ec055792 [2020-10-16T07:52:13.363Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:52:13.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:52:13.629Z] ---> Running in 2cc500a72288 [2020-10-16T07:52:13.629Z] v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:52:13.629Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:52:13.629Z] OK: 12750 distinct packages available [2020-10-16T07:52:13.629Z] Removing intermediate container 2675e5dfb5aa [2020-10-16T07:52:13.629Z] ---> f904c2df1d33 [2020-10-16T07:52:13.629Z] 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-16T07:52:13.892Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-16T07:52:13.892Z] Removing intermediate container 2cc500a72288 [2020-10-16T07:52:13.892Z] ---> ce27dc43f499 [2020-10-16T07:52:13.892Z] Step 19/21 : LABEL arch=x86_64 [2020-10-16T07:52:13.892Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T07:52:13.892Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-16T07:52:13.892Z] (4/4) Installing curl (7.69.1-r1) [2020-10-16T07:52:13.892Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:52:13.892Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T07:52:14.154Z] OK: 7 MiB in 18 packages [2020-10-16T07:52:14.322Z] $ docker top 53109ca5a930c05baa9aaa70fa4c7f56d54a65db983077defbffb2f0ccb3e26d -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-16T07:52:14.702Z] ========================================================= [2020-10-16T07:52:14.702Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-16T07:52:14.702Z] ========================================================= [Pipeline] sh [2020-10-16T07:52:15.355Z] + make test [2020-10-16T07:52:15.355Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-16T07:52:16.067Z] Removing intermediate container a542c2948e5a [2020-10-16T07:52:16.067Z] ---> 7501e5b9d607 [2020-10-16T07:52:16.067Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-16T07:52:16.332Z] ---> b6e8b8c870d2 [2020-10-16T07:52:16.332Z] 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-16T07:52:16.332Z] ---> Running in 4f595ca2cac5 [2020-10-16T07:52:16.332Z] ---> Running in 8935e60a021b [2020-10-16T07:52:16.333Z] Removing intermediate container 844002b4b1e0 [2020-10-16T07:52:16.333Z] ---> 0412f8d47923 [2020-10-16T07:52:16.333Z] [2020-10-16T07:52:16.333Z] Step 10/24 : FROM scratch [2020-10-16T07:52:16.333Z] ---> [2020-10-16T07:52:16.333Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T07:52:16.907Z] Removing intermediate container 4f595ca2cac5 [2020-10-16T07:52:16.907Z] ---> 0369ddf43213 [2020-10-16T07:52:16.907Z] Step 20/21 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T07:52:16.907Z] ---> 794157d08430 [2020-10-16T07:52:16.907Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-16T07:52:16.907Z] ---> Running in 968ebecd6233 [2020-10-16T07:52:17.168Z] Removing intermediate container 8935e60a021b [2020-10-16T07:52:17.168Z] ---> 698fa71a7abf [2020-10-16T07:52:17.168Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-16T07:52:17.168Z] ---> Running in 3160f0a1a28a [2020-10-16T07:52:17.168Z] Removing intermediate container f62a00a9c4bd [2020-10-16T07:52:17.168Z] ---> a1ff7e901626 [2020-10-16T07:52:17.168Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T07:52:17.429Z] Removing intermediate container 968ebecd6233 [2020-10-16T07:52:17.429Z] ---> 73b313a73a38 [2020-10-16T07:52:17.429Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-16T07:52:17.429Z] ---> Running in 6c99508a0433 [2020-10-16T07:52:17.429Z] ---> Running in 9107b2d0a167 [2020-10-16T07:52:17.429Z] ---> Running in b1cd0f08bef0 [2020-10-16T07:52:17.429Z] ---> 2af8ff409eb7 [2020-10-16T07:52:17.429Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-16T07:52:17.690Z] Removing intermediate container 3160f0a1a28a [2020-10-16T07:52:17.690Z] ---> 450da95edcd4 [2020-10-16T07:52:17.690Z] Step 21/21 : LABEL version=0.0.0 [2020-10-16T07:52:17.690Z] ---> Running in 6a4d068d6c19 [2020-10-16T07:52:17.951Z] Removing intermediate container 6c99508a0433 [2020-10-16T07:52:17.951Z] ---> 4744287fcd61 [2020-10-16T07:52:17.951Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-16T07:52:17.985Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-16T07:52:18.215Z] Removing intermediate container b1cd0f08bef0 [2020-10-16T07:52:18.215Z] ---> 6d2caa0f6fa8 [2020-10-16T07:52:18.215Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T07:52:18.215Z] Removing intermediate container 9107b2d0a167 [2020-10-16T07:52:18.215Z] ---> d4c21baeea93 [2020-10-16T07:52:18.215Z] Step 13/20 : WORKDIR /edgex [2020-10-16T07:52:18.215Z] ---> b08bf924c3b1 [2020-10-16T07:52:18.215Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-16T07:52:18.215Z] ---> Running in 09d1d75a0f74 [2020-10-16T07:52:18.215Z] ---> Running in d5a7f9588018 [2020-10-16T07:52:18.477Z] ---> Running in 18e171050c18 [2020-10-16T07:52:18.477Z] Removing intermediate container 6a4d068d6c19 [2020-10-16T07:52:18.477Z] ---> 2f2e089b0c43 [2020-10-16T07:52:18.477Z] [2020-10-16T07:52:18.743Z] Removing intermediate container d5a7f9588018 [2020-10-16T07:52:18.743Z] ---> 8511f757905f [2020-10-16T07:52:18.743Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-16T07:52:18.743Z] Successfully built 2f2e089b0c43 [2020-10-16T07:52:18.743Z] Removing intermediate container 09d1d75a0f74 [2020-10-16T07:52:18.743Z] ---> 085b4aea6927 [2020-10-16T07:52:18.743Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-16T07:52:18.743Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-16T07:52:18.743Z] Building docker-core-command-go [2020-10-16T07:52:18.743Z]  Building docker-support-scheduler-go ... done  ---> f6ae1be63681 [2020-10-16T07:52:18.743Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-16T07:52:19.009Z] Removing intermediate container 18e171050c18 [2020-10-16T07:52:19.009Z] ---> 4a866aec3c04 [2020-10-16T07:52:19.009Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-16T07:52:19.276Z] ---> 32587bf56329 [2020-10-16T07:52:19.276Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-16T07:52:19.276Z] ---> 6118adba9a3c [2020-10-16T07:52:19.276Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-16T07:52:19.542Z] ---> fec86ee09630 [2020-10-16T07:52:19.542Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-16T07:52:23.766Z] ---> 3536c8944ce8 [2020-10-16T07:52:23.766Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-16T07:52:23.766Z] ---> 339b44ae74b7 [2020-10-16T07:52:23.766Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-16T07:52:23.766Z] ---> 9fe73274c7b9 [2020-10-16T07:52:23.766Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-16T07:52:23.766Z] ---> b45c9a731ada [2020-10-16T07:52:23.766Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-16T07:52:24.338Z] ---> Running in 074addebd0a6 [2020-10-16T07:52:24.600Z] ---> 6ca59c6ca791 [2020-10-16T07:52:24.600Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T07:52:24.600Z] ---> 63efcffbc022 [2020-10-16T07:52:24.600Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-16T07:52:24.600Z] Removing intermediate container 074addebd0a6 [2020-10-16T07:52:24.600Z] ---> c8b46d463ad8 [2020-10-16T07:52:24.600Z] Step 17/20 : CMD ["--init=true"] [2020-10-16T07:52:25.184Z] ---> 549549ef36c3 [2020-10-16T07:52:25.184Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-16T07:52:25.761Z] ---> Running in 9b19489bb1d8 [2020-10-16T07:52:27.159Z] ---> Running in eb1a23499725 [2020-10-16T07:52:28.115Z] ---> 82ba14e867a8 [2020-10-16T07:52:28.115Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T07:52:29.063Z] ---> 00dbdd0f7859 [2020-10-16T07:52:29.063Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-16T07:52:30.453Z] Removing intermediate container eb1a23499725 [2020-10-16T07:52:30.453Z] ---> 48b92871a2ea [2020-10-16T07:52:30.453Z] Step 18/20 : LABEL arch=x86_64 [2020-10-16T07:52:30.717Z] ---> Running in 20610f6c7700 [2020-10-16T07:52:30.978Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:52:30.978Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:52:30.978Z] ---> 11e227abb775 [2020-10-16T07:52:30.978Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T07:52:30.978Z] ---> Using cache [2020-10-16T07:52:30.978Z] ---> e021116579ca [2020-10-16T07:52:30.978Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:52:30.978Z] ---> Using cache [2020-10-16T07:52:30.978Z] ---> 2aa46144967d [2020-10-16T07:52:30.978Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T07:52:31.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:52:31.927Z] ---> Running in 55b42933167d [2020-10-16T07:52:31.927Z] ---> Running in b947f8254760 [2020-10-16T07:52:31.927Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:52:31.927Z] ---> 917ee7ece18c [2020-10-16T07:52:31.927Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-16T07:52:32.190Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-16T07:52:32.190Z] (2/33) Installing expat (2.2.9-r1) [2020-10-16T07:52:32.190Z] (3/33) Installing libffi (3.3-r2) [2020-10-16T07:52:32.191Z] (4/33) Installing gdbm (1.13-r1) [2020-10-16T07:52:32.191Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-16T07:52:32.191Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-16T07:52:32.191Z] Removing intermediate container 55b42933167d [2020-10-16T07:52:32.191Z] ---> 5ed073844689 [2020-10-16T07:52:32.191Z] Step 19/20 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T07:52:32.191Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-16T07:52:34.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:52:34.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:52:34.948Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:52:34.948Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:52:34.948Z] OK: 12752 distinct packages available [2020-10-16T07:52:35.209Z] ---> e556a33afcf9 [2020-10-16T07:52:35.209Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-16T07:52:35.209Z] OK: 233 MiB in 51 packages [2020-10-16T07:52:35.469Z] ---> Running in e7fd8c559e63 [2020-10-16T07:52:35.729Z] ---> Running in b34d52253126 [2020-10-16T07:52:35.729Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-16T07:52:35.729Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-16T07:52:35.729Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-16T07:52:35.729Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-16T07:52:35.729Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-16T07:52:35.729Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-16T07:52:35.729Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-16T07:52:36.302Z] Removing intermediate container e7fd8c559e63 [2020-10-16T07:52:36.302Z] ---> 76822cafb263 [2020-10-16T07:52:36.302Z] Step 20/20 : LABEL version=0.0.0 [2020-10-16T07:52:36.302Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-16T07:52:36.563Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-16T07:52:36.563Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-16T07:52:36.824Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-16T07:52:36.824Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-16T07:52:37.086Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-16T07:52:37.086Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-16T07:52:37.086Z] ---> Running in f8ec51fdea99 [2020-10-16T07:52:37.086Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-16T07:52:37.086Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-16T07:52:37.086Z] Removing intermediate container b34d52253126 [2020-10-16T07:52:37.086Z] ---> 34694c071838 [2020-10-16T07:52:37.086Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:52:37.345Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-16T07:52:37.693Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-16T07:52:37.693Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-16T07:52:37.693Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-16T07:52:37.693Z] ---> Running in 8de17e6c2563 [2020-10-16T07:52:37.693Z] Removing intermediate container 20610f6c7700 [2020-10-16T07:52:37.693Z] ---> f316f8350bd3 [2020-10-16T07:52:37.693Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T07:52:38.024Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-16T07:52:38.024Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-16T07:52:38.024Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-16T07:52:38.024Z] Removing intermediate container b947f8254760 [2020-10-16T07:52:38.024Z] ---> 29a94d5933d9 [2020-10-16T07:52:38.024Z] Step 6/22 : COPY go.mod . [2020-10-16T07:52:38.024Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-16T07:52:38.024Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-16T07:52:38.024Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-16T07:52:38.024Z] Removing intermediate container f8ec51fdea99 [2020-10-16T07:52:38.024Z] ---> c3b544cf4091 [2020-10-16T07:52:38.024Z] [2020-10-16T07:52:38.353Z] ---> Running in b3af9d209f54 [2020-10-16T07:52:38.353Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:52:38.353Z] OK: 71 MiB in 55 packages [2020-10-16T07:52:38.353Z] Successfully built c3b544cf4091 [2020-10-16T07:52:39.105Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-16T07:52:39.105Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secrets-setup-go [2020-10-16T07:52:39.105Z] Removing intermediate container 8de17e6c2563 [2020-10-16T07:52:39.105Z] ---> e4388b0cb59c [2020-10-16T07:52:39.105Z] Step 22/24 : LABEL arch=x86_64 [2020-10-16T07:52:39.105Z] ---> 68ba653b5707 [2020-10-16T07:52:39.105Z] Step 7/22 : RUN go mod download [2020-10-16T07:52:39.105Z] ---> Running in 9a093b09f5f0 [2020-10-16T07:52:39.105Z] Removing intermediate container b3af9d209f54 [2020-10-16T07:52:39.105Z] ---> 91a51242eba3 [2020-10-16T07:52:39.105Z] Step 24/26 : LABEL arch=x86_64 [2020-10-16T07:52:39.105Z] ---> Running in 189c2cf00de6 [2020-10-16T07:52:39.687Z] ---> Running in d39bf440da00 [2020-10-16T07:52:42.994Z] Removing intermediate container 9a093b09f5f0 [2020-10-16T07:52:42.994Z] ---> 61faf2d232ee [2020-10-16T07:52:42.994Z] Step 23/24 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T07:52:43.937Z] Removing intermediate container d39bf440da00 [2020-10-16T07:52:43.937Z] ---> bdf6a452f067 [2020-10-16T07:52:43.937Z] Step 25/26 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T07:52:44.883Z] ---> Running in a96d91ad92e3 [2020-10-16T07:52:47.438Z] ---> Running in 27f48a1c5059 [2020-10-16T07:52:48.398Z] Removing intermediate container a96d91ad92e3 [2020-10-16T07:52:48.398Z] ---> fd549a7d2e4a [2020-10-16T07:52:48.398Z] Step 24/24 : LABEL version=0.0.0 [2020-10-16T07:52:49.338Z] Removing intermediate container 27f48a1c5059 [2020-10-16T07:52:49.338Z] ---> c16b46ec4c20 [2020-10-16T07:52:49.338Z] Step 26/26 : LABEL version=0.0.0 [2020-10-16T07:52:50.401Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-16T07:52:51.255Z] Removing intermediate container 189c2cf00de6 [2020-10-16T07:52:51.256Z] ---> e671e6530bff [2020-10-16T07:52:51.256Z] Step 8/22 : COPY . . [2020-10-16T07:52:51.517Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:52:51.517Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-16T07:52:51.517Z] ---> 11e227abb775 [2020-10-16T07:52:51.517Z] Step 3/29 : WORKDIR /edgex-go [2020-10-16T07:52:51.517Z] ---> Using cache [2020-10-16T07:52:51.517Z] ---> e021116579ca [2020-10-16T07:52:51.517Z] Step 4/29 : RUN apk update && apk add make git [2020-10-16T07:52:52.459Z] ---> Running in 502e2c64907d [2020-10-16T07:52:53.850Z] ---> Running in 67187475267f [2020-10-16T07:52:55.765Z] ---> Running in a0e25d047494 [2020-10-16T07:52:56.709Z] Removing intermediate container 502e2c64907d [2020-10-16T07:52:56.709Z] ---> caef4fa8a884 [2020-10-16T07:52:56.709Z] [2020-10-16T07:52:58.092Z] Successfully built caef4fa8a884 [2020-10-16T07:52:59.478Z] Successfully tagged docker-support-notifications-go:latest [2020-10-16T07:52:59.478Z]  Building docker-support-notifications-go ... done Building docker-support-logging-go [2020-10-16T07:53:01.406Z] Removing intermediate container 67187475267f [2020-10-16T07:53:01.406Z] ---> 73cf92255539 [2020-10-16T07:53:01.406Z] [2020-10-16T07:53:01.406Z] Successfully built 73cf92255539 [2020-10-16T07:53:01.681Z] Removing intermediate container 9b19489bb1d8 [2020-10-16T07:53:01.681Z] ---> 739782d1fb14 [2020-10-16T07:53:01.681Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-16T07:53:03.607Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-16T07:53:03.607Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2020-10-16T07:53:05.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:53:06.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:53:06.679Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:53:06.679Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:53:06.679Z] OK: 12752 distinct packages available [2020-10-16T07:53:06.944Z] OK: 233 MiB in 51 packages [2020-10-16T07:53:07.899Z] ---> Running in a570dcea98e9 [2020-10-16T07:53:08.776Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-16T07:53:08.777Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-16T07:53:08.777Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-16T07:53:08.777Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-16T07:53:08.777Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s [2020-10-16T07:53:08.777Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-16T07:53:08.777Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-16T07:53:08.777Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-16T07:53:10.225Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-16T07:53:12.131Z] Removing intermediate container a0e25d047494 [2020-10-16T07:53:12.131Z] ---> 25c0c7e77125 [2020-10-16T07:53:12.131Z] Step 5/29 : COPY go.mod . [2020-10-16T07:53:12.228Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-16T07:53:12.228Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-16T07:53:12.228Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-16T07:53:12.228Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-16T07:53:15.474Z] ---> 232d3299bf14 [2020-10-16T07:53:15.474Z] Step 6/29 : RUN go mod download [2020-10-16T07:53:16.421Z] ---> Running in 04b0dfb84a26 [2020-10-16T07:53:16.421Z] ---> aab6e339dacb [2020-10-16T07:53:16.421Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-16T07:53:17.419Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:53:17.419Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:53:17.419Z] ---> 11e227abb775 [2020-10-16T07:53:17.419Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T07:53:17.419Z] ---> Using cache [2020-10-16T07:53:17.419Z] ---> e021116579ca [2020-10-16T07:53:17.419Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:53:17.419Z] ---> Using cache [2020-10-16T07:53:17.419Z] ---> 2aa46144967d [2020-10-16T07:53:17.419Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-16T07:53:18.005Z] ---> Running in 19ac5c1704c6 [2020-10-16T07:53:18.610Z] Collecting docker-compose==1.23.2 [2020-10-16T07:53:18.876Z] ---> Running in 86dcc77e3c11 [2020-10-16T07:53:18.876Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-16T07:53:19.150Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-16T07:53:19.150Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-16T07:53:20.132Z] Collecting docker<4.0,>=3.6.0 [2020-10-16T07:53:20.132Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-16T07:53:20.132Z] 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-16T07:53:20.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:53:20.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements [2020-10-16T07:53:20.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-16T07:53:20.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-16T07:53:20.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-16T07:53:20.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-16T07:53:20.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-16T07:53:21.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:53:21.035Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:53:21.035Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:53:21.035Z] ---> 11e227abb775 [2020-10-16T07:53:21.035Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T07:53:21.035Z] ---> Using cache [2020-10-16T07:53:21.035Z] ---> e021116579ca [2020-10-16T07:53:21.035Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:53:21.039Z] ---> Using cache [2020-10-16T07:53:21.040Z] ---> 2aa46144967d [2020-10-16T07:53:21.040Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T07:53:21.040Z] ---> Using cache [2020-10-16T07:53:21.040Z] ---> 29a94d5933d9 [2020-10-16T07:53:21.040Z] Step 6/22 : COPY go.mod . [2020-10-16T07:53:21.040Z] ---> Using cache [2020-10-16T07:53:21.040Z] ---> 68ba653b5707 [2020-10-16T07:53:21.040Z] Step 7/22 : RUN go mod download [2020-10-16T07:53:21.040Z] ---> Using cache [2020-10-16T07:53:21.040Z] ---> e671e6530bff [2020-10-16T07:53:21.040Z] Step 8/22 : COPY . . [2020-10-16T07:53:21.040Z] ---> Using cache [2020-10-16T07:53:21.040Z] ---> aab6e339dacb [2020-10-16T07:53:21.040Z] Step 9/22 : RUN make cmd/core-metadata/core-metadataCollecting dockerpty<0.5,>=0.4.1 [2020-10-16T07:53:21.040Z] [2020-10-16T07:53:21.040Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-16T07:53:21.312Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:53:21.312Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:53:21.312Z] OK: 12752 distinct packages available [2020-10-16T07:53:21.577Z] OK: 233 MiB in 51 packages [2020-10-16T07:53:21.857Z] ---> Running in 5fad420803f9 [2020-10-16T07:53:21.857Z] OK: 233 MiB in 51 packages [2020-10-16T07:53:22.130Z] Removing intermediate container 04b0dfb84a26 [2020-10-16T07:53:22.130Z] ---> 95b716119a63 [2020-10-16T07:53:22.130Z] Step 7/29 : COPY . . [2020-10-16T07:53:23.098Z] 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-16T07:53:24.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.202s coverage: 27.1% of statements [2020-10-16T07:53:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-16T07:53:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-16T07:53:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-16T07:53:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-16T07:53:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-16T07:53:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-16T07:53:24.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2020-10-16T07:53:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-16T07:53:24.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.017s coverage: 100.0% of statements [2020-10-16T07:53:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-16T07:53:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-16T07:53:24.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.400s coverage: 85.5% of statements [2020-10-16T07:53:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-16T07:53:24.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-16T07:53:25.028Z] Collecting PyYAML<4,>=3.10 [2020-10-16T07:53:25.028Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-16T07:53:26.432Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.410s coverage: 88.9% of statements [2020-10-16T07:53:26.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-16T07:53:26.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-16T07:53:26.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-16T07:53:26.432Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-16T07:53:27.630Z] Collecting jsonschema<3,>=2.5.1 [2020-10-16T07:53:27.630Z] Removing intermediate container 86dcc77e3c11 [2020-10-16T07:53:27.630Z] ---> d7c31f1b3507 [2020-10-16T07:53:27.630Z] Step 6/22 : COPY go.mod . [2020-10-16T07:53:27.630Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-16T07:53:29.583Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-16T07:53:29.583Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-16T07:53:29.846Z] ---> d5aa462e0000 [2020-10-16T07:53:29.846Z] Step 7/22 : RUN go mod download [2020-10-16T07:53:30.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.482s coverage: 28.6% of statements [2020-10-16T07:53:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-16T07:53:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-16T07:53:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-16T07:53:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-16T07:53:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-16T07:53:30.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.096s coverage: 100.0% of statements [2020-10-16T07:53:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-16T07:53:30.868Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2020-10-16T07:53:30.868Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-16T07:53:31.272Z] Collecting cached-property<2,>=1.2.0 [2020-10-16T07:53:31.272Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-16T07:53:32.240Z] Collecting texttable<0.10,>=0.9.0 [2020-10-16T07:53:32.240Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-16T07:53:32.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.149s coverage: 86.7% of statements [2020-10-16T07:53:32.927Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-16T07:53:33.660Z] ---> Running in bc8b40a87221 [2020-10-16T07:53:34.248Z] Collecting docopt<0.7,>=0.6.1 [2020-10-16T07:53:34.248Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-16T07:53:34.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements [2020-10-16T07:53:34.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-16T07:53:34.706Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 100.0% of statements [2020-10-16T07:53:34.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-16T07:53:34.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-16T07:53:34.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-16T07:53:34.706Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-16T07:53:35.677Z] 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-16T07:53:35.677Z] Collecting docker-pycreds>=0.4.0 [2020-10-16T07:53:35.677Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-16T07:53:35.677Z] 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-16T07:53:35.677Z] 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-16T07:53:35.948Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-16T07:53:35.948Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-16T07:53:35.948Z] Collecting idna<2.8,>=2.5 [2020-10-16T07:53:35.948Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-16T07:53:36.230Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-16T07:53:36.230Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-16T07:53:36.230Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-16T07:53:36.230Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-16T07:53:36.509Z] Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, PyYAML, jsonschema, cached-property, texttable, docopt, docker-compose [2020-10-16T07:53:37.347Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.161s coverage: 96.1% of statements [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-16T07:53:37.347Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-16T07:53:37.347Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.035s coverage: 0.0% of statements [no tests to run] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-16T07:53:37.347Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-16T07:53:39.110Z] Attempting uninstall: urllib3 [2020-10-16T07:53:39.110Z] Found existing installation: urllib3 1.25.9 [2020-10-16T07:53:39.110Z] Uninstalling urllib3-1.25.9: [2020-10-16T07:53:39.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.152s coverage: 63.5% of statements [2020-10-16T07:53:39.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-16T07:53:39.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-16T07:53:39.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.024s coverage: 100.0% of statements [2020-10-16T07:53:39.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2020-10-16T07:53:39.391Z] Successfully uninstalled urllib3-1.25.9 [2020-10-16T07:53:39.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.013s coverage: 100.0% of statements [2020-10-16T07:53:40.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements [2020-10-16T07:53:40.775Z] Attempting uninstall: idna [2020-10-16T07:53:40.776Z] Found existing installation: idna 2.9 [2020-10-16T07:53:40.776Z] Uninstalling idna-2.9: [2020-10-16T07:53:41.361Z] Removing intermediate container bc8b40a87221 [2020-10-16T07:53:41.361Z] ---> b8c8999d88f2 [2020-10-16T07:53:41.361Z] Step 8/22 : COPY . . [2020-10-16T07:53:41.361Z] Successfully uninstalled idna-2.9 [2020-10-16T07:53:41.630Z] Attempting uninstall: requests [2020-10-16T07:53:41.630Z] Found existing installation: requests 2.23.0 [2020-10-16T07:53:41.630Z] Uninstalling requests-2.23.0: [2020-10-16T07:53:41.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.010s coverage: 100.0% of statements [2020-10-16T07:53:41.893Z] Successfully uninstalled requests-2.23.0 [2020-10-16T07:53:43.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.276s coverage: 55.9% of statements [2020-10-16T07:53:43.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-16T07:53:43.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-16T07:53:43.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-16T07:53:43.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-16T07:53:48.749Z] Running setup.py install for dockerpty: started [2020-10-16T07:53:50.208Z] ---> c1278026a896 [2020-10-16T07:53:50.208Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-16T07:53:50.208Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-16T07:53:50.208Z] Running setup.py install for PyYAML: started [2020-10-16T07:53:51.171Z] ---> Running in b8b935de9a6b [2020-10-16T07:53:51.439Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-16T07:53:52.036Z] Running setup.py install for texttable: started [2020-10-16T07:53:53.445Z] Running setup.py install for texttable: finished with status 'done' [2020-10-16T07:53:53.445Z] Running setup.py install for docopt: started [2020-10-16T07:53:54.043Z] Running setup.py install for docopt: finished with status 'done' [2020-10-16T07:53:55.457Z] 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-16T07:53:58.041Z] 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-16T07:53:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.119s coverage: 86.3% of statements [2020-10-16T07:53:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-16T07:53:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.105s coverage: 72.2% of statements [2020-10-16T07:53:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.339s coverage: 72.1% of statements [2020-10-16T07:53:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.055s coverage: 82.4% of statements [2020-10-16T07:53:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.040s coverage: 48.4% of statements [2020-10-16T07:53:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-16T07:53:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-16T07:53:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-16T07:53:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements [2020-10-16T07:53:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-16T07:53:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.019s coverage: 96.8% of statements [2020-10-16T07:53:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-16T07:53:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 36.5% of statements [2020-10-16T07:53:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-16T07:53:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-16T07:53:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.303s coverage: 84.1% of statements [2020-10-16T07:53:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.025s coverage: 100.0% of statements [2020-10-16T07:53:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.073s coverage: 42.9% of statements [2020-10-16T07:53:58.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-16T07:53:58.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-16T07:53:58.852Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.012s coverage: 100.0% of statements [2020-10-16T07:53:58.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-16T07:53:58.852Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.052s coverage: 83.8% of statements [2020-10-16T07:53:58.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-16T07:54:00.303Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.176s coverage: 47.1% of statements [2020-10-16T07:54:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-16T07:54:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-16T07:54:00.303Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.031s coverage: 100.0% of statements [2020-10-16T07:54:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-16T07:54:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-16T07:54:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-16T07:54:00.303Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.025s coverage: 100.0% of statements [2020-10-16T07:54:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-16T07:54:00.303Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.027s coverage: 100.0% of statements [2020-10-16T07:54:00.303Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-16T07:54:01.376Z] Removing intermediate container 19ac5c1704c6 [2020-10-16T07:54:01.376Z] ---> 5c738dd3cd6e [2020-10-16T07:54:01.376Z] [2020-10-16T07:54:01.376Z] Step 10/22 : FROM scratch [2020-10-16T07:54:01.376Z] ---> [2020-10-16T07:54:01.376Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T07:54:01.963Z] ---> Using cache [2020-10-16T07:54:01.963Z] ---> 08b1486d2f69 [2020-10-16T07:54:01.963Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-16T07:54:02.928Z] ---> Running in 3e6c86c8d64a [2020-10-16T07:54:03.523Z] ---> b508d1fbd296 [2020-10-16T07:54:03.523Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-16T07:54:04.501Z] Removing intermediate container 3e6c86c8d64a [2020-10-16T07:54:04.501Z] ---> 3c1d2c2432ad [2020-10-16T07:54:04.501Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T07:54:04.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.197s coverage: 29.1% of statements [2020-10-16T07:54:04.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-16T07:54:04.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-16T07:54:04.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-16T07:54:04.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-16T07:54:04.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-16T07:54:04.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.124s coverage: 99.0% of statements [2020-10-16T07:54:04.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-16T07:54:04.630Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.028s coverage: 100.0% of statements [2020-10-16T07:54:04.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-16T07:54:04.630Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.013s coverage: 0.0% of statements [2020-10-16T07:54:04.630Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-16T07:54:04.630Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements [2020-10-16T07:54:04.630Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-16T07:54:04.630Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-16T07:54:04.630Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-16T07:54:04.630Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-16T07:54:05.235Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.029s coverage: 87.9% of statements [2020-10-16T07:54:05.235Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-16T07:54:05.235Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-16T07:54:05.514Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements [2020-10-16T07:54:06.112Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.014s coverage: 32.1% of statements [2020-10-16T07:54:06.417Z] ---> Running in c900b5e3aa02 [2020-10-16T07:54:06.417Z] ---> Running in ce4440daa013 [2020-10-16T07:54:07.009Z] Removing intermediate container a570dcea98e9 [2020-10-16T07:54:07.009Z] ---> 4c20835398a9 [2020-10-16T07:54:07.009Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-16T07:54:07.274Z] Removing intermediate container 5fad420803f9 [2020-10-16T07:54:07.274Z] ---> 16c8f9b34815 [2020-10-16T07:54:07.274Z] [2020-10-16T07:54:07.274Z] Step 10/22 : FROM scratch [2020-10-16T07:54:07.274Z] ---> [2020-10-16T07:54:07.275Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T07:54:07.275Z] Removing intermediate container ce4440daa013 [2020-10-16T07:54:07.275Z] ---> 7fd86e656ee0 [2020-10-16T07:54:07.275Z] Step 14/22 : WORKDIR / [2020-10-16T07:54:07.275Z] ---> Using cache [2020-10-16T07:54:07.275Z] ---> 08b1486d2f69 [2020-10-16T07:54:07.275Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-16T07:54:07.535Z] 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-16T07:54:07.535Z] ---> Running in 0f5301df7839 [2020-10-16T07:54:07.535Z] ---> Running in 998e7dddcc34 [2020-10-16T07:54:08.091Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.019s coverage: 100.0% of statements [2020-10-16T07:54:08.480Z] ---> Running in 0a21f8c4e583 [2020-10-16T07:54:08.691Z] GO111MODULE=on go vet ./... [2020-10-16T07:54:09.072Z] Removing intermediate container 998e7dddcc34 [2020-10-16T07:54:09.072Z] ---> 9b20b7fde4cf [2020-10-16T07:54:09.072Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-16T07:54:09.072Z] Removing intermediate container 0a21f8c4e583 [2020-10-16T07:54:09.072Z] ---> 9c197465110b [2020-10-16T07:54:09.072Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T07:54:09.339Z] ---> Running in 007732f703dc [2020-10-16T07:54:09.605Z] Removing intermediate container 007732f703dc [2020-10-16T07:54:09.606Z] ---> 0306065c4b9c [2020-10-16T07:54:09.606Z] Step 14/22 : WORKDIR / [2020-10-16T07:54:09.606Z] ---> 7ac24c9aa7f6 [2020-10-16T07:54:09.606Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-16T07:54:09.606Z] ---> Running in 21800393ceb1 [2020-10-16T07:54:09.606Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:54:09.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:54:09.876Z] Removing intermediate container 21800393ceb1 [2020-10-16T07:54:09.876Z] ---> 490eb64a2a21 [2020-10-16T07:54:09.876Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-16T07:54:10.144Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T07:54:10.144Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-16T07:54:10.144Z] (3/3) Installing curl (7.69.1-r1) [2020-10-16T07:54:10.144Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:54:10.419Z] OK: 72 MiB in 58 packages [2020-10-16T07:54:10.419Z] ---> 0da493543e08 [2020-10-16T07:54:10.419Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-16T07:54:10.419Z] ---> 4006398ddf36 [2020-10-16T07:54:10.419Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-16T07:54:11.025Z] ---> b296ceab1955 [2020-10-16T07:54:11.025Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-16T07:54:12.448Z] Removing intermediate container 0f5301df7839 [2020-10-16T07:54:12.448Z] ---> bf3c21d240dd [2020-10-16T07:54:12.448Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-16T07:54:12.448Z] ---> Running in 42d8b1fcb372 [2020-10-16T07:54:13.435Z] ---> 5f12e953e863 [2020-10-16T07:54:13.436Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-16T07:54:13.436Z] ---> Running in c5a9d7f02347 [2020-10-16T07:54:13.436Z] Removing intermediate container b8b935de9a6b [2020-10-16T07:54:13.436Z] ---> d6e3246cbe5c [2020-10-16T07:54:13.436Z] [2020-10-16T07:54:13.436Z] Step 9/29 : FROM alpine:latest [2020-10-16T07:54:13.436Z] ---> a24bb4013296 [2020-10-16T07:54:13.436Z] 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-16T07:54:13.436Z] Removing intermediate container 42d8b1fcb372 [2020-10-16T07:54:13.436Z] ---> 640c616abfc8 [2020-10-16T07:54:13.436Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:54:13.709Z] ---> Running in 72295052dc1a [2020-10-16T07:54:13.709Z] ---> Running in 8aba3fb49dd9 [2020-10-16T07:54:13.709Z] ---> aedcbffabf03 [2020-10-16T07:54:13.709Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-16T07:54:13.709Z] Removing intermediate container c5a9d7f02347 [2020-10-16T07:54:13.709Z] ---> b21da9c03d75 [2020-10-16T07:54:13.709Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:54:13.982Z] Removing intermediate container 72295052dc1a [2020-10-16T07:54:13.982Z] ---> 9059e1d0ee1c [2020-10-16T07:54:13.982Z] Step 11/29 : USER root [2020-10-16T07:54:13.982Z] ---> Running in 43fed964ba8f [2020-10-16T07:54:13.982Z] ---> Running in 107fcfae4d7d [2020-10-16T07:54:14.257Z] Removing intermediate container 8aba3fb49dd9 [2020-10-16T07:54:14.258Z] ---> 84e0b61c884e [2020-10-16T07:54:14.258Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T07:54:14.258Z] ---> Running in a0f30e670060 [2020-10-16T07:54:14.258Z] ---> Running in d050df4f024d [2020-10-16T07:54:14.528Z] Removing intermediate container 107fcfae4d7d [2020-10-16T07:54:14.528Z] ---> 96346e588c5b [2020-10-16T07:54:14.528Z] Step 25/27 : LABEL arch=x86_64 [2020-10-16T07:54:14.528Z] Removing intermediate container 43fed964ba8f [2020-10-16T07:54:14.528Z] ---> 36ed45e386c9 [2020-10-16T07:54:14.528Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:54:14.787Z] ---> Running in 8b84abb6c214 [2020-10-16T07:54:14.787Z] Removing intermediate container a0f30e670060 [2020-10-16T07:54:14.787Z] ---> 0b26bddce957 [2020-10-16T07:54:14.787Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-16T07:54:14.787Z] ---> Running in c9a367eb858d [2020-10-16T07:54:14.788Z] Removing intermediate container d050df4f024d [2020-10-16T07:54:14.788Z] ---> 24df8fb4c33b [2020-10-16T07:54:14.788Z] Step 21/22 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T07:54:15.052Z] ---> Running in 462cff02d1ef [2020-10-16T07:54:15.326Z] ---> Running in a947dc0c489c [2020-10-16T07:54:15.326Z] Removing intermediate container 8b84abb6c214 [2020-10-16T07:54:15.326Z] ---> fc8e24beb366 [2020-10-16T07:54:15.326Z] Step 26/27 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T07:54:15.591Z] Removing intermediate container c9a367eb858d [2020-10-16T07:54:15.591Z] ---> 4170c4e0a5d7 [2020-10-16T07:54:15.591Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T07:54:15.856Z] ---> Running in 718bd6ce71ac [2020-10-16T07:54:15.857Z] Removing intermediate container a947dc0c489c [2020-10-16T07:54:15.857Z] ---> f22ddbbaaa91 [2020-10-16T07:54:15.857Z] Step 22/22 : LABEL version=0.0.0 [2020-10-16T07:54:16.124Z] ---> Running in 7b73e792a3a2 [2020-10-16T07:54:16.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:54:16.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:54:16.384Z] ---> Running in 78b6e4647384 [2020-10-16T07:54:16.384Z] Removing intermediate container 718bd6ce71ac [2020-10-16T07:54:16.384Z] ---> 503ea592dbc5 [2020-10-16T07:54:16.384Z] Step 27/27 : LABEL version=0.0.0 [2020-10-16T07:54:16.384Z] v3.12.0-419-g76bd1ee11d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:54:16.384Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:54:16.384Z] OK: 12750 distinct packages available [2020-10-16T07:54:16.384Z] Removing intermediate container 7b73e792a3a2 [2020-10-16T07:54:16.384Z] ---> ceba86d27a26 [2020-10-16T07:54:16.384Z] Step 21/22 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T07:54:16.644Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-16T07:54:16.904Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-16T07:54:16.904Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:54:16.904Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T07:54:16.904Z] OK: 6 MiB in 16 packages [2020-10-16T07:54:17.167Z] ---> Running in dc9601c88300 [2020-10-16T07:54:17.737Z] Removing intermediate container 78b6e4647384 [2020-10-16T07:54:17.737Z] ---> 76419ee6e227 [2020-10-16T07:54:17.737Z] [2020-10-16T07:54:17.737Z] ---> Running in effb3127fb87 [2020-10-16T07:54:17.997Z] Successfully built 76419ee6e227 [2020-10-16T07:54:17.997Z] Successfully tagged docker-core-command-go:latest [2020-10-16T07:54:17.997Z] Removing intermediate container dc9601c88300 [2020-10-16T07:54:17.997Z] ---> 6bae182784cb [2020-10-16T07:54:17.997Z] Building docker-core-data-go [2020-10-16T07:54:17.997Z] [2020-10-16T07:54:18.266Z]  Building docker-core-command-go ... done Removing intermediate container effb3127fb87 [2020-10-16T07:54:18.266Z] ---> d34d15b547f6 [2020-10-16T07:54:18.266Z] Step 22/22 : LABEL version=0.0.0 [2020-10-16T07:54:18.266Z] Successfully built 6bae182784cb [2020-10-16T07:54:18.840Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-16T07:54:19.108Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in b3fed553304a [2020-10-16T07:54:19.108Z] Removing intermediate container 462cff02d1ef [2020-10-16T07:54:19.108Z] ---> d4074685d3fa [2020-10-16T07:54:19.108Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-16T07:54:22.412Z] ---> Running in 12619fc34216 [2020-10-16T07:54:22.983Z] Removing intermediate container b3fed553304a [2020-10-16T07:54:22.983Z] ---> 7d94fed27ea3 [2020-10-16T07:54:22.983Z] [2020-10-16T07:54:22.983Z] Successfully built 7d94fed27ea3 [2020-10-16T07:54:23.924Z] Successfully tagged docker-core-metadata-go:latest [2020-10-16T07:54:23.924Z]  Building docker-core-metadata-go ... done Removing intermediate container 12619fc34216 [2020-10-16T07:54:23.924Z] ---> 26e0fc32838c [2020-10-16T07:54:23.924Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-16T07:54:26.470Z] ---> Running in 81ed49c3acf7 [2020-10-16T07:54:27.041Z] Removing intermediate container c900b5e3aa02 [2020-10-16T07:54:27.041Z] ---> 6e9c04fc58a0 [2020-10-16T07:54:27.041Z] [2020-10-16T07:54:27.041Z] Step 10/22 : FROM scratch [2020-10-16T07:54:27.041Z] ---> [2020-10-16T07:54:27.041Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T07:54:27.041Z] ---> Using cache [2020-10-16T07:54:27.041Z] ---> 73b313a73a38 [2020-10-16T07:54:27.041Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-16T07:54:29.586Z] ---> Running in 2a25a376f297 [2020-10-16T07:54:29.586Z] Removing intermediate container 81ed49c3acf7 [2020-10-16T07:54:29.586Z] ---> a89e5e05b040 [2020-10-16T07:54:29.586Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-16T07:54:29.848Z] ---> Running in 3d207ab76138 [2020-10-16T07:54:30.419Z] Removing intermediate container 2a25a376f297 [2020-10-16T07:54:30.419Z] ---> 9efdf8432abc [2020-10-16T07:54:30.419Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T07:54:30.419Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:54:30.419Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:54:30.419Z] ---> 11e227abb775 [2020-10-16T07:54:30.419Z] Step 3/23 : WORKDIR /edgex-go [2020-10-16T07:54:30.419Z] ---> Using cache [2020-10-16T07:54:30.419Z] ---> e021116579ca [2020-10-16T07:54:30.420Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:54:30.420Z] ---> Using cache [2020-10-16T07:54:30.420Z] ---> 2aa46144967d [2020-10-16T07:54:30.420Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-16T07:54:30.882Z] gofmt -l . [2020-10-16T07:54:30.882Z] [ "`gofmt -l .`" = "" ] [2020-10-16T07:54:31.806Z] ---> Running in 77f9cc17e358 [2020-10-16T07:54:31.806Z] ---> Running in 43f1bc66985b [2020-10-16T07:54:31.806Z] Removing intermediate container 77f9cc17e358 [2020-10-16T07:54:31.806Z] ---> 6635a3966724 [2020-10-16T07:54:31.806Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-16T07:54:32.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:54:32.066Z] ---> 671cd0e99854 [2020-10-16T07:54:32.066Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-16T07:54:32.330Z] Removing intermediate container 3d207ab76138 [2020-10-16T07:54:32.330Z] ---> e2a6dac5f3f1 [2020-10-16T07:54:32.330Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-16T07:54:32.330Z] ---> d58ef245037e [2020-10-16T07:54:32.330Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-16T07:54:32.855Z] ./bin/test-go-mod-tidy.sh [2020-10-16T07:54:32.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:54:32.917Z] ---> a8348e6f9cbc [2020-10-16T07:54:32.917Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-16T07:54:32.917Z] ---> 96ad09621678 [2020-10-16T07:54:32.917Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-16T07:54:33.183Z] ---> cb6275b9d995 [2020-10-16T07:54:33.183Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-16T07:54:33.183Z] ---> 912be07b3cb2 [2020-10-16T07:54:33.183Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-16T07:54:33.183Z] v3.12.0-419-g76bd1ee11d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:54:33.183Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:54:33.183Z] OK: 12752 distinct packages available [2020-10-16T07:54:33.183Z] ---> Running in 77d0debc57a0 [2020-10-16T07:54:33.443Z] ---> bac669c17b49 [2020-10-16T07:54:33.443Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-16T07:54:33.443Z] Removing intermediate container 77d0debc57a0 [2020-10-16T07:54:33.443Z] ---> 3fec514b12f9 [2020-10-16T07:54:33.443Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:54:33.443Z] OK: 233 MiB in 51 packages [2020-10-16T07:54:33.443Z] ---> Running in 583d82c82244 [2020-10-16T07:54:33.708Z] Removing intermediate container 583d82c82244 [2020-10-16T07:54:33.708Z] ---> dd36a0a8f3f5 [2020-10-16T07:54:33.708Z] Step 20/22 : LABEL arch=x86_64 [2020-10-16T07:54:33.708Z] ---> 91536ffe9f85 [2020-10-16T07:54:33.708Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-16T07:54:33.840Z] ./bin/test-attribution-txt.sh [2020-10-16T07:54:33.970Z] ---> Running in ce0dcb6abf9e [2020-10-16T07:54:33.970Z] Removing intermediate container 43f1bc66985b [2020-10-16T07:54:33.970Z] ---> 13ebea0a4727 [2020-10-16T07:54:33.970Z] Step 6/23 : COPY go.mod . [2020-10-16T07:54:34.231Z] Removing intermediate container ce0dcb6abf9e [2020-10-16T07:54:34.231Z] ---> 174f08d49ded [2020-10-16T07:54:34.231Z] Step 21/22 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T07:54:34.231Z] ---> f0b2c3e253f2 [2020-10-16T07:54:34.231Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-16T07:54:34.231Z] ---> Running in 7b62fa812600 [2020-10-16T07:54:34.231Z] ---> Running in b0daccf62ed5 [2020-10-16T07:54:34.231Z] ---> 6d79380a1901 [2020-10-16T07:54:34.231Z] Step 7/23 : RUN go mod download [2020-10-16T07:54:34.491Z] ---> Running in f8d266cb4890 [2020-10-16T07:54:34.491Z] Removing intermediate container 7b62fa812600 [2020-10-16T07:54:34.491Z] ---> f73fd168c4ad [2020-10-16T07:54:34.491Z] Step 22/22 : LABEL version=0.0.0 [2020-10-16T07:54:34.753Z] ---> Running in 7013ebd1fade [2020-10-16T07:54:35.012Z] Removing intermediate container 7013ebd1fade [2020-10-16T07:54:35.012Z] ---> 6deebb4bf58d [2020-10-16T07:54:35.012Z] [2020-10-16T07:54:35.012Z] Successfully built 6deebb4bf58d [2020-10-16T07:54:35.012Z] Successfully tagged docker-support-logging-go:latest [2020-10-16T07:54:35.273Z]  Building docker-support-logging-go ... done Removing intermediate container b0daccf62ed5 [2020-10-16T07:54:35.273Z] ---> 5955022e3af9 [2020-10-16T07:54:35.273Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T07:54:35.534Z] ---> 33731da7a88e [2020-10-16T07:54:35.534Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T07:54:35.795Z] ---> Running in f6b08addfb27 [2020-10-16T07:54:36.055Z] Removing intermediate container f8d266cb4890 [2020-10-16T07:54:36.055Z] ---> f66d87deb67c [2020-10-16T07:54:36.055Z] Step 8/23 : COPY . . [Pipeline] sh [2020-10-16T07:54:38.833Z] + ls -al . [2020-10-16T07:54:38.833Z] total 632 [2020-10-16T07:54:38.833Z] drwxrwxr-x 9 1001 1001 4096 Oct 16 07:54 . [2020-10-16T07:54:38.833Z] drwxr-xr-x 4 root root 4096 Oct 16 07:52 .. [2020-10-16T07:54:38.833Z] -rw-rw-r-- 1 1001 1001 11 Oct 16 07:50 .dockerignore [2020-10-16T07:54:38.833Z] drwxrwxr-x 8 1001 1001 4096 Oct 16 07:50 .git [2020-10-16T07:54:38.833Z] drwxrwxr-x 3 1001 1001 4096 Oct 16 07:50 .github [2020-10-16T07:54:38.833Z] -rw-rw-r-- 1 1001 1001 932 Oct 16 07:50 .gitignore [2020-10-16T07:54:38.833Z] -rw-rw-r-- 1 1001 1001 166 Oct 16 07:50 .sonarcloud.properties [2020-10-16T07:54:38.833Z] -rw-rw-r-- 1 1001 1001 3804 Oct 16 07:50 CONTRIBUTING.md [2020-10-16T07:54:38.833Z] -rw-rw-r-- 1 1001 1001 1035 Oct 16 07:50 Dockerfile.build [2020-10-16T07:54:38.833Z] -rw-rw-r-- 1 1001 1001 863 Oct 16 07:50 Jenkinsfile [2020-10-16T07:54:38.833Z] -rw-rw-r-- 1 1001 1001 10775 Oct 16 07:50 LICENSE [2020-10-16T07:54:38.833Z] -rw-rw-r-- 1 1001 1001 6237 Oct 16 07:50 Makefile [2020-10-16T07:54:38.833Z] -rw-rw-r-- 1 1001 1001 6447 Oct 16 07:50 README.md [2020-10-16T07:54:38.833Z] -rw-rw-r-- 1 1001 1001 259 Oct 16 07:50 SECURITY.md [2020-10-16T07:54:38.833Z] -rw-rw-r-- 1 1001 1001 5 Oct 16 07:47 VERSION [2020-10-16T07:54:38.833Z] -rw-rw-r-- 1 1001 1001 4131 Oct 16 07:50 ZMQWindows.md [2020-10-16T07:54:38.833Z] drwxrwxr-x 2 1001 1001 4096 Oct 16 07:50 bin [2020-10-16T07:54:38.833Z] drwxrwxr-x 15 1001 1001 4096 Oct 16 07:50 cmd [2020-10-16T07:54:38.833Z] -rw-r--r-- 1 root root 510628 Oct 16 07:54 coverage.out [2020-10-16T07:54:38.833Z] -rw-r--r-- 1 root root 1041 Oct 16 07:54 go.mod [2020-10-16T07:54:38.833Z] -rw-r--r-- 1 root root 18775 Oct 16 07:54 go.sum [2020-10-16T07:54:38.833Z] drwxrwxr-x 8 1001 1001 4096 Oct 16 07:50 internal [2020-10-16T07:54:38.833Z] drwxrwxr-x 4 1001 1001 4096 Oct 16 07:50 openapi [2020-10-16T07:54:38.833Z] drwxrwxr-x 4 1001 1001 4096 Oct 16 07:50 snap [2020-10-16T07:54:38.833Z] -rw-rw-r-- 1 1001 1001 168 Oct 16 07:50 version.go [Pipeline] sh [2020-10-16T07:54:39.495Z] + '[' -e coverage.out ] [2020-10-16T07:54:39.495Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-16T07:54:39.515Z] Warning: overwriting stash ‘coverage-report’ [2020-10-16T07:54:40.533Z] Stashed 1 file(s) [Pipeline] sh [2020-10-16T07:54:41.246Z] + make build [2020-10-16T07:54:41.246Z] 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-16T07:54:41.349Z] Removing intermediate container f6b08addfb27 [2020-10-16T07:54:41.349Z] ---> d6e5ad992f38 [2020-10-16T07:54:41.349Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-16T07:54:42.740Z] ---> Running in 63d643d51400 [2020-10-16T07:54:45.307Z] Removing intermediate container 63d643d51400 [2020-10-16T07:54:45.307Z] ---> 0943f5675403 [2020-10-16T07:54:45.307Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T07:54:45.307Z] ---> Running in 6e5d60f71e71 [2020-10-16T07:54:46.249Z] Removing intermediate container 6e5d60f71e71 [2020-10-16T07:54:46.249Z] ---> 9448e435e5e8 [2020-10-16T07:54:46.249Z] Step 26/29 : CMD [ "generate" ] [2020-10-16T07:54:46.518Z] ---> Running in 7206010c3c9a [2020-10-16T07:54:47.092Z] Removing intermediate container 7206010c3c9a [2020-10-16T07:54:47.092Z] ---> 144eabe73de9 [2020-10-16T07:54:47.092Z] Step 27/29 : LABEL arch=x86_64 [2020-10-16T07:54:47.662Z] ---> Running in 8206a5e74f55 [2020-10-16T07:54:48.604Z] Removing intermediate container 8206a5e74f55 [2020-10-16T07:54:48.604Z] ---> 6fe2a391573d [2020-10-16T07:54:48.604Z] Step 28/29 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T07:54:48.604Z] ---> 19451d631828 [2020-10-16T07:54:48.604Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-16T07:54:48.604Z] ---> Running in bc646e84a700 [2020-10-16T07:54:48.604Z] ---> Running in 294c939b233b [2020-10-16T07:54:48.865Z] Removing intermediate container bc646e84a700 [2020-10-16T07:54:48.865Z] ---> f2e83288fa8c [2020-10-16T07:54:48.865Z] Step 29/29 : LABEL version=0.0.0 [2020-10-16T07:54:48.865Z] ---> Running in 4993d1d089b5 [2020-10-16T07:54:49.128Z] Removing intermediate container 4993d1d089b5 [2020-10-16T07:54:49.128Z] ---> 5224c347712f [2020-10-16T07:54:49.128Z] [2020-10-16T07:54:49.128Z] 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-16T07:54:49.390Z] Successfully built 5224c347712f [2020-10-16T07:54:49.390Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-16T07:55:03.447Z] 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-16T07:55:04.551Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 294c939b233b [2020-10-16T07:55:04.551Z] ---> 26b13be515a0 [2020-10-16T07:55:04.551Z] [2020-10-16T07:55:04.551Z] Step 10/23 : FROM alpine [2020-10-16T07:55:04.551Z] ---> a24bb4013296 [2020-10-16T07:55:04.551Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T07:55:04.551Z] ---> Running in d8835cc97b1f [2020-10-16T07:55:04.551Z] Removing intermediate container d8835cc97b1f [2020-10-16T07:55:04.551Z] ---> 838281f69374 [2020-10-16T07:55:04.551Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-16T07:55:04.551Z] ---> Running in 35283f914f76 [2020-10-16T07:55:04.551Z] Removing intermediate container 35283f914f76 [2020-10-16T07:55:04.551Z] ---> 303b41cd6caf [2020-10-16T07:55:04.551Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-16T07:55:04.551Z] ---> Running in c3bd953cb429 [2020-10-16T07:55:04.551Z] Removing intermediate container c3bd953cb429 [2020-10-16T07:55:04.551Z] ---> 3d19ae3f048e [2020-10-16T07:55:04.551Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:55:04.551Z] ---> Running in cba19e445b25 [2020-10-16T07:55:04.844Z] Removing intermediate container cba19e445b25 [2020-10-16T07:55:04.844Z] ---> 3b8712d03f78 [2020-10-16T07:55:04.844Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-16T07:55:04.844Z] ---> Running in ec88e5727e04 [2020-10-16T07:55:05.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T07:55:06.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T07:55:06.330Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-16T07:55:06.330Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-16T07:55:06.591Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-16T07:55:06.591Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-16T07:55:06.852Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-16T07:55:06.852Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T07:55:06.852Z] OK: 8 MiB in 19 packages [2020-10-16T07:55:07.424Z] Removing intermediate container ec88e5727e04 [2020-10-16T07:55:07.424Z] ---> f0f057821e66 [2020-10-16T07:55:07.424Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-16T07:55:07.685Z] ---> a23607194849 [2020-10-16T07:55:07.685Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-16T07:55:08.262Z] ---> dda16b413537 [2020-10-16T07:55:08.262Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-16T07:55:08.523Z] ---> 3376ac77c39e [2020-10-16T07:55:08.523Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-16T07:55:08.523Z] ---> Running in b40a942f2fc9 [2020-10-16T07:55:08.523Z] Removing intermediate container b40a942f2fc9 [2020-10-16T07:55:08.523Z] ---> aee5ff96ec85 [2020-10-16T07:55:08.523Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T07:55:08.784Z] ---> Running in 7823613e9bd2 [2020-10-16T07:55:08.784Z] Removing intermediate container 7823613e9bd2 [2020-10-16T07:55:08.784Z] ---> c8d9d1bbf948 [2020-10-16T07:55:08.784Z] Step 21/23 : LABEL arch=x86_64 [2020-10-16T07:55:08.784Z] ---> Running in 3aeed522d080 [2020-10-16T07:55:09.045Z] Removing intermediate container 3aeed522d080 [2020-10-16T07:55:09.045Z] ---> c4e15be526fa [2020-10-16T07:55:09.045Z] Step 22/23 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T07:55:09.045Z] ---> Running in 854996c9254a [2020-10-16T07:55:09.306Z] Removing intermediate container 854996c9254a [2020-10-16T07:55:09.306Z] ---> 50ef596cbb58 [2020-10-16T07:55:09.306Z] Step 23/23 : LABEL version=0.0.0 [2020-10-16T07:55:09.306Z] ---> Running in 9e6fe47afc42 [2020-10-16T07:55:09.567Z] Removing intermediate container 9e6fe47afc42 [2020-10-16T07:55:09.567Z] ---> 36e73c5160ad [2020-10-16T07:55:09.567Z] [2020-10-16T07:55:09.567Z] Successfully built 36e73c5160ad [2020-10-16T07:55:09.567Z] Successfully tagged docker-core-data-go:latest [2020-10-16T07:55:10.164Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-16T07:55:10.208Z] $ docker stop --time=1 68fa37f3b18f7e95ca5cec3ad8bef39b803b81608112d3cbe6894f54a481309f [2020-10-16T07:55:11.834Z] $ docker rm -f 68fa37f3b18f7e95ca5cec3ad8bef39b803b81608112d3cbe6894f54a481309f [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T07:55:12.354Z] + docker images [2020-10-16T07:55:12.354Z] + grep docker [2020-10-16T07:55:12.925Z] docker-core-data-go latest 36e73c5160ad 3 seconds ago 23.6MB [2020-10-16T07:55:12.925Z] docker-security-secrets-setup-go latest 5224c347712f 24 seconds ago 24MB [2020-10-16T07:55:12.925Z] docker-support-logging-go latest 6deebb4bf58d 38 seconds ago 11.1MB [2020-10-16T07:55:12.925Z] docker-core-metadata-go latest 7d94fed27ea3 52 seconds ago 14.3MB [2020-10-16T07:55:12.925Z] docker-sys-mgmt-agent-go latest 6bae182784cb 55 seconds ago 290MB [2020-10-16T07:55:12.925Z] docker-core-command-go latest 76419ee6e227 56 seconds ago 12.2MB [2020-10-16T07:55:12.925Z] docker-security-secretstore-setup-go latest 73cf92255539 2 minutes ago 32.4MB [2020-10-16T07:55:12.925Z] docker-support-notifications-go latest caef4fa8a884 2 minutes ago 13.6MB [2020-10-16T07:55:12.925Z] docker-security-proxy-setup-go latest c3b544cf4091 2 minutes ago 15.8MB [2020-10-16T07:55:12.925Z] docker-support-scheduler-go latest 2f2e089b0c43 2 minutes ago 12.3MB [2020-10-16T07:55:12.925Z] 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-16T07:55:15.851Z] 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-16T07:55:19.232Z] 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-16T07:55:22.621Z] 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-16T07:55:28.823Z] Still waiting to schedule task [2020-10-16T07:55:28.824Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-16T07:55:29.330Z] 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-16T07:55:29.330Z] 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-16T07:55:34.744Z] 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-16T07:55:39.055Z] 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-16T07:55:44.465Z] 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-16T07:55:47.860Z] 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-16T07:55:52.176Z] 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-16T07:55:54.812Z] 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-16T07:55:58.222Z] $ docker stop --time=1 53109ca5a930c05baa9aaa70fa4c7f56d54a65db983077defbffb2f0ccb3e26d [2020-10-16T07:56:00.687Z] $ docker rm -f 53109ca5a930c05baa9aaa70fa4c7f56d54a65db983077defbffb2f0ccb3e26d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:56:02.417Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T07:56:02.417Z] [2020-10-16T07:56:02.417Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:56:03.097Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T07:56:03.373Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-16T07:56:03.373Z] 29e5d40040c1: Pulling fs layer [2020-10-16T07:56:03.373Z] 1ce36da41761: Pulling fs layer [2020-10-16T07:56:03.373Z] 25b303627fd3: Pulling fs layer [2020-10-16T07:56:03.373Z] 29e5d40040c1: Verifying Checksum [2020-10-16T07:56:03.373Z] 29e5d40040c1: Download complete [2020-10-16T07:56:03.975Z] 29e5d40040c1: Pull complete [2020-10-16T07:56:04.251Z] 1ce36da41761: Verifying Checksum [2020-10-16T07:56:04.251Z] 1ce36da41761: Download complete [2020-10-16T07:56:05.689Z] 1ce36da41761: Pull complete [2020-10-16T07:56:05.689Z] 25b303627fd3: Verifying Checksum [2020-10-16T07:56:05.689Z] 25b303627fd3: Download complete [2020-10-16T07:56:15.850Z] 25b303627fd3: Pull complete [2020-10-16T07:56:15.850Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-16T07:56:15.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T07:56:15.850Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-16T07:56:16.120Z] prd-ubuntu18.04-docker-arm64-4c-16g-5822 does not seem to be running inside a container [2020-10-16T07:56:16.195Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-16T07:56:19.675Z] $ docker top b4811bf61ef7ab680e4d238a58f9e39bcf49627c7ea94d827227231c1f2792ec -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:56:21.185Z] + grep parallel [2020-10-16T07:56:21.185Z] + docker-compose build --help [2020-10-16T07:56:24.564Z] --parallel Build images in parallel. [Pipeline] } [2020-10-16T07:56:24.854Z] $ docker stop --time=1 b4811bf61ef7ab680e4d238a58f9e39bcf49627c7ea94d827227231c1f2792ec [2020-10-16T07:56:26.842Z] $ docker rm -f b4811bf61ef7ab680e4d238a58f9e39bcf49627c7ea94d827227231c1f2792ec [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T07:56:27.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-16T07:56:27.642Z] . [Pipeline] withDockerContainer [2020-10-16T07:56:27.915Z] prd-ubuntu18.04-docker-arm64-4c-16g-5822 does not seem to be running inside a container [2020-10-16T07:56:27.998Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-16T07:56:29.473Z] $ docker top 3f956b0c85a9d3187f311d1abc200577310c17b9dcdaf04d277f71eed3abec46 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T07:56:30.594Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-16T07:56:34.925Z] Building docker-core-command-go ... [2020-10-16T07:56:34.925Z] Building docker-core-data-go ... [2020-10-16T07:56:34.925Z] Building docker-core-metadata-go ... [2020-10-16T07:56:34.925Z] Building docker-security-proxy-setup-go ... [2020-10-16T07:56:34.925Z] Building docker-security-secrets-setup-go ... [2020-10-16T07:56:34.925Z] Building docker-security-secretstore-setup-go ... [2020-10-16T07:56:34.925Z] Building docker-support-logging-go ... [2020-10-16T07:56:34.925Z] Building docker-support-notifications-go ... [2020-10-16T07:56:34.925Z] Building docker-support-scheduler-go ... [2020-10-16T07:56:34.925Z] Building docker-sys-mgmt-agent-go ... [2020-10-16T07:56:34.925Z] Building docker-core-data-go [2020-10-16T07:56:34.925Z] Building docker-support-scheduler-go [2020-10-16T07:56:34.925Z] Building docker-sys-mgmt-agent-go [2020-10-16T07:56:34.925Z] Building docker-core-command-go [2020-10-16T07:56:34.925Z] Building docker-security-secrets-setup-go [2020-10-16T07:56:35.633Z] Running on prd-centos7-docker-8c-8g-5826 in /w/workspace/edgexfoundry_edgex-go_PR-2802 [Pipeline] { [Pipeline] ws [2020-10-16T07:56:35.683Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-10-16T07:56:37.798Z] using credential edgex-jenkins-ssh [2020-10-16T07:56:37.853Z] Cloning the remote Git repository [2020-10-16T07:56:37.873Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-16T07:56:37.931Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-10-16T07:56:37.957Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-16T07:56:37.958Z] > git --version # timeout=10 [2020-10-16T07:56:37.963Z] > git --version # 'git version 2.16.5' [2020-10-16T07:56:37.964Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T07:56:37.987Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T07:56:46.978Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-16T07:56:46.984Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T07:56:46.994Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-16T07:56:47.005Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-16T07:56:47.005Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T07:56:47.009Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2802/head:refs/remotes/origin/PR-2802 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T07:56:47.579Z] Merging remotes/origin/master commit bf07e1ea75fdced3aa7682c431f6de3bff686831 into PR head commit 78019c5e9566ac125a1df2eafe5492b342e170b1 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-16T07:56:48.284Z] Failed in branch amd64 [2020-10-16T07:56:47.586Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T07:56:47.590Z] > git checkout -f 78019c5e9566ac125a1df2eafe5492b342e170b1 # timeout=10 [2020-10-16T07:57:56.714Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:57:56.714Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:57:56.714Z] ---> c8611e591680 [2020-10-16T07:57:56.714Z] Step 3/27 : WORKDIR /edgex-go [2020-10-16T07:57:56.714Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:57:56.714Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:57:56.714Z] ---> c8611e591680 [2020-10-16T07:57:56.714Z] Step 3/21 : WORKDIR /edgex-go [2020-10-16T07:57:56.714Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:57:56.714Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-16T07:57:56.714Z] ---> c8611e591680 [2020-10-16T07:57:56.714Z] Step 3/29 : WORKDIR /edgex-go [2020-10-16T07:57:56.714Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:57:56.714Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:57:56.714Z] ---> c8611e591680 [2020-10-16T07:57:56.714Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T07:57:56.714Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T07:57:56.714Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-16T07:57:56.714Z] ---> c8611e591680 [2020-10-16T07:57:56.714Z] Step 3/23 : WORKDIR /edgex-go [2020-10-16T07:57:56.714Z] ---> Running in c086a12f19ef [2020-10-16T07:57:56.714Z] ---> Running in b69c14229482 [2020-10-16T07:57:56.714Z] ---> Running in f9f9a3a43829 [2020-10-16T07:57:56.714Z] ---> Running in df2879fe5dff [2020-10-16T07:57:56.714Z] ---> Running in 5feb70ef3451 [2020-10-16T07:57:56.714Z] Removing intermediate container c086a12f19ef [2020-10-16T07:57:56.714Z] ---> 3ea6de84f342 [2020-10-16T07:57:56.714Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:57:56.714Z] Removing intermediate container f9f9a3a43829 [2020-10-16T07:57:56.714Z] ---> d9170e1dcd75 [2020-10-16T07:57:56.714Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:57:56.714Z] Removing intermediate container b69c14229482 [2020-10-16T07:57:56.714Z] ---> 1659b8cf633b [2020-10-16T07:57:56.714Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:57:56.714Z] Removing intermediate container df2879fe5dff [2020-10-16T07:57:56.714Z] ---> fd39bda0d4e2 [2020-10-16T07:57:56.714Z] Step 4/29 : RUN apk update && apk add make git [2020-10-16T07:57:56.714Z] Removing intermediate container 5feb70ef3451 [2020-10-16T07:57:56.714Z] ---> 884c43e6a3ec [2020-10-16T07:57:56.714Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T07:57:56.714Z] ---> Running in 25e266c84016 [2020-10-16T07:57:56.714Z] ---> Running in d4294b6297c4 [2020-10-16T07:57:56.714Z] ---> Running in a7ce8ce50583 [2020-10-16T07:57:56.714Z] ---> Running in efcf51310bd1 [2020-10-16T07:57:56.714Z] ---> Running in 67ecd2bb7df2 [2020-10-16T07:57:58.159Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:57:58.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:57:58.765Z] Removing intermediate container d4294b6297c4 [2020-10-16T07:57:58.765Z] ---> 762cde620487 [2020-10-16T07:57:58.765Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-16T07:57:58.765Z] ---> Running in abee784ebd17 [2020-10-16T07:57:59.041Z] Removing intermediate container 25e266c84016 [2020-10-16T07:57:59.041Z] ---> 04a56a14c27b [2020-10-16T07:57:59.041Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T07:57:59.314Z] Removing intermediate container a7ce8ce50583 [2020-10-16T07:57:59.314Z] ---> ccfe6aa9feb5 [2020-10-16T07:57:59.314Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-16T07:57:59.314Z] ---> Running in c89a9422c841 [2020-10-16T07:57:59.592Z] Removing intermediate container 67ecd2bb7df2 [2020-10-16T07:57:59.592Z] ---> 9cc0a09dfb38 [2020-10-16T07:57:59.592Z] Step 5/21 : RUN apk update && apk add make git [2020-10-16T07:57:59.592Z] ---> Running in 144a471f6448 [2020-10-16T07:57:59.592Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:57:59.592Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:57:59.592Z] OK: 12623 distinct packages available [2020-10-16T07:57:59.874Z] ---> Running in 8a99aebddb41 [2020-10-16T07:58:00.476Z] OK: 217 MiB in 51 packages [2020-10-16T07:58:01.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:58:01.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:58:02.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:58:02.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:58:02.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T07:58:02.319Z] Removing intermediate container efcf51310bd1 [2020-10-16T07:58:02.319Z] ---> a2b7b97568c7 [2020-10-16T07:58:02.319Z] Step 5/29 : COPY go.mod . [2020-10-16T07:58:02.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:58:02.868Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:58:02.868Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:58:02.868Z] OK: 12623 distinct packages available [2020-10-16T07:58:02.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:58:03.160Z] ---> 795dbe75112d [2020-10-16T07:58:03.160Z] Step 6/29 : RUN go mod download [2020-10-16T07:58:03.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T07:58:03.471Z] ---> Running in 2b5356ed5291 [2020-10-16T07:58:03.471Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:58:03.472Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:58:03.472Z] OK: 12623 distinct packages available [2020-10-16T07:58:03.751Z] OK: 217 MiB in 51 packages [2020-10-16T07:58:04.027Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:58:04.027Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:58:04.027Z] OK: 12623 distinct packages available [2020-10-16T07:58:04.027Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T07:58:04.027Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T07:58:04.027Z] OK: 12623 distinct packages available [2020-10-16T07:58:04.628Z] OK: 217 MiB in 51 packages [2020-10-16T07:58:04.906Z] OK: 217 MiB in 51 packages [2020-10-16T07:58:05.192Z] OK: 217 MiB in 51 packages [2020-10-16T07:58:05.800Z] Removing intermediate container abee784ebd17 [2020-10-16T07:58:05.800Z] ---> 69ab809a9559 [2020-10-16T07:58:05.800Z] Step 6/23 : COPY go.mod . [2020-10-16T07:58:06.402Z] Removing intermediate container c89a9422c841 [2020-10-16T07:58:06.402Z] ---> 04f6ca7d7382 [2020-10-16T07:58:06.402Z] Step 6/22 : COPY go.mod . [2020-10-16T07:58:06.684Z] ---> 38c4f4db4e6f [2020-10-16T07:58:06.684Z] Step 7/23 : RUN go mod download [2020-10-16T07:58:06.970Z] ---> Running in 26cacb1d9d5b [2020-10-16T07:58:06.970Z] Removing intermediate container 8a99aebddb41 [2020-10-16T07:58:06.970Z] ---> 5d2f37552ea0 [2020-10-16T07:58:07.244Z] Step 6/21 : COPY go.mod . [2020-10-16T07:58:07.244Z] Removing intermediate container 144a471f6448 [2020-10-16T07:58:07.244Z] ---> a0cc778a9586 [2020-10-16T07:58:07.244Z] Step 6/27 : COPY go.mod . [2020-10-16T07:58:07.517Z] ---> a6315efc9f66 [2020-10-16T07:58:07.517Z] Step 7/22 : RUN go mod download [2020-10-16T07:58:07.790Z] ---> Running in 8f5c002e2cd8 [2020-10-16T07:58:08.065Z] Removing intermediate container 2b5356ed5291 [2020-10-16T07:58:08.065Z] ---> 9dbdbc6b2df8 [2020-10-16T07:58:08.065Z] Step 7/29 : COPY . . [2020-10-16T07:58:08.340Z] ---> ac7c9e46ce50 [2020-10-16T07:58:08.340Z] Step 7/21 : RUN go mod download [2020-10-16T07:58:08.340Z] ---> 65286de1174a [2020-10-16T07:58:08.340Z] Step 7/27 : RUN go mod download [2020-10-16T07:58:08.613Z] ---> Running in d4d69ac48882 [2020-10-16T07:58:08.613Z] ---> Running in 3f05d4d75f29 [2020-10-16T07:58:12.940Z] Removing intermediate container 26cacb1d9d5b [2020-10-16T07:58:12.940Z] ---> 620b8bf1bf4f [2020-10-16T07:58:12.940Z] Step 8/23 : COPY . . [2020-10-16T07:58:12.940Z] Removing intermediate container 8f5c002e2cd8 [2020-10-16T07:58:12.940Z] ---> d77c483ebbd5 [2020-10-16T07:58:12.940Z] Step 8/22 : COPY . . [2020-10-16T07:58:13.932Z] Removing intermediate container d4d69ac48882 [2020-10-16T07:58:13.932Z] ---> 6696181ecfed [2020-10-16T07:58:13.932Z] Step 8/21 : COPY . . [2020-10-16T07:58:14.533Z] Removing intermediate container 3f05d4d75f29 [2020-10-16T07:58:14.533Z] ---> e1c44e7db0e6 [2020-10-16T07:58:14.533Z] Step 8/27 : COPY . . [2020-10-16T07:58:36.752Z] ---> 454d8817145c [2020-10-16T07:58:36.752Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-16T07:58:36.752Z] ---> 8dd82f84c9d3 [2020-10-16T07:58:36.752Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-16T07:58:36.752Z] ---> eb0f4d8d7948 [2020-10-16T07:58:36.752Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-16T07:58:36.752Z] ---> 756ca5aeb5ff [2020-10-16T07:58:36.752Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-16T07:58:36.752Z] ---> Running in 7d7512680561 [2020-10-16T07:58:36.752Z] ---> Running in d377f58c85f7 [2020-10-16T07:58:36.752Z] ---> Running in c225a7689e60 [2020-10-16T07:58:36.752Z] ---> Running in c1618fa21c5c [2020-10-16T07:58:36.752Z] ---> b2d8abee59c2 [2020-10-16T07:58:36.752Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-16T07:58:36.752Z] ---> Running in 45178133f6d5 [2020-10-16T07:58:37.755Z] 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-16T07:58:38.033Z] 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-16T07:58:38.313Z] 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-16T07:58:38.590Z] 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-16T07:58:38.590Z] 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-16T08:00:15.454Z] Removing intermediate container d377f58c85f7 [2020-10-16T08:00:15.454Z] ---> 52f7c5a5f20a [2020-10-16T08:00:15.454Z] [2020-10-16T08:00:15.454Z] Step 9/29 : FROM alpine:latest [2020-10-16T08:00:15.454Z] latest: Pulling from library/alpine [2020-10-16T08:00:15.454Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-16T08:00:15.454Z] Status: Downloaded newer image for alpine:latest [2020-10-16T08:00:15.454Z] ---> 62ee0e9f8440 [2020-10-16T08:00:15.454Z] 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-16T08:00:15.454Z] ---> Running in 241095159d9a [2020-10-16T08:00:15.454Z] Removing intermediate container 241095159d9a [2020-10-16T08:00:15.454Z] ---> d2422a8b7c5d [2020-10-16T08:00:15.454Z] Step 11/29 : USER root [2020-10-16T08:00:15.454Z] ---> Running in 97af75c68b74 [2020-10-16T08:00:15.454Z] Removing intermediate container 97af75c68b74 [2020-10-16T08:00:15.454Z] ---> 4c56f4744a28 [2020-10-16T08:00:15.454Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-16T08:00:15.455Z] ---> Running in 4869975370af [2020-10-16T08:00:15.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:00:15.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:00:15.455Z] v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:00:15.455Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:00:15.455Z] OK: 12621 distinct packages available [2020-10-16T08:00:15.455Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-16T08:00:15.455Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-16T08:00:15.455Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:00:15.455Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T08:00:15.455Z] OK: 6 MiB in 16 packages [2020-10-16T08:00:15.455Z] Removing intermediate container 4869975370af [2020-10-16T08:00:15.455Z] ---> 265139f283bc [2020-10-16T08:00:15.455Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-16T08:00:15.455Z] ---> Running in fdf3423e20de [2020-10-16T08:00:15.455Z] Removing intermediate container 45178133f6d5 [2020-10-16T08:00:15.455Z] ---> cec41279e306 [2020-10-16T08:00:15.455Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-16T08:00:15.735Z] ---> Running in 8319e2210f34 [2020-10-16T08:00:16.012Z] Removing intermediate container fdf3423e20de [2020-10-16T08:00:16.012Z] ---> ad4ed4879019 [2020-10-16T08:00:16.012Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-16T08:00:16.289Z] ---> Running in 91b067fc7928 [2020-10-16T08:00:17.290Z] Removing intermediate container 91b067fc7928 [2020-10-16T08:00:17.290Z] ---> 9ab85690d5da [2020-10-16T08:00:17.290Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-16T08:00:17.290Z] ---> Running in 172f702e0ecd [2020-10-16T08:00:18.288Z] 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-16T08:00:21.714Z] Removing intermediate container 172f702e0ecd [2020-10-16T08:00:21.714Z] ---> 437bb072cf1b [2020-10-16T08:00:21.714Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-16T08:00:23.189Z] ---> b20bfab58c25 [2020-10-16T08:00:23.189Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-16T08:00:24.640Z] ---> 1b4d228e3b49 [2020-10-16T08:00:24.916Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-16T08:00:24.916Z] Removing intermediate container 8319e2210f34 [2020-10-16T08:00:24.916Z] ---> 57a1d0a12a6f [2020-10-16T08:00:24.916Z] [2020-10-16T08:00:24.916Z] Step 11/27 : FROM docker:latest [2020-10-16T08:00:24.916Z] ---> 45884bde0078 [2020-10-16T08:00:24.916Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-16T08:00:25.195Z] ---> Running in 7e165f783089 [2020-10-16T08:00:26.217Z] ---> 5d61f065f611 [2020-10-16T08:00:26.503Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-16T08:00:27.510Z] ---> 53a195dc91a2 [2020-10-16T08:00:27.510Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-16T08:00:27.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:00:28.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:00:28.680Z] ---> 85fe198acca3 [2020-10-16T08:00:28.680Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-16T08:00:28.957Z] (1/2) Installing readline (8.0.4-r0) [2020-10-16T08:00:28.957Z] (2/2) Installing bash (5.0.17-r0) [2020-10-16T08:00:28.957Z] ---> Running in 94aff2929dbd [2020-10-16T08:00:28.957Z] Executing bash-5.0.17-r0.post-install [2020-10-16T08:00:28.957Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:00:28.957Z] OK: 12 MiB in 22 packages [2020-10-16T08:00:31.608Z] Removing intermediate container 7e165f783089 [2020-10-16T08:00:31.608Z] ---> d1a071ff8be1 [2020-10-16T08:00:31.608Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-16T08:00:31.887Z] ---> Running in 65ff77970248 [2020-10-16T08:00:34.530Z] Removing intermediate container 94aff2929dbd [2020-10-16T08:00:34.531Z] ---> 75084320d697 [2020-10-16T08:00:34.531Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T08:00:37.277Z] ---> 7d24ffbc0279 [2020-10-16T08:00:37.277Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T08:00:37.277Z] ---> Running in 06a9633030d4 [2020-10-16T08:00:37.593Z] Removing intermediate container 65ff77970248 [2020-10-16T08:00:37.593Z] ---> b1e1b5438b25 [2020-10-16T08:00:37.593Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-16T08:00:38.221Z] ---> Running in 112022ff8d3b [2020-10-16T08:00:40.214Z] Removing intermediate container 112022ff8d3b [2020-10-16T08:00:40.214Z] ---> 98182686cf54 [2020-10-16T08:00:40.214Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-16T08:00:40.496Z] ---> Running in 4ec7ad53ff0d [2020-10-16T08:00:40.496Z] Removing intermediate container c1618fa21c5c [2020-10-16T08:00:40.496Z] ---> 19026ca1f867 [2020-10-16T08:00:40.496Z] [2020-10-16T08:00:40.496Z] Step 10/21 : FROM scratch [2020-10-16T08:00:40.496Z] ---> [2020-10-16T08:00:40.496Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T08:00:40.773Z] Removing intermediate container 7d7512680561 [2020-10-16T08:00:40.773Z] ---> 8d8e8a879715 [2020-10-16T08:00:40.773Z] [2020-10-16T08:00:40.773Z] Step 10/22 : FROM scratch [2020-10-16T08:00:40.773Z] ---> [2020-10-16T08:00:40.773Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T08:00:41.049Z] ---> Running in 66298a2f594f [2020-10-16T08:00:41.330Z] ---> Running in 72892d30aaf1 [2020-10-16T08:00:41.330Z] Removing intermediate container 4ec7ad53ff0d [2020-10-16T08:00:41.330Z] ---> 490af26c4062 [2020-10-16T08:00:41.330Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-16T08:00:41.610Z] ---> Running in 4c6261514d03 [2020-10-16T08:00:41.891Z] Removing intermediate container 66298a2f594f [2020-10-16T08:00:41.891Z] ---> 2c915b286c3a [2020-10-16T08:00:41.891Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-16T08:00:41.891Z] ---> Running in c90e6a658b3b [2020-10-16T08:00:42.167Z] Removing intermediate container 72892d30aaf1 [2020-10-16T08:00:42.167Z] ---> 7a3e0080d6c9 [2020-10-16T08:00:42.167Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-16T08:00:42.167Z] Removing intermediate container 06a9633030d4 [2020-10-16T08:00:42.167Z] ---> a6923d80ab0f [2020-10-16T08:00:42.167Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-16T08:00:42.448Z] ---> Running in 78065d140601 [2020-10-16T08:00:42.448Z] ---> Running in ed58dde912ed [2020-10-16T08:00:42.448Z] Removing intermediate container 4c6261514d03 [2020-10-16T08:00:42.448Z] ---> 6efc59525ff3 [2020-10-16T08:00:42.448Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-16T08:00:42.732Z] Removing intermediate container c90e6a658b3b [2020-10-16T08:00:42.732Z] ---> 6a4dce8937f8 [2020-10-16T08:00:42.732Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-16T08:00:43.007Z] ---> Running in 42891eec3c7e [2020-10-16T08:00:43.007Z] Removing intermediate container 78065d140601 [2020-10-16T08:00:43.007Z] ---> e718d03249c9 [2020-10-16T08:00:43.007Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T08:00:43.289Z] ---> Running in ebae3af5b059 [2020-10-16T08:00:43.900Z] Removing intermediate container 42891eec3c7e [2020-10-16T08:00:43.900Z] ---> c199d7df55f6 [2020-10-16T08:00:43.900Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-16T08:00:44.508Z] Removing intermediate container ebae3af5b059 [2020-10-16T08:00:44.508Z] ---> d873f596c0e0 [2020-10-16T08:00:44.508Z] Step 14/22 : WORKDIR / [2020-10-16T08:00:44.508Z] ---> 6f54588a4ccd [2020-10-16T08:00:44.508Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-16T08:00:44.793Z] ---> Running in 367db84ff65e [2020-10-16T08:00:45.072Z] ---> 007dfb79f9ae [2020-10-16T08:00:45.072Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-16T08:00:45.350Z] Removing intermediate container 367db84ff65e [2020-10-16T08:00:45.350Z] ---> 6ada6aef07ce [2020-10-16T08:00:45.350Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-16T08:00:45.946Z] ---> 8fd2c48a9036 [2020-10-16T08:00:45.946Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-16T08:00:46.936Z] ---> 0e018c70cb25 [2020-10-16T08:00:46.936Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-16T08:00:46.936Z] Removing intermediate container ed58dde912ed [2020-10-16T08:00:46.936Z] ---> 4bdd2155b45f [2020-10-16T08:00:46.936Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T08:00:47.211Z] ---> Running in 5b713f8f1bd1 [2020-10-16T08:00:47.211Z] ---> 2004dbd49d7a [2020-10-16T08:00:47.211Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-16T08:00:47.494Z] ---> dab7202a7ccf [2020-10-16T08:00:47.494Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-16T08:00:47.773Z] ---> Running in 1e582e551b7b [2020-10-16T08:00:48.053Z] Removing intermediate container 5b713f8f1bd1 [2020-10-16T08:00:48.053Z] ---> fe80ba5b2b01 [2020-10-16T08:00:48.053Z] Step 26/29 : CMD [ "generate" ] [2020-10-16T08:00:48.326Z] ---> Running in 273a1a11a509 [2020-10-16T08:00:48.952Z] ---> 9c800b16b7a6 [2020-10-16T08:00:48.952Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-16T08:00:48.952Z] ---> 8f0903b352f2 [2020-10-16T08:00:48.952Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-16T08:00:49.234Z] ---> Running in ce9fffbca87d [2020-10-16T08:00:49.234Z] Removing intermediate container 273a1a11a509 [2020-10-16T08:00:49.234Z] ---> 4afa19d89e21 [2020-10-16T08:00:49.234Z] Step 27/29 : LABEL arch=arm64 [2020-10-16T08:00:49.505Z] ---> Running in 11ba94913615 [2020-10-16T08:00:50.107Z] Removing intermediate container ce9fffbca87d [2020-10-16T08:00:50.107Z] ---> 7ce942c57cf9 [2020-10-16T08:00:50.107Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:00:50.107Z] ---> 8dba75e1f87a [2020-10-16T08:00:50.107Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-16T08:00:50.384Z] ---> Running in 931eae2f51de [2020-10-16T08:00:50.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:00:50.384Z] Removing intermediate container 11ba94913615 [2020-10-16T08:00:50.384Z] ---> 4ad4bfe9051b [2020-10-16T08:00:50.384Z] Step 28/29 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T08:00:50.661Z] ---> Running in 36546080188c [2020-10-16T08:00:50.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:00:50.661Z] ---> Running in 2e35ea77c173 [2020-10-16T08:00:50.938Z] Removing intermediate container 931eae2f51de [2020-10-16T08:00:50.938Z] ---> 1064981ecaec [2020-10-16T08:00:50.938Z] Step 19/21 : LABEL arch=arm64 [2020-10-16T08:00:51.216Z] ---> Running in 1ece0a14a71d [2020-10-16T08:00:51.515Z] Removing intermediate container 36546080188c [2020-10-16T08:00:51.515Z] ---> 772483c55b5e [2020-10-16T08:00:51.515Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:00:51.515Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-16T08:00:51.515Z] (2/33) Installing expat (2.2.9-r1) [2020-10-16T08:00:51.515Z] (3/33) Installing libffi (3.3-r2) [2020-10-16T08:00:51.515Z] (4/33) Installing gdbm (1.13-r1) [2020-10-16T08:00:51.515Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-16T08:00:51.515Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-16T08:00:51.515Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-16T08:00:51.515Z] Removing intermediate container 2e35ea77c173 [2020-10-16T08:00:51.515Z] ---> c234b63b6e30 [2020-10-16T08:00:51.515Z] Step 29/29 : LABEL version=0.0.0 [2020-10-16T08:00:51.804Z] ---> Running in 41b5ce3f7de7 [2020-10-16T08:00:52.080Z] ---> Running in 0d5580695be0 [2020-10-16T08:00:52.080Z] Removing intermediate container 1ece0a14a71d [2020-10-16T08:00:52.080Z] ---> a9c8a9ebca4d [2020-10-16T08:00:52.080Z] Step 20/21 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T08:00:53.060Z] ---> Running in 60926bc00e4e [2020-10-16T08:00:53.061Z] Removing intermediate container 41b5ce3f7de7 [2020-10-16T08:00:53.061Z] ---> 067b85659fd7 [2020-10-16T08:00:53.061Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T08:00:53.061Z] Removing intermediate container 0d5580695be0 [2020-10-16T08:00:53.061Z] ---> b119d356f75f [2020-10-16T08:00:53.061Z] [2020-10-16T08:00:53.347Z] ---> Running in e8932c988332 [2020-10-16T08:00:53.624Z] Successfully built b119d356f75f [2020-10-16T08:00:53.901Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-16T08:00:53.901Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-16T08:00:53.901Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-16T08:00:53.901Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-16T08:00:53.901Z]  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go [2020-10-16T08:00:53.901Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-16T08:00:53.901Z] Removing intermediate container 60926bc00e4e [2020-10-16T08:00:53.901Z] ---> 4434c0860caf [2020-10-16T08:00:53.901Z] Step 21/21 : LABEL version=0.0.0(12/33) Installing py3-packaging (20.4-r0) [2020-10-16T08:00:53.901Z] [2020-10-16T08:00:53.901Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-16T08:00:54.177Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-16T08:00:54.177Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-16T08:00:54.177Z] Removing intermediate container e8932c988332 [2020-10-16T08:00:54.177Z] ---> 2cf580211bc9 [2020-10-16T08:00:54.177Z] Step 21/22 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T08:00:54.177Z] ---> Running in a483b037421b [2020-10-16T08:00:54.177Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-16T08:00:54.177Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-16T08:00:54.177Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-16T08:00:54.452Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-16T08:00:54.452Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-16T08:00:54.452Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-16T08:00:54.452Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-16T08:00:54.452Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-16T08:00:54.452Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-16T08:00:54.452Z] ---> Running in 504f79cdd8af [2020-10-16T08:00:54.452Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-16T08:00:54.452Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-16T08:00:54.727Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-16T08:00:54.727Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-16T08:00:54.727Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-16T08:00:54.727Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-16T08:00:54.727Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-16T08:00:54.727Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-16T08:00:54.727Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-16T08:00:55.000Z] Removing intermediate container a483b037421b [2020-10-16T08:00:55.000Z] ---> eb2cd10fb1ee [2020-10-16T08:00:55.000Z] [2020-10-16T08:00:55.000Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:00:55.000Z] OK: 71 MiB in 55 packages [2020-10-16T08:00:55.277Z] Removing intermediate container 504f79cdd8af [2020-10-16T08:00:55.277Z] ---> 17356bfa21e3 [2020-10-16T08:00:55.277Z] Step 22/22 : LABEL version=0.0.0 [2020-10-16T08:00:55.277Z] Successfully built eb2cd10fb1ee [2020-10-16T08:00:55.553Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-16T08:00:55.553Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-10-16T08:00:55.847Z] ---> Running in 084b7e9c384a [2020-10-16T08:00:56.457Z] Removing intermediate container 084b7e9c384a [2020-10-16T08:00:56.457Z] ---> ece6e1838a3b [2020-10-16T08:00:56.457Z] [2020-10-16T08:00:57.446Z] Successfully built ece6e1838a3b [2020-10-16T08:00:57.446Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-16T08:00:57.446Z] Building docker-support-logging-go [2020-10-16T08:01:04.178Z]  Building docker-core-command-go ... done Removing intermediate container c225a7689e60 [2020-10-16T08:01:04.178Z] ---> 3910a6fc52dc [2020-10-16T08:01:04.178Z] [2020-10-16T08:01:04.178Z] Step 10/23 : FROM alpine [2020-10-16T08:01:04.178Z] ---> 62ee0e9f8440 [2020-10-16T08:01:04.178Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T08:01:04.178Z] Removing intermediate container 1e582e551b7b [2020-10-16T08:01:04.178Z] ---> 850185f0fcdc [2020-10-16T08:01:04.178Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-16T08:01:04.178Z] ---> Running in b101f1e70d32 [2020-10-16T08:01:04.451Z] ---> Running in 440c278b1aee [2020-10-16T08:01:04.729Z] Removing intermediate container b101f1e70d32 [2020-10-16T08:01:04.729Z] ---> df67dbc5f6c1 [2020-10-16T08:01:04.729Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-16T08:01:05.003Z] ---> Running in 035853e97316 [2020-10-16T08:01:05.999Z] Removing intermediate container 035853e97316 [2020-10-16T08:01:05.999Z] ---> 65945c11f079 [2020-10-16T08:01:05.999Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-16T08:01:06.275Z] ---> Running in 06243aa0194a [2020-10-16T08:01:06.875Z] Removing intermediate container 06243aa0194a [2020-10-16T08:01:06.875Z] ---> 6379aa4ebc7a [2020-10-16T08:01:06.875Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:01:07.149Z] ---> Running in efc05d4305ec [2020-10-16T08:01:10.547Z] Removing intermediate container efc05d4305ec [2020-10-16T08:01:10.547Z] ---> 763a33b12336 [2020-10-16T08:01:10.547Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-16T08:01:10.547Z] ---> Running in 321f1cac4528 [2020-10-16T08:01:11.165Z] Collecting docker-compose==1.23.2 [2020-10-16T08:01:11.165Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-16T08:01:12.259Z] Collecting texttable<0.10,>=0.9.0 [2020-10-16T08:01:12.259Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-16T08:01:12.548Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:01:13.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:01:14.854Z] Collecting docker<4.0,>=3.6.0 [2020-10-16T08:01:14.854Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-16T08:01:15.212Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-16T08:01:15.212Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-16T08:01:15.535Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-16T08:01:15.816Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-16T08:01:15.816Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-16T08:01:15.816Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-16T08:01:16.095Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-16T08:01:16.095Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:01:16.381Z] OK: 8 MiB in 19 packages [2020-10-16T08:01:19.182Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-16T08:01:19.182Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-16T08:01:19.182Z] Removing intermediate container 321f1cac4528 [2020-10-16T08:01:19.182Z] ---> b9c4a99c5ab4 [2020-10-16T08:01:19.182Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-16T08:01:19.463Z] 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-16T08:01:20.497Z] ---> 4d0941618b5a [2020-10-16T08:01:20.497Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-16T08:01:20.781Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-16T08:01:20.781Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-16T08:01:21.829Z] Collecting jsonschema<3,>=2.5.1 [2020-10-16T08:01:21.829Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-16T08:01:22.847Z] Collecting PyYAML<4,>=3.10 [2020-10-16T08:01:22.847Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-16T08:01:23.128Z] ---> 2408a95b73fe [2020-10-16T08:01:23.128Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-16T08:01:24.603Z] ---> 264967c09fbf [2020-10-16T08:01:24.603Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-16T08:01:24.882Z] ---> Running in e6d433a87681 [2020-10-16T08:01:25.515Z] Removing intermediate container e6d433a87681 [2020-10-16T08:01:25.515Z] ---> 4f5d537b4441 [2020-10-16T08:01:25.515Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:01:25.830Z] ---> Running in 66338d961410 [2020-10-16T08:01:26.844Z] Removing intermediate container 66338d961410 [2020-10-16T08:01:26.844Z] ---> 6d8ee2631ced [2020-10-16T08:01:26.844Z] Step 21/23 : LABEL arch=arm64 [2020-10-16T08:01:26.844Z] Collecting docopt<0.7,>=0.6.1 [2020-10-16T08:01:26.844Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-16T08:01:26.844Z] ---> Running in becb9b3f9dfe [2020-10-16T08:01:27.860Z] Removing intermediate container becb9b3f9dfe [2020-10-16T08:01:27.860Z] ---> 10c286f1312d [2020-10-16T08:01:27.860Z] Step 22/23 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T08:01:27.860Z] ---> Running in 98d6b090b52e [2020-10-16T08:01:28.928Z] Removing intermediate container 98d6b090b52e [2020-10-16T08:01:28.928Z] ---> 76fa4917d6cc [2020-10-16T08:01:28.928Z] Step 23/23 : LABEL version=0.0.0 [2020-10-16T08:01:29.214Z] ---> Running in 080ada4f9730 [2020-10-16T08:01:29.875Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:01:29.875Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:01:29.875Z] ---> c8611e591680 [2020-10-16T08:01:29.875Z] Step 3/20 : WORKDIR /edgex-go [2020-10-16T08:01:29.875Z] ---> Using cache [2020-10-16T08:01:29.875Z] ---> 884c43e6a3ec [2020-10-16T08:01:29.875Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:01:29.875Z] ---> Using cache [2020-10-16T08:01:29.875Z] ---> 9cc0a09dfb38 [2020-10-16T08:01:29.875Z] Step 5/20 : RUN apk update && apk add make git [2020-10-16T08:01:29.875Z] ---> Using cache [2020-10-16T08:01:29.875Z] ---> 5d2f37552ea0 [2020-10-16T08:01:29.875Z] Step 6/20 : COPY go.mod . [2020-10-16T08:01:29.875Z] ---> Using cache [2020-10-16T08:01:29.875Z] ---> ac7c9e46ce50 [2020-10-16T08:01:29.875Z] Step 7/20 : RUN go mod download [2020-10-16T08:01:29.875Z] ---> Using cache [2020-10-16T08:01:29.875Z] ---> 6696181ecfed [2020-10-16T08:01:29.875Z] Step 8/20 : COPY . . [2020-10-16T08:01:29.875Z] ---> Using cache [2020-10-16T08:01:29.875Z] ---> eb0f4d8d7948 [2020-10-16T08:01:29.875Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-16T08:01:29.875Z] Collecting cached-property<2,>=1.2.0 [2020-10-16T08:01:29.875Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-16T08:01:30.167Z] ---> Running in 1aea919089ce [2020-10-16T08:01:30.459Z] Removing intermediate container 080ada4f9730 [2020-10-16T08:01:30.459Z] ---> dd87cea7900b [2020-10-16T08:01:30.459Z] [2020-10-16T08:01:30.459Z] Collecting docker-pycreds>=0.4.0 [2020-10-16T08:01:30.459Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-16T08:01:30.829Z] 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-16T08:01:30.829Z] 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-16T08:01:31.176Z] Successfully built dd87cea7900b [2020-10-16T08:01:31.176Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-16T08:01:31.176Z] Building docker-core-metadata-go [2020-10-16T08:01:31.480Z]  Building docker-core-data-go ... done Collecting urllib3<1.25,>=1.21.1 [2020-10-16T08:01:31.480Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-16T08:01:31.808Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:01:31.808Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:01:31.808Z] ---> c8611e591680 [2020-10-16T08:01:31.808Z] Step 3/24 : WORKDIR /edgex-go [2020-10-16T08:01:31.808Z] ---> Using cache [2020-10-16T08:01:31.808Z] ---> 884c43e6a3ec [2020-10-16T08:01:31.808Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:01:31.808Z] ---> Using cache [2020-10-16T08:01:31.808Z] ---> 9cc0a09dfb38 [2020-10-16T08:01:31.808Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-16T08:01:32.124Z] Collecting idna<2.8,>=2.5 [2020-10-16T08:01:32.124Z] ---> Running in 22284219734c [2020-10-16T08:01:32.124Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-16T08:01:32.124Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-16T08:01:32.124Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-16T08:01:32.124Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-16T08:01:32.124Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-16T08:01:32.859Z] 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-16T08:01:33.536Z] Installing collected packages: texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, PyYAML, docopt, cached-property, docker-compose [2020-10-16T08:01:33.536Z] Running setup.py install for texttable: started [2020-10-16T08:01:33.830Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:01:33.830Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:01:33.830Z] ---> c8611e591680 [2020-10-16T08:01:33.830Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T08:01:33.830Z] ---> Using cache [2020-10-16T08:01:33.830Z] ---> 884c43e6a3ec [2020-10-16T08:01:33.830Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:01:33.830Z] ---> Using cache [2020-10-16T08:01:33.830Z] ---> 9cc0a09dfb38 [2020-10-16T08:01:33.830Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-16T08:01:34.128Z] ---> Running in 935dd349f66b [2020-10-16T08:01:34.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:01:36.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:01:36.471Z] Running setup.py install for texttable: finished with status 'done' [2020-10-16T08:01:36.471Z] Attempting uninstall: urllib3 [2020-10-16T08:01:36.471Z] Found existing installation: urllib3 1.25.9 [2020-10-16T08:01:36.471Z] Uninstalling urllib3-1.25.9: [2020-10-16T08:01:36.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:01:36.471Z] Successfully uninstalled urllib3-1.25.9 [2020-10-16T08:01:37.286Z] Attempting uninstall: idna [2020-10-16T08:01:37.286Z] Found existing installation: idna 2.9 [2020-10-16T08:01:37.286Z] Uninstalling idna-2.9: [2020-10-16T08:01:37.286Z] Successfully uninstalled idna-2.9 [2020-10-16T08:01:37.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:01:37.988Z] Attempting uninstall: requests [2020-10-16T08:01:37.988Z] Found existing installation: requests 2.23.0 [2020-10-16T08:01:37.988Z] Uninstalling requests-2.23.0: [2020-10-16T08:01:38.383Z] Successfully uninstalled requests-2.23.0 [2020-10-16T08:01:38.383Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:01:38.383Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:01:38.383Z] OK: 12623 distinct packages available [2020-10-16T08:01:39.436Z] OK: 217 MiB in 51 packages [2020-10-16T08:01:39.436Z] v3.12.0-422-g452ec8a76c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:01:39.436Z] v3.12.0-425-g06af4617c5 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:01:39.436Z] OK: 12623 distinct packages available [2020-10-16T08:01:40.808Z] OK: 217 MiB in 51 packages [2020-10-16T08:01:41.912Z] Running setup.py install for dockerpty: started [2020-10-16T08:01:42.196Z] OK: 217 MiB in 51 packages [2020-10-16T08:01:43.224Z] Removing intermediate container 22284219734c [2020-10-16T08:01:43.224Z] ---> 14aad8f80048 [2020-10-16T08:01:43.224Z] Step 6/24 : COPY go.mod . [2020-10-16T08:01:44.691Z] Removing intermediate container 935dd349f66b [2020-10-16T08:01:44.691Z] ---> de650479d2d1 [2020-10-16T08:01:44.691Z] Step 6/22 : COPY go.mod . [2020-10-16T08:01:44.691Z] ---> 45a665720d0f [2020-10-16T08:01:44.691Z] Step 7/24 : RUN go mod download [2020-10-16T08:01:44.976Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-16T08:01:44.976Z] ---> Running in baae475984a7 [2020-10-16T08:01:45.611Z] Running setup.py install for PyYAML: started [2020-10-16T08:01:46.637Z] ---> e891702ca798 [2020-10-16T08:01:46.637Z] Step 7/22 : RUN go mod download [2020-10-16T08:01:46.922Z] ---> Running in eaf6a05572cb [2020-10-16T08:01:49.584Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-16T08:01:49.584Z] Running setup.py install for docopt: started [2020-10-16T08:01:51.589Z] Removing intermediate container baae475984a7 [2020-10-16T08:01:51.589Z] ---> fc6c589b0267 [2020-10-16T08:01:51.589Z] Step 8/24 : COPY . . [2020-10-16T08:01:51.863Z] Running setup.py install for docopt: finished with status 'done' [2020-10-16T08:01:52.844Z] Removing intermediate container eaf6a05572cb [2020-10-16T08:01:52.844Z] ---> 559efdda802f [2020-10-16T08:01:52.844Z] Step 8/22 : COPY . . [2020-10-16T08:01:53.117Z] 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-16T08:01:53.718Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:01:53.718Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:01:53.718Z] ---> c8611e591680 [2020-10-16T08:01:53.718Z] Step 3/22 : WORKDIR /edgex-go [2020-10-16T08:01:53.718Z] ---> Using cache [2020-10-16T08:01:53.718Z] ---> 884c43e6a3ec [2020-10-16T08:01:53.718Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:01:53.719Z] ---> Using cache [2020-10-16T08:01:53.719Z] ---> 9cc0a09dfb38 [2020-10-16T08:01:53.719Z] Step 5/22 : RUN apk update && apk add make git [2020-10-16T08:01:53.719Z] ---> Using cache [2020-10-16T08:01:53.719Z] ---> 5d2f37552ea0 [2020-10-16T08:01:53.719Z] Step 6/22 : COPY go.mod . [2020-10-16T08:01:53.719Z] ---> Using cache [2020-10-16T08:01:53.719Z] ---> ac7c9e46ce50 [2020-10-16T08:01:53.719Z] Step 7/22 : RUN go mod download [2020-10-16T08:01:53.719Z] ---> Using cache [2020-10-16T08:01:53.719Z] ---> 6696181ecfed [2020-10-16T08:01:53.719Z] Step 8/22 : COPY . . [2020-10-16T08:01:53.995Z] ---> Using cache [2020-10-16T08:01:53.995Z] ---> eb0f4d8d7948 [2020-10-16T08:01:53.995Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-16T08:01:55.444Z] ---> Running in f960ce136bff [2020-10-16T08:01:58.082Z] 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-16T08:02:01.497Z] Removing intermediate container 440c278b1aee [2020-10-16T08:02:01.497Z] ---> 0c22ca024af4 [2020-10-16T08:02:01.497Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-16T08:02:02.495Z] ---> Running in 1848a446ce42 [2020-10-16T08:02:05.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:02:05.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:02:06.425Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T08:02:06.425Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-16T08:02:06.425Z] (3/3) Installing curl (7.69.1-r1) [2020-10-16T08:02:06.425Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:02:06.425Z] OK: 71 MiB in 58 packages [2020-10-16T08:02:10.780Z] Removing intermediate container 1848a446ce42 [2020-10-16T08:02:10.780Z] ---> a3cede1e384c [2020-10-16T08:02:10.780Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-16T08:02:11.773Z] ---> Running in fbff5dcdf611 [2020-10-16T08:02:13.216Z] Removing intermediate container fbff5dcdf611 [2020-10-16T08:02:13.216Z] ---> b0584d33c03f [2020-10-16T08:02:13.216Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:02:14.661Z] ---> Running in 47e512bab212 [2020-10-16T08:02:16.121Z] Removing intermediate container 47e512bab212 [2020-10-16T08:02:16.121Z] ---> 44fa8c43cd62 [2020-10-16T08:02:16.121Z] Step 25/27 : LABEL arch=arm64 [2020-10-16T08:02:16.121Z] ---> Running in e71a822b4e08 [2020-10-16T08:02:18.105Z] Removing intermediate container e71a822b4e08 [2020-10-16T08:02:18.105Z] ---> f94b16ab0509 [2020-10-16T08:02:18.105Z] Step 26/27 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T08:02:18.383Z] ---> Running in 403c0afebfed [2020-10-16T08:02:18.383Z] ---> 773c4580c0db [2020-10-16T08:02:18.383Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-16T08:02:18.983Z] ---> Running in 638279b91bd7 [2020-10-16T08:02:19.972Z] Removing intermediate container 403c0afebfed [2020-10-16T08:02:19.972Z] ---> 63eeda25b838 [2020-10-16T08:02:19.972Z] Step 27/27 : LABEL version=0.0.0 [2020-10-16T08:02:20.577Z] ---> Running in 3285c71b1106 [2020-10-16T08:02:21.571Z] ---> c52115dd6de4 [2020-10-16T08:02:21.571Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-16T08:02:21.571Z] Removing intermediate container 3285c71b1106 [2020-10-16T08:02:21.571Z] ---> e5cd9168fd22 [2020-10-16T08:02:21.571Z] [2020-10-16T08:02:21.571Z] ---> Running in 948246e5d903 [2020-10-16T08:02:22.178Z] 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-16T08:02:22.178Z] Successfully built e5cd9168fd22 [2020-10-16T08:02:22.178Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-16T08:02:22.178Z] Building docker-security-secretstore-setup-go [2020-10-16T08:02:24.160Z]  Building docker-sys-mgmt-agent-go ... done 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-16T08:02:42.545Z] Removing intermediate container 1aea919089ce [2020-10-16T08:02:42.545Z] ---> 005243207fbe [2020-10-16T08:02:42.545Z] [2020-10-16T08:02:42.545Z] Step 10/20 : FROM alpine [2020-10-16T08:02:42.545Z] ---> 62ee0e9f8440 [2020-10-16T08:02:42.545Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-16T08:02:42.545Z] ---> Running in 203f440d0708 [2020-10-16T08:02:42.545Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-16T08:02:42.545Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-16T08:02:42.545Z] ---> c8611e591680 [2020-10-16T08:02:42.545Z] Step 3/26 : WORKDIR /edgex-go [2020-10-16T08:02:42.545Z] ---> Using cache [2020-10-16T08:02:42.545Z] ---> 884c43e6a3ec [2020-10-16T08:02:42.545Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T08:02:42.545Z] ---> Using cache [2020-10-16T08:02:42.545Z] ---> 9cc0a09dfb38 [2020-10-16T08:02:42.545Z] Step 5/26 : RUN apk update && apk add make git [2020-10-16T08:02:42.545Z] ---> Using cache [2020-10-16T08:02:42.545Z] ---> 5d2f37552ea0 [2020-10-16T08:02:42.545Z] Step 6/26 : COPY go.mod . [2020-10-16T08:02:42.545Z] ---> Using cache [2020-10-16T08:02:42.545Z] ---> ac7c9e46ce50 [2020-10-16T08:02:42.545Z] Step 7/26 : RUN go mod download [2020-10-16T08:02:42.545Z] ---> Using cache [2020-10-16T08:02:42.545Z] ---> 6696181ecfed [2020-10-16T08:02:42.545Z] Step 8/26 : COPY . . [2020-10-16T08:02:42.545Z] ---> Using cache [2020-10-16T08:02:42.545Z] ---> eb0f4d8d7948 [2020-10-16T08:02:42.545Z] 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-16T08:02:42.545Z] ---> Running in 32726c60d5d8 [2020-10-16T08:02:43.998Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:02:44.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:02:44.876Z] v3.12.0-422-g452ec8a76c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-16T08:02:44.876Z] v3.12.0-425-g06af4617c5 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-16T08:02:44.876Z] OK: 12621 distinct packages available [2020-10-16T08:02:45.153Z] 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-16T08:02:46.140Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-16T08:02:46.140Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-16T08:02:46.140Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-16T08:02:46.140Z] (4/4) Installing curl (7.69.1-r1) [2020-10-16T08:02:46.140Z] Executing busybox-1.31.1-r16.trigger [2020-10-16T08:02:46.140Z] Executing ca-certificates-20191127-r4.trigger [2020-10-16T08:02:46.419Z] OK: 7 MiB in 18 packages [2020-10-16T08:02:49.056Z] Removing intermediate container 203f440d0708 [2020-10-16T08:02:49.056Z] ---> 3d5399b88b9c [2020-10-16T08:02:49.056Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T08:02:49.056Z] ---> Running in 638947b650ca [2020-10-16T08:02:49.661Z] Removing intermediate container 638947b650ca [2020-10-16T08:02:49.661Z] ---> 67502cd07dd6 [2020-10-16T08:02:49.661Z] Step 13/20 : WORKDIR /edgex [2020-10-16T08:02:49.936Z] ---> Running in 7bbbee6007d7 [2020-10-16T08:02:50.545Z] Removing intermediate container 7bbbee6007d7 [2020-10-16T08:02:50.545Z] ---> a85f3b855a7b [2020-10-16T08:02:50.545Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-16T08:02:51.996Z] ---> 81425befe666 [2020-10-16T08:02:51.996Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-16T08:02:53.984Z] ---> b68393caf007 [2020-10-16T08:02:53.984Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-16T08:02:53.984Z] ---> Running in f98cd5fd47f4 [2020-10-16T08:02:54.595Z] Removing intermediate container f98cd5fd47f4 [2020-10-16T08:02:54.595Z] ---> 41ee8fb4d715 [2020-10-16T08:02:54.595Z] Step 17/20 : CMD ["--init=true"] [2020-10-16T08:02:54.876Z] ---> Running in d876a8855199 [2020-10-16T08:02:55.484Z] Removing intermediate container d876a8855199 [2020-10-16T08:02:55.484Z] ---> ae1afd85df29 [2020-10-16T08:02:55.484Z] Step 18/20 : LABEL arch=arm64 [2020-10-16T08:02:55.758Z] ---> Running in b41e5c52a48f [2020-10-16T08:02:56.360Z] Removing intermediate container b41e5c52a48f [2020-10-16T08:02:56.360Z] ---> dbc3494c07ef [2020-10-16T08:02:56.638Z] Step 19/20 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T08:02:56.638Z] ---> Running in cebd138778f0 [2020-10-16T08:02:57.626Z] Removing intermediate container cebd138778f0 [2020-10-16T08:02:57.626Z] ---> 24f8b8511a16 [2020-10-16T08:02:57.626Z] Step 20/20 : LABEL version=0.0.0 [2020-10-16T08:02:57.626Z] ---> Running in 7dbd16106126 [2020-10-16T08:02:58.609Z] Removing intermediate container 7dbd16106126 [2020-10-16T08:02:58.609Z] ---> 72c20fc4bbbd [2020-10-16T08:02:58.609Z] [2020-10-16T08:02:58.885Z] Successfully built 72c20fc4bbbd [2020-10-16T08:02:58.885Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-16T08:04:07.156Z]  Building docker-security-proxy-setup-go ... done 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-16T08:04:07.156Z] Removing intermediate container 948246e5d903 [2020-10-16T08:04:07.156Z] ---> 3bfd3b91a23b [2020-10-16T08:04:07.156Z] [2020-10-16T08:04:07.156Z] Step 10/22 : FROM scratch [2020-10-16T08:04:07.156Z] ---> [2020-10-16T08:04:07.156Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T08:04:07.156Z] ---> Running in 858c92a02bf0 [2020-10-16T08:04:07.156Z] Removing intermediate container 858c92a02bf0 [2020-10-16T08:04:07.156Z] ---> 750471a25f2e [2020-10-16T08:04:07.156Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-16T08:04:07.156Z] ---> Running in 73fea2e6a658 [2020-10-16T08:04:07.156Z] 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-16T08:04:07.156Z] Removing intermediate container f960ce136bff [2020-10-16T08:04:07.156Z] ---> 4e3490d52188 [2020-10-16T08:04:07.156Z] [2020-10-16T08:04:07.156Z] Step 10/22 : FROM scratch [2020-10-16T08:04:07.156Z] ---> [2020-10-16T08:04:07.156Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-16T08:04:07.156Z] ---> Using cache [2020-10-16T08:04:07.156Z] ---> 7a3e0080d6c9 [2020-10-16T08:04:07.156Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-16T08:04:07.156Z] Removing intermediate container 73fea2e6a658 [2020-10-16T08:04:07.156Z] ---> 899339052abf [2020-10-16T08:04:07.156Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T08:04:07.156Z] ---> Running in 974e7259555c [2020-10-16T08:04:07.156Z] ---> Running in d29fc6d628f7 [2020-10-16T08:04:07.156Z] Removing intermediate container 974e7259555c [2020-10-16T08:04:07.156Z] ---> d1064af0af68 [2020-10-16T08:04:07.156Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-16T08:04:07.156Z] Removing intermediate container d29fc6d628f7 [2020-10-16T08:04:07.156Z] ---> 75d8ee6aa2c5 [2020-10-16T08:04:07.156Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-16T08:04:07.156Z] ---> Running in 139ef83649c3 [2020-10-16T08:04:07.753Z] Removing intermediate container 139ef83649c3 [2020-10-16T08:04:07.753Z] ---> e53b739083c1 [2020-10-16T08:04:07.753Z] Step 14/22 : WORKDIR / [2020-10-16T08:04:08.027Z] ---> 1f32c4feb43b [2020-10-16T08:04:08.027Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-16T08:04:08.027Z] ---> Running in 68904832cda5 [2020-10-16T08:04:09.031Z] Removing intermediate container 68904832cda5 [2020-10-16T08:04:09.031Z] ---> b94cf2c92e96 [2020-10-16T08:04:09.031Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-16T08:04:09.323Z] ---> 79b16b8ff79f [2020-10-16T08:04:09.323Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-16T08:04:09.929Z] Removing intermediate container 638279b91bd7 [2020-10-16T08:04:09.929Z] ---> 8e76f3730dfb [2020-10-16T08:04:09.929Z] [2020-10-16T08:04:09.929Z] Step 10/24 : FROM scratch [2020-10-16T08:04:09.929Z] ---> [2020-10-16T08:04:09.929Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-16T08:04:10.216Z] ---> Using cache [2020-10-16T08:04:10.216Z] ---> 750471a25f2e [2020-10-16T08:04:10.216Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-16T08:04:10.216Z] ---> baf29e77f95e [2020-10-16T08:04:10.216Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-16T08:04:10.216Z] ---> Running in 74a4f80d72b4 [2020-10-16T08:04:11.221Z] ---> e97cfad64aca [2020-10-16T08:04:11.221Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-16T08:04:11.221Z] Removing intermediate container 74a4f80d72b4 [2020-10-16T08:04:11.221Z] ---> ca4b64902647 [2020-10-16T08:04:11.221Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T08:04:11.496Z] ---> Running in 57f177387cad [2020-10-16T08:04:12.107Z] ---> 4554d738796c [2020-10-16T08:04:12.107Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-16T08:04:12.385Z] Removing intermediate container 57f177387cad [2020-10-16T08:04:12.385Z] ---> b3f2b12cfb17 [2020-10-16T08:04:12.385Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-16T08:04:12.385Z] ---> 337118f21a79 [2020-10-16T08:04:12.385Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-16T08:04:12.663Z] ---> Running in 25753223dd90 [2020-10-16T08:04:13.659Z] ---> 0e1337dfc9b9 [2020-10-16T08:04:13.659Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-16T08:04:13.659Z] Removing intermediate container 25753223dd90 [2020-10-16T08:04:13.659Z] ---> b28f635d6bd5 [2020-10-16T08:04:13.659Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:04:13.659Z] ---> 7aae3e6c5741 [2020-10-16T08:04:13.659Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-16T08:04:13.938Z] ---> Running in 1f6ad0142061 [2020-10-16T08:04:13.938Z] ---> Running in 158a06a618b1 [2020-10-16T08:04:13.938Z] Removing intermediate container 32726c60d5d8 [2020-10-16T08:04:13.938Z] ---> e7f467e0accd [2020-10-16T08:04:13.938Z] [2020-10-16T08:04:13.938Z] Step 10/26 : FROM alpine:3.10 [2020-10-16T08:04:14.539Z] 3.10: Pulling from library/alpine [2020-10-16T08:04:14.539Z] Removing intermediate container 1f6ad0142061 [2020-10-16T08:04:14.539Z] ---> e7579dd117cd [2020-10-16T08:04:14.539Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:04:14.539Z] Removing intermediate container 158a06a618b1 [2020-10-16T08:04:14.539Z] ---> a29a15915cba [2020-10-16T08:04:14.539Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T08:04:14.813Z] ---> Running in 1382eca5cd38 [2020-10-16T08:04:14.813Z] ---> Running in c5d0961e0190 [2020-10-16T08:04:15.113Z] ---> fbf5ea0c0d5b [2020-10-16T08:04:15.113Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-16T08:04:15.404Z] Removing intermediate container 1382eca5cd38 [2020-10-16T08:04:15.404Z] ---> 9ae950839518 [2020-10-16T08:04:15.404Z] Step 20/22 : LABEL arch=arm64 [2020-10-16T08:04:15.404Z] Removing intermediate container c5d0961e0190 [2020-10-16T08:04:15.404Z] ---> e836f0c6bf24 [2020-10-16T08:04:15.404Z] Step 21/22 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T08:04:15.681Z] ---> Running in 8e05ae96f45e [2020-10-16T08:04:15.681Z] ---> Running in 7bb032071db6 [2020-10-16T08:04:15.954Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-16T08:04:15.954Z] Status: Downloaded newer image for alpine:3.10 [2020-10-16T08:04:15.954Z] ---> 536a684cf733 [2020-10-16T08:04:15.954Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-16T08:04:16.232Z] ---> Running in 1878124b62fc [2020-10-16T08:04:16.232Z] Removing intermediate container 8e05ae96f45e [2020-10-16T08:04:16.232Z] ---> 67faf03bba3d [2020-10-16T08:04:16.232Z] Step 21/22 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T08:04:16.513Z] Removing intermediate container 7bb032071db6 [2020-10-16T08:04:16.513Z] ---> 414fea4e7b7b [2020-10-16T08:04:16.513Z] Step 22/22 : LABEL version=0.0.0 [2020-10-16T08:04:16.513Z] ---> Running in 386f10b62993 [2020-10-16T08:04:16.803Z] ---> b1ab58fcfcf4 [2020-10-16T08:04:16.803Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-16T08:04:16.803Z] ---> Running in b858eff7b7bd [2020-10-16T08:04:17.093Z] Removing intermediate container 386f10b62993 [2020-10-16T08:04:17.093Z] ---> dd1b6cb6b927 [2020-10-16T08:04:17.093Z] Step 22/22 : LABEL version=0.0.0 [2020-10-16T08:04:17.373Z] ---> Running in 53149414695b [2020-10-16T08:04:17.654Z] Removing intermediate container b858eff7b7bd [2020-10-16T08:04:17.654Z] ---> 51d100452bfc [2020-10-16T08:04:17.654Z] [2020-10-16T08:04:17.937Z] Successfully built 51d100452bfc [2020-10-16T08:04:18.218Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-16T08:04:18.218Z]  Building docker-support-logging-go ... done  ---> 016357d21af6 [2020-10-16T08:04:18.218Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-16T08:04:18.218Z] Removing intermediate container 53149414695b [2020-10-16T08:04:18.218Z] ---> 8c5902c6b953 [2020-10-16T08:04:18.218Z] [2020-10-16T08:04:18.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-16T08:04:18.789Z] Successfully built 8c5902c6b953 [2020-10-16T08:04:18.789Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-16T08:04:18.789Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-16T08:04:19.393Z] v3.10.5-100-gfe1189d439 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-16T08:04:19.393Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-16T08:04:19.393Z] OK: 10167 distinct packages available [2020-10-16T08:04:19.685Z] ---> a3e7eb73262c [2020-10-16T08:04:19.685Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-16T08:04:19.968Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-16T08:04:19.968Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-16T08:04:20.245Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-16T08:04:20.245Z] (4/5) Installing curl (7.66.0-r1) [2020-10-16T08:04:20.245Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-16T08:04:20.245Z] Executing busybox-1.30.1-r3.trigger [2020-10-16T08:04:20.245Z] Executing ca-certificates-20191127-r2.trigger [2020-10-16T08:04:20.520Z] OK: 7 MiB in 19 packages [2020-10-16T08:04:20.520Z] ---> f16fe995bf08 [2020-10-16T08:04:20.520Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-16T08:04:20.794Z] ---> Running in db092bcf6d0b [2020-10-16T08:04:21.398Z] Removing intermediate container db092bcf6d0b [2020-10-16T08:04:21.398Z] ---> 8565c7ca3b65 [2020-10-16T08:04:21.398Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T08:04:21.398Z] ---> Running in daa8f22a139e [2020-10-16T08:04:22.379Z] Removing intermediate container daa8f22a139e [2020-10-16T08:04:22.379Z] ---> f95ecb244786 [2020-10-16T08:04:22.379Z] Step 22/24 : LABEL arch=arm64 [2020-10-16T08:04:22.379Z] Removing intermediate container 1878124b62fc [2020-10-16T08:04:22.379Z] ---> dba4bbdf117a [2020-10-16T08:04:22.379Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-16T08:04:22.379Z] ---> Running in 81e976f486a7 [2020-10-16T08:04:22.379Z] ---> Running in 7fefc0605056 [2020-10-16T08:04:22.975Z] Removing intermediate container 81e976f486a7 [2020-10-16T08:04:22.975Z] Removing intermediate container 7fefc0605056 [2020-10-16T08:04:22.975Z] ---> c39aa04762f5 [2020-10-16T08:04:22.975Z] ---> 465cf414b594 [2020-10-16T08:04:22.975Z] Step 13/26 : WORKDIR /Step 23/24 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T08:04:22.975Z] [2020-10-16T08:04:23.250Z] ---> Running in db5b91293c00 [2020-10-16T08:04:23.250Z] ---> Running in 038b6ec23ccc [2020-10-16T08:04:23.848Z] Removing intermediate container 038b6ec23ccc [2020-10-16T08:04:23.848Z] Removing intermediate container db5b91293c00 [2020-10-16T08:04:23.848Z] ---> 10316d8e2722 [2020-10-16T08:04:23.848Z] ---> e05dd2aace2a [2020-10-16T08:04:23.848Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.jsonStep 24/24 : LABEL version=0.0.0 [2020-10-16T08:04:23.848Z] [2020-10-16T08:04:23.848Z] ---> Running in 5825e50dc1b5 [2020-10-16T08:04:24.447Z] Removing intermediate container 5825e50dc1b5 [2020-10-16T08:04:24.447Z] ---> 2bb9467629c6 [2020-10-16T08:04:24.447Z] [2020-10-16T08:04:25.042Z] ---> 10a2964ebbad [2020-10-16T08:04:25.042Z] 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-16T08:04:25.042Z] Successfully built 2bb9467629c6 [2020-10-16T08:04:25.042Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-16T08:04:25.637Z]  Building docker-support-notifications-go ... done  ---> 3eac49e46eb5 [2020-10-16T08:04:25.637Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-16T08:04:26.618Z] ---> b42d662e850c [2020-10-16T08:04:26.618Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-16T08:04:27.599Z] ---> 6ecf9173c891 [2020-10-16T08:04:27.599Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-16T08:04:28.576Z] ---> 09013e9f1383 [2020-10-16T08:04:28.576Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-16T08:04:30.011Z] ---> 6034b7840dd3 [2020-10-16T08:04:30.011Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-16T08:04:30.989Z] ---> b883af2570cc [2020-10-16T08:04:30.989Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-16T08:04:31.962Z] ---> 1f7dd0b32797 [2020-10-16T08:04:31.962Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-16T08:04:31.962Z] ---> Running in 68b27f9e4c5c [2020-10-16T08:04:34.577Z] Removing intermediate container 68b27f9e4c5c [2020-10-16T08:04:34.577Z] ---> dc970be3e6f0 [2020-10-16T08:04:34.577Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-16T08:04:34.577Z] ---> Running in 3666ac47d44f [2020-10-16T08:04:35.169Z] Removing intermediate container 3666ac47d44f [2020-10-16T08:04:35.169Z] ---> 40cbfd5541c2 [2020-10-16T08:04:35.169Z] Step 24/26 : LABEL arch=arm64 [2020-10-16T08:04:35.169Z] ---> Running in a628d6bc2e67 [2020-10-16T08:04:35.447Z] Removing intermediate container a628d6bc2e67 [2020-10-16T08:04:35.447Z] ---> d9220d2daf09 [2020-10-16T08:04:35.447Z] Step 25/26 : LABEL git_sha=78019c5e9566ac125a1df2eafe5492b342e170b1 [2020-10-16T08:04:35.720Z] ---> Running in d4468d994f20 [2020-10-16T08:04:35.997Z] Removing intermediate container d4468d994f20 [2020-10-16T08:04:35.997Z] ---> 6872f59dbc4f [2020-10-16T08:04:35.997Z] Step 26/26 : LABEL version=0.0.0 [2020-10-16T08:04:36.271Z] ---> Running in da479cd6b4ea [2020-10-16T08:04:36.546Z] Removing intermediate container da479cd6b4ea [2020-10-16T08:04:36.546Z] ---> 54dd9fe6bef4 [2020-10-16T08:04:36.546Z] [2020-10-16T08:04:37.141Z] Successfully built 54dd9fe6bef4 [2020-10-16T08:04:37.141Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-16T08:04:37.429Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-10-16T08:04:37.429Z] $ docker stop --time=1 3f956b0c85a9d3187f311d1abc200577310c17b9dcdaf04d277f71eed3abec46 [2020-10-16T08:04:39.298Z] $ docker rm -f 3f956b0c85a9d3187f311d1abc200577310c17b9dcdaf04d277f71eed3abec46 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T08:04:39.965Z] + docker images [2020-10-16T08:04:39.965Z] + grep docker [2020-10-16T08:04:40.240Z] docker-security-secretstore-setup-go-arm64 latest 54dd9fe6bef4 4 seconds ago 30.8MB [2020-10-16T08:04:40.240Z] docker-support-notifications-go-arm64 latest 2bb9467629c6 16 seconds ago 12.9MB [2020-10-16T08:04:40.240Z] docker-core-metadata-go-arm64 latest 8c5902c6b953 23 seconds ago 13.4MB [2020-10-16T08:04:40.240Z] docker-support-logging-go-arm64 latest 51d100452bfc 23 seconds ago 10.6MB [2020-10-16T08:04:40.240Z] docker-security-proxy-setup-go-arm64 latest 72c20fc4bbbd About a minute ago 15.1MB [2020-10-16T08:04:40.240Z] docker-sys-mgmt-agent-go-arm64 latest e5cd9168fd22 2 minutes ago 270MB [2020-10-16T08:04:40.240Z] docker-core-data-go-arm64 latest dd87cea7900b 3 minutes ago 22.2MB [2020-10-16T08:04:40.240Z] docker-core-command-go-arm64 latest ece6e1838a3b 3 minutes ago 11.4MB [2020-10-16T08:04:40.240Z] docker-support-scheduler-go-arm64 latest eb2cd10fb1ee 3 minutes ago 11.5MB [2020-10-16T08:04:40.240Z] docker-security-secrets-setup-go-arm64 latest b119d356f75f 3 minutes ago 22.7MB [2020-10-16T08:04:40.240Z] docker latest 45884bde0078 4 weeks ago 198MB [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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) 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-16T08:04:43.748Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:04:44.618Z] ---> package-listing.sh [2020-10-16T08:04:44.618Z] ++ facter osfamily [2020-10-16T08:04:44.618Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T08:04:44.618Z] + OS_FAMILY=redhat [2020-10-16T08:04:44.618Z] + workspace=/w/workspace/edgex-go/3 [2020-10-16T08:04:44.618Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T08:04:44.618Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T08:04:44.618Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T08:04:44.618Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T08:04:44.618Z] + '[' /w/workspace/edgex-go/3 ']' [2020-10-16T08:04:44.618Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T08:04:44.618Z] + case "${OS_FAMILY}" in [2020-10-16T08:04:44.618Z] + rpm -qa [2020-10-16T08:04:44.618Z] + sort [2020-10-16T08:04:48.821Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T08:04:48.821Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T08:04:48.821Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T08:04:48.821Z] + '[' /w/workspace/edgex-go/3 ']' [2020-10-16T08:04:48.821Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-10-16T08:04:48.821Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2020-10-16T08:04:48.835Z] 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-16T08:04:49.121Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:04:49.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T08:04:49.424Z] [2020-10-16T08:04:49.424Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T08:04:49.773Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T08:04:49.773Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T08:04:49.773Z] df20fa9351a1: Already exists [2020-10-16T08:04:49.773Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T08:04:49.773Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T08:04:49.773Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T08:04:49.773Z] 93b61091891f: Pulling fs layer [2020-10-16T08:04:49.773Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T08:04:49.774Z] 5e14af77c1be: Pulling fs layer [2020-10-16T08:04:49.774Z] 01666e4c0597: Pulling fs layer [2020-10-16T08:04:49.774Z] aa168da1d23b: Pulling fs layer [2020-10-16T08:04:49.774Z] 93b61091891f: Waiting [2020-10-16T08:04:49.774Z] 93b9cdb0e59b: Waiting [2020-10-16T08:04:49.774Z] 5e14af77c1be: Waiting [2020-10-16T08:04:49.774Z] 01666e4c0597: Waiting [2020-10-16T08:04:49.774Z] aa168da1d23b: Waiting [2020-10-16T08:04:49.774Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T08:04:49.774Z] 46f8f816bc3b: Download complete [2020-10-16T08:04:49.774Z] 36b3adc4ff6f: Verifying Checksum [2020-10-16T08:04:49.774Z] 36b3adc4ff6f: Download complete [2020-10-16T08:04:49.774Z] 93b9cdb0e59b: Verifying Checksum [2020-10-16T08:04:49.774Z] 93b9cdb0e59b: Download complete [2020-10-16T08:04:49.774Z] 5e14af77c1be: Verifying Checksum [2020-10-16T08:04:49.774Z] 5e14af77c1be: Download complete [2020-10-16T08:04:49.774Z] 01666e4c0597: Download complete [2020-10-16T08:04:49.774Z] 93b61091891f: Verifying Checksum [2020-10-16T08:04:49.774Z] 93b61091891f: Download complete [2020-10-16T08:04:50.035Z] 36b3adc4ff6f: Pull complete [2020-10-16T08:04:50.035Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T08:04:50.035Z] 8ad3a11d3b57: Download complete [2020-10-16T08:04:50.609Z] 8ad3a11d3b57: Pull complete [2020-10-16T08:04:50.877Z] 46f8f816bc3b: Pull complete [2020-10-16T08:04:51.140Z] 93b61091891f: Pull complete [2020-10-16T08:04:51.140Z] 93b9cdb0e59b: Pull complete [2020-10-16T08:04:51.711Z] aa168da1d23b: Verifying Checksum [2020-10-16T08:04:51.711Z] aa168da1d23b: Download complete [2020-10-16T08:04:52.282Z] 5e14af77c1be: Pull complete [2020-10-16T08:04:52.282Z] 01666e4c0597: Pull complete [2020-10-16T08:05:02.288Z] aa168da1d23b: Pull complete [2020-10-16T08:05:02.288Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T08:05:02.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T08:05:02.547Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T08:05:02.723Z] prd-centos7-docker-4c-2g-5821 does not seem to be running inside a container [2020-10-16T08:05:02.773Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-16T08:05:06.392Z] $ docker top 007b61e8cd85824b4a2c63ca8fd0531db0950f9930c67ae4dc1a10848621ac37 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T08:05:06.872Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T08:05:07.172Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T08:05:07.470Z] + ls /var/log/sa-host [2020-10-16T08:05:07.470Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T08:05:07.470Z] file_magic: OK [2020-10-16T08:05:07.470Z] HZ: Using current value: 100 [2020-10-16T08:05:07.470Z] file_header: OK [2020-10-16T08:05:07.470Z] 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-16T08:05:07.470Z] Statistics: [2020-10-16T08:05:07.470Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T08:05:07.470Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T08:05:07.470Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T08:05:07.470Z] file_magic: OK [2020-10-16T08:05:07.470Z] HZ: Using current value: 100 [2020-10-16T08:05:07.470Z] file_header: OK [2020-10-16T08:05:07.470Z] 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-16T08:05:07.470Z] Statistics: [2020-10-16T08:05:07.470Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T08:05:07.470Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T08:05:07.668Z] provisioning config files... [2020-10-16T08:05:07.695Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5148439610532849197tmp [Pipeline] { [Pipeline] echo [2020-10-16T08:05:07.787Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:05:08.093Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T08:05:08.102Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T08:05:08.216Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:05:08.515Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T08:05:08.526Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:05:08.826Z] ---> sudo-logs.sh [2020-10-16T08:05:08.826Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T08:05:08.837Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:05:09.253Z] ---> job-cost.sh [2020-10-16T08:05:09.253Z] lf-activate-venv: SKIPPING [2020-10-16T08:05:09.253Z] INFO: No Stack... [2020-10-16T08:05:10.640Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T08:05:11.211Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T08:05:11.224Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T08:05:11.515Z] ---> logs-deploy.sh [2020-10-16T08:05:11.516Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2802/3 [2020-10-16T08:05:11.516Z] INFO: archiving workspace using pattern(s): [2020-10-16T08:05:12.899Z] Archives upload complete. [2020-10-16T08:05:12.899Z] INFO: archiving logs to Nexus