Pull request #2681 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 cloudxxx8 for edgexfoundry/edgex-go Obtained Jenkinsfile from 5628b0ab0ae7a82fa17e04c820d378353612d3fb+e46f0634e742b47d68bad1447e074d74297b9715 (1975ed1f239dec6bd3e77d1d3cd4cd198d5128a9) 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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. [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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2430 in /w/workspace/edgexfoundry_edgex-go_PR-2681 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/6 # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2681/head:refs/remotes/origin/PR-2681 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit e46f0634e742b47d68bad1447e074d74297b9715 into PR head commit 5628b0ab0ae7a82fa17e04c820d378353612d3fb Merge succeeded, producing 26a5f0419f264b917cfd4622c8a60d14d246b320 Checking out Revision 26a5f0419f264b917cfd4622c8a60d14d246b320 (PR-2681) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2681/head:refs/remotes/origin/PR-2681 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2681/head:refs/remotes/origin/PR-2681 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5628b0ab0ae7a82fa17e04c820d378353612d3fb # 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 e46f0634e742b47d68bad1447e074d74297b9715 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 26a5f0419f264b917cfd4622c8a60d14d246b320 # timeout=10 Commit message: "Merge commit 'e46f0634e742b47d68bad1447e074d74297b9715' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-12T14:36:47.648Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-12T14:36:47.912Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-12T14:36:48.003Z] ========================================================= [2020-09-12T14:36:48.003Z] EdgeX Global Pipelines Version Info [2020-09-12T14:36:48.003Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b579cf5134f9ffe31a12417a4950efefd537f5ae # timeout=10 [2020-09-12T14:36:49.391Z] ------------------- [2020-09-12T14:36:49.391Z] stable info: [2020-09-12T14:36:49.391Z] ------------------- [2020-09-12T14:36:49.391Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-12T14:36:49.391Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-12T14:36:49.391Z] Message: update stable to v1.0.119 [2020-09-12T14:36:50.337Z] ------------------- [2020-09-12T14:36:50.337Z] experimental info: [2020-09-12T14:36:50.337Z] ------------------- [2020-09-12T14:36:50.337Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-12T14:36:50.337Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-12T14:36:50.337Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-12T14:36:50.631Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-12T14:36:50.718Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-12T14:36:50.828Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-12T14:36:50.918Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-12T14:36:51.026Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-12T14:36:51.130Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-12T14:36:51.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-12T14:36:51.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-12T14:36:51.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-12T14:36:51.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-12T14:36:51.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-12T14:36:51.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-12T14:36:51.751Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-12T14:36:51.867Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-12T14:36:51.978Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-12T14:36:52.063Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-12T14:36:52.192Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-12T14:36:52.282Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-12T14:36:52.377Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-12T14:36:52.462Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-12T14:36:52.546Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-12T14:36:52.635Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2681 [Pipeline] echo [2020-09-12T14:36:52.754Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2681 [Pipeline] echo [2020-09-12T14:36:52.848Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2681 [Pipeline] echo [2020-09-12T14:36:52.960Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 26a5f0419f264b917cfd4622c8a60d14d246b320 [Pipeline] echo [2020-09-12T14:36:53.048Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 26a5f04 [Pipeline] echo [2020-09-12T14:36:53.131Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-12T14:36:53.510Z] ++ 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-09-12T14:36:53.510Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-12T14:36:53.510Z] ++ dirname cmd/core-command/Dockerfile [2020-09-12T14:36:53.510Z] ++ cut -d/ -f2 [2020-09-12T14:36:53.510Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-12T14:36:53.510Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-12T14:36:53.510Z] ++ dirname cmd/core-data/Dockerfile [2020-09-12T14:36:53.510Z] ++ cut -d/ -f2 [2020-09-12T14:36:53.510Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-12T14:36:53.510Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-12T14:36:53.510Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-12T14:36:53.510Z] ++ cut -d/ -f2 [2020-09-12T14:36:53.510Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-12T14:36:53.510Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-12T14:36:53.510Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-12T14:36:53.510Z] ++ cut -d/ -f2 [2020-09-12T14:36:53.510Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-12T14:36:53.510Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-12T14:36:53.510Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-12T14:36:53.510Z] ++ cut -d/ -f2 [2020-09-12T14:36:53.510Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-12T14:36:53.510Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-12T14:36:53.510Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-12T14:36:53.510Z] ++ cut -d/ -f2 [2020-09-12T14:36:53.510Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-12T14:36:53.510Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-12T14:36:53.510Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-12T14:36:53.510Z] ++ cut -d/ -f2 [2020-09-12T14:36:53.510Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-12T14:36:53.510Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-12T14:36:53.510Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-12T14:36:53.510Z] ++ cut -d/ -f2 [2020-09-12T14:36:53.510Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-12T14:36:53.510Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-12T14:36:53.510Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-12T14:36:53.510Z] ++ cut -d/ -f2 [2020-09-12T14:36:53.510Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-12T14:36:53.510Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-12T14:36:53.510Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-12T14:36:53.510Z] ++ cut -d/ -f2 [2020-09-12T14:36:53.510Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-12T14:36:53.583Z] 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-09-12T14:36:54.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-12T14:36:55.185Z] [2020-09-12T14:36:55.185Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-12T14:36:55.538Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-12T14:36:55.538Z] latest: Pulling from edgex-devops/git-semver [2020-09-12T14:36:55.538Z] 31603596830f: Pulling fs layer [2020-09-12T14:36:55.538Z] 2a8b12db71e7: Pulling fs layer [2020-09-12T14:36:55.538Z] 6ca5941a6612: Pulling fs layer [2020-09-12T14:36:55.538Z] ecc8261a40a4: Pulling fs layer [2020-09-12T14:36:55.538Z] ecc8261a40a4: Waiting [2020-09-12T14:36:55.538Z] 2a8b12db71e7: Verifying Checksum [2020-09-12T14:36:55.538Z] 2a8b12db71e7: Download complete [2020-09-12T14:36:55.811Z] 31603596830f: Verifying Checksum [2020-09-12T14:36:55.811Z] 31603596830f: Download complete [2020-09-12T14:36:55.811Z] ecc8261a40a4: Verifying Checksum [2020-09-12T14:36:55.811Z] ecc8261a40a4: Download complete [2020-09-12T14:36:56.078Z] 6ca5941a6612: Verifying Checksum [2020-09-12T14:36:56.078Z] 6ca5941a6612: Download complete [2020-09-12T14:36:56.078Z] 31603596830f: Pull complete [2020-09-12T14:36:56.351Z] 2a8b12db71e7: Pull complete [2020-09-12T14:36:57.305Z] 6ca5941a6612: Pull complete [2020-09-12T14:36:57.306Z] ecc8261a40a4: Pull complete [2020-09-12T14:36:57.306Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-12T14:36:57.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-12T14:36:57.306Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-12T14:36:57.430Z] prd-centos7-docker-4c-2g-2430 does not seem to be running inside a container [2020-09-12T14:36:57.489Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-12T14:36:59.886Z] $ docker top ecc384b3d78094d08be093217d707008cc4e5c4bd261e1fd39add9e3afdb6273 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-12T14:37:00.188Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-12T14:37:00.188Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-12T14:37:00.426Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-12T14:37:00.432Z] $ docker exec ecc384b3d78094d08be093217d707008cc4e5c4bd261e1fd39add9e3afdb6273 ssh-agent [2020-09-12T14:37:00.592Z] SSH_AUTH_SOCK=/tmp/ssh-QDMkoGcYFtBS/agent.12 [2020-09-12T14:37:00.592Z] SSH_AGENT_PID=17 [2020-09-12T14:37:00.605Z] Running ssh-add (command line suppressed) [2020-09-12T14:37:00.735Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_5788009153667051206.key (/w/workspace/edgex-go/6@tmp/private_key_5788009153667051206.key) [2020-09-12T14:37:00.784Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-12T14:37:01.147Z] + git describe --exact-match --tags HEAD [2020-09-12T14:37:01.147Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-12T14:37:01.177Z] $ docker exec --env ******** --env ******** ecc384b3d78094d08be093217d707008cc4e5c4bd261e1fd39add9e3afdb6273 ssh-agent -k [2020-09-12T14:37:01.295Z] unset SSH_AUTH_SOCK; [2020-09-12T14:37:01.295Z] unset SSH_AGENT_PID; [2020-09-12T14:37:01.295Z] echo Agent pid 17 killed; [2020-09-12T14:37:01.342Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-12T14:37:01.424Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-12T14:37:01.424Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-12T14:37:01.508Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-12T14:37:01.508Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-12T14:37:01.678Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-12T14:37:01.685Z] $ docker exec ecc384b3d78094d08be093217d707008cc4e5c4bd261e1fd39add9e3afdb6273 ssh-agent [2020-09-12T14:37:01.859Z] SSH_AUTH_SOCK=/tmp/ssh-GAMWdZETXdFg/agent.46 [2020-09-12T14:37:01.859Z] SSH_AGENT_PID=51 [2020-09-12T14:37:01.866Z] Running ssh-add (command line suppressed) [2020-09-12T14:37:01.998Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_967731274369579248.key (/w/workspace/edgex-go/6@tmp/private_key_967731274369579248.key) [2020-09-12T14:37:02.051Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-12T14:37:02.398Z] + git semver init [2020-09-12T14:37:02.398Z] # -> Open(): unable to determine branch for HEAD [2020-09-12T14:37:02.398Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2020-09-12T14:37:02.398Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2020-09-12T14:37:02.398Z] # $SEMVER_REMOTE_NAME = origin [2020-09-12T14:37:02.398Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-12T14:37:02.398Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-12T14:37:02.398Z] # $SEMVER_BRANCH = PR-2681 [2020-09-12T14:37:02.398Z] # $SEMVER_TEMP = /tmp/semver-633138573 [2020-09-12T14:37:02.398Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-12T14:37:20.630Z] # '/tmp/semver-633138573' -> '/w/workspace/edgex-go/6/.semver' [2020-09-12T14:37:20.894Z] # -> Force: false [2020-09-12T14:37:20.894Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2020-09-12T14:37:20.912Z] $ docker exec --env ******** --env ******** ecc384b3d78094d08be093217d707008cc4e5c4bd261e1fd39add9e3afdb6273 ssh-agent -k [2020-09-12T14:37:21.148Z] unset SSH_AUTH_SOCK; [2020-09-12T14:37:21.150Z] unset SSH_AGENT_PID; [2020-09-12T14:37:21.151Z] echo Agent pid 51 killed; [2020-09-12T14:37:21.214Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-12T14:37:21.765Z] + git semver [Pipeline] } [2020-09-12T14:37:21.785Z] $ docker stop --time=1 ecc384b3d78094d08be093217d707008cc4e5c4bd261e1fd39add9e3afdb6273 [2020-09-12T14:37:23.429Z] $ docker rm -f ecc384b3d78094d08be093217d707008cc4e5c4bd261e1fd39add9e3afdb6273 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-12T14:37:36.226Z] Stashed 46 file(s) [Pipeline] echo [2020-09-12T14:37:36.230Z] [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-09-12T14:37:36.767Z] ========================================================= [2020-09-12T14:37:36.767Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-12T14:37:36.767Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-12T14:37:37.122Z] + 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-09-12T14:37:40.429Z] Sending build context to Docker daemon 323.2MB [2020-09-12T14:37:40.429Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-12T14:37:40.429Z] Step 2/7 : FROM ${BASE} [2020-09-12T14:37:40.429Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-12T14:37:40.429Z] df20fa9351a1: Pulling fs layer [2020-09-12T14:37:40.429Z] ed8968b2872e: Pulling fs layer [2020-09-12T14:37:40.429Z] a92cc7c5fd73: Pulling fs layer [2020-09-12T14:37:40.429Z] e871e8e8d7a9: Pulling fs layer [2020-09-12T14:37:40.429Z] e73272ec9a57: Pulling fs layer [2020-09-12T14:37:40.429Z] 1e910a182e73: Pulling fs layer [2020-09-12T14:37:40.429Z] 4e634b169226: Pulling fs layer [2020-09-12T14:37:40.429Z] e73272ec9a57: Waiting [2020-09-12T14:37:40.429Z] 1e910a182e73: Waiting [2020-09-12T14:37:40.429Z] 4e634b169226: Waiting [2020-09-12T14:37:40.429Z] e871e8e8d7a9: Waiting [2020-09-12T14:37:40.429Z] a92cc7c5fd73: Verifying Checksum [2020-09-12T14:37:40.429Z] a92cc7c5fd73: Download complete [2020-09-12T14:37:40.429Z] ed8968b2872e: Verifying Checksum [2020-09-12T14:37:40.429Z] ed8968b2872e: Download complete [2020-09-12T14:37:40.690Z] e73272ec9a57: Verifying Checksum [2020-09-12T14:37:40.690Z] e73272ec9a57: Download complete [2020-09-12T14:37:40.690Z] 1e910a182e73: Verifying Checksum [2020-09-12T14:37:40.690Z] 1e910a182e73: Download complete [2020-09-12T14:37:40.690Z] df20fa9351a1: Verifying Checksum [2020-09-12T14:37:40.690Z] df20fa9351a1: Download complete [2020-09-12T14:37:40.954Z] df20fa9351a1: Pull complete [2020-09-12T14:37:41.218Z] ed8968b2872e: Pull complete [2020-09-12T14:37:41.218Z] a92cc7c5fd73: Pull complete [2020-09-12T14:37:42.162Z] 4e634b169226: Verifying Checksum [2020-09-12T14:37:42.162Z] 4e634b169226: Download complete [2020-09-12T14:37:42.735Z] e871e8e8d7a9: Download complete [2020-09-12T14:37:48.068Z] e871e8e8d7a9: Pull complete [2020-09-12T14:37:48.068Z] e73272ec9a57: Pull complete [2020-09-12T14:37:48.068Z] 1e910a182e73: Pull complete [2020-09-12T14:37:51.564Z] Still waiting to schedule task [2020-09-12T14:37:51.564Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-12T14:37:52.288Z] 4e634b169226: Pull complete [2020-09-12T14:37:52.288Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-12T14:37:52.288Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-12T14:37:52.288Z] ---> f7629b54cfaa [2020-09-12T14:37:52.288Z] 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-09-12T14:37:52.863Z] ---> Running in e486f15f49c0 [2020-09-12T14:37:53.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:37:54.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:37:54.644Z] (1/12) Installing libmagic (5.38-r0) [2020-09-12T14:37:54.905Z] (2/12) Installing file (5.38-r0) [2020-09-12T14:37:54.905Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-12T14:37:54.905Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-12T14:38:00.217Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-12T14:38:00.217Z] (6/12) Installing patch (2.7.6-r6) [2020-09-12T14:38:00.217Z] (7/12) Installing build-base (0.5-r2) [2020-09-12T14:38:00.217Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-12T14:38:00.217Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-12T14:38:00.217Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-12T14:38:00.217Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-12T14:38:00.489Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-12T14:38:00.489Z] Executing busybox-1.31.1-r16.trigger [2020-09-12T14:38:00.489Z] OK: 233 MiB in 51 packages [2020-09-12T14:38:04.714Z] Removing intermediate container e486f15f49c0 [2020-09-12T14:38:04.714Z] ---> a52bc619d923 [2020-09-12T14:38:04.714Z] Step 4/7 : WORKDIR /edgex-go [2020-09-12T14:38:04.714Z] ---> Running in 8b5477214154 [2020-09-12T14:38:04.714Z] Removing intermediate container 8b5477214154 [2020-09-12T14:38:04.714Z] ---> 08a9ba2c81be [2020-09-12T14:38:04.714Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-12T14:38:04.714Z] latest: Pulling from library/docker [2020-09-12T14:38:04.714Z] df20fa9351a1: Already exists [2020-09-12T14:38:04.714Z] 25ad7478873d: Pulling fs layer [2020-09-12T14:38:04.714Z] 4684f6177b5d: Pulling fs layer [2020-09-12T14:38:04.714Z] 46e300cec669: Pulling fs layer [2020-09-12T14:38:04.714Z] 63038576ad94: Pulling fs layer [2020-09-12T14:38:04.714Z] 0fdb76c4706c: Pulling fs layer [2020-09-12T14:38:04.714Z] cb7edeffdfd5: Pulling fs layer [2020-09-12T14:38:04.714Z] 0fdb76c4706c: Waiting [2020-09-12T14:38:04.714Z] 63038576ad94: Waiting [2020-09-12T14:38:04.714Z] cb7edeffdfd5: Waiting [2020-09-12T14:38:04.981Z] 4684f6177b5d: Verifying Checksum [2020-09-12T14:38:04.981Z] 4684f6177b5d: Download complete [2020-09-12T14:38:04.981Z] 25ad7478873d: Verifying Checksum [2020-09-12T14:38:04.981Z] 25ad7478873d: Download complete [2020-09-12T14:38:04.981Z] 63038576ad94: Verifying Checksum [2020-09-12T14:38:04.981Z] 63038576ad94: Download complete [2020-09-12T14:38:04.981Z] 0fdb76c4706c: Verifying Checksum [2020-09-12T14:38:04.981Z] 0fdb76c4706c: Download complete [2020-09-12T14:38:04.981Z] cb7edeffdfd5: Verifying Checksum [2020-09-12T14:38:04.981Z] cb7edeffdfd5: Download complete [2020-09-12T14:38:05.245Z] 25ad7478873d: Pull complete [2020-09-12T14:38:05.246Z] 4684f6177b5d: Pull complete [2020-09-12T14:38:05.826Z] 46e300cec669: Download complete [2020-09-12T14:38:07.759Z] 46e300cec669: Pull complete [2020-09-12T14:38:07.759Z] 63038576ad94: Pull complete [2020-09-12T14:38:08.021Z] 0fdb76c4706c: Pull complete [2020-09-12T14:38:08.021Z] cb7edeffdfd5: Pull complete [2020-09-12T14:38:08.021Z] Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 [2020-09-12T14:38:08.021Z] Status: Downloaded newer image for docker:latest [2020-09-12T14:38:09.413Z] ---> 46300ba978c9 [2020-09-12T14:38:09.413Z] Step 6/7 : COPY go.mod . [2020-09-12T14:38:09.689Z] ---> 9774f5a96822 [2020-09-12T14:38:09.689Z] Step 7/7 : RUN go mod download [2020-09-12T14:38:09.689Z] ---> Running in 3d2d3f287773 [2020-09-12T14:38:31.712Z] Removing intermediate container 3d2d3f287773 [2020-09-12T14:38:31.712Z] ---> 7be0019cc02f [2020-09-12T14:38:31.712Z] Successfully built 7be0019cc02f [2020-09-12T14:38:31.712Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-12T14:38:32.356Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-12T14:38:32.356Z] . [Pipeline] withDockerContainer [2020-09-12T14:38:32.464Z] prd-centos7-docker-4c-2g-2430 does not seem to be running inside a container [2020-09-12T14:38:32.517Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat [2020-09-12T14:38:33.302Z] $ docker top deeffe29de52009f55b922b1685da473c7642e4d7b454a8b6671c4778839d4c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-12T14:38:33.861Z] + go version [2020-09-12T14:38:33.862Z] go version go1.15.2 linux/amd64 [Pipeline] echo [2020-09-12T14:38:33.877Z] ========================================================= [2020-09-12T14:38:33.877Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-09-12T14:38:33.877Z] ========================================================= [Pipeline] sh [2020-09-12T14:38:34.169Z] + make test [2020-09-12T14:38:34.169Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-12T14:38:36.731Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-09-12T14:38:46.837Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-09-12T14:38:52.216Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-09-12T14:38:52.216Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-09-12T14:38:52.216Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-09-12T14:38:52.492Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-09-12T14:38:53.456Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s [2020-09-12T14:38:53.456Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-09-12T14:38:53.456Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-09-12T14:38:53.728Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-09-12T14:38:54.317Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-09-12T14:38:54.588Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-09-12T14:38:54.588Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-09-12T14:38:54.588Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-09-12T14:38:54.588Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-09-12T14:38:57.964Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.021s coverage: 46.6% of statements [2020-09-12T14:38:57.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-09-12T14:38:57.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-09-12T14:38:57.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-09-12T14:38:57.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-09-12T14:38:57.964Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-09-12T14:39:02.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.074s coverage: 27.2% of statements [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-09-12T14:39:02.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.006s coverage: 100.0% of statements [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-09-12T14:39:02.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.017s coverage: 100.0% of statements [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-09-12T14:39:02.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.322s coverage: 82.5% of statements [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-09-12T14:39:02.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.015s coverage: 89.7% of statements [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-09-12T14:39:02.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-09-12T14:39:02.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.078s coverage: 28.6% of statements [2020-09-12T14:39:02.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-09-12T14:39:02.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-09-12T14:39:02.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-09-12T14:39:02.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-09-12T14:39:02.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-09-12T14:39:02.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.012s coverage: 100.0% of statements [2020-09-12T14:39:02.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-09-12T14:39:02.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.030s coverage: 100.0% of statements [2020-09-12T14:39:02.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-09-12T14:39:03.444Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.020s coverage: 89.8% of statements [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-09-12T14:39:03.444Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.018s coverage: 97.5% of statements [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-09-12T14:39:03.444Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.011s coverage: 100.0% of statements [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-09-12T14:39:03.444Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.007s coverage: 58.8% of statements [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-09-12T14:39:03.444Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis [no test files] [2020-09-12T14:39:04.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.063s coverage: 63.5% of statements [2020-09-12T14:39:04.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-09-12T14:39:04.431Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-09-12T14:39:04.431Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.009s coverage: 100.0% of statements [2020-09-12T14:39:04.700Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.113s coverage: 55.9% of statements [2020-09-12T14:39:04.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-09-12T14:39:04.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-09-12T14:39:04.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-09-12T14:39:04.700Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.330s coverage: 86.3% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.331s coverage: 72.2% of statements [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.112s coverage: 72.1% of statements [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.038s coverage: 82.4% of statements [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.015s coverage: 48.4% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.018s coverage: 28.8% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.026s coverage: 96.8% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.048s coverage: 26.9% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.098s coverage: 84.1% of statements [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.009s coverage: 100.0% of statements [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.021s coverage: 42.9% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.006s coverage: 83.8% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.035s coverage: 46.1% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.057s coverage: 100.0% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.007s coverage: 100.0% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.054s coverage: 29.1% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.011s coverage: 87.9% of statements [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-09-12T14:39:17.064Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.010s coverage: 100.0% of statements [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.008s coverage: 32.1% of statements [2020-09-12T14:39:17.064Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-09-12T14:39:17.064Z] GO111MODULE=on go vet ./... [2020-09-12T14:39:25.309Z] gofmt -l . [2020-09-12T14:39:25.309Z] [ "`gofmt -l .`" = "" ] [2020-09-12T14:39:25.309Z] ./bin/test-go-mod-tidy.sh [2020-09-12T14:39:25.885Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-09-12T14:39:27.585Z] + ls -al . [2020-09-12T14:39:27.585Z] total 552 [2020-09-12T14:39:27.585Z] drwxrwxr-x 10 1001 1001 4096 Sep 12 14:39 . [2020-09-12T14:39:27.585Z] drwxr-xr-x 4 root root 28 Sep 12 14:38 .. [2020-09-12T14:39:27.585Z] -rw-rw-r-- 1 1001 1001 11 Sep 12 14:36 .dockerignore [2020-09-12T14:39:27.585Z] drwxrwxr-x 8 1001 1001 179 Sep 12 14:36 .git [2020-09-12T14:39:27.585Z] drwxrwxr-x 3 1001 1001 60 Sep 12 14:36 .github [2020-09-12T14:39:27.585Z] -rw-rw-r-- 1 1001 1001 932 Sep 12 14:36 .gitignore [2020-09-12T14:39:27.585Z] drwx------ 3 1001 1001 47 Sep 12 14:37 .semver [2020-09-12T14:39:27.585Z] -rw-rw-r-- 1 1001 1001 166 Sep 12 14:36 .sonarcloud.properties [2020-09-12T14:39:27.585Z] -rw-rw-r-- 1 1001 1001 3804 Sep 12 14:36 CONTRIBUTING.md [2020-09-12T14:39:27.585Z] -rw-rw-r-- 1 1001 1001 1035 Sep 12 14:36 Dockerfile.build [2020-09-12T14:39:27.585Z] -rw-rw-r-- 1 1001 1001 863 Sep 12 14:36 Jenkinsfile [2020-09-12T14:39:27.585Z] -rw-rw-r-- 1 1001 1001 10775 Sep 12 14:36 LICENSE [2020-09-12T14:39:27.585Z] -rw-rw-r-- 1 1001 1001 6237 Sep 12 14:36 Makefile [2020-09-12T14:39:27.585Z] -rw-rw-r-- 1 1001 1001 6447 Sep 12 14:36 README.md [2020-09-12T14:39:27.585Z] -rw-rw-r-- 1 1001 1001 259 Sep 12 14:36 SECURITY.md [2020-09-12T14:39:27.585Z] -rw-rw-r-- 1 1001 1001 5 Sep 12 14:37 VERSION [2020-09-12T14:39:27.585Z] -rw-rw-r-- 1 1001 1001 4131 Sep 12 14:36 ZMQWindows.md [2020-09-12T14:39:27.585Z] drwxrwxr-x 2 1001 1001 117 Sep 12 14:36 bin [2020-09-12T14:39:27.585Z] drwxrwxr-x 15 1001 1001 4096 Sep 12 14:36 cmd [2020-09-12T14:39:27.585Z] -rw-r--r-- 1 root root 458581 Sep 12 14:39 coverage.out [2020-09-12T14:39:27.585Z] -rw-r--r-- 1 root root 1019 Sep 12 14:39 go.mod [2020-09-12T14:39:27.585Z] -rw-r--r-- 1 root root 19185 Sep 12 14:39 go.sum [2020-09-12T14:39:27.585Z] drwxrwxr-x 8 1001 1001 127 Sep 12 14:36 internal [2020-09-12T14:39:27.585Z] drwxrwxr-x 4 1001 1001 26 Sep 12 14:36 openapi [2020-09-12T14:39:27.586Z] drwxrwxr-x 4 1001 1001 71 Sep 12 14:36 snap [2020-09-12T14:39:27.586Z] -rw-rw-r-- 1 1001 1001 168 Sep 12 14:36 version.go [Pipeline] sh [2020-09-12T14:39:27.897Z] + '[' -e coverage.out ] [2020-09-12T14:39:27.898Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-09-12T14:39:28.025Z] Stashed 1 file(s) [Pipeline] sh [2020-09-12T14:39:28.326Z] + make build [2020-09-12T14:39:28.326Z] 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-09-12T14:39:36.520Z] 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-09-12T14:39:38.446Z] 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-09-12T14:39:39.838Z] 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-09-12T14:39:40.621Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2431 in /w/workspace/edgexfoundry_edgex-go_PR-2681 [Pipeline] { [Pipeline] ws [2020-09-12T14:39:40.672Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-09-12T14:39:41.228Z] 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-09-12T14:39:42.623Z] 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-09-12T14:39:42.623Z] 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-09-12T14:39:44.028Z] 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-09-12T14:39:45.429Z] 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-09-12T14:39:45.771Z] using credential edgex-jenkins-ssh [2020-09-12T14:39:45.835Z] Cloning the remote Git repository [2020-09-12T14:39:45.835Z] Cloning with configured refspecs honoured and without tags [2020-09-12T14:39:46.381Z] 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-09-12T14:39:45.898Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-12T14:39:46.023Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-09-12T14:39:46.090Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-12T14:39:46.090Z] > git --version # timeout=10 [2020-09-12T14:39:46.113Z] > git --version # 'git version 2.17.1' [2020-09-12T14:39:46.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-12T14:39:46.169Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2681/head:refs/remotes/origin/PR-2681 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-12T14:39:47.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-09-12T14:39:48.740Z] 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-09-12T14:39:50.133Z] 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-09-12T14:39:50.723Z] $ docker stop --time=1 deeffe29de52009f55b922b1685da473c7642e4d7b454a8b6671c4778839d4c3 [2020-09-12T14:39:53.285Z] $ docker rm -f deeffe29de52009f55b922b1685da473c7642e4d7b454a8b6671c4778839d4c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-12T14:39:56.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-12T14:39:56.715Z] [2020-09-12T14:39:56.715Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-12T14:39:57.092Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-12T14:39:57.092Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-12T14:39:57.092Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-12T14:39:57.092Z] ca9280d653b3: Pulling fs layer [2020-09-12T14:39:57.092Z] 7e9c9ca2126c: Pulling fs layer [2020-09-12T14:39:57.440Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-12T14:39:57.440Z] cbdbe7a5bc2a: Download complete [2020-09-12T14:39:57.704Z] ca9280d653b3: Verifying Checksum [2020-09-12T14:39:57.704Z] ca9280d653b3: Download complete [2020-09-12T14:39:57.704Z] cbdbe7a5bc2a: Pull complete [2020-09-12T14:39:58.660Z] ca9280d653b3: Pull complete [2020-09-12T14:39:58.923Z] 7e9c9ca2126c: Download complete [2020-09-12T14:40:03.791Z] Fetching without tags [2020-09-12T14:40:04.376Z] Merging remotes/origin/master commit e46f0634e742b47d68bad1447e074d74297b9715 into PR head commit 5628b0ab0ae7a82fa17e04c820d378353612d3fb [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-12T14:40:04.866Z] Failed in branch arm64 [2020-09-12T14:40:03.694Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-12T14:40:03.721Z] > git config --add remote.origin.fetch +refs/pull/2681/head:refs/remotes/origin/PR-2681 # timeout=10 [2020-09-12T14:40:03.738Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-12T14:40:03.772Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-12T14:40:03.810Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-12T14:40:03.811Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-12T14:40:03.825Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2681/head:refs/remotes/origin/PR-2681 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-12T14:40:04.400Z] > git config core.sparsecheckout # timeout=10 [2020-09-12T14:40:04.461Z] > git checkout -f 5628b0ab0ae7a82fa17e04c820d378353612d3fb # timeout=10 [2020-09-12T14:40:05.554Z] 7e9c9ca2126c: Pull complete [2020-09-12T14:40:05.554Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-12T14:40:05.554Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-12T14:40:05.554Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-12T14:40:05.699Z] prd-centos7-docker-4c-2g-2430 does not seem to be running inside a container [2020-09-12T14:40:05.749Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:10003/edgex-devops/edgex-compose:latest cat [2020-09-12T14:40:08.348Z] $ docker top 4a258e7d11d8b9e8f47ba868406b25992ac36f1d63958a988a79446a6a8112c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-12T14:40:08.862Z] + docker-compose build --help [2020-09-12T14:40:08.862Z] + grep parallel [2020-09-12T14:40:09.812Z] --parallel Build images in parallel. [Pipeline] } [2020-09-12T14:40:09.829Z] $ docker stop --time=1 4a258e7d11d8b9e8f47ba868406b25992ac36f1d63958a988a79446a6a8112c4 [2020-09-12T14:40:11.173Z] $ docker rm -f 4a258e7d11d8b9e8f47ba868406b25992ac36f1d63958a988a79446a6a8112c4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-12T14:40:11.770Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-12T14:40:11.770Z] . [Pipeline] withDockerContainer [2020-09-12T14:40:11.870Z] prd-centos7-docker-4c-2g-2430 does not seem to be running inside a container [2020-09-12T14:40:11.917Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-09-12T14:40:12.596Z] $ docker top 9c987c43555d4520fec28b2e33caa3e19b9c4baee971288ae02422c68dc3e592 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-12T14:40:13.148Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-12T14:40:14.096Z] Building docker-core-command-go ... [2020-09-12T14:40:14.096Z] Building docker-core-data-go ... [2020-09-12T14:40:14.096Z] Building docker-core-metadata-go ... [2020-09-12T14:40:14.096Z] Building docker-security-proxy-setup-go ... [2020-09-12T14:40:14.096Z] Building docker-security-secrets-setup-go ... [2020-09-12T14:40:14.096Z] Building docker-security-secretstore-setup-go ... [2020-09-12T14:40:14.096Z] Building docker-support-logging-go ... [2020-09-12T14:40:14.096Z] Building docker-support-notifications-go ... [2020-09-12T14:40:14.096Z] Building docker-support-scheduler-go ... [2020-09-12T14:40:14.096Z] Building docker-sys-mgmt-agent-go ... [2020-09-12T14:40:14.096Z] Building docker-security-proxy-setup-go [2020-09-12T14:40:14.096Z] Building docker-security-secrets-setup-go [2020-09-12T14:40:14.096Z] Building docker-support-logging-go [2020-09-12T14:40:14.096Z] Building docker-core-command-go [2020-09-12T14:40:14.096Z] Building docker-support-notifications-go [2020-09-12T14:40:40.749Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-12T14:40:40.749Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-12T14:40:40.749Z] ---> 7be0019cc02f [2020-09-12T14:40:40.749Z] Step 3/29 : WORKDIR /edgex-go [2020-09-12T14:40:40.749Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-12T14:40:40.749Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-12T14:40:40.749Z] ---> 7be0019cc02f [2020-09-12T14:40:40.749Z] Step 3/24 : WORKDIR /edgex-go [2020-09-12T14:40:40.749Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-12T14:40:40.749Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-12T14:40:40.749Z] ---> 7be0019cc02f [2020-09-12T14:40:40.749Z] Step 3/22 : WORKDIR /edgex-go [2020-09-12T14:40:40.749Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-12T14:40:40.749Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-12T14:40:40.749Z] ---> 7be0019cc02f [2020-09-12T14:40:40.749Z] Step 3/20 : WORKDIR /edgex-go [2020-09-12T14:40:40.749Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-12T14:40:40.749Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-12T14:40:40.749Z] ---> 7be0019cc02f [2020-09-12T14:40:40.749Z] Step 3/22 : WORKDIR /edgex-go [2020-09-12T14:40:41.705Z] ---> Running in 53052f8579f1 [2020-09-12T14:40:41.705Z] ---> Running in 084b77da6a5c [2020-09-12T14:40:41.705Z] ---> Running in f5c54d1fe4a5 [2020-09-12T14:40:41.705Z] ---> Running in e187bc5b0202 [2020-09-12T14:40:41.705Z] ---> Running in 24a23a0c525b [2020-09-12T14:40:41.972Z] Removing intermediate container 53052f8579f1 [2020-09-12T14:40:41.972Z] ---> b49e0d08db06 [2020-09-12T14:40:41.972Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-12T14:40:42.239Z] Removing intermediate container f5c54d1fe4a5 [2020-09-12T14:40:42.239Z] ---> 158aa0961244 [2020-09-12T14:40:42.239Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-12T14:40:42.239Z] Removing intermediate container 24a23a0c525b [2020-09-12T14:40:42.239Z] ---> f101df5f565c [2020-09-12T14:40:42.239Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-12T14:40:42.239Z] Removing intermediate container 084b77da6a5c [2020-09-12T14:40:42.239Z] ---> 1e183e294a32 [2020-09-12T14:40:42.239Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-12T14:40:42.239Z] Removing intermediate container e187bc5b0202 [2020-09-12T14:40:42.239Z] ---> 1e35bc124413 [2020-09-12T14:40:42.239Z] Step 4/29 : RUN apk update && apk add make git [2020-09-12T14:40:42.239Z] ---> Running in 2de5d75b210b [2020-09-12T14:40:42.239Z] ---> Running in cdf36af96ce9 [2020-09-12T14:40:42.239Z] ---> Running in d934e6a98327 [2020-09-12T14:40:42.239Z] ---> Running in 8fe518b08563 [2020-09-12T14:40:42.503Z] ---> Running in ef71cdf4d317 [2020-09-12T14:40:43.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:40:44.179Z] Removing intermediate container d934e6a98327 [2020-09-12T14:40:44.179Z] ---> 7cf716b9a263 [2020-09-12T14:40:44.179Z] Step 5/20 : RUN apk update && apk add make git [2020-09-12T14:40:44.442Z] Removing intermediate container 2de5d75b210b [2020-09-12T14:40:44.442Z] ---> 36e9c6c42119 [2020-09-12T14:40:44.442Z] Step 5/22 : RUN apk update && apk add make git [2020-09-12T14:40:44.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:40:44.442Z] Removing intermediate container cdf36af96ce9 [2020-09-12T14:40:44.442Z] ---> 64ae53c1a1c3 [2020-09-12T14:40:44.442Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-12T14:40:44.442Z] ---> Running in 2b966f4976e1 [2020-09-12T14:40:44.442Z] ---> Running in 0b9b7591a900 [2020-09-12T14:40:44.704Z] ---> Running in cd1c9a7228ef [2020-09-12T14:40:44.704Z] Removing intermediate container 8fe518b08563 [2020-09-12T14:40:44.704Z] ---> ea446031c3ed [2020-09-12T14:40:44.704Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-12T14:40:44.704Z] ---> Running in 3aec13a19866 [2020-09-12T14:40:44.966Z] v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-12T14:40:44.966Z] v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-12T14:40:44.966Z] OK: 12746 distinct packages available [2020-09-12T14:40:44.966Z] OK: 233 MiB in 51 packages [2020-09-12T14:40:45.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:40:45.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:40:45.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:40:45.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:40:45.806Z] Removing intermediate container ef71cdf4d317 [2020-09-12T14:40:45.806Z] ---> 39f1de7754bc [2020-09-12T14:40:45.806Z] Step 5/29 : COPY go.mod . [2020-09-12T14:40:46.076Z] ---> d5e8b9057195 [2020-09-12T14:40:46.076Z] Step 6/29 : RUN go mod download [2020-09-12T14:40:46.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:40:46.076Z] ---> Running in ebd0e049f216 [2020-09-12T14:40:46.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:40:46.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:40:46.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:40:46.608Z] v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-12T14:40:46.608Z] v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-12T14:40:46.608Z] OK: 12746 distinct packages available [2020-09-12T14:40:46.888Z] v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-12T14:40:46.888Z] v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-12T14:40:46.888Z] OK: 12746 distinct packages available [2020-09-12T14:40:46.888Z] OK: 233 MiB in 51 packages [2020-09-12T14:40:46.888Z] v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-12T14:40:46.888Z] v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-12T14:40:46.888Z] OK: 12746 distinct packages available [2020-09-12T14:40:47.180Z] OK: 233 MiB in 51 packages [2020-09-12T14:40:47.180Z] v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-12T14:40:47.180Z] v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-12T14:40:47.180Z] OK: 12746 distinct packages available [2020-09-12T14:40:47.180Z] OK: 233 MiB in 51 packages [2020-09-12T14:40:47.456Z] OK: 233 MiB in 51 packages [2020-09-12T14:40:47.456Z] OK: 233 MiB in 51 packages [2020-09-12T14:40:47.456Z] Removing intermediate container 2b966f4976e1 [2020-09-12T14:40:47.456Z] ---> 7ef4a6bc3236 [2020-09-12T14:40:47.456Z] Step 6/20 : COPY go.mod . [2020-09-12T14:40:47.722Z] Removing intermediate container 0b9b7591a900 [2020-09-12T14:40:47.722Z] ---> 5b89d1669042 [2020-09-12T14:40:47.722Z] Step 6/22 : COPY go.mod . [2020-09-12T14:40:47.988Z] ---> ee510d0d6116 [2020-09-12T14:40:47.988Z] Step 7/20 : RUN go mod download [2020-09-12T14:40:48.254Z] Removing intermediate container ebd0e049f216 [2020-09-12T14:40:48.254Z] ---> 9be622be6fa6 [2020-09-12T14:40:48.254Z] Step 7/29 : COPY . . [2020-09-12T14:40:48.254Z] ---> 180cc737154e [2020-09-12T14:40:48.254Z] Step 7/22 : RUN go mod download [2020-09-12T14:40:48.254Z] ---> Running in b31c1a056c52 [2020-09-12T14:40:48.523Z] ---> Running in 08eb0ce8dae4 [2020-09-12T14:40:48.523Z] Removing intermediate container 3aec13a19866 [2020-09-12T14:40:48.523Z] ---> 851714ffa985 [2020-09-12T14:40:48.523Z] Step 6/24 : COPY go.mod . [2020-09-12T14:40:49.101Z] Removing intermediate container cd1c9a7228ef [2020-09-12T14:40:49.101Z] ---> 634392557e16 [2020-09-12T14:40:49.101Z] Step 6/22 : COPY go.mod . [2020-09-12T14:40:50.062Z] ---> 657792f63d75 [2020-09-12T14:40:50.062Z] Step 7/24 : RUN go mod download [2020-09-12T14:40:51.493Z] ---> Running in 88ec3ba39021 [2020-09-12T14:40:51.778Z] ---> f754916408af [2020-09-12T14:40:51.778Z] Step 7/22 : RUN go mod download [2020-09-12T14:40:52.355Z] ---> Running in 0ec03321339c [2020-09-12T14:40:54.929Z] Removing intermediate container b31c1a056c52 [2020-09-12T14:40:54.929Z] ---> a5aeb83c60be [2020-09-12T14:40:54.929Z] Step 8/20 : COPY . . [2020-09-12T14:40:56.038Z] Removing intermediate container 08eb0ce8dae4 [2020-09-12T14:40:56.038Z] ---> 4cc877d767bc [2020-09-12T14:40:56.038Z] Step 8/22 : COPY . . [2020-09-12T14:41:04.240Z] Removing intermediate container 88ec3ba39021 [2020-09-12T14:41:04.240Z] ---> 363ba2e027bc [2020-09-12T14:41:04.240Z] Step 8/24 : COPY . . [2020-09-12T14:41:12.609Z] Removing intermediate container 0ec03321339c [2020-09-12T14:41:12.609Z] ---> 98e0fd878016 [2020-09-12T14:41:12.609Z] Step 8/22 : COPY . . [2020-09-12T14:41:17.061Z] ---> 3dec9947b429 [2020-09-12T14:41:17.061Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-12T14:41:23.726Z] ---> Running in fa261946cc39 [2020-09-12T14:41:26.324Z] ---> 97c6eac8baf1 [2020-09-12T14:41:26.324Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-12T14:41:26.324Z] ---> e726f73a19f0 [2020-09-12T14:41:26.324Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-12T14:41:27.286Z] ---> Running in 5ad2a7264736 [2020-09-12T14:41:27.872Z] ---> Running in d6b2248a2532 [2020-09-12T14:41:28.143Z] 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-09-12T14:41:31.499Z] 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-09-12T14:41:31.499Z] 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-09-12T14:41:32.928Z] ---> 302717f7df71 [2020-09-12T14:41:32.928Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-12T14:41:34.369Z] ---> Running in a7693415f5ad [2020-09-12T14:41:35.784Z] ---> 456dd30d7122 [2020-09-12T14:41:35.784Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-12T14:41:36.078Z] ---> Running in 47ae4538c583 [2020-09-12T14:41:37.073Z] 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-09-12T14:41:37.073Z] 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-09-12T14:41:52.091Z] Removing intermediate container fa261946cc39 [2020-09-12T14:41:52.091Z] ---> cd3963803b4d [2020-09-12T14:41:52.091Z] [2020-09-12T14:41:52.091Z] Step 9/29 : FROM alpine:latest [2020-09-12T14:41:52.355Z] latest: Pulling from library/alpine [2020-09-12T14:41:52.619Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-12T14:41:53.597Z] Status: Downloaded newer image for alpine:latest [2020-09-12T14:41:53.597Z] ---> a24bb4013296 [2020-09-12T14:41:53.597Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-12T14:41:54.180Z] ---> Running in f28053e9f96b [2020-09-12T14:41:54.781Z] Removing intermediate container f28053e9f96b [2020-09-12T14:41:54.781Z] ---> 3e64aabd958e [2020-09-12T14:41:54.781Z] Step 11/29 : USER root [2020-09-12T14:41:54.781Z] ---> Running in 4c8525a143ca [2020-09-12T14:41:55.057Z] Removing intermediate container 4c8525a143ca [2020-09-12T14:41:55.057Z] ---> 671129bcf56d [2020-09-12T14:41:55.057Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-12T14:41:55.057Z] ---> Running in a07eee822768 [2020-09-12T14:41:56.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:41:56.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:41:56.823Z] v3.12.0-313-g23f4082141 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-12T14:41:56.823Z] v3.12.0-310-gfeadd8fa34 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-12T14:41:56.823Z] OK: 12746 distinct packages available [2020-09-12T14:41:56.823Z] Removing intermediate container d6b2248a2532 [2020-09-12T14:41:56.823Z] ---> 12781ab6d20d [2020-09-12T14:41:56.823Z] [2020-09-12T14:41:56.823Z] Step 10/20 : FROM alpine [2020-09-12T14:41:56.823Z] ---> a24bb4013296 [2020-09-12T14:41:56.823Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-12T14:41:57.098Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-12T14:41:57.098Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-12T14:41:57.099Z] Executing busybox-1.31.1-r16.trigger [2020-09-12T14:41:57.099Z] Executing ca-certificates-20191127-r4.trigger [2020-09-12T14:41:57.099Z] ---> Running in 8e773d0ece4a [2020-09-12T14:41:57.368Z] OK: 6 MiB in 16 packages [2020-09-12T14:41:58.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:41:58.948Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:41:59.224Z] v3.12.0-313-g23f4082141 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-12T14:41:59.224Z] v3.12.0-310-gfeadd8fa34 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-12T14:41:59.224Z] OK: 12746 distinct packages available [2020-09-12T14:41:59.493Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-12T14:41:59.493Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-12T14:41:59.493Z] (3/4) Installing libcurl (7.69.1-r0) [2020-09-12T14:41:59.493Z] (4/4) Installing curl (7.69.1-r0) [2020-09-12T14:41:59.493Z] Executing busybox-1.31.1-r16.trigger [2020-09-12T14:41:59.493Z] Executing ca-certificates-20191127-r4.trigger [2020-09-12T14:41:59.493Z] OK: 7 MiB in 18 packages [2020-09-12T14:41:59.763Z] Removing intermediate container a07eee822768 [2020-09-12T14:41:59.763Z] ---> 46da9f460e09 [2020-09-12T14:41:59.763Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-12T14:42:00.745Z] ---> Running in 9c87f7c35ea7 [2020-09-12T14:42:01.021Z] Removing intermediate container 9c87f7c35ea7 [2020-09-12T14:42:01.021Z] ---> 6d0ed0d9ace9 [2020-09-12T14:42:01.021Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-12T14:42:01.981Z] ---> Running in 5791c776fea0 [2020-09-12T14:42:01.981Z] Removing intermediate container 8e773d0ece4a [2020-09-12T14:42:01.981Z] ---> 5a85453fc62f [2020-09-12T14:42:01.981Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-12T14:42:01.981Z] ---> Running in b3a67ef7c7aa [2020-09-12T14:42:01.981Z] Removing intermediate container 5791c776fea0 [2020-09-12T14:42:01.981Z] ---> 5d4d3c5246b0 [2020-09-12T14:42:01.981Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-12T14:42:02.250Z] ---> Running in 362fa316d381 [2020-09-12T14:42:02.250Z] Removing intermediate container b3a67ef7c7aa [2020-09-12T14:42:02.250Z] ---> da11ea69e99b [2020-09-12T14:42:02.250Z] Step 13/20 : WORKDIR /edgex [2020-09-12T14:42:03.209Z] ---> Running in d8a5cdb4ab4a [2020-09-12T14:42:05.144Z] Removing intermediate container 5ad2a7264736 [2020-09-12T14:42:05.144Z] ---> e905d1180941 [2020-09-12T14:42:05.144Z] [2020-09-12T14:42:05.144Z] Step 10/22 : FROM scratch [2020-09-12T14:42:05.144Z] ---> [2020-09-12T14:42:05.144Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-12T14:42:05.144Z] Removing intermediate container d8a5cdb4ab4a [2020-09-12T14:42:05.144Z] ---> 3ef18a3d41be [2020-09-12T14:42:05.144Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-12T14:42:06.545Z] ---> Running in f213cdc63670 [2020-09-12T14:42:08.475Z] ---> 0c303beb7842 [2020-09-12T14:42:08.475Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-12T14:42:08.475Z] Removing intermediate container 47ae4538c583 [2020-09-12T14:42:08.475Z] ---> ca5ef27276e0 [2020-09-12T14:42:08.475Z] [2020-09-12T14:42:08.475Z] Step 10/22 : FROM scratch [2020-09-12T14:42:08.475Z] ---> [2020-09-12T14:42:08.475Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-12T14:42:08.475Z] Removing intermediate container f213cdc63670 [2020-09-12T14:42:08.475Z] ---> 3fbe919772ac [2020-09-12T14:42:08.475Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-12T14:42:08.475Z] ---> Running in 3308fa9d397c [2020-09-12T14:42:08.475Z] Removing intermediate container 362fa316d381 [2020-09-12T14:42:08.475Z] ---> daf6bd2b0328 [2020-09-12T14:42:08.475Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-12T14:42:08.475Z] ---> Running in f87cb6be1ab3 [2020-09-12T14:42:08.739Z] Removing intermediate container a7693415f5ad [2020-09-12T14:42:08.739Z] ---> 3a659f259a9e [2020-09-12T14:42:08.739Z] [2020-09-12T14:42:08.739Z] Step 10/24 : FROM scratch [2020-09-12T14:42:08.739Z] ---> [2020-09-12T14:42:08.739Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-12T14:42:08.739Z] ---> 659f27659c9b [2020-09-12T14:42:08.739Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-12T14:42:09.313Z] ---> Running in 41e5af138559 [2020-09-12T14:42:09.578Z] ---> Running in fc41018766f7 [2020-09-12T14:42:09.578Z] Removing intermediate container 3308fa9d397c [2020-09-12T14:42:09.578Z] ---> 7879beec46fc [2020-09-12T14:42:09.578Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-12T14:42:09.578Z] Removing intermediate container f87cb6be1ab3 [2020-09-12T14:42:09.578Z] ---> 6c37438a73fa [2020-09-12T14:42:09.578Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-12T14:42:09.578Z] ---> 20aab0b3f355 [2020-09-12T14:42:09.578Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-12T14:42:09.578Z] Removing intermediate container 41e5af138559 [2020-09-12T14:42:09.578Z] ---> e39f720c994a [2020-09-12T14:42:09.578Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-12T14:42:09.839Z] ---> Running in aef8e7c6baa2 [2020-09-12T14:42:09.839Z] ---> Running in e54eadba5167 [2020-09-12T14:42:09.839Z] ---> Running in 5cf402457833 [2020-09-12T14:42:09.839Z] Removing intermediate container fc41018766f7 [2020-09-12T14:42:09.839Z] ---> ca7010b8d0be [2020-09-12T14:42:09.839Z] Step 17/20 : CMD ["--init=true"] [2020-09-12T14:42:10.100Z] ---> cc9fe52b1d33 [2020-09-12T14:42:10.100Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-12T14:42:10.100Z] ---> Running in 6ab737906f0b [2020-09-12T14:42:10.100Z] Removing intermediate container aef8e7c6baa2 [2020-09-12T14:42:10.100Z] ---> 7be2f6da2d55 [2020-09-12T14:42:10.100Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-12T14:42:10.100Z] Removing intermediate container e54eadba5167 [2020-09-12T14:42:10.100Z] ---> 72f3e2bed08b [2020-09-12T14:42:10.100Z] Step 14/22 : WORKDIR / [2020-09-12T14:42:10.100Z] Removing intermediate container 5cf402457833 [2020-09-12T14:42:10.100Z] ---> 628b1f5ba7b5 [2020-09-12T14:42:10.100Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-12T14:42:10.363Z] ---> Running in b99c502059bb [2020-09-12T14:42:10.363Z] ---> Running in 8ac8a1bce0a1 [2020-09-12T14:42:10.363Z] ---> Running in 454de299094e [2020-09-12T14:42:10.363Z] Removing intermediate container 6ab737906f0b [2020-09-12T14:42:10.363Z] ---> e99ca274437d [2020-09-12T14:42:10.363Z] Step 18/20 : LABEL arch=x86_64 [2020-09-12T14:42:10.630Z] ---> 17b8e428a081 [2020-09-12T14:42:10.630Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-12T14:42:10.630Z] Removing intermediate container b99c502059bb [2020-09-12T14:42:10.630Z] ---> dd4f977f8149 [2020-09-12T14:42:10.630Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-12T14:42:10.630Z] Removing intermediate container 8ac8a1bce0a1 [2020-09-12T14:42:10.630Z] ---> dee3b5643dc0 [2020-09-12T14:42:10.630Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-12T14:42:10.630Z] ---> Running in fa19e8108944 [2020-09-12T14:42:11.584Z] Removing intermediate container 454de299094e [2020-09-12T14:42:11.584Z] ---> 21bc4845e1b0 [2020-09-12T14:42:11.584Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-12T14:42:11.584Z] ---> 998254ca6a96 [2020-09-12T14:42:11.584Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-12T14:42:11.584Z] ---> 417d3921b62c [2020-09-12T14:42:11.584Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-12T14:42:11.584Z] ---> d651ece6b6b9 [2020-09-12T14:42:11.584Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-12T14:42:11.584Z] Removing intermediate container fa19e8108944 [2020-09-12T14:42:11.584Z] ---> 4009fce80e7a [2020-09-12T14:42:11.584Z] Step 19/20 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 [2020-09-12T14:42:11.849Z] ---> Running in 9cd92a178054 [2020-09-12T14:42:11.849Z] ---> 46397370c282 [2020-09-12T14:42:11.849Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-12T14:42:12.126Z] ---> 03c2ab2aac7b [2020-09-12T14:42:12.126Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-12T14:42:12.126Z] ---> 7b01d8d97e5e [2020-09-12T14:42:12.127Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-12T14:42:12.127Z] Removing intermediate container 9cd92a178054 [2020-09-12T14:42:12.127Z] ---> 47bb0388bd6a [2020-09-12T14:42:12.127Z] Step 20/20 : LABEL version=0.0.0 [2020-09-12T14:42:12.127Z] ---> Running in e3155ba1f60f [2020-09-12T14:42:13.520Z] ---> 29ad05953265 [2020-09-12T14:42:13.520Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-12T14:42:13.520Z] ---> Running in 2c41876193f4 [2020-09-12T14:42:13.520Z] ---> eb22768fe16c [2020-09-12T14:42:13.520Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-12T14:42:13.790Z] ---> ae243facd9ab [2020-09-12T14:42:13.790Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-12T14:42:13.790Z] Removing intermediate container 2c41876193f4 [2020-09-12T14:42:13.790Z] ---> 0ef58fc368f4 [2020-09-12T14:42:13.790Z] ---> 494e0a023748 [2020-09-12T14:42:13.790Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-12T14:42:13.790Z] [2020-09-12T14:42:14.054Z] Successfully built 0ef58fc368f4 [2020-09-12T14:42:14.326Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-12T14:42:14.327Z] ---> Running in e9b9464c10d9 [2020-09-12T14:42:14.327Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2020-09-12T14:42:14.327Z] ---> ca1fc9b5d31d [2020-09-12T14:42:14.327Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-12T14:42:14.327Z] ---> 5c99a60726cf [2020-09-12T14:42:14.327Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-12T14:42:14.327Z] ---> Running in 40987b85c331 [2020-09-12T14:42:14.592Z] Removing intermediate container e9b9464c10d9 [2020-09-12T14:42:14.592Z] ---> 5d06d023d740 [2020-09-12T14:42:14.592Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-12T14:42:14.857Z] ---> Running in c98be3b54d49 [2020-09-12T14:42:15.124Z] ---> 237045194a5d [2020-09-12T14:42:15.124Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-12T14:42:15.124Z] Removing intermediate container 40987b85c331 [2020-09-12T14:42:15.124Z] ---> 63f4cfe89046 [2020-09-12T14:42:15.124Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-12T14:42:15.124Z] Removing intermediate container e3155ba1f60f [2020-09-12T14:42:15.124Z] ---> a3f25baf75ea [2020-09-12T14:42:15.124Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-12T14:42:15.389Z] ---> Running in 75e2b6647b29 [2020-09-12T14:42:16.787Z] Removing intermediate container c98be3b54d49 [2020-09-12T14:42:16.787Z] ---> 61b2719aef64 [2020-09-12T14:42:16.787Z] Step 20/22 : LABEL arch=x86_64 [2020-09-12T14:42:18.835Z] ---> Running in b2fcd238e726 [2020-09-12T14:42:18.836Z] ---> 66f628560b7b [2020-09-12T14:42:18.836Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-12T14:42:18.836Z] Removing intermediate container 75e2b6647b29 [2020-09-12T14:42:18.836Z] ---> 81325c68c0a3 [2020-09-12T14:42:18.836Z] Step 20/22 : LABEL arch=x86_64 [2020-09-12T14:42:18.836Z] ---> 8ab7776a3404 [2020-09-12T14:42:18.836Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-12T14:42:18.836Z] ---> Running in 9d0400ccf86a [2020-09-12T14:42:18.836Z] ---> Running in d2168106ac73 [2020-09-12T14:42:19.901Z] Removing intermediate container b2fcd238e726 [2020-09-12T14:42:19.901Z] ---> 33ba5a40b9d2 [2020-09-12T14:42:19.901Z] Step 21/22 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 [2020-09-12T14:42:20.477Z] Removing intermediate container d2168106ac73 [2020-09-12T14:42:20.477Z] ---> 2dafbbccd464 [2020-09-12T14:42:20.477Z] Step 21/22 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 [2020-09-12T14:42:21.438Z] ---> e84845f6a4c7 [2020-09-12T14:42:21.438Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-12T14:42:22.394Z] ---> Running in 7823a06f6de1 [2020-09-12T14:42:22.394Z] ---> Running in 67908de76b7a [2020-09-12T14:42:23.788Z] ---> Running in c7d3c3cd0c54 [2020-09-12T14:42:25.190Z] Removing intermediate container 67908de76b7a [2020-09-12T14:42:25.190Z] ---> b30cbbf687d0 [2020-09-12T14:42:25.190Z] Step 22/22 : LABEL version=0.0.0 [2020-09-12T14:42:25.764Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-12T14:42:25.764Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-12T14:42:25.764Z] ---> 7be0019cc02f [2020-09-12T14:42:25.764Z] Step 3/23 : WORKDIR /edgex-go [2020-09-12T14:42:25.764Z] ---> Using cache [2020-09-12T14:42:25.764Z] ---> 1e35bc124413 [2020-09-12T14:42:25.764Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-12T14:42:26.733Z] Removing intermediate container 7823a06f6de1 [2020-09-12T14:42:26.733Z] ---> be3516cac01e [2020-09-12T14:42:26.733Z] Step 22/22 : LABEL version=0.0.0 [2020-09-12T14:42:26.733Z] Removing intermediate container c7d3c3cd0c54 [2020-09-12T14:42:26.733Z] ---> 1b7b0ba40b23 [2020-09-12T14:42:26.733Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-12T14:42:26.733Z] ---> Running in 4a545d0d3668 [2020-09-12T14:42:26.733Z] ---> Running in 14136882df95 [2020-09-12T14:42:26.994Z] ---> Running in 0fd1c1287208 [2020-09-12T14:42:26.994Z] ---> Running in 625b2839304e [2020-09-12T14:42:26.994Z] Removing intermediate container 9d0400ccf86a [2020-09-12T14:42:26.994Z] ---> 8385bd00fc33 [2020-09-12T14:42:26.994Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-12T14:42:27.258Z] ---> Running in 180fe1420236 [2020-09-12T14:42:27.258Z] Removing intermediate container 4a545d0d3668 [2020-09-12T14:42:27.258Z] ---> e434d078a307 [2020-09-12T14:42:27.258Z] [2020-09-12T14:42:27.522Z] Successfully built e434d078a307 [2020-09-12T14:42:27.522Z] Removing intermediate container 625b2839304e [2020-09-12T14:42:27.522Z] ---> 76b293abd220 [2020-09-12T14:42:27.522Z] [2020-09-12T14:42:27.522Z] Removing intermediate container 0fd1c1287208 [2020-09-12T14:42:27.522Z] ---> 6f7888a344e4 [2020-09-12T14:42:27.522Z] Step 22/24 : LABEL arch=x86_64 [2020-09-12T14:42:27.522Z] Successfully tagged docker-support-logging-go:latest [2020-09-12T14:42:27.522Z] Building docker-sys-mgmt-agent-go [2020-09-12T14:42:27.522Z]  Building docker-support-logging-go ... done Successfully built 76b293abd220 [2020-09-12T14:42:27.522Z] Successfully tagged docker-core-command-go:latest [2020-09-12T14:42:27.522Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-09-12T14:42:27.786Z] ---> Running in 36689a65d2f6 [2020-09-12T14:42:27.786Z] Removing intermediate container 36689a65d2f6 [2020-09-12T14:42:27.786Z] ---> f7a707a750a0 [2020-09-12T14:42:27.786Z] Step 23/24 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 [2020-09-12T14:42:28.379Z] ---> Running in dd30296a4377 [2020-09-12T14:42:28.956Z] Removing intermediate container dd30296a4377 [2020-09-12T14:42:28.956Z] ---> d0f4a6d096c7 [2020-09-12T14:42:28.956Z] Step 24/24 : LABEL version=0.0.0 [2020-09-12T14:42:33.187Z] ---> Running in 2fc8d0a62a92 [2020-09-12T14:42:33.187Z] Removing intermediate container 14136882df95 [2020-09-12T14:42:33.187Z] ---> 25edfae94693 [2020-09-12T14:42:33.187Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-12T14:42:34.160Z] ---> Running in 62184632c77a [2020-09-12T14:42:34.160Z] Removing intermediate container 180fe1420236 [2020-09-12T14:42:34.160Z] ---> ba1d6713fa5b [2020-09-12T14:42:34.160Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-12T14:42:34.160Z] Removing intermediate container 2fc8d0a62a92 [2020-09-12T14:42:34.160Z] ---> 038f6240ca63 [2020-09-12T14:42:34.160Z] [2020-09-12T14:42:34.160Z] Successfully built 038f6240ca63 [2020-09-12T14:42:34.160Z] Successfully tagged docker-support-notifications-go:latest [2020-09-12T14:42:34.160Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-09-12T14:42:34.160Z] ---> Running in f51563cef1f7 [2020-09-12T14:42:36.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:42:37.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:42:39.333Z] v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-12T14:42:39.333Z] v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-12T14:42:39.333Z] OK: 12746 distinct packages available [2020-09-12T14:42:39.914Z] OK: 233 MiB in 51 packages [2020-09-12T14:42:41.841Z] Removing intermediate container f51563cef1f7 [2020-09-12T14:42:41.841Z] ---> ab5c1bac0027 [2020-09-12T14:42:41.841Z] Step 26/29 : CMD [ "generate" ] [2020-09-12T14:42:43.242Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-12T14:42:43.242Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-12T14:42:43.242Z] ---> 7be0019cc02f [2020-09-12T14:42:43.242Z] Step 3/21 : WORKDIR /edgex-go [2020-09-12T14:42:43.242Z] ---> Using cache [2020-09-12T14:42:43.242Z] ---> 1e35bc124413 [2020-09-12T14:42:43.242Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-12T14:42:43.242Z] ---> Using cache [2020-09-12T14:42:43.242Z] ---> 25edfae94693 [2020-09-12T14:42:43.242Z] Step 5/21 : RUN apk update && apk add make git [2020-09-12T14:42:43.821Z] ---> Running in 84d815db2864 [2020-09-12T14:42:44.084Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-12T14:42:44.084Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-12T14:42:44.084Z] ---> 7be0019cc02f [2020-09-12T14:42:44.084Z] Step 3/27 : WORKDIR /edgex-go [2020-09-12T14:42:44.084Z] ---> Using cache [2020-09-12T14:42:44.084Z] ---> 1e35bc124413 [2020-09-12T14:42:44.084Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-12T14:42:44.084Z] ---> Using cache [2020-09-12T14:42:44.084Z] ---> 25edfae94693 [2020-09-12T14:42:44.084Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-12T14:42:46.008Z] ---> Running in 8d9200e9384c [2020-09-12T14:42:46.008Z] Removing intermediate container 62184632c77a [2020-09-12T14:42:46.008Z] ---> e599ed6dba0c [2020-09-12T14:42:46.008Z] Step 6/23 : COPY go.mod . [2020-09-12T14:42:46.008Z] ---> Running in 4746ff4ad881 [2020-09-12T14:42:46.595Z] Removing intermediate container 84d815db2864 [2020-09-12T14:42:46.595Z] ---> caf56cb5a795 [2020-09-12T14:42:46.595Z] Step 27/29 : LABEL arch=x86_64 [2020-09-12T14:42:48.009Z] ---> Running in f727c24cea2e [2020-09-12T14:42:48.280Z] ---> 16622974089c [2020-09-12T14:42:48.280Z] Step 7/23 : RUN go mod download [2020-09-12T14:42:49.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:42:49.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:42:49.503Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-12T14:42:49.503Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-12T14:42:49.503Z] ---> 7be0019cc02f [2020-09-12T14:42:49.503Z] Step 3/26 : WORKDIR /edgex-go [2020-09-12T14:42:49.503Z] ---> Using cache [2020-09-12T14:42:49.503Z] ---> 1e35bc124413 [2020-09-12T14:42:49.503Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-12T14:42:49.503Z] ---> Using cache [2020-09-12T14:42:49.503Z] ---> 25edfae94693 [2020-09-12T14:42:49.503Z] Step 5/26 : RUN apk update && apk add make git [2020-09-12T14:42:49.765Z] ---> Running in 5ba4416bbda8 [2020-09-12T14:42:49.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:42:50.027Z] Removing intermediate container f727c24cea2e [2020-09-12T14:42:50.027Z] ---> 157b70c3db61 [2020-09-12T14:42:50.027Z] Step 28/29 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 [2020-09-12T14:42:50.027Z] ---> Running in 149a250d9208 [2020-09-12T14:42:50.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:42:50.290Z] ---> Running in 3f1c44636533 [2020-09-12T14:42:50.573Z] Removing intermediate container 3f1c44636533 [2020-09-12T14:42:50.573Z] ---> 95eaea68e8f6 [2020-09-12T14:42:50.573Z] Step 29/29 : LABEL version=0.0.0 [2020-09-12T14:42:50.573Z] ---> Running in 01a6c8465358 [2020-09-12T14:42:50.573Z] v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-12T14:42:50.573Z] v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-12T14:42:50.573Z] OK: 12746 distinct packages available [2020-09-12T14:42:50.838Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:42:50.838Z] Removing intermediate container 01a6c8465358 [2020-09-12T14:42:50.838Z] ---> 6391f114b49e [2020-09-12T14:42:50.838Z] [2020-09-12T14:42:50.838Z] OK: 233 MiB in 51 packages [2020-09-12T14:42:50.838Z] Successfully built 6391f114b49e [2020-09-12T14:42:50.838Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-12T14:42:50.838Z]  Building docker-security-secrets-setup-go ... done Building docker-core-metadata-go [2020-09-12T14:42:51.431Z] v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-12T14:42:51.431Z] v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-12T14:42:51.431Z] OK: 12746 distinct packages available [2020-09-12T14:42:51.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:42:51.710Z] OK: 233 MiB in 51 packages [2020-09-12T14:42:51.974Z] Removing intermediate container 4746ff4ad881 [2020-09-12T14:42:51.974Z] ---> ebda809c6947 [2020-09-12T14:42:51.974Z] Step 6/27 : COPY go.mod . [2020-09-12T14:42:52.236Z] v3.12.0-313-g23f4082141 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-12T14:42:52.236Z] v3.12.0-310-gfeadd8fa34 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-12T14:42:52.236Z] OK: 12746 distinct packages available [2020-09-12T14:42:52.501Z] OK: 233 MiB in 51 packages [2020-09-12T14:42:55.819Z] Removing intermediate container 5ba4416bbda8 [2020-09-12T14:42:55.819Z] ---> bdfa06a9b594 [2020-09-12T14:42:55.819Z] Step 8/23 : COPY . . [2020-09-12T14:42:55.819Z] ---> 2a77b7760d58 [2020-09-12T14:42:55.819Z] Step 7/27 : RUN go mod download [2020-09-12T14:42:55.819Z] ---> Running in fc8e5eaf1e4b [2020-09-12T14:42:58.397Z] Removing intermediate container 8d9200e9384c [2020-09-12T14:42:58.397Z] ---> 595f0893bb42 [2020-09-12T14:42:58.397Z] Step 6/21 : COPY go.mod . [2020-09-12T14:42:59.364Z] Removing intermediate container 149a250d9208 [2020-09-12T14:42:59.364Z] ---> eff009ad52a3 [2020-09-12T14:42:59.364Z] Step 6/26 : COPY go.mod . [2020-09-12T14:43:00.345Z] ---> c1fada0251ef [2020-09-12T14:43:00.345Z] Step 7/21 : RUN go mod download [2020-09-12T14:43:00.629Z] ---> b90694a88c63 [2020-09-12T14:43:00.629Z] Step 7/26 : RUN go mod download [2020-09-12T14:43:02.573Z] ---> Running in 57e9c9dbcf63 [2020-09-12T14:43:02.573Z] ---> Running in 2484abd4eb31 [2020-09-12T14:43:03.989Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-12T14:43:03.989Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-12T14:43:03.989Z] ---> 7be0019cc02f [2020-09-12T14:43:03.989Z] Step 3/22 : WORKDIR /edgex-go [2020-09-12T14:43:03.989Z] ---> Using cache [2020-09-12T14:43:03.989Z] ---> 1e35bc124413 [2020-09-12T14:43:03.989Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-12T14:43:03.989Z] ---> Using cache [2020-09-12T14:43:03.989Z] ---> 25edfae94693 [2020-09-12T14:43:03.989Z] Step 5/22 : RUN apk update && apk add make git [2020-09-12T14:43:03.989Z] ---> Using cache [2020-09-12T14:43:04.255Z] ---> eff009ad52a3 [2020-09-12T14:43:04.255Z] Step 6/22 : COPY go.mod . [2020-09-12T14:43:04.255Z] ---> Using cache [2020-09-12T14:43:04.255Z] ---> b90694a88c63 [2020-09-12T14:43:04.255Z] Step 7/22 : RUN go mod download [2020-09-12T14:43:05.658Z] ---> Running in 6ed4477222b9 [2020-09-12T14:43:05.930Z] Removing intermediate container fc8e5eaf1e4b [2020-09-12T14:43:05.930Z] ---> 065f7b84c9e7 [2020-09-12T14:43:05.930Z] Step 8/27 : COPY . . [2020-09-12T14:43:13.571Z] Removing intermediate container 57e9c9dbcf63 [2020-09-12T14:43:13.571Z] ---> d458ccd59235 [2020-09-12T14:43:13.571Z] Step 8/21 : COPY . . [2020-09-12T14:43:16.134Z] Removing intermediate container 2484abd4eb31 [2020-09-12T14:43:16.134Z] ---> 3daeeff1b3c1 [2020-09-12T14:43:16.134Z] Step 8/26 : COPY . . [2020-09-12T14:43:18.686Z] Removing intermediate container 6ed4477222b9 [2020-09-12T14:43:18.686Z] ---> fcf24b708284 [2020-09-12T14:43:18.686Z] Step 8/22 : COPY . . [2020-09-12T14:43:30.992Z] ---> 6afcefd8dccf [2020-09-12T14:43:30.992Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-12T14:43:36.325Z] ---> Running in e1572a1c1150 [2020-09-12T14:43:38.280Z] ---> 02eb95f03f8a [2020-09-12T14:43:38.280Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-12T14:43:40.220Z] ---> Running in 0392be41ed91 [2020-09-12T14:43:41.201Z] 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-09-12T14:43:41.798Z] 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-09-12T14:43:50.101Z] ---> 7663d2bd376e [2020-09-12T14:43:50.101Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-12T14:43:50.695Z] ---> Running in 9ddf811a28ee [2020-09-12T14:43:50.695Z] ---> 19c412d42aa1 [2020-09-12T14:43:50.695Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-12T14:43:50.695Z] ---> 931c89374fd2 [2020-09-12T14:43:50.695Z] 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-09-12T14:43:50.959Z] ---> Running in fb13edbe5ae4 [2020-09-12T14:43:50.959Z] ---> Running in e22a41f4d8e0 [2020-09-12T14:43:52.366Z] 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-09-12T14:43:52.366Z] 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-09-12T14:43:52.366Z] 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-09-12T14:44:07.360Z] Removing intermediate container 0392be41ed91 [2020-09-12T14:44:07.360Z] ---> 60c52cc14708 [2020-09-12T14:44:07.360Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-12T14:44:07.630Z] ---> Running in d09d0ddadd2b [2020-09-12T14:44:08.608Z] 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-09-12T14:44:11.223Z] Removing intermediate container d09d0ddadd2b [2020-09-12T14:44:11.223Z] ---> ad1007e59fec [2020-09-12T14:44:11.223Z] [2020-09-12T14:44:11.223Z] Step 11/27 : FROM docker:latest [2020-09-12T14:44:11.223Z] ---> 81f5749c9058 [2020-09-12T14:44:11.223Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-12T14:44:11.223Z] ---> Running in 024ee5e054ca [2020-09-12T14:44:13.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:44:13.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:44:13.442Z] (1/2) Installing readline (8.0.4-r0) [2020-09-12T14:44:13.442Z] (2/2) Installing bash (5.0.17-r0) [2020-09-12T14:44:13.442Z] Executing bash-5.0.17-r0.post-install [2020-09-12T14:44:13.442Z] Executing busybox-1.31.1-r16.trigger [2020-09-12T14:44:13.442Z] OK: 12 MiB in 22 packages [2020-09-12T14:44:15.392Z] Removing intermediate container 024ee5e054ca [2020-09-12T14:44:15.392Z] ---> d435d0795451 [2020-09-12T14:44:15.392Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-12T14:44:16.346Z] 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-09-12T14:44:17.341Z] ---> Running in 1f0fbea50660 [2020-09-12T14:44:20.820Z] Removing intermediate container e1572a1c1150 [2020-09-12T14:44:20.821Z] ---> 71396bf227d2 [2020-09-12T14:44:20.821Z] [2020-09-12T14:44:20.821Z] Step 10/23 : FROM alpine [2020-09-12T14:44:20.821Z] ---> a24bb4013296 [2020-09-12T14:44:20.821Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-12T14:44:21.090Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-12T14:44:21.090Z] Removing intermediate container 1f0fbea50660 [2020-09-12T14:44:21.090Z] ---> 41f9bc944ff0 [2020-09-12T14:44:21.090Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-12T14:44:21.363Z] ---> Running in 94be7c296d67 [2020-09-12T14:44:21.363Z] ---> Running in e5b3895a6a0a [2020-09-12T14:44:21.633Z] Removing intermediate container 94be7c296d67 [2020-09-12T14:44:21.633Z] ---> 0c2948998bdd [2020-09-12T14:44:21.633Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-12T14:44:21.633Z] Removing intermediate container e5b3895a6a0a [2020-09-12T14:44:21.633Z] ---> f4f93f5825a3 [2020-09-12T14:44:21.633Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-12T14:44:21.633Z] ---> Running in ff45b9a92c68 [2020-09-12T14:44:21.907Z] ---> Running in c03a927e051b [2020-09-12T14:44:22.169Z] Removing intermediate container ff45b9a92c68 [2020-09-12T14:44:22.169Z] ---> ea095e6c9d03 [2020-09-12T14:44:22.169Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-12T14:44:25.491Z] ---> Running in ff8530186dae [2020-09-12T14:44:25.491Z] Removing intermediate container c03a927e051b [2020-09-12T14:44:25.491Z] ---> 4bcc239697ef [2020-09-12T14:44:25.491Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-12T14:44:25.491Z] Removing intermediate container fb13edbe5ae4 [2020-09-12T14:44:25.491Z] ---> 5ea5f6253109 [2020-09-12T14:44:25.491Z] [2020-09-12T14:44:25.491Z] Step 10/21 : FROM scratch [2020-09-12T14:44:25.491Z] ---> [2020-09-12T14:44:25.491Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-12T14:44:25.491Z] ---> Running in fabbcc72f4cc [2020-09-12T14:44:26.886Z] ---> Using cache [2020-09-12T14:44:26.886Z] ---> 3fbe919772ac [2020-09-12T14:44:26.886Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-12T14:44:28.276Z] Removing intermediate container ff8530186dae [2020-09-12T14:44:28.276Z] ---> b0a061979037 [2020-09-12T14:44:28.276Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-12T14:44:28.276Z] Removing intermediate container fabbcc72f4cc [2020-09-12T14:44:28.276Z] ---> 4a03f904c8ba [2020-09-12T14:44:28.276Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-12T14:44:28.276Z] ---> Running in 376ceb30d05d [2020-09-12T14:44:28.562Z] Removing intermediate container e22a41f4d8e0 [2020-09-12T14:44:28.562Z] ---> 7334fd90e201 [2020-09-12T14:44:28.562Z] [2020-09-12T14:44:28.562Z] Step 10/26 : FROM alpine:3.10 [2020-09-12T14:44:28.562Z] Removing intermediate container 9ddf811a28ee [2020-09-12T14:44:28.562Z] ---> f7e5b77f9589 [2020-09-12T14:44:28.562Z] [2020-09-12T14:44:28.562Z] Step 10/22 : FROM scratch [2020-09-12T14:44:28.562Z] ---> [2020-09-12T14:44:28.562Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-12T14:44:28.562Z] ---> Running in 69c687c6f1db [2020-09-12T14:44:28.562Z] ---> Using cache [2020-09-12T14:44:28.562Z] ---> 3fbe919772ac [2020-09-12T14:44:28.562Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-12T14:44:28.919Z] 3.10: Pulling from library/alpine [2020-09-12T14:44:28.919Z] Removing intermediate container 376ceb30d05d [2020-09-12T14:44:28.919Z] ---> 806d2d3369ef [2020-09-12T14:44:28.919Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-12T14:44:28.919Z] ---> Running in 4cc629a664bd [2020-09-12T14:44:29.207Z] ---> 83f4baf24619 [2020-09-12T14:44:29.207Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-12T14:44:29.207Z] ---> Running in bfd959d4a278 [2020-09-12T14:44:29.207Z] Removing intermediate container 4cc629a664bd [2020-09-12T14:44:29.207Z] ---> 9a7d98b0a39b [2020-09-12T14:44:29.207Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-12T14:44:29.207Z] ---> Running in 7c31b3868b05 [2020-09-12T14:44:29.496Z] Removing intermediate container bfd959d4a278 [2020-09-12T14:44:29.496Z] ---> a99338ecf399 [2020-09-12T14:44:29.496Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-12T14:44:29.496Z] ---> 6b9c944c254e [2020-09-12T14:44:29.496Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-12T14:44:29.776Z] Removing intermediate container 7c31b3868b05 [2020-09-12T14:44:29.776Z] ---> 24ea92e3a02c [2020-09-12T14:44:29.776Z] Step 14/22 : WORKDIR / [2020-09-12T14:44:29.776Z] ---> c88d80c186e1 [2020-09-12T14:44:29.776Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-12T14:44:29.776Z] ---> Running in f81ec92293d1 [2020-09-12T14:44:30.047Z] ---> 23b43b2cf945 [2020-09-12T14:44:30.047Z] Step 20/27 : RUN apk --no-cache add py-pip [2020-09-12T14:44:30.047Z] ---> Running in bb8b11cdd91f [2020-09-12T14:44:30.047Z] Removing intermediate container 69c687c6f1db [2020-09-12T14:44:30.047Z] ---> f035b6326710 [2020-09-12T14:44:30.047Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-12T14:44:30.313Z] Removing intermediate container f81ec92293d1 [2020-09-12T14:44:30.313Z] ---> a003fa5796f2 [2020-09-12T14:44:30.313Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-12T14:44:30.313Z] ---> Running in 93259c59abc8 [2020-09-12T14:44:30.578Z] ---> fe72e0142850 [2020-09-12T14:44:30.578Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-12T14:44:30.851Z] ---> 125740479325 [2020-09-12T14:44:30.851Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-12T14:44:30.851Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:44:30.851Z] ---> 968e13c85e96 [2020-09-12T14:44:30.851Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-12T14:44:31.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:44:31.113Z] ---> Running in cffd2a330477 [2020-09-12T14:44:31.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:44:31.375Z] Removing intermediate container cffd2a330477 [2020-09-12T14:44:31.375Z] ---> 819c1afef58a [2020-09-12T14:44:31.375Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-12T14:44:31.375Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-12T14:44:31.375Z] (2/33) Installing expat (2.2.9-r1) [2020-09-12T14:44:31.375Z] (3/33) Installing libffi (3.3-r2) [2020-09-12T14:44:31.375Z] (4/33) Installing gdbm (1.13-r1) [2020-09-12T14:44:31.375Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-12T14:44:31.375Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-12T14:44:31.375Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-12T14:44:31.957Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:44:32.905Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-12T14:44:32.905Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-12T14:44:33.166Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-12T14:44:33.740Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-12T14:44:34.684Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-12T14:44:34.946Z] ---> c322335b1153 [2020-09-12T14:44:34.946Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-12T14:44:34.946Z] ---> Running in d33d31368ae0 [2020-09-12T14:44:34.946Z] Executing busybox-1.31.1-r16.trigger [2020-09-12T14:44:34.946Z] OK: 8 MiB in 19 packages [2020-09-12T14:44:34.946Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-12T14:44:34.946Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-12T14:44:34.946Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-12T14:44:34.946Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-12T14:44:34.946Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-12T14:44:34.946Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-12T14:44:34.946Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-12T14:44:35.207Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-12T14:44:35.469Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-12T14:44:35.731Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-12T14:44:35.731Z] Removing intermediate container d33d31368ae0 [2020-09-12T14:44:35.731Z] ---> 4b38c53a1ef0 [2020-09-12T14:44:35.731Z] Step 19/21 : LABEL arch=x86_64 [2020-09-12T14:44:35.731Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-12T14:44:35.731Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-12T14:44:35.731Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-12T14:44:35.731Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-12T14:44:36.681Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-12T14:44:36.681Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-12T14:44:36.681Z] ---> f1b331fb9eed [2020-09-12T14:44:36.681Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-12T14:44:36.681Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-12T14:44:36.681Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-12T14:44:36.681Z] ---> Running in 93fb07f55b6e [2020-09-12T14:44:36.681Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-12T14:44:36.945Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-12T14:44:36.945Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-12T14:44:36.945Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-12T14:44:36.945Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-12T14:44:37.209Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-12T14:44:37.209Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-12T14:44:37.209Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-12T14:44:37.209Z] ---> Running in a548ad1d92ea [2020-09-12T14:44:37.472Z] Executing busybox-1.31.1-r16.trigger [2020-09-12T14:44:37.472Z] OK: 71 MiB in 55 packages [2020-09-12T14:44:38.053Z] Removing intermediate container 93fb07f55b6e [2020-09-12T14:44:38.053Z] ---> 6e325884f595 [2020-09-12T14:44:38.053Z] Step 20/21 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 [2020-09-12T14:44:38.053Z] Removing intermediate container 93259c59abc8 [2020-09-12T14:44:38.053Z] ---> ad5d13fe842e [2020-09-12T14:44:38.053Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-12T14:44:38.053Z] Removing intermediate container a548ad1d92ea [2020-09-12T14:44:38.053Z] ---> cef222dd5ab1 [2020-09-12T14:44:38.053Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-12T14:44:38.053Z] ---> Running in 32fea4f81156 [2020-09-12T14:44:38.314Z] ---> Running in d97173a7493a [2020-09-12T14:44:40.258Z] Removing intermediate container 32fea4f81156 [2020-09-12T14:44:40.258Z] ---> 5a5d7a88478d [2020-09-12T14:44:40.258Z] Step 21/21 : LABEL version=0.0.0 [2020-09-12T14:44:42.184Z] ---> 66dd40e44351 [2020-09-12T14:44:42.184Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-12T14:44:42.184Z] ---> Running in 90b1af5c131c [2020-09-12T14:44:42.184Z] Removing intermediate container d97173a7493a [2020-09-12T14:44:42.184Z] ---> e3d5a27a99c7 [2020-09-12T14:44:42.184Z] Step 20/22 : LABEL arch=x86_64 [2020-09-12T14:44:42.447Z] ---> Running in aa8d21a253e6 [2020-09-12T14:44:42.714Z] Removing intermediate container bb8b11cdd91f [2020-09-12T14:44:42.714Z] ---> daaa72e8a549 [2020-09-12T14:44:42.714Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-12T14:44:42.982Z] Removing intermediate container 90b1af5c131c [2020-09-12T14:44:42.982Z] ---> 443b886299fb [2020-09-12T14:44:42.982Z] [2020-09-12T14:44:42.982Z] ---> Running in 524df6da299b [2020-09-12T14:44:42.982Z] Removing intermediate container aa8d21a253e6 [2020-09-12T14:44:42.982Z] ---> a85789ccc1e9 [2020-09-12T14:44:42.982Z] Step 21/22 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 [2020-09-12T14:44:42.982Z] ---> 6f416b9e4ccb [2020-09-12T14:44:42.982Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-12T14:44:42.982Z] Successfully built 443b886299fb [2020-09-12T14:44:43.249Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-12T14:44:43.249Z]  Building docker-support-scheduler-go ... done  ---> Running in f5494548467d [2020-09-12T14:44:43.513Z] ---> 5068c443c67b [2020-09-12T14:44:43.513Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-12T14:44:43.513Z] Removing intermediate container f5494548467d [2020-09-12T14:44:43.513Z] ---> d2cb6aa6e7b9 [2020-09-12T14:44:43.513Z] Step 22/22 : LABEL version=0.0.0 [2020-09-12T14:44:43.513Z] ---> Running in e0bbbf6949e8 [2020-09-12T14:44:43.513Z] ---> Running in 49b6b6d8bc26 [2020-09-12T14:44:43.779Z] Removing intermediate container e0bbbf6949e8 [2020-09-12T14:44:43.779Z] ---> 71e7f1a942c3 [2020-09-12T14:44:43.779Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-12T14:44:44.354Z] ---> Running in f6f359264e97 [2020-09-12T14:44:44.354Z] Removing intermediate container 49b6b6d8bc26 [2020-09-12T14:44:44.354Z] ---> d8eef1d6d404 [2020-09-12T14:44:44.354Z] [2020-09-12T14:44:44.354Z] Successfully built d8eef1d6d404 [2020-09-12T14:44:44.354Z] Successfully tagged docker-core-metadata-go:latest [2020-09-12T14:44:44.354Z]  Building docker-core-metadata-go ... done Removing intermediate container f6f359264e97 [2020-09-12T14:44:44.354Z] ---> 1b7a01ec238b [2020-09-12T14:44:44.354Z] Step 21/23 : LABEL arch=x86_64 [2020-09-12T14:44:44.625Z] ---> Running in d1472ecd4afd [2020-09-12T14:44:44.625Z] Removing intermediate container d1472ecd4afd [2020-09-12T14:44:44.625Z] ---> cc89c59228af [2020-09-12T14:44:44.625Z] Step 22/23 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 [2020-09-12T14:44:44.625Z] ---> Running in 34165080c459 [2020-09-12T14:44:44.896Z] Removing intermediate container 34165080c459 [2020-09-12T14:44:44.897Z] ---> d1935682132b [2020-09-12T14:44:44.897Z] Step 23/23 : LABEL version=0.0.0 [2020-09-12T14:44:44.897Z] ---> Running in 83e1867b8293 [2020-09-12T14:44:44.897Z] Collecting docker-compose==1.23.2 [2020-09-12T14:44:45.159Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-12T14:44:45.159Z] Removing intermediate container 83e1867b8293 [2020-09-12T14:44:45.159Z] ---> d650819c854a [2020-09-12T14:44:45.159Z] [2020-09-12T14:44:45.159Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-12T14:44:45.159Z] Successfully built d650819c854a [2020-09-12T14:44:45.159Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-12T14:44:45.159Z] Successfully tagged docker-core-data-go:latest [2020-09-12T14:44:45.423Z]  Building docker-core-data-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-12T14:44:45.423Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-12T14:44:45.706Z] Collecting docker<4.0,>=3.6.0 [2020-09-12T14:44:45.706Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-12T14:44:45.706Z] Collecting jsonschema<3,>=2.5.1 [2020-09-12T14:44:45.706Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-12T14:44:45.986Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-12T14:44:45.986Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-12T14:44:46.568Z] Collecting texttable<0.10,>=0.9.0 [2020-09-12T14:44:46.569Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-12T14:44:46.832Z] Collecting PyYAML<4,>=3.10 [2020-09-12T14:44:46.833Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-12T14:44:47.781Z] Collecting cached-property<2,>=1.2.0 [2020-09-12T14:44:47.781Z] Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) [2020-09-12T14:44:47.781Z] Collecting docopt<0.7,>=0.6.1 [2020-09-12T14:44:47.781Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-12T14:44:48.356Z] 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-09-12T14:44:48.356Z] 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-09-12T14:44:48.356Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-12T14:44:48.356Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-12T14:44:48.356Z] Collecting idna<2.8,>=2.5 [2020-09-12T14:44:48.356Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-12T14:44:48.356Z] 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-09-12T14:44:48.356Z] Collecting docker-pycreds>=0.4.0 [2020-09-12T14:44:48.356Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-12T14:44:48.618Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-12T14:44:48.618Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-12T14:44:48.618Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-12T14:44:48.618Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-12T14:44:48.618Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, texttable, PyYAML, cached-property, docopt, docker-compose [2020-09-12T14:44:48.880Z] Attempting uninstall: urllib3 [2020-09-12T14:44:48.880Z] Found existing installation: urllib3 1.25.9 [2020-09-12T14:44:48.880Z] Uninstalling urllib3-1.25.9: [2020-09-12T14:44:49.457Z] Successfully uninstalled urllib3-1.25.9 [2020-09-12T14:44:49.457Z] Attempting uninstall: idna [2020-09-12T14:44:49.457Z] Found existing installation: idna 2.9 [2020-09-12T14:44:49.457Z] Uninstalling idna-2.9: [2020-09-12T14:44:49.457Z] Successfully uninstalled idna-2.9 [2020-09-12T14:44:49.722Z] Attempting uninstall: requests [2020-09-12T14:44:49.722Z] Found existing installation: requests 2.23.0 [2020-09-12T14:44:49.722Z] Uninstalling requests-2.23.0: [2020-09-12T14:44:49.722Z] Successfully uninstalled requests-2.23.0 [2020-09-12T14:44:50.298Z] Running setup.py install for dockerpty: started [2020-09-12T14:44:50.560Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-12T14:44:50.560Z] Running setup.py install for texttable: started [2020-09-12T14:44:51.133Z] Running setup.py install for texttable: finished with status 'done' [2020-09-12T14:44:51.133Z] Running setup.py install for PyYAML: started [2020-09-12T14:44:51.705Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-12T14:44:51.705Z] Running setup.py install for docopt: started [2020-09-12T14:44:51.966Z] Running setup.py install for docopt: finished with status 'done' [2020-09-12T14:44:52.226Z] Successfully installed PyYAML-3.13 cached-property-1.5.1 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-09-12T14:44:56.441Z] Removing intermediate container 524df6da299b [2020-09-12T14:44:56.441Z] ---> 38344ca88333 [2020-09-12T14:44:56.441Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-12T14:44:56.441Z] ---> Running in 3df4c8d4d248 [2020-09-12T14:44:56.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-12T14:44:56.441Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-12T14:44:56.441Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-12T14:44:56.441Z] (2/3) Installing libcurl (7.69.1-r0) [2020-09-12T14:44:56.441Z] (3/3) Installing curl (7.69.1-r0) [2020-09-12T14:44:56.441Z] Executing busybox-1.31.1-r16.trigger [2020-09-12T14:44:56.441Z] OK: 72 MiB in 58 packages [2020-09-12T14:44:57.014Z] Removing intermediate container 3df4c8d4d248 [2020-09-12T14:44:57.014Z] ---> bb4ad02d48c3 [2020-09-12T14:44:57.014Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-12T14:44:57.014Z] ---> Running in f8dc317d4c30 [2020-09-12T14:44:57.275Z] Removing intermediate container f8dc317d4c30 [2020-09-12T14:44:57.275Z] ---> be65114e2859 [2020-09-12T14:44:57.275Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-12T14:44:57.275Z] ---> Running in 12f8ad29625e [2020-09-12T14:44:57.537Z] Removing intermediate container 12f8ad29625e [2020-09-12T14:44:57.537Z] ---> 6872eb3321b7 [2020-09-12T14:44:57.537Z] Step 25/27 : LABEL arch=x86_64 [2020-09-12T14:44:57.537Z] ---> Running in 8832f3a4e9fa [2020-09-12T14:44:57.799Z] Removing intermediate container 8832f3a4e9fa [2020-09-12T14:44:57.799Z] ---> 443bf4b4223b [2020-09-12T14:44:57.799Z] Step 26/27 : LABEL git_sha=26a5f0419f264b917cfd4622c8a60d14d246b320 [2020-09-12T14:44:57.799Z] ---> Running in e94532628fdd [2020-09-12T14:44:57.799Z] Removing intermediate container e94532628fdd [2020-09-12T14:44:57.799Z] ---> 40271bef6a2f [2020-09-12T14:44:57.799Z] Step 27/27 : LABEL version=0.0.0 [2020-09-12T14:44:58.060Z] ---> Running in 64b5a5ad539c [2020-09-12T14:44:58.060Z] Removing intermediate container 64b5a5ad539c [2020-09-12T14:44:58.060Z] ---> 294a0d6acc31 [2020-09-12T14:44:58.060Z] [2020-09-12T14:44:58.322Z] Successfully built 294a0d6acc31 [2020-09-12T14:44:58.322Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-12T14:44:58.322Z]  Building docker-sys-mgmt-agent-go ... done  [2020-09-12T14:44:58.322Z] ERROR: for docker-security-secretstore-setup-go (, 'error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/be/be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c/data?verify=1599924868-4K2igmO%2FvBggqabwjFkaSmEZSe8%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving') [2020-09-12T14:44:58.322Z] Service 'docker-security-secretstore-setup-go' failed to build: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/be/be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c/data?verify=1599924868-4K2igmO%2FvBggqabwjFkaSmEZSe8%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving [Pipeline] } [2020-09-12T14:44:58.617Z] $ docker stop --time=1 9c987c43555d4520fec28b2e33caa3e19b9c4baee971288ae02422c68dc3e592 [2020-09-12T14:45:00.192Z] $ docker rm -f 9c987c43555d4520fec28b2e33caa3e19b9c4baee971288ae02422c68dc3e592 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-12T14:45:01.402Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) 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-09-12T14:45:03.720Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-12T14:45:04.606Z] ---> package-listing.sh [2020-09-12T14:45:04.606Z] ++ facter osfamily [2020-09-12T14:45:04.606Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-12T14:45:04.606Z] + OS_FAMILY=redhat [2020-09-12T14:45:04.606Z] + workspace=/w/workspace/edgex-go/6 [2020-09-12T14:45:04.606Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-12T14:45:04.606Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-12T14:45:04.606Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-12T14:45:04.606Z] + PACKAGES=/tmp/packages_start.txt [2020-09-12T14:45:04.606Z] + '[' /w/workspace/edgex-go/6 ']' [2020-09-12T14:45:04.606Z] + PACKAGES=/tmp/packages_end.txt [2020-09-12T14:45:04.606Z] + case "${OS_FAMILY}" in [2020-09-12T14:45:04.606Z] + rpm -qa [2020-09-12T14:45:04.606Z] + sort [2020-09-12T14:45:08.821Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-12T14:45:08.821Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-12T14:45:08.821Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-12T14:45:08.821Z] + '[' /w/workspace/edgex-go/6 ']' [2020-09-12T14:45:08.821Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2020-09-12T14:45:08.821Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-12T14:45:09.966Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-12T14:45:09.966Z] [2020-09-12T14:45:09.966Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-12T14:45:10.391Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-12T14:45:10.391Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-12T14:45:10.391Z] df20fa9351a1: Already exists [2020-09-12T14:45:10.391Z] 36b3adc4ff6f: Pulling fs layer [2020-09-12T14:45:10.391Z] 8ad3a11d3b57: Pulling fs layer [2020-09-12T14:45:10.391Z] 46f8f816bc3b: Pulling fs layer [2020-09-12T14:45:10.391Z] 0dadc02b9964: Pulling fs layer [2020-09-12T14:45:10.391Z] ce6a7cf60c04: Pulling fs layer [2020-09-12T14:45:10.391Z] 7a184a31f384: Pulling fs layer [2020-09-12T14:45:10.391Z] 0879bd2ef858: Pulling fs layer [2020-09-12T14:45:10.391Z] 0dadc02b9964: Waiting [2020-09-12T14:45:10.391Z] ce6a7cf60c04: Waiting [2020-09-12T14:45:10.391Z] 7a184a31f384: Waiting [2020-09-12T14:45:10.391Z] 0879bd2ef858: Waiting [2020-09-12T14:45:10.391Z] 46f8f816bc3b: Verifying Checksum [2020-09-12T14:45:10.391Z] 46f8f816bc3b: Download complete [2020-09-12T14:45:10.391Z] 36b3adc4ff6f: Verifying Checksum [2020-09-12T14:45:10.391Z] 36b3adc4ff6f: Download complete [2020-09-12T14:45:10.391Z] ce6a7cf60c04: Verifying Checksum [2020-09-12T14:45:10.391Z] ce6a7cf60c04: Download complete [2020-09-12T14:45:10.391Z] 7a184a31f384: Verifying Checksum [2020-09-12T14:45:10.391Z] 7a184a31f384: Download complete [2020-09-12T14:45:10.391Z] 0dadc02b9964: Verifying Checksum [2020-09-12T14:45:10.391Z] 0dadc02b9964: Download complete [2020-09-12T14:45:10.694Z] 8ad3a11d3b57: Verifying Checksum [2020-09-12T14:45:10.694Z] 8ad3a11d3b57: Download complete [2020-09-12T14:45:10.694Z] 36b3adc4ff6f: Pull complete [2020-09-12T14:45:10.975Z] 0879bd2ef858: Verifying Checksum [2020-09-12T14:45:10.975Z] 0879bd2ef858: Download complete [2020-09-12T14:45:11.547Z] 8ad3a11d3b57: Pull complete [2020-09-12T14:45:11.547Z] 46f8f816bc3b: Pull complete [2020-09-12T14:45:11.809Z] 0dadc02b9964: Pull complete [2020-09-12T14:45:12.073Z] ce6a7cf60c04: Pull complete [2020-09-12T14:45:12.073Z] 7a184a31f384: Pull complete [2020-09-12T14:45:16.308Z] 0879bd2ef858: Pull complete [2020-09-12T14:45:16.308Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-12T14:45:16.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-12T14:45:16.308Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-12T14:45:16.493Z] prd-centos7-docker-4c-2g-2430 does not seem to be running inside a container [2020-09-12T14:45:16.550Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-12T14:45:23.874Z] $ docker top 25442de2acbceec8a411dd048c18b9c0b60b28407ee9355b8cc0da29f6189b2f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-12T14:45:24.888Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-12T14:45:25.191Z] + ls /var/log/sa-host [2020-09-12T14:45:25.191Z] + sadf -c /var/log/sa-host/sa05 [2020-09-12T14:45:25.191Z] file_magic: OK [2020-09-12T14:45:25.191Z] HZ: Using current value: 100 [2020-09-12T14:45:25.191Z] file_header: OK [2020-09-12T14:45:25.191Z] 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-09-12T14:45:25.191Z] Statistics: [2020-09-12T14:45:25.191Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-12T14:45:25.191Z] File successfully converted to sysstat format version 12.2.1 [2020-09-12T14:45:25.191Z] + sadf -c /var/log/sa-host/sa12 [2020-09-12T14:45:25.191Z] file_magic: OK [2020-09-12T14:45:25.191Z] HZ: Using current value: 100 [2020-09-12T14:45:25.191Z] file_header: OK [2020-09-12T14:45:25.191Z] 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-09-12T14:45:25.191Z] Statistics: [2020-09-12T14:45:25.191Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-12T14:45:25.191Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-12T14:45:25.260Z] provisioning config files... [2020-09-12T14:45:25.293Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config4557885643746924550tmp [Pipeline] { [Pipeline] echo [2020-09-12T14:45:25.378Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-12T14:45:25.673Z] ---> create-netrc.sh [Pipeline] echo [2020-09-12T14:45:25.685Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-12T14:45:25.983Z] ---> logs-deploy.sh [2020-09-12T14:45:25.983Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2681/6 [2020-09-12T14:45:25.983Z] INFO: archiving workspace using pattern(s): [2020-09-12T14:45:27.372Z] Archives upload complete. [2020-09-12T14:45:27.372Z] INFO: archiving logs to Nexus [2020-09-12T14:45:28.323Z] ---> uname -a: [2020-09-12T14:45:28.323Z] Linux 25442de2acbc 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] ---> lscpu: [2020-09-12T14:45:28.323Z] Architecture: x86_64 [2020-09-12T14:45:28.323Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-12T14:45:28.323Z] Byte Order: Little Endian [2020-09-12T14:45:28.323Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-12T14:45:28.323Z] CPU(s): 4 [2020-09-12T14:45:28.323Z] On-line CPU(s) list: 0-3 [2020-09-12T14:45:28.323Z] Thread(s) per core: 1 [2020-09-12T14:45:28.323Z] Core(s) per socket: 1 [2020-09-12T14:45:28.323Z] Socket(s): 4 [2020-09-12T14:45:28.323Z] NUMA node(s): 1 [2020-09-12T14:45:28.323Z] Vendor ID: GenuineIntel [2020-09-12T14:45:28.323Z] CPU family: 6 [2020-09-12T14:45:28.323Z] Model: 44 [2020-09-12T14:45:28.323Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-12T14:45:28.323Z] Stepping: 1 [2020-09-12T14:45:28.323Z] CPU MHz: 2933.438 [2020-09-12T14:45:28.323Z] BogoMIPS: 5866.87 [2020-09-12T14:45:28.323Z] Virtualization: VT-x [2020-09-12T14:45:28.323Z] Hypervisor vendor: KVM [2020-09-12T14:45:28.323Z] Virtualization type: full [2020-09-12T14:45:28.323Z] L1d cache: 128 KiB [2020-09-12T14:45:28.323Z] L1i cache: 128 KiB [2020-09-12T14:45:28.323Z] L2 cache: 16 MiB [2020-09-12T14:45:28.323Z] L3 cache: 64 MiB [2020-09-12T14:45:28.323Z] NUMA node0 CPU(s): 0-3 [2020-09-12T14:45:28.323Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-12T14:45:28.323Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-12T14:45:28.323Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-12T14:45:28.323Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-12T14:45:28.323Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-12T14:45:28.323Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-12T14:45:28.323Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-12T14:45:28.323Z] Vulnerability Tsx async abort: Not affected [2020-09-12T14:45:28.323Z] 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-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] ---> nproc: [2020-09-12T14:45:28.323Z] 4 [2020-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] ---> df -h: [2020-09-12T14:45:28.323Z] Filesystem Size Used Available Use% Mounted on [2020-09-12T14:45:28.323Z] overlay 50.0G 13.1G 36.9G 26% / [2020-09-12T14:45:28.323Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-12T14:45:28.323Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-12T14:45:28.323Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-12T14:45:28.323Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf [2020-09-12T14:45:28.323Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname [2020-09-12T14:45:28.323Z] /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts [2020-09-12T14:45:28.323Z] /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host [2020-09-12T14:45:28.323Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/6 [2020-09-12T14:45:28.323Z] /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/6@tmp [2020-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] ---> free -m: [2020-09-12T14:45:28.323Z] total used free shared buff/cache available [2020-09-12T14:45:28.323Z] Mem: 1837 617 119 0 1100 1134 [2020-09-12T14:45:28.323Z] Swap: 1023 86 937 [2020-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] ---> ip addr: [2020-09-12T14:45:28.323Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-12T14:45:28.323Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-12T14:45:28.323Z] inet 127.0.0.1/8 scope host lo [2020-09-12T14:45:28.323Z] valid_lft forever preferred_lft forever [2020-09-12T14:45:28.323Z] 112: eth0@if113: mtu 1458 qdisc noqueue state UP [2020-09-12T14:45:28.323Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-12T14:45:28.323Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-12T14:45:28.323Z] valid_lft forever preferred_lft forever [2020-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] ---> sar -b -r -n DEV: [2020-09-12T14:45:28.323Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/12/20 _x86_64_ (4 CPU) [2020-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] 14:35:52 LINUX RESTART (4 CPU) [2020-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] 14:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-12T14:45:28.323Z] 14:38:01 180.63 80.55 100.08 0.00 5462.74 46210.40 0.00 [2020-09-12T14:45:28.323Z] 14:39:01 341.35 152.01 189.34 0.00 7246.16 34517.33 0.00 [2020-09-12T14:45:28.323Z] 14:40:02 143.00 69.61 73.39 0.00 3178.70 15849.11 0.00 [2020-09-12T14:45:28.323Z] 14:41:02 1671.29 1337.41 333.88 0.00 142735.85 203988.21 0.00 [2020-09-12T14:45:28.323Z] 14:42:02 1609.35 1314.61 294.74 0.00 102400.13 118568.24 0.00 [2020-09-12T14:45:28.323Z] 14:43:01 1765.25 1379.70 385.56 0.00 143064.37 174058.92 0.00 [2020-09-12T14:45:28.323Z] 14:44:02 2209.72 1893.43 316.29 0.00 136736.84 145483.16 0.00 [2020-09-12T14:45:28.323Z] 14:45:01 294.60 51.54 243.06 0.00 7733.38 32325.00 0.00 [2020-09-12T14:45:28.323Z] Average: 1028.10 786.13 241.97 0.00 68692.25 96550.66 0.00 [2020-09-12T14:45:28.323Z] [2020-09-12T14:45:28.323Z] 14:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-12T14:45:28.323Z] 14:38:01 63952 0 687460 36.54 2212 1127932 1489912 50.85 617660 998060 12 [2020-09-12T14:45:28.323Z] 14:39:01 296800 0 737408 39.19 1368 845980 1726856 58.93 663952 682888 13272 [2020-09-12T14:45:28.323Z] 14:40:02 83392 0 730592 38.83 1240 1066332 1513224 51.64 699664 850580 30524 [2020-09-12T14:45:28.324Z] 14:41:02 62648 0 707508 37.60 0 1111400 1915644 65.38 792796 856160 35856 [2020-09-12T14:45:28.324Z] 14:42:02 310796 0 771908 41.02 0 798852 2034368 69.43 658124 697384 2612 [2020-09-12T14:45:28.324Z] 14:43:01 72688 0 645052 34.28 0 1163816 1730796 59.07 650240 986992 10104 [2020-09-12T14:45:28.324Z] 14:44:02 231164 0 991652 52.70 0 658740 3779076 128.97 818344 613508 54620 [2020-09-12T14:45:28.324Z] 14:45:01 362508 0 552592 29.37 0 966456 1188776 40.57 535032 774324 16 [2020-09-12T14:45:28.324Z] Average: 185494 0 728022 38.69 602 967438 1922332 65.61 679476 807487 18377 [2020-09-12T14:45:28.324Z] [2020-09-12T14:45:28.324Z] 14:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-12T14:45:28.324Z] 14:38:01 eth0 2014.08 1706.57 6031.39 2855.68 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:38:01 docker0 898.59 820.89 71.00 3019.28 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:39:01 vethbe8143f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:39:01 eth0 315.70 238.91 1581.17 60.93 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:39:01 docker0 73.46 93.25 5.99 480.45 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:40:02 eth0 215.76 170.93 1697.57 74.75 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:41:02 eth0 72.48 47.01 180.97 49.62 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:41:02 vethce2df9f 0.00 0.41 0.00 0.02 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:41:02 docker0 15.78 25.00 0.86 144.92 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:42:02 veth4febf88 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:42:02 eth0 41.40 23.12 97.40 13.90 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:42:02 veth5633c1b 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:43:01 vethfc3499d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:43:01 vethc60ab47 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:43:01 eth0 88.11 57.08 158.66 74.59 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:44:02 veth434d605 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:44:02 vethd52dd48 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:44:02 eth0 38.02 24.80 23.44 53.71 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:44:02 veth9376778 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:45:01 eth0 114.66 72.66 491.09 67.37 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:45:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] 14:45:01 docker0 1055.91 1040.45 82.31 4350.55 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] Average: eth0 363.29 293.31 1285.37 407.32 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] Average: docker0 130.13 128.22 10.14 536.17 0.00 0.00 0.00 0.00 [2020-09-12T14:45:28.324Z] [2020-09-12T14:45:28.324Z] [2020-09-12T14:45:28.324Z] ---> sar -P ALL: [2020-09-12T14:45:28.324Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/12/20 _x86_64_ (4 CPU) [2020-09-12T14:45:28.324Z] [2020-09-12T14:45:28.324Z] 14:35:52 LINUX RESTART (4 CPU) [2020-09-12T14:45:28.324Z] [2020-09-12T14:45:28.324Z] 14:37:01 CPU %user %nice %system %iowait %steal %idle [2020-09-12T14:45:28.324Z] 14:38:01 all 20.36 0.00 8.28 1.59 0.04 69.72 [2020-09-12T14:45:28.324Z] 14:38:01 0 21.64 0.00 9.83 1.68 0.03 66.82 [2020-09-12T14:45:28.324Z] 14:38:01 1 30.52 0.00 7.29 0.32 0.03 61.84 [2020-09-12T14:45:28.324Z] 14:38:01 2 14.08 0.00 8.61 3.43 0.03 73.85 [2020-09-12T14:45:28.324Z] 14:38:01 3 15.13 0.00 7.41 0.96 0.07 76.43 [2020-09-12T14:45:28.324Z] 14:39:01 all 32.78 0.00 12.87 7.78 0.05 46.52 [2020-09-12T14:45:28.324Z] 14:39:01 0 32.21 0.00 13.59 9.48 0.08 44.63 [2020-09-12T14:45:28.324Z] 14:39:01 1 32.40 0.00 12.12 3.82 0.03 51.62 [2020-09-12T14:45:28.324Z] 14:39:01 2 33.20 0.00 12.42 9.38 0.03 44.96 [2020-09-12T14:45:28.324Z] 14:39:01 3 33.29 0.00 13.35 8.44 0.05 44.87 [2020-09-12T14:45:28.324Z] 14:40:02 all 39.34 0.00 11.76 2.33 0.05 46.52 [2020-09-12T14:45:28.324Z] 14:40:02 0 42.32 0.00 12.24 2.17 0.02 43.25 [2020-09-12T14:45:28.324Z] 14:40:02 1 40.34 0.00 11.38 1.07 0.07 47.15 [2020-09-12T14:45:28.324Z] 14:40:02 2 36.36 0.00 11.40 4.89 0.08 47.26 [2020-09-12T14:45:28.324Z] 14:40:02 3 38.34 0.00 12.02 1.20 0.03 48.41 [2020-09-12T14:45:28.324Z] 14:41:02 all 19.63 0.00 23.31 21.04 0.07 35.95 [2020-09-12T14:45:28.324Z] 14:41:02 0 18.75 0.00 22.49 20.59 0.07 38.11 [2020-09-12T14:45:28.324Z] 14:41:02 1 18.41 0.00 23.41 21.75 0.05 36.38 [2020-09-12T14:45:28.324Z] 14:41:02 2 21.75 0.00 23.86 22.02 0.07 32.31 [2020-09-12T14:45:28.324Z] 14:41:02 3 19.62 0.00 23.49 19.79 0.09 37.01 [2020-09-12T14:45:28.324Z] 14:42:02 all 51.20 0.00 20.20 16.87 0.06 11.67 [2020-09-12T14:45:28.324Z] 14:42:02 0 50.63 0.00 20.83 18.51 0.03 9.99 [2020-09-12T14:45:28.324Z] 14:42:02 1 49.87 0.00 20.73 19.00 0.05 10.34 [2020-09-12T14:45:28.324Z] 14:42:02 2 51.77 0.00 19.42 13.95 0.07 14.80 [2020-09-12T14:45:28.324Z] 14:42:02 3 52.55 0.00 19.81 16.01 0.09 11.54 [2020-09-12T14:45:28.324Z] 14:43:01 all 17.91 0.00 22.16 28.33 0.06 31.55 [2020-09-12T14:45:28.324Z] 14:43:01 0 16.42 0.00 21.02 28.37 0.05 34.15 [2020-09-12T14:45:28.324Z] 14:43:01 1 18.73 0.00 23.58 27.22 0.09 30.38 [2020-09-12T14:45:28.324Z] 14:43:01 2 16.80 0.00 21.98 34.17 0.07 26.98 [2020-09-12T14:45:28.324Z] 14:43:01 3 19.69 0.00 22.05 23.54 0.03 34.68 [2020-09-12T14:45:28.324Z] 14:44:02 all 35.89 0.00 21.47 22.99 0.07 19.59 [2020-09-12T14:45:28.324Z] 14:44:02 0 35.67 0.00 19.91 17.25 0.05 27.12 [2020-09-12T14:45:28.324Z] 14:44:02 1 35.73 0.00 21.45 24.04 0.07 18.71 [2020-09-12T14:45:28.324Z] 14:44:02 2 35.80 0.00 21.99 24.35 0.09 17.78 [2020-09-12T14:45:28.324Z] 14:44:02 3 36.37 0.00 22.56 26.39 0.07 14.61 [2020-09-12T14:45:28.324Z] 14:45:01 all 32.98 0.00 10.80 14.17 0.03 42.03 [2020-09-12T14:45:28.324Z] 14:45:01 0 32.55 0.00 10.59 11.30 0.03 45.52 [2020-09-12T14:45:28.324Z] 14:45:01 1 31.63 0.00 10.62 15.62 0.00 42.14 [2020-09-12T14:45:28.324Z] 14:45:01 2 35.22 0.00 11.54 12.88 0.03 40.33 [2020-09-12T14:45:28.324Z] 14:45:01 3 32.53 0.00 10.44 16.89 0.03 40.10 [2020-09-12T14:45:28.324Z] Average: all 31.26 0.00 16.33 14.34 0.05 38.02 [2020-09-12T14:45:28.324Z] Average: 0 31.30 0.00 16.31 13.65 0.05 38.70 [2020-09-12T14:45:28.324Z] Average: 1 32.19 0.00 16.29 14.03 0.05 37.43 [2020-09-12T14:45:28.324Z] Average: 2 30.62 0.00 16.38 15.58 0.06 37.36 [2020-09-12T14:45:28.324Z] Average: 3 30.92 0.00 16.35 14.07 0.06 38.60 [2020-09-12T14:45:28.324Z] [2020-09-12T14:45:28.324Z] [2020-09-12T14:45:28.324Z]