Pull request #2840 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 9effbafce28556404f8d1fe8b3fe2aff44c3df3e+471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 (94798b2137a22a3e38107d44e2b25aef4b2a0503) 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 db23789807683fe8db4060e61030128140927cef 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 db23789807683fe8db4060e61030128140927cef 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 db23789807683fe8db4060e61030128140927cef (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db23789807683fe8db4060e61030128140927cef # timeout=10 Commit message: "Merge pull request #292 from ernestojeda/launch-isolated-node" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11177’ Running on prd-centos7-docker-4c-2g-11180 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/15 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 into PR head commit 9effbafce28556404f8d1fe8b3fe2aff44c3df3e Merge succeeded, producing 9effbafce28556404f8d1fe8b3fe2aff44c3df3e Checking out Revision 9effbafce28556404f8d1fe8b3fe2aff44c3df3e (PR-2840) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9effbafce28556404f8d1fe8b3fe2aff44c3df3e # 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 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9effbafce28556404f8d1fe8b3fe2aff44c3df3e # timeout=10 Commit message: "feat(data): Implement DELETE /event/scrub V2 API" First time build. Skipping changelog. > git rev-list --no-walk bffca23d218d0c9ea1c697906d8eb37e09658b96 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:25:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:25:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:25:12 ========================================================= 08:25:12 EdgeX Global Pipelines Version Info 08:25:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:25:14 ------------------- 08:25:14 stable info: 08:25:14 ------------------- 08:25:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:25:14 Commit SHA: db23789807683fe8db4060e61030128140927cef 08:25:14 Message: update stable to v1.0.159 08:25:15 ------------------- 08:25:15 experimental info: 08:25:15 ------------------- 08:25:15 Commited By: **** collab-it+edgex@linuxfoundation.org 08:25:15 Commit SHA: db23789807683fe8db4060e61030128140927cef 08:25:15 Message: update experimental to v1.0.159 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:25:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:25:15 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:25:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:25:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:25:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:25:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:25:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:25:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:25:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:25:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:25:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:25:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:25:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:25:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:25:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:25:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:25:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:25:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:25:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:25:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:25:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:25:17 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:25:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2840 [Pipeline] echo 08:25:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2840 [Pipeline] echo 08:25:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2840 [Pipeline] echo 08:25:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9effbafce28556404f8d1fe8b3fe2aff44c3df3e [Pipeline] echo 08:25:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9effbaf [Pipeline] echo 08:25:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 08:25:18 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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 08:25:18 + for file in '`ls cmd/**/Dockerfile`' 08:25:18 ++ dirname cmd/core-command/Dockerfile 08:25:18 ++ cut -d/ -f2 08:25:18 + echo core-command,cmd/core-command/Dockerfile 08:25:18 + for file in '`ls cmd/**/Dockerfile`' 08:25:18 ++ dirname cmd/core-data/Dockerfile 08:25:18 ++ cut -d/ -f2 08:25:18 + echo core-data,cmd/core-data/Dockerfile 08:25:18 + for file in '`ls cmd/**/Dockerfile`' 08:25:18 ++ dirname cmd/core-metadata/Dockerfile 08:25:18 ++ cut -d/ -f2 08:25:18 + echo core-metadata,cmd/core-metadata/Dockerfile 08:25:18 + for file in '`ls cmd/**/Dockerfile`' 08:25:18 ++ dirname cmd/security-bootstrap-redis/Dockerfile 08:25:18 ++ cut -d/ -f2 08:25:18 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 08:25:18 + for file in '`ls cmd/**/Dockerfile`' 08:25:18 ++ dirname cmd/security-proxy-setup/Dockerfile 08:25:18 ++ cut -d/ -f2 08:25:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:25:18 + for file in '`ls cmd/**/Dockerfile`' 08:25:18 ++ dirname cmd/security-secrets-setup/Dockerfile 08:25:18 ++ cut -d/ -f2 08:25:18 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 08:25:18 + for file in '`ls cmd/**/Dockerfile`' 08:25:18 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:25:18 ++ cut -d/ -f2 08:25:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:25:18 + for file in '`ls cmd/**/Dockerfile`' 08:25:18 ++ dirname cmd/support-logging/Dockerfile 08:25:18 ++ cut -d/ -f2 08:25:18 + echo support-logging,cmd/support-logging/Dockerfile 08:25:18 + for file in '`ls cmd/**/Dockerfile`' 08:25:18 ++ dirname cmd/support-notifications/Dockerfile 08:25:18 ++ cut -d/ -f2 08:25:18 + echo support-notifications,cmd/support-notifications/Dockerfile 08:25:18 + for file in '`ls cmd/**/Dockerfile`' 08:25:18 ++ dirname cmd/support-scheduler/Dockerfile 08:25:18 ++ cut -d/ -f2 08:25:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:25:18 + for file in '`ls cmd/**/Dockerfile`' 08:25:18 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:25:18 ++ cut -d/ -f2 08:25:18 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:25:18 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 08:25:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:25:19 08:25:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:25:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:25:20 latest: Pulling from edgex-devops/git-semver 08:25:20 31603596830f: Pulling fs layer 08:25:20 2a8b12db71e7: Pulling fs layer 08:25:20 6ca5941a6612: Pulling fs layer 08:25:20 ecc8261a40a4: Pulling fs layer 08:25:20 ecc8261a40a4: Waiting 08:25:20 2a8b12db71e7: Verifying Checksum 08:25:20 2a8b12db71e7: Download complete 08:25:20 31603596830f: Download complete 08:25:20 ecc8261a40a4: Verifying Checksum 08:25:20 ecc8261a40a4: Download complete 08:25:20 6ca5941a6612: Verifying Checksum 08:25:20 6ca5941a6612: Download complete 08:25:20 31603596830f: Pull complete 08:25:21 2a8b12db71e7: Pull complete 08:25:21 6ca5941a6612: Pull complete 08:25:22 ecc8261a40a4: Pull complete 08:25:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:25:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:25:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:25:22 prd-centos7-docker-4c-2g-11180 does not seem to be running inside a container 08:25:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:25:24 $ docker top 8ade60233749635b07d0a63cfdc50fe55bdc1315254517606f270938bf83a6b7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:25:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:25:25 [ssh-agent] Looking for ssh-agent implementation... 08:25:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:25:25 $ docker exec 8ade60233749635b07d0a63cfdc50fe55bdc1315254517606f270938bf83a6b7 ssh-agent 08:25:25 SSH_AUTH_SOCK=/tmp/ssh-K0IyEdgzkBul/agent.12 08:25:25 SSH_AGENT_PID=18 08:25:25 Running ssh-add (command line suppressed) 08:25:25 Identity added: /w/workspace/edgex-go/15@tmp/private_key_4669180091982970420.key (/w/workspace/edgex-go/15@tmp/private_key_4669180091982970420.key) 08:25:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:25:26 + git tag --points-at HEAD [Pipeline] } 08:25:26 $ docker exec --env ******** --env ******** 8ade60233749635b07d0a63cfdc50fe55bdc1315254517606f270938bf83a6b7 ssh-agent -k 08:25:26 unset SSH_AUTH_SOCK; 08:25:26 unset SSH_AGENT_PID; 08:25:26 echo Agent pid 18 killed; 08:25:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:25:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:25:26 [ssh-agent] Looking for ssh-agent implementation... 08:25:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:25:26 $ docker exec 8ade60233749635b07d0a63cfdc50fe55bdc1315254517606f270938bf83a6b7 ssh-agent 08:25:26 SSH_AUTH_SOCK=/tmp/ssh-QjXjwWO4jLYt/agent.47 08:25:26 SSH_AGENT_PID=52 08:25:26 Running ssh-add (command line suppressed) 08:25:26 Identity added: /w/workspace/edgex-go/15@tmp/private_key_3778683635958782461.key (/w/workspace/edgex-go/15@tmp/private_key_3778683635958782461.key) 08:25:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:25:27 + git semver init 08:25:27 # -> Open(): unable to determine branch for HEAD 08:25:27 # $GIT_DIR = /w/workspace/edgex-go/15/.git 08:25:27 # $GIT_WORK_TREE = /w/workspace/edgex-go/15 08:25:27 # $SEMVER_REMOTE_NAME = origin 08:25:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:25:27 # $SEMVER_USER_NAME = edgex-jenkins 08:25:27 # $SEMVER_BRANCH = PR-2840 08:25:27 # $SEMVER_TEMP = /tmp/semver-976163522 08:25:27 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:25:49 # '/tmp/semver-976163522' -> '/w/workspace/edgex-go/15/.semver' 08:25:49 # -> Force: false 08:25:49 # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } 08:25:49 $ docker exec --env ******** --env ******** 8ade60233749635b07d0a63cfdc50fe55bdc1315254517606f270938bf83a6b7 ssh-agent -k 08:25:49 unset SSH_AUTH_SOCK; 08:25:49 unset SSH_AGENT_PID; 08:25:49 echo Agent pid 52 killed; 08:25:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:25:50 + git semver [Pipeline] } 08:25:50 $ docker stop --time=1 8ade60233749635b07d0a63cfdc50fe55bdc1315254517606f270938bf83a6b7 08:25:51 $ docker rm -f 8ade60233749635b07d0a63cfdc50fe55bdc1315254517606f270938bf83a6b7 [Pipeline] // withDockerContainer [Pipeline] sh 08:25:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:25:52 Stashed 1 file(s) [Pipeline] echo 08:25:52 [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 08:25:53 ========================================================= 08:25:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:25:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:25:54 + 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 . 08:25:57 Sending build context to Docker daemon 325.8MB 08:25:57 Step 1/7 : ARG BASE=golang:1.15-alpine 08:25:57 Step 2/7 : FROM ${BASE} 08:25:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:25:57 df20fa9351a1: Pulling fs layer 08:25:57 ed8968b2872e: Pulling fs layer 08:25:57 a92cc7c5fd73: Pulling fs layer 08:25:57 e871e8e8d7a9: Pulling fs layer 08:25:57 e73272ec9a57: Pulling fs layer 08:25:57 1e910a182e73: Pulling fs layer 08:25:57 4e634b169226: Pulling fs layer 08:25:57 e871e8e8d7a9: Waiting 08:25:57 e73272ec9a57: Waiting 08:25:57 1e910a182e73: Waiting 08:25:57 4e634b169226: Waiting 08:25:57 a92cc7c5fd73: Verifying Checksum 08:25:57 a92cc7c5fd73: Download complete 08:25:57 ed8968b2872e: Verifying Checksum 08:25:57 ed8968b2872e: Download complete 08:25:57 e73272ec9a57: Verifying Checksum 08:25:57 e73272ec9a57: Download complete 08:25:57 1e910a182e73: Verifying Checksum 08:25:57 1e910a182e73: Download complete 08:25:57 df20fa9351a1: Verifying Checksum 08:25:57 df20fa9351a1: Download complete 08:25:57 df20fa9351a1: Pull complete 08:25:57 ed8968b2872e: Pull complete 08:25:57 a92cc7c5fd73: Pull complete 08:25:59 4e634b169226: Verifying Checksum 08:25:59 4e634b169226: Download complete 08:26:00 e871e8e8d7a9: Verifying Checksum 08:26:00 e871e8e8d7a9: Download complete 08:26:05 e871e8e8d7a9: Pull complete 08:26:05 e73272ec9a57: Pull complete 08:26:05 1e910a182e73: Pull complete 08:26:08 Still waiting to schedule task 08:26:08 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 08:26:11 4e634b169226: Pull complete 08:26:11 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 08:26:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:26:11 ---> f7629b54cfaa 08:26:11 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 08:26:12 ---> Running in 415d081599f2 08:26:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:26:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:26:14 (1/12) Installing libmagic (5.38-r0) 08:26:15 (2/12) Installing file (5.38-r0) 08:26:15 (3/12) Installing libc-dev (0.7.2-r3) 08:26:15 (4/12) Installing g++ (9.3.0-r2) 08:26:19 (5/12) Installing fortify-headers (1.1-r0) 08:26:19 (6/12) Installing patch (2.7.6-r6) 08:26:19 (7/12) Installing build-base (0.5-r2) 08:26:19 (8/12) Installing libsodium (1.0.18-r0) 08:26:19 (9/12) Installing pkgconf (1.7.2-r0) 08:26:19 (10/12) Installing libsodium-dev (1.0.18-r0) 08:26:19 (11/12) Installing libzmq (4.3.3-r0) 08:26:19 (12/12) Installing zeromq-dev (4.3.3-r0) 08:26:19 Executing busybox-1.31.1-r16.trigger 08:26:19 OK: 233 MiB in 51 packages 08:26:23 Removing intermediate container 415d081599f2 08:26:23 ---> 9a5b34b4c0bc 08:26:23 Step 4/7 : WORKDIR /edgex-go 08:26:23 ---> Running in ab7a15ac8223 08:26:23 Removing intermediate container ab7a15ac8223 08:26:23 ---> b958bbffd187 08:26:23 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:26:23 latest: Pulling from library/docker 08:26:23 188c0c94c7c5: Pulling fs layer 08:26:23 0c7c675703d6: Pulling fs layer 08:26:23 cc8c12a437cb: Pulling fs layer 08:26:23 c5dafad2182a: Pulling fs layer 08:26:23 5aa711733414: Pulling fs layer 08:26:23 058f73b55e4b: Pulling fs layer 08:26:23 8c9c664faf12: Pulling fs layer 08:26:23 5aa711733414: Waiting 08:26:23 058f73b55e4b: Waiting 08:26:23 8c9c664faf12: Waiting 08:26:23 c5dafad2182a: Waiting 08:26:23 cc8c12a437cb: Verifying Checksum 08:26:23 cc8c12a437cb: Download complete 08:26:23 188c0c94c7c5: Verifying Checksum 08:26:23 188c0c94c7c5: Download complete 08:26:23 0c7c675703d6: Verifying Checksum 08:26:23 0c7c675703d6: Download complete 08:26:23 058f73b55e4b: Verifying Checksum 08:26:23 058f73b55e4b: Download complete 08:26:23 5aa711733414: Verifying Checksum 08:26:23 5aa711733414: Download complete 08:26:23 188c0c94c7c5: Pull complete 08:26:23 8c9c664faf12: Verifying Checksum 08:26:23 8c9c664faf12: Download complete 08:26:24 0c7c675703d6: Pull complete 08:26:24 cc8c12a437cb: Pull complete 08:26:24 c5dafad2182a: Verifying Checksum 08:26:24 c5dafad2182a: Download complete 08:26:27 c5dafad2182a: Pull complete 08:26:27 5aa711733414: Pull complete 08:26:27 058f73b55e4b: Pull complete 08:26:27 8c9c664faf12: Pull complete 08:26:27 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 08:26:27 Status: Downloaded newer image for docker:latest 08:26:29 ---> 664830961826 08:26:29 Step 6/7 : COPY go.mod . 08:26:29 ---> dd47e6dc04ba 08:26:29 Step 7/7 : RUN go mod download 08:26:29 ---> Running in 9ca8af3dc4a9 08:26:56 Removing intermediate container 9ca8af3dc4a9 08:26:56 ---> 283142c3ee67 08:26:56 Successfully built 283142c3ee67 08:26:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:26:56 + docker inspect -f . ci-base-image-x86_64 08:26:56 . [Pipeline] withDockerContainer 08:26:56 prd-centos7-docker-4c-2g-11180 does not seem to be running inside a container 08:26:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:26:57 $ docker top 615e7a9443f4f1681975383b7f4af39a427131af22005fe5ef6a6851785886bd -eo pid,comm [Pipeline] { [Pipeline] sh 08:26:58 + go version 08:26:58 go version go1.15.2 linux/amd64 [Pipeline] } 08:26:58 $ docker stop --time=1 615e7a9443f4f1681975383b7f4af39a427131af22005fe5ef6a6851785886bd 08:26:59 $ docker rm -f 615e7a9443f4f1681975383b7f4af39a427131af22005fe5ef6a6851785886bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:27:00 + docker inspect -f . ci-base-image-x86_64 08:27:00 . [Pipeline] withDockerContainer 08:27:00 prd-centos7-docker-4c-2g-11180 does not seem to be running inside a container 08:27:00 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:27:01 $ docker top 9118c4142ecfc3c9f425689e69a78b465b322512a53e39d37215970f2aeb10bd -eo pid,comm [Pipeline] { [Pipeline] echo 08:27:01 ========================================================= 08:27:01 [edgeXBuildGoParallel] Running Tests and Build... 08:27:01 ========================================================= [Pipeline] sh 08:27:02 + make test 08:27:02 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:27:04 ? github.com/edgexfoundry/edgex-go [no test files] 08:27:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:27:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:27:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:27:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:27:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:27:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:27:22 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.017s 08:27:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:27:22 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 08:27:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:27:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:27:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:27:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:27:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:27:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.022s coverage: 46.6% of statements 08:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:27:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.052s coverage: 27.1% of statements 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:27:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:27:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.012s coverage: 100.0% of statements 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:27:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.020s coverage: 65.7% of statements 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:27:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.030s coverage: 84.1% of statements 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:27:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.078s coverage: 28.6% of statements 08:27:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:27:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:27:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:27:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:27:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:27:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.038s coverage: 100.0% of statements 08:27:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:27:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.012s coverage: 100.0% of statements 08:27:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.018s coverage: 86.7% of statements 08:27:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.023s coverage: 97.5% of statements 08:27:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:27:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 100.0% of statements 08:27:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:27:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:27:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:27:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:27:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.055s coverage: 95.7% of statements 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:27:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:27:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.018s coverage: 0.0% of statements [no tests to run] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:27:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.035s coverage: 63.5% of statements 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:27:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:27:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements 08:27:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.007s coverage: 91.3% of statements 08:27:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.014s coverage: 100.0% of statements 08:27:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.020s coverage: 73.7% of statements 08:27:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.007s coverage: 100.0% of statements 08:27:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.141s coverage: 55.9% of statements 08:27:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:27:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:27:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:27:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:27:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:27:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 9.360s coverage: 86.3% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.308s coverage: 72.2% of statements 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.137s coverage: 72.1% of statements 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.017s coverage: 82.4% of statements 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.012s coverage: 28.8% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.048s coverage: 96.8% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.038s coverage: 36.5% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.097s coverage: 84.1% of statements 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.016s coverage: 42.9% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.005s coverage: 100.0% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.012s coverage: 83.8% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.060s coverage: 46.0% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.012s coverage: 100.0% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.018s coverage: 100.0% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.054s coverage: 29.1% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.045s coverage: 99.0% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.012s coverage: 100.0% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.018s coverage: 0.0% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.004s coverage: 100.0% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:27:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 08:27:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 08:27:44 GO111MODULE=on go vet ./... 08:27:51 gofmt -l . 08:27:51 [ "`gofmt -l .`" = "" ] 08:27:51 ./bin/test-go-mod-tidy.sh 08:27:51 ./bin/test-attribution-txt.sh [Pipeline] sh 08:27:54 + ls -al . 08:27:54 total 636 08:27:54 drwxrwxr-x 10 1001 1001 4096 Nov 4 08:27 . 08:27:54 drwxr-xr-x 4 root root 30 Nov 4 08:27 .. 08:27:54 -rw-rw-r-- 1 1001 1001 11 Nov 4 08:25 .dockerignore 08:27:54 drwxrwxr-x 8 1001 1001 179 Nov 4 08:25 .git 08:27:54 drwxrwxr-x 3 1001 1001 125 Nov 4 08:25 .github 08:27:54 -rw-rw-r-- 1 1001 1001 944 Nov 4 08:25 .gitignore 08:27:54 drwx------ 3 1001 1001 47 Nov 4 08:25 .semver 08:27:54 -rw-rw-r-- 1 1001 1001 166 Nov 4 08:25 .sonarcloud.properties 08:27:54 -rw-rw-r-- 1 1001 1001 3804 Nov 4 08:25 CONTRIBUTING.md 08:27:54 -rw-rw-r-- 1 1001 1001 1035 Nov 4 08:25 Dockerfile.build 08:27:54 -rw-rw-r-- 1 1001 1001 863 Nov 4 08:25 Jenkinsfile 08:27:54 -rw-rw-r-- 1 1001 1001 10775 Nov 4 08:25 LICENSE 08:27:54 -rw-rw-r-- 1 1001 1001 6611 Nov 4 08:25 Makefile 08:27:54 -rw-rw-r-- 1 1001 1001 6447 Nov 4 08:25 README.md 08:27:54 -rw-rw-r-- 1 1001 1001 259 Nov 4 08:25 SECURITY.md 08:27:54 -rw-rw-r-- 1 1001 1001 5 Nov 4 08:25 VERSION 08:27:54 -rw-rw-r-- 1 1001 1001 4131 Nov 4 08:25 ZMQWindows.md 08:27:54 drwxrwxr-x 2 1001 1001 117 Nov 4 08:25 bin 08:27:54 drwxrwxr-x 15 1001 1001 4096 Nov 4 08:25 cmd 08:27:54 -rw-r--r-- 1 root root 543875 Nov 4 08:27 coverage.out 08:27:54 -rw-r--r-- 1 root root 1041 Nov 4 08:27 go.mod 08:27:54 -rw-r--r-- 1 root root 18582 Nov 4 08:27 go.sum 08:27:54 drwxrwxr-x 8 1001 1001 127 Nov 4 08:25 internal 08:27:54 drwxrwxr-x 4 1001 1001 26 Nov 4 08:25 openapi 08:27:54 drwxrwxr-x 4 1001 1001 71 Nov 4 08:25 snap 08:27:54 -rw-rw-r-- 1 1001 1001 168 Nov 4 08:25 version.go [Pipeline] sh 08:27:54 + '[' -e coverage.out ] 08:27:54 + chown 1001:1001 coverage.out [Pipeline] stash 08:27:54 Stashed 1 file(s) [Pipeline] sh 08:27:54 + make build 08:27:54 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 08:28:03 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 08:28:06 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 08:28:08 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 08:28:09 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 08:28:10 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 08:28:10 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 08:28:12 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 08:28:13 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 08:28:14 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 08:28:16 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 08:28:16 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 08:28:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } 08:28:18 $ docker stop --time=1 9118c4142ecfc3c9f425689e69a78b465b322512a53e39d37215970f2aeb10bd 08:28:20 $ docker rm -f 9118c4142ecfc3c9f425689e69a78b465b322512a53e39d37215970f2aeb10bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:28:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:28:23 08:28:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:28:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:28:23 latest: Pulling from edgex-devops/edgex-compose 08:28:23 cbdbe7a5bc2a: Pulling fs layer 08:28:23 ca9280d653b3: Pulling fs layer 08:28:23 7e9c9ca2126c: Pulling fs layer 08:28:23 cbdbe7a5bc2a: Verifying Checksum 08:28:23 cbdbe7a5bc2a: Download complete 08:28:24 cbdbe7a5bc2a: Pull complete 08:28:24 ca9280d653b3: Verifying Checksum 08:28:24 ca9280d653b3: Download complete 08:28:25 ca9280d653b3: Pull complete 08:28:25 7e9c9ca2126c: Verifying Checksum 08:28:25 7e9c9ca2126c: Download complete 08:28:32 7e9c9ca2126c: Pull complete 08:28:32 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:28:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:28:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:28:32 prd-centos7-docker-4c-2g-11180 does not seem to be running inside a container 08:28:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:28:34 $ docker top b80e10e1b80845bceb4ff87aeb8aa49a0b4510b1e45cdab6513222d54c554352 -eo pid,comm [Pipeline] { [Pipeline] sh 08:28:34 + docker-compose build --help 08:28:34 + grep parallel 08:28:35 --parallel Build images in parallel. [Pipeline] } 08:28:35 $ docker stop --time=1 b80e10e1b80845bceb4ff87aeb8aa49a0b4510b1e45cdab6513222d54c554352 08:28:37 $ docker rm -f b80e10e1b80845bceb4ff87aeb8aa49a0b4510b1e45cdab6513222d54c554352 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:28:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:28:37 . [Pipeline] withDockerContainer 08:28:37 prd-centos7-docker-4c-2g-11180 does not seem to be running inside a container 08:28:37 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:28:38 $ docker top ece063f5ef9549ba70adcb76a62294488c5b26177bdd4e6e9ffa7943044ec146 -eo pid,comm [Pipeline] { [Pipeline] sh 08:28:38 + docker-compose -f ./docker-compose-build.yml build --parallel 08:28:39 Building docker-core-command-go ... 08:28:39 Building docker-core-data-go ... 08:28:39 Building docker-core-metadata-go ... 08:28:39 Building docker-security-bootstrap-redis-go ... 08:28:39 Building docker-security-proxy-setup-go ... 08:28:39 Building docker-security-secrets-setup-go ... 08:28:39 Building docker-security-secretstore-setup-go ... 08:28:39 Building docker-support-logging-go ... 08:28:39 Building docker-support-notifications-go ... 08:28:39 Building docker-support-scheduler-go ... 08:28:39 Building docker-sys-mgmt-agent-go ... 08:28:39 Building docker-core-command-go 08:28:39 Building docker-security-secrets-setup-go 08:28:39 Building docker-support-notifications-go 08:28:39 Building docker-core-metadata-go 08:28:39 Building docker-security-bootstrap-redis-go 08:29:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:29:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:29:12 ---> 283142c3ee67 08:29:12 Step 3/22 : WORKDIR /edgex-go 08:29:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:29:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:29:12 ---> 283142c3ee67 08:29:12 Step 3/22 : WORKDIR /edgex-go 08:29:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:29:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:29:12 ---> 283142c3ee67 08:29:12 Step 3/22 : WORKDIR /edgex-go 08:29:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:29:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:29:12 ---> 283142c3ee67 08:29:12 Step 3/24 : WORKDIR /edgex-go 08:29:12 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 08:29:12 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:29:12 ---> 283142c3ee67 08:29:12 Step 3/29 : WORKDIR /edgex-go 08:29:12 ---> Running in b4f9fc239753 08:29:12 ---> Running in 140ec7882bf4 08:29:12 ---> Running in f6efcec6c0f6 08:29:12 ---> Running in 0a0e447a5015 08:29:12 ---> Running in 4805122b10f9 08:29:12 Removing intermediate container 0a0e447a5015 08:29:12 ---> 5b6077323aeb 08:29:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:29:12 Removing intermediate container b4f9fc239753 08:29:12 ---> 904fed4c9a91 08:29:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:29:12 Removing intermediate container 4805122b10f9 08:29:12 ---> f3e800cc3956 08:29:12 Step 4/29 : RUN apk update && apk add make git 08:29:12 Removing intermediate container f6efcec6c0f6 08:29:12 ---> d762888c378f 08:29:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:29:12 Removing intermediate container 140ec7882bf4 08:29:12 ---> e4cc97452573 08:29:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:29:12 ---> Running in cc74a93fa458 08:29:12 ---> Running in 5c629c63287e 08:29:12 ---> Running in 235cec70cb04 08:29:12 ---> Running in 3f7c0fe6abd3 08:29:12 ---> Running in fe7a8aca7afa 08:29:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:29:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:29:14 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:29:14 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:29:14 OK: 12752 distinct packages available 08:29:14 OK: 233 MiB in 51 packages 08:29:14 Removing intermediate container 5c629c63287e 08:29:14 ---> 256a7d7d1f41 08:29:14 Step 5/22 : RUN apk update && apk add make git 08:29:14 Removing intermediate container cc74a93fa458 08:29:14 ---> 110e64381ed9 08:29:14 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:29:14 Removing intermediate container 3f7c0fe6abd3 08:29:14 ---> 55d2f7365ceb 08:29:14 Step 5/22 : RUN apk update && apk add make git 08:29:14 ---> Running in c94823b0286c 08:29:14 ---> Running in 55415d3a314a 08:29:15 ---> Running in 30d884b549e3 08:29:15 Removing intermediate container fe7a8aca7afa 08:29:15 ---> 6846bfff2dbd 08:29:15 Step 5/22 : RUN apk update && apk add make git 08:29:15 ---> Running in cf1e68f6a091 08:29:15 Removing intermediate container 235cec70cb04 08:29:15 ---> 101e1488fa79 08:29:15 Step 5/29 : COPY go.mod . 08:29:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:29:15 ---> 0f59ced6391c 08:29:15 Step 6/29 : RUN go mod download 08:29:15 ---> Running in fc020658d71a 08:29:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:29:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:29:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:29:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:29:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:29:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:29:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:29:16 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:29:16 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:29:16 OK: 12752 distinct packages available 08:29:17 OK: 233 MiB in 51 packages 08:29:17 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:29:17 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:29:17 OK: 12752 distinct packages available 08:29:17 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:29:17 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:29:17 OK: 12752 distinct packages available 08:29:17 OK: 233 MiB in 51 packages 08:29:17 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:29:17 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:29:17 OK: 12752 distinct packages available 08:29:17 OK: 233 MiB in 51 packages 08:29:17 Removing intermediate container fc020658d71a 08:29:17 ---> 92cbaa050ef3 08:29:17 Step 7/29 : COPY . . 08:29:17 OK: 233 MiB in 51 packages 08:29:17 Removing intermediate container c94823b0286c 08:29:17 ---> bf983b8500a4 08:29:17 Step 6/24 : COPY go.mod . 08:29:19 Removing intermediate container 55415d3a314a 08:29:19 ---> c6e17757b321 08:29:19 Step 6/22 : COPY go.mod . 08:29:21 ---> e7f64ba6dd8f 08:29:21 Step 7/24 : RUN go mod download 08:29:22 ---> 39e828967eca 08:29:22 Step 7/22 : RUN go mod download 08:29:22 ---> Running in 57b64c193427 08:29:22 Removing intermediate container 30d884b549e3 08:29:22 ---> 5ae860feb758 08:29:22 Step 6/22 : COPY go.mod . 08:29:23 Removing intermediate container cf1e68f6a091 08:29:23 ---> a19d0716a9c0 08:29:23 Step 6/22 : COPY go.mod . 08:29:24 ---> Running in 5ab4ea6744f9 08:29:24 ---> 4bd5a4e3bbe5 08:29:24 Step 7/22 : RUN go mod download 08:29:26 ---> d5f4ca17168a 08:29:26 Step 7/22 : RUN go mod download 08:29:27 ---> Running in 3b3f986366f6 08:29:28 ---> Running in 2db798aa795a 08:29:30 Removing intermediate container 57b64c193427 08:29:30 ---> e2fc49cb8388 08:29:30 Step 8/24 : COPY . . 08:29:37 Removing intermediate container 5ab4ea6744f9 08:29:37 ---> 7476c075314e 08:29:37 Step 8/22 : COPY . . 08:29:40 ---> 4054bbd85503 08:29:40 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:29:40 Removing intermediate container 3b3f986366f6 08:29:40 ---> a12c7b957eae 08:29:40 Step 8/22 : COPY . . 08:29:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11181 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws 08:29:42 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 08:29:44 ---> Running in b435c203a7c4 08:29:46 Removing intermediate container 2db798aa795a 08:29:46 ---> 5b007ea4b41e 08:29:46 Step 8/22 : COPY . . 08:29:47 using credential edgex-jenkins-ssh 08:29:47 Cloning the remote Git repository 08:29:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:29:47 > git init /w/workspace/edgex-go/15 # timeout=10 08:29:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:29:47 > git --version # timeout=10 08:29:47 > git --version # 'git version 2.17.1' 08:29:47 using GIT_SSH to set credentials SSH Credentials for GitHub 08:29:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:29:58 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 08:29:59 ---> 2923f54838fd 08:29:59 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:30:04 ---> Running in 24191d8d3230 08:30:05 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 08:30:09 ---> d4e311cc3f55 08:30:09 Step 9/22 : RUN make cmd/core-command/core-command 08:30:09 ---> Running in aa934f551615 08:30:10 Merging remotes/origin/master commit 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 into PR head commit 9effbafce28556404f8d1fe8b3fe2aff44c3df3e [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:30:10 Failed in branch arm64 08:30:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:30:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:30:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:30:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:30:09 using GIT_SSH to set credentials SSH Credentials for GitHub 08:30:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:30:10 > git config core.sparsecheckout # timeout=10 08:30:10 > git checkout -f 9effbafce28556404f8d1fe8b3fe2aff44c3df3e # timeout=10 08:30:11 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 08:30:16 ---> a0ccd9b61cbf 08:30:16 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 08:30:17 ---> 313f92af9e57 08:30:17 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:30:17 ---> Running in 6a7e4d6ad09e 08:30:17 ---> Running in 69f674442ea3 08:30:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 08:30:18 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 08:30:20 Removing intermediate container b435c203a7c4 08:30:20 ---> 3fe8c1bd15c6 08:30:20 08:30:20 Step 9/29 : FROM alpine:latest 08:30:20 latest: Pulling from library/alpine 08:30:20 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 08:30:20 Status: Downloaded newer image for alpine:latest 08:30:20 ---> d6e46aa2470d 08:30:20 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:30:21 ---> Running in 3fb1a64f1aec 08:30:21 Removing intermediate container 3fb1a64f1aec 08:30:21 ---> 68c6579d766d 08:30:21 Step 11/29 : USER root 08:30:21 ---> Running in 84fb420581f3 08:30:21 Removing intermediate container 84fb420581f3 08:30:21 ---> 1467396b0287 08:30:21 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:30:22 ---> Running in 13e549a26e66 08:30:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:30:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:30:24 v3.12.1-16-g3ee3abb14d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:30:24 v3.12.1-14-gd1a8d3ca7e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:30:24 OK: 12744 distinct packages available 08:30:24 (1/2) Installing ca-certificates (20191127-r4) 08:30:24 (2/2) Installing dumb-init (1.2.2-r1) 08:30:24 Executing busybox-1.31.1-r19.trigger 08:30:24 Executing ca-certificates-20191127-r4.trigger 08:30:24 OK: 6 MiB in 16 packages 08:30:26 Removing intermediate container 13e549a26e66 08:30:26 ---> 11dd8652d445 08:30:26 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:30:27 ---> Running in 4ec25a6d01e2 08:30:27 Removing intermediate container 4ec25a6d01e2 08:30:27 ---> 2e119bada243 08:30:27 Step 14/29 : WORKDIR $BASE_DIR 08:30:27 ---> Running in 5658524602b5 08:30:27 Removing intermediate container 5658524602b5 08:30:27 ---> 8461a0c7ad85 08:30:27 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:30:28 ---> Running in 98adf53fc33d 08:30:30 Removing intermediate container 98adf53fc33d 08:30:30 ---> 692017617e69 08:30:30 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:30:32 ---> aa553e229308 08:30:32 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:30:33 ---> 8f823ab008a5 08:30:33 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:30:35 ---> 4b0578c44253 08:30:35 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:30:35 Removing intermediate container 24191d8d3230 08:30:35 ---> 299234c4f616 08:30:35 08:30:35 Step 10/24 : FROM scratch 08:30:35 ---> 08:30:35 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:30:35 ---> 5c0fcf5befeb 08:30:35 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:30:35 ---> Running in 47b6903c2dfa 08:30:35 Removing intermediate container 47b6903c2dfa 08:30:35 ---> ffa65c3f47d9 08:30:35 Step 12/24 : ENV APP_PORT=48060 08:30:36 ---> 76cac743d285 08:30:36 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:30:36 ---> Running in df47f6f3396b 08:30:36 ---> Running in f612d3852e1b 08:30:36 Removing intermediate container df47f6f3396b 08:30:36 ---> 4a5bc566a8de 08:30:36 Step 13/24 : EXPOSE $APP_PORT 08:30:36 ---> Running in 3e672a97a450 08:30:36 Removing intermediate container 3e672a97a450 08:30:36 ---> 7a64147a1a37 08:30:36 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:30:37 ---> 068ea42868fd 08:30:37 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:30:38 Removing intermediate container f612d3852e1b 08:30:38 ---> ec3f63a24915 08:30:38 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:30:39 ---> 432c8fb556d7 08:30:39 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:30:39 ---> 87e019373c60 08:30:39 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:30:41 ---> Running in ab31200a34ef 08:30:42 ---> 273a6982e05e 08:30:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:30:43 Removing intermediate container aa934f551615 08:30:43 ---> bb06c8512323 08:30:43 08:30:43 Step 10/22 : FROM scratch 08:30:43 ---> 08:30:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:30:43 ---> e0df4c027b99 08:30:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:30:44 ---> Running in 3bc15cf5834c 08:30:45 Removing intermediate container 3bc15cf5834c 08:30:45 ---> 0e3b5dfe3123 08:30:45 Step 12/22 : ENV APP_PORT=48082 08:30:46 ---> Running in 3326f689def1 08:30:46 ---> 5a2354c789f6 08:30:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:30:46 Removing intermediate container 6a7e4d6ad09e 08:30:46 ---> 96c7e86966f4 08:30:46 08:30:46 Step 10/22 : FROM alpine:3.10 08:30:47 Removing intermediate container ab31200a34ef 08:30:47 ---> 5ba2792606a3 08:30:47 Step 24/29 : RUN chmod 755 security-secrets-setup 08:30:47 Removing intermediate container 3326f689def1 08:30:47 ---> 99c7bdf60dfd 08:30:47 Step 13/22 : EXPOSE $APP_PORT 08:30:47 3.10: Pulling from library/alpine 08:30:47 ---> Running in 34db30979c0e 08:30:47 ---> Running in 81190dbd6551 08:30:47 ---> 723f43930c64 08:30:47 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:30:47 ---> Running in 3b52b700b249 08:30:47 Removing intermediate container 34db30979c0e 08:30:47 ---> fe398495134f 08:30:47 Step 14/22 : WORKDIR / 08:30:47 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:30:48 Status: Downloaded newer image for alpine:3.10 08:30:48 ---> be4e4bea2c2e 08:30:48 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:30:48 ---> Running in a17e1785eb71 08:30:48 ---> Running in edcee8c38780 08:30:48 Removing intermediate container 3b52b700b249 08:30:48 ---> c482f658d411 08:30:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:30:48 ---> Running in 421696b8a6ba 08:30:49 Removing intermediate container a17e1785eb71 08:30:49 ---> 8d0397c36e7d 08:30:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:30:50 Removing intermediate container 421696b8a6ba 08:30:50 ---> fa44e87c7875 08:30:50 Step 22/24 : LABEL arch=x86_64 08:30:50 Removing intermediate container 69f674442ea3 08:30:50 ---> f30daabba1a6 08:30:50 08:30:50 Step 10/22 : FROM scratch 08:30:50 ---> 08:30:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:30:50 ---> fb19ff66461e 08:30:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:30:50 ---> Using cache 08:30:50 ---> 0e3b5dfe3123 08:30:50 Step 12/22 : ENV APP_PORT=48081 08:30:50 ---> Running in 628f9cb123c1 08:30:50 ---> Running in 4fdbeee643fd 08:30:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 08:30:51 Removing intermediate container 628f9cb123c1 08:30:51 ---> f929cf6afdf5 08:30:51 Step 23/24 : LABEL git_sha=9effbafce28556404f8d1fe8b3fe2aff44c3df3e 08:30:51 Removing intermediate container 81190dbd6551 08:30:51 ---> ec4afacbd205 08:30:51 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:30:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 08:30:51 Removing intermediate container 4fdbeee643fd 08:30:51 ---> 6cbfb4fcecf4 08:30:51 Step 13/22 : EXPOSE $APP_PORT 08:30:51 ---> Running in a9906336d4f2 08:30:51 v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:30:51 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:30:51 OK: 10346 distinct packages available 08:30:51 ---> Running in bb38bdbdc8b4 08:30:51 ---> Running in bbc9bd77e22c 08:30:51 ---> 3da9725ac20f 08:30:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:30:51 (1/5) Installing ca-certificates (20191127-r2) 08:30:51 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:30:51 (3/5) Installing libcurl (7.66.0-r1) 08:30:51 (4/5) Installing curl (7.66.0-r1) 08:30:51 (5/5) Installing dumb-init (1.2.2-r1) 08:30:51 Executing busybox-1.30.1-r3.trigger 08:30:51 Executing ca-certificates-20191127-r2.trigger 08:30:52 Removing intermediate container a9906336d4f2 08:30:52 ---> c5d6440320e0 08:30:52 Step 24/24 : LABEL version=0.0.0 08:30:52 OK: 7 MiB in 19 packages 08:30:52 ---> Running in 1916f47799c0 08:30:52 Removing intermediate container bb38bdbdc8b4 08:30:52 ---> 76153c78e1fc 08:30:52 Step 26/29 : CMD [ "generate" ] 08:30:52 Removing intermediate container bbc9bd77e22c 08:30:52 ---> 188ff4adfaca 08:30:52 Step 14/22 : WORKDIR / 08:30:53 ---> e284780eb4d9 08:30:53 Step 18/22 : ENTRYPOINT ["/core-command"] 08:30:53 ---> Running in 32b2ce2f9860 08:30:53 ---> Running in 3cf369bd634a 08:30:53 ---> Running in 8e6ec017e1ff 08:30:53 Removing intermediate container 1916f47799c0 08:30:53 ---> 4d05ce0a6acc 08:30:53 08:30:53 Removing intermediate container edcee8c38780 08:30:53 ---> d58ecdd0f3a8 08:30:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 08:30:53 Removing intermediate container 32b2ce2f9860 08:30:53 ---> c3f967595483 08:30:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:30:54 Successfully built 4d05ce0a6acc 08:30:54 Removing intermediate container 8e6ec017e1ff 08:30:54 ---> ddda789630d0 08:30:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:30:54 Removing intermediate container 3cf369bd634a 08:30:54 ---> e40f26161442 08:30:54 Step 27/29 : LABEL arch=x86_64 08:30:54 Successfully tagged docker-support-notifications-go:latest 08:30:54  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 08:30:54 ---> Running in 193029eb19e5 08:30:54 ---> c8f34ca38962 08:30:54 ---> Running in ef0882121cb2 08:30:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:30:54 ---> Running in dd6eef7498fd 08:30:54 Removing intermediate container 193029eb19e5 08:30:54 ---> 7782d542f211 08:30:54 Step 13/22 : WORKDIR / 08:30:54 ---> Running in f78166635239 08:30:54 Removing intermediate container ef0882121cb2 08:30:54 ---> 363e91ccd07c 08:30:54 Step 20/22 : LABEL arch=x86_64 08:30:55 Removing intermediate container dd6eef7498fd 08:30:55 ---> 4a7270a06d1e 08:30:55 Step 28/29 : LABEL git_sha=9effbafce28556404f8d1fe8b3fe2aff44c3df3e 08:30:55 ---> Running in 0177d5f5017d 08:30:55 ---> Running in d6771e3f0048 08:30:55 Removing intermediate container f78166635239 08:30:55 ---> e5a891e253f7 08:30:55 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 08:30:55 ---> d22169e9037e 08:30:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:30:55 Removing intermediate container 0177d5f5017d 08:30:55 ---> 03cd2f3da2e5 08:30:55 Step 21/22 : LABEL git_sha=9effbafce28556404f8d1fe8b3fe2aff44c3df3e 08:30:55 Removing intermediate container d6771e3f0048 08:30:55 ---> 0900851fbdc6 08:30:55 Step 29/29 : LABEL version=0.0.0 08:30:55 ---> Running in 0374f17de007 08:30:55 ---> Running in ae638d1890d2 08:30:55 ---> 84dc8aa2f7cf 08:30:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 08:30:55 ---> 273d12580a6e 08:30:55 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:30:56 ---> Running in 690d1f7999b0 08:30:59 Removing intermediate container 0374f17de007 08:30:59 ---> 829ef6c3a090 08:30:59 Step 22/22 : LABEL version=0.0.0 08:30:59 Removing intermediate container ae638d1890d2 08:30:59 ---> a295b586fc2c 08:30:59 08:30:59 ---> 7b38ad854666 08:30:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 08:30:59 Successfully built a295b586fc2c 08:30:59 ---> Running in b1852b72398e 08:31:00 Successfully tagged docker-security-secrets-setup-go:latest 08:31:00  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go 08:31:00 Removing intermediate container 690d1f7999b0 08:31:00 ---> 09c6c14d3990 08:31:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:31:00 ---> Running in cc7b9b941e79 08:31:03 Removing intermediate container b1852b72398e 08:31:03 ---> f9981d3c75a9 08:31:03 08:31:04 Successfully built f9981d3c75a9 08:31:04 ---> 203f7de9561c 08:31:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 08:31:04 Successfully tagged docker-core-command-go:latest 08:31:04 Building docker-core-data-go 08:31:04  Building docker-core-command-go ... done Removing intermediate container cc7b9b941e79 08:31:04 ---> ddd3dad080aa 08:31:04 Step 20/22 : LABEL arch=x86_64 08:31:07 ---> Running in 16d60097545f 08:31:09 ---> 53a88c3ec78e 08:31:09 Step 18/22 : RUN chmod +x entrypoint.sh 08:31:10 Removing intermediate container 16d60097545f 08:31:10 ---> 2cdadffb663c 08:31:10 Step 21/22 : LABEL git_sha=9effbafce28556404f8d1fe8b3fe2aff44c3df3e 08:31:11 ---> Running in 7043faf2e7f9 08:31:12 ---> Running in 2eefaaf114e4 08:31:13 Removing intermediate container 2eefaaf114e4 08:31:13 ---> 756face2ba8b 08:31:13 Step 22/22 : LABEL version=0.0.0 08:31:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:31:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:31:14 ---> 283142c3ee67 08:31:14 Step 3/24 : WORKDIR /edgex-go 08:31:14 ---> Using cache 08:31:14 ---> e4cc97452573 08:31:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:31:14 ---> Using cache 08:31:14 ---> 6846bfff2dbd 08:31:14 Step 5/24 : RUN apk update && apk add make git 08:31:14 ---> Using cache 08:31:14 ---> a19d0716a9c0 08:31:14 Step 6/24 : COPY go.mod . 08:31:14 ---> Using cache 08:31:14 ---> d5f4ca17168a 08:31:14 Step 7/24 : RUN go mod download 08:31:14 ---> Using cache 08:31:14 ---> 5b007ea4b41e 08:31:14 Step 8/24 : COPY . . 08:31:14 ---> Using cache 08:31:14 ---> 313f92af9e57 08:31:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:31:15 ---> Running in 0e5bc38694b5 08:31:15 ---> Running in 1cf46f92b2b4 08:31:16 Removing intermediate container 0e5bc38694b5 08:31:16 ---> 546447de800f 08:31:16 08:31:16 Successfully built 546447de800f 08:31:18 Successfully tagged docker-core-metadata-go:latest 08:31:18  Building docker-core-metadata-go ... done Building docker-support-logging-go 08:31:18 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 08:31:18 Removing intermediate container 7043faf2e7f9 08:31:18 ---> 53a4d8145f7e 08:31:18 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 08:31:20 ---> Running in 7fa7413d9116 08:31:21 Removing intermediate container 7fa7413d9116 08:31:21 ---> db911f5155fb 08:31:21 Step 20/22 : LABEL arch=x86_64 08:31:21 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 08:31:21 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:31:21 ---> 283142c3ee67 08:31:21 Step 3/20 : WORKDIR /edgex-go 08:31:21 ---> Using cache 08:31:21 ---> e4cc97452573 08:31:21 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:31:21 ---> Using cache 08:31:21 ---> 6846bfff2dbd 08:31:21 Step 5/20 : RUN apk update && apk add make git 08:31:21 ---> Using cache 08:31:21 ---> a19d0716a9c0 08:31:21 Step 6/20 : COPY go.mod . 08:31:21 ---> Using cache 08:31:21 ---> d5f4ca17168a 08:31:21 Step 7/20 : RUN go mod download 08:31:21 ---> Using cache 08:31:21 ---> 5b007ea4b41e 08:31:21 Step 8/20 : COPY . . 08:31:21 ---> Using cache 08:31:21 ---> 313f92af9e57 08:31:21 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:31:24 ---> Running in a573fc42630e 08:31:24 ---> Running in 6375a07a13be 08:31:27 Removing intermediate container a573fc42630e 08:31:27 ---> 262ff3218ca8 08:31:27 Step 21/22 : LABEL git_sha=9effbafce28556404f8d1fe8b3fe2aff44c3df3e 08:31:27 ---> Running in b63f412f6fda 08:31:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:31:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:31:27 ---> 283142c3ee67 08:31:27 Step 3/23 : WORKDIR /edgex-go 08:31:27 ---> Using cache 08:31:27 ---> e4cc97452573 08:31:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:31:27 ---> Using cache 08:31:27 ---> 6846bfff2dbd 08:31:27 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:31:28 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 08:31:29 ---> Running in 771ea27207d8 08:31:29 Removing intermediate container b63f412f6fda 08:31:29 ---> b83244c11838 08:31:29 Step 22/22 : LABEL version=0.0.0 08:31:29 ---> Running in 0e6cf69a4682 08:31:29 Removing intermediate container 0e6cf69a4682 08:31:29 ---> cb31532f6d45 08:31:29 08:31:30 Successfully built cb31532f6d45 08:31:30 Successfully tagged docker-security-bootstrap-redis-go:latest 08:31:30 Building docker-sys-mgmt-agent-go 08:31:30  Building docker-security-bootstrap-redis-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:31:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:31:31 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:31:31 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:31:31 OK: 12752 distinct packages available 08:31:32 OK: 233 MiB in 51 packages 08:31:39 Removing intermediate container 771ea27207d8 08:31:39 ---> 934eed8037bb 08:31:39 Step 6/23 : COPY go.mod . 08:31:40 ---> 75498be35724 08:31:40 Step 7/23 : RUN go mod download 08:31:40 ---> Running in 251dbc914564 08:31:40 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 08:31:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:31:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:31:43 ---> 283142c3ee67 08:31:43 Step 3/22 : WORKDIR /edgex-go 08:31:43 ---> Using cache 08:31:43 ---> e4cc97452573 08:31:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:31:43 ---> Using cache 08:31:43 ---> 6846bfff2dbd 08:31:43 Step 5/22 : RUN apk update && apk add make && apk add bash git 08:31:45 ---> Running in 2a0557162a06 08:31:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:31:47 Removing intermediate container 251dbc914564 08:31:47 ---> 8073b83d1fdf 08:31:47 Step 8/23 : COPY . . 08:31:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:31:48 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:31:48 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:31:48 OK: 12752 distinct packages available 08:31:49 OK: 233 MiB in 51 packages 08:31:50 OK: 233 MiB in 51 packages 08:31:52 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:31:52 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:31:52 ---> 283142c3ee67 08:31:52 Step 3/27 : WORKDIR /edgex-go 08:31:52 ---> Using cache 08:31:52 ---> e4cc97452573 08:31:52 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:31:52 ---> Using cache 08:31:52 ---> 6846bfff2dbd 08:31:52 Step 5/27 : RUN apk update && apk add make bash git 08:31:55 ---> Running in 0a463debb7e0 08:31:55 Removing intermediate container 6375a07a13be 08:31:55 ---> 9fa1755f5d29 08:31:55 08:31:55 Step 10/20 : FROM alpine 08:31:55 ---> d6e46aa2470d 08:31:55 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:31:55 Removing intermediate container 1cf46f92b2b4 08:31:55 ---> d45fdac2174c 08:31:55 08:31:55 Step 10/24 : FROM alpine:3.10 08:31:55 ---> be4e4bea2c2e 08:31:55 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:31:55 ---> Using cache 08:31:55 ---> d58ecdd0f3a8 08:31:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:31:56 ---> Running in b7011f84ec23 08:31:56 ---> Running in 6d00c74af3b2 08:31:56 Removing intermediate container 2a0557162a06 08:31:56 ---> 61751b9d1954 08:31:56 Step 6/22 : COPY go.mod . 08:31:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:31:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:31:58 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:31:58 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:31:58 OK: 12752 distinct packages available 08:31:58 OK: 233 MiB in 51 packages 08:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:31:59 v3.12.1-16-g3ee3abb14d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:31:59 v3.12.1-14-gd1a8d3ca7e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:31:59 OK: 12744 distinct packages available 08:31:59 ---> 471f7be7dadf 08:31:59 Step 7/22 : RUN go mod download 08:31:59 Removing intermediate container 6d00c74af3b2 08:31:59 ---> 544b9afcdd64 08:31:59 Step 13/24 : WORKDIR / 08:31:59 (1/4) Installing ca-certificates (20191127-r4) 08:32:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:32:00 (3/4) Installing libcurl (7.69.1-r1) 08:32:00 (4/4) Installing curl (7.69.1-r1) 08:32:00 Executing busybox-1.31.1-r19.trigger 08:32:00 Executing ca-certificates-20191127-r4.trigger 08:32:00 OK: 7 MiB in 18 packages 08:32:02 ---> Running in e6c31128c219 08:32:02 ---> Running in 2fd91c572a3a 08:32:05 Removing intermediate container e6c31128c219 08:32:05 ---> 8090e749761c 08:32:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:32:05 Removing intermediate container 0a463debb7e0 08:32:05 ---> 801bbc3b7053 08:32:05 Step 6/27 : COPY go.mod . 08:32:05 Removing intermediate container b7011f84ec23 08:32:05 ---> be0dd1699f33 08:32:05 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:32:06 ---> 254cf3b6864d 08:32:06 Step 7/27 : RUN go mod download 08:32:07 ---> Running in 9534be6a2b3e 08:32:07 ---> f9af3d8a1b53 08:32:07 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:32:07 ---> Running in bda893b9c550 08:32:08 Removing intermediate container 9534be6a2b3e 08:32:08 ---> 8a39365ad277 08:32:08 Step 13/20 : WORKDIR /edgex 08:32:08 ---> b4584b7cbeb8 08:32:08 Step 9/23 : RUN make cmd/core-data/core-data 08:32:08 ---> 95d9848136f7 08:32:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:32:08 ---> Running in 9c03015129d5 08:32:08 ---> Running in 6ceee62dc4eb 08:32:08 Removing intermediate container 2fd91c572a3a 08:32:08 ---> fe094d6fa560 08:32:08 Step 8/22 : COPY . . 08:32:08 Removing intermediate container 9c03015129d5 08:32:08 ---> 1352554baa7b 08:32:08 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:32:08 ---> bf49b9f40b76 08:32:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:32:09 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 08:32:09 ---> 9e35f9f0bdbe 08:32:09 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:32:09 ---> 4913dfeffa55 08:32:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:32:10 Removing intermediate container bda893b9c550 08:32:10 ---> bfc99ba73cd0 08:32:10 Step 8/27 : COPY . . 08:32:20 ---> 1263e67751cd 08:32:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:32:20 ---> 3b6ce39c2a54 08:32:20 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:32:21 ---> Running in 84729d711154 08:32:23 ---> 2a5cc68abf0e 08:32:23 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:32:25 ---> Running in 1a6314761d5f 08:32:25 Removing intermediate container 84729d711154 08:32:25 ---> ac93f1c1a594 08:32:25 Step 17/20 : CMD ["--init=true"] 08:32:26 ---> Running in 6bb602329a83 08:32:29 Removing intermediate container 6bb602329a83 08:32:29 ---> 01723fc7d08f 08:32:29 Step 18/20 : LABEL arch=x86_64 08:32:30 ---> Running in 37308604057e 08:32:31 Removing intermediate container 37308604057e 08:32:31 ---> dbd0c147e30b 08:32:31 Step 19/20 : LABEL git_sha=9effbafce28556404f8d1fe8b3fe2aff44c3df3e 08:32:34 ---> Running in 5cf5a4ff803d 08:32:35 Removing intermediate container 1a6314761d5f 08:32:35 ---> ae3691da46ac 08:32:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:32:37 ---> Running in 8c05b06d2fd1 08:32:37 ---> 2beb23a0d4a2 08:32:37 Step 9/22 : RUN make cmd/support-logging/support-logging 08:32:38 Removing intermediate container 5cf5a4ff803d 08:32:38 ---> 6719627ed6c9 08:32:38 Step 20/20 : LABEL version=0.0.0 08:32:38 ---> Running in e58499cb330f 08:32:38 ---> Running in 5ff487e6bcc0 08:32:38 Removing intermediate container 8c05b06d2fd1 08:32:38 ---> 4822cd6f78e7 08:32:38 Step 22/24 : LABEL arch=x86_64 08:32:39 ---> 0f59547e8e82 08:32:39 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:32:39 ---> Running in 23155dd5e265 08:32:39 ---> Running in f0c63ad348a3 08:32:39 Removing intermediate container 5ff487e6bcc0 08:32:39 ---> 36fca51a4d0a 08:32:39 08:32:39 Removing intermediate container 23155dd5e265 08:32:39 ---> 8674bafeec3e 08:32:39 Step 23/24 : LABEL git_sha=9effbafce28556404f8d1fe8b3fe2aff44c3df3e 08:32:39 Successfully built 36fca51a4d0a 08:32:39 ---> Running in 617c47b9327c 08:32:39 Successfully tagged docker-security-proxy-setup-go:latest 08:32:39  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 08:32:39 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 08:32:39 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 08:32:39 Removing intermediate container 617c47b9327c 08:32:39 ---> 0aa5f08028d1 08:32:39 Step 24/24 : LABEL version=0.0.0 08:32:39 ---> Running in 9609f7064f9f 08:32:40 Removing intermediate container 9609f7064f9f 08:32:40 ---> ff5890bde532 08:32:40 08:32:40 Successfully built ff5890bde532 08:32:40 Successfully tagged docker-security-secretstore-setup-go:latest 08:32:57  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6ceee62dc4eb 08:32:57 ---> 6ddd10b31943 08:32:57 08:32:57 Step 10/23 : FROM alpine 08:32:57 ---> d6e46aa2470d 08:32:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:32:57 ---> Running in 8533cc696d0a 08:32:57 Removing intermediate container 8533cc696d0a 08:32:57 ---> 472f1950d02f 08:32:57 Step 12/23 : ENV APP_PORT=48080 08:32:57 ---> Running in 949678a074a7 08:32:58 Removing intermediate container 949678a074a7 08:32:58 ---> dd233a9937c1 08:32:58 Step 13/23 : EXPOSE $APP_PORT 08:33:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:33:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:33:01 ---> 283142c3ee67 08:33:01 Step 3/21 : WORKDIR /edgex-go 08:33:01 ---> Using cache 08:33:01 ---> e4cc97452573 08:33:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:01 ---> Using cache 08:33:01 ---> 6846bfff2dbd 08:33:01 Step 5/21 : RUN apk update && apk add make git 08:33:01 ---> Using cache 08:33:01 ---> a19d0716a9c0 08:33:01 Step 6/21 : COPY go.mod . 08:33:01 ---> Using cache 08:33:01 ---> d5f4ca17168a 08:33:01 Step 7/21 : RUN go mod download 08:33:01 ---> Using cache 08:33:01 ---> 5b007ea4b41e 08:33:01 Step 8/21 : COPY . . 08:33:01 ---> Running in 2ccde6013168 08:33:01 ---> Using cache 08:33:01 ---> 313f92af9e57 08:33:01 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:33:02 ---> Running in fd3916445075 08:33:02 Removing intermediate container 2ccde6013168 08:33:02 ---> 3864364ae0fc 08:33:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:03 ---> Running in 1582a2e3dcae 08:33:03 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 08:33:04 Removing intermediate container 1582a2e3dcae 08:33:04 ---> 4e08ae595c9b 08:33:04 Step 15/23 : RUN apk --no-cache add zeromq 08:33:04 ---> Running in d7567d471378 08:33:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:07 (1/5) Installing libgcc (9.3.0-r2) 08:33:07 (2/5) Installing libsodium (1.0.18-r0) 08:33:07 (3/5) Installing libstdc++ (9.3.0-r2) 08:33:07 Removing intermediate container f0c63ad348a3 08:33:07 ---> 4c6fe31642c7 08:33:07 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:33:08 Removing intermediate container e58499cb330f 08:33:08 ---> 33906e090eab 08:33:08 08:33:08 Step 10/22 : FROM scratch 08:33:08 ---> 08:33:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:33:08 (4/5) Installing libzmq (4.3.3-r0) 08:33:08 ---> Running in b771a6cdce20 08:33:08 (5/5) Installing zeromq (4.3.3-r0) 08:33:08 Executing busybox-1.31.1-r19.trigger 08:33:08 OK: 8 MiB in 19 packages 08:33:09 ---> Using cache 08:33:09 ---> ffa65c3f47d9 08:33:09 Step 12/22 : ENV APP_PORT=48061 08:33:09 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 08:33:09 ---> Running in 693d0be83446 08:33:09 Removing intermediate container 693d0be83446 08:33:09 ---> 851d6acebbad 08:33:09 Step 13/22 : EXPOSE $APP_PORT 08:33:09 ---> Running in 59208709c152 08:33:09 Removing intermediate container d7567d471378 08:33:09 ---> d6ceb61bfd12 08:33:09 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:33:09 Removing intermediate container 59208709c152 08:33:09 ---> 4780ad2751df 08:33:09 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 08:33:10 ---> 504ed670b06f 08:33:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:33:10 ---> d4c544888b98 08:33:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:33:10 ---> a32fbc5c13ee 08:33:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:33:11 ---> 01b38d02f504 08:33:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:33:11 Removing intermediate container b771a6cdce20 08:33:11 ---> f84b93d850fc 08:33:11 08:33:11 Step 11/27 : FROM docker:latest 08:33:11 ---> 6972c414f322 08:33:11 Step 12/27 : RUN apk add --no-cache bash 08:33:11 ---> Running in e1f871acb1d0 08:33:11 ---> 9c70fd53259a 08:33:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:33:11 ---> 288e6223fb55 08:33:11 Step 19/23 : ENTRYPOINT ["/core-data"] 08:33:12 ---> Running in 47cd4d828491 08:33:12 ---> 79956bb96d86 08:33:12 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:33:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:12 Removing intermediate container 47cd4d828491 08:33:12 ---> 0885ce2a09a6 08:33:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:33:13 ---> Running in 525a28da75e9 08:33:13 (1/2) Installing readline (8.0.4-r0) 08:33:13 (2/2) Installing bash (5.0.17-r0) 08:33:13 ---> Running in 42bc8c4d0422 08:33:13 Executing bash-5.0.17-r0.post-install 08:33:13 Executing busybox-1.31.1-r19.trigger 08:33:13 OK: 12 MiB in 22 packages 08:33:13 Removing intermediate container 525a28da75e9 08:33:13 ---> 5601179017c2 08:33:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:33:13 ---> Running in 0729b2a4c254 08:33:13 Removing intermediate container 42bc8c4d0422 08:33:13 ---> f998e0cf901d 08:33:13 Step 21/23 : LABEL arch=x86_64 08:33:14 ---> Running in 9437266bf824 08:33:14 Removing intermediate container 0729b2a4c254 08:33:14 ---> f618fa0d1770 08:33:14 Step 20/22 : LABEL arch=x86_64 08:33:15 Removing intermediate container 9437266bf824 08:33:15 ---> 410584012138 08:33:15 Step 22/23 : LABEL git_sha=9effbafce28556404f8d1fe8b3fe2aff44c3df3e 08:33:15 ---> Running in 9cc37a8da3d3 08:33:15 Removing intermediate container e1f871acb1d0 08:33:15 ---> 015e89d3ead3 08:33:15 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:33:15 ---> Running in 23937195fc58 08:33:15 ---> Running in cb608a624297 08:33:16 Removing intermediate container 9cc37a8da3d3 08:33:16 ---> 048157762d80 08:33:16 Step 21/22 : LABEL git_sha=9effbafce28556404f8d1fe8b3fe2aff44c3df3e 08:33:16 ---> Running in 96380ecaa5df 08:33:16 Removing intermediate container 23937195fc58 08:33:16 ---> eff0bf25057c 08:33:16 Step 23/23 : LABEL version=0.0.0 08:33:16 ---> Running in 1c83f05406c1 08:33:16 Removing intermediate container 96380ecaa5df 08:33:16 ---> 61ac489b45ae 08:33:16 Step 22/22 : LABEL version=0.0.0 08:33:16 ---> Running in 0d6a1c143509 08:33:16 Removing intermediate container 1c83f05406c1 08:33:16 ---> 0e815f4cba22 08:33:16 08:33:17 Removing intermediate container 0d6a1c143509 08:33:17 ---> 1961212bdd6c 08:33:17 08:33:17 Successfully built 0e815f4cba22 08:33:17 Successfully tagged docker-core-data-go:latest 08:33:17  Building docker-core-data-go ... done Successfully built 1961212bdd6c 08:33:17 Successfully tagged docker-support-logging-go:latest 08:33:17  Building docker-support-logging-go ... done Removing intermediate container cb608a624297 08:33:17 ---> 6c9a0154cbd2 08:33:17 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:33:17 ---> Running in 544adf0e2a83 08:33:17 Removing intermediate container 544adf0e2a83 08:33:17 ---> 76f49e27dc15 08:33:17 Step 15/27 : ENV APP_PORT=48090 08:33:17 ---> Running in 6b80bb7ce559 08:33:17 Removing intermediate container 6b80bb7ce559 08:33:17 ---> 367f6efb5c9a 08:33:17 Step 16/27 : EXPOSE $APP_PORT 08:33:17 ---> Running in 9424912f2e70 08:33:18 Removing intermediate container 9424912f2e70 08:33:18 ---> b16bb761242c 08:33:18 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:33:20 ---> 6d4a604d0767 08:33:20 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:33:20 Removing intermediate container fd3916445075 08:33:20 ---> 33b5919fea26 08:33:20 08:33:20 Step 10/21 : FROM scratch 08:33:20 ---> 08:33:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:33:20 ---> Using cache 08:33:20 ---> 0e3b5dfe3123 08:33:20 Step 12/21 : ENV APP_PORT=48085 08:33:20 ---> Running in d961b514981b 08:33:20 ---> 397d00fc8a1f 08:33:20 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:33:20 Removing intermediate container d961b514981b 08:33:20 ---> 9eaa5745399f 08:33:20 Step 13/21 : EXPOSE $APP_PORT 08:33:20 ---> Running in a66bd7948762 08:33:20 ---> ddddb80985bd 08:33:20 Step 20/27 : RUN apk --no-cache add py3-pip 08:33:20 ---> Running in ac08c0489328 08:33:20 Removing intermediate container a66bd7948762 08:33:20 ---> a52111635917 08:33:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:33:20 ---> 4d0ab3efa379 08:33:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:33:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:21 (1/33) Installing libbz2 (1.0.8-r1) 08:33:21 (2/33) Installing expat (2.2.9-r1) 08:33:21 (3/33) Installing libffi (3.3-r2) 08:33:21 (4/33) Installing gdbm (1.13-r1) 08:33:21 (5/33) Installing xz-libs (5.2.5-r0) 08:33:21 (6/33) Installing sqlite-libs (3.32.1-r0) 08:33:21 ---> 4326807ffc38 08:33:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:33:21 (7/33) Installing python3 (3.8.5-r0) 08:33:25 ---> cdb0643ef8ce 08:33:25 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:33:25 ---> Running in f5b8eb4f8e32 08:33:25 (8/33) Installing py3-appdirs (1.4.4-r1) 08:33:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:33:25 (10/33) Installing py3-parsing (2.4.7-r0) 08:33:25 (11/33) Installing py3-six (1.15.0-r0) 08:33:25 (12/33) Installing py3-packaging (20.4-r0) 08:33:25 (13/33) Installing py3-setuptools (47.0.0-r0) 08:33:25 (14/33) Installing py3-chardet (3.0.4-r4) 08:33:25 (15/33) Installing py3-idna (2.9-r0) 08:33:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:33:26 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:33:26 (18/33) Installing py3-requests (2.23.0-r0) 08:33:26 Removing intermediate container f5b8eb4f8e32 08:33:26 ---> 10917bdf7cf0 08:33:26 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:33:26 (19/33) Installing py3-msgpack (1.0.0-r0) 08:33:26 (20/33) Installing py3-lockfile (0.12.2-r3) 08:33:26 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:33:26 (22/33) Installing py3-colorama (0.4.3-r0) 08:33:26 ---> Running in 133f9d5d3009 08:33:26 (23/33) Installing py3-distlib (0.3.0-r0) 08:33:26 (24/33) Installing py3-distro (1.5.0-r1) 08:33:26 (25/33) Installing py3-webencodings (0.5.1-r3) 08:33:26 (26/33) Installing py3-html5lib (1.0.1-r4) 08:33:26 (27/33) Installing py3-pytoml (0.1.21-r0) 08:33:26 (28/33) Installing py3-pep517 (0.8.2-r0) 08:33:26 (29/33) Installing py3-progress (1.5-r0) 08:33:26 (30/33) Installing py3-toml (0.10.1-r0) 08:33:27 (31/33) Installing py3-retrying (1.3.3-r0) 08:33:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:33:27 Removing intermediate container 133f9d5d3009 08:33:27 ---> ace71e8b3c6e 08:33:27 Step 19/21 : LABEL arch=x86_64 08:33:27 (33/33) Installing py3-pip (20.1.1-r0) 08:33:28 Executing busybox-1.31.1-r19.trigger 08:33:28 ---> Running in fa9fea275d7c 08:33:28 OK: 71 MiB in 55 packages 08:33:28 Removing intermediate container fa9fea275d7c 08:33:28 ---> d991121c5e77 08:33:28 Step 20/21 : LABEL git_sha=9effbafce28556404f8d1fe8b3fe2aff44c3df3e 08:33:28 ---> Running in 61208a39161c 08:33:28 Removing intermediate container 61208a39161c 08:33:28 ---> 89a87c90eb36 08:33:28 Step 21/21 : LABEL version=0.0.0 08:33:29 ---> Running in c38b96914589 08:33:32 Removing intermediate container c38b96914589 08:33:32 ---> df6093dc9a1c 08:33:32 08:33:32 Successfully built df6093dc9a1c 08:33:34 Successfully tagged docker-support-scheduler-go:latest 08:33:34  Building docker-support-scheduler-go ... done Removing intermediate container ac08c0489328 08:33:34 ---> d8c2c1cdc88e 08:33:34 Step 21/27 : RUN pip install docker-compose==1.23.2 08:33:34 ---> Running in 5b40d804b1d6 08:33:35 Collecting docker-compose==1.23.2 08:33:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:33:36 Collecting jsonschema<3,>=2.5.1 08:33:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:33:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:33:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:33:36 Collecting texttable<0.10,>=0.9.0 08:33:36 Downloading texttable-0.9.1.tar.gz (11 kB) 08:33:36 Collecting PyYAML<4,>=3.10 08:33:37 Downloading PyYAML-3.13.tar.gz (270 kB) 08:33:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:33:38 Collecting docker<4.0,>=3.6.0 08:33:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:33:38 Collecting cached-property<2,>=1.2.0 08:33:38 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:33:38 Collecting dockerpty<0.5,>=0.4.1 08:33:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:33:38 Collecting websocket-client<1.0,>=0.32.0 08:33:38 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:33:38 Collecting docopt<0.7,>=0.6.1 08:33:38 Downloading docopt-0.6.2.tar.gz (25 kB) 08:33:39 Collecting idna<2.8,>=2.5 08:33:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:33:39 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) 08:33:39 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) 08:33:39 Collecting urllib3<1.25,>=1.21.1 08:33:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:33:39 Collecting docker-pycreds>=0.4.0 08:33:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:33:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:33:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:33:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:33:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:33:39 Installing collected packages: jsonschema, idna, urllib3, requests, texttable, PyYAML, docker-pycreds, websocket-client, docker, cached-property, dockerpty, docopt, docker-compose 08:33:39 Attempting uninstall: idna 08:33:39 Found existing installation: idna 2.9 08:33:39 Uninstalling idna-2.9: 08:33:39 Successfully uninstalled idna-2.9 08:33:40 Attempting uninstall: urllib3 08:33:40 Found existing installation: urllib3 1.25.9 08:33:40 Uninstalling urllib3-1.25.9: 08:33:40 Successfully uninstalled urllib3-1.25.9 08:33:40 Attempting uninstall: requests 08:33:40 Found existing installation: requests 2.23.0 08:33:40 Uninstalling requests-2.23.0: 08:33:40 Successfully uninstalled requests-2.23.0 08:33:40 Running setup.py install for texttable: started 08:33:41 Running setup.py install for texttable: finished with status 'done' 08:33:41 Running setup.py install for PyYAML: started 08:33:41 Running setup.py install for PyYAML: finished with status 'done' 08:33:41 Running setup.py install for dockerpty: started 08:33:42 Running setup.py install for dockerpty: finished with status 'done' 08:33:42 Running setup.py install for docopt: started 08:33:42 Running setup.py install for docopt: finished with status 'done' 08:33:42 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 08:33:48 Removing intermediate container 5b40d804b1d6 08:33:48 ---> 3d28a62ae681 08:33:48 Step 22/27 : RUN apk --no-cache add curl 08:33:48 ---> Running in ec34a0c6d5d6 08:33:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:33:48 (2/3) Installing libcurl (7.69.1-r1) 08:33:48 (3/3) Installing curl (7.69.1-r1) 08:33:48 Executing busybox-1.31.1-r19.trigger 08:33:48 OK: 72 MiB in 58 packages 08:33:48 Removing intermediate container ec34a0c6d5d6 08:33:48 ---> b8bfa5124eb7 08:33:48 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:33:48 ---> Running in 290538dd0c56 08:33:49 Removing intermediate container 290538dd0c56 08:33:49 ---> 7fcbcb22da8c 08:33:49 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:33:49 ---> Running in fc8cbde5a021 08:33:49 Removing intermediate container fc8cbde5a021 08:33:49 ---> 74ae6c3c48ad 08:33:49 Step 25/27 : LABEL arch=x86_64 08:33:49 ---> Running in 4d5b10e5935b 08:33:49 Removing intermediate container 4d5b10e5935b 08:33:49 ---> b345bfe39af1 08:33:49 Step 26/27 : LABEL git_sha=9effbafce28556404f8d1fe8b3fe2aff44c3df3e 08:33:49 ---> Running in d999b860c4e3 08:33:49 Removing intermediate container d999b860c4e3 08:33:49 ---> facf59b9fc0b 08:33:49 Step 27/27 : LABEL version=0.0.0 08:33:49 ---> Running in f45cdc537109 08:33:49 Removing intermediate container f45cdc537109 08:33:49 ---> 135ea296c722 08:33:49 08:33:50 Successfully built 135ea296c722 08:33:50 Successfully tagged docker-sys-mgmt-agent-go:latest 08:33:50  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:33:50 $ docker stop --time=1 ece063f5ef9549ba70adcb76a62294488c5b26177bdd4e6e9ffa7943044ec146 08:33:52 $ docker rm -f ece063f5ef9549ba70adcb76a62294488c5b26177bdd4e6e9ffa7943044ec146 [Pipeline] // withDockerContainer [Pipeline] sh 08:33:52 + docker images 08:33:52 + grep docker 08:33:52 docker-sys-mgmt-agent-go latest 135ea296c722 3 seconds ago 290MB 08:33:52 docker-support-scheduler-go latest df6093dc9a1c 23 seconds ago 12.3MB 08:33:52 docker-support-logging-go latest 1961212bdd6c 36 seconds ago 11.1MB 08:33:52 docker-core-data-go latest 0e815f4cba22 36 seconds ago 23.7MB 08:33:52 docker-security-secretstore-setup-go latest ff5890bde532 About a minute ago 24.8MB 08:33:52 docker-security-proxy-setup-go latest 36fca51a4d0a About a minute ago 15.8MB 08:33:52 docker-security-bootstrap-redis-go latest cb31532f6d45 2 minutes ago 15.9MB 08:33:52 docker-core-metadata-go latest 546447de800f 2 minutes ago 14.5MB 08:33:52 docker-core-command-go latest f9981d3c75a9 2 minutes ago 12.2MB 08:33:52 docker-security-secrets-setup-go latest a295b586fc2c 2 minutes ago 24MB 08:33:52 docker-support-notifications-go latest 4d05ce0a6acc 2 minutes ago 13.6MB 08:33:52 docker latest 6972c414f322 13 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 08:34:08 Still waiting to schedule task 08:34:08 All nodes of label ‘centos7-docker-8c-8g’ are offline 08:35:10 Running on prd-centos7-docker-8c-8g-11183 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws 08:35:11 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 08:35:13 using credential edgex-jenkins-ssh 08:35:13 Cloning the remote Git repository 08:35:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:35:12 > git init /w/workspace/edgex-go/15 # timeout=10 08:35:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:35:12 > git --version # timeout=10 08:35:12 > git --version # 'git version 2.16.5' 08:35:12 using GIT_SSH to set credentials SSH Credentials for GitHub 08:35:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:35:45 Merging remotes/origin/master commit 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 into PR head commit 9effbafce28556404f8d1fe8b3fe2aff44c3df3e [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:35:45 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } 08:35:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:35:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:35:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:35:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:35:44 using GIT_SSH to set credentials SSH Credentials for GitHub 08:35:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:35:45 > git config core.sparsecheckout # timeout=10 08:35:45 > git checkout -f 9effbafce28556404f8d1fe8b3fe2aff44c3df3e # timeout=10 [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 08:35:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:35:48 ---> package-listing.sh 08:35:48 ++ tr '[:upper:]' '[:lower:]' 08:35:48 ++ facter osfamily 08:35:48 + OS_FAMILY=redhat 08:35:48 + workspace=/w/workspace/edgex-go/15 08:35:48 + START_PACKAGES=/tmp/packages_start.txt 08:35:48 + END_PACKAGES=/tmp/packages_end.txt 08:35:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:35:48 + PACKAGES=/tmp/packages_start.txt 08:35:48 + '[' /w/workspace/edgex-go/15 ']' 08:35:48 + PACKAGES=/tmp/packages_end.txt 08:35:48 + case "${OS_FAMILY}" in 08:35:48 + rpm -qa 08:35:48 + sort 08:35:53 + '[' -f /tmp/packages_start.txt ']' 08:35:53 + '[' -f /tmp/packages_end.txt ']' 08:35:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:35:53 + '[' /w/workspace/edgex-go/15 ']' 08:35:53 + mkdir -p /w/workspace/edgex-go/15/archives/ 08:35:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo 08:35:53 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:35:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:35:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:35:53 08:35:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:35:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:35:54 alpine: Pulling from edgex-lftools-log-publisher 08:35:54 df20fa9351a1: Already exists 08:35:54 36b3adc4ff6f: Pulling fs layer 08:35:54 8ad3a11d3b57: Pulling fs layer 08:35:54 46f8f816bc3b: Pulling fs layer 08:35:54 93b61091891f: Pulling fs layer 08:35:54 93b9cdb0e59b: Pulling fs layer 08:35:54 5e14af77c1be: Pulling fs layer 08:35:54 01666e4c0597: Pulling fs layer 08:35:54 aa168da1d23b: Pulling fs layer 08:35:54 5e14af77c1be: Waiting 08:35:54 01666e4c0597: Waiting 08:35:54 aa168da1d23b: Waiting 08:35:54 93b61091891f: Waiting 08:35:54 93b9cdb0e59b: Waiting 08:35:54 46f8f816bc3b: Verifying Checksum 08:35:54 46f8f816bc3b: Download complete 08:35:54 36b3adc4ff6f: Download complete 08:35:54 93b9cdb0e59b: Verifying Checksum 08:35:54 93b9cdb0e59b: Download complete 08:35:54 5e14af77c1be: Verifying Checksum 08:35:54 5e14af77c1be: Download complete 08:35:54 01666e4c0597: Verifying Checksum 08:35:54 01666e4c0597: Download complete 08:35:54 36b3adc4ff6f: Pull complete 08:35:54 93b61091891f: Download complete 08:35:55 8ad3a11d3b57: Download complete 08:35:55 8ad3a11d3b57: Pull complete 08:35:56 46f8f816bc3b: Pull complete 08:35:56 93b61091891f: Pull complete 08:35:56 93b9cdb0e59b: Pull complete 08:35:57 aa168da1d23b: Verifying Checksum 08:35:58 5e14af77c1be: Pull complete 08:35:58 01666e4c0597: Pull complete 08:36:10 aa168da1d23b: Pull complete 08:36:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:36:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:36:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:36:10 prd-centos7-docker-4c-2g-11180 does not seem to be running inside a container 08:36:11 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:36:14 $ docker top 5b4ff9971040129a0232a27b1412c0906e7242df9357ad9b08a0cd2f0af81b2c -eo pid,comm [Pipeline] { [Pipeline] sh 08:36:15 + touch /tmp/pre-build-complete [Pipeline] sh 08:36:15 + mkdir -p /var/log/sa [Pipeline] sh 08:36:15 + ls /var/log/sa-host 08:36:16 + sadf -c /var/log/sa-host/sa04 08:36:16 file_magic: OK 08:36:16 HZ: Using current value: 100 08:36:16 file_header: OK 08:36:16 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 08:36:16 Statistics: 08:36:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:36:16 File successfully converted to sysstat format version 12.2.1 08:36:16 + sadf -c /var/log/sa-host/sa05 08:36:16 file_magic: OK 08:36:16 HZ: Using current value: 100 08:36:16 file_header: OK 08:36:16 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 08:36:16 Statistics: 08:36:16 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:36:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:36:16 provisioning config files... 08:36:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config164908550645323363tmp [Pipeline] { [Pipeline] echo 08:36:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:36:16 ---> create-netrc.sh [Pipeline] } 08:36:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:36:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:36:17 ---> python-tools-install.sh [Pipeline] echo 08:36:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:36:17 ---> sudo-logs.sh 08:36:17 Archiving 'sudo' log.. [Pipeline] echo 08:36:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:36:17 ---> job-cost.sh 08:36:17 lf-activate-venv: SKIPPING 08:36:17 INFO: No Stack... 08:36:18 INFO: Retrieving Pricing Info for: v1-standard-2 08:36:19 INFO: Archiving Costs [Pipeline] echo 08:36:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:36:19 ---> logs-deploy.sh 08:36:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2840/15 08:36:19 INFO: archiving workspace using pattern(s): 08:36:21 Archives upload complete. 08:36:21 INFO: archiving logs to Nexus 08:36:22 ---> uname -a: 08:36:22 Linux prd-centos7-docker-4c-2g-11180.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:36:22 08:36:22 08:36:22 ---> lscpu: 08:36:22 Architecture: x86_64 08:36:22 CPU op-mode(s): 32-bit, 64-bit 08:36:22 Byte Order: Little Endian 08:36:22 Address sizes: 40 bits physical, 48 bits virtual 08:36:22 CPU(s): 4 08:36:22 On-line CPU(s) list: 0-3 08:36:22 Thread(s) per core: 1 08:36:22 Core(s) per socket: 1 08:36:22 Socket(s): 4 08:36:22 NUMA node(s): 1 08:36:22 Vendor ID: GenuineIntel 08:36:22 CPU family: 6 08:36:22 Model: 44 08:36:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:36:22 Stepping: 1 08:36:22 CPU MHz: 2933.438 08:36:22 BogoMIPS: 5866.87 08:36:22 Virtualization: VT-x 08:36:22 Hypervisor vendor: KVM 08:36:22 Virtualization type: full 08:36:22 L1d cache: 128 KiB 08:36:22 L1i cache: 128 KiB 08:36:22 L2 cache: 16 MiB 08:36:22 L3 cache: 64 MiB 08:36:22 NUMA node0 CPU(s): 0-3 08:36:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:36:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:36:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:36:22 Vulnerability Meltdown: Mitigation; PTI 08:36:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:36:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:36:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:36:22 Vulnerability Tsx async abort: Not affected 08:36:22 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 08:36:22 08:36:22 08:36:22 ---> nproc: 08:36:22 4 08:36:22 08:36:22 08:36:22 ---> df -h: 08:36:22 Filesystem Size Used Available Use% Mounted on 08:36:22 overlay 50.0G 13.1G 36.9G 26% / 08:36:22 tmpfs 64.0M 0 64.0M 0% /dev 08:36:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:36:22 shm 64.0M 0 64.0M 0% /dev/shm 08:36:22 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 08:36:22 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 08:36:22 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 08:36:22 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 08:36:22 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 08:36:22 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 08:36:22 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 08:36:22 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 08:36:22 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/15 08:36:22 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/15@tmp 08:36:22 08:36:22 08:36:22 ---> free -m: 08:36:22 total used free shared buff/cache available 08:36:22 Mem: 1837 654 282 0 900 1097 08:36:22 Swap: 1023 85 938 08:36:22 08:36:22 08:36:22 ---> ip addr: 08:36:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:36:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:36:22 inet 127.0.0.1/8 scope host lo 08:36:22 valid_lft forever preferred_lft forever 08:36:22 inet6 ::1/128 scope host 08:36:22 valid_lft forever preferred_lft forever 08:36:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:36:22 link/ether fa:16:3e:6e:b0:1a brd ff:ff:ff:ff:ff:ff 08:36:22 inet 10.30.122.79/23 brd 10.30.123.255 scope global dynamic eth0 08:36:22 valid_lft 85686sec preferred_lft 85686sec 08:36:22 inet6 fe80::f816:3eff:fe6e:b01a/64 scope link 08:36:22 valid_lft forever preferred_lft forever 08:36:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:36:22 link/ether 02:42:6c:1a:20:3e brd ff:ff:ff:ff:ff:ff 08:36:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:36:22 valid_lft forever preferred_lft forever 08:36:22 inet6 fe80::42:6cff:fe1a:203e/64 scope link 08:36:22 valid_lft forever preferred_lft forever 08:36:22 08:36:22 08:36:22 ---> sar -b -r -n DEV: 08:36:22 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/04/20 _x86_64_ (4 CPU) 08:36:22 08:36:22 08:24:13 LINUX RESTART (4 CPU) 08:36:22 08:36:22 08:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:36:22 08:26:02 164.02 74.83 89.20 0.00 9845.91 37674.93 0.00 08:36:22 08:27:01 271.18 74.80 196.38 0.00 4948.79 45127.09 0.00 08:36:22 08:28:01 284.75 200.73 84.02 0.00 7874.30 6574.78 0.00 08:36:22 08:29:02 343.13 130.95 212.18 0.00 65671.66 138963.56 0.00 08:36:22 08:30:02 2279.41 1931.23 348.18 0.00 158403.57 162134.50 0.00 08:36:22 08:31:02 924.06 600.89 323.16 0.00 56758.94 75662.72 0.00 08:36:22 08:32:01 3407.93 3043.35 364.58 0.00 153853.14 164871.40 0.00 08:36:22 08:33:02 1902.14 1561.73 340.41 0.00 108410.68 114878.89 0.00 08:36:22 08:34:01 284.93 91.74 193.19 0.00 8296.73 19077.96 0.00 08:36:22 08:35:01 6.53 0.45 6.08 0.00 15.99 203.00 0.00 08:36:22 08:36:01 73.92 45.22 28.70 0.00 4708.40 6512.03 0.00 08:36:22 Average: 903.38 704.97 198.42 0.00 52701.24 70246.67 0.00 08:36:22 08:36:22 08:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:36:22 08:26:02 74760 0 697168 37.05 2544 1107084 1540408 52.57 728828 901808 97872 08:36:22 08:27:01 288376 0 705824 37.51 1492 885864 1245368 42.50 583524 776896 40 08:36:22 08:28:01 173988 0 804656 42.77 1280 901632 1501248 51.23 782080 679036 77064 08:36:22 08:29:02 86676 0 822104 43.69 0 972776 2296996 78.39 797216 838604 65480 08:36:22 08:30:02 52448 0 843944 44.85 0 985164 2361172 80.58 645144 996856 29996 08:36:22 08:31:02 81008 0 696684 37.03 0 1103864 1542176 52.63 592800 1008100 99892 08:36:22 08:32:01 74644 0 659012 35.02 0 1147900 1575840 53.78 714260 912560 31768 08:36:22 08:33:02 539416 0 658336 34.99 0 683804 1776732 60.64 461524 689228 160 08:36:22 08:34:01 575432 0 588236 31.26 0 717888 1187292 40.52 505148 600320 20 08:36:22 08:35:01 580088 0 583116 30.99 0 718352 1157468 39.50 503488 599828 12 08:36:22 08:36:01 72120 0 664016 35.29 0 1145420 1585884 54.12 666152 926320 202632 08:36:22 Average: 236269 0 702100 37.31 483 942704 1615508 55.13 634560 811778 54994 08:36:22 08:36:22 08:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:36:22 08:26:02 eth0 1269.74 1311.12 6588.67 163.57 0.00 0.00 0.00 0.00 08:36:22 08:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:26:02 docker0 856.45 700.46 68.91 2628.85 0.00 0.00 0.00 0.00 08:36:22 08:27:01 eth0 372.04 262.09 2060.38 33.24 0.00 0.00 0.00 0.00 08:36:22 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:27:01 veth66b8892 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:27:01 docker0 115.18 157.78 8.48 841.81 0.00 0.00 0.00 0.00 08:36:22 08:28:01 eth0 33.41 17.61 29.66 14.91 0.00 0.00 0.00 0.00 08:36:22 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:28:01 veth66b8892 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 08:36:22 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:29:02 veth09c6805 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:36:22 08:29:02 eth0 198.96 169.96 1691.39 98.90 0.00 0.00 0.00 0.00 08:36:22 08:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:30:02 veth8e324c2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:36:22 08:30:02 veth09c6805 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 08:36:22 08:30:02 eth0 76.68 57.57 171.63 70.07 0.00 0.00 0.00 0.00 08:36:22 08:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:31:02 veth09c6805 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:31:02 eth0 69.58 42.68 159.73 22.36 0.00 0.00 0.00 0.00 08:36:22 08:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:31:02 docker0 1027.11 917.66 81.14 3757.94 0.00 0.00 0.00 0.00 08:36:22 08:32:01 veth09c6805 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:36:22 08:32:01 vethdc955ab 6.32 5.29 38.72 0.35 0.00 0.00 0.00 0.00 08:36:22 08:32:01 veth2b1028c 5.29 6.32 0.35 38.72 0.00 0.00 0.00 0.00 08:36:22 08:32:01 eth0 81.79 55.96 164.13 95.95 0.00 0.00 0.00 0.00 08:36:22 08:33:02 veth09c6805 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:33:02 eth0 44.32 28.77 27.54 74.71 0.00 0.00 0.00 0.00 08:36:22 08:33:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:36:22 08:33:02 veth29266b0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:36:22 08:34:01 eth0 103.71 61.55 489.13 22.35 0.00 0.00 0.00 0.00 08:36:22 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:34:01 docker0 1080.45 997.39 84.42 4347.83 0.00 0.00 0.00 0.00 08:36:22 08:35:01 eth0 1.30 0.52 0.52 0.13 0.00 0.00 0.00 0.00 08:36:22 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:36:01 eth0 233.02 215.69 2113.71 78.42 0.00 0.00 0.00 0.00 08:36:22 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 Average: eth0 227.28 203.80 1235.29 61.62 0.00 0.00 0.00 0.00 08:36:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:36:22 Average: docker0 96.75 89.31 7.56 389.32 0.00 0.00 0.00 0.00 08:36:22 08:36:22 08:36:22 ---> sar -P ALL: 08:36:22 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/04/20 _x86_64_ (4 CPU) 08:36:22 08:36:22 08:24:13 LINUX RESTART (4 CPU) 08:36:22 08:36:22 08:25:01 CPU %user %nice %system %iowait %steal %idle 08:36:22 08:26:02 all 14.88 0.00 7.41 2.42 0.02 75.27 08:36:22 08:26:02 0 14.26 0.00 8.76 1.46 0.00 75.51 08:36:22 08:26:02 1 11.41 0.00 6.43 1.82 0.03 80.30 08:36:22 08:26:02 2 14.96 0.00 7.70 4.33 0.02 72.99 08:36:22 08:26:02 3 18.90 0.00 6.76 2.06 0.02 72.25 08:36:22 08:27:01 all 9.57 0.00 7.82 7.16 0.02 75.43 08:36:22 08:27:01 0 10.02 0.00 7.39 5.64 0.02 76.93 08:36:22 08:27:01 1 9.52 0.00 8.30 9.14 0.02 73.03 08:36:22 08:27:01 2 9.32 0.00 8.36 8.17 0.03 74.12 08:36:22 08:27:01 3 9.42 0.00 7.23 5.69 0.02 77.64 08:36:22 08:28:01 all 57.19 0.00 15.63 4.87 0.01 22.30 08:36:22 08:28:01 0 56.79 0.00 15.26 4.56 0.02 23.38 08:36:22 08:28:01 1 56.59 0.00 16.11 5.57 0.00 21.73 08:36:22 08:28:01 2 56.79 0.00 15.62 4.76 0.02 22.82 08:36:22 08:28:01 3 58.58 0.00 15.52 4.59 0.02 21.29 08:36:22 08:29:02 all 22.27 0.00 17.22 8.79 0.02 51.71 08:36:22 08:29:02 0 20.88 0.00 16.57 7.23 0.02 55.30 08:36:22 08:29:02 1 21.85 0.00 17.26 9.25 0.03 51.62 08:36:22 08:29:02 2 23.49 0.00 17.27 10.33 0.00 48.91 08:36:22 08:29:02 3 22.87 0.00 17.78 8.35 0.02 50.99 08:36:22 08:30:02 all 18.17 0.00 23.62 31.27 0.04 26.90 08:36:22 08:30:02 0 17.80 0.00 22.09 30.38 0.03 29.69 08:36:22 08:30:02 1 18.44 0.00 23.24 34.75 0.03 23.53 08:36:22 08:30:02 2 17.82 0.00 25.38 30.33 0.07 26.41 08:36:22 08:30:02 3 18.61 0.00 23.76 29.61 0.03 27.99 08:36:22 08:31:02 all 53.44 0.00 18.09 14.11 0.02 14.33 08:36:22 08:31:02 0 52.78 0.00 17.95 15.98 0.03 13.25 08:36:22 08:31:02 1 52.48 0.00 18.20 13.35 0.02 15.95 08:36:22 08:31:02 2 53.24 0.00 19.55 17.14 0.02 10.05 08:36:22 08:31:02 3 55.29 0.00 16.67 9.95 0.02 18.08 08:36:22 08:32:01 all 32.66 0.00 25.90 25.17 0.04 16.23 08:36:22 08:32:01 0 30.33 0.00 24.94 27.01 0.03 17.68 08:36:22 08:32:01 1 31.83 0.00 26.75 24.31 0.03 17.07 08:36:22 08:32:01 2 32.82 0.00 27.58 24.84 0.03 14.73 08:36:22 08:32:01 3 35.69 0.00 24.34 24.49 0.05 15.43 08:36:22 08:33:02 all 39.06 0.00 22.12 27.03 0.05 11.75 08:36:22 08:33:02 0 39.43 0.00 20.50 27.01 0.05 13.01 08:36:22 08:33:02 1 38.52 0.00 23.71 27.89 0.05 9.83 08:36:22 08:33:02 2 39.90 0.00 21.80 28.14 0.07 10.09 08:36:22 08:33:02 3 38.37 0.00 22.47 25.05 0.03 14.08 08:36:22 08:34:01 all 18.75 0.00 8.82 12.01 0.00 60.42 08:36:22 08:34:01 0 18.42 0.00 7.86 15.66 0.00 58.06 08:36:22 08:34:01 1 18.21 0.00 8.98 10.03 0.00 62.78 08:36:22 08:34:01 2 20.13 0.00 9.54 14.78 0.02 55.53 08:36:22 08:34:01 3 18.23 0.00 8.89 7.54 0.00 65.35 08:36:22 08:35:01 all 0.15 0.00 0.05 0.00 0.00 99.80 08:36:22 08:35:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:36:22 08:35:01 1 0.02 0.00 0.05 0.02 0.00 99.92 08:36:22 08:35:01 2 0.55 0.00 0.07 0.00 0.00 99.38 08:36:22 08:35:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:36:22 08:36:01 all 3.95 0.00 2.44 1.71 0.01 91.89 08:36:22 08:36:01 0 3.37 0.00 2.52 1.47 0.02 92.62 08:36:22 08:36:01 1 3.58 0.00 1.78 0.05 0.00 94.59 08:36:22 08:36:01 2 3.73 0.00 2.78 1.72 0.02 91.75 08:36:22 08:36:01 3 5.12 0.00 2.65 3.62 0.02 88.59 08:36:22 08:36:22 Average: CPU %user %nice %system %iowait %steal %idle 08:36:22 Average: all 24.43 0.00 13.47 12.12 0.02 49.96 08:36:22 Average: 0 23.91 0.00 13.01 12.31 0.02 50.75 08:36:22 Average: 1 23.73 0.00 13.62 12.27 0.02 50.36 08:36:22 Average: 2 24.67 0.00 14.06 13.03 0.03 48.21 08:36:22 Average: 3 25.42 0.00 13.18 10.88 0.02 50.50 08:36:22 08:36:22 08:36:22