Pull request #2807 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 hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 12565dec60f03e6cbc896b7e2b47784094aed3ee rather than d002a233c572f40e04c5d08bee752ff45cb604e5 Obtained Jenkinsfile from 12565dec60f03e6cbc896b7e2b47784094aed3ee 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-6965 in /w/workspace/edgexfoundry_edgex-go_PR-2807 [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 12565dec60f03e6cbc896b7e2b47784094aed3ee into PR head commit d002a233c572f40e04c5d08bee752ff45cb604e5 Merge succeeded, producing d002a233c572f40e04c5d08bee752ff45cb604e5 Checking out Revision d002a233c572f40e04c5d08bee752ff45cb604e5 (PR-2807) > 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/2807/head:refs/remotes/origin/PR-2807 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d002a233c572f40e04c5d08bee752ff45cb604e5 # 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 12565dec60f03e6cbc896b7e2b47784094aed3ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d002a233c572f40e04c5d08bee752ff45cb604e5 # timeout=10 Commit message: "fix(snap): update redis to 6.0.8" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T14:07:54.585Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T14:07:54.945Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T14:07:55.064Z] ========================================================= [2020-10-20T14:07:55.064Z] EdgeX Global Pipelines Version Info [2020-10-20T14:07:55.064Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 068c89e0d0fe78514abc95488ceff88fb9f68669 # timeout=10 [2020-10-20T14:07:56.557Z] ------------------- [2020-10-20T14:07:56.557Z] stable info: [2020-10-20T14:07:56.557Z] ------------------- [2020-10-20T14:07:56.557Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T14:07:56.557Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T14:07:56.557Z] Message: update stable to v1.0.144 [2020-10-20T14:07:57.539Z] ------------------- [2020-10-20T14:07:57.539Z] experimental info: [2020-10-20T14:07:57.539Z] ------------------- [2020-10-20T14:07:57.539Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T14:07:57.539Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T14:07:57.539Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-20T14:07:57.941Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-20T14:07:58.047Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-20T14:07:58.151Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T14:07:58.265Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T14:07:58.371Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T14:07:58.478Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T14:07:58.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T14:07:58.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-20T14:07:58.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-20T14:07:58.921Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-20T14:07:59.026Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T14:07:59.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T14:07:59.260Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T14:07:59.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T14:07:59.510Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T14:07:59.623Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T14:07:59.722Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-20T14:07:59.825Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T14:07:59.936Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-20T14:08:00.052Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-20T14:08:00.174Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-20T14:08:00.280Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2807 [Pipeline] echo [2020-10-20T14:08:00.405Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2807 [Pipeline] echo [2020-10-20T14:08:00.507Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2807 [Pipeline] echo [2020-10-20T14:08:00.607Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d002a233c572f40e04c5d08bee752ff45cb604e5 [Pipeline] echo [2020-10-20T14:08:00.707Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d002a23 [Pipeline] echo [2020-10-20T14:08:00.812Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-20T14:08:01.228Z] ++ 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-20T14:08:01.228Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T14:08:01.228Z] ++ dirname cmd/core-command/Dockerfile [2020-10-20T14:08:01.228Z] ++ cut -d/ -f2 [2020-10-20T14:08:01.228Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-20T14:08:01.228Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T14:08:01.228Z] ++ dirname cmd/core-data/Dockerfile [2020-10-20T14:08:01.228Z] ++ cut -d/ -f2 [2020-10-20T14:08:01.228Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-20T14:08:01.228Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T14:08:01.228Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-20T14:08:01.228Z] ++ cut -d/ -f2 [2020-10-20T14:08:01.228Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-20T14:08:01.228Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T14:08:01.228Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-20T14:08:01.228Z] ++ cut -d/ -f2 [2020-10-20T14:08:01.228Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-20T14:08:01.228Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T14:08:01.228Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-20T14:08:01.228Z] ++ cut -d/ -f2 [2020-10-20T14:08:01.228Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-20T14:08:01.228Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T14:08:01.228Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-20T14:08:01.228Z] ++ cut -d/ -f2 [2020-10-20T14:08:01.228Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-20T14:08:01.228Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T14:08:01.228Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-20T14:08:01.228Z] ++ cut -d/ -f2 [2020-10-20T14:08:01.228Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-20T14:08:01.228Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T14:08:01.228Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-20T14:08:01.228Z] ++ cut -d/ -f2 [2020-10-20T14:08:01.228Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-20T14:08:01.228Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T14:08:01.228Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-20T14:08:01.228Z] ++ cut -d/ -f2 [2020-10-20T14:08:01.228Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-20T14:08:01.228Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T14:08:01.228Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-20T14:08:01.228Z] ++ cut -d/ -f2 [2020-10-20T14:08:01.228Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-20T14:08:01.310Z] 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-20T14:08:03.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T14:08:03.459Z] [2020-10-20T14:08:03.459Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:08:03.827Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T14:08:03.827Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T14:08:03.827Z] 31603596830f: Pulling fs layer [2020-10-20T14:08:03.827Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T14:08:03.828Z] 6ca5941a6612: Pulling fs layer [2020-10-20T14:08:03.828Z] ecc8261a40a4: Pulling fs layer [2020-10-20T14:08:03.828Z] ecc8261a40a4: Waiting [2020-10-20T14:08:03.828Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T14:08:03.828Z] 2a8b12db71e7: Download complete [2020-10-20T14:08:04.091Z] 31603596830f: Verifying Checksum [2020-10-20T14:08:04.091Z] 31603596830f: Download complete [2020-10-20T14:08:04.091Z] ecc8261a40a4: Verifying Checksum [2020-10-20T14:08:04.091Z] ecc8261a40a4: Download complete [2020-10-20T14:08:04.355Z] 6ca5941a6612: Verifying Checksum [2020-10-20T14:08:04.355Z] 6ca5941a6612: Download complete [2020-10-20T14:08:04.355Z] 31603596830f: Pull complete [2020-10-20T14:08:04.629Z] 2a8b12db71e7: Pull complete [2020-10-20T14:08:05.208Z] 6ca5941a6612: Pull complete [2020-10-20T14:08:05.473Z] ecc8261a40a4: Pull complete [2020-10-20T14:08:05.473Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T14:08:05.473Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T14:08:05.474Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T14:08:05.580Z] prd-centos7-docker-4c-2g-6965 does not seem to be running inside a container [2020-10-20T14:08:05.638Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T14:08:08.180Z] $ docker top 7bbd59ec2c48e93babf5ddfabc6c96d11f153fb1796d37d9b7d4c367a8f1b1b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T14:08:08.482Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T14:08:08.483Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T14:08:08.689Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T14:08:08.695Z] $ docker exec 7bbd59ec2c48e93babf5ddfabc6c96d11f153fb1796d37d9b7d4c367a8f1b1b7 ssh-agent [2020-10-20T14:08:08.857Z] SSH_AUTH_SOCK=/tmp/ssh-LH29fpeCMmjG/agent.11 [2020-10-20T14:08:08.857Z] SSH_AGENT_PID=16 [2020-10-20T14:08:08.869Z] Running ssh-add (command line suppressed) [2020-10-20T14:08:08.997Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8626229695126686419.key (/w/workspace/edgex-go/4@tmp/private_key_8626229695126686419.key) [2020-10-20T14:08:09.045Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T14:08:09.389Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T14:08:09.415Z] $ docker exec --env ******** --env ******** 7bbd59ec2c48e93babf5ddfabc6c96d11f153fb1796d37d9b7d4c367a8f1b1b7 ssh-agent -k [2020-10-20T14:08:09.533Z] unset SSH_AUTH_SOCK; [2020-10-20T14:08:09.533Z] unset SSH_AGENT_PID; [2020-10-20T14:08:09.533Z] echo Agent pid 16 killed; [2020-10-20T14:08:09.577Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T14:08:09.737Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T14:08:09.737Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T14:08:09.895Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T14:08:09.902Z] $ docker exec 7bbd59ec2c48e93babf5ddfabc6c96d11f153fb1796d37d9b7d4c367a8f1b1b7 ssh-agent [2020-10-20T14:08:10.058Z] SSH_AUTH_SOCK=/tmp/ssh-HGt2v3ewEzAy/agent.46 [2020-10-20T14:08:10.058Z] SSH_AGENT_PID=52 [2020-10-20T14:08:10.066Z] Running ssh-add (command line suppressed) [2020-10-20T14:08:10.184Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_9003352208901753726.key (/w/workspace/edgex-go/4@tmp/private_key_9003352208901753726.key) [2020-10-20T14:08:10.229Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T14:08:10.581Z] + git semver init [2020-10-20T14:08:10.581Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T14:08:10.581Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2020-10-20T14:08:10.581Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2020-10-20T14:08:10.581Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T14:08:10.581Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T14:08:10.581Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T14:08:10.581Z] # $SEMVER_BRANCH = PR-2807 [2020-10-20T14:08:10.581Z] # $SEMVER_TEMP = /tmp/semver-971733624 [2020-10-20T14:08:10.581Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-20T14:08:29.017Z] # '/tmp/semver-971733624' -> '/w/workspace/edgex-go/4/.semver' [2020-10-20T14:08:29.017Z] # -> Force: false [2020-10-20T14:08:29.017Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2020-10-20T14:08:29.072Z] $ docker exec --env ******** --env ******** 7bbd59ec2c48e93babf5ddfabc6c96d11f153fb1796d37d9b7d4c367a8f1b1b7 ssh-agent -k [2020-10-20T14:08:29.283Z] unset SSH_AUTH_SOCK; [2020-10-20T14:08:29.284Z] unset SSH_AGENT_PID; [2020-10-20T14:08:29.284Z] echo Agent pid 52 killed; [2020-10-20T14:08:29.413Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T14:08:29.951Z] + git semver [Pipeline] } [2020-10-20T14:08:29.979Z] $ docker stop --time=1 7bbd59ec2c48e93babf5ddfabc6c96d11f153fb1796d37d9b7d4c367a8f1b1b7 [2020-10-20T14:08:31.635Z] $ docker rm -f 7bbd59ec2c48e93babf5ddfabc6c96d11f153fb1796d37d9b7d4c367a8f1b1b7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T14:08:32.176Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T14:08:33.097Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T14:08:33.100Z] [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-20T14:08:34.009Z] ========================================================= [2020-10-20T14:08:34.009Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T14:08:34.009Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:08:34.411Z] + 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-20T14:08:37.795Z] Sending build context to Docker daemon 325.4MB [2020-10-20T14:08:37.795Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T14:08:37.795Z] Step 2/7 : FROM ${BASE} [2020-10-20T14:08:37.795Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T14:08:37.795Z] df20fa9351a1: Pulling fs layer [2020-10-20T14:08:37.795Z] ed8968b2872e: Pulling fs layer [2020-10-20T14:08:37.795Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T14:08:37.795Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T14:08:37.795Z] e73272ec9a57: Pulling fs layer [2020-10-20T14:08:37.795Z] 1e910a182e73: Pulling fs layer [2020-10-20T14:08:37.795Z] 4e634b169226: Pulling fs layer [2020-10-20T14:08:37.795Z] e871e8e8d7a9: Waiting [2020-10-20T14:08:37.795Z] e73272ec9a57: Waiting [2020-10-20T14:08:37.795Z] 1e910a182e73: Waiting [2020-10-20T14:08:37.795Z] a92cc7c5fd73: Verifying Checksum [2020-10-20T14:08:37.795Z] a92cc7c5fd73: Download complete [2020-10-20T14:08:37.795Z] ed8968b2872e: Download complete [2020-10-20T14:08:37.795Z] e73272ec9a57: Verifying Checksum [2020-10-20T14:08:37.795Z] e73272ec9a57: Download complete [2020-10-20T14:08:37.795Z] 1e910a182e73: Verifying Checksum [2020-10-20T14:08:37.795Z] 1e910a182e73: Download complete [2020-10-20T14:08:37.795Z] df20fa9351a1: Verifying Checksum [2020-10-20T14:08:37.795Z] df20fa9351a1: Download complete [2020-10-20T14:08:38.371Z] df20fa9351a1: Pull complete [2020-10-20T14:08:38.371Z] ed8968b2872e: Pull complete [2020-10-20T14:08:38.633Z] a92cc7c5fd73: Pull complete [2020-10-20T14:08:39.583Z] 4e634b169226: Verifying Checksum [2020-10-20T14:08:39.583Z] 4e634b169226: Download complete [2020-10-20T14:08:40.161Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T14:08:40.161Z] e871e8e8d7a9: Download complete [2020-10-20T14:08:45.548Z] e871e8e8d7a9: Pull complete [2020-10-20T14:08:45.548Z] e73272ec9a57: Pull complete [2020-10-20T14:08:45.548Z] 1e910a182e73: Pull complete [2020-10-20T14:08:48.692Z] Still waiting to schedule task [2020-10-20T14:08:48.692Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-20T14:08:49.900Z] 4e634b169226: Pull complete [2020-10-20T14:08:49.900Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T14:08:49.900Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T14:08:49.900Z] ---> f7629b54cfaa [2020-10-20T14:08:49.900Z] 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-20T14:08:50.184Z] ---> Running in 17f5f28cb544 [2020-10-20T14:08:50.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:08:51.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:08:52.387Z] (1/12) Installing libmagic (5.38-r0) [2020-10-20T14:08:52.387Z] (2/12) Installing file (5.38-r0) [2020-10-20T14:08:52.667Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-20T14:08:52.667Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-20T14:09:02.806Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-20T14:09:02.806Z] (6/12) Installing patch (2.7.6-r6) [2020-10-20T14:09:02.806Z] (7/12) Installing build-base (0.5-r2) [2020-10-20T14:09:02.806Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-20T14:09:02.806Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-20T14:09:02.806Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-20T14:09:02.806Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-20T14:09:02.806Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-20T14:09:02.806Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T14:09:02.806Z] OK: 233 MiB in 51 packages [2020-10-20T14:09:05.360Z] Removing intermediate container 17f5f28cb544 [2020-10-20T14:09:05.360Z] ---> d1f6eaca32aa [2020-10-20T14:09:05.360Z] Step 4/7 : WORKDIR /edgex-go [2020-10-20T14:09:05.360Z] ---> Running in 6639c5c53134 [2020-10-20T14:09:05.360Z] Removing intermediate container 6639c5c53134 [2020-10-20T14:09:05.360Z] ---> 86c6b7fcc269 [2020-10-20T14:09:05.360Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-20T14:09:05.622Z] latest: Pulling from library/docker [2020-10-20T14:09:05.887Z] df20fa9351a1: Already exists [2020-10-20T14:09:05.887Z] 25ad7478873d: Pulling fs layer [2020-10-20T14:09:05.887Z] 4684f6177b5d: Pulling fs layer [2020-10-20T14:09:05.887Z] 8ba584e970af: Pulling fs layer [2020-10-20T14:09:05.887Z] 3cdc74d2b06d: Pulling fs layer [2020-10-20T14:09:05.887Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-20T14:09:05.887Z] fca0ccc462d5: Pulling fs layer [2020-10-20T14:09:05.887Z] 3cdc74d2b06d: Waiting [2020-10-20T14:09:05.887Z] 4cf5a0d07c1f: Waiting [2020-10-20T14:09:05.887Z] fca0ccc462d5: Waiting [2020-10-20T14:09:05.887Z] 4684f6177b5d: Verifying Checksum [2020-10-20T14:09:05.887Z] 4684f6177b5d: Download complete [2020-10-20T14:09:05.887Z] 25ad7478873d: Verifying Checksum [2020-10-20T14:09:05.887Z] 25ad7478873d: Download complete [2020-10-20T14:09:06.150Z] 4cf5a0d07c1f: Download complete [2020-10-20T14:09:06.150Z] 25ad7478873d: Pull complete [2020-10-20T14:09:06.415Z] 3cdc74d2b06d: Verifying Checksum [2020-10-20T14:09:06.415Z] 3cdc74d2b06d: Download complete [2020-10-20T14:09:06.415Z] 4684f6177b5d: Pull complete [2020-10-20T14:09:06.415Z] fca0ccc462d5: Download complete [2020-10-20T14:09:06.676Z] 8ba584e970af: Verifying Checksum [2020-10-20T14:09:06.676Z] 8ba584e970af: Download complete [2020-10-20T14:09:09.235Z] 8ba584e970af: Pull complete [2020-10-20T14:09:09.235Z] 3cdc74d2b06d: Pull complete [2020-10-20T14:09:09.235Z] 4cf5a0d07c1f: Pull complete [2020-10-20T14:09:09.235Z] fca0ccc462d5: Pull complete [2020-10-20T14:09:09.235Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-20T14:09:09.235Z] Status: Downloaded newer image for docker:latest [2020-10-20T14:09:10.640Z] ---> a3b00196ecc1 [2020-10-20T14:09:10.640Z] Step 6/7 : COPY go.mod . [2020-10-20T14:09:10.905Z] ---> 0c7292cbf836 [2020-10-20T14:09:10.905Z] Step 7/7 : RUN go mod download [2020-10-20T14:09:10.905Z] ---> Running in 07659e0453d9 [2020-10-20T14:09:32.918Z] Removing intermediate container 07659e0453d9 [2020-10-20T14:09:32.918Z] ---> 63ebe3d16a7a [2020-10-20T14:09:32.918Z] Successfully built 63ebe3d16a7a [2020-10-20T14:09:32.918Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:09:33.241Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T14:09:33.241Z] . [Pipeline] withDockerContainer [2020-10-20T14:09:33.348Z] prd-centos7-docker-4c-2g-6965 does not seem to be running inside a container [2020-10-20T14:09:33.397Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2020-10-20T14:09:34.127Z] $ docker top 016f6c334d06f44352bd0c9323a581241a0ab4b407eaa7a57cd75e257e77ee15 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T14:09:34.632Z] + go version [2020-10-20T14:09:34.632Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T14:09:34.646Z] $ docker stop --time=1 016f6c334d06f44352bd0c9323a581241a0ab4b407eaa7a57cd75e257e77ee15 [2020-10-20T14:09:36.028Z] $ docker rm -f 016f6c334d06f44352bd0c9323a581241a0ab4b407eaa7a57cd75e257e77ee15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:09:36.891Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T14:09:36.892Z] . [Pipeline] withDockerContainer [2020-10-20T14:09:36.988Z] prd-centos7-docker-4c-2g-6965 does not seem to be running inside a container [2020-10-20T14:09:37.037Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2020-10-20T14:09:37.701Z] $ docker top 43e540f29079a4e9f17363215dd118d5545593c872788d544eec3e28018ab52e -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-20T14:09:37.908Z] ========================================================= [2020-10-20T14:09:37.908Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-20T14:09:37.908Z] ========================================================= [Pipeline] sh [2020-10-20T14:09:38.202Z] + make test [2020-10-20T14:09:38.202Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-20T14:09:40.778Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-20T14:09:50.923Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-20T14:09:54.304Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-20T14:09:55.723Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-20T14:09:55.723Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-20T14:09:55.993Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-20T14:09:57.430Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.008s [2020-10-20T14:09:57.430Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-20T14:09:57.430Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-20T14:09:57.430Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-20T14:09:57.695Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-20T14:09:58.288Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-20T14:09:58.288Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-20T14:09:58.288Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-20T14:09:58.288Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-20T14:10:00.881Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.038s coverage: 46.6% of statements [2020-10-20T14:10:00.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-20T14:10:00.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-20T14:10:00.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-20T14:10:00.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-20T14:10:00.881Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-20T14:10:05.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.060s coverage: 27.1% of statements [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-20T14:10:05.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-20T14:10:05.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.017s coverage: 100.0% of statements [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-20T14:10:05.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.016s coverage: 83.3% of statements [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-20T14:10:05.161Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.340s coverage: 86.2% of statements [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-20T14:10:05.161Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-20T14:10:06.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.065s coverage: 28.6% of statements [2020-10-20T14:10:06.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-20T14:10:06.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-20T14:10:06.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-20T14:10:06.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-20T14:10:06.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-20T14:10:06.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.104s coverage: 100.0% of statements [2020-10-20T14:10:06.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-20T14:10:06.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2020-10-20T14:10:06.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-20T14:10:06.423Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.027s coverage: 86.7% of statements [2020-10-20T14:10:06.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-20T14:10:06.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.036s coverage: 97.5% of statements [2020-10-20T14:10:06.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-20T14:10:06.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.019s coverage: 100.0% of statements [2020-10-20T14:10:06.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-20T14:10:06.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-20T14:10:06.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-20T14:10:06.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-20T14:10:07.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.099s coverage: 96.3% of statements [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-20T14:10:07.951Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.005s coverage: 58.8% of statements [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-20T14:10:07.951Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.012s coverage: 0.0% of statements [no tests to run] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-20T14:10:07.951Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-20T14:10:08.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.035s coverage: 63.5% of statements [2020-10-20T14:10:08.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-20T14:10:08.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-20T14:10:08.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements [2020-10-20T14:10:08.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.018s coverage: 91.3% of statements [2020-10-20T14:10:08.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.010s coverage: 100.0% of statements [2020-10-20T14:10:08.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.013s coverage: 73.7% of statements [2020-10-20T14:10:08.757Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.009s coverage: 100.0% of statements [2020-10-20T14:10:09.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.085s coverage: 55.9% of statements [2020-10-20T14:10:09.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-20T14:10:09.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-20T14:10:09.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-20T14:10:09.727Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-20T14:10:13.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.116s coverage: 86.3% of statements [2020-10-20T14:10:13.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-20T14:10:13.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.325s coverage: 72.2% of statements [2020-10-20T14:10:13.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.103s coverage: 72.1% of statements [2020-10-20T14:10:13.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.025s coverage: 82.4% of statements [2020-10-20T14:10:13.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.043s coverage: 48.4% of statements [2020-10-20T14:10:13.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-20T14:10:13.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-20T14:10:13.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-20T14:10:13.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.016s coverage: 28.8% of statements [2020-10-20T14:10:13.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-20T14:10:13.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.052s coverage: 96.8% of statements [2020-10-20T14:10:13.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-20T14:10:13.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.037s coverage: 36.5% of statements [2020-10-20T14:10:13.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-20T14:10:13.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-20T14:10:13.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.112s coverage: 84.1% of statements [2020-10-20T14:10:13.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2020-10-20T14:10:13.112Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.010s coverage: 42.9% of statements [2020-10-20T14:10:13.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-20T14:10:13.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-20T14:10:13.112Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.011s coverage: 100.0% of statements [2020-10-20T14:10:13.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-20T14:10:13.112Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.009s coverage: 83.8% of statements [2020-10-20T14:10:13.112Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-20T14:10:14.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.074s coverage: 47.1% of statements [2020-10-20T14:10:14.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-20T14:10:14.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-20T14:10:14.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.007s coverage: 100.0% of statements [2020-10-20T14:10:14.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-20T14:10:14.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-20T14:10:14.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-20T14:10:14.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.014s coverage: 100.0% of statements [2020-10-20T14:10:14.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-20T14:10:14.531Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements [2020-10-20T14:10:14.531Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-20T14:10:15.519Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.079s coverage: 29.1% of statements [2020-10-20T14:10:15.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-20T14:10:15.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-20T14:10:15.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-20T14:10:15.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-20T14:10:15.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-20T14:10:15.519Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.022s coverage: 99.0% of statements [2020-10-20T14:10:15.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-20T14:10:15.519Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.021s coverage: 100.0% of statements [2020-10-20T14:10:15.519Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-20T14:10:15.519Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-10-20T14:10:15.519Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-20T14:10:15.782Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.005s coverage: 100.0% of statements [2020-10-20T14:10:15.782Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-20T14:10:15.782Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-20T14:10:15.782Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-20T14:10:15.782Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-20T14:10:16.051Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.011s coverage: 87.9% of statements [2020-10-20T14:10:16.051Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-20T14:10:16.051Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-20T14:10:16.051Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.015s coverage: 100.0% of statements [2020-10-20T14:10:16.313Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-10-20T14:10:16.577Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements [2020-10-20T14:10:16.841Z] GO111MODULE=on go vet ./... [2020-10-20T14:10:23.469Z] gofmt -l . [2020-10-20T14:10:23.731Z] [ "`gofmt -l .`" = "" ] [2020-10-20T14:10:24.308Z] ./bin/test-go-mod-tidy.sh [2020-10-20T14:10:24.887Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-20T14:10:26.574Z] + ls -al . [2020-10-20T14:10:26.574Z] total 612 [2020-10-20T14:10:26.574Z] drwxrwxr-x 10 1001 1001 4096 Oct 20 14:10 . [2020-10-20T14:10:26.574Z] drwxr-xr-x 4 root root 28 Oct 20 14:09 .. [2020-10-20T14:10:26.574Z] -rw-rw-r-- 1 1001 1001 11 Oct 20 14:07 .dockerignore [2020-10-20T14:10:26.574Z] drwxrwxr-x 8 1001 1001 179 Oct 20 14:07 .git [2020-10-20T14:10:26.574Z] drwxrwxr-x 3 1001 1001 125 Oct 20 14:07 .github [2020-10-20T14:10:26.574Z] -rw-rw-r-- 1 1001 1001 932 Oct 20 14:07 .gitignore [2020-10-20T14:10:26.574Z] drwx------ 3 1001 1001 47 Oct 20 14:08 .semver [2020-10-20T14:10:26.574Z] -rw-rw-r-- 1 1001 1001 166 Oct 20 14:07 .sonarcloud.properties [2020-10-20T14:10:26.574Z] -rw-rw-r-- 1 1001 1001 3804 Oct 20 14:07 CONTRIBUTING.md [2020-10-20T14:10:26.574Z] -rw-rw-r-- 1 1001 1001 1035 Oct 20 14:07 Dockerfile.build [2020-10-20T14:10:26.574Z] -rw-rw-r-- 1 1001 1001 863 Oct 20 14:07 Jenkinsfile [2020-10-20T14:10:26.574Z] -rw-rw-r-- 1 1001 1001 10775 Oct 20 14:07 LICENSE [2020-10-20T14:10:26.574Z] -rw-rw-r-- 1 1001 1001 6237 Oct 20 14:07 Makefile [2020-10-20T14:10:26.574Z] -rw-rw-r-- 1 1001 1001 6447 Oct 20 14:07 README.md [2020-10-20T14:10:26.574Z] -rw-rw-r-- 1 1001 1001 259 Oct 20 14:07 SECURITY.md [2020-10-20T14:10:26.574Z] -rw-rw-r-- 1 1001 1001 5 Oct 20 14:08 VERSION [2020-10-20T14:10:26.574Z] -rw-rw-r-- 1 1001 1001 4131 Oct 20 14:07 ZMQWindows.md [2020-10-20T14:10:26.574Z] drwxrwxr-x 2 1001 1001 117 Oct 20 14:07 bin [2020-10-20T14:10:26.574Z] drwxrwxr-x 15 1001 1001 4096 Oct 20 14:07 cmd [2020-10-20T14:10:26.574Z] -rw-r--r-- 1 root root 518264 Oct 20 14:10 coverage.out [2020-10-20T14:10:26.574Z] -rw-r--r-- 1 root root 1041 Oct 20 14:10 go.mod [2020-10-20T14:10:26.574Z] -rw-r--r-- 1 root root 18775 Oct 20 14:10 go.sum [2020-10-20T14:10:26.574Z] drwxrwxr-x 8 1001 1001 127 Oct 20 14:07 internal [2020-10-20T14:10:26.574Z] drwxrwxr-x 4 1001 1001 26 Oct 20 14:07 openapi [2020-10-20T14:10:26.574Z] drwxrwxr-x 4 1001 1001 71 Oct 20 14:07 snap [2020-10-20T14:10:26.574Z] -rw-rw-r-- 1 1001 1001 168 Oct 20 14:07 version.go [Pipeline] sh [2020-10-20T14:10:26.871Z] + '[' -e coverage.out ] [2020-10-20T14:10:26.871Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-20T14:10:27.091Z] Stashed 1 file(s) [Pipeline] sh [2020-10-20T14:10:27.481Z] + make build [2020-10-20T14:10:27.481Z] 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-20T14:10:37.987Z] 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-20T14:10:39.377Z] 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-20T14:10:40.788Z] 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-20T14:10:42.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-20T14:10:43.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-20T14:10:43.586Z] 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-20T14:10:44.985Z] 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-20T14:10:46.389Z] 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-20T14:10:47.337Z] 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-20T14:10:48.728Z] 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-20T14:10:49.678Z] 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-20T14:10:50.638Z] 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-20T14:10:51.601Z] $ docker stop --time=1 43e540f29079a4e9f17363215dd118d5545593c872788d544eec3e28018ab52e [2020-10-20T14:10:53.175Z] $ docker rm -f 43e540f29079a4e9f17363215dd118d5545593c872788d544eec3e28018ab52e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:10:58.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T14:10:58.400Z] [2020-10-20T14:10:58.400Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:10:58.751Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T14:10:58.751Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-20T14:10:58.751Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T14:10:58.751Z] ca9280d653b3: Pulling fs layer [2020-10-20T14:10:58.751Z] 7e9c9ca2126c: Pulling fs layer [2020-10-20T14:10:59.017Z] cbdbe7a5bc2a: Download complete [2020-10-20T14:10:59.281Z] cbdbe7a5bc2a: Pull complete [2020-10-20T14:10:59.544Z] ca9280d653b3: Verifying Checksum [2020-10-20T14:10:59.544Z] ca9280d653b3: Download complete [2020-10-20T14:11:00.501Z] ca9280d653b3: Pull complete [2020-10-20T14:11:01.072Z] 7e9c9ca2126c: Download complete [2020-10-20T14:11:07.691Z] 7e9c9ca2126c: Pull complete [2020-10-20T14:11:07.691Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-20T14:11:07.691Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T14:11:07.691Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-20T14:11:07.857Z] prd-centos7-docker-4c-2g-6965 does not seem to be running inside a container [2020-10-20T14:11:07.917Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-20T14:11:10.380Z] $ docker top 19976a5bc21c3792aa0813d5cc20f4ff6327217b4cf8687f68c1c2401e9b083f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T14:11:10.907Z] + docker-compose build --help [2020-10-20T14:11:10.907Z] + grep parallel [2020-10-20T14:11:11.854Z] --parallel Build images in parallel. [Pipeline] } [2020-10-20T14:11:11.872Z] $ docker stop --time=1 19976a5bc21c3792aa0813d5cc20f4ff6327217b4cf8687f68c1c2401e9b083f [2020-10-20T14:11:13.228Z] $ docker rm -f 19976a5bc21c3792aa0813d5cc20f4ff6327217b4cf8687f68c1c2401e9b083f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:11:13.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T14:11:13.851Z] . [Pipeline] withDockerContainer [2020-10-20T14:11:13.953Z] prd-centos7-docker-4c-2g-6965 does not seem to be running inside a container [2020-10-20T14:11:14.012Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-20T14:11:14.580Z] $ docker top a60492af9250d3388d35cace0cccd8f2bb3921774fb84c9d60974439b186ad45 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T14:11:15.133Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-20T14:11:16.079Z] Building docker-core-command-go ... [2020-10-20T14:11:16.079Z] Building docker-core-data-go ... [2020-10-20T14:11:16.079Z] Building docker-core-metadata-go ... [2020-10-20T14:11:16.079Z] Building docker-security-proxy-setup-go ... [2020-10-20T14:11:16.079Z] Building docker-security-secrets-setup-go ... [2020-10-20T14:11:16.079Z] Building docker-security-secretstore-setup-go ... [2020-10-20T14:11:16.079Z] Building docker-support-logging-go ... [2020-10-20T14:11:16.079Z] Building docker-support-notifications-go ... [2020-10-20T14:11:16.079Z] Building docker-support-scheduler-go ... [2020-10-20T14:11:16.079Z] Building docker-sys-mgmt-agent-go ... [2020-10-20T14:11:16.079Z] Building docker-core-metadata-go [2020-10-20T14:11:16.079Z] Building docker-support-scheduler-go [2020-10-20T14:11:16.079Z] Building docker-sys-mgmt-agent-go [2020-10-20T14:11:16.079Z] Building docker-core-data-go [2020-10-20T14:11:16.079Z] Building docker-support-notifications-go [2020-10-20T14:11:48.791Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:11:48.791Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:11:48.791Z] ---> 63ebe3d16a7a [2020-10-20T14:11:48.791Z] Step 3/27 : WORKDIR /edgex-go [2020-10-20T14:11:48.791Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:11:48.791Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:11:48.791Z] ---> 63ebe3d16a7a [2020-10-20T14:11:48.791Z] Step 3/23 : WORKDIR /edgex-go [2020-10-20T14:11:48.791Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:11:48.791Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:11:48.791Z] ---> 63ebe3d16a7a [2020-10-20T14:11:48.791Z] Step 3/21 : WORKDIR /edgex-go [2020-10-20T14:11:48.791Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:11:48.791Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:11:48.791Z] ---> 63ebe3d16a7a [2020-10-20T14:11:48.791Z] Step 3/24 : WORKDIR /edgex-go [2020-10-20T14:11:48.791Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:11:48.791Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:11:48.791Z] ---> 63ebe3d16a7a [2020-10-20T14:11:48.791Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T14:11:48.791Z] ---> Running in e4b4bc7dffd1 [2020-10-20T14:11:48.791Z] ---> Running in 06e846277a6d [2020-10-20T14:11:48.791Z] ---> Running in 57b7e2b69239 [2020-10-20T14:11:48.791Z] ---> Running in b056d86ba7f0 [2020-10-20T14:11:48.791Z] ---> Running in 765728f4f141 [2020-10-20T14:11:48.791Z] Removing intermediate container e4b4bc7dffd1 [2020-10-20T14:11:48.791Z] ---> 7a331459db77 [2020-10-20T14:11:48.791Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:11:48.791Z] Removing intermediate container b056d86ba7f0 [2020-10-20T14:11:48.791Z] ---> adf1409b7ff0 [2020-10-20T14:11:48.791Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:11:48.791Z] Removing intermediate container 57b7e2b69239 [2020-10-20T14:11:48.791Z] ---> 10f146cdeadc [2020-10-20T14:11:48.791Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:11:48.791Z] Removing intermediate container 765728f4f141 [2020-10-20T14:11:48.791Z] ---> 754857359379 [2020-10-20T14:11:48.791Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:11:48.791Z] Removing intermediate container 06e846277a6d [2020-10-20T14:11:48.791Z] ---> e979e0a7f586 [2020-10-20T14:11:48.791Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:11:48.791Z] ---> Running in e94c542ef6a0 [2020-10-20T14:11:48.791Z] ---> Running in ec0ee7c4000e [2020-10-20T14:11:48.791Z] ---> Running in f193ceb17c2d [2020-10-20T14:11:48.791Z] ---> Running in 2d7991e2c94e [2020-10-20T14:11:48.791Z] ---> Running in a2985f7c205e [2020-10-20T14:11:48.791Z] Removing intermediate container f193ceb17c2d [2020-10-20T14:11:48.791Z] ---> 746f195f036a [2020-10-20T14:11:48.791Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-20T14:11:48.791Z] Removing intermediate container 2d7991e2c94e [2020-10-20T14:11:48.791Z] ---> 9d8c0ec9ba5e [2020-10-20T14:11:48.791Z] Step 5/21 : RUN apk update && apk add make git [2020-10-20T14:11:48.791Z] ---> Running in 710f537454f0 [2020-10-20T14:11:48.791Z] ---> Running in 0f876c1f6de6 [2020-10-20T14:11:48.791Z] Removing intermediate container ec0ee7c4000e [2020-10-20T14:11:48.791Z] ---> 80c3955dc22f [2020-10-20T14:11:48.791Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-20T14:11:48.791Z] Removing intermediate container e94c542ef6a0 [2020-10-20T14:11:48.791Z] ---> e84c37ec025d [2020-10-20T14:11:48.791Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T14:11:48.791Z] Removing intermediate container a2985f7c205e [2020-10-20T14:11:48.791Z] ---> 4cf744ce71f7 [2020-10-20T14:11:48.791Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-20T14:11:48.791Z] ---> Running in cc3f2cbf76fc [2020-10-20T14:11:49.059Z] ---> Running in 9c42149f2619 [2020-10-20T14:11:49.059Z] ---> Running in f923f957f23a [2020-10-20T14:11:49.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:11:49.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:11:49.638Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:11:49.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:11:49.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:11:50.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:11:50.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:11:50.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:11:50.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:11:50.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:11:51.315Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:11:51.315Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:11:51.315Z] OK: 12752 distinct packages available [2020-10-20T14:11:51.594Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:11:51.594Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:11:51.594Z] OK: 12752 distinct packages available [2020-10-20T14:11:51.594Z] OK: 233 MiB in 51 packages [2020-10-20T14:11:51.594Z] OK: 233 MiB in 51 packages [2020-10-20T14:11:51.594Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:11:51.594Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:11:51.594Z] OK: 12752 distinct packages available [2020-10-20T14:11:51.858Z] OK: 233 MiB in 51 packages [2020-10-20T14:11:52.123Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:11:52.123Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:11:52.123Z] OK: 12752 distinct packages available [2020-10-20T14:11:52.400Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:11:52.400Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:11:52.400Z] OK: 12752 distinct packages available [2020-10-20T14:11:52.400Z] Removing intermediate container f923f957f23a [2020-10-20T14:11:52.400Z] ---> 333fda5c9fef [2020-10-20T14:11:52.400Z] Step 6/23 : COPY go.mod . [2020-10-20T14:11:52.400Z] Removing intermediate container 9c42149f2619 [2020-10-20T14:11:52.400Z] ---> 51609ae38342 [2020-10-20T14:11:52.400Z] Step 6/22 : COPY go.mod . [2020-10-20T14:11:52.400Z] OK: 233 MiB in 51 packages [2020-10-20T14:11:52.400Z] OK: 233 MiB in 51 packages [2020-10-20T14:11:52.662Z] ---> d9c4381a808f [2020-10-20T14:11:52.662Z] Step 7/23 : RUN go mod download [2020-10-20T14:11:52.662Z] Removing intermediate container 0f876c1f6de6 [2020-10-20T14:11:52.662Z] ---> a9b833f3c4d6 [2020-10-20T14:11:52.662Z] Step 6/21 : COPY go.mod . [2020-10-20T14:11:52.924Z] ---> Running in 46f34f8b1ab8 [2020-10-20T14:11:52.924Z] ---> 8938d3f143ea [2020-10-20T14:11:52.924Z] Step 7/22 : RUN go mod download [2020-10-20T14:11:53.187Z] ---> 2ea4c5fed161 [2020-10-20T14:11:53.187Z] Step 7/21 : RUN go mod download [2020-10-20T14:11:53.187Z] ---> Running in e5bbaeeede87 [2020-10-20T14:11:53.448Z] ---> Running in 899d5c7dc1a2 [2020-10-20T14:11:53.710Z] Removing intermediate container cc3f2cbf76fc [2020-10-20T14:11:53.710Z] ---> e48caf24662a [2020-10-20T14:11:53.710Z] Step 6/24 : COPY go.mod . [2020-10-20T14:11:53.710Z] Removing intermediate container 710f537454f0 [2020-10-20T14:11:53.710Z] ---> 88392b84167a [2020-10-20T14:11:53.710Z] Step 6/27 : COPY go.mod . [2020-10-20T14:11:53.978Z] ---> 1c8dffb37f8e [2020-10-20T14:11:53.978Z] Step 7/24 : RUN go mod download [2020-10-20T14:11:54.249Z] ---> Running in 28304ed1d40a [2020-10-20T14:11:54.249Z] ---> 337c674460d2 [2020-10-20T14:11:54.249Z] Step 7/27 : RUN go mod download [2020-10-20T14:11:54.837Z] ---> Running in 4d141ec578c8 [2020-10-20T14:11:55.810Z] Removing intermediate container 46f34f8b1ab8 [2020-10-20T14:11:55.810Z] ---> ecf404c83f04 [2020-10-20T14:11:55.810Z] Step 8/23 : COPY . . [2020-10-20T14:11:55.810Z] Removing intermediate container e5bbaeeede87 [2020-10-20T14:11:55.810Z] ---> 7903c62be25c [2020-10-20T14:11:55.810Z] Step 8/22 : COPY . . [2020-10-20T14:11:56.402Z] Removing intermediate container 899d5c7dc1a2 [2020-10-20T14:11:56.402Z] ---> 50151ae4bd67 [2020-10-20T14:11:56.402Z] Step 8/21 : COPY . . [2020-10-20T14:12:06.442Z] Removing intermediate container 28304ed1d40a [2020-10-20T14:12:06.442Z] ---> 90b82f6addaf [2020-10-20T14:12:06.442Z] Step 8/24 : COPY . . [2020-10-20T14:12:08.998Z] Removing intermediate container 4d141ec578c8 [2020-10-20T14:12:08.998Z] ---> cabe52f2acb4 [2020-10-20T14:12:08.998Z] Step 8/27 : COPY . . [2020-10-20T14:12:14.578Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6966 in /w/workspace/edgexfoundry_edgex-go_PR-2807 [Pipeline] { [Pipeline] ws [2020-10-20T14:12:14.647Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-10-20T14:12:19.797Z] using credential edgex-jenkins-ssh [2020-10-20T14:12:19.900Z] Cloning the remote Git repository [2020-10-20T14:12:19.941Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-20T14:12:20.055Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-10-20T14:12:20.136Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T14:12:20.137Z] > git --version # timeout=10 [2020-10-20T14:12:20.174Z] > git --version # 'git version 2.17.1' [2020-10-20T14:12:20.175Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T14:12:20.251Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T14:12:35.830Z] ---> 1bf8dbaa5126 [2020-10-20T14:12:35.830Z] ---> b716cdaf7553 [2020-10-20T14:12:35.830Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-20T14:12:35.830Z] ---> 23727ad5b431 [2020-10-20T14:12:35.830Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-20T14:12:35.830Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-20T14:12:35.830Z] ---> Running in 1d8a082fd57e [2020-10-20T14:12:35.830Z] ---> Running in 2b0bbdbf6690 [2020-10-20T14:12:35.830Z] ---> Running in 0e26e832db45 [2020-10-20T14:12:36.213Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T14:12:36.230Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T14:12:36.259Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T14:12:36.295Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T14:12:36.296Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T14:12:36.310Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2807/head:refs/remotes/origin/PR-2807 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T14:12:36.947Z] ---> decefe208d65 [2020-10-20T14:12:36.947Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-20T14:12:36.995Z] Merging remotes/origin/master commit 12565dec60f03e6cbc896b7e2b47784094aed3ee into PR head commit d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:12:37.517Z] Merge succeeded, producing d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:12:37.518Z] Checking out Revision d002a233c572f40e04c5d08bee752ff45cb604e5 (PR-2807) [2020-10-20T14:12:37.908Z] 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-20T14:12:37.908Z] 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-20T14:12:37.908Z] 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-20T14:12:38.507Z] ---> Running in 35e4f02d1143 [2020-10-20T14:12:38.507Z] ---> 0c8d27115b89 [2020-10-20T14:12:38.507Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-20T14:12:38.507Z] ---> Running in b11ad83143aa [2020-10-20T14:12:37.007Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T14:12:37.025Z] > git checkout -f d002a233c572f40e04c5d08bee752ff45cb604e5 # timeout=10 [2020-10-20T14:12:37.342Z] > git remote # timeout=10 [2020-10-20T14:12:37.360Z] > git config --get remote.origin.url # timeout=10 [2020-10-20T14:12:37.377Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T14:12:37.388Z] > git merge 12565dec60f03e6cbc896b7e2b47784094aed3ee # timeout=10 [2020-10-20T14:12:37.472Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-20T14:12:37.516Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T14:12:37.548Z] > git checkout -f d002a233c572f40e04c5d08bee752ff45cb604e5 # timeout=10 [2020-10-20T14:12:39.101Z] 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-20T14:12:39.370Z] 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-20T14:12:41.981Z] Commit message: "fix(snap): update redis to 6.0.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T14:12:43.066Z] ========================================================= [2020-10-20T14:12:43.066Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T14:12:43.066Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:12:44.157Z] + 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-20T14:12:46.811Z] Sending build context to Docker daemon 165MB [2020-10-20T14:12:46.811Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T14:12:46.811Z] Step 2/7 : FROM ${BASE} [2020-10-20T14:12:47.089Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T14:12:47.089Z] b538f80385f9: Pulling fs layer [2020-10-20T14:12:47.089Z] 74f711af9a0d: Pulling fs layer [2020-10-20T14:12:47.089Z] 99f96fe45779: Pulling fs layer [2020-10-20T14:12:47.089Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T14:12:47.089Z] 45590311c82a: Pulling fs layer [2020-10-20T14:12:47.089Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T14:12:47.089Z] 209524e5b208: Pulling fs layer [2020-10-20T14:12:47.089Z] 8529a6b9a6be: Waiting [2020-10-20T14:12:47.089Z] 45590311c82a: Waiting [2020-10-20T14:12:47.089Z] 69ca0ff8b7b3: Waiting [2020-10-20T14:12:47.089Z] 209524e5b208: Waiting [2020-10-20T14:12:47.089Z] 99f96fe45779: Verifying Checksum [2020-10-20T14:12:47.089Z] 99f96fe45779: Download complete [2020-10-20T14:12:47.089Z] 74f711af9a0d: Verifying Checksum [2020-10-20T14:12:47.089Z] 74f711af9a0d: Download complete [2020-10-20T14:12:47.089Z] 45590311c82a: Download complete [2020-10-20T14:12:47.362Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-20T14:12:47.362Z] 69ca0ff8b7b3: Download complete [2020-10-20T14:12:47.636Z] b538f80385f9: Verifying Checksum [2020-10-20T14:12:47.636Z] b538f80385f9: Download complete [2020-10-20T14:12:48.239Z] b538f80385f9: Pull complete [2020-10-20T14:12:48.848Z] 74f711af9a0d: Pull complete [2020-10-20T14:12:49.129Z] 99f96fe45779: Pull complete [2020-10-20T14:12:50.586Z] 209524e5b208: Verifying Checksum [2020-10-20T14:12:50.586Z] 209524e5b208: Download complete [2020-10-20T14:12:51.568Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T14:12:51.568Z] 8529a6b9a6be: Download complete [2020-10-20T14:13:03.989Z] 8529a6b9a6be: Pull complete [2020-10-20T14:13:03.989Z] 45590311c82a: Pull complete [2020-10-20T14:13:03.989Z] 69ca0ff8b7b3: Pull complete [2020-10-20T14:13:06.616Z] 209524e5b208: Pull complete [2020-10-20T14:13:06.616Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T14:13:06.616Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T14:13:06.616Z] ---> 5bddaf1c2fca [2020-10-20T14:13:06.616Z] 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-20T14:13:09.986Z] ---> Running in f55578bdec3d [2020-10-20T14:13:11.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:13:12.399Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:13:13.830Z] (1/12) Installing libmagic (5.38-r0) [2020-10-20T14:13:14.099Z] (2/12) Installing file (5.38-r0) [2020-10-20T14:13:14.099Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-20T14:13:14.369Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-20T14:13:18.234Z] Removing intermediate container b11ad83143aa [2020-10-20T14:13:18.234Z] ---> 6e94614db97e [2020-10-20T14:13:18.234Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-20T14:13:18.234Z] ---> Running in ad16736d85cb [2020-10-20T14:13:18.234Z] 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-20T14:13:18.234Z] Removing intermediate container 35e4f02d1143 [2020-10-20T14:13:18.234Z] ---> df60b78b4029 [2020-10-20T14:13:18.234Z] [2020-10-20T14:13:18.234Z] Step 10/24 : FROM scratch [2020-10-20T14:13:18.234Z] ---> [2020-10-20T14:13:18.234Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T14:13:18.234Z] Removing intermediate container 1d8a082fd57e [2020-10-20T14:13:18.234Z] ---> 6f25eb69db69 [2020-10-20T14:13:18.234Z] [2020-10-20T14:13:18.234Z] Step 10/21 : FROM scratch [2020-10-20T14:13:18.234Z] ---> [2020-10-20T14:13:18.234Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T14:13:18.234Z] ---> Running in aa745355abd1 [2020-10-20T14:13:18.234Z] ---> Running in 1209833012ad [2020-10-20T14:13:18.497Z] Removing intermediate container 1209833012ad [2020-10-20T14:13:18.497Z] ---> de55846c8c5b [2020-10-20T14:13:18.497Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-20T14:13:18.497Z] Removing intermediate container aa745355abd1 [2020-10-20T14:13:18.497Z] ---> e947d78a7833 [2020-10-20T14:13:18.497Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-20T14:13:18.665Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-20T14:13:18.665Z] (6/12) Installing patch (2.7.6-r6) [2020-10-20T14:13:18.665Z] (7/12) Installing build-base (0.5-r2) [2020-10-20T14:13:18.665Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-20T14:13:18.665Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-20T14:13:18.665Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-20T14:13:18.938Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-20T14:13:18.938Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-20T14:13:18.938Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T14:13:18.938Z] OK: 217 MiB in 51 packages [2020-10-20T14:13:21.055Z] ---> Running in 288207fe491d [2020-10-20T14:13:21.055Z] ---> Running in 05d89440e1af [2020-10-20T14:13:21.055Z] Removing intermediate container ad16736d85cb [2020-10-20T14:13:21.055Z] ---> bd384589503f [2020-10-20T14:13:21.055Z] [2020-10-20T14:13:21.055Z] Step 11/27 : FROM docker:latest [2020-10-20T14:13:21.055Z] ---> 809cc4dba987 [2020-10-20T14:13:21.055Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-20T14:13:22.445Z] Removing intermediate container 2b0bbdbf6690 [2020-10-20T14:13:22.445Z] ---> 4e7bcd9bc3e9 [2020-10-20T14:13:22.445Z] [2020-10-20T14:13:22.445Z] Step 10/22 : FROM scratch [2020-10-20T14:13:22.445Z] ---> [2020-10-20T14:13:22.445Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T14:13:23.016Z] ---> Running in 811f32efb8a3 [2020-10-20T14:13:23.016Z] ---> Using cache [2020-10-20T14:13:23.016Z] ---> de55846c8c5b [2020-10-20T14:13:23.016Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-20T14:13:23.016Z] Removing intermediate container 05d89440e1af [2020-10-20T14:13:23.016Z] ---> 792a5cd2b4a6 [2020-10-20T14:13:23.016Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-20T14:13:23.016Z] Removing intermediate container 288207fe491d [2020-10-20T14:13:23.016Z] ---> a60ee7db9702 [2020-10-20T14:13:23.016Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-20T14:13:23.262Z] Removing intermediate container f55578bdec3d [2020-10-20T14:13:23.262Z] ---> 265423ebbf8f [2020-10-20T14:13:23.262Z] Step 4/7 : WORKDIR /edgex-go [2020-10-20T14:13:23.262Z] ---> Running in 53d17d01c7be [2020-10-20T14:13:23.283Z] ---> Running in 1e3990ec4d3b [2020-10-20T14:13:23.283Z] Removing intermediate container 0e26e832db45 [2020-10-20T14:13:23.283Z] ---> ac747f13de9c [2020-10-20T14:13:23.283Z] [2020-10-20T14:13:23.283Z] Step 10/23 : FROM alpine [2020-10-20T14:13:23.283Z] ---> Running in f4a74b85c1d9 [2020-10-20T14:13:23.283Z] ---> Running in 42d68b047d68 [2020-10-20T14:13:23.542Z] Removing intermediate container 53d17d01c7be [2020-10-20T14:13:23.542Z] ---> 2c52504ae982 [2020-10-20T14:13:23.542Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-20T14:13:23.544Z] Removing intermediate container 1e3990ec4d3b [2020-10-20T14:13:23.544Z] ---> 021b80b6a836 [2020-10-20T14:13:23.544Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T14:13:23.544Z] latest: Pulling from library/alpine [2020-10-20T14:13:23.813Z] latest: Pulling from library/docker [2020-10-20T14:13:24.087Z] b538f80385f9: Already exists [2020-10-20T14:13:24.087Z] 259a493cd78d: Pulling fs layer [2020-10-20T14:13:24.087Z] b8e66b5100f5: Pulling fs layer [2020-10-20T14:13:24.087Z] 7f8258a56ab6: Pulling fs layer [2020-10-20T14:13:24.087Z] 75a0a0ebb566: Pulling fs layer [2020-10-20T14:13:24.087Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-20T14:13:24.087Z] 294320357d30: Pulling fs layer [2020-10-20T14:13:24.087Z] 75a0a0ebb566: Waiting [2020-10-20T14:13:24.087Z] 4a2c62f0a2a3: Waiting [2020-10-20T14:13:24.087Z] 294320357d30: Waiting [2020-10-20T14:13:24.120Z] Removing intermediate container f4a74b85c1d9 [2020-10-20T14:13:24.120Z] ---> 2c595a76f6ed [2020-10-20T14:13:24.120Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-20T14:13:24.120Z] ---> Running in 38faf57508e3 [2020-10-20T14:13:24.120Z] Removing intermediate container 42d68b047d68 [2020-10-20T14:13:24.120Z] ---> 621f44b51787 [2020-10-20T14:13:24.120Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-20T14:13:24.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:13:24.120Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T14:13:24.120Z] Status: Downloaded newer image for alpine:latest [2020-10-20T14:13:24.368Z] 259a493cd78d: Verifying Checksum [2020-10-20T14:13:24.368Z] 259a493cd78d: Download complete [2020-10-20T14:13:24.368Z] b8e66b5100f5: Verifying Checksum [2020-10-20T14:13:24.368Z] b8e66b5100f5: Download complete [2020-10-20T14:13:24.381Z] ---> a24bb4013296 [2020-10-20T14:13:24.382Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T14:13:24.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:13:24.382Z] Removing intermediate container 38faf57508e3 [2020-10-20T14:13:24.382Z] ---> 2034bc2bb612 [2020-10-20T14:13:24.382Z] Step 14/22 : WORKDIR / [2020-10-20T14:13:24.382Z] ---> 2ba4f429b25b [2020-10-20T14:13:24.382Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-20T14:13:24.382Z] ---> Running in 42f370db4d7b [2020-10-20T14:13:24.382Z] (1/2) Installing readline (8.0.4-r0) [2020-10-20T14:13:24.382Z] ---> Running in 990726c09b6e [2020-10-20T14:13:24.382Z] (2/2) Installing bash (5.0.17-r0) [2020-10-20T14:13:24.646Z] Executing bash-5.0.17-r0.post-install [2020-10-20T14:13:24.646Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T14:13:24.646Z] ---> 4ffb9b67ac09 [2020-10-20T14:13:24.646Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-20T14:13:24.646Z] OK: 12 MiB in 22 packages [2020-10-20T14:13:24.646Z] Removing intermediate container 42f370db4d7b [2020-10-20T14:13:24.646Z] ---> 9e5cbaa9b6f7 [2020-10-20T14:13:24.646Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-20T14:13:24.648Z] 75a0a0ebb566: Verifying Checksum [2020-10-20T14:13:24.648Z] 75a0a0ebb566: Download complete [2020-10-20T14:13:24.648Z] 4a2c62f0a2a3: Download complete [2020-10-20T14:13:24.648Z] 294320357d30: Verifying Checksum [2020-10-20T14:13:24.649Z] 294320357d30: Download complete [2020-10-20T14:13:24.936Z] 259a493cd78d: Pull complete [2020-10-20T14:13:25.214Z] b8e66b5100f5: Pull complete [2020-10-20T14:13:25.600Z] Removing intermediate container 990726c09b6e [2020-10-20T14:13:25.600Z] ---> f2b12fd733af [2020-10-20T14:13:25.600Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-20T14:13:25.813Z] 7f8258a56ab6: Download complete [2020-10-20T14:13:25.865Z] ---> Running in 8a0c94d03779 [2020-10-20T14:13:25.865Z] ---> 0e71b4063a62 [2020-10-20T14:13:25.865Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-20T14:13:25.865Z] ---> 08f8678c35cf [2020-10-20T14:13:25.865Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-20T14:13:26.126Z] Removing intermediate container 8a0c94d03779 [2020-10-20T14:13:26.126Z] ---> 98264fedafc9 [2020-10-20T14:13:26.126Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-20T14:13:27.073Z] ---> Running in 2f16e869669f [2020-10-20T14:13:27.073Z] ---> 2e6931ddb192 [2020-10-20T14:13:27.073Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-20T14:13:27.073Z] Removing intermediate container 811f32efb8a3 [2020-10-20T14:13:27.073Z] ---> 003ceb8c4569 [2020-10-20T14:13:27.073Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-20T14:13:27.073Z] ---> 7cea3ce74d3b [2020-10-20T14:13:27.073Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-20T14:13:27.073Z] ---> 2d12fa2cc8e4 [2020-10-20T14:13:27.073Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-20T14:13:27.337Z] ---> Running in 56a65b021e41 [2020-10-20T14:13:27.337Z] ---> Running in de53b66e67f2 [2020-10-20T14:13:27.605Z] Removing intermediate container 2f16e869669f [2020-10-20T14:13:27.605Z] ---> 0d0f39d57427 [2020-10-20T14:13:27.605Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:13:27.605Z] ---> Running in b383aee32d0f [2020-10-20T14:13:27.872Z] ---> dd3b4e612d03 [2020-10-20T14:13:27.873Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-20T14:13:27.873Z] Removing intermediate container 56a65b021e41 [2020-10-20T14:13:27.873Z] ---> dcb2dbac9b25 [2020-10-20T14:13:27.873Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T14:13:27.873Z] ---> fbfa01bba23d [2020-10-20T14:13:27.873Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-20T14:13:28.139Z] ---> Running in abfe80b35787 [2020-10-20T14:13:28.405Z] ---> 0106d2ee336a [2020-10-20T14:13:28.405Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-20T14:13:28.405Z] Removing intermediate container abfe80b35787 [2020-10-20T14:13:28.405Z] ---> a1aea8e8d180 [2020-10-20T14:13:28.405Z] Step 19/21 : LABEL arch=x86_64 [2020-10-20T14:13:28.405Z] ---> Running in 7bf8f151f704 [2020-10-20T14:13:28.673Z] ---> 6c80b0613336 [2020-10-20T14:13:28.673Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-20T14:13:28.673Z] ---> Running in 32949f445c08 [2020-10-20T14:13:28.935Z] Removing intermediate container 7bf8f151f704 [2020-10-20T14:13:28.935Z] ---> 083ad054df1b [2020-10-20T14:13:28.935Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T14:13:29.197Z] ---> fd2a3d3bc3b9 [2020-10-20T14:13:29.198Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-20T14:13:29.198Z] ---> Running in cd1f6bc97735 [2020-10-20T14:13:29.205Z] 7f8258a56ab6: Pull complete [2020-10-20T14:13:29.205Z] 75a0a0ebb566: Pull complete [2020-10-20T14:13:29.461Z] Removing intermediate container 32949f445c08 [2020-10-20T14:13:29.461Z] ---> 4538129d1a9f [2020-10-20T14:13:29.461Z] Step 20/21 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:13:29.461Z] Removing intermediate container de53b66e67f2 [2020-10-20T14:13:29.461Z] ---> c3106415cde7 [2020-10-20T14:13:29.461Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-20T14:13:29.461Z] ---> Running in 7865a15dc418 [2020-10-20T14:13:29.805Z] 4a2c62f0a2a3: Pull complete [2020-10-20T14:13:30.082Z] 294320357d30: Pull complete [2020-10-20T14:13:30.082Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-20T14:13:30.082Z] Status: Downloaded newer image for docker:latest [2020-10-20T14:13:30.408Z] ---> Running in 486f341e5cc9 [2020-10-20T14:13:30.408Z] ---> Running in 69dbcd808c48 [2020-10-20T14:13:30.408Z] Removing intermediate container b383aee32d0f [2020-10-20T14:13:30.408Z] ---> 3bcc1bb6ebc9 [2020-10-20T14:13:30.408Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-20T14:13:30.408Z] Removing intermediate container cd1f6bc97735 [2020-10-20T14:13:30.408Z] ---> 51e501ea7552 [2020-10-20T14:13:30.408Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T14:13:30.408Z] ---> Running in d5ebd72ae35a [2020-10-20T14:13:30.408Z] Removing intermediate container 7865a15dc418 [2020-10-20T14:13:30.408Z] ---> ea0e76ecd7a4 [2020-10-20T14:13:30.408Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T14:13:30.408Z] ---> Running in 91ad57004042 [2020-10-20T14:13:30.671Z] Removing intermediate container 486f341e5cc9 [2020-10-20T14:13:30.672Z] ---> 3d9110f1c864 [2020-10-20T14:13:30.672Z] Step 21/21 : LABEL version=0.0.0 [2020-10-20T14:13:30.672Z] ---> Running in e4d50cff05bf [2020-10-20T14:13:30.935Z] Removing intermediate container 69dbcd808c48 [2020-10-20T14:13:30.935Z] ---> 55f08c1ea9bb [2020-10-20T14:13:30.935Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-20T14:13:30.935Z] ---> Running in b5a86764273b [2020-10-20T14:13:30.935Z] Removing intermediate container 91ad57004042 [2020-10-20T14:13:30.935Z] ---> ce233a781c5a [2020-10-20T14:13:30.935Z] Step 21/22 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:13:31.197Z] ---> Running in 7a9cd97a6dd8 [2020-10-20T14:13:31.197Z] Removing intermediate container e4d50cff05bf [2020-10-20T14:13:31.197Z] ---> 7f7b328a5fed [2020-10-20T14:13:31.197Z] Step 22/24 : LABEL arch=x86_64 [2020-10-20T14:13:31.197Z] ---> Running in b3d98a002361 [2020-10-20T14:13:31.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:13:31.197Z] ---> Running in 62de51e1e384 [2020-10-20T14:13:31.465Z] Removing intermediate container b5a86764273b [2020-10-20T14:13:31.465Z] ---> 8fb74e7cf648 [2020-10-20T14:13:31.465Z] [2020-10-20T14:13:31.465Z] Removing intermediate container 7a9cd97a6dd8 [2020-10-20T14:13:31.465Z] ---> 6379189b2661 [2020-10-20T14:13:31.465Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-20T14:13:31.465Z] Removing intermediate container b3d98a002361 [2020-10-20T14:13:31.465Z] ---> 18ef7917a827 [2020-10-20T14:13:31.465Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T14:13:31.465Z] ---> Running in d94fd9ac033a [2020-10-20T14:13:31.730Z] Successfully built 8fb74e7cf648 [2020-10-20T14:13:31.730Z] ---> Running in 5ed06025dcb9 [2020-10-20T14:13:31.730Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-20T14:13:31.730Z] Building docker-support-logging-go [2020-10-20T14:13:31.730Z]  Building docker-support-scheduler-go ... done Removing intermediate container 62de51e1e384 [2020-10-20T14:13:31.730Z] ---> 987a5c746127 [2020-10-20T14:13:31.730Z] Step 23/24 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:13:31.730Z] ---> Running in 3fcb2e6ac67a [2020-10-20T14:13:31.730Z] Removing intermediate container d94fd9ac033a [2020-10-20T14:13:31.730Z] ---> b4e52e84197d [2020-10-20T14:13:31.730Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-20T14:13:31.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:13:31.997Z] Removing intermediate container 5ed06025dcb9 [2020-10-20T14:13:31.997Z] ---> 540b2cf79ee9 [2020-10-20T14:13:31.997Z] [2020-10-20T14:13:31.997Z] Removing intermediate container 3fcb2e6ac67a [2020-10-20T14:13:31.997Z] ---> e9a92157d4c8 [2020-10-20T14:13:31.997Z] Step 24/24 : LABEL version=0.0.0 [2020-10-20T14:13:31.997Z] Successfully built 540b2cf79ee9 [2020-10-20T14:13:32.262Z] Successfully tagged docker-core-metadata-go:latest [2020-10-20T14:13:32.262Z]  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go [2020-10-20T14:13:32.262Z] ---> Running in b17e7594786f [2020-10-20T14:13:32.262Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-20T14:13:32.534Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-20T14:13:32.534Z] ---> 18de84237b43 [2020-10-20T14:13:32.534Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-20T14:13:32.534Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-20T14:13:32.534Z] Removing intermediate container b17e7594786f [2020-10-20T14:13:32.534Z] ---> b17f6696ee1c [2020-10-20T14:13:32.534Z] [2020-10-20T14:13:32.802Z] Successfully built b17f6696ee1c [2020-10-20T14:13:32.802Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-20T14:13:32.802Z] Successfully tagged docker-support-notifications-go:latest [2020-10-20T14:13:32.802Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-10-20T14:13:33.067Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-20T14:13:33.067Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T14:13:33.067Z] OK: 8 MiB in 19 packages [2020-10-20T14:13:33.067Z] ---> 331caa7e9e3c [2020-10-20T14:13:33.067Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-20T14:13:33.472Z] ---> 349ec296ee75 [2020-10-20T14:13:33.472Z] Step 6/7 : COPY go.mod . [2020-10-20T14:13:34.070Z] ---> c3d8d63a6a51 [2020-10-20T14:13:34.070Z] Step 7/7 : RUN go mod download [2020-10-20T14:13:34.070Z] ---> Running in c493c8d781df [2020-10-20T14:13:39.669Z] ---> 0746efd6ec92 [2020-10-20T14:13:39.669Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-20T14:13:40.249Z] ---> Running in 88a56a71d088 [2020-10-20T14:13:40.511Z] Removing intermediate container d5ebd72ae35a [2020-10-20T14:13:40.511Z] ---> f13aceb6f0a2 [2020-10-20T14:13:40.511Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-20T14:13:41.102Z] ---> cb98f5103c3d [2020-10-20T14:13:41.102Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-20T14:13:41.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:13:41.373Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:13:41.638Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-20T14:13:41.638Z] (2/33) Installing expat (2.2.9-r1) [2020-10-20T14:13:41.638Z] (3/33) Installing libffi (3.3-r2) [2020-10-20T14:13:41.638Z] (4/33) Installing gdbm (1.13-r1) [2020-10-20T14:13:41.902Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-20T14:13:41.902Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-20T14:13:41.902Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-20T14:13:54.233Z] ---> 44e16d963646 [2020-10-20T14:13:54.233Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-20T14:13:54.233Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-20T14:13:54.233Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-20T14:13:54.233Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-20T14:13:54.233Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-20T14:13:54.233Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-20T14:13:54.507Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-20T14:13:54.508Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-20T14:13:54.770Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-20T14:13:55.034Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-20T14:13:55.299Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-20T14:13:55.299Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-20T14:13:55.299Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-20T14:13:55.562Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-20T14:13:56.137Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-20T14:13:56.711Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:13:56.711Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:13:56.711Z] ---> 63ebe3d16a7a [2020-10-20T14:13:56.711Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T14:13:56.711Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:13:56.711Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:13:56.711Z] ---> 63ebe3d16a7a [2020-10-20T14:13:56.711Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T14:13:56.974Z] ---> Using cache [2020-10-20T14:13:56.974Z] ---> e979e0a7f586 [2020-10-20T14:13:56.974Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:13:56.974Z] ---> Using cache [2020-10-20T14:13:56.974Z] ---> e979e0a7f586 [2020-10-20T14:13:56.974Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:13:56.974Z] ---> Using cache [2020-10-20T14:13:56.974Z] ---> Using cache [2020-10-20T14:13:56.974Z] ---> 4cf744ce71f7 [2020-10-20T14:13:56.974Z] ---> 4cf744ce71f7 [2020-10-20T14:13:56.974Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T14:13:56.974Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-20T14:13:57.575Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-20T14:13:57.575Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:13:57.575Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:13:57.575Z] ---> 63ebe3d16a7a [2020-10-20T14:13:57.575Z] Step 3/26 : WORKDIR /edgex-go [2020-10-20T14:13:57.575Z] ---> Using cache [2020-10-20T14:13:57.575Z] ---> e979e0a7f586 [2020-10-20T14:13:57.575Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:13:57.575Z] ---> Using cache [2020-10-20T14:13:57.575Z] ---> 4cf744ce71f7 [2020-10-20T14:13:57.575Z] Step 5/26 : RUN apk update && apk add make git [2020-10-20T14:13:58.967Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-20T14:13:59.228Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-20T14:13:59.228Z] ---> d5b0fd47c7db [2020-10-20T14:13:59.228Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-20T14:13:59.228Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-20T14:13:59.491Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-20T14:13:59.491Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-20T14:13:59.772Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-20T14:13:59.772Z] ---> Running in a4f4a3b3f30d [2020-10-20T14:13:59.772Z] ---> Running in 88730179f64d [2020-10-20T14:13:59.772Z] ---> Running in cea513626e3b [2020-10-20T14:13:59.772Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-20T14:13:59.772Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-20T14:13:59.772Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-20T14:13:59.772Z] ---> Running in b50e3d0c8838 [2020-10-20T14:13:59.772Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-20T14:13:59.772Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-20T14:13:59.772Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T14:13:59.772Z] OK: 71 MiB in 55 packages [2020-10-20T14:14:00.878Z] Removing intermediate container c493c8d781df [2020-10-20T14:14:00.879Z] ---> 189a95cc79b8 [2020-10-20T14:14:00.879Z] Successfully built 189a95cc79b8 [2020-10-20T14:14:00.879Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:14:01.162Z] Removing intermediate container b50e3d0c8838 [2020-10-20T14:14:01.162Z] ---> 4fec2ee42d2f [2020-10-20T14:14:01.162Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T14:14:01.288Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T14:14:01.288Z] . [Pipeline] withDockerContainer [2020-10-20T14:14:01.436Z] ---> Running in 52c820cbb797 [2020-10-20T14:14:01.579Z] prd-ubuntu18.04-docker-arm64-4c-16g-6966 does not seem to be running inside a container [2020-10-20T14:14:01.643Z] $ 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-20T14:14:01.701Z] Removing intermediate container 52c820cbb797 [2020-10-20T14:14:01.701Z] ---> e3d179f61d26 [2020-10-20T14:14:01.701Z] Step 21/23 : LABEL arch=x86_64 [2020-10-20T14:14:01.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:14:01.701Z] ---> Running in e6090da73b4e [2020-10-20T14:14:01.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:14:01.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:14:01.972Z] Removing intermediate container e6090da73b4e [2020-10-20T14:14:01.972Z] ---> 5cfd49d548c4 [2020-10-20T14:14:01.972Z] Step 22/23 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:14:01.972Z] ---> Running in c899821355f6 [2020-10-20T14:14:02.237Z] Removing intermediate container c899821355f6 [2020-10-20T14:14:02.237Z] ---> 3210a9c563e3 [2020-10-20T14:14:02.237Z] Step 23/23 : LABEL version=0.0.0 [2020-10-20T14:14:02.237Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:14:02.502Z] ---> Running in ed102830ff74 [2020-10-20T14:14:02.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:14:02.502Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:14:02.765Z] Removing intermediate container ed102830ff74 [2020-10-20T14:14:02.765Z] ---> 266c6c67134d [2020-10-20T14:14:02.765Z] [2020-10-20T14:14:02.765Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:14:02.765Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:14:02.765Z] OK: 12752 distinct packages available [2020-10-20T14:14:02.765Z] Successfully built 266c6c67134d [2020-10-20T14:14:03.033Z] Successfully tagged docker-core-data-go:latest [2020-10-20T14:14:03.033Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-10-20T14:14:03.033Z] OK: 233 MiB in 51 packages [2020-10-20T14:14:03.033Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:14:03.033Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:14:03.033Z] OK: 12752 distinct packages available [2020-10-20T14:14:03.324Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:14:03.324Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:14:03.324Z] OK: 12752 distinct packages available [2020-10-20T14:14:03.324Z] OK: 233 MiB in 51 packages [2020-10-20T14:14:03.324Z] OK: 233 MiB in 51 packages [2020-10-20T14:14:03.324Z] OK: 233 MiB in 51 packages [2020-10-20T14:14:03.471Z] $ docker top 664c9a8135ac653cf42fe6eaad8bd9183e6720bfce206472e4d8c04317bff5d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T14:14:04.946Z] + go version [2020-10-20T14:14:04.946Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T14:14:04.946Z] $ docker stop --time=1 664c9a8135ac653cf42fe6eaad8bd9183e6720bfce206472e4d8c04317bff5d7 [2020-10-20T14:14:06.856Z] $ docker rm -f 664c9a8135ac653cf42fe6eaad8bd9183e6720bfce206472e4d8c04317bff5d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:14:08.012Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T14:14:08.013Z] . [Pipeline] withDockerContainer [2020-10-20T14:14:08.246Z] prd-ubuntu18.04-docker-arm64-4c-16g-6966 does not seem to be running inside a container [2020-10-20T14:14:08.306Z] $ 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-20T14:14:09.767Z] $ docker top 83b8ef38014dfc46ac52944165e8dee3a0a783c057b7c34107543d4568c44eaf -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-20T14:14:10.198Z] ========================================================= [2020-10-20T14:14:10.199Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-20T14:14:10.199Z] ========================================================= [Pipeline] sh [2020-10-20T14:14:10.878Z] + make test [2020-10-20T14:14:10.878Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-20T14:14:11.498Z] Removing intermediate container a4f4a3b3f30d [2020-10-20T14:14:11.498Z] ---> 096bc3d13d2a [2020-10-20T14:14:11.498Z] Step 6/22 : COPY go.mod . [2020-10-20T14:14:11.766Z] Removing intermediate container 88730179f64d [2020-10-20T14:14:11.766Z] ---> 85900e9f5fee [2020-10-20T14:14:11.766Z] Step 6/22 : COPY go.mod . [2020-10-20T14:14:13.167Z] Removing intermediate container cea513626e3b [2020-10-20T14:14:13.167Z] ---> 6751cef94805 [2020-10-20T14:14:13.167Z] Step 6/26 : COPY go.mod . [2020-10-20T14:14:13.430Z] ---> 5337a2e74fa8 [2020-10-20T14:14:13.430Z] Step 7/22 : RUN go mod download [2020-10-20T14:14:13.508Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-20T14:14:14.828Z] ---> 3f37873f21e3 [2020-10-20T14:14:14.828Z] Step 7/22 : RUN go mod download [2020-10-20T14:14:15.775Z] ---> a7837e36f23e [2020-10-20T14:14:15.775Z] Step 7/26 : RUN go mod download [2020-10-20T14:14:16.040Z] ---> Running in 3ea7654f375a [2020-10-20T14:14:16.503Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:14:16.503Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:14:16.503Z] ---> 63ebe3d16a7a [2020-10-20T14:14:16.503Z] Step 3/20 : WORKDIR /edgex-go [2020-10-20T14:14:16.503Z] ---> Using cache [2020-10-20T14:14:16.773Z] ---> e979e0a7f586 [2020-10-20T14:14:16.773Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:14:16.773Z] ---> Using cache [2020-10-20T14:14:16.773Z] ---> 4cf744ce71f7 [2020-10-20T14:14:16.773Z] Step 5/20 : RUN apk update && apk add make git [2020-10-20T14:14:16.773Z] ---> Using cache [2020-10-20T14:14:16.773Z] ---> 6751cef94805 [2020-10-20T14:14:16.773Z] Step 6/20 : COPY go.mod . [2020-10-20T14:14:16.773Z] ---> Using cache [2020-10-20T14:14:16.773Z] ---> a7837e36f23e [2020-10-20T14:14:16.773Z] Step 7/20 : RUN go mod download [2020-10-20T14:14:17.051Z] ---> Running in 791aeaed7088 [2020-10-20T14:14:17.051Z] ---> Running in 638b79c0c7e5 [2020-10-20T14:14:17.051Z] ---> Running in 81a47cb716f5 [2020-10-20T14:14:17.316Z] Removing intermediate container 88a56a71d088 [2020-10-20T14:14:17.316Z] ---> e5ae4e096251 [2020-10-20T14:14:17.316Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-20T14:14:17.580Z] ---> Running in ac9faabf1f0a [2020-10-20T14:14:19.544Z] Removing intermediate container 791aeaed7088 [2020-10-20T14:14:19.544Z] ---> 380a3d626479 [2020-10-20T14:14:19.544Z] Step 8/22 : COPY . . [2020-10-20T14:14:19.544Z] Removing intermediate container 3ea7654f375a [2020-10-20T14:14:19.544Z] ---> bcfd87c1933e [2020-10-20T14:14:19.544Z] Step 8/22 : COPY . . [2020-10-20T14:14:19.544Z] Removing intermediate container 638b79c0c7e5 [2020-10-20T14:14:19.544Z] ---> 2fdef5c40c0b [2020-10-20T14:14:19.544Z] Step 8/26 : COPY . . [2020-10-20T14:14:19.544Z] Removing intermediate container 81a47cb716f5 [2020-10-20T14:14:19.544Z] ---> a64784c2c4c7 [2020-10-20T14:14:19.544Z] Step 8/20 : COPY . . [2020-10-20T14:14:31.873Z] Collecting docker-compose==1.23.2 [2020-10-20T14:14:31.873Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-20T14:14:32.888Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-20T14:14:32.888Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-20T14:14:32.888Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-20T14:14:32.888Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-20T14:14:37.166Z] Collecting docker<4.0,>=3.6.0 [2020-10-20T14:14:37.166Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-20T14:14:39.745Z] Collecting docopt<0.7,>=0.6.1 [2020-10-20T14:14:39.745Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-20T14:14:45.908Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-20T14:14:46.395Z] 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-20T14:14:46.395Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-20T14:14:46.395Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-20T14:14:51.740Z] Collecting jsonschema<3,>=2.5.1 [2020-10-20T14:14:51.740Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-20T14:14:51.740Z] Collecting cached-property<2,>=1.2.0 [2020-10-20T14:14:51.740Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-20T14:14:51.740Z] Collecting PyYAML<4,>=3.10 [2020-10-20T14:14:51.740Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-20T14:14:55.051Z] ---> 6129f6f51aea [2020-10-20T14:14:55.051Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-20T14:14:55.051Z] ---> e40d48e01fab [2020-10-20T14:14:55.051Z] 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-20T14:14:55.051Z] Collecting texttable<0.10,>=0.9.0 [2020-10-20T14:14:55.051Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-20T14:14:55.051Z] ---> 3f9fdd7545fb [2020-10-20T14:14:55.051Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-20T14:14:55.051Z] ---> Running in 836e67d24fe9 [2020-10-20T14:14:55.051Z] ---> Running in 13405fda3802 [2020-10-20T14:14:55.051Z] ---> fd95a7ad3735 [2020-10-20T14:14:55.051Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-20T14:14:55.051Z] ---> Running in 4f7090f26459 [2020-10-20T14:14:55.312Z] ---> Running in 3226cf86ab06 [2020-10-20T14:14:55.312Z] 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-20T14:14:55.312Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-20T14:14:55.312Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-20T14:14:55.582Z] 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-20T14:14:55.582Z] Collecting idna<2.8,>=2.5 [2020-10-20T14:14:55.582Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-20T14:14:55.582Z] Collecting docker-pycreds>=0.4.0 [2020-10-20T14:14:55.582Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-20T14:14:55.848Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-20T14:14:55.849Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-20T14:14:55.849Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-20T14:14:55.849Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-20T14:14:55.849Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, dockerpty, jsonschema, cached-property, PyYAML, texttable, docker-compose [2020-10-20T14:14:56.130Z] Attempting uninstall: urllib3 [2020-10-20T14:14:56.130Z] Found existing installation: urllib3 1.25.9 [2020-10-20T14:14:56.130Z] Uninstalling urllib3-1.25.9: [2020-10-20T14:14:56.130Z] Successfully uninstalled urllib3-1.25.9 [2020-10-20T14:14:56.130Z] 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-20T14:14:56.130Z] 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-20T14:14:56.130Z] 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-20T14:14:56.398Z] 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-20T14:14:56.398Z] Attempting uninstall: idna [2020-10-20T14:14:56.398Z] Found existing installation: idna 2.9 [2020-10-20T14:14:56.398Z] Uninstalling idna-2.9: [2020-10-20T14:14:56.398Z] Successfully uninstalled idna-2.9 [2020-10-20T14:14:56.665Z] Attempting uninstall: requests [2020-10-20T14:14:56.665Z] Found existing installation: requests 2.23.0 [2020-10-20T14:14:56.665Z] Uninstalling requests-2.23.0: [2020-10-20T14:14:56.665Z] Successfully uninstalled requests-2.23.0 [2020-10-20T14:14:57.249Z] Running setup.py install for docopt: started [2020-10-20T14:14:57.875Z] Running setup.py install for docopt: finished with status 'done' [2020-10-20T14:14:57.875Z] Running setup.py install for dockerpty: started [2020-10-20T14:14:58.860Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-20T14:14:58.860Z] Running setup.py install for PyYAML: started [2020-10-20T14:14:59.846Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-20T14:14:59.846Z] Running setup.py install for texttable: started [2020-10-20T14:15:01.275Z] Running setup.py install for texttable: finished with status 'done' [2020-10-20T14:15:02.199Z] 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-20T14:15:04.261Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-20T14:15:04.261Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-20T14:15:04.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-20T14:15:04.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-20T14:15:04.261Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.024s [2020-10-20T14:15:04.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-20T14:15:04.261Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-20T14:15:04.261Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-20T14:15:05.708Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-20T14:15:06.261Z] Removing intermediate container ac9faabf1f0a [2020-10-20T14:15:06.261Z] ---> 6cbf7a931997 [2020-10-20T14:15:06.261Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-20T14:15:06.261Z] ---> Running in 765782529d3c [2020-10-20T14:15:06.699Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-20T14:15:06.699Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-20T14:15:06.699Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-20T14:15:06.699Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-20T14:15:06.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:15:06.860Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:15:07.146Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T14:15:07.146Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-20T14:15:07.146Z] (3/3) Installing curl (7.69.1-r1) [2020-10-20T14:15:07.146Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T14:15:07.146Z] OK: 72 MiB in 58 packages [2020-10-20T14:15:08.123Z] Removing intermediate container 765782529d3c [2020-10-20T14:15:08.123Z] ---> e6c63a0a8788 [2020-10-20T14:15:08.123Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-20T14:15:08.396Z] ---> Running in 6f59e5f21eda [2020-10-20T14:15:08.665Z] Removing intermediate container 6f59e5f21eda [2020-10-20T14:15:08.665Z] ---> 0f0a9612a778 [2020-10-20T14:15:08.665Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T14:15:08.665Z] ---> Running in 24d00b7b76d3 [2020-10-20T14:15:08.945Z] Removing intermediate container 24d00b7b76d3 [2020-10-20T14:15:08.945Z] ---> 6aa730880488 [2020-10-20T14:15:08.945Z] Step 25/27 : LABEL arch=x86_64 [2020-10-20T14:15:08.945Z] ---> Running in 39cf907d3dc2 [2020-10-20T14:15:09.219Z] Removing intermediate container 39cf907d3dc2 [2020-10-20T14:15:09.219Z] ---> 5d4b3675556d [2020-10-20T14:15:09.219Z] Step 26/27 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:15:09.497Z] ---> Running in 672ac4c95348 [2020-10-20T14:15:09.768Z] Removing intermediate container 672ac4c95348 [2020-10-20T14:15:09.768Z] ---> c8ecf6e74f61 [2020-10-20T14:15:09.768Z] Step 27/27 : LABEL version=0.0.0 [2020-10-20T14:15:09.768Z] ---> Running in f471a080d114 [2020-10-20T14:15:10.037Z] Removing intermediate container f471a080d114 [2020-10-20T14:15:10.037Z] ---> cdd58e1dc86f [2020-10-20T14:15:10.037Z] [2020-10-20T14:15:10.304Z] Successfully built cdd58e1dc86f [2020-10-20T14:15:10.304Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-20T14:15:10.304Z] Building docker-security-secrets-setup-go [2020-10-20T14:15:15.010Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.071s coverage: 46.6% of statements [2020-10-20T14:15:15.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-20T14:15:15.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-20T14:15:15.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-20T14:15:15.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-20T14:15:15.010Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-20T14:15:20.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.271s coverage: 27.1% of statements [2020-10-20T14:15:20.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-20T14:15:20.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-20T14:15:20.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-20T14:15:20.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-20T14:15:20.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-20T14:15:20.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-20T14:15:20.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements [2020-10-20T14:15:20.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-20T14:15:20.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.026s coverage: 100.0% of statements [2020-10-20T14:15:20.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-20T14:15:20.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-20T14:15:20.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 83.3% of statements [2020-10-20T14:15:20.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-20T14:15:20.536Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-20T14:15:23.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.379s coverage: 86.2% of statements [2020-10-20T14:15:23.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-20T14:15:23.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-20T14:15:23.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-20T14:15:23.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-20T14:15:25.380Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-20T14:15:25.380Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:15:25.380Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-20T14:15:25.380Z] ---> 63ebe3d16a7a [2020-10-20T14:15:25.380Z] Step 3/29 : WORKDIR /edgex-go [2020-10-20T14:15:25.380Z] ---> Using cache [2020-10-20T14:15:25.380Z] ---> e979e0a7f586 [2020-10-20T14:15:25.380Z] Step 4/29 : RUN apk update && apk add make git [2020-10-20T14:15:25.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.374s coverage: 28.6% of statements [2020-10-20T14:15:25.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-20T14:15:25.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-20T14:15:25.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-20T14:15:25.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-20T14:15:25.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-20T14:15:25.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.085s coverage: 100.0% of statements [2020-10-20T14:15:25.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-20T14:15:25.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2020-10-20T14:15:25.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-20T14:15:27.311Z] ---> Running in 713e41d300c3 [2020-10-20T14:15:27.311Z] Removing intermediate container 3226cf86ab06 [2020-10-20T14:15:27.311Z] ---> d8e3e7e5e24a [2020-10-20T14:15:27.311Z] [2020-10-20T14:15:27.311Z] Step 10/20 : FROM alpine [2020-10-20T14:15:27.311Z] ---> a24bb4013296 [2020-10-20T14:15:27.311Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-20T14:15:27.587Z] ---> Running in 7c6c17a569de [2020-10-20T14:15:27.587Z] 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-20T14:15:27.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:15:28.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:15:28.135Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:15:28.405Z] v3.12.0-452-gd527b31117 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:15:28.405Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:15:28.405Z] OK: 12750 distinct packages available [2020-10-20T14:15:28.453Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.056s coverage: 86.7% of statements [2020-10-20T14:15:28.453Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-20T14:15:28.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:15:28.668Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-20T14:15:28.668Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T14:15:28.668Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-20T14:15:28.933Z] (4/4) Installing curl (7.69.1-r1) [2020-10-20T14:15:28.933Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T14:15:28.933Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T14:15:28.933Z] OK: 7 MiB in 18 packages [2020-10-20T14:15:29.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements [2020-10-20T14:15:29.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-20T14:15:29.199Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:15:29.199Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:15:29.199Z] OK: 12752 distinct packages available [2020-10-20T14:15:29.461Z] OK: 233 MiB in 51 packages [2020-10-20T14:15:29.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 100.0% of statements [2020-10-20T14:15:29.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-20T14:15:29.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-20T14:15:29.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-20T14:15:29.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-20T14:15:31.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.247s coverage: 96.3% of statements [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-20T14:15:31.128Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-20T14:15:31.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-20T14:15:31.379Z] Removing intermediate container 4f7090f26459 [2020-10-20T14:15:31.379Z] ---> 949cc9f8c851 [2020-10-20T14:15:31.379Z] [2020-10-20T14:15:31.379Z] Step 10/22 : FROM scratch [2020-10-20T14:15:31.379Z] ---> [2020-10-20T14:15:31.379Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T14:15:31.729Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.0% of statements [no tests to run] [2020-10-20T14:15:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-20T14:15:31.729Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-20T14:15:31.955Z] ---> Using cache [2020-10-20T14:15:31.955Z] ---> e947d78a7833 [2020-10-20T14:15:31.955Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-20T14:15:32.228Z] ---> Running in 66c85fcd1d97 [2020-10-20T14:15:32.228Z] Removing intermediate container 13405fda3802 [2020-10-20T14:15:32.228Z] ---> e609e09715fd [2020-10-20T14:15:32.228Z] [2020-10-20T14:15:32.228Z] Step 10/22 : FROM scratch [2020-10-20T14:15:32.228Z] ---> [2020-10-20T14:15:32.228Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T14:15:32.228Z] ---> Using cache [2020-10-20T14:15:32.228Z] ---> de55846c8c5b [2020-10-20T14:15:32.228Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-20T14:15:33.174Z] Removing intermediate container 713e41d300c3 [2020-10-20T14:15:33.174Z] ---> 850f39cb593f [2020-10-20T14:15:33.174Z] Step 5/29 : COPY go.mod . [2020-10-20T14:15:33.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2020-10-20T14:15:33.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-20T14:15:33.716Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-20T14:15:33.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2020-10-20T14:15:33.716Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.024s coverage: 91.3% of statements [2020-10-20T14:15:33.747Z] ---> Running in 8948bbe3dd3b [2020-10-20T14:15:33.747Z] Removing intermediate container 66c85fcd1d97 [2020-10-20T14:15:33.747Z] ---> ff1d2c235378 [2020-10-20T14:15:33.747Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T14:15:34.008Z] ---> Running in 53a3365ddb51 [2020-10-20T14:15:34.008Z] ---> 5479b8850a85 [2020-10-20T14:15:34.008Z] Step 6/29 : RUN go mod download [2020-10-20T14:15:34.008Z] Removing intermediate container 7c6c17a569de [2020-10-20T14:15:34.008Z] ---> b280b15c5995 [2020-10-20T14:15:34.008Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T14:15:34.283Z] Removing intermediate container 836e67d24fe9 [2020-10-20T14:15:34.283Z] ---> 57471eeb9325 [2020-10-20T14:15:34.283Z] [2020-10-20T14:15:34.284Z] Step 10/26 : FROM alpine:3.10 [2020-10-20T14:15:34.284Z] Removing intermediate container 8948bbe3dd3b [2020-10-20T14:15:34.284Z] ---> 072b33a140fb [2020-10-20T14:15:34.284Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T14:15:34.284Z] ---> Running in a94ea1bc97ef [2020-10-20T14:15:34.284Z] ---> Running in 4cea15025e4d [2020-10-20T14:15:34.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.016s coverage: 100.0% of statements [2020-10-20T14:15:34.545Z] ---> Running in 349b0ae7f299 [2020-10-20T14:15:34.545Z] Removing intermediate container 53a3365ddb51 [2020-10-20T14:15:34.545Z] ---> a3779ddeb697 [2020-10-20T14:15:34.545Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-20T14:15:34.811Z] Removing intermediate container 4cea15025e4d [2020-10-20T14:15:34.811Z] ---> 73128fdb1a10 [2020-10-20T14:15:34.811Z] Step 13/20 : WORKDIR /edgex [2020-10-20T14:15:34.811Z] 3.10: Pulling from library/alpine [2020-10-20T14:15:34.811Z] Removing intermediate container 349b0ae7f299 [2020-10-20T14:15:34.811Z] ---> f101ed230d54 [2020-10-20T14:15:34.811Z] Step 14/22 : WORKDIR / [2020-10-20T14:15:34.811Z] ---> 0eb16f3a4934 [2020-10-20T14:15:34.811Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-20T14:15:34.811Z] ---> Running in 63463cda9af2 [2020-10-20T14:15:34.811Z] ---> Running in d11af6a8c0bb [2020-10-20T14:15:35.088Z] Removing intermediate container 63463cda9af2 [2020-10-20T14:15:35.088Z] ---> 7f6f8dbbc5cc [2020-10-20T14:15:35.088Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-20T14:15:35.088Z] ---> 6e7e5837d9fd [2020-10-20T14:15:35.088Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-20T14:15:35.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2020-10-20T14:15:35.361Z] Removing intermediate container d11af6a8c0bb [2020-10-20T14:15:35.361Z] ---> 8003ec1246b2 [2020-10-20T14:15:35.361Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-20T14:15:35.361Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-20T14:15:35.361Z] Status: Downloaded newer image for alpine:3.10 [2020-10-20T14:15:35.361Z] ---> be4e4bea2c2e [2020-10-20T14:15:35.361Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-20T14:15:35.623Z] ---> Running in 7cb500be4171 [2020-10-20T14:15:35.886Z] ---> 944e359d88d9 [2020-10-20T14:15:35.886Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-20T14:15:35.886Z] ---> 57ed27fbea36 [2020-10-20T14:15:35.886Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-20T14:15:35.886Z] ---> 25909911fb7e [2020-10-20T14:15:35.886Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-20T14:15:35.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.016s coverage: 100.0% of statements [2020-10-20T14:15:36.463Z] Removing intermediate container a94ea1bc97ef [2020-10-20T14:15:36.463Z] ---> c6c6da97e398 [2020-10-20T14:15:36.463Z] Step 7/29 : COPY . . [2020-10-20T14:15:36.463Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:15:36.725Z] ---> 57f3bb5ccde1 [2020-10-20T14:15:36.725Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-20T14:15:36.725Z] ---> 1633709f19c3 [2020-10-20T14:15:36.725Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-20T14:15:36.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:15:36.725Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-20T14:15:36.725Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-20T14:15:36.725Z] OK: 10346 distinct packages available [2020-10-20T14:15:36.987Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-20T14:15:36.987Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-20T14:15:36.987Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-20T14:15:36.987Z] (4/5) Installing curl (7.66.0-r1) [2020-10-20T14:15:36.987Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-20T14:15:36.987Z] Executing busybox-1.30.1-r3.trigger [2020-10-20T14:15:36.987Z] Executing ca-certificates-20191127-r2.trigger [2020-10-20T14:15:37.249Z] OK: 7 MiB in 19 packages [2020-10-20T14:15:37.825Z] ---> ec748a5a37d6 [2020-10-20T14:15:37.825Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-20T14:15:38.087Z] ---> Running in a64048c4f0ce [2020-10-20T14:15:38.087Z] ---> Running in 9408a7a6e78e [2020-10-20T14:15:38.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 55.9% of statements [2020-10-20T14:15:38.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-20T14:15:38.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-20T14:15:38.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-20T14:15:38.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-20T14:15:43.395Z] Removing intermediate container a64048c4f0ce [2020-10-20T14:15:43.395Z] ---> 5446ed68adeb [2020-10-20T14:15:43.395Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T14:15:43.395Z] Removing intermediate container 9408a7a6e78e [2020-10-20T14:15:43.395Z] ---> 143c5c511ed0 [2020-10-20T14:15:43.395Z] Step 17/20 : CMD ["--init=true"] [2020-10-20T14:15:45.950Z] ---> 96e61d467ea1 [2020-10-20T14:15:45.950Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-20T14:15:46.525Z] ---> Running in 59c2fd1d8ce6 [2020-10-20T14:15:46.525Z] ---> Running in eb9bb3d3966d [2020-10-20T14:15:46.525Z] Removing intermediate container 7cb500be4171 [2020-10-20T14:15:46.525Z] ---> fd8773ee0498 [2020-10-20T14:15:46.525Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T14:15:48.447Z] ---> Running in 323b33641b7f [2020-10-20T14:15:48.717Z] ---> Running in be67af22b525 [2020-10-20T14:15:48.981Z] Removing intermediate container 59c2fd1d8ce6 [2020-10-20T14:15:48.981Z] ---> 6d52a159eb3b [2020-10-20T14:15:48.981Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T14:15:49.243Z] Removing intermediate container eb9bb3d3966d [2020-10-20T14:15:49.243Z] ---> 3cb0c42af3a4 [2020-10-20T14:15:49.243Z] Step 18/20 : LABEL arch=x86_64 [2020-10-20T14:15:50.635Z] Removing intermediate container 323b33641b7f [2020-10-20T14:15:50.635Z] ---> c109c0417db3 [2020-10-20T14:15:50.635Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T14:15:50.899Z] ---> Running in c872887538b9 [2020-10-20T14:15:50.899Z] ---> Running in 35c26d3d1e89 [2020-10-20T14:15:51.855Z] ---> Running in 8b9570ccbfa2 [2020-10-20T14:15:51.855Z] Removing intermediate container be67af22b525 [2020-10-20T14:15:51.855Z] ---> 834043c7c912 [2020-10-20T14:15:51.855Z] Step 13/26 : WORKDIR / [2020-10-20T14:15:53.254Z] ---> Running in 594bf0587694 [2020-10-20T14:15:53.254Z] Removing intermediate container c872887538b9 [2020-10-20T14:15:53.254Z] ---> 6c388f749fe8 [2020-10-20T14:15:53.254Z] Step 21/22 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:15:53.254Z] Removing intermediate container 35c26d3d1e89 [2020-10-20T14:15:53.254Z] ---> e505a9720e9b [2020-10-20T14:15:53.254Z] Step 19/20 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:15:53.254Z] Removing intermediate container 8b9570ccbfa2 [2020-10-20T14:15:53.254Z] ---> 05f1ab6afea8 [2020-10-20T14:15:53.254Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T14:15:53.254Z] ---> Running in 9b9e576665f1 [2020-10-20T14:15:53.254Z] ---> d5749ef0ed53 [2020-10-20T14:15:53.254Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-20T14:15:53.518Z] ---> Running in 54f8f581dc2a [2020-10-20T14:15:53.518Z] ---> Running in c32707c829b9 [2020-10-20T14:15:53.518Z] Removing intermediate container 594bf0587694 [2020-10-20T14:15:53.518Z] ---> 5e09cc8694a8 [2020-10-20T14:15:53.518Z] 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-20T14:15:53.518Z] ---> Running in 9a98da556a78 [2020-10-20T14:15:53.780Z] Removing intermediate container 9b9e576665f1 [2020-10-20T14:15:53.780Z] ---> 50d7a330aca7 [2020-10-20T14:15:53.780Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T14:15:53.780Z] Removing intermediate container 54f8f581dc2a [2020-10-20T14:15:53.780Z] ---> 6ac5e4168c7c [2020-10-20T14:15:53.780Z] Step 21/22 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:15:54.055Z] Removing intermediate container c32707c829b9 [2020-10-20T14:15:54.055Z] ---> 18614a8ba29f [2020-10-20T14:15:54.055Z] Step 20/20 : LABEL version=0.0.0 [2020-10-20T14:15:54.055Z] ---> Running in 63fe84089488 [2020-10-20T14:15:54.055Z] ---> Running in e5c6d5613f80 [2020-10-20T14:15:54.055Z] ---> Running in 04c656b787ff [2020-10-20T14:15:54.055Z] ---> 12480361317c [2020-10-20T14:15:54.055Z] 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-20T14:15:54.318Z] Removing intermediate container e5c6d5613f80 [2020-10-20T14:15:54.318Z] ---> 64fc18d98d1f [2020-10-20T14:15:54.318Z] [2020-10-20T14:15:54.318Z] Removing intermediate container 04c656b787ff [2020-10-20T14:15:54.318Z] ---> a84cb45beb6c [2020-10-20T14:15:54.318Z] [2020-10-20T14:15:54.587Z] 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-20T14:15:54.588Z] Removing intermediate container 63fe84089488 [2020-10-20T14:15:54.588Z] ---> 329aad1179e1 [2020-10-20T14:15:54.588Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T14:15:54.588Z] ---> ba41c3c66165 [2020-10-20T14:15:54.588Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-20T14:15:54.588Z] Successfully built a84cb45beb6c [2020-10-20T14:15:54.588Z] ---> Running in 763e1e53128a [2020-10-20T14:15:54.588Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-20T14:15:54.588Z]  Building docker-security-proxy-setup-go ... done Successfully built 64fc18d98d1f [2020-10-20T14:15:54.588Z] Successfully tagged docker-support-logging-go:latest [2020-10-20T14:15:54.858Z]  Building docker-support-logging-go ... done Removing intermediate container 763e1e53128a [2020-10-20T14:15:54.858Z] ---> 475aa7606893 [2020-10-20T14:15:54.858Z] [2020-10-20T14:15:54.858Z] ---> f74e75186cee [2020-10-20T14:15:54.858Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-20T14:15:55.128Z] Successfully built 475aa7606893 [2020-10-20T14:15:55.128Z] Successfully tagged docker-core-command-go:latest [2020-10-20T14:15:55.128Z]  Building docker-core-command-go ... done  ---> 8927a0d6970f [2020-10-20T14:15:55.128Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-20T14:15:56.100Z] ---> 0ff1e6483f71 [2020-10-20T14:15:56.100Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-20T14:15:57.079Z] ---> 925a10f4bcd7 [2020-10-20T14:15:57.079Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-20T14:15:57.350Z] ---> 2ba137488580 [2020-10-20T14:15:57.350Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T14:15:57.619Z] ---> e830aaea6b97 [2020-10-20T14:15:57.619Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T14:15:58.571Z] ---> Running in 268b3aea7c39 [2020-10-20T14:15:59.984Z] Removing intermediate container 268b3aea7c39 [2020-10-20T14:15:59.984Z] ---> 759d3993d3bc [2020-10-20T14:15:59.984Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T14:15:59.984Z] ---> Running in 397be11a66cf [2020-10-20T14:15:59.984Z] Removing intermediate container 397be11a66cf [2020-10-20T14:15:59.984Z] ---> 87e46d03cda2 [2020-10-20T14:15:59.984Z] Step 24/26 : LABEL arch=x86_64 [2020-10-20T14:16:00.254Z] ---> Running in 7cf4d74f8c4c [2020-10-20T14:16:01.657Z] Removing intermediate container 7cf4d74f8c4c [2020-10-20T14:16:01.657Z] ---> 11a2c20241d3 [2020-10-20T14:16:01.657Z] Step 25/26 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:16:01.657Z] ---> Running in eabce6b68ce6 [2020-10-20T14:16:01.928Z] Removing intermediate container eabce6b68ce6 [2020-10-20T14:16:01.928Z] ---> 242e08fa2604 [2020-10-20T14:16:01.928Z] Step 26/26 : LABEL version=0.0.0 [2020-10-20T14:16:01.928Z] ---> Running in 4a810224235f [2020-10-20T14:16:02.192Z] Removing intermediate container 4a810224235f [2020-10-20T14:16:02.192Z] ---> 237637fd1e41 [2020-10-20T14:16:02.192Z] [2020-10-20T14:16:02.456Z] Successfully built 237637fd1e41 [2020-10-20T14:16:02.456Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-20T14:16:05.024Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9a98da556a78 [2020-10-20T14:16:05.024Z] ---> fbda15ab659e [2020-10-20T14:16:05.024Z] [2020-10-20T14:16:05.024Z] Step 9/29 : FROM alpine:latest [2020-10-20T14:16:05.024Z] ---> a24bb4013296 [2020-10-20T14:16:05.024Z] 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-20T14:16:05.024Z] ---> Running in 191b559cc8db [2020-10-20T14:16:05.024Z] Removing intermediate container 191b559cc8db [2020-10-20T14:16:05.024Z] ---> 20fd7cb488c9 [2020-10-20T14:16:05.024Z] Step 11/29 : USER root [2020-10-20T14:16:05.024Z] ---> Running in 7decd6919c3e [2020-10-20T14:16:05.286Z] Removing intermediate container 7decd6919c3e [2020-10-20T14:16:05.286Z] ---> 60df924a18ae [2020-10-20T14:16:05.286Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-20T14:16:05.286Z] ---> Running in 98f914b73d4a [2020-10-20T14:16:05.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 27.470s coverage: 86.3% of statements [2020-10-20T14:16:05.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-20T14:16:05.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.186s coverage: 72.2% of statements [2020-10-20T14:16:05.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.421s coverage: 72.1% of statements [2020-10-20T14:16:05.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.028s coverage: 82.4% of statements [2020-10-20T14:16:05.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.013s coverage: 48.4% of statements [2020-10-20T14:16:05.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-20T14:16:05.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-20T14:16:05.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-20T14:16:05.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.028s coverage: 28.8% of statements [2020-10-20T14:16:05.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-20T14:16:05.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements [2020-10-20T14:16:05.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-20T14:16:05.401Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 36.5% of statements [2020-10-20T14:16:05.401Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.291s coverage: 84.1% of statements [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.036s coverage: 42.9% of statements [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.021s coverage: 100.0% of statements [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.090s coverage: 47.1% of statements [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.032s coverage: 100.0% of statements [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.026s coverage: 100.0% of statements [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.031s coverage: 100.0% of statements [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.170s coverage: 29.1% of statements [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.054s coverage: 99.0% of statements [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.024s coverage: 100.0% of statements [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.008s coverage: 0.0% of statements [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.026s coverage: 87.9% of statements [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-20T14:16:05.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.017s coverage: 32.1% of statements [2020-10-20T14:16:05.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.019s coverage: 100.0% of statements [2020-10-20T14:16:05.677Z] GO111MODULE=on go vet ./... [2020-10-20T14:16:05.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T14:16:05.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T14:16:06.127Z] v3.12.0-452-gd527b31117 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:16:06.127Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:16:06.127Z] OK: 12750 distinct packages available [2020-10-20T14:16:06.389Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-20T14:16:06.389Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-20T14:16:06.389Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T14:16:06.389Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T14:16:06.389Z] OK: 6 MiB in 16 packages [2020-10-20T14:16:07.783Z] Removing intermediate container 98f914b73d4a [2020-10-20T14:16:07.783Z] ---> c4c213f872a9 [2020-10-20T14:16:07.783Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-20T14:16:07.783Z] ---> Running in 6fd3d40fa81b [2020-10-20T14:16:08.044Z] Removing intermediate container 6fd3d40fa81b [2020-10-20T14:16:08.044Z] ---> 6dcea7c74921 [2020-10-20T14:16:08.044Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-20T14:16:08.044Z] ---> Running in 2931646cacee [2020-10-20T14:16:08.044Z] Removing intermediate container 2931646cacee [2020-10-20T14:16:08.044Z] ---> cb6bd6f00b22 [2020-10-20T14:16:08.044Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-20T14:16:08.306Z] ---> Running in e67d10fd08a8 [2020-10-20T14:16:09.250Z] Removing intermediate container e67d10fd08a8 [2020-10-20T14:16:09.250Z] ---> c399a02fc725 [2020-10-20T14:16:09.250Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-20T14:16:09.512Z] ---> f200fbe4c2f0 [2020-10-20T14:16:09.512Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-20T14:16:09.774Z] ---> d04b5c69ad29 [2020-10-20T14:16:09.774Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-20T14:16:10.035Z] ---> bbd1f06a3f73 [2020-10-20T14:16:10.035Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-20T14:16:10.297Z] ---> bcea89f5a057 [2020-10-20T14:16:10.297Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-20T14:16:10.561Z] ---> f65f575796d5 [2020-10-20T14:16:10.561Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-20T14:16:10.561Z] ---> Running in f88ab5db5c02 [2020-10-20T14:16:11.522Z] Removing intermediate container f88ab5db5c02 [2020-10-20T14:16:11.522Z] ---> 9bc1aa1e942b [2020-10-20T14:16:11.522Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T14:16:11.522Z] ---> 4f2f9f71218a [2020-10-20T14:16:11.522Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T14:16:11.522Z] ---> Running in 74a1353f31db [2020-10-20T14:16:12.470Z] Removing intermediate container 74a1353f31db [2020-10-20T14:16:12.470Z] ---> 08d3b5888329 [2020-10-20T14:16:12.470Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-20T14:16:12.470Z] ---> Running in cdb8098142df [2020-10-20T14:16:13.439Z] Removing intermediate container cdb8098142df [2020-10-20T14:16:13.439Z] ---> 27b6125b1bb6 [2020-10-20T14:16:13.439Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T14:16:13.766Z] ---> Running in 01cce30b3ee1 [2020-10-20T14:16:13.766Z] Removing intermediate container 01cce30b3ee1 [2020-10-20T14:16:13.766Z] ---> 57f01ebcf7bd [2020-10-20T14:16:13.766Z] Step 26/29 : CMD [ "generate" ] [2020-10-20T14:16:13.766Z] ---> Running in 0e9db919604f [2020-10-20T14:16:14.282Z] Removing intermediate container 0e9db919604f [2020-10-20T14:16:14.282Z] ---> 585cc996ff86 [2020-10-20T14:16:14.282Z] Step 27/29 : LABEL arch=x86_64 [2020-10-20T14:16:14.282Z] ---> Running in 37bf5ab79afe [2020-10-20T14:16:14.282Z] Removing intermediate container 37bf5ab79afe [2020-10-20T14:16:14.282Z] ---> 0e301bcad792 [2020-10-20T14:16:14.282Z] Step 28/29 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:16:14.282Z] ---> Running in 06a3510f84c3 [2020-10-20T14:16:15.112Z] Removing intermediate container 06a3510f84c3 [2020-10-20T14:16:15.112Z] ---> 077eff732c30 [2020-10-20T14:16:15.112Z] Step 29/29 : LABEL version=0.0.0 [2020-10-20T14:16:15.112Z] ---> Running in 84b987b953db [2020-10-20T14:16:15.112Z] Removing intermediate container 84b987b953db [2020-10-20T14:16:15.112Z] ---> 6ecb2c3d2e52 [2020-10-20T14:16:15.112Z] [2020-10-20T14:16:15.112Z] Successfully built 6ecb2c3d2e52 [2020-10-20T14:16:15.112Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-20T14:16:15.425Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-20T14:16:15.672Z] $ docker stop --time=1 a60492af9250d3388d35cace0cccd8f2bb3921774fb84c9d60974439b186ad45 [2020-10-20T14:16:17.636Z] $ docker rm -f a60492af9250d3388d35cace0cccd8f2bb3921774fb84c9d60974439b186ad45 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T14:16:19.238Z] + docker images [2020-10-20T14:16:19.238Z] + grep docker [2020-10-20T14:16:19.560Z] docker-security-secrets-setup-go latest 6ecb2c3d2e52 5 seconds ago 24MB [2020-10-20T14:16:19.560Z] docker-security-secretstore-setup-go latest 237637fd1e41 17 seconds ago 32.4MB [2020-10-20T14:16:19.560Z] docker-core-command-go latest 475aa7606893 25 seconds ago 12.2MB [2020-10-20T14:16:19.560Z] docker-security-proxy-setup-go latest a84cb45beb6c 25 seconds ago 15.8MB [2020-10-20T14:16:19.560Z] docker-support-logging-go latest 64fc18d98d1f 25 seconds ago 11.1MB [2020-10-20T14:16:19.560Z] docker-sys-mgmt-agent-go latest cdd58e1dc86f About a minute ago 290MB [2020-10-20T14:16:19.560Z] docker-core-data-go latest 266c6c67134d 2 minutes ago 23.6MB [2020-10-20T14:16:19.560Z] docker-support-notifications-go latest b17f6696ee1c 2 minutes ago 13.6MB [2020-10-20T14:16:19.560Z] docker-support-scheduler-go latest 8fb74e7cf648 2 minutes ago 12.3MB [2020-10-20T14:16:19.560Z] docker-core-metadata-go latest 540b2cf79ee9 2 minutes ago 14.4MB [2020-10-20T14:16:19.560Z] docker latest 809cc4dba987 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-10-20T14:16:28.614Z] gofmt -l . [2020-10-20T14:16:28.614Z] [ "`gofmt -l .`" = "" ] [2020-10-20T14:16:29.626Z] ./bin/test-go-mod-tidy.sh [2020-10-20T14:16:30.629Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-20T14:16:35.647Z] + ls -al . [2020-10-20T14:16:35.647Z] total 640 [2020-10-20T14:16:35.647Z] drwxrwxr-x 9 1001 1001 4096 Oct 20 14:16 . [2020-10-20T14:16:35.647Z] drwxr-xr-x 4 root root 4096 Oct 20 14:14 .. [2020-10-20T14:16:35.647Z] -rw-rw-r-- 1 1001 1001 11 Oct 20 14:12 .dockerignore [2020-10-20T14:16:35.647Z] drwxrwxr-x 8 1001 1001 4096 Oct 20 14:12 .git [2020-10-20T14:16:35.647Z] drwxrwxr-x 3 1001 1001 4096 Oct 20 14:12 .github [2020-10-20T14:16:35.647Z] -rw-rw-r-- 1 1001 1001 932 Oct 20 14:12 .gitignore [2020-10-20T14:16:35.647Z] -rw-rw-r-- 1 1001 1001 166 Oct 20 14:12 .sonarcloud.properties [2020-10-20T14:16:35.647Z] -rw-rw-r-- 1 1001 1001 3804 Oct 20 14:12 CONTRIBUTING.md [2020-10-20T14:16:35.647Z] -rw-rw-r-- 1 1001 1001 1035 Oct 20 14:12 Dockerfile.build [2020-10-20T14:16:35.647Z] -rw-rw-r-- 1 1001 1001 863 Oct 20 14:12 Jenkinsfile [2020-10-20T14:16:35.647Z] -rw-rw-r-- 1 1001 1001 10775 Oct 20 14:12 LICENSE [2020-10-20T14:16:35.647Z] -rw-rw-r-- 1 1001 1001 6237 Oct 20 14:12 Makefile [2020-10-20T14:16:35.647Z] -rw-rw-r-- 1 1001 1001 6447 Oct 20 14:12 README.md [2020-10-20T14:16:35.647Z] -rw-rw-r-- 1 1001 1001 259 Oct 20 14:12 SECURITY.md [2020-10-20T14:16:35.647Z] -rw-rw-r-- 1 1001 1001 5 Oct 20 14:08 VERSION [2020-10-20T14:16:35.647Z] -rw-rw-r-- 1 1001 1001 4131 Oct 20 14:12 ZMQWindows.md [2020-10-20T14:16:35.647Z] drwxrwxr-x 2 1001 1001 4096 Oct 20 14:12 bin [2020-10-20T14:16:35.647Z] drwxrwxr-x 15 1001 1001 4096 Oct 20 14:12 cmd [2020-10-20T14:16:35.647Z] -rw-r--r-- 1 root root 518264 Oct 20 14:16 coverage.out [2020-10-20T14:16:35.647Z] -rw-r--r-- 1 root root 1041 Oct 20 14:16 go.mod [2020-10-20T14:16:35.647Z] -rw-r--r-- 1 root root 18775 Oct 20 14:16 go.sum [2020-10-20T14:16:35.647Z] drwxrwxr-x 8 1001 1001 4096 Oct 20 14:12 internal [2020-10-20T14:16:35.647Z] drwxrwxr-x 4 1001 1001 4096 Oct 20 14:12 openapi [2020-10-20T14:16:35.648Z] drwxrwxr-x 4 1001 1001 4096 Oct 20 14:12 snap [2020-10-20T14:16:35.648Z] -rw-rw-r-- 1 1001 1001 168 Oct 20 14:12 version.go [Pipeline] sh [2020-10-20T14:16:35.901Z] Still waiting to schedule task [2020-10-20T14:16:35.902Z] Waiting for next available executor on ‘prd-centos7-docker-8c-8g-6963’ [2020-10-20T14:16:36.007Z] + '[' -e coverage.out ] [2020-10-20T14:16:36.007Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-20T14:16:36.091Z] Warning: overwriting stash ‘coverage-report’ [2020-10-20T14:16:37.219Z] Stashed 1 file(s) [Pipeline] sh [2020-10-20T14:16:37.974Z] + make build [2020-10-20T14:16:37.974Z] 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-20T14:17:04.914Z] 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-20T14:17:11.634Z] 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-20T14:17:15.945Z] 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-20T14:17:19.331Z] 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-20T14:17:24.748Z] 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-20T14:17:25.349Z] 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-20T14:17:29.661Z] 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-20T14:17:35.066Z] 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-20T14:17:37.690Z] 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-20T14:17:42.016Z] 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-20T14:17:45.397Z] 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-20T14:17:48.798Z] 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-20T14:17:52.128Z] $ docker stop --time=1 83b8ef38014dfc46ac52944165e8dee3a0a783c057b7c34107543d4568c44eaf [2020-10-20T14:17:54.650Z] $ docker rm -f 83b8ef38014dfc46ac52944165e8dee3a0a783c057b7c34107543d4568c44eaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:17:57.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T14:17:57.557Z] [2020-10-20T14:17:57.557Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:17:58.228Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T14:17:58.502Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-20T14:17:58.502Z] 29e5d40040c1: Pulling fs layer [2020-10-20T14:17:58.502Z] 1ce36da41761: Pulling fs layer [2020-10-20T14:17:58.502Z] 25b303627fd3: Pulling fs layer [2020-10-20T14:17:59.100Z] 29e5d40040c1: Download complete [2020-10-20T14:17:59.703Z] 1ce36da41761: Verifying Checksum [2020-10-20T14:17:59.703Z] 1ce36da41761: Download complete [2020-10-20T14:17:59.703Z] 29e5d40040c1: Pull complete [2020-10-20T14:18:01.150Z] 1ce36da41761: Pull complete [2020-10-20T14:18:01.150Z] 25b303627fd3: Verifying Checksum [2020-10-20T14:18:01.150Z] 25b303627fd3: Download complete [2020-10-20T14:18:11.310Z] 25b303627fd3: Pull complete [2020-10-20T14:18:11.310Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-20T14:18:11.310Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T14:18:11.310Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-20T14:18:11.547Z] prd-ubuntu18.04-docker-arm64-4c-16g-6966 does not seem to be running inside a container [2020-10-20T14:18:11.560Z] $ 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-20T14:18:14.741Z] $ docker top 87b61c38d79e8325f7d5c430402ef6d4726462727867bf4e0a67c3a679d085de -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T14:18:16.212Z] + grep parallel [2020-10-20T14:18:16.212Z] + docker-compose build --help [2020-10-20T14:18:19.585Z] --parallel Build images in parallel. [Pipeline] } [2020-10-20T14:18:19.809Z] $ docker stop --time=1 87b61c38d79e8325f7d5c430402ef6d4726462727867bf4e0a67c3a679d085de [2020-10-20T14:18:21.603Z] $ docker rm -f 87b61c38d79e8325f7d5c430402ef6d4726462727867bf4e0a67c3a679d085de [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:18:22.554Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T14:18:22.554Z] . [Pipeline] withDockerContainer [2020-10-20T14:18:22.833Z] prd-ubuntu18.04-docker-arm64-4c-16g-6966 does not seem to be running inside a container [2020-10-20T14:18:22.847Z] $ 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-20T14:18:24.276Z] $ docker top 281c6cea99e3fa8ae8aba347c992cc9b428fe9877ec6d63374c222b5c0e5614c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T14:18:25.461Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-20T14:18:28.853Z] Building docker-core-command-go ... [2020-10-20T14:18:28.853Z] Building docker-core-data-go ... [2020-10-20T14:18:28.853Z] Building docker-core-metadata-go ... [2020-10-20T14:18:28.853Z] Building docker-security-proxy-setup-go ... [2020-10-20T14:18:28.853Z] Building docker-security-secrets-setup-go ... [2020-10-20T14:18:28.853Z] Building docker-security-secretstore-setup-go ... [2020-10-20T14:18:28.853Z] Building docker-support-logging-go ... [2020-10-20T14:18:28.853Z] Building docker-support-notifications-go ... [2020-10-20T14:18:28.853Z] Building docker-support-scheduler-go ... [2020-10-20T14:18:28.853Z] Building docker-sys-mgmt-agent-go ... [2020-10-20T14:18:28.853Z] Building docker-core-data-go [2020-10-20T14:18:28.853Z] Building docker-security-secretstore-setup-go [2020-10-20T14:18:28.853Z] Building docker-support-notifications-go [2020-10-20T14:18:28.853Z] Building docker-security-secrets-setup-go [2020-10-20T14:18:28.853Z] Building docker-security-proxy-setup-go [2020-10-20T14:19:19.424Z] Running on prd-centos7-docker-8c-8g-6968 in /w/workspace/edgexfoundry_edgex-go_PR-2807 [Pipeline] { [Pipeline] ws [2020-10-20T14:19:19.477Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2020-10-20T14:19:22.371Z] using credential edgex-jenkins-ssh [2020-10-20T14:19:22.440Z] Cloning the remote Git repository [2020-10-20T14:19:22.459Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-20T14:19:22.542Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2020-10-20T14:19:22.575Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T14:19:22.575Z] > git --version # timeout=10 [2020-10-20T14:19:22.582Z] > git --version # 'git version 2.16.5' [2020-10-20T14:19:22.583Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T14:19:22.615Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T14:19:40.974Z] Merging remotes/origin/master commit 12565dec60f03e6cbc896b7e2b47784094aed3ee into PR head commit d002a233c572f40e04c5d08bee752ff45cb604e5 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-20T14:19:40.397Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T14:19:40.404Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T14:19:40.418Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T14:19:40.433Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T14:19:40.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T14:19:40.438Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2807/head:refs/remotes/origin/PR-2807 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T14:19:40.989Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T14:19:40.995Z] > git checkout -f d002a233c572f40e04c5d08bee752ff45cb604e5 # timeout=10 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-20T14:19:41.624Z] Failed in branch amd64 [2020-10-20T14:19:50.619Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:19:50.619Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:19:50.619Z] ---> 189a95cc79b8 [2020-10-20T14:19:50.619Z] Step 3/20 : WORKDIR /edgex-go [2020-10-20T14:19:50.620Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:19:50.620Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:19:50.620Z] ---> 189a95cc79b8 [2020-10-20T14:19:50.620Z] Step 3/23 : WORKDIR /edgex-go [2020-10-20T14:19:50.620Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:19:50.620Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:19:50.620Z] ---> 189a95cc79b8 [2020-10-20T14:19:50.620Z] Step 3/24 : WORKDIR /edgex-go [2020-10-20T14:19:50.620Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:19:50.620Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:19:50.620Z] ---> 189a95cc79b8 [2020-10-20T14:19:50.620Z] Step 3/26 : WORKDIR /edgex-go [2020-10-20T14:19:50.620Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:19:50.620Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-20T14:19:50.620Z] ---> 189a95cc79b8 [2020-10-20T14:19:50.620Z] Step 3/29 : WORKDIR /edgex-go [2020-10-20T14:19:50.620Z] ---> Running in 4fdf35781617 [2020-10-20T14:19:50.620Z] ---> Running in 0409669b06a8 [2020-10-20T14:19:50.620Z] ---> Running in a98b47de6229 [2020-10-20T14:19:50.620Z] ---> Running in c44e7dd62a9d [2020-10-20T14:19:50.620Z] ---> Running in ba641e9ead47 [2020-10-20T14:19:50.620Z] Removing intermediate container c44e7dd62a9d [2020-10-20T14:19:50.620Z] ---> ebfbfca800ed [2020-10-20T14:19:50.620Z] Removing intermediate container ba641e9ead47 [2020-10-20T14:19:50.620Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 6829d3b11ee0 [2020-10-20T14:19:50.620Z] [2020-10-20T14:19:50.620Z] Step 4/29 : RUN apk update && apk add make git [2020-10-20T14:19:50.620Z] Removing intermediate container 0409669b06a8 [2020-10-20T14:19:50.620Z] ---> 2d9d2fa2c276 [2020-10-20T14:19:50.620Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:19:50.620Z] Removing intermediate container 4fdf35781617 [2020-10-20T14:19:50.620Z] ---> 31dd65bcdd2f [2020-10-20T14:19:50.620Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:19:50.620Z] Removing intermediate container a98b47de6229 [2020-10-20T14:19:50.620Z] ---> 017474c6631a [2020-10-20T14:19:50.620Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:19:50.620Z] ---> Running in 03fe9bc55b5e [2020-10-20T14:19:50.620Z] ---> Running in 11bc580b5042 [2020-10-20T14:19:50.620Z] ---> Running in 3f1760b2ed8f [2020-10-20T14:19:50.620Z] ---> Running in 89d7c1288c26 [2020-10-20T14:19:50.620Z] ---> Running in 7bed4ee7777e [2020-10-20T14:19:50.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:19:51.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:19:52.599Z] Removing intermediate container 11bc580b5042 [2020-10-20T14:19:52.599Z] ---> 3845d4c994d7 [2020-10-20T14:19:52.599Z] Step 5/26 : RUN apk update && apk add make git [2020-10-20T14:19:52.599Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:19:52.599Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:19:52.599Z] OK: 12623 distinct packages available [2020-10-20T14:19:52.599Z] ---> Running in 207671cee7d1 [2020-10-20T14:19:52.599Z] Removing intermediate container 3f1760b2ed8f [2020-10-20T14:19:52.599Z] ---> 07a7026eafa9 [2020-10-20T14:19:52.599Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-20T14:19:52.871Z] Removing intermediate container 89d7c1288c26 [2020-10-20T14:19:52.871Z] ---> af3a1ddf9cc8 [2020-10-20T14:19:52.871Z] Step 5/20 : RUN apk update && apk add make git [2020-10-20T14:19:52.871Z] ---> Running in 439109e8c0cf [2020-10-20T14:19:53.154Z] Removing intermediate container 7bed4ee7777e [2020-10-20T14:19:53.154Z] ---> 556a270554cc [2020-10-20T14:19:53.154Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-20T14:19:53.154Z] ---> Running in 267aa8b42b4d [2020-10-20T14:19:53.434Z] OK: 217 MiB in 51 packages [2020-10-20T14:19:53.434Z] ---> Running in 84a6609236a0 [2020-10-20T14:19:55.436Z] Removing intermediate container 03fe9bc55b5e [2020-10-20T14:19:55.436Z] ---> baa590a73058 [2020-10-20T14:19:55.436Z] Step 5/29 : COPY go.mod . [2020-10-20T14:19:55.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:19:55.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:19:55.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:19:55.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:19:55.983Z] ---> be402a3acd1c [2020-10-20T14:19:55.983Z] Step 6/29 : RUN go mod download [2020-10-20T14:19:56.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:19:56.257Z] ---> Running in 5ef6cc9d0973 [2020-10-20T14:19:56.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:19:56.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:19:56.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:19:57.422Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:19:57.422Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:19:57.422Z] OK: 12623 distinct packages available [2020-10-20T14:19:57.422Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:19:57.422Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:19:57.422Z] OK: 12623 distinct packages available [2020-10-20T14:19:57.700Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:19:57.700Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:19:57.700Z] OK: 12623 distinct packages available [2020-10-20T14:19:57.976Z] OK: 217 MiB in 51 packages [2020-10-20T14:19:58.252Z] OK: 217 MiB in 51 packages [2020-10-20T14:19:58.529Z] OK: 217 MiB in 51 packages [2020-10-20T14:19:58.818Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:19:58.818Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:19:58.818Z] OK: 12623 distinct packages available [2020-10-20T14:19:59.434Z] OK: 217 MiB in 51 packages [2020-10-20T14:20:00.036Z] Removing intermediate container 207671cee7d1 [2020-10-20T14:20:00.036Z] ---> 976c8ffd8cbf [2020-10-20T14:20:00.036Z] Step 6/26 : COPY go.mod . [2020-10-20T14:20:00.315Z] Removing intermediate container 5ef6cc9d0973 [2020-10-20T14:20:00.315Z] ---> 0d308cdea272 [2020-10-20T14:20:00.315Z] Step 7/29 : COPY . . [2020-10-20T14:20:00.592Z] Removing intermediate container 84a6609236a0 [2020-10-20T14:20:00.592Z] ---> 1bc616fedc41 [2020-10-20T14:20:00.592Z] Step 6/23 : COPY go.mod . [2020-10-20T14:20:00.592Z] Removing intermediate container 267aa8b42b4d [2020-10-20T14:20:00.592Z] ---> 6b53549cfaac [2020-10-20T14:20:00.592Z] Step 6/20 : COPY go.mod . [2020-10-20T14:20:01.192Z] ---> 00533bf657e2 [2020-10-20T14:20:01.193Z] Step 7/26 : RUN go mod download [2020-10-20T14:20:01.479Z] Removing intermediate container 439109e8c0cf [2020-10-20T14:20:01.479Z] ---> 0476d290dfc8 [2020-10-20T14:20:01.479Z] Step 6/24 : COPY go.mod . [2020-10-20T14:20:01.755Z] ---> Running in 28ab867a3052 [2020-10-20T14:20:02.036Z] ---> 616b510ca24e [2020-10-20T14:20:02.036Z] Step 7/20 : RUN go mod download [2020-10-20T14:20:02.036Z] ---> ed70e3065f7b [2020-10-20T14:20:02.036Z] Step 7/23 : RUN go mod download [2020-10-20T14:20:02.638Z] ---> ff1a0b2ce1b0 [2020-10-20T14:20:02.638Z] Step 7/24 : RUN go mod download [2020-10-20T14:20:02.638Z] ---> Running in 1f0c6e8fec72 [2020-10-20T14:20:02.638Z] ---> Running in df757624b57e [2020-10-20T14:20:02.913Z] ---> Running in c9189a8426ca [2020-10-20T14:20:07.247Z] Removing intermediate container 28ab867a3052 [2020-10-20T14:20:07.247Z] ---> 47a8ac2e595e [2020-10-20T14:20:07.247Z] Step 8/26 : COPY . . [2020-10-20T14:20:07.524Z] Removing intermediate container 1f0c6e8fec72 [2020-10-20T14:20:07.524Z] ---> 572741efc235 [2020-10-20T14:20:07.524Z] Step 8/23 : COPY . . [2020-10-20T14:20:08.126Z] Removing intermediate container c9189a8426ca [2020-10-20T14:20:08.126Z] ---> c56fa08adb65 [2020-10-20T14:20:08.126Z] Step 8/24 : COPY . . [2020-10-20T14:20:08.402Z] Removing intermediate container df757624b57e [2020-10-20T14:20:08.402Z] ---> f05e734affe6 [2020-10-20T14:20:08.402Z] Step 8/20 : COPY . . [2020-10-20T14:20:26.769Z] ---> 61e196f632d7 [2020-10-20T14:20:26.769Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-20T14:20:27.056Z] ---> 0088fcc0e09a [2020-10-20T14:20:27.056Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-20T14:20:27.056Z] ---> a5b417401e76 [2020-10-20T14:20:27.056Z] 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-20T14:20:27.056Z] ---> Running in 8ae0ccae386a [2020-10-20T14:20:27.338Z] ---> e546a62279ab [2020-10-20T14:20:27.338Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-20T14:20:27.338Z] ---> 5ca2dd102a70 [2020-10-20T14:20:27.338Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-20T14:20:27.612Z] ---> Running in 8dcf52d77a3c [2020-10-20T14:20:27.612Z] ---> Running in 7b12181ba46e [2020-10-20T14:20:27.612Z] ---> Running in c7f55e558bd0 [2020-10-20T14:20:27.612Z] ---> Running in d7fe46c028bd [2020-10-20T14:20:29.634Z] 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-20T14:20:31.095Z] 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-20T14:20:31.095Z] 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-20T14:20:31.696Z] 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-20T14:20:31.970Z] 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-20T14:21:53.794Z] 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-20T14:21:53.794Z] Removing intermediate container 8ae0ccae386a [2020-10-20T14:21:53.794Z] ---> bbf4f4199f98 [2020-10-20T14:21:53.794Z] [2020-10-20T14:21:53.794Z] Step 9/29 : FROM alpine:latest [2020-10-20T14:21:53.794Z] latest: Pulling from library/alpine [2020-10-20T14:21:53.794Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T14:21:53.794Z] Status: Downloaded newer image for alpine:latest [2020-10-20T14:21:53.794Z] ---> 62ee0e9f8440 [2020-10-20T14:21:53.794Z] 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-20T14:21:53.794Z] ---> Running in 0f81c3c05745 [2020-10-20T14:21:53.794Z] Removing intermediate container 0f81c3c05745 [2020-10-20T14:21:53.794Z] ---> 3211d9913f9d [2020-10-20T14:21:53.794Z] Step 11/29 : USER root [2020-10-20T14:21:53.794Z] ---> Running in adcb37a45cf0 [2020-10-20T14:21:53.794Z] Removing intermediate container d7fe46c028bd [2020-10-20T14:21:53.794Z] ---> c18033fc9ec3 [2020-10-20T14:21:53.794Z] [2020-10-20T14:21:53.794Z] Step 10/20 : FROM alpine [2020-10-20T14:21:53.794Z] ---> 62ee0e9f8440 [2020-10-20T14:21:53.794Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-20T14:21:53.794Z] Removing intermediate container adcb37a45cf0 [2020-10-20T14:21:53.794Z] ---> Running in eb09be1dd88f [2020-10-20T14:21:53.794Z] ---> 6a435c7ff8e0 [2020-10-20T14:21:53.794Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-20T14:21:53.794Z] ---> Running in a688d27da04b [2020-10-20T14:21:55.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:21:55.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:21:55.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:21:56.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:21:56.665Z] v3.12.0-452-gd527b31117 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:21:56.665Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:21:56.665Z] OK: 12621 distinct packages available [2020-10-20T14:21:56.665Z] v3.12.0-452-gd527b31117 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:21:56.665Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:21:56.665Z] OK: 12621 distinct packages available [2020-10-20T14:21:57.267Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-20T14:21:57.542Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-20T14:21:57.542Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-20T14:21:57.542Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T14:21:57.542Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T14:21:57.542Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T14:21:57.542Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-20T14:21:57.542Z] (4/4) Installing curl (7.69.1-r1) [2020-10-20T14:21:57.542Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T14:21:57.542Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T14:21:57.817Z] OK: 6 MiB in 16 packages [2020-10-20T14:21:58.097Z] OK: 7 MiB in 18 packages [2020-10-20T14:21:58.097Z] 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-20T14:22:00.740Z] Removing intermediate container a688d27da04b [2020-10-20T14:22:00.740Z] ---> 0bd34051c73b [2020-10-20T14:22:00.740Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-20T14:22:00.740Z] Removing intermediate container eb09be1dd88f [2020-10-20T14:22:00.740Z] ---> ce1cb230e8ce [2020-10-20T14:22:00.740Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T14:22:00.740Z] ---> Running in b0b162f46080 [2020-10-20T14:22:01.021Z] ---> Running in 404f0fffe4e6 [2020-10-20T14:22:01.626Z] Removing intermediate container b0b162f46080 [2020-10-20T14:22:01.626Z] ---> 7aa6e1d7244d [2020-10-20T14:22:01.626Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-20T14:22:01.906Z] Removing intermediate container 404f0fffe4e6 [2020-10-20T14:22:01.906Z] ---> 5765f5509eea [2020-10-20T14:22:01.906Z] Step 13/20 : WORKDIR /edgex [2020-10-20T14:22:02.187Z] ---> Running in 98f4fd4849e3 [2020-10-20T14:22:02.187Z] ---> Running in 7a37505796a9 [2020-10-20T14:22:02.797Z] Removing intermediate container 98f4fd4849e3 [2020-10-20T14:22:02.797Z] ---> a883eabfd286 [2020-10-20T14:22:02.797Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-20T14:22:03.077Z] Removing intermediate container 7a37505796a9 [2020-10-20T14:22:03.077Z] ---> ca7befa46a8b [2020-10-20T14:22:03.077Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-20T14:22:03.077Z] ---> Running in 66d17299e27c [2020-10-20T14:22:04.554Z] ---> d7e9be034cfe [2020-10-20T14:22:04.554Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-20T14:22:07.210Z] ---> e0b0b34fd3e6 [2020-10-20T14:22:07.210Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-20T14:22:07.210Z] ---> Running in 1dade3689fa1 [2020-10-20T14:22:08.412Z] Removing intermediate container 1dade3689fa1 [2020-10-20T14:22:08.412Z] ---> de1452b7559a [2020-10-20T14:22:08.412Z] Step 17/20 : CMD ["--init=true"] [2020-10-20T14:22:08.412Z] Removing intermediate container 66d17299e27c [2020-10-20T14:22:08.412Z] ---> 41a9abd6811d [2020-10-20T14:22:08.412Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-20T14:22:08.725Z] ---> Running in 43ef1723b6b5 [2020-10-20T14:22:10.209Z] Removing intermediate container 43ef1723b6b5 [2020-10-20T14:22:10.209Z] ---> 06e2f86bdc77 [2020-10-20T14:22:10.209Z] Step 18/20 : LABEL arch=arm64 [2020-10-20T14:22:10.495Z] ---> Running in 9190b703937c [2020-10-20T14:22:11.497Z] ---> 045f7fdfa49e [2020-10-20T14:22:11.497Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-20T14:22:11.497Z] Removing intermediate container 9190b703937c [2020-10-20T14:22:11.497Z] ---> a4111584f457 [2020-10-20T14:22:11.497Z] Step 19/20 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:22:12.102Z] ---> Running in 222ac91aa0a3 [2020-10-20T14:22:12.707Z] Removing intermediate container 7b12181ba46e [2020-10-20T14:22:12.707Z] ---> 29febc1a212e [2020-10-20T14:22:12.707Z] [2020-10-20T14:22:12.707Z] Step 10/26 : FROM alpine:3.10 [2020-10-20T14:22:12.985Z] Removing intermediate container 222ac91aa0a3 [2020-10-20T14:22:12.985Z] ---> 169945ee3e4f [2020-10-20T14:22:12.985Z] Step 20/20 : LABEL version=0.0.0 [2020-10-20T14:22:13.261Z] ---> Running in f68cd47bb1d0 [2020-10-20T14:22:13.261Z] 3.10: Pulling from library/alpine [2020-10-20T14:22:13.537Z] ---> f9eb49b91922 [2020-10-20T14:22:13.537Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-20T14:22:13.816Z] Removing intermediate container f68cd47bb1d0 [2020-10-20T14:22:13.816Z] ---> fa62e37f3c25 [2020-10-20T14:22:13.816Z] [2020-10-20T14:22:15.283Z] Successfully built fa62e37f3c25 [2020-10-20T14:22:15.283Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-20T14:22:15.283Z] Building docker-support-scheduler-go [2020-10-20T14:22:15.559Z]  Building docker-security-proxy-setup-go ... done  ---> f6467971b981 [2020-10-20T14:22:15.559Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-20T14:22:15.559Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-20T14:22:15.559Z] Status: Downloaded newer image for alpine:3.10 [2020-10-20T14:22:15.559Z] ---> 536a684cf733 [2020-10-20T14:22:15.559Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-20T14:22:15.841Z] ---> Running in 2a70678e93f3 [2020-10-20T14:22:17.858Z] ---> 24d6091a51e9 [2020-10-20T14:22:17.858Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-20T14:22:18.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:22:19.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:22:20.076Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-20T14:22:20.076Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-20T14:22:20.076Z] OK: 10167 distinct packages available [2020-10-20T14:22:20.361Z] ---> edaeb2867cc2 [2020-10-20T14:22:20.361Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-20T14:22:20.639Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-20T14:22:20.919Z] ---> Running in f7e534856102 [2020-10-20T14:22:20.919Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-20T14:22:20.919Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-20T14:22:20.919Z] (4/5) Installing curl (7.66.0-r1) [2020-10-20T14:22:20.919Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-20T14:22:20.919Z] Executing busybox-1.30.1-r3.trigger [2020-10-20T14:22:20.919Z] Executing ca-certificates-20191127-r2.trigger [2020-10-20T14:22:21.202Z] Removing intermediate container c7f55e558bd0 [2020-10-20T14:22:21.202Z] ---> c193a6964959 [2020-10-20T14:22:21.202Z] [2020-10-20T14:22:21.202Z] Step 10/24 : FROM scratch [2020-10-20T14:22:21.202Z] ---> [2020-10-20T14:22:21.202Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T14:22:21.202Z] OK: 7 MiB in 19 packages [2020-10-20T14:22:22.206Z] ---> Running in e4221e2780be [2020-10-20T14:22:22.821Z] Removing intermediate container e4221e2780be [2020-10-20T14:22:22.821Z] ---> 4a037724288e [2020-10-20T14:22:22.821Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-20T14:22:22.821Z] ---> Running in bfa4afaea37b [2020-10-20T14:22:24.278Z] Removing intermediate container bfa4afaea37b [2020-10-20T14:22:24.279Z] ---> 33d35d53fa69 [2020-10-20T14:22:24.279Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-20T14:22:24.279Z] ---> Running in ff66283da6ff [2020-10-20T14:22:24.563Z] Removing intermediate container 2a70678e93f3 [2020-10-20T14:22:24.563Z] ---> c96482df3ada [2020-10-20T14:22:24.563Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T14:22:24.839Z] ---> Running in 111088718a48 [2020-10-20T14:22:25.119Z] Removing intermediate container ff66283da6ff [2020-10-20T14:22:25.119Z] ---> 2defee911b81 [2020-10-20T14:22:25.119Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-20T14:22:25.119Z] Removing intermediate container f7e534856102 [2020-10-20T14:22:25.119Z] ---> 17bdef7dee06 [2020-10-20T14:22:25.119Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T14:22:25.726Z] Removing intermediate container 111088718a48 [2020-10-20T14:22:25.726Z] ---> a580e0f0b599 [2020-10-20T14:22:25.726Z] Step 13/26 : WORKDIR / [2020-10-20T14:22:26.002Z] ---> Running in f3c51408f40b [2020-10-20T14:22:27.000Z] ---> a28f76ad481b [2020-10-20T14:22:27.000Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T14:22:27.000Z] ---> 084ab1f1c314 [2020-10-20T14:22:27.000Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-20T14:22:27.280Z] ---> Running in e0cdf3c91a7b [2020-10-20T14:22:27.558Z] Removing intermediate container f3c51408f40b [2020-10-20T14:22:27.558Z] ---> a071a009464e [2020-10-20T14:22:27.558Z] 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-20T14:22:29.542Z] ---> dc0c6e1929a1 [2020-10-20T14:22:29.542Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-20T14:22:29.815Z] ---> 670d36023925 [2020-10-20T14:22:29.815Z] 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-20T14:22:31.831Z] ---> ed6f6f5aeae1 [2020-10-20T14:22:31.831Z] ---> adc409eb7549 [2020-10-20T14:22:31.831Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-20T14:22:32.107Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-20T14:22:32.388Z] Removing intermediate container e0cdf3c91a7b [2020-10-20T14:22:32.388Z] ---> 8f94d573e8af [2020-10-20T14:22:32.388Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-20T14:22:32.992Z] ---> Running in ee6bbada01c8 [2020-10-20T14:22:33.603Z] ---> c766a2b6bed7 [2020-10-20T14:22:33.603Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-20T14:22:33.603Z] ---> fa64e85a90d0 [2020-10-20T14:22:33.603Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-20T14:22:34.202Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:22:34.202Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:22:34.202Z] ---> 189a95cc79b8 [2020-10-20T14:22:34.202Z] Step 3/21 : WORKDIR /edgex-go [2020-10-20T14:22:34.202Z] ---> Using cache [2020-10-20T14:22:34.202Z] ---> 017474c6631a [2020-10-20T14:22:34.202Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:22:34.202Z] ---> Using cache [2020-10-20T14:22:34.202Z] ---> 556a270554cc [2020-10-20T14:22:34.202Z] Step 5/21 : RUN apk update && apk add make git [2020-10-20T14:22:34.202Z] ---> Running in c27f3d6ca068 [2020-10-20T14:22:35.676Z] ---> d81bbe4d0fc6 [2020-10-20T14:22:35.676Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-20T14:22:35.950Z] ---> 6ee86c0af9a8 [2020-10-20T14:22:35.950Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-20T14:22:36.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:22:37.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:22:37.421Z] ---> 5b09c3a5511b [2020-10-20T14:22:37.421Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-20T14:22:37.421Z] ---> acbfc38fa3e0 [2020-10-20T14:22:37.421Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-20T14:22:37.421Z] ---> Running in 1be6e415fc77 [2020-10-20T14:22:38.409Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:22:38.409Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:22:38.409Z] OK: 12623 distinct packages available [2020-10-20T14:22:38.409Z] Removing intermediate container ee6bbada01c8 [2020-10-20T14:22:38.409Z] ---> fc7aecbb3ad6 [2020-10-20T14:22:38.409Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T14:22:38.692Z] Removing intermediate container 1be6e415fc77 [2020-10-20T14:22:38.692Z] ---> 87bc3cc96b12 [2020-10-20T14:22:38.692Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T14:22:38.692Z] ---> Running in 44d5383e3763 [2020-10-20T14:22:38.692Z] ---> 6fa50bd3b83b [2020-10-20T14:22:38.692Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-20T14:22:38.965Z] ---> Running in 20222ba2c57b [2020-10-20T14:22:38.965Z] OK: 217 MiB in 51 packages [2020-10-20T14:22:39.565Z] Removing intermediate container 44d5383e3763 [2020-10-20T14:22:39.565Z] ---> 2b0571b77d4d [2020-10-20T14:22:39.565Z] Step 26/29 : CMD [ "generate" ] [2020-10-20T14:22:39.857Z] ---> Running in fc8032ceba34 [2020-10-20T14:22:39.857Z] Removing intermediate container 20222ba2c57b [2020-10-20T14:22:39.857Z] ---> 9d8b50fa75f0 [2020-10-20T14:22:39.857Z] Step 22/24 : LABEL arch=arm64 [2020-10-20T14:22:40.462Z] ---> Running in 2fd3d1161051 [2020-10-20T14:22:40.736Z] ---> 3e702af13dfd [2020-10-20T14:22:40.736Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T14:22:40.736Z] Removing intermediate container fc8032ceba34 [2020-10-20T14:22:40.736Z] ---> 5c36f4442e6a [2020-10-20T14:22:40.736Z] Step 27/29 : LABEL arch=arm64 [2020-10-20T14:22:41.013Z] Removing intermediate container c27f3d6ca068 [2020-10-20T14:22:41.013Z] ---> ba0d7d0755fe [2020-10-20T14:22:41.013Z] Step 6/21 : COPY go.mod . [2020-10-20T14:22:41.295Z] ---> Running in f679b426c5e6 [2020-10-20T14:22:41.295Z] Removing intermediate container 2fd3d1161051 [2020-10-20T14:22:41.295Z] ---> 54e2f2ae8c45 [2020-10-20T14:22:41.295Z] Step 23/24 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:22:41.898Z] ---> Running in 3dfe9bb14692 [2020-10-20T14:22:41.898Z] ---> 12e4bd63908c [2020-10-20T14:22:41.898Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T14:22:42.171Z] Removing intermediate container f679b426c5e6 [2020-10-20T14:22:42.171Z] ---> 47b2d1e9c987 [2020-10-20T14:22:42.171Z] Step 28/29 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:22:42.171Z] ---> 9dcf3dfe6e42 [2020-10-20T14:22:42.171Z] Step 7/21 : RUN go mod download [2020-10-20T14:22:42.171Z] ---> Running in a948fa944a16 [2020-10-20T14:22:42.445Z] ---> Running in e3ab8c6c0f5f [2020-10-20T14:22:42.445Z] ---> Running in e73163f2e4b4 [2020-10-20T14:22:42.727Z] Removing intermediate container 3dfe9bb14692 [2020-10-20T14:22:42.727Z] ---> 67ca52a920bd [2020-10-20T14:22:42.727Z] Step 24/24 : LABEL version=0.0.0 [2020-10-20T14:22:43.006Z] ---> Running in 7a2faccf8e7e [2020-10-20T14:22:43.006Z] Removing intermediate container 8dcf52d77a3c [2020-10-20T14:22:43.006Z] ---> cde24e3ab413 [2020-10-20T14:22:43.006Z] [2020-10-20T14:22:43.006Z] Step 10/23 : FROM alpine [2020-10-20T14:22:43.006Z] ---> 62ee0e9f8440 [2020-10-20T14:22:43.006Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T14:22:43.284Z] Removing intermediate container e3ab8c6c0f5f [2020-10-20T14:22:43.284Z] ---> 38dbe1a31587 [2020-10-20T14:22:43.284Z] Step 29/29 : LABEL version=0.0.0 [2020-10-20T14:22:43.284Z] ---> Running in a35d8e88e368 [2020-10-20T14:22:43.562Z] ---> Running in 37b98abfffa7 [2020-10-20T14:22:43.562Z] Removing intermediate container 7a2faccf8e7e [2020-10-20T14:22:43.562Z] ---> 9a6496672300 [2020-10-20T14:22:43.562Z] [2020-10-20T14:22:44.163Z] Removing intermediate container a35d8e88e368 [2020-10-20T14:22:44.163Z] ---> 3603a623756e [2020-10-20T14:22:44.163Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-20T14:22:44.163Z] Successfully built 9a6496672300 [2020-10-20T14:22:44.163Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-20T14:22:44.163Z]  Building docker-support-notifications-go ... done Removing intermediate container 37b98abfffa7 [2020-10-20T14:22:44.163Z] ---> 56fb95007672 [2020-10-20T14:22:44.163Z] Building docker-core-command-go [2020-10-20T14:22:44.163Z] [2020-10-20T14:22:44.445Z] ---> Running in 300fa8514629 [2020-10-20T14:22:45.046Z] Successfully built 56fb95007672 [2020-10-20T14:22:45.046Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-20T14:22:45.046Z] Building docker-sys-mgmt-agent-go [2020-10-20T14:22:45.328Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 300fa8514629 [2020-10-20T14:22:45.328Z] ---> 0caef2d31573 [2020-10-20T14:22:45.328Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-20T14:22:45.328Z] ---> Running in 664a8a4dac11 [2020-10-20T14:22:46.311Z] Removing intermediate container a948fa944a16 [2020-10-20T14:22:46.311Z] ---> c979beb5f626 [2020-10-20T14:22:46.311Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T14:22:46.311Z] Removing intermediate container 664a8a4dac11 [2020-10-20T14:22:46.311Z] ---> 52e3eae0bf1e [2020-10-20T14:22:46.311Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:22:46.311Z] ---> Running in b965ea623ab5 [2020-10-20T14:22:46.581Z] ---> Running in 942a07d8286d [2020-10-20T14:22:47.177Z] Removing intermediate container e73163f2e4b4 [2020-10-20T14:22:47.177Z] ---> ce6eaca1570d [2020-10-20T14:22:47.177Z] Step 8/21 : COPY . . [2020-10-20T14:22:47.775Z] Removing intermediate container b965ea623ab5 [2020-10-20T14:22:47.775Z] ---> c1abf8a4f528 [2020-10-20T14:22:47.775Z] Step 24/26 : LABEL arch=arm64 [2020-10-20T14:22:48.379Z] ---> Running in 1b70bbe79414 [2020-10-20T14:22:50.368Z] Removing intermediate container 1b70bbe79414 [2020-10-20T14:22:50.368Z] ---> 767a2c8c5abc [2020-10-20T14:22:50.368Z] Step 25/26 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:22:52.376Z] ---> Running in 89eb83cb3e39 [2020-10-20T14:22:53.833Z] Removing intermediate container 89eb83cb3e39 [2020-10-20T14:22:53.833Z] Removing intermediate container 942a07d8286d [2020-10-20T14:22:53.833Z] ---> 2d00672d345c [2020-10-20T14:22:53.833Z] ---> af64153ca40d [2020-10-20T14:22:53.833Z] Step 26/26 : LABEL version=0.0.0 [2020-10-20T14:22:53.833Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-20T14:22:53.833Z] ---> Running in 2aa30339e2bd [2020-10-20T14:22:53.833Z] ---> Running in 7f513cfb058c [2020-10-20T14:22:54.829Z] Removing intermediate container 2aa30339e2bd [2020-10-20T14:22:54.829Z] ---> 98eb2f1c7c5b [2020-10-20T14:22:54.829Z] [2020-10-20T14:22:55.427Z] Successfully built 98eb2f1c7c5b [2020-10-20T14:22:55.427Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-20T14:22:55.427Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go [2020-10-20T14:22:56.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:22:56.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:22:57.239Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-20T14:22:57.518Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-20T14:22:57.518Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-20T14:22:57.794Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-20T14:22:57.794Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-20T14:22:58.067Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T14:22:58.067Z] OK: 8 MiB in 19 packages [2020-10-20T14:23:01.477Z] ---> 6ba484b070b3 [2020-10-20T14:23:01.478Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-20T14:23:01.478Z] Removing intermediate container 7f513cfb058c [2020-10-20T14:23:01.478Z] ---> caca241a4b72 [2020-10-20T14:23:01.478Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-20T14:23:01.478Z] ---> Running in 3366ae056f64 [2020-10-20T14:23:02.919Z] ---> 730d8be37a6a [2020-10-20T14:23:02.919Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-20T14:23:03.193Z] 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-20T14:23:05.193Z] ---> b637fc4b6444 [2020-10-20T14:23:05.193Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-20T14:23:06.640Z] ---> b3e6299e02f1 [2020-10-20T14:23:06.640Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-20T14:23:06.928Z] ---> Running in 1f4dbdc12c17 [2020-10-20T14:23:08.068Z] Removing intermediate container 1f4dbdc12c17 [2020-10-20T14:23:08.068Z] ---> b41460cb36c9 [2020-10-20T14:23:08.068Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T14:23:08.068Z] ---> Running in 267cef95e747 [2020-10-20T14:23:09.598Z] Removing intermediate container 267cef95e747 [2020-10-20T14:23:09.598Z] ---> ad9711d833d0 [2020-10-20T14:23:09.598Z] Step 21/23 : LABEL arch=arm64 [2020-10-20T14:23:09.889Z] ---> Running in 85424f69114a [2020-10-20T14:23:10.950Z] Removing intermediate container 85424f69114a [2020-10-20T14:23:10.950Z] ---> ff619ec60e36 [2020-10-20T14:23:10.950Z] Step 22/23 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:23:10.950Z] ---> Running in 60df3f83d5ee [2020-10-20T14:23:11.944Z] Removing intermediate container 60df3f83d5ee [2020-10-20T14:23:11.944Z] ---> 4a6a97316915 [2020-10-20T14:23:11.944Z] Step 23/23 : LABEL version=0.0.0 [2020-10-20T14:23:11.944Z] ---> Running in 9773af960ed1 [2020-10-20T14:23:12.950Z] Removing intermediate container 9773af960ed1 [2020-10-20T14:23:12.950Z] ---> 285464bbb1c5 [2020-10-20T14:23:12.950Z] [2020-10-20T14:23:13.558Z] Successfully built 285464bbb1c5 [2020-10-20T14:23:13.558Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-20T14:23:13.558Z] Building docker-core-metadata-go [2020-10-20T14:23:19.045Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:23:19.045Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:23:19.045Z] ---> 189a95cc79b8 [2020-10-20T14:23:19.045Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T14:23:19.045Z] ---> Using cache [2020-10-20T14:23:19.045Z] ---> 017474c6631a [2020-10-20T14:23:19.045Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:23:19.045Z] ---> Using cache [2020-10-20T14:23:19.045Z] ---> 556a270554cc [2020-10-20T14:23:19.045Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T14:23:19.045Z] ---> Using cache [2020-10-20T14:23:19.045Z] ---> ba0d7d0755fe [2020-10-20T14:23:19.045Z] Step 6/22 : COPY go.mod . [2020-10-20T14:23:19.045Z] ---> Using cache [2020-10-20T14:23:19.045Z] ---> 9dcf3dfe6e42 [2020-10-20T14:23:19.045Z] Step 7/22 : RUN go mod download [2020-10-20T14:23:19.045Z] ---> Using cache [2020-10-20T14:23:19.045Z] ---> ce6eaca1570d [2020-10-20T14:23:19.045Z] Step 8/22 : COPY . . [2020-10-20T14:23:19.045Z] ---> Using cache [2020-10-20T14:23:19.045Z] ---> 6ba484b070b3 [2020-10-20T14:23:19.045Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-20T14:23:19.045Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:23:19.045Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:23:19.045Z] ---> 189a95cc79b8 [2020-10-20T14:23:19.045Z] Step 3/27 : WORKDIR /edgex-go [2020-10-20T14:23:19.045Z] ---> Using cache [2020-10-20T14:23:19.045Z] ---> 017474c6631a [2020-10-20T14:23:19.045Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:23:19.045Z] ---> Using cache [2020-10-20T14:23:19.045Z] ---> 556a270554cc [2020-10-20T14:23:19.045Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-20T14:23:19.675Z] ---> Running in 5b34eac40dfa [2020-10-20T14:23:19.675Z] ---> Running in 8050aa757576 [2020-10-20T14:23:22.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:23:22.705Z] 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-20T14:23:23.332Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:23:24.343Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:23:24.343Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:23:24.343Z] OK: 12623 distinct packages available [2020-10-20T14:23:25.351Z] OK: 217 MiB in 51 packages [2020-10-20T14:23:28.862Z] Removing intermediate container 5b34eac40dfa [2020-10-20T14:23:28.862Z] ---> 803767d49ee0 [2020-10-20T14:23:28.862Z] Step 6/27 : COPY go.mod . [2020-10-20T14:23:29.899Z] ---> 4e8472b53a8e [2020-10-20T14:23:29.899Z] Step 7/27 : RUN go mod download [2020-10-20T14:23:30.185Z] ---> Running in 98ba6eaac6df [2020-10-20T14:23:33.696Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:23:33.696Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:23:33.696Z] ---> 189a95cc79b8 [2020-10-20T14:23:33.696Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T14:23:33.696Z] ---> Using cache [2020-10-20T14:23:33.696Z] ---> 017474c6631a [2020-10-20T14:23:33.696Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:23:33.696Z] ---> Using cache [2020-10-20T14:23:33.696Z] ---> 556a270554cc [2020-10-20T14:23:33.696Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-20T14:23:33.982Z] ---> Running in 9afac7c63ffb [2020-10-20T14:23:36.689Z] Removing intermediate container 98ba6eaac6df [2020-10-20T14:23:36.689Z] ---> b9e9f5452e20 [2020-10-20T14:23:36.689Z] Step 8/27 : COPY . . [2020-10-20T14:23:37.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:23:38.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:23:39.294Z] v3.12.0-452-gd527b31117 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T14:23:39.294Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T14:23:39.294Z] OK: 12623 distinct packages available [2020-10-20T14:23:40.301Z] OK: 217 MiB in 51 packages [2020-10-20T14:23:40.911Z] OK: 217 MiB in 51 packages [2020-10-20T14:23:45.394Z] Removing intermediate container 9afac7c63ffb [2020-10-20T14:23:45.394Z] ---> 6688c0d40743 [2020-10-20T14:23:45.394Z] Step 6/22 : COPY go.mod . [2020-10-20T14:23:45.394Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T14:23:45.394Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T14:23:45.394Z] ---> 189a95cc79b8 [2020-10-20T14:23:45.394Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T14:23:45.394Z] ---> Using cache [2020-10-20T14:23:45.394Z] ---> 017474c6631a [2020-10-20T14:23:45.394Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T14:23:45.394Z] ---> Using cache [2020-10-20T14:23:45.394Z] ---> 556a270554cc [2020-10-20T14:23:45.394Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T14:23:45.394Z] ---> Using cache [2020-10-20T14:23:45.394Z] ---> ba0d7d0755fe [2020-10-20T14:23:45.394Z] Step 6/22 : COPY go.mod . [2020-10-20T14:23:45.394Z] ---> Using cache [2020-10-20T14:23:45.394Z] ---> 9dcf3dfe6e42 [2020-10-20T14:23:45.394Z] Step 7/22 : RUN go mod download [2020-10-20T14:23:45.394Z] ---> Using cache [2020-10-20T14:23:45.394Z] ---> ce6eaca1570d [2020-10-20T14:23:45.394Z] Step 8/22 : COPY . . [2020-10-20T14:23:45.684Z] ---> Using cache [2020-10-20T14:23:45.684Z] ---> 6ba484b070b3 [2020-10-20T14:23:45.684Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-20T14:23:45.973Z] ---> Running in 7a3a5ad552b1 [2020-10-20T14:23:46.978Z] ---> ba58da5f4c64 [2020-10-20T14:23:46.978Z] Step 7/22 : RUN go mod download [2020-10-20T14:23:47.603Z] ---> Running in b99f5d47c302 [2020-10-20T14:23:49.117Z] 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-20T14:23:54.754Z] Removing intermediate container b99f5d47c302 [2020-10-20T14:23:54.754Z] ---> 218b09175ef2 [2020-10-20T14:23:54.754Z] Step 8/22 : COPY . . [2020-10-20T14:24:00.439Z] ---> a40649802376 [2020-10-20T14:24:00.439Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-20T14:24:00.725Z] ---> Running in e25faeb4dbeb [2020-10-20T14:24:04.156Z] 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-20T14:24:14.353Z] ---> ae43dce52df9 [2020-10-20T14:24:14.353Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-20T14:24:14.353Z] ---> Running in 0a59e40f6bc9 [2020-10-20T14:24:16.353Z] 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-20T14:24:31.492Z] Removing intermediate container 3366ae056f64 [2020-10-20T14:24:31.492Z] ---> 8c7014141e64 [2020-10-20T14:24:31.492Z] [2020-10-20T14:24:31.492Z] Step 10/21 : FROM scratch [2020-10-20T14:24:31.492Z] ---> [2020-10-20T14:24:31.492Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T14:24:31.770Z] ---> Running in 91d01fc8551e [2020-10-20T14:24:32.375Z] Removing intermediate container 91d01fc8551e [2020-10-20T14:24:32.375Z] ---> e6e221764b29 [2020-10-20T14:24:32.375Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-20T14:24:32.654Z] ---> Running in 511f3c478edd [2020-10-20T14:24:33.259Z] Removing intermediate container 511f3c478edd [2020-10-20T14:24:33.259Z] ---> 7afcd9a100e8 [2020-10-20T14:24:33.259Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-20T14:24:33.259Z] ---> Running in 5eb1a2f3bafa [2020-10-20T14:24:34.252Z] Removing intermediate container 5eb1a2f3bafa [2020-10-20T14:24:34.252Z] ---> d71ed3c1d236 [2020-10-20T14:24:34.252Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-20T14:24:35.245Z] ---> a6581b78e9dd [2020-10-20T14:24:35.245Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-20T14:24:37.337Z] ---> 63232e15da16 [2020-10-20T14:24:37.337Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-20T14:24:37.983Z] ---> e7f177af73f8 [2020-10-20T14:24:37.983Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-20T14:24:37.983Z] ---> Running in cab743e5cdf0 [2020-10-20T14:24:38.628Z] Removing intermediate container cab743e5cdf0 [2020-10-20T14:24:38.628Z] ---> 93467300437f [2020-10-20T14:24:38.628Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T14:24:38.912Z] ---> Running in ef9f7acb1c0f [2020-10-20T14:24:39.519Z] Removing intermediate container ef9f7acb1c0f [2020-10-20T14:24:39.519Z] ---> fba8aad52793 [2020-10-20T14:24:39.519Z] Step 19/21 : LABEL arch=arm64 [2020-10-20T14:24:39.519Z] ---> Running in 7c57dae7e0d0 [2020-10-20T14:24:40.509Z] Removing intermediate container 7c57dae7e0d0 [2020-10-20T14:24:40.509Z] ---> d791b98dbc81 [2020-10-20T14:24:40.509Z] Step 20/21 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:24:40.509Z] ---> Running in d5fad2b3cb40 [2020-10-20T14:24:41.132Z] Removing intermediate container d5fad2b3cb40 [2020-10-20T14:24:41.132Z] ---> 105e161e4817 [2020-10-20T14:24:41.132Z] Step 21/21 : LABEL version=0.0.0 [2020-10-20T14:24:41.410Z] ---> Running in ca4250a1cfa3 [2020-10-20T14:24:42.034Z] Removing intermediate container ca4250a1cfa3 [2020-10-20T14:24:42.034Z] ---> 6eac5974a09b [2020-10-20T14:24:42.034Z] [2020-10-20T14:24:42.311Z] Successfully built 6eac5974a09b [2020-10-20T14:24:42.311Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-20T14:25:10.229Z]  Building docker-support-scheduler-go ... done Removing intermediate container 8050aa757576 [2020-10-20T14:25:10.229Z] ---> 1e340520a2f0 [2020-10-20T14:25:10.229Z] [2020-10-20T14:25:10.229Z] Step 10/22 : FROM scratch [2020-10-20T14:25:10.229Z] ---> [2020-10-20T14:25:10.229Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T14:25:10.229Z] ---> Using cache [2020-10-20T14:25:10.229Z] ---> e6e221764b29 [2020-10-20T14:25:10.229Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-20T14:25:10.229Z] ---> Running in 0ec09884aa34 [2020-10-20T14:25:10.229Z] Removing intermediate container 0ec09884aa34 [2020-10-20T14:25:10.229Z] ---> 498a6ad44991 [2020-10-20T14:25:10.229Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T14:25:10.229Z] ---> Running in 5d5bea902771 [2020-10-20T14:25:10.229Z] Removing intermediate container 5d5bea902771 [2020-10-20T14:25:10.229Z] ---> 0ac636525d7c [2020-10-20T14:25:10.229Z] Step 14/22 : WORKDIR / [2020-10-20T14:25:10.229Z] ---> Running in 3ada0bc788ab [2020-10-20T14:25:10.229Z] Removing intermediate container 3ada0bc788ab [2020-10-20T14:25:10.229Z] ---> bd20247680ce [2020-10-20T14:25:10.229Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-20T14:25:11.232Z] ---> 212ab81c4423 [2020-10-20T14:25:11.232Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-20T14:25:13.894Z] ---> 15f314e503d7 [2020-10-20T14:25:13.894Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-20T14:25:14.501Z] ---> e6f8b6b9cad8 [2020-10-20T14:25:14.501Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-20T14:25:14.783Z] ---> Running in 38fa4ad99f8c [2020-10-20T14:25:15.780Z] Removing intermediate container 38fa4ad99f8c [2020-10-20T14:25:15.780Z] ---> 4cc8ff3afea0 [2020-10-20T14:25:15.780Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T14:25:15.780Z] ---> Running in 1283506f4855 [2020-10-20T14:25:16.773Z] Removing intermediate container 1283506f4855 [2020-10-20T14:25:16.773Z] ---> ba5bfb89cf50 [2020-10-20T14:25:16.773Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T14:25:16.773Z] ---> Running in 086bd1ea0f6f [2020-10-20T14:25:17.381Z] Removing intermediate container 086bd1ea0f6f [2020-10-20T14:25:17.381Z] ---> a6ceb7072647 [2020-10-20T14:25:17.381Z] Step 21/22 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:25:17.662Z] ---> Running in a2dfd59648ad [2020-10-20T14:25:18.653Z] Removing intermediate container a2dfd59648ad [2020-10-20T14:25:18.653Z] ---> 6b2213ec87dc [2020-10-20T14:25:18.653Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T14:25:18.653Z] ---> Running in e99884d46c73 [2020-10-20T14:25:19.259Z] Removing intermediate container e99884d46c73 [2020-10-20T14:25:19.259Z] ---> aa983e77c03c [2020-10-20T14:25:19.259Z] [2020-10-20T14:25:19.862Z] Successfully built aa983e77c03c [2020-10-20T14:25:19.862Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-20T14:25:28.195Z]  Building docker-core-command-go ... done Removing intermediate container e25faeb4dbeb [2020-10-20T14:25:28.195Z] ---> 211240b938d7 [2020-10-20T14:25:28.195Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-20T14:25:28.195Z] ---> Running in cce43e271137 [2020-10-20T14:25:29.633Z] 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-20T14:25:33.947Z] Removing intermediate container cce43e271137 [2020-10-20T14:25:33.947Z] ---> 86033c2dced7 [2020-10-20T14:25:33.947Z] [2020-10-20T14:25:33.947Z] Step 11/27 : FROM docker:latest [2020-10-20T14:25:33.947Z] ---> 45884bde0078 [2020-10-20T14:25:33.947Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-20T14:25:33.947Z] Removing intermediate container 0a59e40f6bc9 [2020-10-20T14:25:33.947Z] ---> 49a1ec8a9060 [2020-10-20T14:25:33.947Z] [2020-10-20T14:25:33.947Z] Step 10/22 : FROM scratch [2020-10-20T14:25:33.947Z] ---> [2020-10-20T14:25:33.947Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T14:25:33.947Z] ---> Running in 5f1cb884ff83 [2020-10-20T14:25:33.947Z] ---> Using cache [2020-10-20T14:25:33.947Z] ---> 4a037724288e [2020-10-20T14:25:33.947Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-20T14:25:34.227Z] ---> Running in 457ca3d30cc7 [2020-10-20T14:25:35.208Z] Removing intermediate container 457ca3d30cc7 [2020-10-20T14:25:35.208Z] ---> e6fd6f3b99c6 [2020-10-20T14:25:35.208Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T14:25:35.208Z] ---> Running in f0ed42e723e0 [2020-10-20T14:25:35.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:25:35.483Z] Removing intermediate container f0ed42e723e0 [2020-10-20T14:25:35.483Z] ---> 5516c98679d0 [2020-10-20T14:25:35.483Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-20T14:25:35.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:25:36.744Z] (1/2) Installing readline (8.0.4-r0) [2020-10-20T14:25:36.744Z] (2/2) Installing bash (5.0.17-r0) [2020-10-20T14:25:36.744Z] Executing bash-5.0.17-r0.post-install [2020-10-20T14:25:36.744Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T14:25:36.744Z] OK: 12 MiB in 22 packages [2020-10-20T14:25:36.744Z] ---> eeea2457daf0 [2020-10-20T14:25:36.744Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-20T14:25:37.727Z] ---> 2e26e8ca053b [2020-10-20T14:25:37.727Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-20T14:25:38.011Z] Removing intermediate container 7a3a5ad552b1 [2020-10-20T14:25:38.011Z] ---> e6784883b9b0 [2020-10-20T14:25:38.011Z] [2020-10-20T14:25:38.011Z] Step 10/22 : FROM scratch [2020-10-20T14:25:38.011Z] ---> [2020-10-20T14:25:38.011Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T14:25:38.282Z] ---> Using cache [2020-10-20T14:25:38.282Z] ---> e6e221764b29 [2020-10-20T14:25:38.282Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-20T14:25:38.557Z] ---> Running in e1f808d81f79 [2020-10-20T14:25:38.557Z] Removing intermediate container 5f1cb884ff83 [2020-10-20T14:25:38.557Z] ---> 4f416c9636d5 [2020-10-20T14:25:38.557Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-20T14:25:38.557Z] ---> Running in ed38dc962cfc [2020-10-20T14:25:39.171Z] Removing intermediate container e1f808d81f79 [2020-10-20T14:25:39.171Z] ---> 8490801e5e9e [2020-10-20T14:25:39.171Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T14:25:39.171Z] ---> 2e9d33d04ea1 [2020-10-20T14:25:39.171Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-20T14:25:39.171Z] ---> Running in ceed2a9a7c84 [2020-10-20T14:25:39.769Z] Removing intermediate container ceed2a9a7c84 [2020-10-20T14:25:39.769Z] ---> c8dc86b0e4e9 [2020-10-20T14:25:39.769Z] Step 14/22 : WORKDIR / [2020-10-20T14:25:39.769Z] ---> Running in c8002cb452fa [2020-10-20T14:25:40.042Z] ---> fabf8b0444b0 [2020-10-20T14:25:40.042Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-20T14:25:40.042Z] ---> Running in 3ae26100ef14 [2020-10-20T14:25:40.315Z] Removing intermediate container c8002cb452fa [2020-10-20T14:25:40.315Z] ---> 411ae6552a50 [2020-10-20T14:25:40.315Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-20T14:25:40.590Z] Removing intermediate container 3ae26100ef14 [2020-10-20T14:25:40.590Z] ---> 7c10f0c6d534 [2020-10-20T14:25:40.590Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T14:25:40.863Z] ---> Running in ab7bc9c0c34d [2020-10-20T14:25:41.139Z] ---> f6dd5810cee3 [2020-10-20T14:25:41.139Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-20T14:25:41.413Z] Removing intermediate container ab7bc9c0c34d [2020-10-20T14:25:41.413Z] ---> db15adfe3948 [2020-10-20T14:25:41.413Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T14:25:41.413Z] Removing intermediate container ed38dc962cfc [2020-10-20T14:25:41.413Z] ---> c9dd30e370b6 [2020-10-20T14:25:41.413Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-20T14:25:41.687Z] ---> Running in c96d8f027e0f [2020-10-20T14:25:41.687Z] ---> Running in 6267fe9e1506 [2020-10-20T14:25:42.284Z] Removing intermediate container c96d8f027e0f [2020-10-20T14:25:42.284Z] ---> bc1002f850a5 [2020-10-20T14:25:42.284Z] Step 21/22 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:25:42.556Z] Removing intermediate container 6267fe9e1506 [2020-10-20T14:25:42.556Z] ---> de1769010cd9 [2020-10-20T14:25:42.556Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-20T14:25:42.556Z] ---> Running in 157eea5ac1a4 [2020-10-20T14:25:42.832Z] ---> 433f1038d795 [2020-10-20T14:25:42.832Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-20T14:25:42.832Z] ---> Running in 391fb113a62a [2020-10-20T14:25:43.104Z] Removing intermediate container 157eea5ac1a4 [2020-10-20T14:25:43.104Z] ---> a9a472f0db9a [2020-10-20T14:25:43.104Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T14:25:43.389Z] ---> Running in d1fd6eb3516d [2020-10-20T14:25:43.389Z] Removing intermediate container 391fb113a62a [2020-10-20T14:25:43.389Z] ---> 984e6714ed53 [2020-10-20T14:25:43.389Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-20T14:25:43.389Z] ---> c3d1f38b9f11 [2020-10-20T14:25:43.389Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-20T14:25:43.660Z] ---> Running in 154c456706c2 [2020-10-20T14:25:43.660Z] ---> Running in 9c4093b1da48 [2020-10-20T14:25:43.660Z] Removing intermediate container d1fd6eb3516d [2020-10-20T14:25:43.660Z] ---> 0e45e0c68720 [2020-10-20T14:25:43.660Z] [2020-10-20T14:25:44.261Z] Successfully built 0e45e0c68720 [2020-10-20T14:25:44.261Z] Removing intermediate container 154c456706c2 [2020-10-20T14:25:44.261Z] ---> 17c33393b716 [2020-10-20T14:25:44.261Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-20T14:25:44.261Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-20T14:25:44.261Z]  Building docker-support-logging-go ... done Removing intermediate container 9c4093b1da48 [2020-10-20T14:25:44.261Z] ---> d89dff3fd1b3 [2020-10-20T14:25:44.261Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T14:25:44.535Z] ---> Running in 8617f4321cef [2020-10-20T14:25:45.141Z] Removing intermediate container 8617f4321cef [2020-10-20T14:25:45.141Z] ---> 565eb9017ae4 [2020-10-20T14:25:45.141Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T14:25:45.141Z] ---> Running in ca2a328f389c [2020-10-20T14:25:45.412Z] ---> 1a16aed630be [2020-10-20T14:25:45.412Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-20T14:25:45.684Z] Removing intermediate container ca2a328f389c [2020-10-20T14:25:45.684Z] ---> 159f33900aa4 [2020-10-20T14:25:45.684Z] Step 21/22 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:25:45.954Z] ---> Running in cb72ca5e148d [2020-10-20T14:25:46.225Z] ---> c6a6edf4722b [2020-10-20T14:25:46.225Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-20T14:25:46.497Z] Removing intermediate container cb72ca5e148d [2020-10-20T14:25:46.497Z] ---> 076b87918339 [2020-10-20T14:25:46.497Z] Step 22/22 : LABEL version=0.0.0 [2020-10-20T14:25:46.497Z] ---> Running in eaa3f73b9382 [2020-10-20T14:25:47.090Z] ---> 21c1ebf2174b [2020-10-20T14:25:47.090Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-20T14:25:47.090Z] Removing intermediate container eaa3f73b9382 [2020-10-20T14:25:47.090Z] ---> e9e0124b86c5 [2020-10-20T14:25:47.090Z] [2020-10-20T14:25:47.367Z] ---> Running in 3370fc0f6b76 [2020-10-20T14:25:47.639Z] Successfully built e9e0124b86c5 [2020-10-20T14:25:47.639Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-20T14:25:49.083Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:25:49.083Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:25:49.680Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-20T14:25:49.680Z] (2/33) Installing expat (2.2.9-r1) [2020-10-20T14:25:49.680Z] (3/33) Installing libffi (3.3-r2) [2020-10-20T14:25:49.680Z] (4/33) Installing gdbm (1.13-r1) [2020-10-20T14:25:49.680Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-20T14:25:49.954Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-20T14:25:49.954Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-20T14:25:51.930Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-20T14:25:51.930Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-20T14:25:51.930Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-20T14:25:51.930Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-20T14:25:51.930Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-20T14:25:51.930Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-20T14:25:52.201Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-20T14:25:52.201Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-20T14:25:52.201Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-20T14:25:52.201Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-20T14:25:52.201Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-20T14:25:52.201Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-20T14:25:52.201Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-20T14:25:52.201Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-20T14:25:52.474Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-20T14:25:52.474Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-20T14:25:52.474Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-20T14:25:52.474Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-20T14:25:52.474Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-20T14:25:52.474Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-20T14:25:52.474Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-20T14:25:52.474Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-20T14:25:52.474Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-20T14:25:52.474Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-20T14:25:52.474Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-20T14:25:52.474Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-20T14:25:52.749Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T14:25:52.749Z] OK: 71 MiB in 55 packages [2020-10-20T14:25:59.476Z] Removing intermediate container 3370fc0f6b76 [2020-10-20T14:25:59.477Z] ---> 7213c677cc4f [2020-10-20T14:25:59.477Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-20T14:25:59.477Z] ---> Running in 5e6c0a256a5e [2020-10-20T14:26:04.879Z] Collecting docker-compose==1.23.2 [2020-10-20T14:26:04.879Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-20T14:26:04.879Z] Collecting docker<4.0,>=3.6.0 [2020-10-20T14:26:04.879Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-20T14:26:05.878Z] Collecting docopt<0.7,>=0.6.1 [2020-10-20T14:26:05.878Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-20T14:26:08.518Z] Collecting PyYAML<4,>=3.10 [2020-10-20T14:26:08.518Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-20T14:26:11.140Z] Collecting texttable<0.10,>=0.9.0 [2020-10-20T14:26:11.140Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-20T14:26:13.119Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-20T14:26:13.119Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-20T14:26:13.716Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-20T14:26:13.716Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-20T14:26:15.694Z] Collecting cached-property<2,>=1.2.0 [2020-10-20T14:26:15.694Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-20T14:26:16.290Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-20T14:26:16.290Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-20T14:26:16.884Z] Collecting jsonschema<3,>=2.5.1 [2020-10-20T14:26:16.884Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-20T14:26:17.157Z] 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-20T14:26:17.157Z] Collecting docker-pycreds>=0.4.0 [2020-10-20T14:26:17.157Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-20T14:26:17.429Z] Collecting idna<2.8,>=2.5 [2020-10-20T14:26:17.703Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-20T14:26:17.703Z] 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-20T14:26:17.703Z] 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-20T14:26:18.297Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-20T14:26:18.297Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-20T14:26:18.297Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-20T14:26:18.297Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-20T14:26:18.297Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-20T14:26:18.297Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-20T14:26:19.273Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, PyYAML, texttable, dockerpty, cached-property, jsonschema, docker-compose [2020-10-20T14:26:19.273Z] Attempting uninstall: idna [2020-10-20T14:26:19.273Z] Found existing installation: idna 2.9 [2020-10-20T14:26:19.273Z] Uninstalling idna-2.9: [2020-10-20T14:26:19.546Z] Successfully uninstalled idna-2.9 [2020-10-20T14:26:20.137Z] Attempting uninstall: urllib3 [2020-10-20T14:26:20.137Z] Found existing installation: urllib3 1.25.9 [2020-10-20T14:26:20.137Z] Uninstalling urllib3-1.25.9: [2020-10-20T14:26:20.137Z] Successfully uninstalled urllib3-1.25.9 [2020-10-20T14:26:20.733Z] Attempting uninstall: requests [2020-10-20T14:26:20.733Z] Found existing installation: requests 2.23.0 [2020-10-20T14:26:20.733Z] Uninstalling requests-2.23.0: [2020-10-20T14:26:20.733Z] Successfully uninstalled requests-2.23.0 [2020-10-20T14:26:21.714Z] Running setup.py install for docopt: started [2020-10-20T14:26:23.694Z] Running setup.py install for docopt: finished with status 'done' [2020-10-20T14:26:23.694Z] Running setup.py install for PyYAML: started [2020-10-20T14:26:25.733Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-20T14:26:25.733Z] Running setup.py install for texttable: started [2020-10-20T14:26:27.180Z] Running setup.py install for texttable: finished with status 'done' [2020-10-20T14:26:27.180Z] Running setup.py install for dockerpty: started [2020-10-20T14:26:29.146Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-20T14:26:30.133Z] 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-20T14:26:34.454Z] Removing intermediate container 5e6c0a256a5e [2020-10-20T14:26:34.455Z] ---> da0212d4ccad [2020-10-20T14:26:34.455Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-20T14:26:34.455Z] ---> Running in 47b19fd1cfa7 [2020-10-20T14:26:35.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T14:26:35.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T14:26:36.329Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T14:26:36.329Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-20T14:26:36.329Z] (3/3) Installing curl (7.69.1-r1) [2020-10-20T14:26:36.329Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T14:26:36.329Z] OK: 71 MiB in 58 packages [2020-10-20T14:26:37.318Z] Removing intermediate container 47b19fd1cfa7 [2020-10-20T14:26:37.318Z] ---> 0805a54355a2 [2020-10-20T14:26:37.318Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-20T14:26:37.597Z] ---> Running in 835af9a9ec54 [2020-10-20T14:26:37.920Z] Removing intermediate container 835af9a9ec54 [2020-10-20T14:26:37.920Z] ---> a17e84bf159c [2020-10-20T14:26:37.920Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T14:26:38.216Z] ---> Running in 5f84bc6858af [2020-10-20T14:26:38.490Z] Removing intermediate container 5f84bc6858af [2020-10-20T14:26:38.490Z] ---> c05ed08d6a6d [2020-10-20T14:26:38.490Z] Step 25/27 : LABEL arch=arm64 [2020-10-20T14:26:38.759Z] ---> Running in 64b551556e53 [2020-10-20T14:26:39.030Z] Removing intermediate container 64b551556e53 [2020-10-20T14:26:39.030Z] ---> c03dcb50ab43 [2020-10-20T14:26:39.030Z] Step 26/27 : LABEL git_sha=d002a233c572f40e04c5d08bee752ff45cb604e5 [2020-10-20T14:26:39.303Z] ---> Running in e128155db572 [2020-10-20T14:26:39.579Z] Removing intermediate container e128155db572 [2020-10-20T14:26:39.579Z] ---> 592cdbf054f2 [2020-10-20T14:26:39.579Z] Step 27/27 : LABEL version=0.0.0 [2020-10-20T14:26:39.908Z] ---> Running in 86adac200772 [2020-10-20T14:26:40.233Z] Removing intermediate container 86adac200772 [2020-10-20T14:26:40.233Z] ---> 15ec8fe19d74 [2020-10-20T14:26:40.233Z] [2020-10-20T14:26:40.712Z] Successfully built 15ec8fe19d74 [2020-10-20T14:26:40.712Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-20T14:26:41.338Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-20T14:26:41.413Z] $ docker stop --time=1 281c6cea99e3fa8ae8aba347c992cc9b428fe9877ec6d63374c222b5c0e5614c [2020-10-20T14:26:43.464Z] $ docker rm -f 281c6cea99e3fa8ae8aba347c992cc9b428fe9877ec6d63374c222b5c0e5614c [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T14:26:44.989Z] + + grepdocker docker images [2020-10-20T14:26:44.989Z] [2020-10-20T14:26:45.480Z] docker-sys-mgmt-agent-go-arm64 latest 15ec8fe19d74 5 seconds ago 270MB [2020-10-20T14:26:45.480Z] docker-core-metadata-go-arm64 latest e9e0124b86c5 59 seconds ago 13.5MB [2020-10-20T14:26:45.480Z] docker-support-logging-go-arm64 latest 0e45e0c68720 About a minute ago 10.6MB [2020-10-20T14:26:45.480Z] docker-core-command-go-arm64 latest aa983e77c03c About a minute ago 11.4MB [2020-10-20T14:26:45.480Z] docker-support-scheduler-go-arm64 latest 6eac5974a09b 2 minutes ago 11.5MB [2020-10-20T14:26:45.480Z] docker-core-data-go-arm64 latest 285464bbb1c5 3 minutes ago 22.2MB [2020-10-20T14:26:45.480Z] docker-security-secretstore-setup-go-arm64 latest 98eb2f1c7c5b 3 minutes ago 30.8MB [2020-10-20T14:26:45.480Z] docker-support-notifications-go-arm64 latest 9a6496672300 4 minutes ago 12.9MB [2020-10-20T14:26:45.480Z] docker-security-secrets-setup-go-arm64 latest 56fb95007672 4 minutes ago 22.7MB [2020-10-20T14:26:45.480Z] docker-security-proxy-setup-go-arm64 latest fa62e37f3c25 4 minutes ago 15.1MB [2020-10-20T14:26:45.480Z] docker latest 45884bde0078 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-20T14:26:50.637Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T14:26:51.612Z] ---> package-listing.sh [2020-10-20T14:26:51.612Z] ++ facter osfamily [2020-10-20T14:26:51.613Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T14:26:51.613Z] + OS_FAMILY=redhat [2020-10-20T14:26:51.613Z] + workspace=/w/workspace/edgex-go/4 [2020-10-20T14:26:51.613Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T14:26:51.613Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T14:26:51.613Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T14:26:51.613Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T14:26:51.613Z] + '[' /w/workspace/edgex-go/4 ']' [2020-10-20T14:26:51.613Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T14:26:51.613Z] + case "${OS_FAMILY}" in [2020-10-20T14:26:51.613Z] + rpm -qa [2020-10-20T14:26:51.613Z] + sort [2020-10-20T14:26:55.844Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T14:26:55.844Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T14:26:55.844Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T14:26:55.844Z] + '[' /w/workspace/edgex-go/4 ']' [2020-10-20T14:26:55.844Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2020-10-20T14:26:55.844Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2020-10-20T14:26:55.859Z] 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-20T14:26:56.152Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:26:56.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T14:26:56.469Z] [2020-10-20T14:26:56.469Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T14:26:56.820Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T14:26:56.820Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T14:26:56.820Z] df20fa9351a1: Already exists [2020-10-20T14:26:56.820Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T14:26:56.820Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T14:26:56.820Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T14:26:56.820Z] 93b61091891f: Pulling fs layer [2020-10-20T14:26:56.820Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T14:26:56.820Z] 5e14af77c1be: Pulling fs layer [2020-10-20T14:26:56.820Z] 01666e4c0597: Pulling fs layer [2020-10-20T14:26:56.820Z] aa168da1d23b: Pulling fs layer [2020-10-20T14:26:56.820Z] 93b9cdb0e59b: Waiting [2020-10-20T14:26:56.820Z] 5e14af77c1be: Waiting [2020-10-20T14:26:56.820Z] 01666e4c0597: Waiting [2020-10-20T14:26:56.820Z] aa168da1d23b: Waiting [2020-10-20T14:26:56.820Z] 93b61091891f: Waiting [2020-10-20T14:26:56.820Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T14:26:56.820Z] 46f8f816bc3b: Download complete [2020-10-20T14:26:56.820Z] 36b3adc4ff6f: Download complete [2020-10-20T14:26:57.084Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T14:26:57.084Z] 93b9cdb0e59b: Download complete [2020-10-20T14:26:57.084Z] 5e14af77c1be: Verifying Checksum [2020-10-20T14:26:57.084Z] 5e14af77c1be: Download complete [2020-10-20T14:26:57.084Z] 01666e4c0597: Verifying Checksum [2020-10-20T14:26:57.084Z] 01666e4c0597: Download complete [2020-10-20T14:26:57.084Z] 93b61091891f: Download complete [2020-10-20T14:26:57.084Z] 36b3adc4ff6f: Pull complete [2020-10-20T14:26:57.084Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T14:26:57.084Z] 8ad3a11d3b57: Download complete [2020-10-20T14:26:57.662Z] 8ad3a11d3b57: Pull complete [2020-10-20T14:26:57.929Z] 46f8f816bc3b: Pull complete [2020-10-20T14:26:58.192Z] 93b61091891f: Pull complete [2020-10-20T14:26:58.453Z] 93b9cdb0e59b: Pull complete [2020-10-20T14:26:58.453Z] 5e14af77c1be: Pull complete [2020-10-20T14:26:58.744Z] 01666e4c0597: Pull complete [2020-10-20T14:26:59.694Z] aa168da1d23b: Verifying Checksum [2020-10-20T14:26:59.694Z] aa168da1d23b: Download complete [2020-10-20T14:27:09.735Z] aa168da1d23b: Pull complete [2020-10-20T14:27:09.735Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T14:27:09.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T14:27:09.735Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T14:27:09.974Z] prd-centos7-docker-4c-2g-6965 does not seem to be running inside a container [2020-10-20T14:27:10.039Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-20T14:27:13.720Z] $ docker top 1ec56ec2a191020c04a124cbbe7d71a96029bf6174da857eb62f300e19f4131f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T14:27:14.238Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T14:27:14.542Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T14:27:14.841Z] + ls /var/log/sa-host [2020-10-20T14:27:14.841Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T14:27:14.841Z] file_magic: OK [2020-10-20T14:27:14.841Z] HZ: Using current value: 100 [2020-10-20T14:27:14.841Z] file_header: OK [2020-10-20T14:27:14.841Z] 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-20T14:27:14.841Z] Statistics: [2020-10-20T14:27:14.841Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T14:27:14.841Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T14:27:14.841Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T14:27:14.841Z] file_magic: OK [2020-10-20T14:27:14.841Z] HZ: Using current value: 100 [2020-10-20T14:27:14.841Z] file_header: OK [2020-10-20T14:27:14.841Z] 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-20T14:27:14.841Z] Statistics: [2020-10-20T14:27:14.841Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T14:27:14.841Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T14:27:15.082Z] provisioning config files... [2020-10-20T14:27:15.116Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config8445094207443877843tmp [Pipeline] { [Pipeline] echo [2020-10-20T14:27:15.205Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T14:27:15.509Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T14:27:15.519Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T14:27:15.614Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T14:27:15.913Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T14:27:15.924Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T14:27:16.223Z] ---> sudo-logs.sh [2020-10-20T14:27:16.223Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T14:27:16.233Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T14:27:16.533Z] ---> job-cost.sh [2020-10-20T14:27:16.533Z] lf-activate-venv: SKIPPING [2020-10-20T14:27:16.533Z] INFO: No Stack... [2020-10-20T14:27:17.922Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T14:27:18.495Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T14:27:18.511Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T14:27:18.815Z] ---> logs-deploy.sh [2020-10-20T14:27:18.815Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2807/4 [2020-10-20T14:27:18.815Z] INFO: archiving workspace using pattern(s): [2020-10-20T14:27:20.212Z] Archives upload complete. [2020-10-20T14:27:20.477Z] INFO: archiving logs to Nexus [2020-10-20T14:27:21.426Z] ---> uname -a: [2020-10-20T14:27:21.426Z] Linux prd-centos7-docker-4c-2g-6965.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-20T14:27:21.426Z] [2020-10-20T14:27:21.426Z] [2020-10-20T14:27:21.426Z] ---> lscpu: [2020-10-20T14:27:21.426Z] Architecture: x86_64 [2020-10-20T14:27:21.426Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-20T14:27:21.426Z] Byte Order: Little Endian [2020-10-20T14:27:21.426Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-20T14:27:21.426Z] CPU(s): 4 [2020-10-20T14:27:21.426Z] On-line CPU(s) list: 0-3 [2020-10-20T14:27:21.426Z] Thread(s) per core: 1 [2020-10-20T14:27:21.426Z] Core(s) per socket: 1 [2020-10-20T14:27:21.426Z] Socket(s): 4 [2020-10-20T14:27:21.426Z] NUMA node(s): 1 [2020-10-20T14:27:21.426Z] Vendor ID: GenuineIntel [2020-10-20T14:27:21.426Z] CPU family: 6 [2020-10-20T14:27:21.426Z] Model: 44 [2020-10-20T14:27:21.426Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-20T14:27:21.426Z] Stepping: 1 [2020-10-20T14:27:21.426Z] CPU MHz: 2933.438 [2020-10-20T14:27:21.426Z] BogoMIPS: 5866.87 [2020-10-20T14:27:21.426Z] Virtualization: VT-x [2020-10-20T14:27:21.426Z] Hypervisor vendor: KVM [2020-10-20T14:27:21.426Z] Virtualization type: full [2020-10-20T14:27:21.426Z] L1d cache: 128 KiB [2020-10-20T14:27:21.426Z] L1i cache: 128 KiB [2020-10-20T14:27:21.426Z] L2 cache: 16 MiB [2020-10-20T14:27:21.426Z] L3 cache: 64 MiB [2020-10-20T14:27:21.426Z] NUMA node0 CPU(s): 0-3 [2020-10-20T14:27:21.426Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-20T14:27:21.426Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-20T14:27:21.426Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-20T14:27:21.426Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-20T14:27:21.426Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-20T14:27:21.426Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-20T14:27:21.426Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-20T14:27:21.426Z] Vulnerability Tsx async abort: Not affected [2020-10-20T14:27:21.426Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-20T14:27:21.426Z] [2020-10-20T14:27:21.426Z] [2020-10-20T14:27:21.426Z] ---> nproc: [2020-10-20T14:27:21.426Z] 4 [2020-10-20T14:27:21.426Z] [2020-10-20T14:27:21.426Z] [2020-10-20T14:27:21.426Z] ---> df -h: [2020-10-20T14:27:21.426Z] Filesystem Size Used Available Use% Mounted on [2020-10-20T14:27:21.426Z] overlay 50.0G 13.5G 36.5G 27% / [2020-10-20T14:27:21.426Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-20T14:27:21.426Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-20T14:27:21.426Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-20T14:27:21.426Z] /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os [2020-10-20T14:27:21.426Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf [2020-10-20T14:27:21.426Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname [2020-10-20T14:27:21.426Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts [2020-10-20T14:27:21.426Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log [2020-10-20T14:27:21.426Z] /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json [2020-10-20T14:27:21.426Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host [2020-10-20T14:27:21.426Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure [2020-10-20T14:27:21.426Z] /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/4 [2020-10-20T14:27:21.426Z] /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/4@tmp [2020-10-20T14:27:21.426Z] [2020-10-20T14:27:21.426Z] [2020-10-20T14:27:21.426Z] ---> free -m: [2020-10-20T14:27:21.426Z] total used free shared buff/cache available [2020-10-20T14:27:21.426Z] Mem: 1837 655 143 0 1038 1094 [2020-10-20T14:27:21.426Z] Swap: 1023 59 964 [2020-10-20T14:27:21.426Z] [2020-10-20T14:27:21.426Z] [2020-10-20T14:27:21.426Z] ---> ip addr: [2020-10-20T14:27:21.426Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-20T14:27:21.426Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-20T14:27:21.426Z] inet 127.0.0.1/8 scope host lo [2020-10-20T14:27:21.426Z] valid_lft forever preferred_lft forever [2020-10-20T14:27:21.426Z] inet6 ::1/128 scope host [2020-10-20T14:27:21.426Z] valid_lft forever preferred_lft forever [2020-10-20T14:27:21.426Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-20T14:27:21.426Z] link/ether fa:16:3e:52:67:fa brd ff:ff:ff:ff:ff:ff [2020-10-20T14:27:21.426Z] inet 10.30.123.27/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-20T14:27:21.426Z] valid_lft 85195sec preferred_lft 85195sec [2020-10-20T14:27:21.426Z] inet6 fe80::f816:3eff:fe52:67fa/64 scope link [2020-10-20T14:27:21.426Z] valid_lft forever preferred_lft forever [2020-10-20T14:27:21.426Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-20T14:27:21.426Z] link/ether 02:42:cb:da:8c:bb brd ff:ff:ff:ff:ff:ff [2020-10-20T14:27:21.426Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-20T14:27:21.426Z] valid_lft forever preferred_lft forever [2020-10-20T14:27:21.426Z] inet6 fe80::42:cbff:feda:8cbb/64 scope link [2020-10-20T14:27:21.426Z] valid_lft forever preferred_lft forever [2020-10-20T14:27:21.426Z] [2020-10-20T14:27:21.426Z] [2020-10-20T14:27:21.426Z] ---> sar -b -r -n DEV: [2020-10-20T14:27:21.426Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) [2020-10-20T14:27:21.426Z] [2020-10-20T14:27:21.426Z] 14:06:59 LINUX RESTART (4 CPU) [2020-10-20T14:27:21.426Z] [2020-10-20T14:27:21.426Z] 14:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-20T14:27:21.426Z] 14:09:01 187.27 76.93 110.33 0.00 9450.76 46053.20 0.00 [2020-10-20T14:27:21.426Z] 14:10:02 336.22 150.01 186.21 0.00 7409.30 34550.09 0.00 [2020-10-20T14:27:21.426Z] 14:11:01 147.55 84.39 63.15 0.00 4124.58 13340.79 0.00 [2020-10-20T14:27:21.426Z] 14:12:03 1707.58 1381.15 326.42 0.00 126541.71 192923.24 0.00 [2020-10-20T14:27:21.427Z] 14:13:01 1957.83 1682.88 274.95 0.00 115356.73 129144.91 0.00 [2020-10-20T14:27:21.427Z] 14:14:01 907.67 585.14 322.53 0.00 74386.99 117271.31 0.00 [2020-10-20T14:27:21.427Z] 14:15:01 2869.27 2533.15 336.12 0.00 140028.94 156012.16 0.00 [2020-10-20T14:27:21.427Z] 14:16:02 1461.04 1148.92 312.12 0.00 73823.58 85178.94 0.00 [2020-10-20T14:27:21.427Z] 14:17:01 77.72 30.76 46.96 0.00 4148.30 3321.08 0.00 [2020-10-20T14:27:21.427Z] 14:18:01 0.67 0.45 0.22 0.00 17.72 2.80 0.00 [2020-10-20T14:27:21.427Z] 14:19:01 0.23 0.03 0.20 0.00 0.40 1.62 0.00 [2020-10-20T14:27:21.427Z] 14:20:01 0.73 0.02 0.72 0.00 0.27 8.43 0.00 [2020-10-20T14:27:21.427Z] 14:21:01 0.62 0.02 0.60 0.00 0.13 6.55 0.00 [2020-10-20T14:27:21.427Z] 14:22:01 1.90 1.65 0.25 0.00 54.22 4.53 0.00 [2020-10-20T14:27:21.427Z] 14:23:01 0.75 0.03 0.72 0.00 1.07 13.04 0.00 [2020-10-20T14:27:21.427Z] 14:24:01 0.43 0.03 0.40 0.00 0.40 5.78 0.00 [2020-10-20T14:27:21.427Z] 14:25:01 0.40 0.12 0.28 0.00 0.93 5.08 0.00 [2020-10-20T14:27:21.427Z] 14:26:01 0.20 0.00 0.20 0.00 0.00 3.18 0.00 [2020-10-20T14:27:21.427Z] 14:27:02 65.16 45.34 19.82 0.00 4636.97 5589.66 0.00 [2020-10-20T14:27:21.427Z] Average: 512.33 406.66 105.67 0.00 29537.59 41402.85 0.00 [2020-10-20T14:27:21.427Z] [2020-10-20T14:27:21.427Z] 14:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-20T14:27:21.427Z] 14:09:01 66800 0 649424 34.52 2548 1162784 1452588 49.57 595320 1015756 68668 [2020-10-20T14:27:21.427Z] 14:10:02 77852 0 907112 48.21 1492 895100 1849636 63.12 792420 768264 74444 [2020-10-20T14:27:21.427Z] 14:11:01 168272 0 727476 38.66 1276 984532 1596580 54.49 656788 824956 79236 [2020-10-20T14:27:21.427Z] 14:12:03 71592 0 725572 38.56 0 1084392 1934688 66.03 685348 954476 80480 [2020-10-20T14:27:21.427Z] 14:13:01 367596 0 1118376 59.44 0 395584 3750460 128.00 724248 570228 15884 [2020-10-20T14:27:21.427Z] 14:14:01 335556 0 735592 39.09 0 810408 2667124 91.02 667976 699256 12 [2020-10-20T14:27:21.427Z] 14:15:01 205828 0 1078216 57.30 0 597512 4021660 137.25 777448 678008 33600 [2020-10-20T14:27:21.427Z] 14:16:02 370708 0 643688 34.21 0 867160 1710360 58.37 407820 904788 404 [2020-10-20T14:27:21.427Z] 14:17:01 551352 0 574500 30.53 0 755704 1191484 40.66 377884 765068 16 [2020-10-20T14:27:21.427Z] 14:18:01 553308 0 572032 30.40 0 756216 1170936 39.96 376544 764888 12 [2020-10-20T14:27:21.427Z] 14:19:01 553496 0 571848 30.39 0 756212 1170936 39.96 376744 764888 8 [2020-10-20T14:27:21.427Z] 14:20:01 553412 0 571908 30.40 0 756236 1170924 39.96 376624 764908 8 [2020-10-20T14:27:21.427Z] 14:21:01 554412 0 570904 30.34 0 756240 1163716 39.72 376048 764756 8 [2020-10-20T14:27:21.427Z] 14:22:01 552520 0 571836 30.39 0 757200 1163716 39.72 376512 765416 20 [2020-10-20T14:27:21.427Z] 14:23:01 552400 0 571948 30.40 0 757208 1163788 39.72 376328 765420 12 [2020-10-20T14:27:21.427Z] 14:24:01 552220 0 572124 30.41 0 757212 1163860 39.72 376764 765424 16 [2020-10-20T14:27:21.427Z] 14:25:01 552776 0 571556 30.38 0 757224 1163716 39.72 376260 765448 16 [2020-10-20T14:27:21.427Z] 14:26:01 552528 0 571796 30.39 0 757232 1163716 39.72 376516 765460 8 [2020-10-20T14:27:21.427Z] 14:27:02 79920 0 657080 34.92 0 1144556 1596928 54.50 546864 1051812 191208 [2020-10-20T14:27:21.427Z] Average: 382766 0 682263 36.26 280 816248 1698253 57.96 506340 795748 28635 [2020-10-20T14:27:21.427Z] [2020-10-20T14:27:21.427Z] 14:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-20T14:27:21.427Z] 14:09:01 veth3551019 43.05 54.37 2.83 352.28 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:09:01 eth0 1055.35 1176.67 6173.98 138.52 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:09:01 docker0 880.26 712.93 70.75 3011.01 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:10:02 vethfb24de0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:10:02 eth0 367.33 308.99 1596.49 38.35 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:10:02 docker0 105.93 115.45 8.41 472.58 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:11:01 eth0 248.54 206.91 1732.47 102.01 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:12:03 eth0 57.27 42.89 173.88 14.71 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:12:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:12:03 veth76ee2ad 0.00 0.34 0.00 0.02 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:12:03 docker0 21.52 25.66 1.28 142.49 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:13:01 eth0 36.44 31.31 13.77 66.42 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:13:01 vethbcee4c6 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:13:01 vethaf5e7c9 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:14:01 veth824447b 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:14:01 veth9a1515c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:14:01 veth6d3c478 0.07 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:14:01 eth0 97.71 61.50 413.52 16.62 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:15:01 veth4630bc5 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:15:01 veth89d6725 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:15:01 eth0 52.55 30.78 135.15 15.55 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:15:01 veth2d58730 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:16:02 eth0 80.42 53.42 216.53 94.84 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:16:02 veth8cc0d33 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:16:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:16:02 veth76ee2ad 0.00 0.91 0.00 0.04 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:17:01 eth0 19.55 13.34 45.64 6.51 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:17:01 docker0 1105.67 984.85 86.59 4376.23 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:18:01 eth0 0.68 0.25 0.18 0.08 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:19:01 eth0 1.08 0.43 0.32 0.20 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:20:01 eth0 0.48 0.30 0.27 0.21 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:21:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:22:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:23:01 eth0 0.97 0.22 0.20 0.07 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:24:01 eth0 0.45 0.30 0.27 0.20 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:25:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:26:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:27:02 eth0 217.61 193.97 2101.05 75.88 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] 14:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] Average: eth0 117.98 111.88 664.69 29.93 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] Average: docker0 57.25 50.99 4.48 226.58 0.00 0.00 0.00 0.00 [2020-10-20T14:27:21.427Z] [2020-10-20T14:27:21.427Z] [2020-10-20T14:27:21.427Z] ---> sar -P ALL: [2020-10-20T14:27:21.427Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) [2020-10-20T14:27:21.427Z] [2020-10-20T14:27:21.427Z] 14:06:59 LINUX RESTART (4 CPU) [2020-10-20T14:27:21.427Z] [2020-10-20T14:27:21.427Z] 14:08:01 CPU %user %nice %system %iowait %steal %idle [2020-10-20T14:27:21.427Z] 14:09:01 all 15.26 0.00 7.24 2.48 0.03 74.98 [2020-10-20T14:27:21.427Z] 14:09:01 0 20.56 0.00 9.24 1.24 0.05 68.90 [2020-10-20T14:27:21.427Z] 14:09:01 1 12.61 0.00 6.55 2.02 0.02 78.81 [2020-10-20T14:27:21.427Z] 14:09:01 2 14.02 0.00 6.16 3.67 0.03 76.11 [2020-10-20T14:27:21.427Z] 14:09:01 3 13.88 0.00 7.03 2.99 0.03 76.07 [2020-10-20T14:27:21.427Z] 14:10:02 all 29.99 0.00 11.56 7.83 0.05 50.57 [2020-10-20T14:27:21.427Z] 14:10:02 0 29.48 0.00 12.01 6.37 0.03 52.10 [2020-10-20T14:27:21.427Z] 14:10:02 1 30.32 0.00 11.73 8.54 0.03 49.37 [2020-10-20T14:27:21.427Z] 14:10:02 2 29.86 0.00 11.30 9.89 0.07 48.88 [2020-10-20T14:27:21.427Z] 14:10:02 3 30.28 0.00 11.21 6.52 0.05 51.94 [2020-10-20T14:27:21.427Z] 14:11:01 all 40.05 0.00 12.27 2.83 0.03 44.81 [2020-10-20T14:27:21.427Z] 14:11:01 0 39.59 0.00 12.57 2.25 0.03 45.57 [2020-10-20T14:27:21.427Z] 14:11:01 1 41.70 0.00 11.80 3.16 0.03 43.31 [2020-10-20T14:27:21.427Z] 14:11:01 2 38.89 0.00 12.13 3.80 0.05 45.13 [2020-10-20T14:27:21.427Z] 14:11:01 3 40.03 0.00 12.59 2.11 0.02 45.25 [2020-10-20T14:27:21.427Z] 14:12:03 all 19.32 0.00 20.56 18.71 0.05 41.36 [2020-10-20T14:27:21.427Z] 14:12:03 0 19.65 0.00 19.83 21.22 0.05 39.26 [2020-10-20T14:27:21.427Z] 14:12:03 1 18.83 0.00 20.49 18.79 0.05 41.84 [2020-10-20T14:27:21.427Z] 14:12:03 2 18.52 0.00 20.90 17.63 0.05 42.90 [2020-10-20T14:27:21.427Z] 14:12:03 3 20.27 0.00 21.04 17.19 0.05 41.45 [2020-10-20T14:27:21.427Z] 14:13:01 all 45.02 0.00 16.51 21.80 0.08 16.60 [2020-10-20T14:27:21.427Z] 14:13:01 0 43.83 0.00 16.66 22.16 0.09 17.27 [2020-10-20T14:27:21.427Z] 14:13:01 1 44.49 0.00 16.77 20.72 0.07 17.96 [2020-10-20T14:27:21.427Z] 14:13:01 2 45.65 0.00 16.09 21.32 0.05 16.89 [2020-10-20T14:27:21.427Z] 14:13:01 3 46.13 0.00 16.52 23.00 0.11 14.25 [2020-10-20T14:27:21.427Z] 14:14:01 all 28.80 0.00 15.57 27.28 0.04 28.31 [2020-10-20T14:27:21.427Z] 14:14:01 0 28.48 0.00 15.18 27.09 0.03 29.22 [2020-10-20T14:27:21.427Z] 14:14:01 1 29.00 0.00 14.82 25.52 0.03 30.62 [2020-10-20T14:27:21.427Z] 14:14:01 2 28.51 0.00 16.23 29.75 0.03 25.48 [2020-10-20T14:27:21.427Z] 14:14:01 3 29.24 0.00 16.05 26.77 0.05 27.89 [2020-10-20T14:27:21.427Z] 14:15:01 all 22.67 0.00 17.55 35.14 0.06 24.57 [2020-10-20T14:27:21.427Z] 14:15:01 0 22.30 0.00 17.53 37.25 0.05 22.87 [2020-10-20T14:27:21.427Z] 14:15:01 1 23.47 0.00 16.96 34.76 0.07 24.74 [2020-10-20T14:27:21.427Z] 14:15:01 2 22.07 0.00 16.87 33.90 0.07 27.10 [2020-10-20T14:27:21.427Z] 14:15:01 3 22.83 0.00 18.89 34.65 0.07 23.57 [2020-10-20T14:27:21.427Z] 14:16:02 all 41.01 0.00 16.08 20.36 0.06 22.49 [2020-10-20T14:27:21.427Z] 14:16:02 0 41.25 0.00 15.20 19.38 0.05 24.12 [2020-10-20T14:27:21.427Z] 14:16:02 1 41.88 0.00 16.70 26.08 0.05 15.29 [2020-10-20T14:27:21.427Z] 14:16:02 2 39.46 0.00 15.31 16.24 0.07 28.93 [2020-10-20T14:27:21.427Z] 14:16:02 3 41.47 0.00 17.12 19.76 0.05 21.60 [2020-10-20T14:27:21.427Z] 14:17:01 all 2.31 0.00 2.19 1.57 0.02 93.91 [2020-10-20T14:27:21.427Z] 14:17:01 0 2.48 0.00 2.14 1.77 0.02 93.58 [2020-10-20T14:27:21.427Z] 14:17:01 1 2.08 0.00 2.47 1.84 0.02 93.60 [2020-10-20T14:27:21.427Z] 14:17:01 2 2.13 0.00 2.09 0.82 0.02 94.95 [2020-10-20T14:27:21.427Z] 14:17:01 3 2.56 0.00 2.05 1.86 0.02 93.52 [2020-10-20T14:27:21.427Z] 14:18:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2020-10-20T14:27:21.427Z] 14:18:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-20T14:27:21.427Z] 14:18:01 1 0.00 0.00 0.05 0.02 0.00 99.93 [2020-10-20T14:27:21.427Z] 14:18:01 2 0.37 0.00 0.03 0.00 0.00 99.60 [2020-10-20T14:27:21.427Z] 14:18:01 3 0.17 0.00 0.02 0.00 0.00 99.82 [2020-10-20T14:27:21.428Z] 14:19:01 all 0.17 0.00 0.02 0.00 0.00 99.80 [2020-10-20T14:27:21.428Z] 14:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-20T14:27:21.428Z] 14:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-20T14:27:21.428Z] 14:19:01 2 0.53 0.00 0.02 0.00 0.02 99.43 [2020-10-20T14:27:21.428Z] 14:19:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2020-10-20T14:27:21.428Z] [2020-10-20T14:27:21.428Z] 14:19:01 CPU %user %nice %system %iowait %steal %idle [2020-10-20T14:27:21.428Z] 14:20:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-10-20T14:27:21.428Z] 14:20:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2020-10-20T14:27:21.428Z] 14:20:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-20T14:27:21.428Z] 14:20:01 2 0.53 0.00 0.03 0.00 0.00 99.43 [2020-10-20T14:27:21.428Z] 14:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-20T14:27:21.428Z] 14:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-10-20T14:27:21.428Z] 14:21:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2020-10-20T14:27:21.428Z] 14:21:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-20T14:27:21.428Z] 14:21:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2020-10-20T14:27:21.428Z] 14:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-20T14:27:21.428Z] 14:22:01 all 0.15 0.00 0.05 0.02 0.02 99.76 [2020-10-20T14:27:21.428Z] 14:22:01 0 0.02 0.00 0.03 0.02 0.00 99.93 [2020-10-20T14:27:21.428Z] 14:22:01 1 0.03 0.00 0.07 0.02 0.05 99.83 [2020-10-20T14:27:21.428Z] 14:22:01 2 0.52 0.00 0.02 0.02 0.02 99.43 [2020-10-20T14:27:21.428Z] 14:22:01 3 0.03 0.00 0.07 0.05 0.00 99.85 [2020-10-20T14:27:21.428Z] 14:23:01 all 0.15 0.00 0.04 0.00 0.06 99.76 [2020-10-20T14:27:21.428Z] 14:23:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2020-10-20T14:27:21.428Z] 14:23:01 1 0.05 0.00 0.03 0.00 0.03 99.88 [2020-10-20T14:27:21.428Z] 14:23:01 2 0.42 0.00 0.07 0.00 0.15 99.37 [2020-10-20T14:27:21.428Z] 14:23:01 3 0.07 0.00 0.03 0.00 0.03 99.87 [2020-10-20T14:27:21.428Z] 14:24:01 all 0.12 0.00 0.04 0.00 0.04 99.80 [2020-10-20T14:27:21.428Z] 14:24:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2020-10-20T14:27:21.428Z] 14:24:01 1 0.03 0.00 0.05 0.00 0.07 99.85 [2020-10-20T14:27:21.428Z] 14:24:01 2 0.43 0.00 0.07 0.00 0.07 99.43 [2020-10-20T14:27:21.428Z] 14:24:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2020-10-20T14:27:21.428Z] 14:25:01 all 0.08 0.00 0.06 0.00 0.03 99.82 [2020-10-20T14:27:21.428Z] 14:25:01 0 0.07 0.00 0.03 0.00 0.02 99.88 [2020-10-20T14:27:21.428Z] 14:25:01 1 0.03 0.00 0.07 0.00 0.03 99.87 [2020-10-20T14:27:21.428Z] 14:25:01 2 0.17 0.00 0.10 0.00 0.00 99.73 [2020-10-20T14:27:21.428Z] 14:25:01 3 0.07 0.00 0.05 0.00 0.07 99.82 [2020-10-20T14:27:21.428Z] 14:26:01 all 0.15 0.00 0.02 0.00 0.02 99.80 [2020-10-20T14:27:21.428Z] 14:26:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-20T14:27:21.428Z] 14:26:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2020-10-20T14:27:21.428Z] 14:26:01 2 0.52 0.00 0.00 0.00 0.03 99.45 [2020-10-20T14:27:21.428Z] 14:26:01 3 0.05 0.00 0.05 0.00 0.03 99.87 [2020-10-20T14:27:21.428Z] 14:27:02 all 3.71 0.00 2.03 1.66 0.01 92.58 [2020-10-20T14:27:21.428Z] 14:27:02 0 3.27 0.00 1.93 0.33 0.00 94.47 [2020-10-20T14:27:21.428Z] 14:27:02 1 3.10 0.00 1.79 2.94 0.00 92.17 [2020-10-20T14:27:21.428Z] 14:27:02 2 4.81 0.00 2.54 1.69 0.02 90.94 [2020-10-20T14:27:21.428Z] 14:27:02 3 3.66 0.00 1.86 1.68 0.03 92.76 [2020-10-20T14:27:21.428Z] Average: all 12.93 0.00 6.34 7.25 0.03 73.45 [2020-10-20T14:27:21.428Z] Average: 0 13.03 0.00 6.38 7.24 0.02 73.32 [2020-10-20T14:27:21.428Z] Average: 1 12.86 0.00 6.27 7.51 0.03 73.33 [2020-10-20T14:27:21.428Z] Average: 2 12.87 0.00 6.24 7.21 0.04 73.64 [2020-10-20T14:27:21.428Z] Average: 3 12.96 0.00 6.45 7.04 0.03 73.52 [2020-10-20T14:27:21.428Z] [2020-10-20T14:27:21.428Z] [2020-10-20T14:27:21.428Z]