Pull request #2836 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from b26f68437dc89c641ae0c1f835b967d10b6adbe1+276039d959642f82e27682464d1409e0b052ceab (df7cf3d0e9be0b0eb3ab092b54c316da31501690) 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-8147 in /w/workspace/edgexfoundry_edgex-go_PR-2836 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 276039d959642f82e27682464d1409e0b052ceab into PR head commit b26f68437dc89c641ae0c1f835b967d10b6adbe1 Merge succeeded, producing b26f68437dc89c641ae0c1f835b967d10b6adbe1 Checking out Revision b26f68437dc89c641ae0c1f835b967d10b6adbe1 (PR-2836) > 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/2836/head:refs/remotes/origin/PR-2836 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b26f68437dc89c641ae0c1f835b967d10b6adbe1 # 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 276039d959642f82e27682464d1409e0b052ceab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b26f68437dc89c641ae0c1f835b967d10b6adbe1 # timeout=10 Commit message: "feat(data): Implement Core Data DELETE /event/id/{id} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-22T04:02:44.520Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-22T04:02:44.804Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-22T04:02:44.920Z] ========================================================= [2020-10-22T04:02:44.920Z] EdgeX Global Pipelines Version Info [2020-10-22T04:02:44.920Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 85791734736a62f71a2644aaf4328537411fd677 # timeout=10 [2020-10-22T04:02:46.384Z] ------------------- [2020-10-22T04:02:46.384Z] stable info: [2020-10-22T04:02:46.384Z] ------------------- [2020-10-22T04:02:46.384Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-22T04:02:46.384Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-22T04:02:46.384Z] Message: update stable to v1.0.144 [2020-10-22T04:02:47.331Z] ------------------- [2020-10-22T04:02:47.331Z] experimental info: [2020-10-22T04:02:47.331Z] ------------------- [2020-10-22T04:02:47.331Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-22T04:02:47.331Z] Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 [2020-10-22T04:02:47.331Z] Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-22T04:02:47.604Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-22T04:02:47.691Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-22T04:02:47.822Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-22T04:02:47.927Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-22T04:02:48.015Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-22T04:02:48.149Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-22T04:02:48.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-22T04:02:48.338Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-22T04:02:48.420Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-22T04:02:48.507Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-22T04:02:48.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-22T04:02:48.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-22T04:02:48.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-22T04:02:48.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-22T04:02:49.037Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T04:02:49.122Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T04:02:49.209Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-22T04:02:49.292Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-22T04:02:49.426Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-22T04:02:49.514Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-22T04:02:49.622Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-22T04:02:49.715Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2836 [Pipeline] echo [2020-10-22T04:02:49.808Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2836 [Pipeline] echo [2020-10-22T04:02:49.899Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2836 [Pipeline] echo [2020-10-22T04:02:49.988Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b26f68437dc89c641ae0c1f835b967d10b6adbe1 [Pipeline] echo [2020-10-22T04:02:50.182Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b26f684 [Pipeline] echo [2020-10-22T04:02:50.271Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-22T04:02:50.734Z] ++ 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-22T04:02:50.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:02:50.735Z] ++ dirname cmd/core-command/Dockerfile [2020-10-22T04:02:50.735Z] ++ cut -d/ -f2 [2020-10-22T04:02:50.735Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-22T04:02:50.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:02:50.735Z] ++ dirname cmd/core-data/Dockerfile [2020-10-22T04:02:50.735Z] ++ cut -d/ -f2 [2020-10-22T04:02:50.735Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-22T04:02:50.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:02:50.735Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-22T04:02:50.735Z] ++ cut -d/ -f2 [2020-10-22T04:02:50.735Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-22T04:02:50.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:02:50.735Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-22T04:02:50.735Z] ++ cut -d/ -f2 [2020-10-22T04:02:50.735Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-22T04:02:50.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:02:50.735Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-22T04:02:50.735Z] ++ cut -d/ -f2 [2020-10-22T04:02:50.735Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-22T04:02:50.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:02:50.735Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-22T04:02:50.735Z] ++ cut -d/ -f2 [2020-10-22T04:02:50.735Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-22T04:02:50.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:02:50.735Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-22T04:02:50.735Z] ++ cut -d/ -f2 [2020-10-22T04:02:50.735Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-22T04:02:50.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:02:50.735Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-22T04:02:50.735Z] ++ cut -d/ -f2 [2020-10-22T04:02:50.735Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-22T04:02:50.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:02:50.735Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-22T04:02:50.735Z] ++ cut -d/ -f2 [2020-10-22T04:02:50.735Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-22T04:02:50.735Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T04:02:50.735Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-22T04:02:50.735Z] ++ cut -d/ -f2 [2020-10-22T04:02:50.735Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-22T04:02:50.813Z] 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-22T04:02:52.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T04:02:52.594Z] [2020-10-22T04:02:52.595Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:02:52.944Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T04:02:52.944Z] latest: Pulling from edgex-devops/git-semver [2020-10-22T04:02:52.944Z] 31603596830f: Pulling fs layer [2020-10-22T04:02:52.944Z] 2a8b12db71e7: Pulling fs layer [2020-10-22T04:02:52.944Z] 6ca5941a6612: Pulling fs layer [2020-10-22T04:02:52.944Z] ecc8261a40a4: Pulling fs layer [2020-10-22T04:02:52.944Z] ecc8261a40a4: Waiting [2020-10-22T04:02:52.944Z] 2a8b12db71e7: Verifying Checksum [2020-10-22T04:02:52.944Z] 2a8b12db71e7: Download complete [2020-10-22T04:02:53.209Z] 31603596830f: Download complete [2020-10-22T04:02:53.475Z] 6ca5941a6612: Verifying Checksum [2020-10-22T04:02:53.475Z] 6ca5941a6612: Download complete [2020-10-22T04:02:53.475Z] ecc8261a40a4: Verifying Checksum [2020-10-22T04:02:53.475Z] ecc8261a40a4: Download complete [2020-10-22T04:02:53.475Z] 31603596830f: Pull complete [2020-10-22T04:02:53.739Z] 2a8b12db71e7: Pull complete [2020-10-22T04:02:54.689Z] 6ca5941a6612: Pull complete [2020-10-22T04:02:54.689Z] ecc8261a40a4: Pull complete [2020-10-22T04:02:54.689Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-22T04:02:54.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T04:02:54.689Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-22T04:02:54.794Z] prd-centos7-docker-4c-2g-8147 does not seem to be running inside a container [2020-10-22T04:02:54.847Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-22T04:02:57.292Z] $ docker top 53b8497436121725efdac2a90435ba39bbe7281455c9974f867a80eae129dfea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T04:02:57.592Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T04:02:57.592Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T04:02:57.827Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T04:02:57.833Z] $ docker exec 53b8497436121725efdac2a90435ba39bbe7281455c9974f867a80eae129dfea ssh-agent [2020-10-22T04:02:58.017Z] SSH_AUTH_SOCK=/tmp/ssh-umIVfELe2Rs6/agent.11 [2020-10-22T04:02:58.017Z] SSH_AGENT_PID=17 [2020-10-22T04:02:58.029Z] Running ssh-add (command line suppressed) [2020-10-22T04:02:58.150Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2973911456468583113.key (/w/workspace/edgex-go/4@tmp/private_key_2973911456468583113.key) [2020-10-22T04:02:58.199Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T04:02:58.537Z] + git tag --points-at HEAD [Pipeline] } [2020-10-22T04:02:58.565Z] $ docker exec --env ******** --env ******** 53b8497436121725efdac2a90435ba39bbe7281455c9974f867a80eae129dfea ssh-agent -k [2020-10-22T04:02:58.682Z] unset SSH_AUTH_SOCK; [2020-10-22T04:02:58.682Z] unset SSH_AGENT_PID; [2020-10-22T04:02:58.683Z] echo Agent pid 17 killed; [2020-10-22T04:02:58.726Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-22T04:02:58.868Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T04:02:58.868Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T04:02:59.035Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T04:02:59.041Z] $ docker exec 53b8497436121725efdac2a90435ba39bbe7281455c9974f867a80eae129dfea ssh-agent [2020-10-22T04:02:59.198Z] SSH_AUTH_SOCK=/tmp/ssh-yP2vqUkU08IE/agent.47 [2020-10-22T04:02:59.198Z] SSH_AGENT_PID=52 [2020-10-22T04:02:59.204Z] Running ssh-add (command line suppressed) [2020-10-22T04:02:59.326Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_1435720631756732432.key (/w/workspace/edgex-go/4@tmp/private_key_1435720631756732432.key) [2020-10-22T04:02:59.374Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T04:02:59.705Z] + git semver init [2020-10-22T04:02:59.705Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T04:02:59.705Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2020-10-22T04:02:59.705Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2020-10-22T04:02:59.705Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T04:02:59.705Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T04:02:59.705Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T04:02:59.705Z] # $SEMVER_BRANCH = PR-2836 [2020-10-22T04:02:59.705Z] # $SEMVER_TEMP = /tmp/semver-383449109 [2020-10-22T04:02:59.705Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-22T04:03:31.864Z] # '/tmp/semver-383449109' -> '/w/workspace/edgex-go/4/.semver' [2020-10-22T04:03:31.864Z] # -> Force: false [2020-10-22T04:03:31.864Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2020-10-22T04:03:31.880Z] $ docker exec --env ******** --env ******** 53b8497436121725efdac2a90435ba39bbe7281455c9974f867a80eae129dfea ssh-agent -k [2020-10-22T04:03:32.105Z] unset SSH_AUTH_SOCK; [2020-10-22T04:03:32.106Z] unset SSH_AGENT_PID; [2020-10-22T04:03:32.106Z] echo Agent pid 52 killed; [2020-10-22T04:03:32.193Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T04:03:32.772Z] + git semver [Pipeline] } [2020-10-22T04:03:32.795Z] $ docker stop --time=1 53b8497436121725efdac2a90435ba39bbe7281455c9974f867a80eae129dfea [2020-10-22T04:03:34.462Z] $ docker rm -f 53b8497436121725efdac2a90435ba39bbe7281455c9974f867a80eae129dfea [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T04:03:34.962Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-22T04:03:35.438Z] Stashed 1 file(s) [Pipeline] echo [2020-10-22T04:03:35.441Z] [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-22T04:03:36.078Z] ========================================================= [2020-10-22T04:03:36.078Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-22T04:03:36.078Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:03:36.422Z] + 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-22T04:03:39.744Z] Sending build context to Docker daemon 325.5MB [2020-10-22T04:03:39.745Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T04:03:39.745Z] Step 2/7 : FROM ${BASE} [2020-10-22T04:03:39.745Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-22T04:03:39.745Z] df20fa9351a1: Pulling fs layer [2020-10-22T04:03:39.745Z] ed8968b2872e: Pulling fs layer [2020-10-22T04:03:39.745Z] a92cc7c5fd73: Pulling fs layer [2020-10-22T04:03:39.745Z] e871e8e8d7a9: Pulling fs layer [2020-10-22T04:03:39.745Z] e73272ec9a57: Pulling fs layer [2020-10-22T04:03:39.745Z] 1e910a182e73: Pulling fs layer [2020-10-22T04:03:39.745Z] 4e634b169226: Pulling fs layer [2020-10-22T04:03:39.745Z] e871e8e8d7a9: Waiting [2020-10-22T04:03:39.745Z] e73272ec9a57: Waiting [2020-10-22T04:03:39.745Z] 1e910a182e73: Waiting [2020-10-22T04:03:39.745Z] 4e634b169226: Waiting [2020-10-22T04:03:39.745Z] a92cc7c5fd73: Verifying Checksum [2020-10-22T04:03:39.745Z] a92cc7c5fd73: Download complete [2020-10-22T04:03:39.745Z] ed8968b2872e: Download complete [2020-10-22T04:03:39.745Z] e73272ec9a57: Verifying Checksum [2020-10-22T04:03:39.745Z] e73272ec9a57: Download complete [2020-10-22T04:03:39.745Z] 1e910a182e73: Verifying Checksum [2020-10-22T04:03:39.745Z] 1e910a182e73: Download complete [2020-10-22T04:03:39.745Z] df20fa9351a1: Verifying Checksum [2020-10-22T04:03:39.745Z] df20fa9351a1: Download complete [2020-10-22T04:03:40.323Z] df20fa9351a1: Pull complete [2020-10-22T04:03:40.323Z] ed8968b2872e: Pull complete [2020-10-22T04:03:40.586Z] a92cc7c5fd73: Pull complete [2020-10-22T04:03:44.835Z] 4e634b169226: Verifying Checksum [2020-10-22T04:03:44.835Z] 4e634b169226: Download complete [2020-10-22T04:03:44.835Z] e871e8e8d7a9: Verifying Checksum [2020-10-22T04:03:44.835Z] e871e8e8d7a9: Download complete [2020-10-22T04:03:50.162Z] e871e8e8d7a9: Pull complete [2020-10-22T04:03:50.162Z] e73272ec9a57: Pull complete [2020-10-22T04:03:50.162Z] 1e910a182e73: Pull complete [2020-10-22T04:03:50.865Z] Still waiting to schedule task [2020-10-22T04:03:50.865Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-22T04:03:55.486Z] 4e634b169226: Pull complete [2020-10-22T04:03:55.486Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-22T04:03:55.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-22T04:03:55.486Z] ---> f7629b54cfaa [2020-10-22T04:03:55.486Z] 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-22T04:03:55.486Z] ---> Running in 81554bc65040 [2020-10-22T04:03:55.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:03:56.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:03:57.279Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T04:03:57.279Z] (2/12) Installing file (5.38-r0) [2020-10-22T04:03:57.542Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T04:03:57.542Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T04:04:01.763Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T04:04:01.763Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T04:04:01.763Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T04:04:01.763Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T04:04:01.763Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T04:04:01.763Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T04:04:01.763Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T04:04:01.763Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T04:04:01.763Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T04:04:01.763Z] OK: 233 MiB in 51 packages [2020-10-22T04:04:05.994Z] Removing intermediate container 81554bc65040 [2020-10-22T04:04:05.994Z] ---> 5546b8dae32d [2020-10-22T04:04:05.994Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T04:04:05.994Z] ---> Running in 18a76ba23f3d [2020-10-22T04:04:05.994Z] Removing intermediate container 18a76ba23f3d [2020-10-22T04:04:05.994Z] ---> 4d1b75f3ad27 [2020-10-22T04:04:05.994Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T04:04:06.571Z] latest: Pulling from library/docker [2020-10-22T04:04:06.571Z] 188c0c94c7c5: Pulling fs layer [2020-10-22T04:04:06.571Z] 0c7c675703d6: Pulling fs layer [2020-10-22T04:04:06.571Z] cc8c12a437cb: Pulling fs layer [2020-10-22T04:04:06.571Z] c5dafad2182a: Pulling fs layer [2020-10-22T04:04:06.571Z] 5aa711733414: Pulling fs layer [2020-10-22T04:04:06.571Z] 058f73b55e4b: Pulling fs layer [2020-10-22T04:04:06.571Z] 8c9c664faf12: Pulling fs layer [2020-10-22T04:04:06.571Z] 5aa711733414: Waiting [2020-10-22T04:04:06.571Z] 058f73b55e4b: Waiting [2020-10-22T04:04:06.571Z] 8c9c664faf12: Waiting [2020-10-22T04:04:06.571Z] c5dafad2182a: Waiting [2020-10-22T04:04:06.571Z] cc8c12a437cb: Download complete [2020-10-22T04:04:06.571Z] 0c7c675703d6: Verifying Checksum [2020-10-22T04:04:06.571Z] 0c7c675703d6: Download complete [2020-10-22T04:04:06.834Z] 188c0c94c7c5: Verifying Checksum [2020-10-22T04:04:06.834Z] 188c0c94c7c5: Download complete [2020-10-22T04:04:06.834Z] 5aa711733414: Verifying Checksum [2020-10-22T04:04:06.834Z] 5aa711733414: Download complete [2020-10-22T04:04:06.834Z] 058f73b55e4b: Verifying Checksum [2020-10-22T04:04:06.834Z] 058f73b55e4b: Download complete [2020-10-22T04:04:06.835Z] 8c9c664faf12: Verifying Checksum [2020-10-22T04:04:06.835Z] 8c9c664faf12: Download complete [2020-10-22T04:04:06.835Z] 188c0c94c7c5: Pull complete [2020-10-22T04:04:07.097Z] 0c7c675703d6: Pull complete [2020-10-22T04:04:07.361Z] cc8c12a437cb: Pull complete [2020-10-22T04:04:07.625Z] c5dafad2182a: Verifying Checksum [2020-10-22T04:04:07.625Z] c5dafad2182a: Download complete [2020-10-22T04:04:10.209Z] c5dafad2182a: Pull complete [2020-10-22T04:04:10.209Z] 5aa711733414: Pull complete [2020-10-22T04:04:10.209Z] 058f73b55e4b: Pull complete [2020-10-22T04:04:10.209Z] 8c9c664faf12: Pull complete [2020-10-22T04:04:10.209Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-22T04:04:10.209Z] Status: Downloaded newer image for docker:latest [2020-10-22T04:04:12.158Z] ---> b74653e4a5f4 [2020-10-22T04:04:12.158Z] Step 6/7 : COPY go.mod . [2020-10-22T04:04:12.422Z] ---> 28d6b2568c41 [2020-10-22T04:04:12.422Z] Step 7/7 : RUN go mod download [2020-10-22T04:04:12.685Z] ---> Running in 9fa0b1826ad2 [2020-10-22T04:04:34.705Z] Removing intermediate container 9fa0b1826ad2 [2020-10-22T04:04:34.705Z] ---> e2095b5f2270 [2020-10-22T04:04:34.969Z] Successfully built e2095b5f2270 [2020-10-22T04:04:34.969Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:04:35.294Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T04:04:35.294Z] . [Pipeline] withDockerContainer [2020-10-22T04:04:35.400Z] prd-centos7-docker-4c-2g-8147 does not seem to be running inside a container [2020-10-22T04:04:35.455Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-22T04:04:36.166Z] $ docker top 870e5e4f7bec4ec67a4e9c7341ed7af93ed5bc08efbe4795329b530ded62ad98 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T04:04:36.656Z] + go version [2020-10-22T04:04:36.657Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-22T04:04:36.674Z] $ docker stop --time=1 870e5e4f7bec4ec67a4e9c7341ed7af93ed5bc08efbe4795329b530ded62ad98 [2020-10-22T04:04:38.014Z] $ docker rm -f 870e5e4f7bec4ec67a4e9c7341ed7af93ed5bc08efbe4795329b530ded62ad98 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:04:38.823Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T04:04:38.823Z] . [Pipeline] withDockerContainer [2020-10-22T04:04:38.931Z] prd-centos7-docker-4c-2g-8147 does not seem to be running inside a container [2020-10-22T04:04:38.983Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-22T04:04:39.732Z] $ docker top d6f32e3c3725ea71307f1266b416619d094d68b976c79f1aebdadc1f50dfb143 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-22T04:04:39.904Z] ========================================================= [2020-10-22T04:04:39.904Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-22T04:04:39.904Z] ========================================================= [Pipeline] sh [2020-10-22T04:04:40.197Z] + make test [2020-10-22T04:04:40.197Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-22T04:04:42.769Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-22T04:04:52.906Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-22T04:04:58.322Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-22T04:04:58.322Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-22T04:04:58.322Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-22T04:04:58.322Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-22T04:04:59.744Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.023s [2020-10-22T04:04:59.744Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-22T04:04:59.744Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-22T04:04:59.744Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-22T04:05:00.021Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-22T04:05:01.014Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-22T04:05:01.014Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-22T04:05:01.014Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-22T04:05:01.014Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-22T04:05:04.361Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.018s coverage: 46.6% of statements [2020-10-22T04:05:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-22T04:05:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-22T04:05:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-22T04:05:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-22T04:05:04.361Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-22T04:05:08.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.059s coverage: 27.1% of statements [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-22T04:05:08.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-22T04:05:08.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.027s coverage: 100.0% of statements [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-22T04:05:08.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.026s coverage: 80.3% of statements [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-22T04:05:08.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.024s coverage: 86.0% of statements [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-22T04:05:08.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-22T04:05:09.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.154s coverage: 28.6% of statements [2020-10-22T04:05:09.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-22T04:05:09.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-22T04:05:09.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-22T04:05:09.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-22T04:05:09.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-22T04:05:09.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.013s coverage: 100.0% of statements [2020-10-22T04:05:09.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-22T04:05:09.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.014s coverage: 100.0% of statements [2020-10-22T04:05:09.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-22T04:05:10.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.020s coverage: 86.7% of statements [2020-10-22T04:05:10.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-22T04:05:10.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.028s coverage: 97.5% of statements [2020-10-22T04:05:10.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-22T04:05:10.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.020s coverage: 100.0% of statements [2020-10-22T04:05:10.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-22T04:05:10.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-22T04:05:10.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-22T04:05:10.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-22T04:05:11.205Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.042s coverage: 96.3% of statements [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-22T04:05:11.205Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-22T04:05:11.205Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.022s coverage: 0.0% of statements [no tests to run] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-22T04:05:11.205Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-22T04:05:11.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.058s coverage: 63.5% of statements [2020-10-22T04:05:11.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-22T04:05:11.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-22T04:05:11.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.014s coverage: 100.0% of statements [2020-10-22T04:05:11.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.015s coverage: 91.3% of statements [2020-10-22T04:05:12.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.004s coverage: 100.0% of statements [2020-10-22T04:05:12.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.020s coverage: 73.7% of statements [2020-10-22T04:05:12.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements [2020-10-22T04:05:13.316Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.112s coverage: 55.9% of statements [2020-10-22T04:05:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-22T04:05:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-22T04:05:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-22T04:05:13.316Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-22T04:05:14.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 1.538s coverage: 86.3% of statements [2020-10-22T04:05:14.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-22T04:05:14.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.320s coverage: 72.2% of statements [2020-10-22T04:05:14.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.111s coverage: 72.1% of statements [2020-10-22T04:05:14.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.034s coverage: 82.4% of statements [2020-10-22T04:05:14.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements [2020-10-22T04:05:14.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-22T04:05:14.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-22T04:05:14.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-22T04:05:14.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.006s coverage: 28.8% of statements [2020-10-22T04:05:14.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-22T04:05:14.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.033s coverage: 96.8% of statements [2020-10-22T04:05:14.744Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-22T04:05:15.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.035s coverage: 36.5% of statements [2020-10-22T04:05:15.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-22T04:05:15.334Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-22T04:05:15.334Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.085s coverage: 84.1% of statements [2020-10-22T04:05:15.604Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.010s coverage: 100.0% of statements [2020-10-22T04:05:15.604Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements [2020-10-22T04:05:15.604Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-22T04:05:15.604Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-22T04:05:15.867Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements [2020-10-22T04:05:15.867Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-22T04:05:16.142Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.041s coverage: 83.8% of statements [2020-10-22T04:05:16.142Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-22T04:05:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.019s coverage: 47.1% of statements [2020-10-22T04:05:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-22T04:05:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-22T04:05:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.014s coverage: 100.0% of statements [2020-10-22T04:05:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-22T04:05:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-22T04:05:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-22T04:05:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.019s coverage: 100.0% of statements [2020-10-22T04:05:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-22T04:05:18.095Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements [2020-10-22T04:05:18.095Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-22T04:05:19.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.045s coverage: 29.1% of statements [2020-10-22T04:05:19.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-22T04:05:19.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-22T04:05:19.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-22T04:05:19.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-22T04:05:19.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-22T04:05:19.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.025s coverage: 99.0% of statements [2020-10-22T04:05:19.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-22T04:05:19.067Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.016s coverage: 100.0% of statements [2020-10-22T04:05:19.067Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-22T04:05:19.067Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.004s coverage: 0.0% of statements [2020-10-22T04:05:19.067Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-22T04:05:19.343Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.008s coverage: 100.0% of statements [2020-10-22T04:05:19.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-22T04:05:19.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-22T04:05:19.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-22T04:05:19.343Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-22T04:05:19.612Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.015s coverage: 87.9% of statements [2020-10-22T04:05:19.612Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-22T04:05:19.612Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-22T04:05:19.612Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements [2020-10-22T04:05:19.874Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements [2020-10-22T04:05:20.137Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-10-22T04:05:20.402Z] GO111MODULE=on go vet ./... [2020-10-22T04:05:27.048Z] gofmt -l . [2020-10-22T04:05:27.622Z] [ "`gofmt -l .`" = "" ] [2020-10-22T04:05:28.198Z] ./bin/test-go-mod-tidy.sh [2020-10-22T04:05:28.776Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-22T04:05:30.532Z] + ls -al . [2020-10-22T04:05:30.532Z] total 616 [2020-10-22T04:05:30.532Z] drwxrwxr-x 10 1001 1001 4096 Oct 22 04:05 . [2020-10-22T04:05:30.532Z] drwxr-xr-x 4 root root 28 Oct 22 04:04 .. [2020-10-22T04:05:30.532Z] -rw-rw-r-- 1 1001 1001 11 Oct 22 04:02 .dockerignore [2020-10-22T04:05:30.532Z] drwxrwxr-x 8 1001 1001 179 Oct 22 04:02 .git [2020-10-22T04:05:30.532Z] drwxrwxr-x 3 1001 1001 125 Oct 22 04:02 .github [2020-10-22T04:05:30.532Z] -rw-rw-r-- 1 1001 1001 932 Oct 22 04:02 .gitignore [2020-10-22T04:05:30.532Z] drwx------ 3 1001 1001 47 Oct 22 04:03 .semver [2020-10-22T04:05:30.532Z] -rw-rw-r-- 1 1001 1001 166 Oct 22 04:02 .sonarcloud.properties [2020-10-22T04:05:30.532Z] -rw-rw-r-- 1 1001 1001 3804 Oct 22 04:02 CONTRIBUTING.md [2020-10-22T04:05:30.532Z] -rw-rw-r-- 1 1001 1001 1035 Oct 22 04:02 Dockerfile.build [2020-10-22T04:05:30.532Z] -rw-rw-r-- 1 1001 1001 863 Oct 22 04:02 Jenkinsfile [2020-10-22T04:05:30.532Z] -rw-rw-r-- 1 1001 1001 10775 Oct 22 04:02 LICENSE [2020-10-22T04:05:30.532Z] -rw-rw-r-- 1 1001 1001 6237 Oct 22 04:02 Makefile [2020-10-22T04:05:30.532Z] -rw-rw-r-- 1 1001 1001 6447 Oct 22 04:02 README.md [2020-10-22T04:05:30.532Z] -rw-rw-r-- 1 1001 1001 259 Oct 22 04:02 SECURITY.md [2020-10-22T04:05:30.532Z] -rw-rw-r-- 1 1001 1001 5 Oct 22 04:03 VERSION [2020-10-22T04:05:30.532Z] -rw-rw-r-- 1 1001 1001 4131 Oct 22 04:02 ZMQWindows.md [2020-10-22T04:05:30.532Z] drwxrwxr-x 2 1001 1001 117 Oct 22 04:02 bin [2020-10-22T04:05:30.532Z] drwxrwxr-x 15 1001 1001 4096 Oct 22 04:02 cmd [2020-10-22T04:05:30.532Z] -rw-r--r-- 1 root root 523288 Oct 22 04:05 coverage.out [2020-10-22T04:05:30.532Z] -rw-r--r-- 1 root root 1041 Oct 22 04:05 go.mod [2020-10-22T04:05:30.532Z] -rw-r--r-- 1 root root 18775 Oct 22 04:05 go.sum [2020-10-22T04:05:30.532Z] drwxrwxr-x 8 1001 1001 127 Oct 22 04:02 internal [2020-10-22T04:05:30.532Z] drwxrwxr-x 4 1001 1001 26 Oct 22 04:02 openapi [2020-10-22T04:05:30.532Z] drwxrwxr-x 4 1001 1001 71 Oct 22 04:02 snap [2020-10-22T04:05:30.532Z] -rw-rw-r-- 1 1001 1001 168 Oct 22 04:02 version.go [Pipeline] sh [2020-10-22T04:05:30.922Z] + '[' -e coverage.out ] [2020-10-22T04:05:30.923Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-22T04:05:31.130Z] Stashed 1 file(s) [Pipeline] sh [2020-10-22T04:05:31.615Z] + make build [2020-10-22T04:05:31.615Z] 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-22T04:05:39.083Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8149 in /w/workspace/edgexfoundry_edgex-go_PR-2836 [Pipeline] { [Pipeline] ws [2020-10-22T04:05:39.163Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-10-22T04:05:39.853Z] 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-22T04:05:44.085Z] 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-22T04:05:44.225Z] using credential edgex-jenkins-ssh [2020-10-22T04:05:44.301Z] Cloning the remote Git repository [2020-10-22T04:05:44.356Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-22T04:05:44.467Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-10-22T04:05:44.540Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T04:05:44.541Z] > git --version # timeout=10 [2020-10-22T04:05:44.561Z] > git --version # 'git version 2.17.1' [2020-10-22T04:05:44.563Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T04:05:45.036Z] 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-22T04:05:44.648Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T04:05:46.434Z] 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-22T04:05:47.825Z] 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-22T04:05:48.091Z] 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-22T04:05:49.491Z] 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-22T04:05:50.894Z] 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-22T04:05:52.286Z] 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-22T04:05:53.243Z] 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-22T04:05:54.194Z] 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-22T04:05:55.588Z] 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-22T04:05:56.180Z] $ docker stop --time=1 d6f32e3c3725ea71307f1266b416619d094d68b976c79f1aebdadc1f50dfb143 [2020-10-22T04:05:57.800Z] $ docker rm -f d6f32e3c3725ea71307f1266b416619d094d68b976c79f1aebdadc1f50dfb143 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:06:01.533Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T04:06:01.533Z] [2020-10-22T04:06:01.533Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:06:01.169Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T04:06:01.196Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T04:06:01.262Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T04:06:01.326Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T04:06:01.327Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T04:06:01.363Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2836/head:refs/remotes/origin/PR-2836 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T04:06:01.893Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T04:06:01.893Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-22T04:06:01.893Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-22T04:06:01.893Z] ca9280d653b3: Pulling fs layer [2020-10-22T04:06:01.893Z] 7e9c9ca2126c: Pulling fs layer [2020-10-22T04:06:02.156Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-22T04:06:02.156Z] cbdbe7a5bc2a: Download complete [2020-10-22T04:06:02.418Z] cbdbe7a5bc2a: Pull complete [2020-10-22T04:06:02.950Z] Merging remotes/origin/master commit 276039d959642f82e27682464d1409e0b052ceab into PR head commit b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:06:03.369Z] ca9280d653b3: Verifying Checksum [2020-10-22T04:06:03.369Z] ca9280d653b3: Download complete [2020-10-22T04:06:03.380Z] Merge succeeded, producing b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:06:03.380Z] Checking out Revision b26f68437dc89c641ae0c1f835b967d10b6adbe1 (PR-2836) [2020-10-22T04:06:02.971Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T04:06:02.991Z] > git checkout -f b26f68437dc89c641ae0c1f835b967d10b6adbe1 # timeout=10 [2020-10-22T04:06:03.308Z] > git remote # timeout=10 [2020-10-22T04:06:03.324Z] > git config --get remote.origin.url # timeout=10 [2020-10-22T04:06:03.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T04:06:03.346Z] > git merge 276039d959642f82e27682464d1409e0b052ceab # timeout=10 [2020-10-22T04:06:03.368Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-22T04:06:03.388Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T04:06:03.400Z] > git checkout -f b26f68437dc89c641ae0c1f835b967d10b6adbe1 # timeout=10 [2020-10-22T04:06:03.958Z] 7e9c9ca2126c: Verifying Checksum [2020-10-22T04:06:03.958Z] 7e9c9ca2126c: Download complete [2020-10-22T04:06:04.221Z] ca9280d653b3: Pull complete [2020-10-22T04:06:07.775Z] Commit message: "feat(data): Implement Core Data DELETE /event/id/{id} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-22T04:06:08.844Z] ========================================================= [2020-10-22T04:06:08.844Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-22T04:06:08.844Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:06:09.894Z] + 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-22T04:06:10.880Z] 7e9c9ca2126c: Pull complete [2020-10-22T04:06:10.880Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-22T04:06:10.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T04:06:10.880Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-22T04:06:11.025Z] prd-centos7-docker-4c-2g-8147 does not seem to be running inside a container [2020-10-22T04:06:11.077Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-devops/edgex-compose:latest cat [2020-10-22T04:06:12.548Z] Sending build context to Docker daemon 165.1MB [2020-10-22T04:06:12.548Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T04:06:12.548Z] Step 2/7 : FROM ${BASE} [2020-10-22T04:06:12.826Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-22T04:06:12.826Z] b538f80385f9: Pulling fs layer [2020-10-22T04:06:12.826Z] 74f711af9a0d: Pulling fs layer [2020-10-22T04:06:12.826Z] 99f96fe45779: Pulling fs layer [2020-10-22T04:06:12.826Z] 8529a6b9a6be: Pulling fs layer [2020-10-22T04:06:12.826Z] 45590311c82a: Pulling fs layer [2020-10-22T04:06:12.826Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-22T04:06:12.826Z] 209524e5b208: Pulling fs layer [2020-10-22T04:06:12.826Z] 8529a6b9a6be: Waiting [2020-10-22T04:06:12.826Z] 45590311c82a: Waiting [2020-10-22T04:06:12.826Z] 69ca0ff8b7b3: Waiting [2020-10-22T04:06:12.826Z] 209524e5b208: Waiting [2020-10-22T04:06:12.826Z] 99f96fe45779: Verifying Checksum [2020-10-22T04:06:12.826Z] 99f96fe45779: Download complete [2020-10-22T04:06:12.826Z] 74f711af9a0d: Verifying Checksum [2020-10-22T04:06:12.826Z] 45590311c82a: Verifying Checksum [2020-10-22T04:06:12.826Z] 45590311c82a: Download complete [2020-10-22T04:06:12.826Z] 69ca0ff8b7b3: Download complete [2020-10-22T04:06:12.826Z] b538f80385f9: Download complete [2020-10-22T04:06:13.428Z] b538f80385f9: Pull complete [2020-10-22T04:06:14.053Z] 74f711af9a0d: Pull complete [2020-10-22T04:06:14.268Z] $ docker top 79f1993ddb4433364775d58b5661e25a038a71e8746b731ba84e897d0d768fab -eo pid,comm [2020-10-22T04:06:14.328Z] 99f96fe45779: Pull complete [Pipeline] { [Pipeline] sh [2020-10-22T04:06:14.883Z] + docker-compose build --help [2020-10-22T04:06:14.883Z] + grep parallel [2020-10-22T04:06:15.765Z] 209524e5b208: Verifying Checksum [2020-10-22T04:06:15.832Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T04:06:15.850Z] $ docker stop --time=1 79f1993ddb4433364775d58b5661e25a038a71e8746b731ba84e897d0d768fab [2020-10-22T04:06:16.746Z] 8529a6b9a6be: Verifying Checksum [2020-10-22T04:06:16.746Z] 8529a6b9a6be: Download complete [2020-10-22T04:06:17.244Z] $ docker rm -f 79f1993ddb4433364775d58b5661e25a038a71e8746b731ba84e897d0d768fab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:06:18.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T04:06:18.291Z] . [Pipeline] withDockerContainer [2020-10-22T04:06:18.391Z] prd-centos7-docker-4c-2g-8147 does not seem to be running inside a container [2020-10-22T04:06:18.447Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-22T04:06:19.250Z] $ docker top 0f80842a088e067a522c28e136fc6a2677bafd2c35a3d411fe9d7b4372042730 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T04:06:19.786Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T04:06:20.737Z] Building docker-core-command-go ... [2020-10-22T04:06:20.737Z] Building docker-core-data-go ... [2020-10-22T04:06:20.737Z] Building docker-core-metadata-go ... [2020-10-22T04:06:20.737Z] Building docker-security-proxy-setup-go ... [2020-10-22T04:06:20.737Z] Building docker-security-secrets-setup-go ... [2020-10-22T04:06:20.737Z] Building docker-security-secretstore-setup-go ... [2020-10-22T04:06:20.737Z] Building docker-support-logging-go ... [2020-10-22T04:06:20.737Z] Building docker-support-notifications-go ... [2020-10-22T04:06:20.737Z] Building docker-support-scheduler-go ... [2020-10-22T04:06:20.737Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T04:06:20.737Z] Building docker-security-proxy-setup-go [2020-10-22T04:06:20.737Z] Building docker-support-logging-go [2020-10-22T04:06:20.737Z] Building docker-sys-mgmt-agent-go [2020-10-22T04:06:20.737Z] Building docker-security-secretstore-setup-go [2020-10-22T04:06:20.737Z] Building docker-core-data-go [2020-10-22T04:06:26.926Z] 8529a6b9a6be: Pull complete [2020-10-22T04:06:26.926Z] 45590311c82a: Pull complete [2020-10-22T04:06:27.201Z] 69ca0ff8b7b3: Pull complete [2020-10-22T04:06:31.577Z] 209524e5b208: Pull complete [2020-10-22T04:06:31.577Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-22T04:06:31.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-22T04:06:31.577Z] ---> 5bddaf1c2fca [2020-10-22T04:06:31.577Z] 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-22T04:06:34.214Z] ---> Running in 381c19a1df77 [2020-10-22T04:06:36.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:06:36.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:06:37.535Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T04:06:37.807Z] (2/12) Installing file (5.38-r0) [2020-10-22T04:06:37.807Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T04:06:38.080Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T04:06:44.772Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T04:06:44.772Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T04:06:44.772Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T04:06:44.772Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T04:06:44.772Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T04:06:45.045Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T04:06:45.045Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T04:06:45.045Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T04:06:45.318Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T04:06:45.318Z] OK: 217 MiB in 51 packages [2020-10-22T04:06:49.637Z] Removing intermediate container 381c19a1df77 [2020-10-22T04:06:49.637Z] ---> 387579c90978 [2020-10-22T04:06:49.637Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T04:06:49.637Z] ---> Running in bf2c377b62c2 [2020-10-22T04:06:49.910Z] Removing intermediate container bf2c377b62c2 [2020-10-22T04:06:49.910Z] ---> c06900b4beba [2020-10-22T04:06:49.910Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T04:06:50.512Z] latest: Pulling from library/docker [2020-10-22T04:06:50.512Z] 5f621e34cdf4: Pulling fs layer [2020-10-22T04:06:50.512Z] 85db56a05063: Pulling fs layer [2020-10-22T04:06:50.512Z] ccb67d6aeaaa: Pulling fs layer [2020-10-22T04:06:50.512Z] a0b19fc83503: Pulling fs layer [2020-10-22T04:06:50.512Z] 8eb508b41278: Pulling fs layer [2020-10-22T04:06:50.512Z] 37236713561e: Pulling fs layer [2020-10-22T04:06:50.512Z] 07c93f2b1b56: Pulling fs layer [2020-10-22T04:06:50.512Z] 8eb508b41278: Waiting [2020-10-22T04:06:50.512Z] a0b19fc83503: Waiting [2020-10-22T04:06:50.512Z] 37236713561e: Waiting [2020-10-22T04:06:50.512Z] ccb67d6aeaaa: Download complete [2020-10-22T04:06:50.799Z] 85db56a05063: Verifying Checksum [2020-10-22T04:06:50.799Z] 85db56a05063: Download complete [2020-10-22T04:06:50.799Z] 5f621e34cdf4: Verifying Checksum [2020-10-22T04:06:50.799Z] 5f621e34cdf4: Download complete [2020-10-22T04:06:50.799Z] 8eb508b41278: Download complete [2020-10-22T04:06:50.799Z] 37236713561e: Verifying Checksum [2020-10-22T04:06:50.799Z] 37236713561e: Download complete [2020-10-22T04:06:50.799Z] 07c93f2b1b56: Verifying Checksum [2020-10-22T04:06:50.799Z] 07c93f2b1b56: Download complete [2020-10-22T04:06:51.407Z] 5f621e34cdf4: Pull complete [2020-10-22T04:06:52.010Z] 85db56a05063: Pull complete [2020-10-22T04:06:52.010Z] a0b19fc83503: Verifying Checksum [2020-10-22T04:06:52.010Z] a0b19fc83503: Download complete [2020-10-22T04:06:52.285Z] ccb67d6aeaaa: Pull complete [2020-10-22T04:06:54.237Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:06:54.237Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:06:54.237Z] ---> e2095b5f2270 [2020-10-22T04:06:54.237Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T04:06:54.237Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:06:54.237Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:06:54.237Z] ---> e2095b5f2270 [2020-10-22T04:06:54.237Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T04:06:54.237Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:06:54.237Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:06:54.237Z] ---> e2095b5f2270 [2020-10-22T04:06:54.237Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T04:06:54.237Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:06:54.237Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:06:54.237Z] ---> e2095b5f2270 [2020-10-22T04:06:54.237Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T04:06:54.237Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:06:54.237Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:06:54.237Z] ---> e2095b5f2270 [2020-10-22T04:06:54.237Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T04:06:54.237Z] ---> Running in d977912bffc2 [2020-10-22T04:06:54.237Z] ---> Running in 974cfb404055 [2020-10-22T04:06:54.237Z] ---> Running in 97168dcfebd3 [2020-10-22T04:06:54.237Z] ---> Running in ac422438f355 [2020-10-22T04:06:54.237Z] ---> Running in 652875f043f3 [2020-10-22T04:06:54.500Z] Removing intermediate container 652875f043f3 [2020-10-22T04:06:54.500Z] ---> 94f8b184b9fb [2020-10-22T04:06:54.500Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:06:54.500Z] Removing intermediate container ac422438f355 [2020-10-22T04:06:54.500Z] ---> b34d01909aa5 [2020-10-22T04:06:54.500Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:06:54.500Z] Removing intermediate container d977912bffc2 [2020-10-22T04:06:54.500Z] ---> e322547de253 [2020-10-22T04:06:54.500Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:06:54.500Z] Removing intermediate container 97168dcfebd3 [2020-10-22T04:06:54.500Z] ---> 9896cd874671 [2020-10-22T04:06:54.500Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:06:54.765Z] ---> Running in 8f0636e78d9d [2020-10-22T04:06:54.765Z] Removing intermediate container 974cfb404055 [2020-10-22T04:06:54.765Z] ---> d5897ee616e7 [2020-10-22T04:06:54.765Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:06:54.765Z] ---> Running in 922969d72a1b [2020-10-22T04:06:54.765Z] ---> Running in 6f4bcddaff41 [2020-10-22T04:06:54.765Z] ---> Running in 5aab38e84bbb [2020-10-22T04:06:54.765Z] ---> Running in dbb8d64f9280 [2020-10-22T04:06:55.688Z] a0b19fc83503: Pull complete [2020-10-22T04:06:55.962Z] 8eb508b41278: Pull complete [2020-10-22T04:06:56.253Z] 37236713561e: Pull complete [2020-10-22T04:06:56.532Z] 07c93f2b1b56: Pull complete [2020-10-22T04:06:56.532Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-22T04:06:56.705Z] Removing intermediate container 922969d72a1b [2020-10-22T04:06:56.705Z] ---> 9b4cdbc980f6 [2020-10-22T04:06:56.705Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T04:06:56.705Z] Removing intermediate container 8f0636e78d9d [2020-10-22T04:06:56.705Z] ---> 7ec1838a5043 [2020-10-22T04:06:56.705Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T04:06:56.808Z] Status: Downloaded newer image for docker:latest [2020-10-22T04:06:56.968Z] Removing intermediate container 6f4bcddaff41 [2020-10-22T04:06:56.968Z] ---> 8e239a0f4d7f [2020-10-22T04:06:56.968Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T04:06:56.968Z] ---> Running in dbc43eaf2bc7 [2020-10-22T04:06:56.968Z] ---> Running in bdf121dd0769 [2020-10-22T04:06:56.968Z] ---> Running in e451e718db68 [2020-10-22T04:06:57.239Z] Removing intermediate container dbb8d64f9280 [2020-10-22T04:06:57.239Z] ---> 8f4ef959d88b [2020-10-22T04:06:57.239Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T04:06:57.239Z] Removing intermediate container 5aab38e84bbb [2020-10-22T04:06:57.239Z] ---> a621a92801a6 [2020-10-22T04:06:57.239Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T04:06:57.239Z] ---> Running in 76f6336a03bc [2020-10-22T04:06:57.239Z] ---> Running in 8498a63b82d1 [2020-10-22T04:06:58.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:06:58.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:06:58.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:06:58.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:06:58.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:06:58.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:06:58.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:06:59.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:06:59.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:06:59.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:06:59.543Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:06:59.543Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:06:59.543Z] OK: 12752 distinct packages available [2020-10-22T04:06:59.543Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:06:59.543Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:06:59.543Z] OK: 12752 distinct packages available [2020-10-22T04:06:59.543Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:06:59.543Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:06:59.543Z] OK: 12752 distinct packages available [2020-10-22T04:06:59.818Z] OK: 233 MiB in 51 packages [2020-10-22T04:06:59.818Z] OK: 233 MiB in 51 packages [2020-10-22T04:06:59.818Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:06:59.818Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:06:59.818Z] OK: 12752 distinct packages available [2020-10-22T04:06:59.818Z] OK: 233 MiB in 51 packages [2020-10-22T04:07:00.090Z] OK: 233 MiB in 51 packages [2020-10-22T04:07:00.090Z] OK: 233 MiB in 51 packages [2020-10-22T04:07:00.090Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:07:00.090Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:07:00.090Z] OK: 12752 distinct packages available [2020-10-22T04:07:00.195Z] ---> a34d42c87cd1 [2020-10-22T04:07:00.195Z] Step 6/7 : COPY go.mod . [2020-10-22T04:07:00.357Z] OK: 233 MiB in 51 packages [2020-10-22T04:07:00.474Z] ---> cf0f992c4db5 [2020-10-22T04:07:00.474Z] Step 7/7 : RUN go mod download [2020-10-22T04:07:00.644Z] Removing intermediate container bdf121dd0769 [2020-10-22T04:07:00.644Z] ---> b32e48f998d6 [2020-10-22T04:07:00.644Z] Step 6/26 : COPY go.mod . [2020-10-22T04:07:00.644Z] Removing intermediate container dbc43eaf2bc7 [2020-10-22T04:07:00.644Z] ---> d4618aea6f70 [2020-10-22T04:07:00.644Z] Step 6/23 : COPY go.mod . [2020-10-22T04:07:00.757Z] ---> Running in 45b0dea5258c [2020-10-22T04:07:01.229Z] ---> 58f65b6ee2a8 [2020-10-22T04:07:01.229Z] Step 7/26 : RUN go mod download [2020-10-22T04:07:01.229Z] Removing intermediate container 8498a63b82d1 [2020-10-22T04:07:01.229Z] ---> c0aea00722b9 [2020-10-22T04:07:01.229Z] Step 6/20 : COPY go.mod . [2020-10-22T04:07:01.229Z] ---> d971b2ac8eb2 [2020-10-22T04:07:01.229Z] Step 7/23 : RUN go mod download [2020-10-22T04:07:01.229Z] ---> Running in e4a2f1fae4de [2020-10-22T04:07:01.229Z] Removing intermediate container e451e718db68 [2020-10-22T04:07:01.229Z] ---> 48dddf99120b [2020-10-22T04:07:01.229Z] Step 6/22 : COPY go.mod . [2020-10-22T04:07:01.229Z] Removing intermediate container 76f6336a03bc [2020-10-22T04:07:01.229Z] ---> d67e0ba7b8a7 [2020-10-22T04:07:01.229Z] Step 6/27 : COPY go.mod . [2020-10-22T04:07:01.499Z] ---> Running in 96a4b5466129 [2020-10-22T04:07:01.767Z] ---> 03545e3914de [2020-10-22T04:07:01.767Z] Step 7/20 : RUN go mod download [2020-10-22T04:07:02.033Z] ---> Running in 31a3f1c3ce07 [2020-10-22T04:07:02.033Z] ---> 2f96fd2b1598 [2020-10-22T04:07:02.033Z] Step 7/27 : RUN go mod download [2020-10-22T04:07:02.033Z] ---> 78454c20277b [2020-10-22T04:07:02.033Z] Step 7/22 : RUN go mod download [2020-10-22T04:07:02.298Z] ---> Running in 5344377f55df [2020-10-22T04:07:02.299Z] ---> Running in 7ac9787eccaf [2020-10-22T04:07:03.759Z] Removing intermediate container 31a3f1c3ce07 [2020-10-22T04:07:03.759Z] ---> cdc38e9d1f6c [2020-10-22T04:07:03.759Z] Step 8/20 : COPY . . [2020-10-22T04:07:03.759Z] Removing intermediate container 96a4b5466129 [2020-10-22T04:07:03.759Z] ---> c370b50edba8 [2020-10-22T04:07:03.759Z] Step 8/23 : COPY . . [2020-10-22T04:07:04.612Z] Removing intermediate container e4a2f1fae4de [2020-10-22T04:07:04.612Z] ---> 515d4cd104a7 [2020-10-22T04:07:04.612Z] Step 8/26 : COPY . . [2020-10-22T04:07:11.396Z] Removing intermediate container 7ac9787eccaf [2020-10-22T04:07:11.396Z] ---> 70a26cfee925 [2020-10-22T04:07:11.396Z] Step 8/27 : COPY . . [2020-10-22T04:07:19.606Z] Removing intermediate container 5344377f55df [2020-10-22T04:07:19.606Z] ---> 9c3bd99a858d [2020-10-22T04:07:19.606Z] Step 8/22 : COPY . . [2020-10-22T04:07:27.554Z] Removing intermediate container 45b0dea5258c [2020-10-22T04:07:27.554Z] ---> 99fcc324429a [2020-10-22T04:07:27.827Z] Successfully built 99fcc324429a [2020-10-22T04:07:27.827Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:07:28.245Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T04:07:28.245Z] . [Pipeline] withDockerContainer [2020-10-22T04:07:28.505Z] prd-ubuntu18.04-docker-arm64-4c-16g-8149 does not seem to be running inside a container [2020-10-22T04:07:28.592Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-22T04:07:30.405Z] $ docker top c393165d486e0dcfaf794f3dd4453259a545b5c03f9be59a844ad1f95f2274b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T04:07:31.799Z] + go version [2020-10-22T04:07:31.799Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-22T04:07:31.825Z] $ docker stop --time=1 c393165d486e0dcfaf794f3dd4453259a545b5c03f9be59a844ad1f95f2274b2 [2020-10-22T04:07:33.734Z] $ docker rm -f c393165d486e0dcfaf794f3dd4453259a545b5c03f9be59a844ad1f95f2274b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:07:34.761Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T04:07:34.761Z] . [Pipeline] withDockerContainer [2020-10-22T04:07:35.066Z] prd-ubuntu18.04-docker-arm64-4c-16g-8149 does not seem to be running inside a container [2020-10-22T04:07:35.159Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-22T04:07:36.521Z] $ docker top df955926fa58e843fa3a0675aa1c1714e6ecd410c9147dbcd037b476eb1300a4 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-22T04:07:36.911Z] ========================================================= [2020-10-22T04:07:36.911Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-22T04:07:36.911Z] ========================================================= [Pipeline] sh [2020-10-22T04:07:37.555Z] + make test [2020-10-22T04:07:37.555Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-22T04:07:40.177Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-22T04:07:46.617Z] ---> af12fa8d72ec [2020-10-22T04:07:46.617Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T04:07:46.617Z] ---> 6b76b87f4560 [2020-10-22T04:07:46.617Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T04:07:46.617Z] ---> 7d926f47af83 [2020-10-22T04:07:46.617Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T04:07:46.617Z] ---> Running in a08b0d4ef1eb [2020-10-22T04:07:46.617Z] ---> Running in 49aff414b70a [2020-10-22T04:07:46.617Z] ---> 891270d1bb10 [2020-10-22T04:07:46.617Z] 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-22T04:07:46.617Z] ---> Running in d8668aa3efc8 [2020-10-22T04:07:46.617Z] ---> Running in 7294d15fe631 [2020-10-22T04:07:48.570Z] 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-22T04:07:48.570Z] 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-22T04:07:48.570Z] 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-22T04:07:48.570Z] 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-22T04:07:55.211Z] ---> 0116d0601d52 [2020-10-22T04:07:55.211Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-22T04:07:55.211Z] ---> Running in 12fff2905805 [2020-10-22T04:07:55.817Z] 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-22T04:08:12.592Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-22T04:08:18.051Z] 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-22T04:08:21.090Z] Removing intermediate container a08b0d4ef1eb [2020-10-22T04:08:21.090Z] ---> 0e76c73922b5 [2020-10-22T04:08:21.090Z] [2020-10-22T04:08:21.090Z] Step 10/20 : FROM alpine [2020-10-22T04:08:21.090Z] Removing intermediate container d8668aa3efc8 [2020-10-22T04:08:21.090Z] ---> 8ceffb264b1b [2020-10-22T04:08:21.090Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T04:08:21.090Z] 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-22T04:08:21.090Z] latest: Pulling from library/alpine [2020-10-22T04:08:21.090Z] ---> Running in 66d84bdf9530 [2020-10-22T04:08:21.833Z] Digest: sha256:203ee936961c0f491f72ce9d3c3c67d9440cdb1d61b9783cf340baa09308ffc1 [2020-10-22T04:08:21.833Z] Status: Downloaded newer image for alpine:latest [2020-10-22T04:08:21.833Z] ---> d6e46aa2470d [2020-10-22T04:08:21.833Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T04:08:21.833Z] 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-22T04:08:22.118Z] ---> Running in 14ef5dc73ba6 [2020-10-22T04:08:23.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:08:23.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:08:23.505Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:08:23.505Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:08:23.505Z] OK: 12744 distinct packages available [2020-10-22T04:08:23.813Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T04:08:23.813Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T04:08:23.813Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T04:08:23.813Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T04:08:23.813Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:08:23.813Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T04:08:24.117Z] OK: 7 MiB in 18 packages [2020-10-22T04:08:24.117Z] Removing intermediate container 66d84bdf9530 [2020-10-22T04:08:24.117Z] ---> 03965ac4f513 [2020-10-22T04:08:24.117Z] [2020-10-22T04:08:24.117Z] Step 11/27 : FROM docker:latest [2020-10-22T04:08:24.117Z] ---> 6972c414f322 [2020-10-22T04:08:24.117Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T04:08:26.832Z] ---> Running in 0d13f30443b5 [2020-10-22T04:08:26.832Z] Removing intermediate container 7294d15fe631 [2020-10-22T04:08:26.832Z] ---> e7bec67bd799 [2020-10-22T04:08:26.832Z] [2020-10-22T04:08:26.832Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T04:08:26.832Z] Removing intermediate container 12fff2905805 [2020-10-22T04:08:26.832Z] ---> ae1cebea9158 [2020-10-22T04:08:26.832Z] [2020-10-22T04:08:26.832Z] Step 10/22 : FROM scratch [2020-10-22T04:08:26.832Z] ---> [2020-10-22T04:08:26.832Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T04:08:27.098Z] 3.10: Pulling from library/alpine [2020-10-22T04:08:28.118Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-22T04:08:28.118Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-22T04:08:28.118Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-22T04:08:28.118Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-22T04:08:28.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:08:28.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:08:28.510Z] Removing intermediate container 14ef5dc73ba6 [2020-10-22T04:08:28.510Z] ---> 68cb8bf7550e [2020-10-22T04:08:28.510Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T04:08:28.510Z] ---> Running in aa232b7325c4 [2020-10-22T04:08:28.510Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T04:08:28.510Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T04:08:28.510Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T04:08:28.510Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T04:08:28.510Z] ---> be4e4bea2c2e [2020-10-22T04:08:28.510Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T04:08:28.510Z] Executing bash-5.0.17-r0.post-install [2020-10-22T04:08:28.510Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:08:28.510Z] OK: 12 MiB in 22 packages [2020-10-22T04:08:28.510Z] ---> Running in f3407730d98f [2020-10-22T04:08:28.790Z] ---> Running in 48d32e7f8d1b [2020-10-22T04:08:28.790Z] Removing intermediate container aa232b7325c4 [2020-10-22T04:08:28.790Z] ---> d2deda248457 [2020-10-22T04:08:28.790Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T04:08:29.387Z] ---> Running in 637bd3554d6d [2020-10-22T04:08:30.200Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.018s [2020-10-22T04:08:30.200Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-22T04:08:30.485Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-22T04:08:30.785Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-22T04:08:30.831Z] Removing intermediate container f3407730d98f [2020-10-22T04:08:30.832Z] ---> 4b9524f3d451 [2020-10-22T04:08:30.832Z] Step 13/20 : WORKDIR /edgex [2020-10-22T04:08:31.801Z] Removing intermediate container 637bd3554d6d [2020-10-22T04:08:31.801Z] ---> e229c35762f0 [2020-10-22T04:08:31.801Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T04:08:31.801Z] ---> Running in ae02c5e448f1 [2020-10-22T04:08:31.801Z] ---> Running in 6d1487b9b9f1 [2020-10-22T04:08:31.801Z] Removing intermediate container 49aff414b70a [2020-10-22T04:08:31.801Z] ---> 0087e9754896 [2020-10-22T04:08:31.801Z] [2020-10-22T04:08:31.801Z] Step 10/23 : FROM alpine [2020-10-22T04:08:31.801Z] ---> d6e46aa2470d [2020-10-22T04:08:31.801Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:08:32.075Z] Removing intermediate container 0d13f30443b5 [2020-10-22T04:08:32.075Z] ---> 7826913ea0d5 [2020-10-22T04:08:32.075Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T04:08:32.075Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:08:32.075Z] ---> Running in 59811ba1f34b [2020-10-22T04:08:32.075Z] ---> Running in f020fcbbdfda [2020-10-22T04:08:32.075Z] Removing intermediate container ae02c5e448f1 [2020-10-22T04:08:32.075Z] ---> cfc77fabb36f [2020-10-22T04:08:32.075Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T04:08:32.345Z] Removing intermediate container 6d1487b9b9f1 [2020-10-22T04:08:32.345Z] ---> 0e33adad102d [2020-10-22T04:08:32.345Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T04:08:32.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:08:32.346Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T04:08:32.346Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T04:08:32.346Z] OK: 10346 distinct packages available [2020-10-22T04:08:32.623Z] Removing intermediate container 59811ba1f34b [2020-10-22T04:08:32.623Z] ---> b2a20046bb12 [2020-10-22T04:08:32.623Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T04:08:32.623Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T04:08:32.623Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T04:08:32.623Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T04:08:32.623Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T04:08:32.623Z] ---> c16ce2d5bfae [2020-10-22T04:08:32.623Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T04:08:32.623Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T04:08:32.623Z] ---> Running in 9b63fe59616b [2020-10-22T04:08:32.623Z] ---> e8f2af9ba74b [2020-10-22T04:08:32.623Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T04:08:32.623Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T04:08:32.833Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-22T04:08:32.905Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T04:08:32.905Z] OK: 7 MiB in 19 packages [2020-10-22T04:08:33.513Z] Removing intermediate container 9b63fe59616b [2020-10-22T04:08:33.513Z] ---> 865852cd4a7a [2020-10-22T04:08:33.513Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T04:08:33.513Z] ---> f3918301a589 [2020-10-22T04:08:33.513Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T04:08:33.513Z] ---> Running in 967fd79aeac3 [2020-10-22T04:08:33.881Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-22T04:08:34.113Z] ---> 7c56dd099859 [2020-10-22T04:08:34.113Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T04:08:34.173Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-22T04:08:34.173Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-22T04:08:34.173Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-22T04:08:34.393Z] ---> Running in f34a60ec5de2 [2020-10-22T04:08:34.393Z] Removing intermediate container 967fd79aeac3 [2020-10-22T04:08:34.393Z] ---> 9c8a6266d060 [2020-10-22T04:08:34.393Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:08:34.393Z] ---> 6aab1ea3effc [2020-10-22T04:08:34.393Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T04:08:34.984Z] ---> Running in fb0bef7b1b05 [2020-10-22T04:08:35.252Z] Removing intermediate container f34a60ec5de2 [2020-10-22T04:08:35.252Z] ---> c3a54297c7a5 [2020-10-22T04:08:35.252Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T04:08:35.523Z] ---> Running in f45bffb722ec [2020-10-22T04:08:35.523Z] Removing intermediate container f020fcbbdfda [2020-10-22T04:08:35.523Z] ---> e277ea957688 [2020-10-22T04:08:35.523Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T04:08:35.523Z] Removing intermediate container 48d32e7f8d1b [2020-10-22T04:08:35.523Z] ---> 82e2f4fba55b [2020-10-22T04:08:35.523Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T04:08:35.523Z] ---> 2432962ff341 [2020-10-22T04:08:35.523Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T04:08:35.523Z] ---> Running in 70b7887733d5 [2020-10-22T04:08:35.795Z] ---> Running in 5b7708409ae9 [2020-10-22T04:08:35.795Z] ---> Running in 2e5cc526963f [2020-10-22T04:08:35.795Z] Removing intermediate container f45bffb722ec [2020-10-22T04:08:35.795Z] ---> b8a114933ea3 [2020-10-22T04:08:35.795Z] Step 18/20 : LABEL arch=x86_64 [2020-10-22T04:08:36.061Z] Removing intermediate container 70b7887733d5 [2020-10-22T04:08:36.061Z] ---> c2cc37e6571a [2020-10-22T04:08:36.061Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T04:08:36.061Z] ---> Running in 8d44d915d1d9 [2020-10-22T04:08:36.061Z] Removing intermediate container 5b7708409ae9 [2020-10-22T04:08:36.061Z] ---> d11480294931 [2020-10-22T04:08:36.061Z] Step 13/26 : WORKDIR / [2020-10-22T04:08:36.061Z] Removing intermediate container 2e5cc526963f [2020-10-22T04:08:36.061Z] ---> 6182c619c8d3 [2020-10-22T04:08:36.061Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:08:37.010Z] ---> Running in 18d08b37269a [2020-10-22T04:08:37.010Z] ---> Running in 023c3a1deaca [2020-10-22T04:08:37.010Z] ---> Running in 1a21b42ecb6a [2020-10-22T04:08:37.010Z] Removing intermediate container 8d44d915d1d9 [2020-10-22T04:08:37.010Z] ---> 49c2554dc255 [2020-10-22T04:08:37.010Z] Step 19/20 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:08:37.275Z] Removing intermediate container 18d08b37269a [2020-10-22T04:08:37.275Z] ---> 01c4dbc88fb1 [2020-10-22T04:08:37.275Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T04:08:37.275Z] ---> Running in f9ac7589b012 [2020-10-22T04:08:37.541Z] Removing intermediate container 1a21b42ecb6a [2020-10-22T04:08:37.541Z] ---> e0f589989851 [2020-10-22T04:08:37.541Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T04:08:37.541Z] ---> Running in c052803aee03 [2020-10-22T04:08:37.541Z] Removing intermediate container 023c3a1deaca [2020-10-22T04:08:37.541Z] ---> 419da0ddf9aa [2020-10-22T04:08:37.541Z] 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-22T04:08:37.541Z] Removing intermediate container fb0bef7b1b05 [2020-10-22T04:08:37.541Z] ---> d5b57e05b066 [2020-10-22T04:08:37.541Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T04:08:37.541Z] ---> Running in 668664a87e11 [2020-10-22T04:08:37.809Z] ---> Running in bb877b7c636a [2020-10-22T04:08:37.809Z] Removing intermediate container f9ac7589b012 [2020-10-22T04:08:37.809Z] ---> b857d8fc0c04 [2020-10-22T04:08:37.809Z] Step 20/20 : LABEL version=0.0.0 [2020-10-22T04:08:37.809Z] Removing intermediate container c052803aee03 [2020-10-22T04:08:37.809Z] ---> 30bccdcf99ac [2020-10-22T04:08:37.809Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T04:08:38.074Z] ---> 7deab0208e18 [2020-10-22T04:08:38.074Z] 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-22T04:08:38.074Z] Removing intermediate container 668664a87e11 [2020-10-22T04:08:38.074Z] ---> 2326a517bd6a [2020-10-22T04:08:38.074Z] Step 21/22 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:08:38.340Z] ---> Running in c0ae33fb7982 [2020-10-22T04:08:38.340Z] ---> Running in 601b180d1fdd [2020-10-22T04:08:38.603Z] ---> c0ca728dbde2 [2020-10-22T04:08:38.603Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T04:08:38.603Z] ---> 21cf93c7b99f [2020-10-22T04:08:38.603Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T04:08:38.603Z] Removing intermediate container c0ae33fb7982 [2020-10-22T04:08:38.603Z] ---> 1d0a0e828022 [2020-10-22T04:08:38.603Z] [2020-10-22T04:08:38.867Z] Successfully built 1d0a0e828022 [2020-10-22T04:08:38.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:08:38.867Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-22T04:08:38.867Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2020-10-22T04:08:38.867Z] Removing intermediate container 601b180d1fdd [2020-10-22T04:08:38.867Z] ---> 4ff548c476fa [2020-10-22T04:08:38.867Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T04:08:39.133Z] ---> Running in e8d3d994fa73 [2020-10-22T04:08:39.133Z] ---> 2347fc1d52eb [2020-10-22T04:08:39.133Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T04:08:39.133Z] ---> 229a49344455 [2020-10-22T04:08:39.133Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T04:08:39.407Z] Removing intermediate container e8d3d994fa73 [2020-10-22T04:08:39.407Z] ---> d88fc96acebf [2020-10-22T04:08:39.407Z] [2020-10-22T04:08:39.407Z] Successfully built d88fc96acebf [2020-10-22T04:08:39.407Z] ---> 4a33687653e0 [2020-10-22T04:08:39.407Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T04:08:39.407Z] Successfully tagged docker-support-logging-go:latest [2020-10-22T04:08:39.407Z] Building docker-support-scheduler-go [2020-10-22T04:08:39.670Z]  Building docker-support-logging-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:08:39.670Z] ---> 57eec4cb1890 [2020-10-22T04:08:39.670Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T04:08:39.670Z] ---> Running in 4f56861ea809 [2020-10-22T04:08:40.268Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T04:08:40.268Z] ---> a0b15c2540f1 [2020-10-22T04:08:40.268Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T04:08:40.268Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T04:08:40.536Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T04:08:40.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:08:40.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:08:40.536Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T04:08:40.798Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T04:08:40.798Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T04:08:40.798Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T04:08:40.798Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T04:08:41.063Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T04:08:41.325Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T04:08:41.325Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T04:08:41.325Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:08:41.325Z] OK: 8 MiB in 19 packages [2020-10-22T04:08:41.325Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T04:08:42.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.055s coverage: 46.6% of statements [2020-10-22T04:08:42.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-22T04:08:42.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-22T04:08:42.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-22T04:08:42.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-22T04:08:42.564Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-22T04:08:47.727Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.287s coverage: 27.1% of statements [2020-10-22T04:08:47.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-22T04:08:47.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-22T04:08:47.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-22T04:08:47.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-22T04:08:47.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-22T04:08:47.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-22T04:08:47.727Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2020-10-22T04:08:47.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-22T04:08:47.727Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.025s coverage: 100.0% of statements [2020-10-22T04:08:47.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-22T04:08:47.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-22T04:08:48.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.417s coverage: 81.6% of statements [2020-10-22T04:08:48.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-22T04:08:48.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-22T04:08:49.803Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.393s coverage: 86.0% of statements [2020-10-22T04:08:49.803Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-22T04:08:49.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T04:08:49.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-22T04:08:49.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-22T04:08:51.441Z] ---> 9cb5ac1c6bc6 [2020-10-22T04:08:51.441Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T04:08:51.441Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T04:08:51.441Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T04:08:51.441Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T04:08:51.441Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T04:08:51.441Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T04:08:51.441Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T04:08:51.719Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T04:08:52.310Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T04:08:52.899Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T04:08:53.167Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T04:08:54.135Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T04:08:54.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.450s coverage: 28.6% of statements [2020-10-22T04:08:54.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-22T04:08:54.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-22T04:08:54.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-22T04:08:54.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-22T04:08:54.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-22T04:08:54.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements [2020-10-22T04:08:54.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-22T04:08:54.212Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2020-10-22T04:08:54.212Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-22T04:08:55.122Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T04:08:55.736Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T04:08:56.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements [2020-10-22T04:08:56.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-22T04:08:56.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements [2020-10-22T04:08:56.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-22T04:08:56.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.043s coverage: 100.0% of statements [2020-10-22T04:08:56.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-22T04:08:56.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-22T04:08:56.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-22T04:08:56.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-22T04:08:56.414Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T04:08:56.727Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T04:08:56.727Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T04:08:57.027Z] Removing intermediate container bb877b7c636a [2020-10-22T04:08:57.028Z] ---> b09397079139 [2020-10-22T04:08:57.028Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T04:08:57.658Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T04:08:57.658Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T04:08:57.939Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T04:08:58.583Z] ---> 3e923ce35b40 [2020-10-22T04:08:58.583Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T04:08:58.583Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T04:08:58.884Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T04:08:58.884Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T04:08:58.884Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T04:08:58.884Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T04:08:58.884Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T04:08:58.884Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T04:08:59.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.134s coverage: 96.3% of statements [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-22T04:08:59.795Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-22T04:08:59.795Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.0% of statements [no tests to run] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-22T04:08:59.795Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-22T04:09:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.180s coverage: 63.5% of statements [2020-10-22T04:09:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-22T04:09:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-22T04:09:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.014s coverage: 100.0% of statements [2020-10-22T04:09:01.007Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.018s coverage: 91.3% of statements [2020-10-22T04:09:01.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.016s coverage: 100.0% of statements [2020-10-22T04:09:02.322Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:09:02.322Z] OK: 71 MiB in 55 packages [2020-10-22T04:09:02.322Z] ---> 53e6221fc32a [2020-10-22T04:09:02.322Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T04:09:02.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2020-10-22T04:09:02.973Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:09:02.973Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:09:02.973Z] ---> e2095b5f2270 [2020-10-22T04:09:02.973Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T04:09:02.973Z] ---> Using cache [2020-10-22T04:09:02.973Z] ---> d5897ee616e7 [2020-10-22T04:09:02.973Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:09:02.973Z] ---> Using cache [2020-10-22T04:09:02.973Z] ---> 8f4ef959d88b [2020-10-22T04:09:02.973Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T04:09:02.973Z] ---> Using cache [2020-10-22T04:09:02.973Z] ---> c0aea00722b9 [2020-10-22T04:09:02.973Z] Step 6/22 : COPY go.mod . [2020-10-22T04:09:02.973Z] ---> Using cache [2020-10-22T04:09:02.973Z] ---> 03545e3914de [2020-10-22T04:09:02.973Z] Step 7/22 : RUN go mod download [2020-10-22T04:09:02.973Z] ---> Using cache [2020-10-22T04:09:02.973Z] ---> cdc38e9d1f6c [2020-10-22T04:09:02.973Z] Step 8/22 : COPY . . [2020-10-22T04:09:02.973Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:09:02.973Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:09:02.973Z] ---> e2095b5f2270 [2020-10-22T04:09:02.973Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T04:09:02.973Z] ---> Using cache [2020-10-22T04:09:02.973Z] ---> d5897ee616e7 [2020-10-22T04:09:02.973Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:09:02.973Z] ---> Using cache [2020-10-22T04:09:02.973Z] ---> 8f4ef959d88b [2020-10-22T04:09:02.973Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T04:09:02.973Z] ---> Using cache [2020-10-22T04:09:02.973Z] ---> c0aea00722b9 [2020-10-22T04:09:02.973Z] Step 6/21 : COPY go.mod . [2020-10-22T04:09:02.973Z] ---> Using cache [2020-10-22T04:09:02.973Z] ---> 03545e3914de [2020-10-22T04:09:02.973Z] Step 7/21 : RUN go mod download [2020-10-22T04:09:02.973Z] ---> Using cache [2020-10-22T04:09:02.973Z] ---> cdc38e9d1f6c [2020-10-22T04:09:02.973Z] Step 8/21 : COPY . . [2020-10-22T04:09:02.973Z] ---> Using cache [2020-10-22T04:09:02.973Z] ---> af12fa8d72ec [2020-10-22T04:09:02.973Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T04:09:02.973Z] ---> Using cache [2020-10-22T04:09:02.973Z] ---> af12fa8d72ec [2020-10-22T04:09:02.973Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T04:09:03.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2020-10-22T04:09:04.219Z] ---> Running in 472813e1b967 [2020-10-22T04:09:04.219Z] ---> 66696f143484 [2020-10-22T04:09:04.219Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T04:09:04.219Z] ---> Running in afd3a0dea13b [2020-10-22T04:09:04.219Z] ---> Running in b9b9976f9f43 [2020-10-22T04:09:04.487Z] ---> faa6380a5be2 [2020-10-22T04:09:04.487Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T04:09:05.442Z] 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-22T04:09:05.442Z] 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-22T04:09:05.650Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.261s coverage: 55.9% of statements [2020-10-22T04:09:05.650Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-22T04:09:05.650Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-22T04:09:05.650Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-22T04:09:05.650Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-22T04:09:05.705Z] ---> fe16dd866ae9 [2020-10-22T04:09:05.705Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T04:09:07.123Z] ---> Running in 93e36f0fd3b1 [2020-10-22T04:09:08.565Z] Removing intermediate container 93e36f0fd3b1 [2020-10-22T04:09:08.565Z] ---> 34528182cdb0 [2020-10-22T04:09:08.565Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:09:11.144Z] Removing intermediate container b9b9976f9f43 [2020-10-22T04:09:11.144Z] ---> 82d5767a2bec [2020-10-22T04:09:11.144Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T04:09:11.728Z] ---> Running in 24b2a9229d35 [2020-10-22T04:09:12.322Z] ---> Running in 78e7a628fe62 [2020-10-22T04:09:14.301Z] Removing intermediate container 24b2a9229d35 [2020-10-22T04:09:14.301Z] ---> 1b36f6abd4b3 [2020-10-22T04:09:14.301Z] Step 21/23 : LABEL arch=x86_64 [2020-10-22T04:09:14.902Z] Removing intermediate container 78e7a628fe62 [2020-10-22T04:09:14.902Z] ---> dac90d3d5d3b [2020-10-22T04:09:14.902Z] Step 24/26 : LABEL arch=x86_64 [2020-10-22T04:09:14.902Z] ---> Running in 0a378fa2e81e [2020-10-22T04:09:15.177Z] ---> Running in 62a914bd3d9f [2020-10-22T04:09:15.177Z] Removing intermediate container 0a378fa2e81e [2020-10-22T04:09:15.177Z] ---> a12adb99e99a [2020-10-22T04:09:15.177Z] Step 22/23 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:09:15.457Z] Removing intermediate container 4f56861ea809 [2020-10-22T04:09:15.457Z] ---> 2b8af0ac3559 [2020-10-22T04:09:15.457Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T04:09:15.457Z] ---> Running in 8be4daf9d8c1 [2020-10-22T04:09:15.457Z] ---> Running in 296901a8fe8a [2020-10-22T04:09:15.728Z] Removing intermediate container 62a914bd3d9f [2020-10-22T04:09:15.728Z] ---> e61a29b1d0d4 [2020-10-22T04:09:15.728Z] Step 25/26 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:09:15.728Z] ---> Running in cb84556e1a48 [2020-10-22T04:09:15.728Z] Removing intermediate container 8be4daf9d8c1 [2020-10-22T04:09:15.728Z] ---> 12b3e2107ee1 [2020-10-22T04:09:15.728Z] Step 23/23 : LABEL version=0.0.0 [2020-10-22T04:09:17.711Z] ---> Running in 4351a66ad342 [2020-10-22T04:09:17.711Z] Removing intermediate container cb84556e1a48 [2020-10-22T04:09:17.711Z] ---> cd6ed8ea1b65 [2020-10-22T04:09:17.711Z] Step 26/26 : LABEL version=0.0.0 [2020-10-22T04:09:17.711Z] Removing intermediate container 4351a66ad342 [2020-10-22T04:09:17.711Z] ---> daec84b98f63 [2020-10-22T04:09:17.711Z] [2020-10-22T04:09:17.711Z] ---> Running in 4f7cbad177e5 [2020-10-22T04:09:17.982Z] Successfully built daec84b98f63 [2020-10-22T04:09:18.249Z] Successfully tagged docker-core-data-go:latest [2020-10-22T04:09:18.249Z] Building docker-core-command-go [2020-10-22T04:09:18.249Z]  Building docker-core-data-go ... done Removing intermediate container 4f7cbad177e5 [2020-10-22T04:09:18.249Z] ---> 32081ccb6d6c [2020-10-22T04:09:18.249Z] [2020-10-22T04:09:18.517Z] Successfully built 32081ccb6d6c [2020-10-22T04:09:18.518Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-22T04:09:18.518Z] Building docker-support-notifications-go [2020-10-22T04:09:18.786Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2020-10-22T04:09:18.786Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T04:09:20.721Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T04:09:20.721Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T04:09:22.116Z] 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-22T04:09:24.696Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T04:09:24.696Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T04:09:27.263Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T04:09:27.263Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T04:09:27.849Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T04:09:27.849Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 21.834s coverage: 86.3% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.043s coverage: 72.2% of statements [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.426s coverage: 72.1% of statements [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.026s coverage: 82.4% of statements [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.042s coverage: 48.4% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.045s coverage: 28.8% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.066s coverage: 96.8% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 36.5% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.343s coverage: 84.1% of statements [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.020s coverage: 100.0% of statements [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.037s coverage: 42.9% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.053s coverage: 83.8% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.077s coverage: 47.1% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.024s coverage: 100.0% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.025s coverage: 100.0% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.178s coverage: 29.1% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.051s coverage: 99.0% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-22T04:09:27.909Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.011s coverage: 0.0% of statements [2020-10-22T04:09:27.909Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-22T04:09:28.513Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2020-10-22T04:09:28.513Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-22T04:09:28.513Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-22T04:09:28.513Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-22T04:09:28.513Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-22T04:09:28.787Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2020-10-22T04:09:28.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-22T04:09:28.787Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-22T04:09:28.787Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.024s coverage: 100.0% of statements [2020-10-22T04:09:28.817Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T04:09:28.818Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T04:09:29.384Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.013s coverage: 32.1% of statements [2020-10-22T04:09:29.431Z] Collecting PyYAML<4,>=3.10 [2020-10-22T04:09:29.432Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T04:09:30.361Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.020s coverage: 100.0% of statements [2020-10-22T04:09:30.958Z] GO111MODULE=on go vet ./... [2020-10-22T04:09:33.560Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T04:09:33.560Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T04:09:36.312Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T04:09:36.312Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T04:09:37.289Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T04:09:37.289Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T04:09:37.289Z] 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-22T04:09:37.289Z] Collecting idna<2.8,>=2.5 [2020-10-22T04:09:37.289Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T04:09:38.716Z] 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-22T04:09:38.716Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T04:09:38.716Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T04:09:40.662Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T04:09:40.662Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T04:09:40.662Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T04:09:40.662Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T04:09:40.662Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T04:09:40.662Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T04:09:40.662Z] Installing collected packages: idna, urllib3, requests, texttable, docopt, dockerpty, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, cached-property, docker-compose [2020-10-22T04:09:40.662Z] Attempting uninstall: idna [2020-10-22T04:09:40.662Z] Found existing installation: idna 2.9 [2020-10-22T04:09:40.924Z] Uninstalling idna-2.9: [2020-10-22T04:09:41.874Z] Successfully uninstalled idna-2.9 [2020-10-22T04:09:42.148Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:09:42.148Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:09:42.148Z] ---> e2095b5f2270 [2020-10-22T04:09:42.148Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T04:09:42.148Z] ---> Using cache [2020-10-22T04:09:42.148Z] ---> d5897ee616e7 [2020-10-22T04:09:42.148Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:09:42.148Z] ---> Using cache [2020-10-22T04:09:42.148Z] ---> 8f4ef959d88b [2020-10-22T04:09:42.148Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T04:09:42.418Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:09:42.418Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:09:42.418Z] ---> e2095b5f2270 [2020-10-22T04:09:42.418Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T04:09:42.418Z] ---> Using cache [2020-10-22T04:09:42.418Z] ---> d5897ee616e7 [2020-10-22T04:09:42.418Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:09:42.418Z] ---> Using cache [2020-10-22T04:09:42.418Z] ---> 8f4ef959d88b [2020-10-22T04:09:42.418Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T04:09:42.418Z] ---> Using cache [2020-10-22T04:09:42.418Z] ---> c0aea00722b9 [2020-10-22T04:09:42.418Z] Step 6/22 : COPY go.mod . [2020-10-22T04:09:42.418Z] ---> Using cache [2020-10-22T04:09:42.418Z] ---> 03545e3914de [2020-10-22T04:09:42.418Z] Step 7/22 : RUN go mod download [2020-10-22T04:09:42.680Z] ---> Using cache [2020-10-22T04:09:42.680Z] ---> cdc38e9d1f6c [2020-10-22T04:09:42.680Z] Step 8/22 : COPY . . [2020-10-22T04:09:42.942Z] ---> Using cache [2020-10-22T04:09:42.943Z] ---> af12fa8d72ec [2020-10-22T04:09:42.943Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T04:09:43.518Z] Attempting uninstall: urllib3 [2020-10-22T04:09:43.518Z] Found existing installation: urllib3 1.25.9 [2020-10-22T04:09:43.518Z] Uninstalling urllib3-1.25.9: [2020-10-22T04:09:43.791Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T04:09:43.791Z] ---> Running in 8f7158192b30 [2020-10-22T04:09:43.791Z] ---> Running in 6d8a089bf275 [2020-10-22T04:09:44.057Z] Attempting uninstall: requests [2020-10-22T04:09:44.057Z] Found existing installation: requests 2.23.0 [2020-10-22T04:09:44.057Z] Uninstalling requests-2.23.0: [2020-10-22T04:09:44.057Z] Successfully uninstalled requests-2.23.0 [2020-10-22T04:09:44.641Z] Running setup.py install for texttable: started [2020-10-22T04:09:44.907Z] 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-22T04:09:44.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:09:45.484Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T04:09:45.484Z] Running setup.py install for docopt: started [2020-10-22T04:09:45.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:09:46.010Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T04:09:46.010Z] Running setup.py install for dockerpty: started [2020-10-22T04:09:46.279Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:09:46.279Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:09:46.279Z] OK: 12752 distinct packages available [2020-10-22T04:09:46.562Z] OK: 233 MiB in 51 packages [2020-10-22T04:09:46.835Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T04:09:47.421Z] Removing intermediate container 472813e1b967 [2020-10-22T04:09:47.421Z] ---> 813f4bb729bf [2020-10-22T04:09:47.421Z] [2020-10-22T04:09:47.421Z] Step 10/21 : FROM scratch [2020-10-22T04:09:47.421Z] ---> [2020-10-22T04:09:47.421Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:09:49.400Z] Running setup.py install for PyYAML: started [2020-10-22T04:09:50.794Z] ---> Running in 9593efed244a [2020-10-22T04:09:50.794Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T04:09:51.400Z] Removing intermediate container 6d8a089bf275 [2020-10-22T04:09:51.400Z] ---> fc2f0dfe74aa [2020-10-22T04:09:51.400Z] Step 6/24 : COPY go.mod . [2020-10-22T04:09:51.680Z] Removing intermediate container 9593efed244a [2020-10-22T04:09:51.680Z] ---> 7890d8f08aa7 [2020-10-22T04:09:51.680Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T04:09:52.275Z] ---> Running in 58905b653414 [2020-10-22T04:09:52.275Z] Removing intermediate container afd3a0dea13b [2020-10-22T04:09:52.275Z] ---> 56c1652cff5d [2020-10-22T04:09:52.275Z] [2020-10-22T04:09:52.275Z] Step 10/22 : FROM scratch [2020-10-22T04:09:52.275Z] ---> [2020-10-22T04:09:52.275Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:09:52.275Z] ---> 5ac1d922f73f [2020-10-22T04:09:52.275Z] Step 7/24 : RUN go mod download [2020-10-22T04:09:52.275Z] ---> Using cache [2020-10-22T04:09:52.275Z] ---> 7890d8f08aa7 [2020-10-22T04:09:52.275Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T04:09:52.867Z] ---> Running in 60b627046232 [2020-10-22T04:09:52.867Z] ---> Running in 2bf1401ea652 [2020-10-22T04:09:52.867Z] 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-22T04:09:52.867Z] Removing intermediate container 58905b653414 [2020-10-22T04:09:52.867Z] ---> 3f9973df53e2 [2020-10-22T04:09:52.867Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T04:09:53.136Z] ---> Running in b4cc010b8e27 [2020-10-22T04:09:53.146Z] gofmt -l . [2020-10-22T04:09:53.146Z] [ "`gofmt -l .`" = "" ] [2020-10-22T04:09:53.408Z] Removing intermediate container 60b627046232 [2020-10-22T04:09:53.408Z] ---> 31500c980f20 [2020-10-22T04:09:53.408Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T04:09:53.408Z] ---> Running in 765d105cfc09 [2020-10-22T04:09:53.678Z] Removing intermediate container b4cc010b8e27 [2020-10-22T04:09:53.678Z] ---> 75dbb196a368 [2020-10-22T04:09:53.678Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T04:09:53.946Z] Removing intermediate container 765d105cfc09 [2020-10-22T04:09:53.946Z] ---> 478fe4d12c78 [2020-10-22T04:09:53.946Z] Step 14/22 : WORKDIR / [2020-10-22T04:09:54.223Z] ---> Running in 778b0f06717a [2020-10-22T04:09:55.768Z] ./bin/test-go-mod-tidy.sh [2020-10-22T04:09:56.043Z] ./bin/test-attribution-txt.sh [2020-10-22T04:09:56.173Z] ---> 4c92fab36b78 [2020-10-22T04:09:56.173Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T04:09:56.761Z] Removing intermediate container 296901a8fe8a [2020-10-22T04:09:56.761Z] ---> 1dcdc5c88a73 [2020-10-22T04:09:56.761Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T04:09:56.761Z] Removing intermediate container 778b0f06717a [2020-10-22T04:09:56.761Z] ---> bc18ac7a029a [2020-10-22T04:09:56.761Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T04:09:57.029Z] ---> Running in 6753e5ce3084 [2020-10-22T04:09:57.311Z] ---> 1ccfbe651565 [2020-10-22T04:09:57.311Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T04:09:57.311Z] ---> 22910a98158a [2020-10-22T04:09:57.311Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T04:09:57.604Z] Removing intermediate container 2bf1401ea652 [2020-10-22T04:09:57.604Z] ---> fefe7afb997e [2020-10-22T04:09:57.604Z] Step 8/24 : COPY . . [2020-10-22T04:09:57.873Z] ---> b3e349920318 [2020-10-22T04:09:57.873Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T04:09:58.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:09:58.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:09:58.802Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T04:09:58.802Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T04:09:58.802Z] ---> Running in 2ec8eb8be557 [2020-10-22T04:09:58.802Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T04:09:58.802Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:09:58.802Z] OK: 72 MiB in 58 packages [Pipeline] sh [2020-10-22T04:10:01.014Z] + ls -al . [2020-10-22T04:10:01.014Z] total 644 [2020-10-22T04:10:01.014Z] drwxrwxr-x 9 1001 1001 4096 Oct 22 04:09 . [2020-10-22T04:10:01.014Z] drwxr-xr-x 4 root root 4096 Oct 22 04:07 .. [2020-10-22T04:10:01.014Z] -rw-rw-r-- 1 1001 1001 11 Oct 22 04:06 .dockerignore [2020-10-22T04:10:01.014Z] drwxrwxr-x 8 1001 1001 4096 Oct 22 04:06 .git [2020-10-22T04:10:01.014Z] drwxrwxr-x 3 1001 1001 4096 Oct 22 04:06 .github [2020-10-22T04:10:01.014Z] -rw-rw-r-- 1 1001 1001 932 Oct 22 04:06 .gitignore [2020-10-22T04:10:01.014Z] -rw-rw-r-- 1 1001 1001 166 Oct 22 04:06 .sonarcloud.properties [2020-10-22T04:10:01.014Z] -rw-rw-r-- 1 1001 1001 3804 Oct 22 04:06 CONTRIBUTING.md [2020-10-22T04:10:01.014Z] -rw-rw-r-- 1 1001 1001 1035 Oct 22 04:06 Dockerfile.build [2020-10-22T04:10:01.014Z] -rw-rw-r-- 1 1001 1001 863 Oct 22 04:06 Jenkinsfile [2020-10-22T04:10:01.014Z] -rw-rw-r-- 1 1001 1001 10775 Oct 22 04:06 LICENSE [2020-10-22T04:10:01.014Z] -rw-rw-r-- 1 1001 1001 6237 Oct 22 04:06 Makefile [2020-10-22T04:10:01.014Z] -rw-rw-r-- 1 1001 1001 6447 Oct 22 04:06 README.md [2020-10-22T04:10:01.014Z] -rw-rw-r-- 1 1001 1001 259 Oct 22 04:06 SECURITY.md [2020-10-22T04:10:01.014Z] -rw-rw-r-- 1 1001 1001 5 Oct 22 04:03 VERSION [2020-10-22T04:10:01.014Z] -rw-rw-r-- 1 1001 1001 4131 Oct 22 04:06 ZMQWindows.md [2020-10-22T04:10:01.014Z] drwxrwxr-x 2 1001 1001 4096 Oct 22 04:06 bin [2020-10-22T04:10:01.014Z] drwxrwxr-x 15 1001 1001 4096 Oct 22 04:06 cmd [2020-10-22T04:10:01.014Z] -rw-r--r-- 1 root root 523288 Oct 22 04:09 coverage.out [2020-10-22T04:10:01.014Z] -rw-r--r-- 1 root root 1041 Oct 22 04:09 go.mod [2020-10-22T04:10:01.014Z] -rw-r--r-- 1 root root 18775 Oct 22 04:09 go.sum [2020-10-22T04:10:01.014Z] drwxrwxr-x 8 1001 1001 4096 Oct 22 04:06 internal [2020-10-22T04:10:01.014Z] drwxrwxr-x 4 1001 1001 4096 Oct 22 04:06 openapi [2020-10-22T04:10:01.014Z] drwxrwxr-x 4 1001 1001 4096 Oct 22 04:06 snap [2020-10-22T04:10:01.014Z] -rw-rw-r-- 1 1001 1001 168 Oct 22 04:06 version.go [Pipeline] sh [2020-10-22T04:10:01.369Z] ---> d0044c876995 [2020-10-22T04:10:01.370Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T04:10:01.684Z] + '[' -e coverage.out ] [2020-10-22T04:10:01.684Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-22T04:10:01.706Z] Warning: overwriting stash ‘coverage-report’ [2020-10-22T04:10:02.797Z] Stashed 1 file(s) [Pipeline] sh [2020-10-22T04:10:03.335Z] Removing intermediate container 2ec8eb8be557 [2020-10-22T04:10:03.335Z] ---> 8ce1c28112a2 [2020-10-22T04:10:03.335Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:10:03.494Z] + make build [2020-10-22T04:10:03.494Z] 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-22T04:10:05.267Z] ---> 3b59a3cd7505 [2020-10-22T04:10:05.267Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T04:10:05.845Z] ---> Running in bf82bc82d40c [2020-10-22T04:10:09.169Z] ---> Running in 8e54704f10c8 [2020-10-22T04:10:09.169Z] Removing intermediate container 6753e5ce3084 [2020-10-22T04:10:09.169Z] ---> ca13aa8bc85a [2020-10-22T04:10:09.169Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T04:10:09.434Z] Removing intermediate container bf82bc82d40c [2020-10-22T04:10:09.434Z] ---> 58c6a0134f53 [2020-10-22T04:10:09.434Z] Step 19/21 : LABEL arch=x86_64 [2020-10-22T04:10:12.000Z] ---> Running in 20529ec7c8d1 [2020-10-22T04:10:14.566Z] Removing intermediate container 8e54704f10c8 [2020-10-22T04:10:14.566Z] ---> 86d4c5988770 [2020-10-22T04:10:14.566Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:10:14.566Z] ---> Running in 99a476fe3cab [2020-10-22T04:10:15.521Z] ---> Running in 1ce203de2658 [2020-10-22T04:10:15.521Z] Removing intermediate container 20529ec7c8d1 [2020-10-22T04:10:15.521Z] ---> 62c0290f45fa [2020-10-22T04:10:15.521Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:10:15.785Z] Removing intermediate container 8f7158192b30 [2020-10-22T04:10:15.785Z] ---> 556867c24666 [2020-10-22T04:10:15.785Z] [2020-10-22T04:10:15.785Z] Step 10/22 : FROM scratch [2020-10-22T04:10:15.785Z] ---> [2020-10-22T04:10:15.785Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:10:15.785Z] ---> Using cache [2020-10-22T04:10:15.785Z] ---> 7890d8f08aa7 [2020-10-22T04:10:15.785Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T04:10:17.181Z] ---> Running in 663336d015fd [2020-10-22T04:10:17.181Z] Removing intermediate container 99a476fe3cab [2020-10-22T04:10:17.181Z] ---> d234a4d3a998 [2020-10-22T04:10:17.181Z] Step 20/21 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:10:17.181Z] ---> Running in aad1de09edc9 [2020-10-22T04:10:17.181Z] Removing intermediate container 1ce203de2658 [2020-10-22T04:10:17.181Z] ---> 95aef315164e [2020-10-22T04:10:17.181Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T04:10:19.753Z] ---> Running in 4217c72a0b9f [2020-10-22T04:10:19.753Z] ---> Running in 0c4daa02b429 [2020-10-22T04:10:19.753Z] Removing intermediate container aad1de09edc9 [2020-10-22T04:10:19.753Z] ---> bb866aca52fd [2020-10-22T04:10:19.753Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T04:10:19.753Z] Removing intermediate container 663336d015fd [2020-10-22T04:10:19.753Z] ---> ef652489ddf2 [2020-10-22T04:10:19.753Z] Step 25/27 : LABEL arch=x86_64 [2020-10-22T04:10:19.753Z] ---> 1326f71ce408 [2020-10-22T04:10:19.753Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T04:10:19.753Z] ---> Running in 8dddea48c9b1 [2020-10-22T04:10:19.753Z] ---> Running in fcdb817d6482 [2020-10-22T04:10:20.018Z] ---> Running in edab1d77509a [2020-10-22T04:10:20.018Z] Removing intermediate container 0c4daa02b429 [2020-10-22T04:10:20.018Z] ---> c2ac83b49aa3 [2020-10-22T04:10:20.018Z] Step 21/22 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:10:20.018Z] Removing intermediate container 4217c72a0b9f [2020-10-22T04:10:20.018Z] ---> 0f76c232610c [2020-10-22T04:10:20.018Z] Step 21/21 : LABEL version=0.0.0 [2020-10-22T04:10:20.282Z] ---> Running in 4c3f65878d6a [2020-10-22T04:10:20.282Z] ---> Running in 60290d11813e [2020-10-22T04:10:20.282Z] Removing intermediate container 8dddea48c9b1 [2020-10-22T04:10:20.282Z] ---> 1132786d6b0e [2020-10-22T04:10:20.282Z] Step 14/22 : WORKDIR / [2020-10-22T04:10:20.559Z] Removing intermediate container fcdb817d6482 [2020-10-22T04:10:20.559Z] ---> ce16622b13c2 [2020-10-22T04:10:20.559Z] Step 26/27 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:10:20.559Z] ---> Running in c3ca77f8a845 [2020-10-22T04:10:20.559Z] ---> Running in 37b1db6c658a [2020-10-22T04:10:20.559Z] Removing intermediate container 4c3f65878d6a [2020-10-22T04:10:20.559Z] ---> e144a7f4a213 [2020-10-22T04:10:20.559Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T04:10:20.559Z] Removing intermediate container 60290d11813e [2020-10-22T04:10:20.559Z] ---> 5424abf1635b [2020-10-22T04:10:20.559Z] [2020-10-22T04:10:20.826Z] ---> Running in eb51afb6aec2 [2020-10-22T04:10:20.826Z] Successfully built 5424abf1635b [2020-10-22T04:10:20.826Z] Removing intermediate container c3ca77f8a845 [2020-10-22T04:10:20.826Z] ---> 0df273d3d47a [2020-10-22T04:10:20.826Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T04:10:20.826Z] 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-22T04:10:20.826Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-22T04:10:21.093Z] Building docker-security-secrets-setup-go [2020-10-22T04:10:21.093Z]  Building docker-support-scheduler-go ... done Removing intermediate container 37b1db6c658a [2020-10-22T04:10:21.093Z] ---> 16c731e22410 [2020-10-22T04:10:21.093Z] Step 27/27 : LABEL version=0.0.0 [2020-10-22T04:10:21.093Z] Removing intermediate container eb51afb6aec2 [2020-10-22T04:10:21.093Z] ---> c0c032326b71 [2020-10-22T04:10:21.093Z] [2020-10-22T04:10:21.093Z] ---> Running in 29a12bcbf130 [2020-10-22T04:10:21.093Z] ---> b5da97c7ff09 [2020-10-22T04:10:21.093Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T04:10:21.361Z] Successfully built c0c032326b71 [2020-10-22T04:10:21.361Z] Successfully tagged docker-core-metadata-go:latest [2020-10-22T04:10:21.361Z]  Building docker-core-metadata-go ... done Removing intermediate container 29a12bcbf130 [2020-10-22T04:10:21.361Z] ---> 00076c6b0f3d [2020-10-22T04:10:21.361Z] [2020-10-22T04:10:21.630Z] Successfully built 00076c6b0f3d [2020-10-22T04:10:21.630Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-22T04:10:22.232Z]  Building docker-sys-mgmt-agent-go ... done  ---> 8311580121f4 [2020-10-22T04:10:22.232Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T04:10:26.503Z] ---> 1d307d638b76 [2020-10-22T04:10:26.503Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T04:10:26.503Z] ---> Running in de37f7cb8753 [2020-10-22T04:10:27.971Z] Removing intermediate container de37f7cb8753 [2020-10-22T04:10:27.971Z] ---> 53a6be64b703 [2020-10-22T04:10:27.971Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:10:27.971Z] ---> Running in 00b59deafd99 [2020-10-22T04:10:28.580Z] Removing intermediate container 00b59deafd99 [2020-10-22T04:10:28.580Z] ---> fcdfdea621e7 [2020-10-22T04:10:28.580Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T04:10:28.865Z] ---> Running in 44c44859ae98 [2020-10-22T04:10:29.469Z] Removing intermediate container 44c44859ae98 [2020-10-22T04:10:29.469Z] ---> 8eb222f8a40d [2020-10-22T04:10:29.469Z] Step 21/22 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:10:29.759Z] ---> Running in 641b868145a0 [2020-10-22T04:10:30.379Z] Removing intermediate container 641b868145a0 [2020-10-22T04:10:30.379Z] ---> 9359f24b21ea [2020-10-22T04:10:30.379Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T04:10:30.393Z] 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-22T04:10:30.647Z] ---> Running in 498281d7c804 [2020-10-22T04:10:30.919Z] Removing intermediate container 498281d7c804 [2020-10-22T04:10:30.919Z] ---> fd0157231aae [2020-10-22T04:10:30.919Z] [2020-10-22T04:10:31.507Z] Successfully built fd0157231aae [2020-10-22T04:10:31.507Z] Successfully tagged docker-core-command-go:latest [2020-10-22T04:10:35.804Z]  Building docker-core-command-go ... done Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:10:35.804Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T04:10:35.804Z] ---> e2095b5f2270 [2020-10-22T04:10:35.804Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T04:10:35.804Z] ---> Using cache [2020-10-22T04:10:35.804Z] ---> d5897ee616e7 [2020-10-22T04:10:35.804Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T04:10:37.086Z] 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-22T04:10:37.200Z] ---> Running in fe2fc78007fd [2020-10-22T04:10:37.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:10:38.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:10:39.678Z] Removing intermediate container edab1d77509a [2020-10-22T04:10:39.678Z] ---> a797eb21e973 [2020-10-22T04:10:39.678Z] [2020-10-22T04:10:39.678Z] Step 10/24 : FROM scratch [2020-10-22T04:10:39.678Z] ---> [2020-10-22T04:10:39.678Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T04:10:39.942Z] ---> Using cache [2020-10-22T04:10:39.942Z] ---> d2deda248457 [2020-10-22T04:10:39.942Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T04:10:39.942Z] ---> Running in d9f090f0f109 [2020-10-22T04:10:40.207Z] Removing intermediate container d9f090f0f109 [2020-10-22T04:10:40.207Z] ---> 60409ed27f32 [2020-10-22T04:10:40.207Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T04:10:40.207Z] ---> Running in 37ed9ffc5e71 [2020-10-22T04:10:40.207Z] Removing intermediate container 37ed9ffc5e71 [2020-10-22T04:10:40.207Z] ---> c3c73068f7eb [2020-10-22T04:10:40.207Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T04:10:40.787Z] ---> 4026237f5afd [2020-10-22T04:10:40.787Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T04:10:41.365Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:10:41.365Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:10:41.365Z] OK: 12752 distinct packages available [2020-10-22T04:10:41.392Z] 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-22T04:10:41.628Z] OK: 233 MiB in 51 packages [2020-10-22T04:10:41.628Z] ---> b4a2abcd66b4 [2020-10-22T04:10:41.628Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T04:10:42.205Z] Removing intermediate container fe2fc78007fd [2020-10-22T04:10:42.205Z] ---> 05c53c01e069 [2020-10-22T04:10:42.205Z] Step 5/29 : COPY go.mod . [2020-10-22T04:10:42.205Z] ---> 69b1a5c85a49 [2020-10-22T04:10:42.205Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T04:10:42.205Z] ---> bc239ffc0cb4 [2020-10-22T04:10:42.205Z] Step 6/29 : RUN go mod download [2020-10-22T04:10:42.470Z] ---> Running in ff0727e62545 [2020-10-22T04:10:42.470Z] ---> 300985fad41c [2020-10-22T04:10:42.470Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T04:10:43.047Z] ---> 3d6a6f6b2525 [2020-10-22T04:10:43.047Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T04:10:43.310Z] ---> 71818e9b4a18 [2020-10-22T04:10:43.310Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T04:10:43.310Z] ---> Running in 71b87c50b518 [2020-10-22T04:10:43.582Z] Removing intermediate container 71b87c50b518 [2020-10-22T04:10:43.582Z] ---> f3ab172c706a [2020-10-22T04:10:43.582Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:10:43.582Z] ---> Running in bd8a446a26fe [2020-10-22T04:10:43.846Z] Removing intermediate container ff0727e62545 [2020-10-22T04:10:43.846Z] ---> 8df475a5900c [2020-10-22T04:10:43.846Z] Step 7/29 : COPY . . [2020-10-22T04:10:43.846Z] Removing intermediate container bd8a446a26fe [2020-10-22T04:10:43.846Z] ---> d53b2e0a4933 [2020-10-22T04:10:43.846Z] Step 22/24 : LABEL arch=x86_64 [2020-10-22T04:10:43.846Z] ---> Running in acd8824bf200 [2020-10-22T04:10:44.794Z] Removing intermediate container acd8824bf200 [2020-10-22T04:10:44.794Z] ---> 7182e67b1d37 [2020-10-22T04:10:44.794Z] Step 23/24 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:10:44.794Z] ---> Running in 2a85bad9a1ad [2020-10-22T04:10:46.794Z] 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-22T04:10:46.978Z] Removing intermediate container 2a85bad9a1ad [2020-10-22T04:10:46.978Z] ---> 5a708f63523f [2020-10-22T04:10:46.978Z] Step 24/24 : LABEL version=0.0.0 [2020-10-22T04:10:48.485Z] ---> Running in 912b5c630f89 [2020-10-22T04:10:49.453Z] Removing intermediate container 912b5c630f89 [2020-10-22T04:10:49.453Z] ---> 32b5fe2eece2 [2020-10-22T04:10:49.453Z] [2020-10-22T04:10:49.726Z] Successfully built 32b5fe2eece2 [2020-10-22T04:10:49.726Z] Successfully tagged docker-support-notifications-go:latest [2020-10-22T04:10:51.106Z] 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-22T04:10:51.706Z] 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-22T04:10:56.013Z] 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-22T04:10:57.921Z]  Building docker-support-notifications-go ... done  ---> 8c33ad25627b [2020-10-22T04:10:57.921Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T04:10:57.921Z] ---> Running in 8a99a1acbeea [2020-10-22T04:10:58.506Z] 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-22T04:11:01.450Z] 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-22T04:11:04.082Z] 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-22T04:11:08.387Z] 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-22T04:11:08.626Z] Removing intermediate container 8a99a1acbeea [2020-10-22T04:11:08.626Z] ---> 19a546f970e8 [2020-10-22T04:11:08.626Z] [2020-10-22T04:11:08.626Z] Step 9/29 : FROM alpine:latest [2020-10-22T04:11:08.626Z] ---> d6e46aa2470d [2020-10-22T04:11:08.626Z] 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-22T04:11:08.626Z] ---> Running in ea9df8823794 [2020-10-22T04:11:08.626Z] Removing intermediate container ea9df8823794 [2020-10-22T04:11:08.626Z] ---> a68d92df313a [2020-10-22T04:11:08.626Z] Step 11/29 : USER root [2020-10-22T04:11:08.626Z] ---> Running in 69409c85bbc1 [2020-10-22T04:11:08.626Z] Removing intermediate container 69409c85bbc1 [2020-10-22T04:11:08.626Z] ---> 80ccc6d74d41 [2020-10-22T04:11:08.626Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T04:11:08.626Z] ---> Running in 3921114ebaeb [2020-10-22T04:11:09.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T04:11:09.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T04:11:09.472Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:11:09.472Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:11:09.472Z] OK: 12744 distinct packages available [2020-10-22T04:11:09.735Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T04:11:09.735Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T04:11:09.735Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:11:09.735Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T04:11:09.735Z] OK: 6 MiB in 16 packages [2020-10-22T04:11:11.130Z] Removing intermediate container 3921114ebaeb [2020-10-22T04:11:11.130Z] ---> 9dcc25dd200a [2020-10-22T04:11:11.130Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T04:11:11.130Z] ---> Running in 3c2592227a0a [2020-10-22T04:11:11.394Z] Removing intermediate container 3c2592227a0a [2020-10-22T04:11:11.394Z] ---> 9643526a085a [2020-10-22T04:11:11.394Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T04:11:11.394Z] ---> Running in ad5fb65b4a94 [2020-10-22T04:11:11.657Z] Removing intermediate container ad5fb65b4a94 [2020-10-22T04:11:11.657Z] ---> b2635fb4c606 [2020-10-22T04:11:11.657Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T04:11:11.657Z] ---> Running in 93cdc8ed45f8 [2020-10-22T04:11:11.792Z] 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-22T04:11:12.607Z] Removing intermediate container 93cdc8ed45f8 [2020-10-22T04:11:12.607Z] ---> 45280cb6f421 [2020-10-22T04:11:12.607Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T04:11:12.874Z] ---> 31b2e12bd96d [2020-10-22T04:11:12.874Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T04:11:13.138Z] ---> bd378e6d54f4 [2020-10-22T04:11:13.138Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T04:11:13.402Z] ---> 94b049948942 [2020-10-22T04:11:13.402Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T04:11:13.665Z] ---> 2ad6ca36513d [2020-10-22T04:11:13.665Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T04:11:13.927Z] ---> 1c0974266edf [2020-10-22T04:11:13.927Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T04:11:13.927Z] ---> Running in 7464de8a89f5 [2020-10-22T04:11:14.877Z] Removing intermediate container 7464de8a89f5 [2020-10-22T04:11:14.877Z] ---> 1011654ecdab [2020-10-22T04:11:14.877Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T04:11:14.877Z] ---> 9ecf267a3ab6 [2020-10-22T04:11:14.877Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T04:11:15.143Z] ---> Running in d8ef40d96a02 [2020-10-22T04:11:15.187Z] 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-22T04:11:15.730Z] Removing intermediate container d8ef40d96a02 [2020-10-22T04:11:15.730Z] ---> 1fb467be3ef9 [2020-10-22T04:11:15.730Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T04:11:15.992Z] ---> Running in 96959ffcedb3 [2020-10-22T04:11:16.940Z] Removing intermediate container 96959ffcedb3 [2020-10-22T04:11:16.940Z] ---> 3e280dd7b35d [2020-10-22T04:11:16.940Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T04:11:16.940Z] ---> Running in f7f8e4d20e6f [2020-10-22T04:11:17.206Z] Removing intermediate container f7f8e4d20e6f [2020-10-22T04:11:17.206Z] ---> e964bbe66426 [2020-10-22T04:11:17.206Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T04:11:17.206Z] ---> Running in 04e9b5ea9b37 [2020-10-22T04:11:17.206Z] Removing intermediate container 04e9b5ea9b37 [2020-10-22T04:11:17.206Z] ---> 1749e6f216b7 [2020-10-22T04:11:17.206Z] Step 27/29 : LABEL arch=x86_64 [2020-10-22T04:11:17.472Z] ---> Running in a403775f8dff [2020-10-22T04:11:17.472Z] Removing intermediate container a403775f8dff [2020-10-22T04:11:17.472Z] ---> bef9be7f74f0 [2020-10-22T04:11:17.472Z] Step 28/29 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:11:17.472Z] ---> Running in 91c055fc1490 [2020-10-22T04:11:17.733Z] Removing intermediate container 91c055fc1490 [2020-10-22T04:11:17.733Z] ---> aa5685b2bde2 [2020-10-22T04:11:17.733Z] Step 29/29 : LABEL version=0.0.0 [2020-10-22T04:11:17.733Z] ---> Running in e7caec2c995f [2020-10-22T04:11:17.996Z] Removing intermediate container e7caec2c995f [2020-10-22T04:11:17.996Z] ---> 14ab295bec5d [2020-10-22T04:11:17.996Z] [2020-10-22T04:11:18.261Z] Successfully built 14ab295bec5d [2020-10-22T04:11:18.261Z] Successfully tagged docker-security-secrets-setup-go:latest [Pipeline] } [2020-10-22T04:11:18.630Z] $ docker stop --time=1 df955926fa58e843fa3a0675aa1c1714e6ecd410c9147dbcd037b476eb1300a4 [2020-10-22T04:11:19.228Z]  Building docker-security-secrets-setup-go ... done  [2020-10-22T04:11:21.090Z] $ docker rm -f df955926fa58e843fa3a0675aa1c1714e6ecd410c9147dbcd037b476eb1300a4 [Pipeline] // withDockerContainer [Pipeline] } [2020-10-22T04:11:22.093Z] $ docker stop --time=1 0f80842a088e067a522c28e136fc6a2677bafd2c35a3d411fe9d7b4372042730 [2020-10-22T04:11:23.957Z] $ docker rm -f 0f80842a088e067a522c28e136fc6a2677bafd2c35a3d411fe9d7b4372042730 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:11:24.661Z] + docker images [2020-10-22T04:11:24.661Z] + grep docker [2020-10-22T04:11:25.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T04:11:25.151Z] [2020-10-22T04:11:25.151Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2020-10-22T04:11:25.241Z] docker-security-secrets-setup-go latest 14ab295bec5d 7 seconds ago 24MB [2020-10-22T04:11:25.241Z] docker-support-notifications-go latest 32b5fe2eece2 36 seconds ago 13.6MB [2020-10-22T04:11:25.241Z] docker-core-command-go latest fd0157231aae 54 seconds ago 12.2MB [2020-10-22T04:11:25.241Z] docker-sys-mgmt-agent-go latest 00076c6b0f3d About a minute ago 290MB [2020-10-22T04:11:25.241Z] docker-support-scheduler-go latest 5424abf1635b About a minute ago 12.3MB [2020-10-22T04:11:25.241Z] docker-core-metadata-go latest c0c032326b71 About a minute ago 14.4MB [2020-10-22T04:11:25.241Z] docker-security-secretstore-setup-go latest 32081ccb6d6c 2 minutes ago 32.4MB [2020-10-22T04:11:25.241Z] docker-core-data-go latest daec84b98f63 2 minutes ago 23.6MB [2020-10-22T04:11:25.241Z] docker-support-logging-go latest d88fc96acebf 2 minutes ago 11.1MB [2020-10-22T04:11:25.241Z] docker-security-proxy-setup-go latest 1d0a0e828022 2 minutes ago 15.8MB [2020-10-22T04:11:25.241Z] docker latest 6972c414f322 55 minutes ago 217MB [Pipeline] } [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-22T04:11:25.587Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T04:11:25.587Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-22T04:11:25.587Z] 29e5d40040c1: Pulling fs layer [2020-10-22T04:11:25.587Z] 1ce36da41761: Pulling fs layer [2020-10-22T04:11:25.587Z] 25b303627fd3: Pulling fs layer [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-10-22T04:11:26.185Z] 29e5d40040c1: Verifying Checksum [2020-10-22T04:11:26.185Z] 29e5d40040c1: Download complete [Pipeline] node [2020-10-22T04:11:26.785Z] 1ce36da41761: Verifying Checksum [2020-10-22T04:11:26.785Z] 1ce36da41761: Download complete [2020-10-22T04:11:26.785Z] 29e5d40040c1: Pull complete [2020-10-22T04:11:28.286Z] 1ce36da41761: Pull complete [2020-10-22T04:11:28.286Z] 25b303627fd3: Verifying Checksum [2020-10-22T04:11:28.286Z] 25b303627fd3: Download complete [2020-10-22T04:11:38.645Z] 25b303627fd3: Pull complete [2020-10-22T04:11:38.645Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-22T04:11:38.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T04:11:38.645Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-22T04:11:39.838Z] prd-ubuntu18.04-docker-arm64-4c-16g-8149 does not seem to be running inside a container [2020-10-22T04:11:40.814Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-devops/edgex-compose-arm64:latest cat [2020-10-22T04:11:41.499Z] Still waiting to schedule task [2020-10-22T04:11:41.499Z] Waiting for next available executor on ‘prd-centos7-docker-8c-8g-8146’ [2020-10-22T04:11:44.190Z] $ docker top 990a161e0170a0b53b5b21462aeb4dda4d489dd6b39df5e81c08b06aa071cbed -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T04:11:45.664Z] + grep parallel [2020-10-22T04:11:45.665Z] + docker-compose build --help [2020-10-22T04:11:49.036Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T04:11:49.371Z] $ docker stop --time=1 990a161e0170a0b53b5b21462aeb4dda4d489dd6b39df5e81c08b06aa071cbed [2020-10-22T04:11:51.233Z] $ docker rm -f 990a161e0170a0b53b5b21462aeb4dda4d489dd6b39df5e81c08b06aa071cbed [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:11:52.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T04:11:52.074Z] . [Pipeline] withDockerContainer [2020-10-22T04:11:52.349Z] prd-ubuntu18.04-docker-arm64-4c-16g-8149 does not seem to be running inside a container [2020-10-22T04:11:52.435Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-22T04:11:53.973Z] $ docker top 57938dd4052f11e4b24fed24de20626d6f394c4254557a3a7d5abe59a4c6af32 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T04:11:55.053Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T04:11:59.355Z] Building docker-core-command-go ... [2020-10-22T04:11:59.355Z] Building docker-core-data-go ... [2020-10-22T04:11:59.355Z] Building docker-core-metadata-go ... [2020-10-22T04:11:59.355Z] Building docker-security-proxy-setup-go ... [2020-10-22T04:11:59.355Z] Building docker-security-secrets-setup-go ... [2020-10-22T04:11:59.355Z] Building docker-security-secretstore-setup-go ... [2020-10-22T04:11:59.355Z] Building docker-support-logging-go ... [2020-10-22T04:11:59.355Z] Building docker-support-notifications-go ... [2020-10-22T04:11:59.355Z] Building docker-support-scheduler-go ... [2020-10-22T04:11:59.355Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T04:11:59.355Z] Building docker-support-scheduler-go [2020-10-22T04:11:59.355Z] Building docker-support-logging-go [2020-10-22T04:11:59.355Z] Building docker-security-secretstore-setup-go [2020-10-22T04:11:59.355Z] Building docker-security-proxy-setup-go [2020-10-22T04:11:59.355Z] Building docker-support-notifications-go [2020-10-22T04:13:21.136Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:13:21.136Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:13:21.136Z] ---> 99fcc324429a [2020-10-22T04:13:21.136Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T04:13:21.136Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:13:21.136Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:13:21.136Z] ---> 99fcc324429a [2020-10-22T04:13:21.136Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T04:13:21.136Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:13:21.136Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:13:21.136Z] ---> 99fcc324429a [2020-10-22T04:13:21.136Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T04:13:21.136Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:13:21.136Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:13:21.136Z] ---> 99fcc324429a [2020-10-22T04:13:21.136Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T04:13:21.136Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:13:21.136Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:13:21.136Z] ---> 99fcc324429a [2020-10-22T04:13:21.136Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T04:13:21.136Z] ---> Running in b948385b3106 [2020-10-22T04:13:21.136Z] ---> Running in e4fdb5b91e26 [2020-10-22T04:13:21.136Z] ---> Running in a100a6bd8281 [2020-10-22T04:13:21.136Z] ---> Running in 7aa58065f438 [2020-10-22T04:13:21.136Z] ---> Running in 79285e14f346 [2020-10-22T04:13:21.136Z] Removing intermediate container 79285e14f346 [2020-10-22T04:13:21.136Z] ---> 18f8fefa6920 [2020-10-22T04:13:21.136Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:13:21.136Z] Removing intermediate container 7aa58065f438 [2020-10-22T04:13:21.136Z] ---> 2255db26fc43 [2020-10-22T04:13:21.136Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:13:21.136Z] Removing intermediate container e4fdb5b91e26 [2020-10-22T04:13:21.136Z] ---> 0d4ae96bfb3a [2020-10-22T04:13:21.136Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:13:21.136Z] Removing intermediate container a100a6bd8281 [2020-10-22T04:13:21.136Z] ---> bfdb900389b8 [2020-10-22T04:13:21.136Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:13:21.136Z] Removing intermediate container b948385b3106 [2020-10-22T04:13:21.136Z] ---> 6d77ec601d0d [2020-10-22T04:13:21.136Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:13:21.136Z] ---> Running in a134bdb300fd [2020-10-22T04:13:21.136Z] ---> Running in d75370ec8196 [2020-10-22T04:13:21.136Z] ---> Running in 99dd9b4df334 [2020-10-22T04:13:21.136Z] ---> Running in 4e615487a1d2 [2020-10-22T04:13:21.136Z] ---> Running in 97eb5685033b [2020-10-22T04:13:22.125Z] Removing intermediate container 99dd9b4df334 [2020-10-22T04:13:22.125Z] ---> 336d3ce7b74d [2020-10-22T04:13:22.125Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T04:13:22.400Z] ---> Running in da852c67a7b8 [2020-10-22T04:13:22.400Z] Removing intermediate container 4e615487a1d2 [2020-10-22T04:13:22.400Z] ---> 1eb252a62b28 [2020-10-22T04:13:22.400Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T04:13:22.674Z] Removing intermediate container a134bdb300fd [2020-10-22T04:13:22.674Z] ---> ccdf88592431 [2020-10-22T04:13:22.674Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T04:13:22.674Z] ---> Running in e084e1811384 [2020-10-22T04:13:22.952Z] ---> Running in f2f32e72e997 [2020-10-22T04:13:22.952Z] Removing intermediate container d75370ec8196 [2020-10-22T04:13:22.952Z] ---> 84c937aef9a7 [2020-10-22T04:13:22.952Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T04:13:23.231Z] Removing intermediate container 97eb5685033b [2020-10-22T04:13:23.231Z] ---> a26e91831d46 [2020-10-22T04:13:23.231Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T04:13:23.231Z] ---> Running in feeb11b77c7b [2020-10-22T04:13:23.510Z] ---> Running in 8ea2a1c26633 [2020-10-22T04:13:24.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:13:25.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:13:25.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:13:25.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:13:25.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:13:25.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:13:26.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:13:26.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:13:26.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:13:26.927Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:13:26.927Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:13:26.927Z] OK: 12623 distinct packages available [2020-10-22T04:13:26.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:13:27.205Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:13:27.205Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:13:27.205Z] OK: 12623 distinct packages available [2020-10-22T04:13:27.482Z] OK: 217 MiB in 51 packages [2020-10-22T04:13:27.764Z] OK: 217 MiB in 51 packages [2020-10-22T04:13:28.055Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:13:28.055Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:13:28.055Z] OK: 12623 distinct packages available [2020-10-22T04:13:28.352Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:13:28.352Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:13:28.352Z] OK: 12623 distinct packages available [2020-10-22T04:13:28.957Z] OK: 217 MiB in 51 packages [2020-10-22T04:13:28.957Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:13:28.957Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:13:28.957Z] OK: 12623 distinct packages available [2020-10-22T04:13:29.236Z] OK: 217 MiB in 51 packages [2020-10-22T04:13:29.515Z] Removing intermediate container da852c67a7b8 [2020-10-22T04:13:29.515Z] ---> 560cfdf20ac5 [2020-10-22T04:13:29.515Z] Step 6/24 : COPY go.mod . [2020-10-22T04:13:29.797Z] Removing intermediate container e084e1811384 [2020-10-22T04:13:29.797Z] ---> c0d76ee42bee [2020-10-22T04:13:29.797Z] Step 6/21 : COPY go.mod . [2020-10-22T04:13:30.079Z] OK: 217 MiB in 51 packages [2020-10-22T04:13:30.681Z] ---> 49971360ecaf [2020-10-22T04:13:30.681Z] Step 7/24 : RUN go mod download [2020-10-22T04:13:30.681Z] Removing intermediate container feeb11b77c7b [2020-10-22T04:13:30.681Z] ---> be1e4e711051 [2020-10-22T04:13:30.681Z] Step 6/26 : COPY go.mod . [2020-10-22T04:13:30.971Z] ---> Running in 05efdd904f04 [2020-10-22T04:13:30.971Z] OK: 217 MiB in 51 packages [2020-10-22T04:13:30.971Z] ---> ab08abeb6c0a [2020-10-22T04:13:30.971Z] Step 7/21 : RUN go mod download [2020-10-22T04:13:31.251Z] Removing intermediate container f2f32e72e997 [2020-10-22T04:13:31.251Z] ---> da075ed209ac [2020-10-22T04:13:31.251Z] Step 6/20 : COPY go.mod . [2020-10-22T04:13:31.251Z] ---> Running in 0b58597e4374 [2020-10-22T04:13:32.245Z] ---> 76cb6d3e6d7b [2020-10-22T04:13:32.245Z] Step 7/26 : RUN go mod download [2020-10-22T04:13:32.519Z] ---> 3f09ee702e7c [2020-10-22T04:13:32.519Z] Step 7/20 : RUN go mod download [2020-10-22T04:13:32.519Z] ---> Running in 06250f9e8090 [2020-10-22T04:13:32.793Z] ---> Running in 7416f1751542 [2020-10-22T04:13:32.793Z] Removing intermediate container 8ea2a1c26633 [2020-10-22T04:13:32.793Z] ---> 546f3a88c1d4 [2020-10-22T04:13:32.793Z] Step 6/22 : COPY go.mod . [2020-10-22T04:13:33.776Z] ---> 2afcb6d12192 [2020-10-22T04:13:33.776Z] Step 7/22 : RUN go mod download [2020-10-22T04:13:34.049Z] ---> Running in bbddd3b4875c [2020-10-22T04:13:35.506Z] Removing intermediate container 05efdd904f04 [2020-10-22T04:13:35.506Z] ---> 4def2d5c5366 [2020-10-22T04:13:35.506Z] Step 8/24 : COPY . . [2020-10-22T04:13:36.108Z] Removing intermediate container 0b58597e4374 [2020-10-22T04:13:36.108Z] ---> bf7bae911ebb [2020-10-22T04:13:36.108Z] Step 8/21 : COPY . . [2020-10-22T04:13:38.100Z] Removing intermediate container 7416f1751542 [2020-10-22T04:13:38.100Z] ---> d7b6345a88c9 [2020-10-22T04:13:38.100Z] Step 8/20 : COPY . . [2020-10-22T04:13:38.709Z] Removing intermediate container 06250f9e8090 [2020-10-22T04:13:38.709Z] ---> 621f09640923 [2020-10-22T04:13:38.709Z] Step 8/26 : COPY . . [2020-10-22T04:13:39.694Z] Removing intermediate container bbddd3b4875c [2020-10-22T04:13:39.694Z] ---> cee01d0acedd [2020-10-22T04:13:39.694Z] Step 8/22 : COPY . . [2020-10-22T04:14:01.915Z] ---> 22f395c0c74e [2020-10-22T04:14:01.915Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T04:14:01.915Z] ---> 7ad28fc6f1b9 [2020-10-22T04:14:01.915Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T04:14:01.915Z] ---> 4103ede02270 [2020-10-22T04:14:01.915Z] 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-22T04:14:01.915Z] ---> ba6b077924c0 [2020-10-22T04:14:01.915Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T04:14:01.915Z] ---> Running in 416dff5b978a [2020-10-22T04:14:01.915Z] ---> 7390c37bb6ad [2020-10-22T04:14:01.915Z] Step 9/22 : RUN make cmd/support-logging/support-logging ---> Running in 8631d48c5c34 [2020-10-22T04:14:01.915Z] [2020-10-22T04:14:01.915Z] ---> Running in 7dd4f86098e8 [2020-10-22T04:14:01.915Z] ---> Running in ce9c7520af52 [2020-10-22T04:14:01.915Z] ---> Running in a8b77ba6e365 [2020-10-22T04:14:02.515Z] 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-22T04:14:02.792Z] 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-22T04:14:03.070Z] 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-22T04:14:03.070Z] 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-22T04:14:03.346Z] 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-22T04:14:44.078Z] Running on prd-centos7-docker-8c-8g-8154 in /w/workspace/edgexfoundry_edgex-go_PR-2836 [Pipeline] { [Pipeline] ws [2020-10-22T04:14:44.133Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-10-22T04:14:46.824Z] using credential edgex-jenkins-ssh [2020-10-22T04:14:46.876Z] Cloning the remote Git repository [2020-10-22T04:14:46.185Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-22T04:14:46.255Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-10-22T04:14:46.283Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T04:14:46.283Z] > git --version # timeout=10 [2020-10-22T04:14:46.290Z] > git --version # 'git version 2.16.5' [2020-10-22T04:14:46.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T04:14:46.316Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T04:14:51.743Z] Merging remotes/origin/master commit 276039d959642f82e27682464d1409e0b052ceab into PR head commit b26f68437dc89c641ae0c1f835b967d10b6adbe1 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-22T04:14:50.785Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T04:14:50.791Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T04:14:50.804Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T04:14:50.816Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T04:14:50.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T04:14:50.820Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2836/head:refs/remotes/origin/PR-2836 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T04:14:51.444Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T04:14:51.450Z] > git checkout -f b26f68437dc89c641ae0c1f835b967d10b6adbe1 # timeout=10 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-22T04:14:52.484Z] Failed in branch amd64 [2020-10-22T04:15:25.155Z] 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-22T04:15:25.156Z] Removing intermediate container 7dd4f86098e8 [2020-10-22T04:15:25.156Z] ---> 8cefb6e8f0a0 [2020-10-22T04:15:25.156Z] [2020-10-22T04:15:25.156Z] Step 10/20 : FROM alpine [2020-10-22T04:15:25.156Z] latest: Pulling from library/alpine [2020-10-22T04:15:25.156Z] Digest: sha256:203ee936961c0f491f72ce9d3c3c67d9440cdb1d61b9783cf340baa09308ffc1 [2020-10-22T04:15:25.156Z] Status: Downloaded newer image for alpine:latest [2020-10-22T04:15:25.156Z] ---> 2e77e061c27f [2020-10-22T04:15:25.156Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T04:15:25.156Z] ---> Running in b50f919ac99f [2020-10-22T04:15:27.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:15:27.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:15:28.020Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:15:28.020Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:15:28.020Z] OK: 12615 distinct packages available [2020-10-22T04:15:29.014Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T04:15:29.014Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T04:15:29.014Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T04:15:29.014Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T04:15:29.014Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:15:29.014Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T04:15:29.293Z] OK: 7 MiB in 18 packages [2020-10-22T04:15:31.948Z] 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-22T04:15:31.948Z] Removing intermediate container b50f919ac99f [2020-10-22T04:15:32.229Z] ---> e6e4d18f2225 [2020-10-22T04:15:32.229Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T04:15:32.229Z] ---> Running in 7ccd320f67d9 [2020-10-22T04:15:33.216Z] Removing intermediate container 7ccd320f67d9 [2020-10-22T04:15:33.216Z] ---> bc960b20267c [2020-10-22T04:15:33.216Z] Step 13/20 : WORKDIR /edgex [2020-10-22T04:15:33.216Z] ---> Running in 757ee70d41b8 [2020-10-22T04:15:34.223Z] Removing intermediate container 757ee70d41b8 [2020-10-22T04:15:34.223Z] ---> cc6fcbf2ed8a [2020-10-22T04:15:34.223Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T04:15:36.852Z] ---> e737a424330c [2020-10-22T04:15:36.852Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T04:15:37.127Z] Removing intermediate container a8b77ba6e365 [2020-10-22T04:15:37.127Z] ---> 9a94fa425773 [2020-10-22T04:15:37.127Z] [2020-10-22T04:15:37.127Z] Step 10/22 : FROM scratch [2020-10-22T04:15:37.127Z] ---> [2020-10-22T04:15:37.127Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T04:15:37.819Z] ---> Running in 34d88a891593 [2020-10-22T04:15:38.516Z] ---> 301c4db3f711 [2020-10-22T04:15:38.516Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T04:15:38.516Z] Removing intermediate container 34d88a891593 [2020-10-22T04:15:38.516Z] ---> 68d8f8228cc3 [2020-10-22T04:15:38.516Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T04:15:38.516Z] ---> Running in e04774569222 [2020-10-22T04:15:38.790Z] ---> Running in d4d1a9f9ae11 [2020-10-22T04:15:39.413Z] Removing intermediate container d4d1a9f9ae11 [2020-10-22T04:15:39.413Z] ---> e748f72d3d2b [2020-10-22T04:15:39.413Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T04:15:39.712Z] Removing intermediate container e04774569222 [2020-10-22T04:15:39.712Z] ---> 28a1eee05bab [2020-10-22T04:15:39.712Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T04:15:39.712Z] ---> Running in 7de0b1f2be2f [2020-10-22T04:15:40.014Z] ---> Running in 6709064f18d5 [2020-10-22T04:15:40.696Z] Removing intermediate container 7de0b1f2be2f [2020-10-22T04:15:40.696Z] ---> 5b241dd8f8b1 [2020-10-22T04:15:40.696Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T04:15:40.974Z] Removing intermediate container 6709064f18d5 [2020-10-22T04:15:40.974Z] ---> 2dc022ee0c0b [2020-10-22T04:15:40.974Z] Step 18/20 : LABEL arch=arm64 [2020-10-22T04:15:40.974Z] ---> Running in ba338af7987b [2020-10-22T04:15:42.432Z] Removing intermediate container ba338af7987b [2020-10-22T04:15:42.432Z] ---> b2c757943122 [2020-10-22T04:15:42.432Z] Step 19/20 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:15:42.432Z] ---> bf4eedbd9d57 [2020-10-22T04:15:42.432Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T04:15:42.715Z] ---> Running in 55001793ff36 [2020-10-22T04:15:43.721Z] Removing intermediate container 55001793ff36 [2020-10-22T04:15:43.721Z] ---> 1d9b48444790 [2020-10-22T04:15:43.721Z] Step 20/20 : LABEL version=0.0.0 [2020-10-22T04:15:43.721Z] Removing intermediate container ce9c7520af52 [2020-10-22T04:15:43.721Z] ---> 943929f96acd [2020-10-22T04:15:43.721Z] [2020-10-22T04:15:43.721Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T04:15:43.721Z] ---> f56cb88bc9b2 [2020-10-22T04:15:43.721Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T04:15:43.999Z] ---> Running in c909a855faf9 [2020-10-22T04:15:44.278Z] 3.10: Pulling from library/alpine [2020-10-22T04:15:44.893Z] Removing intermediate container c909a855faf9 [2020-10-22T04:15:44.893Z] ---> 65c3b9fc2d61 [2020-10-22T04:15:44.893Z] [2020-10-22T04:15:45.891Z] Successfully built 65c3b9fc2d61 [2020-10-22T04:15:45.891Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-22T04:15:45.891Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-10-22T04:15:45.891Z] ---> 3b5abb902750 [2020-10-22T04:15:45.891Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T04:15:46.171Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T04:15:46.171Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T04:15:46.171Z] ---> 536a684cf733 [2020-10-22T04:15:46.171Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T04:15:46.444Z] ---> Running in 5bad394521dc [2020-10-22T04:15:47.037Z] ---> 8e8289347c07 [2020-10-22T04:15:47.037Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T04:15:48.483Z] ---> Running in ff8a43d13fe3 [2020-10-22T04:15:49.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:15:49.381Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:15:49.656Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T04:15:49.656Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T04:15:49.656Z] OK: 10167 distinct packages available [2020-10-22T04:15:50.338Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T04:15:50.613Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T04:15:50.613Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T04:15:50.613Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T04:15:50.613Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T04:15:50.613Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T04:15:50.613Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T04:15:50.887Z] OK: 7 MiB in 19 packages [2020-10-22T04:15:50.887Z] Removing intermediate container ff8a43d13fe3 [2020-10-22T04:15:50.887Z] ---> 83b088741a66 [2020-10-22T04:15:50.887Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:15:51.870Z] ---> Running in 837aa591a470 [2020-10-22T04:15:51.870Z] Removing intermediate container 416dff5b978a [2020-10-22T04:15:51.870Z] ---> a8e6b9dc30ea [2020-10-22T04:15:51.870Z] [2020-10-22T04:15:51.870Z] Step 10/21 : FROM scratch [2020-10-22T04:15:51.870Z] ---> [2020-10-22T04:15:51.870Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:15:51.870Z] Removing intermediate container 8631d48c5c34 [2020-10-22T04:15:51.870Z] ---> 13f1b3fccb0d [2020-10-22T04:15:51.870Z] [2020-10-22T04:15:51.870Z] Step 10/24 : FROM scratch [2020-10-22T04:15:51.870Z] ---> [2020-10-22T04:15:51.870Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T04:15:52.148Z] ---> Using cache [2020-10-22T04:15:52.148Z] ---> 68d8f8228cc3 [2020-10-22T04:15:52.148Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T04:15:52.148Z] ---> Running in dac3cc86def0 [2020-10-22T04:15:52.148Z] ---> Running in 602b99fa5066 [2020-10-22T04:15:52.422Z] Removing intermediate container 837aa591a470 [2020-10-22T04:15:52.422Z] ---> c5ddc578953f [2020-10-22T04:15:52.422Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T04:15:52.704Z] ---> Running in d830e8f62249 [2020-10-22T04:15:52.978Z] Removing intermediate container 602b99fa5066 [2020-10-22T04:15:52.978Z] ---> 761bfbb56f9b [2020-10-22T04:15:52.978Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T04:15:52.978Z] Removing intermediate container dac3cc86def0 [2020-10-22T04:15:52.978Z] ---> 6bd1647d2180 [2020-10-22T04:15:52.978Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T04:15:53.255Z] ---> Running in cbaf5f69ceea [2020-10-22T04:15:53.255Z] Removing intermediate container 5bad394521dc [2020-10-22T04:15:53.255Z] ---> 73c0e459311f [2020-10-22T04:15:53.255Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T04:15:53.255Z] ---> Running in e25201ff5790 [2020-10-22T04:15:53.255Z] Removing intermediate container d830e8f62249 [2020-10-22T04:15:53.255Z] ---> d5c28fa47009 [2020-10-22T04:15:53.255Z] Step 21/22 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:15:53.545Z] ---> Running in 297201eaf7f8 [2020-10-22T04:15:53.832Z] ---> Running in a539252abcdc [2020-10-22T04:15:54.114Z] Removing intermediate container cbaf5f69ceea [2020-10-22T04:15:54.114Z] ---> be6d214ea853 [2020-10-22T04:15:54.114Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T04:15:54.389Z] Removing intermediate container e25201ff5790 [2020-10-22T04:15:54.389Z] ---> 03e0aa77c656 [2020-10-22T04:15:54.389Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T04:15:54.680Z] Removing intermediate container 297201eaf7f8 [2020-10-22T04:15:54.680Z] ---> 455ee8841e4e [2020-10-22T04:15:54.680Z] Step 13/26 : WORKDIR / [2020-10-22T04:15:54.680Z] ---> Running in 43fa68d45957 [2020-10-22T04:15:54.680Z] Removing intermediate container a539252abcdc [2020-10-22T04:15:54.680Z] ---> 15eb6cf123a0 [2020-10-22T04:15:54.680Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T04:15:54.957Z] ---> Running in 5a85718102c0 [2020-10-22T04:15:55.230Z] ---> 5944d79eced6 [2020-10-22T04:15:55.230Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T04:15:55.230Z] ---> Running in 5d66e0911e94 [2020-10-22T04:15:55.507Z] Removing intermediate container 43fa68d45957 [2020-10-22T04:15:55.507Z] ---> 0b77fa6808a0 [2020-10-22T04:15:55.507Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T04:15:56.105Z] Removing intermediate container 5a85718102c0 [2020-10-22T04:15:56.105Z] ---> cedf8684a9ac [2020-10-22T04:15:56.105Z] 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-22T04:15:56.378Z] Removing intermediate container 5d66e0911e94 [2020-10-22T04:15:56.378Z] ---> 5814cdcfe67c [2020-10-22T04:15:56.378Z] [2020-10-22T04:15:56.660Z] ---> 7eea1f015fef [2020-10-22T04:15:56.660Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T04:15:56.934Z] Successfully built 5814cdcfe67c [2020-10-22T04:15:56.934Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-22T04:15:56.934Z]  Building docker-support-logging-go ... done Building docker-security-secrets-setup-go [2020-10-22T04:15:57.212Z] ---> f438ef6be995 [2020-10-22T04:15:57.212Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T04:15:57.487Z] ---> 1bb0aede8e32 [2020-10-22T04:15:57.487Z] 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-22T04:15:58.469Z] ---> 7c60cbc9fdf1 [2020-10-22T04:15:58.469Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T04:15:59.065Z] ---> 0b1804cba213 [2020-10-22T04:15:59.065Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T04:15:59.350Z] ---> bcb401431ff0 [2020-10-22T04:15:59.350Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T04:15:59.991Z] ---> 2edf42085d45 [2020-10-22T04:15:59.991Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T04:16:00.620Z] ---> fa13a3f86ac1 [2020-10-22T04:16:00.620Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T04:16:00.620Z] ---> Running in 1d37162e5e3c [2020-10-22T04:16:00.902Z] ---> bd975e2a531c [2020-10-22T04:16:00.902Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T04:16:01.643Z] Removing intermediate container 1d37162e5e3c [2020-10-22T04:16:01.643Z] ---> 5db2aa4c52d9 [2020-10-22T04:16:01.643Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:16:02.253Z] ---> 66072a935bac [2020-10-22T04:16:02.254Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T04:16:02.254Z] ---> Running in ec396d1d742d [2020-10-22T04:16:03.233Z] ---> e09e11f22ecd [2020-10-22T04:16:03.233Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T04:16:03.508Z] Removing intermediate container ec396d1d742d [2020-10-22T04:16:03.508Z] ---> d038c59d8f33 [2020-10-22T04:16:03.508Z] Step 19/21 : LABEL arch=arm64 [2020-10-22T04:16:04.105Z] ---> 89eee8032424 [2020-10-22T04:16:04.105Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T04:16:04.105Z] ---> Running in 112708fe95e9 [2020-10-22T04:16:04.709Z] ---> 21670dc560bf [2020-10-22T04:16:04.709Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T04:16:05.312Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:16:05.312Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:16:05.312Z] ---> 99fcc324429a [2020-10-22T04:16:05.312Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T04:16:05.312Z] ---> Using cache [2020-10-22T04:16:05.312Z] ---> 6d77ec601d0d [2020-10-22T04:16:05.312Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:16:05.312Z] ---> Using cache [2020-10-22T04:16:05.312Z] ---> a26e91831d46 [2020-10-22T04:16:05.312Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T04:16:05.906Z] ---> Running in e396b44aed58 [2020-10-22T04:16:05.906Z] ---> Running in 02be8e3fab1d [2020-10-22T04:16:05.906Z] Removing intermediate container 112708fe95e9 [2020-10-22T04:16:05.906Z] ---> 13585c84ef95 [2020-10-22T04:16:05.906Z] Step 20/21 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:16:05.906Z] ---> 4af2a69d9f06 [2020-10-22T04:16:05.906Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T04:16:06.179Z] ---> Running in e4ee6278cf79 [2020-10-22T04:16:06.452Z] Removing intermediate container e396b44aed58 [2020-10-22T04:16:06.452Z] ---> 3a6257972599 [2020-10-22T04:16:06.452Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:16:06.735Z] ---> Running in 1bde63ff1121 [2020-10-22T04:16:07.009Z] Removing intermediate container e4ee6278cf79 [2020-10-22T04:16:07.009Z] ---> e90c2684bf4e [2020-10-22T04:16:07.009Z] Step 21/21 : LABEL version=0.0.0 [2020-10-22T04:16:07.009Z] ---> Running in 78c686dbd3f7 [2020-10-22T04:16:07.286Z] Removing intermediate container 1bde63ff1121 [2020-10-22T04:16:07.286Z] ---> 36f7d1c20b53 [2020-10-22T04:16:07.286Z] Step 22/24 : LABEL arch=arm64 [2020-10-22T04:16:07.561Z] ---> 133e27eb691f [2020-10-22T04:16:07.561Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T04:16:07.561Z] ---> Running in 8c7d2018dfbb [2020-10-22T04:16:07.844Z] Removing intermediate container 78c686dbd3f7 [2020-10-22T04:16:07.844Z] ---> c656ab84f83b [2020-10-22T04:16:07.844Z] [2020-10-22T04:16:08.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:16:08.405Z] Successfully built c656ab84f83b [2020-10-22T04:16:08.682Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-22T04:16:08.682Z] Building docker-core-metadata-go [2020-10-22T04:16:08.682Z]  Building docker-support-scheduler-go ... done Removing intermediate container 8c7d2018dfbb [2020-10-22T04:16:08.682Z] ---> 04995716f10f [2020-10-22T04:16:08.682Z] Step 23/24 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:16:08.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:16:08.958Z] ---> cf708878c904 [2020-10-22T04:16:08.958Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T04:16:09.231Z] ---> Running in 63f8de101f68 [2020-10-22T04:16:09.231Z] ---> Running in 20383efd2e5b [2020-10-22T04:16:09.854Z] Removing intermediate container 63f8de101f68 [2020-10-22T04:16:09.854Z] ---> 52a59d6b3d52 [2020-10-22T04:16:09.854Z] Step 24/24 : LABEL version=0.0.0 [2020-10-22T04:16:09.854Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:16:09.854Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:16:09.854Z] OK: 12623 distinct packages available [2020-10-22T04:16:10.127Z] ---> Running in 3a0b2080f88e [2020-10-22T04:16:10.732Z] OK: 217 MiB in 51 packages [2020-10-22T04:16:11.010Z] Removing intermediate container 3a0b2080f88e [2020-10-22T04:16:11.010Z] ---> b9d2ccc2eb69 [2020-10-22T04:16:11.010Z] [2020-10-22T04:16:11.626Z] Successfully built b9d2ccc2eb69 [2020-10-22T04:16:11.905Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-22T04:16:11.905Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-10-22T04:16:12.904Z] Removing intermediate container 02be8e3fab1d [2020-10-22T04:16:12.904Z] ---> ab7307b84376 [2020-10-22T04:16:12.904Z] Step 6/22 : COPY go.mod . [2020-10-22T04:16:12.904Z] Removing intermediate container 20383efd2e5b [2020-10-22T04:16:12.904Z] ---> f06016d79fbc [2020-10-22T04:16:12.904Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T04:16:13.181Z] ---> Running in efbd885b33be [2020-10-22T04:16:13.808Z] ---> c55170b26dae [2020-10-22T04:16:13.808Z] Step 7/22 : RUN go mod download [2020-10-22T04:16:14.442Z] ---> Running in 5689113b9b3a [2020-10-22T04:16:14.442Z] Removing intermediate container efbd885b33be [2020-10-22T04:16:14.442Z] ---> 19453a85beaa [2020-10-22T04:16:14.724Z] Step 24/26 : LABEL arch=arm64 [2020-10-22T04:16:15.387Z] ---> Running in 9a26b10a5f9b [2020-10-22T04:16:16.449Z] Removing intermediate container 9a26b10a5f9b [2020-10-22T04:16:16.449Z] ---> ea0582e262c4 [2020-10-22T04:16:16.449Z] Step 25/26 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:16:17.121Z] ---> Running in c5c915105753 [2020-10-22T04:16:18.161Z] Removing intermediate container c5c915105753 [2020-10-22T04:16:18.161Z] ---> 24c086b61e42 [2020-10-22T04:16:18.161Z] Step 26/26 : LABEL version=0.0.0 [2020-10-22T04:16:19.166Z] ---> Running in 00c5cf98e269 [2020-10-22T04:16:20.177Z] Removing intermediate container 00c5cf98e269 [2020-10-22T04:16:20.177Z] ---> 255a59fd0362 [2020-10-22T04:16:20.177Z] [2020-10-22T04:16:20.177Z] Removing intermediate container 5689113b9b3a [2020-10-22T04:16:20.177Z] ---> f6c404e87732 [2020-10-22T04:16:20.177Z] Step 8/22 : COPY . . [2020-10-22T04:16:20.452Z] Successfully built 255a59fd0362 [2020-10-22T04:16:20.452Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-22T04:16:20.452Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-10-22T04:16:28.828Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:16:28.828Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T04:16:28.828Z] ---> 99fcc324429a [2020-10-22T04:16:28.828Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T04:16:28.829Z] ---> Using cache [2020-10-22T04:16:28.829Z] ---> 6d77ec601d0d [2020-10-22T04:16:28.829Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T04:16:33.546Z] ---> Running in e3330ccca0a0 [2020-10-22T04:16:34.211Z] ---> 4847798642c8 [2020-10-22T04:16:34.211Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T04:16:34.844Z] ---> Running in 765016781e8b [2020-10-22T04:16:35.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:16:36.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:16:36.841Z] 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-22T04:16:37.470Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:16:37.470Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:16:37.470Z] OK: 12623 distinct packages available [2020-10-22T04:16:38.477Z] OK: 217 MiB in 51 packages [2020-10-22T04:16:41.942Z] Removing intermediate container e3330ccca0a0 [2020-10-22T04:16:41.942Z] ---> d6d0a36d3ca7 [2020-10-22T04:16:41.942Z] Step 5/29 : COPY go.mod . [2020-10-22T04:16:43.560Z] ---> 99e4dfe93afb [2020-10-22T04:16:43.560Z] Step 6/29 : RUN go mod download [2020-10-22T04:16:43.851Z] ---> Running in 0a003dccbdb4 [2020-10-22T04:16:52.221Z] Removing intermediate container 0a003dccbdb4 [2020-10-22T04:16:52.221Z] ---> 8a5e687e787e [2020-10-22T04:16:52.221Z] Step 7/29 : COPY . . [2020-10-22T04:16:52.221Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:16:52.221Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:16:52.221Z] ---> 99fcc324429a [2020-10-22T04:16:52.221Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T04:16:52.221Z] ---> Using cache [2020-10-22T04:16:52.221Z] ---> 6d77ec601d0d [2020-10-22T04:16:52.221Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:16:52.221Z] ---> Using cache [2020-10-22T04:16:52.221Z] ---> a26e91831d46 [2020-10-22T04:16:52.221Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T04:16:52.221Z] ---> Using cache [2020-10-22T04:16:52.221Z] ---> ab7307b84376 [2020-10-22T04:16:52.221Z] Step 6/22 : COPY go.mod . [2020-10-22T04:16:52.221Z] ---> Using cache [2020-10-22T04:16:52.221Z] ---> c55170b26dae [2020-10-22T04:16:52.221Z] Step 7/22 : RUN go mod download [2020-10-22T04:16:52.221Z] ---> Using cache [2020-10-22T04:16:52.221Z] ---> f6c404e87732 [2020-10-22T04:16:52.221Z] Step 8/22 : COPY . . [2020-10-22T04:16:52.221Z] ---> Using cache [2020-10-22T04:16:52.221Z] ---> 4847798642c8 [2020-10-22T04:16:52.221Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T04:16:52.221Z] ---> Running in 2ff9371e1e0a [2020-10-22T04:16:53.677Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:16:53.677Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:16:53.677Z] ---> 99fcc324429a [2020-10-22T04:16:53.677Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T04:16:53.677Z] ---> Using cache [2020-10-22T04:16:53.677Z] ---> 6d77ec601d0d [2020-10-22T04:16:53.677Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:16:53.677Z] ---> Using cache [2020-10-22T04:16:53.677Z] ---> a26e91831d46 [2020-10-22T04:16:53.677Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T04:16:54.283Z] ---> Running in caff84042225 [2020-10-22T04:16:55.287Z] 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-22T04:16:57.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:16:57.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:16:59.356Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:16:59.356Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:16:59.356Z] OK: 12623 distinct packages available [2020-10-22T04:16:59.963Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T04:16:59.963Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T04:16:59.963Z] ---> 99fcc324429a [2020-10-22T04:16:59.963Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T04:16:59.963Z] ---> Using cache [2020-10-22T04:16:59.963Z] ---> 6d77ec601d0d [2020-10-22T04:16:59.963Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:16:59.963Z] ---> Using cache [2020-10-22T04:16:59.963Z] ---> a26e91831d46 [2020-10-22T04:16:59.963Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T04:17:00.601Z] OK: 217 MiB in 51 packages [2020-10-22T04:17:02.673Z] ---> Running in e533ff79e7f5 [2020-10-22T04:17:04.116Z] Removing intermediate container caff84042225 [2020-10-22T04:17:04.116Z] ---> 72c0365a34e6 [2020-10-22T04:17:04.116Z] Step 6/27 : COPY go.mod . [2020-10-22T04:17:06.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:17:06.112Z] ---> a7b43faa971a [2020-10-22T04:17:06.112Z] Step 7/27 : RUN go mod download [2020-10-22T04:17:06.389Z] ---> Running in 34364bfe73af [2020-10-22T04:17:06.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:17:08.125Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:17:08.125Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:17:08.125Z] OK: 12623 distinct packages available [2020-10-22T04:17:09.116Z] OK: 217 MiB in 51 packages [2020-10-22T04:17:12.522Z] Removing intermediate container e533ff79e7f5 [2020-10-22T04:17:12.522Z] ---> 19729f2fce2b [2020-10-22T04:17:12.522Z] Step 6/23 : COPY go.mod . [2020-10-22T04:17:12.522Z] Removing intermediate container 34364bfe73af [2020-10-22T04:17:12.522Z] ---> 12e0c9ae3402 [2020-10-22T04:17:12.522Z] Step 8/27 : COPY . . [2020-10-22T04:17:13.971Z] ---> 7a8acf3ad001 [2020-10-22T04:17:13.971Z] Step 7/23 : RUN go mod download [2020-10-22T04:17:13.971Z] ---> Running in a1941dad9c93 [2020-10-22T04:17:15.434Z] ---> bce07c636c14 [2020-10-22T04:17:15.434Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T04:17:16.042Z] ---> Running in e1cf88dbd18d [2020-10-22T04:17:19.447Z] 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-22T04:17:20.447Z] Removing intermediate container a1941dad9c93 [2020-10-22T04:17:20.447Z] ---> bfd680c76801 [2020-10-22T04:17:20.447Z] Step 8/23 : COPY . . [2020-10-22T04:17:38.786Z] ---> 431496cad087 [2020-10-22T04:17:38.786Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T04:17:39.064Z] ---> Running in 535c32f18a4e [2020-10-22T04:17:42.474Z] 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-22T04:17:42.474Z] ---> 308e7a38768e [2020-10-22T04:17:42.474Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T04:17:42.474Z] ---> Running in e4996af4add4 [2020-10-22T04:17:45.112Z] 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-22T04:18:07.302Z] Removing intermediate container 765016781e8b [2020-10-22T04:18:07.302Z] ---> 7a51fc888f1d [2020-10-22T04:18:07.302Z] [2020-10-22T04:18:07.302Z] Step 10/22 : FROM scratch [2020-10-22T04:18:07.302Z] ---> [2020-10-22T04:18:07.302Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:18:07.302Z] ---> Using cache [2020-10-22T04:18:07.302Z] ---> 6bd1647d2180 [2020-10-22T04:18:07.302Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T04:18:07.302Z] ---> Running in a850522d3929 [2020-10-22T04:18:07.302Z] Removing intermediate container a850522d3929 [2020-10-22T04:18:07.302Z] ---> c6ab7fe73add [2020-10-22T04:18:07.302Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T04:18:07.302Z] ---> Running in aafb21beea7d [2020-10-22T04:18:07.302Z] Removing intermediate container aafb21beea7d [2020-10-22T04:18:07.302Z] ---> ffdab0ba5144 [2020-10-22T04:18:07.302Z] Step 14/22 : WORKDIR / [2020-10-22T04:18:07.302Z] ---> Running in aa640cfc1572 [2020-10-22T04:18:07.904Z] Removing intermediate container aa640cfc1572 [2020-10-22T04:18:07.904Z] ---> 70060132ab4c [2020-10-22T04:18:07.904Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T04:18:08.903Z] ---> c9e65af1d953 [2020-10-22T04:18:08.903Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T04:18:10.909Z] ---> 655b80fecc57 [2020-10-22T04:18:10.909Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T04:18:11.900Z] ---> 2678ebf712d3 [2020-10-22T04:18:11.900Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T04:18:12.176Z] ---> Running in 921a96770c1f [2020-10-22T04:18:12.788Z] Removing intermediate container 921a96770c1f [2020-10-22T04:18:12.788Z] ---> ae835d999edc [2020-10-22T04:18:12.788Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:18:13.070Z] ---> Running in fee237df018c [2020-10-22T04:18:13.676Z] Removing intermediate container fee237df018c [2020-10-22T04:18:13.676Z] ---> d44f3be217be [2020-10-22T04:18:13.676Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T04:18:13.676Z] ---> Running in efd674a3ae86 [2020-10-22T04:18:14.291Z] Removing intermediate container efd674a3ae86 [2020-10-22T04:18:14.291Z] ---> 1a0f3a78d4cd [2020-10-22T04:18:14.291Z] Step 21/22 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:18:14.574Z] ---> Running in 365b2ceb6efe [2020-10-22T04:18:15.183Z] Removing intermediate container 365b2ceb6efe [2020-10-22T04:18:15.184Z] ---> d0615ad69834 [2020-10-22T04:18:15.184Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T04:18:15.184Z] ---> Running in b39e520f5f0d [2020-10-22T04:18:15.813Z] Removing intermediate container b39e520f5f0d [2020-10-22T04:18:15.813Z] ---> d4b5e5e792e4 [2020-10-22T04:18:15.813Z] [2020-10-22T04:18:16.421Z] Successfully built d4b5e5e792e4 [2020-10-22T04:18:16.421Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-22T04:18:38.820Z]  Building docker-core-command-go ... done Removing intermediate container e1cf88dbd18d [2020-10-22T04:18:38.820Z] ---> 51b01cb73b03 [2020-10-22T04:18:38.820Z] [2020-10-22T04:18:38.820Z] Step 9/29 : FROM alpine:latest [2020-10-22T04:18:38.820Z] ---> 2e77e061c27f [2020-10-22T04:18:38.820Z] 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-22T04:18:38.820Z] ---> Running in 5b5f99fb3f38 [2020-10-22T04:18:38.820Z] Removing intermediate container 5b5f99fb3f38 [2020-10-22T04:18:38.820Z] ---> a19403af4ff2 [2020-10-22T04:18:38.820Z] Step 11/29 : USER root [2020-10-22T04:18:38.820Z] ---> Running in f0adaee81053 [2020-10-22T04:18:38.820Z] Removing intermediate container f0adaee81053 [2020-10-22T04:18:38.820Z] ---> ceb32092e77e [2020-10-22T04:18:38.820Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T04:18:38.820Z] ---> Running in a016b5410357 [2020-10-22T04:18:39.806Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:18:40.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:18:41.067Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T04:18:41.067Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T04:18:41.067Z] OK: 12615 distinct packages available [2020-10-22T04:18:41.665Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T04:18:41.938Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T04:18:41.938Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:18:41.938Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T04:18:42.213Z] OK: 6 MiB in 16 packages [2020-10-22T04:18:44.849Z] Removing intermediate container a016b5410357 [2020-10-22T04:18:44.849Z] ---> 1d4d5865217c [2020-10-22T04:18:44.849Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T04:18:44.849Z] ---> Running in 41986f9f119d [2020-10-22T04:18:45.456Z] Removing intermediate container 41986f9f119d [2020-10-22T04:18:45.456Z] ---> a2cc9d16ca93 [2020-10-22T04:18:45.456Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T04:18:45.731Z] ---> Running in 89c6e22b9785 [2020-10-22T04:18:46.330Z] Removing intermediate container 89c6e22b9785 [2020-10-22T04:18:46.330Z] ---> 2198248baa72 [2020-10-22T04:18:46.330Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T04:18:46.608Z] ---> Running in 056b0c8ad96b [2020-10-22T04:18:50.943Z] Removing intermediate container 056b0c8ad96b [2020-10-22T04:18:50.943Z] ---> 98c6805d6a52 [2020-10-22T04:18:50.943Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T04:18:52.386Z] ---> a4eb6e324eea [2020-10-22T04:18:52.387Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T04:18:53.376Z] ---> cbd29568a32c [2020-10-22T04:18:53.376Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T04:18:54.839Z] ---> 615c2411ca15 [2020-10-22T04:18:54.839Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T04:18:56.846Z] ---> d76729d5ce3f [2020-10-22T04:18:56.846Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T04:18:58.318Z] ---> 3e0fc8c32b4d [2020-10-22T04:18:58.318Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T04:18:58.318Z] ---> Running in 72052bc68202 [2020-10-22T04:18:58.933Z] Removing intermediate container 2ff9371e1e0a [2020-10-22T04:18:58.933Z] ---> 2b00f84793b8 [2020-10-22T04:18:58.933Z] [2020-10-22T04:18:58.933Z] Step 10/22 : FROM scratch [2020-10-22T04:18:58.933Z] ---> [2020-10-22T04:18:58.933Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:18:59.213Z] ---> Using cache [2020-10-22T04:18:59.213Z] ---> 6bd1647d2180 [2020-10-22T04:18:59.213Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T04:18:59.213Z] ---> Running in c40bbf31a11e [2020-10-22T04:19:00.223Z] Removing intermediate container c40bbf31a11e [2020-10-22T04:19:00.223Z] ---> 05f048801640 [2020-10-22T04:19:00.223Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T04:19:00.502Z] ---> Running in fe5d767629dc [2020-10-22T04:19:01.117Z] Removing intermediate container fe5d767629dc [2020-10-22T04:19:01.117Z] ---> 85580dc3782d [2020-10-22T04:19:01.117Z] Step 14/22 : WORKDIR / [2020-10-22T04:19:01.399Z] ---> Running in 8f75c750f99d [2020-10-22T04:19:02.402Z] Removing intermediate container 8f75c750f99d [2020-10-22T04:19:02.402Z] ---> a0b4bc3fa59e [2020-10-22T04:19:02.402Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T04:19:03.853Z] Removing intermediate container 72052bc68202 [2020-10-22T04:19:03.853Z] ---> bb26bd673768 [2020-10-22T04:19:03.853Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T04:19:04.464Z] ---> 82f9800593c0 [2020-10-22T04:19:04.464Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T04:19:05.919Z] ---> d2c0cc3adffd [2020-10-22T04:19:05.919Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T04:19:05.919Z] Removing intermediate container 535c32f18a4e [2020-10-22T04:19:05.919Z] ---> add6f161e6ad [2020-10-22T04:19:05.919Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T04:19:05.920Z] ---> Running in 51dde24dcdf8 [2020-10-22T04:19:06.198Z] ---> Running in 0789917ceff5 [2020-10-22T04:19:07.190Z] ---> 68487ef60066 [2020-10-22T04:19:07.190Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T04:19:08.635Z] ---> 10057f7136c1 [2020-10-22T04:19:08.635Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T04:19:08.908Z] ---> Running in 290359399a35 [2020-10-22T04:19:09.186Z] 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-22T04:19:09.783Z] Removing intermediate container 290359399a35 [2020-10-22T04:19:09.783Z] ---> 8df983dcc0bd [2020-10-22T04:19:09.783Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:19:10.058Z] ---> Running in 1477f25f5731 [2020-10-22T04:19:10.333Z] Removing intermediate container 51dde24dcdf8 [2020-10-22T04:19:10.333Z] ---> a812a924e1c1 [2020-10-22T04:19:10.333Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T04:19:10.615Z] ---> Running in b15142c3c080 [2020-10-22T04:19:10.892Z] Removing intermediate container 1477f25f5731 [2020-10-22T04:19:10.892Z] ---> e276add0a3bd [2020-10-22T04:19:10.892Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T04:19:11.165Z] ---> Running in 641559bb5c97 [2020-10-22T04:19:12.182Z] Removing intermediate container 641559bb5c97 [2020-10-22T04:19:12.182Z] ---> 2b8f355af9c6 [2020-10-22T04:19:12.182Z] Step 21/22 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:19:12.456Z] ---> Running in fbcfc238c953 [2020-10-22T04:19:13.449Z] Removing intermediate container fbcfc238c953 [2020-10-22T04:19:13.449Z] ---> 257c648f1c33 [2020-10-22T04:19:13.449Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T04:19:13.734Z] ---> Running in e318c2c57533 [2020-10-22T04:19:14.013Z] Removing intermediate container 0789917ceff5 [2020-10-22T04:19:14.013Z] ---> 5fe7d518cc8d [2020-10-22T04:19:14.013Z] [2020-10-22T04:19:14.013Z] Step 11/27 : FROM docker:latest [2020-10-22T04:19:14.013Z] ---> 5d4db4dc0692 [2020-10-22T04:19:14.013Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T04:19:14.288Z] ---> Running in 26c30f025c16 [2020-10-22T04:19:14.565Z] Removing intermediate container e318c2c57533 [2020-10-22T04:19:14.565Z] ---> 4279e610faaa [2020-10-22T04:19:14.565Z] [2020-10-22T04:19:15.173Z] Successfully built 4279e610faaa [2020-10-22T04:19:15.173Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-22T04:19:15.173Z]  Building docker-core-metadata-go ... done Removing intermediate container b15142c3c080 [2020-10-22T04:19:15.173Z] ---> 95a67d15255b [2020-10-22T04:19:15.173Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T04:19:15.454Z] ---> Running in e59cf975a27d [2020-10-22T04:19:16.058Z] Removing intermediate container e59cf975a27d [2020-10-22T04:19:16.058Z] ---> a414ec886747 [2020-10-22T04:19:16.058Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T04:19:16.058Z] ---> Running in f48247c1ad72 [2020-10-22T04:19:16.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:19:16.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:19:16.894Z] Removing intermediate container f48247c1ad72 [2020-10-22T04:19:16.894Z] ---> d35d2f4c9c33 [2020-10-22T04:19:16.894Z] Step 27/29 : LABEL arch=arm64 [2020-10-22T04:19:16.894Z] ---> Running in 1ecc0f79e4b0 [2020-10-22T04:19:17.200Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T04:19:17.200Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T04:19:17.200Z] Executing bash-5.0.17-r0.post-install [2020-10-22T04:19:17.200Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:19:17.200Z] OK: 12 MiB in 22 packages [2020-10-22T04:19:17.480Z] Removing intermediate container 1ecc0f79e4b0 [2020-10-22T04:19:17.480Z] ---> d21dcf34e8e5 [2020-10-22T04:19:17.480Z] Step 28/29 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:19:17.480Z] ---> Running in 7255ce857da0 [2020-10-22T04:19:18.475Z] Removing intermediate container 7255ce857da0 [2020-10-22T04:19:18.475Z] ---> 497ac026ada2 [2020-10-22T04:19:18.475Z] Step 29/29 : LABEL version=0.0.0 [2020-10-22T04:19:18.475Z] ---> Running in e77edb743224 [2020-10-22T04:19:18.750Z] Removing intermediate container 26c30f025c16 [2020-10-22T04:19:18.750Z] ---> d42269ba53c5 [2020-10-22T04:19:18.750Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T04:19:18.750Z] ---> Running in 672f90114a0d [2020-10-22T04:19:19.024Z] Removing intermediate container e77edb743224 [2020-10-22T04:19:19.024Z] ---> f03e20313347 [2020-10-22T04:19:19.024Z] [2020-10-22T04:19:19.304Z] Successfully built f03e20313347 [2020-10-22T04:19:19.305Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-22T04:19:21.944Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 672f90114a0d [2020-10-22T04:19:21.944Z] ---> a337cad73d8b [2020-10-22T04:19:21.944Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T04:19:21.944Z] ---> Running in 29fb3f005765 [2020-10-22T04:19:22.226Z] Removing intermediate container 29fb3f005765 [2020-10-22T04:19:22.226Z] ---> 63c7eb900a18 [2020-10-22T04:19:22.226Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T04:19:22.503Z] ---> Running in 0711a7c79037 [2020-10-22T04:19:22.781Z] Removing intermediate container 0711a7c79037 [2020-10-22T04:19:22.781Z] ---> 2678959ea345 [2020-10-22T04:19:22.781Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T04:19:23.058Z] ---> Running in c706e618a2f4 [2020-10-22T04:19:23.660Z] Removing intermediate container c706e618a2f4 [2020-10-22T04:19:23.660Z] ---> 5cf1dc3b1001 [2020-10-22T04:19:23.660Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T04:19:25.105Z] ---> 773e68376ae4 [2020-10-22T04:19:25.105Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T04:19:25.704Z] ---> 682cb00efafa [2020-10-22T04:19:25.704Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T04:19:26.702Z] ---> 1305c4d1c8a8 [2020-10-22T04:19:26.702Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T04:19:26.702Z] ---> Running in f8331bf95d9e [2020-10-22T04:19:28.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:19:28.696Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:19:29.308Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T04:19:29.308Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T04:19:29.308Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T04:19:29.308Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T04:19:29.308Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T04:19:29.308Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T04:19:29.308Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T04:19:31.296Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T04:19:31.296Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T04:19:31.296Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T04:19:31.296Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T04:19:31.296Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T04:19:31.296Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T04:19:31.296Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T04:19:31.296Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T04:19:31.296Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T04:19:31.297Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T04:19:31.571Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T04:19:31.571Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T04:19:31.571Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T04:19:31.571Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T04:19:31.571Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T04:19:31.571Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T04:19:31.571Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T04:19:31.571Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T04:19:31.845Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T04:19:31.845Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T04:19:31.845Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T04:19:31.845Z] Removing intermediate container e4996af4add4 [2020-10-22T04:19:31.845Z] ---> 5774909a7a74 [2020-10-22T04:19:31.845Z] [2020-10-22T04:19:31.845Z] Step 10/23 : FROM alpine [2020-10-22T04:19:31.845Z] ---> 2e77e061c27f [2020-10-22T04:19:31.845Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T04:19:31.845Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T04:19:31.845Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T04:19:31.845Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T04:19:31.845Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T04:19:31.845Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T04:19:32.130Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:19:32.130Z] OK: 71 MiB in 55 packages [2020-10-22T04:19:32.130Z] ---> Running in 95ec2b32aa77 [2020-10-22T04:19:32.736Z] Removing intermediate container 95ec2b32aa77 [2020-10-22T04:19:32.736Z] ---> a4f921fb4d06 [2020-10-22T04:19:32.736Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T04:19:32.736Z] ---> Running in 62112c458c80 [2020-10-22T04:19:33.344Z] Removing intermediate container 62112c458c80 [2020-10-22T04:19:33.345Z] ---> 25b45c33e1ed [2020-10-22T04:19:33.345Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T04:19:33.621Z] ---> Running in 7a4c6b96a8cc [2020-10-22T04:19:34.238Z] Removing intermediate container 7a4c6b96a8cc [2020-10-22T04:19:34.238Z] ---> 0b76ccbb3435 [2020-10-22T04:19:34.238Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T04:19:34.547Z] ---> Running in 390deea2d9b8 [2020-10-22T04:19:38.047Z] Removing intermediate container 390deea2d9b8 [2020-10-22T04:19:38.047Z] ---> f548a21876ba [2020-10-22T04:19:38.047Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T04:19:38.047Z] ---> Running in 0a534244f8ac [2020-10-22T04:19:38.647Z] Removing intermediate container f8331bf95d9e [2020-10-22T04:19:38.647Z] ---> 91f462d4e2ca [2020-10-22T04:19:38.647Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T04:19:38.926Z] ---> Running in 93e3ac15d292 [2020-10-22T04:19:39.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:19:40.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:19:41.108Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T04:19:41.108Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T04:19:41.108Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T04:19:41.382Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T04:19:41.382Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T04:19:41.658Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:19:41.658Z] OK: 8 MiB in 19 packages [2020-10-22T04:19:43.111Z] Removing intermediate container 0a534244f8ac [2020-10-22T04:19:43.112Z] ---> 374644283570 [2020-10-22T04:19:43.112Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T04:19:43.710Z] ---> ef7ca0169bd0 [2020-10-22T04:19:43.710Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T04:19:44.698Z] Collecting docker-compose==1.23.2 [2020-10-22T04:19:44.699Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T04:19:44.971Z] ---> eb675be1654b [2020-10-22T04:19:44.971Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T04:19:45.247Z] 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-22T04:19:45.526Z] ---> 2df7858de990 [2020-10-22T04:19:45.526Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T04:19:45.802Z] ---> Running in 4b343a1f0fba [2020-10-22T04:19:45.802Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T04:19:46.075Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T04:19:46.352Z] Removing intermediate container 4b343a1f0fba [2020-10-22T04:19:46.352Z] ---> 7a8fb594edd4 [2020-10-22T04:19:46.352Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:19:46.352Z] ---> Running in fea641b5d88e [2020-10-22T04:19:46.626Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T04:19:46.626Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T04:19:46.901Z] Removing intermediate container fea641b5d88e [2020-10-22T04:19:46.901Z] ---> e970b2d2e974 [2020-10-22T04:19:46.901Z] Step 21/23 : LABEL arch=arm64 [2020-10-22T04:19:46.901Z] ---> Running in 9d739a5d1fd7 [2020-10-22T04:19:47.504Z] Removing intermediate container 9d739a5d1fd7 [2020-10-22T04:19:47.504Z] ---> f2a291941cf0 [2020-10-22T04:19:47.504Z] Step 22/23 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:19:47.504Z] ---> Running in cbf17a0122d0 [2020-10-22T04:19:47.783Z] Removing intermediate container cbf17a0122d0 [2020-10-22T04:19:47.783Z] ---> c2afe34ab50d [2020-10-22T04:19:47.783Z] Step 23/23 : LABEL version=0.0.0 [2020-10-22T04:19:48.066Z] ---> Running in f3612acf777a [2020-10-22T04:19:48.342Z] Removing intermediate container f3612acf777a [2020-10-22T04:19:48.342Z] ---> a002b3e0a9c4 [2020-10-22T04:19:48.342Z] [2020-10-22T04:19:48.944Z] Successfully built a002b3e0a9c4 [2020-10-22T04:19:48.944Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-22T04:19:49.539Z]  Building docker-core-data-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T04:19:49.539Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T04:19:50.137Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T04:19:50.137Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T04:19:52.120Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T04:19:52.120Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T04:19:52.394Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T04:19:52.394Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T04:19:52.667Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T04:19:52.940Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T04:19:54.912Z] Collecting PyYAML<4,>=3.10 [2020-10-22T04:19:54.912Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T04:19:58.281Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T04:19:58.281Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T04:19:58.281Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T04:19:58.281Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T04:19:58.281Z] 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-22T04:19:58.871Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T04:19:58.871Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T04:19:59.143Z] Collecting idna<2.8,>=2.5 [2020-10-22T04:19:59.143Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T04:19:59.413Z] 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-22T04:19:59.413Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T04:19:59.413Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T04:19:59.413Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T04:19:59.413Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T04:20:00.005Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, docopt, dockerpty, cached-property, texttable, PyYAML, jsonschema, docker-compose [2020-10-22T04:20:00.275Z] Attempting uninstall: urllib3 [2020-10-22T04:20:00.275Z] Found existing installation: urllib3 1.25.9 [2020-10-22T04:20:00.275Z] Uninstalling urllib3-1.25.9: [2020-10-22T04:20:00.275Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T04:20:00.868Z] Attempting uninstall: idna [2020-10-22T04:20:00.868Z] Found existing installation: idna 2.9 [2020-10-22T04:20:00.868Z] Uninstalling idna-2.9: [2020-10-22T04:20:00.868Z] Successfully uninstalled idna-2.9 [2020-10-22T04:20:01.461Z] Attempting uninstall: requests [2020-10-22T04:20:01.461Z] Found existing installation: requests 2.23.0 [2020-10-22T04:20:01.461Z] Uninstalling requests-2.23.0: [2020-10-22T04:20:01.731Z] Successfully uninstalled requests-2.23.0 [2020-10-22T04:20:03.157Z] Running setup.py install for docopt: started [2020-10-22T04:20:04.585Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T04:20:04.585Z] Running setup.py install for dockerpty: started [2020-10-22T04:20:06.549Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T04:20:06.549Z] Running setup.py install for texttable: started [2020-10-22T04:20:08.514Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T04:20:08.514Z] Running setup.py install for PyYAML: started [2020-10-22T04:20:10.479Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T04:20:11.452Z] 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-22T04:20:14.831Z] Removing intermediate container 93e3ac15d292 [2020-10-22T04:20:14.831Z] ---> 6a39e44aeed2 [2020-10-22T04:20:14.831Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T04:20:15.103Z] ---> Running in 6ae1a915599a [2020-10-22T04:20:16.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T04:20:16.805Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T04:20:17.402Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T04:20:17.402Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T04:20:17.402Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T04:20:17.402Z] Executing busybox-1.31.1-r19.trigger [2020-10-22T04:20:17.402Z] OK: 71 MiB in 58 packages [2020-10-22T04:20:18.842Z] Removing intermediate container 6ae1a915599a [2020-10-22T04:20:18.842Z] ---> e4587688a4c5 [2020-10-22T04:20:18.842Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T04:20:18.842Z] ---> Running in 72dcb2fa8c48 [2020-10-22T04:20:19.115Z] Removing intermediate container 72dcb2fa8c48 [2020-10-22T04:20:19.115Z] ---> 41b6192e1dd0 [2020-10-22T04:20:19.115Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T04:20:19.392Z] ---> Running in bf2c85d419ae [2020-10-22T04:20:19.991Z] Removing intermediate container bf2c85d419ae [2020-10-22T04:20:19.991Z] ---> 8c6af37991fa [2020-10-22T04:20:19.991Z] Step 25/27 : LABEL arch=arm64 [2020-10-22T04:20:19.991Z] ---> Running in 5507a83245f7 [2020-10-22T04:20:20.590Z] Removing intermediate container 5507a83245f7 [2020-10-22T04:20:20.590Z] ---> 22c199c4196c [2020-10-22T04:20:20.590Z] Step 26/27 : LABEL git_sha=b26f68437dc89c641ae0c1f835b967d10b6adbe1 [2020-10-22T04:20:20.590Z] ---> Running in e85ff5104d74 [2020-10-22T04:20:21.182Z] Removing intermediate container e85ff5104d74 [2020-10-22T04:20:21.182Z] ---> c4710ed10ac0 [2020-10-22T04:20:21.182Z] Step 27/27 : LABEL version=0.0.0 [2020-10-22T04:20:21.182Z] ---> Running in c356988744bb [2020-10-22T04:20:21.775Z] Removing intermediate container c356988744bb [2020-10-22T04:20:21.775Z] ---> 8742df3188b1 [2020-10-22T04:20:21.775Z] [2020-10-22T04:20:22.047Z] Successfully built 8742df3188b1 [2020-10-22T04:20:22.047Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-22T04:20:22.333Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-22T04:20:22.332Z] $ docker stop --time=1 57938dd4052f11e4b24fed24de20626d6f394c4254557a3a7d5abe59a4c6af32 [2020-10-22T04:20:24.248Z] $ docker rm -f 57938dd4052f11e4b24fed24de20626d6f394c4254557a3a7d5abe59a4c6af32 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T04:20:24.935Z] + docker images [2020-10-22T04:20:24.935Z] + grep docker [2020-10-22T04:20:25.205Z] docker-sys-mgmt-agent-go-arm64 latest 8742df3188b1 4 seconds ago 270MB [2020-10-22T04:20:25.205Z] docker-core-data-go-arm64 latest a002b3e0a9c4 37 seconds ago 22.2MB [2020-10-22T04:20:25.205Z] docker-security-secrets-setup-go-arm64 latest f03e20313347 About a minute ago 22.7MB [2020-10-22T04:20:25.205Z] docker-core-metadata-go-arm64 latest 4279e610faaa About a minute ago 13.5MB [2020-10-22T04:20:25.205Z] docker-core-command-go-arm64 latest d4b5e5e792e4 2 minutes ago 11.4MB [2020-10-22T04:20:25.205Z] docker-security-secretstore-setup-go-arm64 latest 255a59fd0362 4 minutes ago 30.8MB [2020-10-22T04:20:25.205Z] docker-support-notifications-go-arm64 latest b9d2ccc2eb69 4 minutes ago 12.9MB [2020-10-22T04:20:25.205Z] docker-support-scheduler-go-arm64 latest c656ab84f83b 4 minutes ago 11.5MB [2020-10-22T04:20:25.205Z] docker-support-logging-go-arm64 latest 5814cdcfe67c 4 minutes ago 10.6MB [2020-10-22T04:20:25.205Z] docker-security-proxy-setup-go-arm64 latest 65c3b9fc2d61 4 minutes ago 15.1MB [2020-10-22T04:20:25.205Z] docker latest 5d4db4dc0692 About an hour 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-22T04:20:28.941Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T04:20:29.841Z] ---> package-listing.sh [2020-10-22T04:20:29.841Z] ++ facter osfamily [2020-10-22T04:20:29.841Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-22T04:20:29.841Z] + OS_FAMILY=redhat [2020-10-22T04:20:29.841Z] + workspace=/w/workspace/edgex-go/4 [2020-10-22T04:20:29.841Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-22T04:20:29.841Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-22T04:20:29.841Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-22T04:20:29.841Z] + PACKAGES=/tmp/packages_start.txt [2020-10-22T04:20:29.841Z] + '[' /w/workspace/edgex-go/4 ']' [2020-10-22T04:20:29.841Z] + PACKAGES=/tmp/packages_end.txt [2020-10-22T04:20:29.841Z] + case "${OS_FAMILY}" in [2020-10-22T04:20:29.841Z] + rpm -qa [2020-10-22T04:20:29.841Z] + sort [2020-10-22T04:20:34.070Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-22T04:20:34.070Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-22T04:20:34.070Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-22T04:20:34.333Z] + '[' /w/workspace/edgex-go/4 ']' [2020-10-22T04:20:34.333Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2020-10-22T04:20:34.333Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2020-10-22T04:20:34.346Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-22T04:20:34.648Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:20:34.963Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T04:20:34.963Z] [2020-10-22T04:20:34.963Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-22T04:20:35.323Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T04:20:35.323Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-22T04:20:35.323Z] df20fa9351a1: Already exists [2020-10-22T04:20:35.323Z] 36b3adc4ff6f: Pulling fs layer [2020-10-22T04:20:35.323Z] 8ad3a11d3b57: Pulling fs layer [2020-10-22T04:20:35.323Z] 46f8f816bc3b: Pulling fs layer [2020-10-22T04:20:35.323Z] 93b61091891f: Pulling fs layer [2020-10-22T04:20:35.323Z] 93b9cdb0e59b: Pulling fs layer [2020-10-22T04:20:35.323Z] 5e14af77c1be: Pulling fs layer [2020-10-22T04:20:35.323Z] 01666e4c0597: Pulling fs layer [2020-10-22T04:20:35.323Z] aa168da1d23b: Pulling fs layer [2020-10-22T04:20:35.323Z] 93b9cdb0e59b: Waiting [2020-10-22T04:20:35.323Z] 5e14af77c1be: Waiting [2020-10-22T04:20:35.323Z] 01666e4c0597: Waiting [2020-10-22T04:20:35.323Z] aa168da1d23b: Waiting [2020-10-22T04:20:35.323Z] 93b61091891f: Waiting [2020-10-22T04:20:35.323Z] 46f8f816bc3b: Verifying Checksum [2020-10-22T04:20:35.323Z] 46f8f816bc3b: Download complete [2020-10-22T04:20:35.323Z] 36b3adc4ff6f: Download complete [2020-10-22T04:20:35.323Z] 93b9cdb0e59b: Verifying Checksum [2020-10-22T04:20:35.323Z] 93b9cdb0e59b: Download complete [2020-10-22T04:20:35.323Z] 5e14af77c1be: Verifying Checksum [2020-10-22T04:20:35.323Z] 5e14af77c1be: Download complete [2020-10-22T04:20:35.590Z] 01666e4c0597: Verifying Checksum [2020-10-22T04:20:35.590Z] 01666e4c0597: Download complete [2020-10-22T04:20:35.590Z] 93b61091891f: Verifying Checksum [2020-10-22T04:20:35.590Z] 93b61091891f: Download complete [2020-10-22T04:20:35.590Z] 36b3adc4ff6f: Pull complete [2020-10-22T04:20:36.165Z] 8ad3a11d3b57: Verifying Checksum [2020-10-22T04:20:36.165Z] 8ad3a11d3b57: Download complete [2020-10-22T04:20:37.125Z] 8ad3a11d3b57: Pull complete [2020-10-22T04:20:37.125Z] 46f8f816bc3b: Pull complete [2020-10-22T04:20:38.072Z] aa168da1d23b: Verifying Checksum [2020-10-22T04:20:38.072Z] aa168da1d23b: Download complete [2020-10-22T04:20:38.334Z] 93b61091891f: Pull complete [2020-10-22T04:20:38.597Z] 93b9cdb0e59b: Pull complete [2020-10-22T04:20:38.597Z] 5e14af77c1be: Pull complete [2020-10-22T04:20:38.861Z] 01666e4c0597: Pull complete [2020-10-22T04:20:51.147Z] aa168da1d23b: Pull complete [2020-10-22T04:20:51.147Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-22T04:20:51.147Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T04:20:51.147Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-22T04:20:51.395Z] prd-centos7-docker-4c-2g-8147 does not seem to be running inside a container [2020-10-22T04:20:51.451Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-22T04:20:53.966Z] $ docker top 2be76254b550fa17b06a0dbec938bbcc8a3d8f9dff75249ff19a228a80f6c336 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T04:20:54.548Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-22T04:20:54.850Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-22T04:20:55.153Z] + ls /var/log/sa-host [2020-10-22T04:20:55.153Z] + sadf -c /var/log/sa-host/sa05 [2020-10-22T04:20:55.153Z] file_magic: OK [2020-10-22T04:20:55.153Z] HZ: Using current value: 100 [2020-10-22T04:20:55.153Z] file_header: OK [2020-10-22T04:20:55.153Z] 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-22T04:20:55.153Z] Statistics: [2020-10-22T04:20:55.153Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T04:20:55.153Z] File successfully converted to sysstat format version 12.2.1 [2020-10-22T04:20:55.153Z] + sadf -c /var/log/sa-host/sa22 [2020-10-22T04:20:55.153Z] file_magic: OK [2020-10-22T04:20:55.153Z] HZ: Using current value: 100 [2020-10-22T04:20:55.153Z] file_header: OK [2020-10-22T04:20:55.153Z] 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-22T04:20:55.153Z] Statistics: [2020-10-22T04:20:55.153Z] 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... [2020-10-22T04:20:55.153Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T04:20:55.373Z] provisioning config files... [2020-10-22T04:20:55.404Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config3649538130778231260tmp [Pipeline] { [Pipeline] echo [2020-10-22T04:20:55.557Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T04:20:55.895Z] ---> create-netrc.sh [Pipeline] } [2020-10-22T04:20:55.905Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-22T04:20:56.009Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T04:20:56.344Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-22T04:20:56.377Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T04:20:56.767Z] ---> sudo-logs.sh [2020-10-22T04:20:56.767Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-22T04:20:56.794Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T04:20:57.140Z] ---> job-cost.sh [2020-10-22T04:20:57.140Z] lf-activate-venv: SKIPPING [2020-10-22T04:20:57.140Z] INFO: No Stack... [2020-10-22T04:20:58.535Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-22T04:20:58.797Z] INFO: Archiving Costs [Pipeline] echo [2020-10-22T04:20:58.812Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T04:20:59.136Z] ---> logs-deploy.sh [2020-10-22T04:20:59.137Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2836/4 [2020-10-22T04:20:59.137Z] INFO: archiving workspace using pattern(s): [2020-10-22T04:21:00.527Z] Archives upload complete. [2020-10-22T04:21:00.527Z] INFO: archiving logs to Nexus