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 bffca23d218d0c9ea1c697906d8eb37e09658b96+471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 (93cee0ee5a802ffb3d7e2f93f02a4f30ac7f4fd0) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11177 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # 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 > 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 Merging remotes/origin/master commit 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 into PR head commit bffca23d218d0c9ea1c697906d8eb37e09658b96 Merge succeeded, producing bffca23d218d0c9ea1c697906d8eb37e09658b96 Checking out Revision bffca23d218d0c9ea1c697906d8eb37e09658b96 (PR-2840) > git config core.sparsecheckout # timeout=10 > git checkout -f bffca23d218d0c9ea1c697906d8eb37e09658b96 # 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 bffca23d218d0c9ea1c697906d8eb37e09658b96 # timeout=10 Commit message: "feat(data): Implement DELETE /event/scrub V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:11:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:11:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:11:25 ========================================================= 08:11:25 EdgeX Global Pipelines Version Info 08:11:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2a282dfec946dfb8514df694b5b157bbf8ce59c4 # timeout=10 08:11:27 ------------------- 08:11:27 stable info: 08:11:27 ------------------- 08:11:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:11:27 Commit SHA: db23789807683fe8db4060e61030128140927cef 08:11:27 Message: update stable to v1.0.159 08:11:28 ------------------- 08:11:28 experimental info: 08:11:28 ------------------- 08:11:28 Commited By: **** collab-it+edgex@linuxfoundation.org 08:11:28 Commit SHA: db23789807683fe8db4060e61030128140927cef 08:11:28 Message: update experimental to v1.0.159 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:11:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:11:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:11:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:11:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:11:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:11:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:11:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:11:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:11:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:11:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:11:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:11:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:11:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:11:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:11:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:11:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:11:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:11:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:11:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:11:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:11:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:11:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:11:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2840 [Pipeline] echo 08:11:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2840 [Pipeline] echo 08:11:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2840 [Pipeline] echo 08:11:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bffca23d218d0c9ea1c697906d8eb37e09658b96 [Pipeline] echo 08:11:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bffca23 [Pipeline] echo 08:11:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 08:11:33 ++ 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:11:33 + for file in '`ls cmd/**/Dockerfile`' 08:11:33 ++ dirname cmd/core-command/Dockerfile 08:11:33 ++ cut -d/ -f2 08:11:33 + echo core-command,cmd/core-command/Dockerfile 08:11:33 + for file in '`ls cmd/**/Dockerfile`' 08:11:33 ++ dirname cmd/core-data/Dockerfile 08:11:33 ++ cut -d/ -f2 08:11:33 + echo core-data,cmd/core-data/Dockerfile 08:11:33 + for file in '`ls cmd/**/Dockerfile`' 08:11:33 ++ cut -d/ -f2 08:11:33 ++ dirname cmd/core-metadata/Dockerfile 08:11:33 + echo core-metadata,cmd/core-metadata/Dockerfile 08:11:33 + for file in '`ls cmd/**/Dockerfile`' 08:11:33 ++ dirname cmd/security-bootstrap-redis/Dockerfile 08:11:33 ++ cut -d/ -f2 08:11:33 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 08:11:33 + for file in '`ls cmd/**/Dockerfile`' 08:11:33 ++ dirname cmd/security-proxy-setup/Dockerfile 08:11:33 ++ cut -d/ -f2 08:11:33 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:11:33 + for file in '`ls cmd/**/Dockerfile`' 08:11:33 ++ dirname cmd/security-secrets-setup/Dockerfile 08:11:33 ++ cut -d/ -f2 08:11:33 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 08:11:33 + for file in '`ls cmd/**/Dockerfile`' 08:11:33 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:11:33 ++ cut -d/ -f2 08:11:33 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:11:33 + for file in '`ls cmd/**/Dockerfile`' 08:11:33 ++ dirname cmd/support-logging/Dockerfile 08:11:33 ++ cut -d/ -f2 08:11:33 + echo support-logging,cmd/support-logging/Dockerfile 08:11:33 + for file in '`ls cmd/**/Dockerfile`' 08:11:33 ++ dirname cmd/support-notifications/Dockerfile 08:11:33 ++ cut -d/ -f2 08:11:33 + echo support-notifications,cmd/support-notifications/Dockerfile 08:11:33 + for file in '`ls cmd/**/Dockerfile`' 08:11:33 ++ dirname cmd/support-scheduler/Dockerfile 08:11:33 ++ cut -d/ -f2 08:11:33 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:11:33 + for file in '`ls cmd/**/Dockerfile`' 08:11:33 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:11:33 ++ cut -d/ -f2 08:11:33 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:11:33 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:11:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:11:35 08:11:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:11:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:11:36 latest: Pulling from edgex-devops/git-semver 08:11:36 31603596830f: Pulling fs layer 08:11:36 2a8b12db71e7: Pulling fs layer 08:11:36 6ca5941a6612: Pulling fs layer 08:11:36 ecc8261a40a4: Pulling fs layer 08:11:36 ecc8261a40a4: Waiting 08:11:36 2a8b12db71e7: Download complete 08:11:36 31603596830f: Verifying Checksum 08:11:36 31603596830f: Download complete 08:11:36 ecc8261a40a4: Verifying Checksum 08:11:36 ecc8261a40a4: Download complete 08:11:36 6ca5941a6612: Verifying Checksum 08:11:36 6ca5941a6612: Download complete 08:11:36 31603596830f: Pull complete 08:11:37 2a8b12db71e7: Pull complete 08:11:38 6ca5941a6612: Pull complete 08:11:38 ecc8261a40a4: Pull complete 08:11:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:11:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:11:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:11:38 prd-centos7-docker-4c-2g-11177 does not seem to be running inside a container 08:11:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:11:41 $ docker top c481288713f73e63b93b9ef669ce76eaa1c302ae9c8faaa688fb706afa173d30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:11:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:11:42 [ssh-agent] Looking for ssh-agent implementation... 08:11:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:11:42 $ docker exec c481288713f73e63b93b9ef669ce76eaa1c302ae9c8faaa688fb706afa173d30 ssh-agent 08:11:42 SSH_AUTH_SOCK=/tmp/ssh-OyutLaRcvaHI/agent.11 08:11:42 SSH_AGENT_PID=16 08:11:42 Running ssh-add (command line suppressed) 08:11:43 Identity added: /w/workspace/edgex-go/14@tmp/private_key_5417856650060757554.key (/w/workspace/edgex-go/14@tmp/private_key_5417856650060757554.key) 08:11:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:11:43 + git tag --points-at HEAD [Pipeline] } 08:11:43 $ docker exec --env ******** --env ******** c481288713f73e63b93b9ef669ce76eaa1c302ae9c8faaa688fb706afa173d30 ssh-agent -k 08:11:43 unset SSH_AUTH_SOCK; 08:11:43 unset SSH_AGENT_PID; 08:11:43 echo Agent pid 16 killed; 08:11:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:11:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:11:44 [ssh-agent] Looking for ssh-agent implementation... 08:11:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:11:44 $ docker exec c481288713f73e63b93b9ef669ce76eaa1c302ae9c8faaa688fb706afa173d30 ssh-agent 08:11:44 SSH_AUTH_SOCK=/tmp/ssh-XxrZitCkOcfY/agent.45 08:11:44 SSH_AGENT_PID=50 08:11:44 Running ssh-add (command line suppressed) 08:11:44 Identity added: /w/workspace/edgex-go/14@tmp/private_key_4761043308227486342.key (/w/workspace/edgex-go/14@tmp/private_key_4761043308227486342.key) 08:11:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:11:45 + git semver init 08:11:45 # -> Open(): unable to determine branch for HEAD 08:11:45 # $GIT_DIR = /w/workspace/edgex-go/14/.git 08:11:45 # $GIT_WORK_TREE = /w/workspace/edgex-go/14 08:11:45 # $SEMVER_REMOTE_NAME = origin 08:11:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:11:45 # $SEMVER_USER_NAME = edgex-jenkins 08:11:45 # $SEMVER_BRANCH = PR-2840 08:11:45 # $SEMVER_TEMP = /tmp/semver-612325648 08:11:45 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:12:12 # '/tmp/semver-612325648' -> '/w/workspace/edgex-go/14/.semver' 08:12:12 # -> Force: false 08:12:12 # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } 08:12:12 $ docker exec --env ******** --env ******** c481288713f73e63b93b9ef669ce76eaa1c302ae9c8faaa688fb706afa173d30 ssh-agent -k 08:12:13 unset SSH_AUTH_SOCK; 08:12:13 unset SSH_AGENT_PID; 08:12:13 echo Agent pid 50 killed; 08:12:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:12:13 + git semver [Pipeline] } 08:12:13 $ docker stop --time=1 c481288713f73e63b93b9ef669ce76eaa1c302ae9c8faaa688fb706afa173d30 08:12:15 $ docker rm -f c481288713f73e63b93b9ef669ce76eaa1c302ae9c8faaa688fb706afa173d30 [Pipeline] // withDockerContainer [Pipeline] sh 08:12:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:12:17 Stashed 1 file(s) [Pipeline] echo 08:12:17 [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:12:18 ========================================================= 08:12:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:12:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:12:18 + 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:12:25 Sending build context to Docker daemon 325.8MB 08:12:25 Step 1/7 : ARG BASE=golang:1.15-alpine 08:12:25 Step 2/7 : FROM ${BASE} 08:12:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:12:25 df20fa9351a1: Pulling fs layer 08:12:25 ed8968b2872e: Pulling fs layer 08:12:25 a92cc7c5fd73: Pulling fs layer 08:12:25 e871e8e8d7a9: Pulling fs layer 08:12:25 e73272ec9a57: Pulling fs layer 08:12:25 1e910a182e73: Pulling fs layer 08:12:25 4e634b169226: Pulling fs layer 08:12:25 e871e8e8d7a9: Waiting 08:12:25 e73272ec9a57: Waiting 08:12:25 1e910a182e73: Waiting 08:12:25 4e634b169226: Waiting 08:12:25 a92cc7c5fd73: Verifying Checksum 08:12:25 a92cc7c5fd73: Download complete 08:12:25 ed8968b2872e: Verifying Checksum 08:12:25 ed8968b2872e: Download complete 08:12:25 e73272ec9a57: Verifying Checksum 08:12:25 e73272ec9a57: Download complete 08:12:25 1e910a182e73: Verifying Checksum 08:12:25 1e910a182e73: Download complete 08:12:25 df20fa9351a1: Download complete 08:12:25 df20fa9351a1: Pull complete 08:12:25 ed8968b2872e: Pull complete 08:12:26 a92cc7c5fd73: Pull complete 08:12:28 4e634b169226: Verifying Checksum 08:12:28 4e634b169226: Download complete 08:12:29 e871e8e8d7a9: Verifying Checksum 08:12:29 e871e8e8d7a9: Download complete 08:12:32 Still waiting to schedule task 08:12:32 ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ is offline 08:12:37 e871e8e8d7a9: Pull complete 08:12:37 e73272ec9a57: Pull complete 08:12:37 1e910a182e73: Pull complete 08:12:41 4e634b169226: Pull complete 08:12:41 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 08:12:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:12:41 ---> f7629b54cfaa 08:12:41 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:12:42 ---> Running in 64ffc57f7e25 08:12:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:44 (1/12) Installing libmagic (5.38-r0) 08:12:45 (2/12) Installing file (5.38-r0) 08:12:45 (3/12) Installing libc-dev (0.7.2-r3) 08:12:45 (4/12) Installing g++ (9.3.0-r2) 08:12:50 (5/12) Installing fortify-headers (1.1-r0) 08:12:50 (6/12) Installing patch (2.7.6-r6) 08:12:50 (7/12) Installing build-base (0.5-r2) 08:12:50 (8/12) Installing libsodium (1.0.18-r0) 08:12:50 (9/12) Installing pkgconf (1.7.2-r0) 08:12:50 (10/12) Installing libsodium-dev (1.0.18-r0) 08:12:51 (11/12) Installing libzmq (4.3.3-r0) 08:12:51 (12/12) Installing zeromq-dev (4.3.3-r0) 08:12:51 Executing busybox-1.31.1-r16.trigger 08:12:51 OK: 233 MiB in 51 packages 08:12:55 Removing intermediate container 64ffc57f7e25 08:12:55 ---> d1dc810d554b 08:12:55 Step 4/7 : WORKDIR /edgex-go 08:12:55 ---> Running in bf5fa65acd85 08:12:55 Removing intermediate container bf5fa65acd85 08:12:55 ---> 73a053aac910 08:12:55 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:12:55 latest: Pulling from library/docker 08:12:56 188c0c94c7c5: Pulling fs layer 08:12:56 0c7c675703d6: Pulling fs layer 08:12:56 cc8c12a437cb: Pulling fs layer 08:12:56 c5dafad2182a: Pulling fs layer 08:12:56 5aa711733414: Pulling fs layer 08:12:56 058f73b55e4b: Pulling fs layer 08:12:56 8c9c664faf12: Pulling fs layer 08:12:56 5aa711733414: Waiting 08:12:56 058f73b55e4b: Waiting 08:12:56 8c9c664faf12: Waiting 08:12:56 c5dafad2182a: Waiting 08:12:57 cc8c12a437cb: Download complete 08:12:57 188c0c94c7c5: Verifying Checksum 08:12:57 188c0c94c7c5: Download complete 08:12:57 0c7c675703d6: Verifying Checksum 08:12:57 0c7c675703d6: Download complete 08:12:57 188c0c94c7c5: Pull complete 08:12:57 5aa711733414: Verifying Checksum 08:12:57 5aa711733414: Download complete 08:12:57 058f73b55e4b: Verifying Checksum 08:12:57 058f73b55e4b: Download complete 08:12:57 8c9c664faf12: Verifying Checksum 08:12:57 8c9c664faf12: Download complete 08:12:58 0c7c675703d6: Pull complete 08:12:58 cc8c12a437cb: Pull complete 08:12:58 c5dafad2182a: Verifying Checksum 08:12:58 c5dafad2182a: Download complete 08:13:03 c5dafad2182a: Pull complete 08:13:03 5aa711733414: Pull complete 08:13:03 058f73b55e4b: Pull complete 08:13:03 8c9c664faf12: Pull complete 08:13:03 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 08:13:03 Status: Downloaded newer image for docker:latest 08:13:05 ---> 71e0167c75ff 08:13:05 Step 6/7 : COPY go.mod . 08:13:06 ---> ad3dc0ff7a07 08:13:06 Step 7/7 : RUN go mod download 08:13:06 ---> Running in cbb3d4ccc195 08:13:32 Removing intermediate container cbb3d4ccc195 08:13:32 ---> 9a65d98663fe 08:13:32 Successfully built 9a65d98663fe 08:13:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:13:33 + docker inspect -f . ci-base-image-x86_64 08:13:33 . [Pipeline] withDockerContainer 08:13:33 prd-centos7-docker-4c-2g-11177 does not seem to be running inside a container 08:13:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:13:34 $ docker top 49bd4b5ae71b6c655869d3f2e0abef34105e941c4aa1a28440df25ce153beb50 -eo pid,comm [Pipeline] { [Pipeline] sh 08:13:35 + go version 08:13:35 go version go1.15.2 linux/amd64 [Pipeline] } 08:13:35 $ docker stop --time=1 49bd4b5ae71b6c655869d3f2e0abef34105e941c4aa1a28440df25ce153beb50 08:13:37 $ docker rm -f 49bd4b5ae71b6c655869d3f2e0abef34105e941c4aa1a28440df25ce153beb50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:13:38 + docker inspect -f . ci-base-image-x86_64 08:13:38 . [Pipeline] withDockerContainer 08:13:38 prd-centos7-docker-4c-2g-11177 does not seem to be running inside a container 08:13:39 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:13:40 $ docker top 792311b5b2e16d2389e4d4892c63a75e5f75c3ca3b5d56ee3552e41e0a7a1217 -eo pid,comm [Pipeline] { [Pipeline] echo 08:13:40 ========================================================= 08:13:40 [edgeXBuildGoParallel] Running Tests and Build... 08:13:40 ========================================================= [Pipeline] sh 08:13:40 + make test 08:13:40 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:13:44 ? github.com/edgexfoundry/edgex-go [no test files] 08:14:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:14:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11178 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws 08:14:10 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 08:14:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:14:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:14:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:14:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:14:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:14:15 using credential edgex-jenkins-ssh 08:14:15 Cloning the remote Git repository 08:14:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:14:17 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s 08:14:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:14:17 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 08:14:16 > git init /w/workspace/edgex-go/14 # timeout=10 08:14:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:14:16 > git --version # timeout=10 08:14:16 > git --version # 'git version 2.17.1' 08:14:16 using GIT_SSH to set credentials SSH Credentials for GitHub 08:14:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:14:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:14:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:14:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:14:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:14:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:14:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements 08:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:14:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.220s coverage: 27.1% of statements 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:14:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:14:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:14:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.044s coverage: 65.7% of statements 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:14:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.081s coverage: 84.1% of statements 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:14:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.338s coverage: 28.6% of statements 08:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:14:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements 08:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:14:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 08:14:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:14:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:14:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:14:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:14:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:14:30 using GIT_SSH to set credentials SSH Credentials for GitHub 08:14:30 > 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:14:31 Merging remotes/origin/master commit 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 into PR head commit bffca23d218d0c9ea1c697906d8eb37e09658b96 08:14:31 Merge succeeded, producing bffca23d218d0c9ea1c697906d8eb37e09658b96 08:14:31 Checking out Revision bffca23d218d0c9ea1c697906d8eb37e09658b96 (PR-2840) 08:14:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.041s coverage: 86.7% of statements 08:14:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:14:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.060s coverage: 97.5% of statements 08:14:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:14:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.083s coverage: 100.0% of statements 08:14:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:14:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:14:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:14:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:14:31 > git config core.sparsecheckout # timeout=10 08:14:31 > git checkout -f bffca23d218d0c9ea1c697906d8eb37e09658b96 # timeout=10 08:14:31 > git remote # timeout=10 08:14:31 > git config --get remote.origin.url # timeout=10 08:14:31 using GIT_SSH to set credentials SSH Credentials for GitHub 08:14:31 > git merge 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 # timeout=10 08:14:31 > git rev-parse HEAD^{commit} # timeout=10 08:14:31 > git config core.sparsecheckout # timeout=10 08:14:31 > git checkout -f bffca23d218d0c9ea1c697906d8eb37e09658b96 # timeout=10 08:14:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.105s coverage: 95.7% of statements 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:14:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:14:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.022s coverage: 0.0% of statements [no tests to run] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.114s coverage: 63.5% of statements 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:14:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements 08:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.013s coverage: 91.3% of statements 08:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements 08:14:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements 08:14:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements 08:14:36 Commit message: "feat(data): Implement DELETE /event/scrub V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 08:14:37 ========================================================= 08:14:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:14:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:14:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.197s coverage: 55.9% of statements 08:14:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:14:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:14:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:14:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:14:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:14:38 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 08:14:38 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 08:14:41 Sending build context to Docker daemon 165.3MB 08:14:41 Step 1/7 : ARG BASE=golang:1.15-alpine 08:14:41 Step 2/7 : FROM ${BASE} 08:14:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:14:41 b538f80385f9: Pulling fs layer 08:14:41 74f711af9a0d: Pulling fs layer 08:14:41 99f96fe45779: Pulling fs layer 08:14:41 8529a6b9a6be: Pulling fs layer 08:14:41 45590311c82a: Pulling fs layer 08:14:41 69ca0ff8b7b3: Pulling fs layer 08:14:41 209524e5b208: Pulling fs layer 08:14:41 45590311c82a: Waiting 08:14:41 69ca0ff8b7b3: Waiting 08:14:41 209524e5b208: Waiting 08:14:41 99f96fe45779: Verifying Checksum 08:14:41 99f96fe45779: Download complete 08:14:41 74f711af9a0d: Verifying Checksum 08:14:41 74f711af9a0d: Download complete 08:14:42 45590311c82a: Verifying Checksum 08:14:42 45590311c82a: Download complete 08:14:42 69ca0ff8b7b3: Verifying Checksum 08:14:42 69ca0ff8b7b3: Download complete 08:14:42 b538f80385f9: Verifying Checksum 08:14:42 b538f80385f9: Download complete 08:14:43 b538f80385f9: Pull complete 08:14:43 74f711af9a0d: Pull complete 08:14:44 99f96fe45779: Pull complete 08:14:45 209524e5b208: Verifying Checksum 08:14:45 209524e5b208: Download complete 08:14:45 8529a6b9a6be: Verifying Checksum 08:14:45 8529a6b9a6be: Download complete 08:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.635s coverage: 86.3% of statements 08:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 08:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.823s coverage: 72.2% of statements 08:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.600s coverage: 72.1% of statements 08:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.017s coverage: 82.4% of statements 08:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements 08:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 08:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 08:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 08:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.085s coverage: 28.8% of statements 08:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 08:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements 08:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 08:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.070s coverage: 36.5% of statements 08:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:14:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.208s coverage: 84.1% of statements 08:14:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.010s coverage: 100.0% of statements 08:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.032s coverage: 42.9% of statements 08:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 08:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 08:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements 08:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 08:14:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.049s coverage: 83.8% of statements 08:14:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 08:14:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.023s coverage: 47.1% of statements 08:14:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:14:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:14:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.004s coverage: 100.0% of statements 08:14:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:14:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:14:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:14:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.030s coverage: 100.0% of statements 08:14:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:14:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 08:14:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.103s coverage: 29.1% of statements 08:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements 08:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements 08:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:14:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.009s coverage: 0.0% of statements 08:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:14:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.006s coverage: 100.0% of statements 08:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:14:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.068s coverage: 87.9% of statements 08:14:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:14:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:14:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements 08:14:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.010s coverage: 32.1% of statements 08:14:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.012s coverage: 100.0% of statements 08:14:52 GO111MODULE=on go vet ./... 08:14:56 8529a6b9a6be: Pull complete 08:14:56 45590311c82a: Pull complete 08:14:56 69ca0ff8b7b3: Pull complete 08:15:01 209524e5b208: Pull complete 08:15:01 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 08:15:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:15:01 ---> 5bddaf1c2fca 08:15:01 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:15:04 ---> Running in f4b53a9b0493 08:15:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:15:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:15:07 (1/12) Installing libmagic (5.38-r0) 08:15:07 (2/12) Installing file (5.38-r0) 08:15:07 (3/12) Installing libc-dev (0.7.2-r3) 08:15:07 (4/12) Installing g++ (9.3.0-r2) 08:15:08 gofmt -l . 08:15:08 [ "`gofmt -l .`" = "" ] 08:15:08 ./bin/test-go-mod-tidy.sh 08:15:09 ./bin/test-attribution-txt.sh [Pipeline] sh 08:15:11 + ls -al . 08:15:11 total 636 08:15:11 drwxrwxr-x 10 1001 1001 4096 Nov 4 08:15 . 08:15:11 drwxr-xr-x 4 root root 30 Nov 4 08:13 .. 08:15:11 -rw-rw-r-- 1 1001 1001 11 Nov 4 08:11 .dockerignore 08:15:11 drwxrwxr-x 8 1001 1001 179 Nov 4 08:11 .git 08:15:11 drwxrwxr-x 3 1001 1001 125 Nov 4 08:11 .github 08:15:11 -rw-rw-r-- 1 1001 1001 944 Nov 4 08:11 .gitignore 08:15:11 drwx------ 3 1001 1001 47 Nov 4 08:12 .semver 08:15:11 -rw-rw-r-- 1 1001 1001 166 Nov 4 08:11 .sonarcloud.properties 08:15:11 -rw-rw-r-- 1 1001 1001 3804 Nov 4 08:11 CONTRIBUTING.md 08:15:11 -rw-rw-r-- 1 1001 1001 1035 Nov 4 08:11 Dockerfile.build 08:15:11 -rw-rw-r-- 1 1001 1001 863 Nov 4 08:11 Jenkinsfile 08:15:11 -rw-rw-r-- 1 1001 1001 10775 Nov 4 08:11 LICENSE 08:15:11 -rw-rw-r-- 1 1001 1001 6611 Nov 4 08:11 Makefile 08:15:11 -rw-rw-r-- 1 1001 1001 6447 Nov 4 08:11 README.md 08:15:11 -rw-rw-r-- 1 1001 1001 259 Nov 4 08:11 SECURITY.md 08:15:11 -rw-rw-r-- 1 1001 1001 5 Nov 4 08:12 VERSION 08:15:11 -rw-rw-r-- 1 1001 1001 4131 Nov 4 08:11 ZMQWindows.md 08:15:11 drwxrwxr-x 2 1001 1001 117 Nov 4 08:11 bin 08:15:11 drwxrwxr-x 15 1001 1001 4096 Nov 4 08:11 cmd 08:15:11 -rw-r--r-- 1 root root 543875 Nov 4 08:14 coverage.out 08:15:11 -rw-r--r-- 1 root root 1041 Nov 4 08:15 go.mod 08:15:11 -rw-r--r-- 1 root root 18582 Nov 4 08:15 go.sum 08:15:11 drwxrwxr-x 8 1001 1001 127 Nov 4 08:11 internal 08:15:11 drwxrwxr-x 4 1001 1001 26 Nov 4 08:11 openapi 08:15:11 drwxrwxr-x 4 1001 1001 71 Nov 4 08:11 snap 08:15:11 -rw-rw-r-- 1 1001 1001 168 Nov 4 08:11 version.go [Pipeline] sh 08:15:12 + '[' -e coverage.out ] 08:15:12 + chown 1001:1001 coverage.out [Pipeline] stash 08:15:12 Stashed 1 file(s) [Pipeline] sh 08:15:12 + make build 08:15:12 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:15:13 (5/12) Installing fortify-headers (1.1-r0) 08:15:13 (6/12) Installing patch (2.7.6-r6) 08:15:13 (7/12) Installing build-base (0.5-r2) 08:15:13 (8/12) Installing libsodium (1.0.18-r0) 08:15:13 (9/12) Installing pkgconf (1.7.2-r0) 08:15:13 (10/12) Installing libsodium-dev (1.0.18-r0) 08:15:13 (11/12) Installing libzmq (4.3.3-r0) 08:15:13 (12/12) Installing zeromq-dev (4.3.3-r0) 08:15:13 Executing busybox-1.31.1-r16.trigger 08:15:13 OK: 217 MiB in 51 packages 08:15:17 Removing intermediate container f4b53a9b0493 08:15:17 ---> 23668ad64c81 08:15:17 Step 4/7 : WORKDIR /edgex-go 08:15:17 ---> Running in 20bf21ac9eb0 08:15:18 Removing intermediate container 20bf21ac9eb0 08:15:18 ---> 080c7817b4c0 08:15:18 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 08:15:18 latest: Pulling from library/docker 08:15:18 5f621e34cdf4: Pulling fs layer 08:15:18 85db56a05063: Pulling fs layer 08:15:18 ccb67d6aeaaa: Pulling fs layer 08:15:18 a0b19fc83503: Pulling fs layer 08:15:18 8eb508b41278: Pulling fs layer 08:15:18 37236713561e: Pulling fs layer 08:15:18 07c93f2b1b56: Pulling fs layer 08:15:18 37236713561e: Waiting 08:15:18 07c93f2b1b56: Waiting 08:15:18 a0b19fc83503: Waiting 08:15:19 ccb67d6aeaaa: Verifying Checksum 08:15:19 ccb67d6aeaaa: Download complete 08:15:19 85db56a05063: Verifying Checksum 08:15:19 85db56a05063: Download complete 08:15:19 5f621e34cdf4: Verifying Checksum 08:15:19 8eb508b41278: Verifying Checksum 08:15:19 8eb508b41278: Download complete 08:15:19 37236713561e: Verifying Checksum 08:15:19 37236713561e: Download complete 08:15:19 07c93f2b1b56: Verifying Checksum 08:15:19 07c93f2b1b56: Download complete 08:15:19 5f621e34cdf4: Pull complete 08:15:20 a0b19fc83503: Verifying Checksum 08:15:20 a0b19fc83503: Download complete 08:15:20 85db56a05063: Pull complete 08:15:20 ccb67d6aeaaa: Pull complete 08:15:24 a0b19fc83503: Pull complete 08:15:24 8eb508b41278: Pull complete 08:15:24 37236713561e: Pull complete 08:15:25 07c93f2b1b56: Pull complete 08:15:25 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 08:15:25 Status: Downloaded newer image for docker:latest 08:15:28 ---> 09c1ee52edd2 08:15:28 Step 6/7 : COPY go.mod . 08:15:28 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:15:29 ---> 75c6c5d6d879 08:15:29 Step 7/7 : RUN go mod download 08:15:29 ---> Running in 9e1385c486e5 08:15:32 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:15:34 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:15:37 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:15:40 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:15:41 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:15:43 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:15:47 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:15:51 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:15:54 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:15:56 Removing intermediate container 9e1385c486e5 08:15:56 ---> b4048535f88d 08:15:56 Successfully built b4048535f88d 08:15:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:15:56 + docker inspect -f . ci-base-image-arm64 08:15:56 . [Pipeline] withDockerContainer 08:15:56 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:15:56 prd-ubuntu18.04-docker-arm64-4c-16g-11178 does not seem to be running inside a container 08:15:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:15:58 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:15:58 $ docker top b2ee838766f6471bbb61c374e4e1cf3885f973839d1387a5d68fabb76fa41c79 -eo pid,comm [Pipeline] { [Pipeline] sh 08:16:00 + go version 08:16:00 go version go1.15.2 linux/arm64 [Pipeline] } 08:16:00 $ docker stop --time=1 b2ee838766f6471bbb61c374e4e1cf3885f973839d1387a5d68fabb76fa41c79 08:16:02 $ docker rm -f b2ee838766f6471bbb61c374e4e1cf3885f973839d1387a5d68fabb76fa41c79 [Pipeline] // withDockerContainer [Pipeline] } 08:16:02 $ docker stop --time=1 792311b5b2e16d2389e4d4892c63a75e5f75c3ca3b5d56ee3552e41e0a7a1217 08:16:04 $ docker rm -f 792311b5b2e16d2389e4d4892c63a75e5f75c3ca3b5d56ee3552e41e0a7a1217 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 08:16:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:16:08 08:16:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:16:09 + docker inspect -f . ci-base-image-arm64 08:16:09 . [Pipeline] withDockerContainer 08:16:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:16:09 latest: Pulling from edgex-devops/edgex-compose 08:16:09 cbdbe7a5bc2a: Pulling fs layer 08:16:09 ca9280d653b3: Pulling fs layer 08:16:09 7e9c9ca2126c: Pulling fs layer 08:16:09 prd-ubuntu18.04-docker-arm64-4c-16g-11178 does not seem to be running inside a container 08:16:09 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:16:09 cbdbe7a5bc2a: Verifying Checksum 08:16:09 cbdbe7a5bc2a: Download complete 08:16:10 cbdbe7a5bc2a: Pull complete 08:16:10 ca9280d653b3: Verifying Checksum 08:16:10 ca9280d653b3: Download complete 08:16:11 $ docker top 7cbaa74407633db74577a59a6d085cbf10bb88cb380cf494478383d58af65816 -eo pid,comm [Pipeline] { [Pipeline] echo 08:16:11 ========================================================= 08:16:11 [edgeXBuildGoParallel] Running Tests and Build... 08:16:11 ========================================================= [Pipeline] sh 08:16:12 + make test 08:16:12 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:16:12 ca9280d653b3: Pull complete 08:16:13 7e9c9ca2126c: Verifying Checksum 08:16:13 7e9c9ca2126c: Download complete 08:16:14 ? github.com/edgexfoundry/edgex-go [no test files] 08:16:21 7e9c9ca2126c: Pull complete 08:16:21 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:16:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:16:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:16:22 prd-centos7-docker-4c-2g-11177 does not seem to be running inside a container 08:16:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:16:24 $ docker top dcc318a9eb0787fd5f144f869c893aa3a71b2ce44f1a104e909eeb4f7f15eb50 -eo pid,comm [Pipeline] { [Pipeline] sh 08:16:25 + docker-compose build --help 08:16:25 + grep parallel 08:16:27 --parallel Build images in parallel. [Pipeline] } 08:16:27 $ docker stop --time=1 dcc318a9eb0787fd5f144f869c893aa3a71b2ce44f1a104e909eeb4f7f15eb50 08:16:28 $ docker rm -f dcc318a9eb0787fd5f144f869c893aa3a71b2ce44f1a104e909eeb4f7f15eb50 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:16:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:16:30 . [Pipeline] withDockerContainer 08:16:30 prd-centos7-docker-4c-2g-11177 does not seem to be running inside a container 08:16:30 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:16:31 $ docker top fa889b73afbdc93155b81d2c70db06f1df78085b7740a01bae5ffa23482df3a4 -eo pid,comm [Pipeline] { [Pipeline] sh 08:16:32 + docker-compose -f ./docker-compose-build.yml build --parallel 08:16:33 Building docker-core-command-go ... 08:16:33 Building docker-core-data-go ... 08:16:33 Building docker-core-metadata-go ... 08:16:33 Building docker-security-bootstrap-redis-go ... 08:16:33 Building docker-security-proxy-setup-go ... 08:16:33 Building docker-security-secrets-setup-go ... 08:16:33 Building docker-security-secretstore-setup-go ... 08:16:33 Building docker-support-logging-go ... 08:16:33 Building docker-support-notifications-go ... 08:16:33 Building docker-support-scheduler-go ... 08:16:33 Building docker-sys-mgmt-agent-go ... 08:16:33 Building docker-core-command-go 08:16:33 Building docker-core-data-go 08:16:33 Building docker-sys-mgmt-agent-go 08:16:33 Building docker-security-secrets-setup-go 08:16:33 Building docker-core-metadata-go 08:16:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:17:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:17:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:17:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:17:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:17:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:17:04 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.050s 08:17:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:17:04 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 08:17:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:17:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:17:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:17:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:17:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:17:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.057s coverage: 46.6% of statements 08:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:17:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:17:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:17:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:17:21 ---> 9a65d98663fe 08:17:21 Step 3/23 : WORKDIR /edgex-go 08:17:21 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 08:17:21 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:17:21 ---> 9a65d98663fe 08:17:21 Step 3/29 : WORKDIR /edgex-go 08:17:21 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 08:17:21 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:17:21 ---> 9a65d98663fe 08:17:21 Step 3/27 : WORKDIR /edgex-go 08:17:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:17:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:17:21 ---> 9a65d98663fe 08:17:21 Step 3/22 : WORKDIR /edgex-go 08:17:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:17:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:17:21 ---> 9a65d98663fe 08:17:21 Step 3/22 : WORKDIR /edgex-go 08:17:21 ---> Running in 6d771446464a 08:17:21 ---> Running in 33b2fe74edc8 08:17:21 ---> Running in 877d3517d705 08:17:21 ---> Running in 707abc8cd842 08:17:21 ---> Running in 2c274c119cd6 08:17:21 Removing intermediate container 33b2fe74edc8 08:17:21 ---> f6f988909dd7 08:17:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:21 Removing intermediate container 6d771446464a 08:17:21 ---> d0a848573520 08:17:21 Step 4/29 : RUN apk update && apk add make git 08:17:21 Removing intermediate container 2c274c119cd6 08:17:21 ---> be2d26a91603 08:17:21 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:21 Removing intermediate container 877d3517d705 08:17:21 ---> 40ad910d3e73 08:17:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:21 Removing intermediate container 707abc8cd842 08:17:21 ---> 9bd00b0c664a 08:17:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:21 ---> Running in 18e49380f066 08:17:21 ---> Running in b13e4dc14b81 08:17:21 ---> Running in 3ea5ce3ddc7b 08:17:21 ---> Running in 237e44f3b6f2 08:17:21 ---> Running in 3726f141b055 08:17:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:23 Removing intermediate container 18e49380f066 08:17:23 ---> eb7a590b0b94 08:17:23 Step 5/27 : RUN apk update && apk add make bash git 08:17:23 Removing intermediate container b13e4dc14b81 08:17:23 ---> df511fa54688 08:17:23 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:17:23 ---> Running in 75ddb872f7a6 08:17:23 ---> Running in 6de16ccfe640 08:17:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.160s coverage: 27.1% of statements 08:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:17:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements 08:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:17:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements 08:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:17:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 65.7% of statements 08:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:17:23 Removing intermediate container 3726f141b055 08:17:23 ---> 0bb3d2244290 08:17:23 Step 5/22 : RUN apk update && apk add make git 08:17:23 Removing intermediate container 237e44f3b6f2 08:17:23 ---> 8490b14e1a2f 08:17:23 Step 5/22 : RUN apk update && apk add make git 08:17:23 ---> Running in c4323ea9e958 08:17:23 ---> Running in 8c096b6d5e2e 08:17:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.429s coverage: 84.1% of statements 08:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:17:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:17:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:25 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:17:25 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:17:25 OK: 12752 distinct packages available 08:17:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:25 OK: 233 MiB in 51 packages 08:17:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:26 Removing intermediate container 3ea5ce3ddc7b 08:17:26 ---> af1c4c54fa5a 08:17:26 Step 5/29 : COPY go.mod . 08:17:27 ---> 53ea089a0ce3 08:17:27 Step 6/29 : RUN go mod download 08:17:27 ---> Running in dc60505c3ba3 08:17:27 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:17:27 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:17:27 OK: 12752 distinct packages available 08:17:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.437s coverage: 28.6% of statements 08:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:17:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements 08:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:17:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.027s coverage: 100.0% of statements 08:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:17:27 OK: 233 MiB in 51 packages 08:17:28 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:17:28 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:17:28 OK: 12752 distinct packages available 08:17:28 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:17:28 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:17:28 OK: 12752 distinct packages available 08:17:28 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:17:28 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:17:28 OK: 12752 distinct packages available 08:17:28 Removing intermediate container c4323ea9e958 08:17:28 ---> 73d45ccff6bd 08:17:28 Step 6/22 : COPY go.mod . 08:17:28 OK: 233 MiB in 51 packages 08:17:28 OK: 233 MiB in 51 packages 08:17:28 OK: 233 MiB in 51 packages 08:17:29 ---> d86dd3e7f00f 08:17:29 Step 7/22 : RUN go mod download 08:17:29 ---> Running in c2758df07f79 08:17:29 Removing intermediate container 6de16ccfe640 08:17:29 ---> 6060ef6cd97a 08:17:29 Step 6/23 : COPY go.mod . 08:17:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.052s coverage: 86.7% of statements 08:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:17:30 Removing intermediate container 75ddb872f7a6 08:17:30 ---> f81f048b1877 08:17:30 Step 6/27 : COPY go.mod . 08:17:30 Removing intermediate container dc60505c3ba3 08:17:30 ---> 274cd2858b8e 08:17:30 Step 7/29 : COPY . . 08:17:30 ---> 0a83c733fd92 08:17:30 Step 7/23 : RUN go mod download 08:17:30 Removing intermediate container 8c096b6d5e2e 08:17:30 ---> 1eda80368f56 08:17:30 Step 6/22 : COPY go.mod . 08:17:30 ---> Running in ed92a576b391 08:17:30 ---> 1effda4be03b 08:17:30 Step 7/27 : RUN go mod download 08:17:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.150s coverage: 97.5% of statements 08:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:17:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 100.0% of statements 08:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:17:31 ---> Running in f822e323b3d4 08:17:31 ---> e75d76317ff7 08:17:31 Step 7/22 : RUN go mod download 08:17:32 ---> Running in 7f78f0d1dcf5 08:17:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.205s coverage: 95.7% of statements 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:17:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.014s coverage: 58.8% of statements 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:17:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.0% of statements [no tests to run] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:17:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 63.5% of statements 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:17:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:17:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.014s coverage: 100.0% of statements 08:17:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.027s coverage: 91.3% of statements 08:17:36 Removing intermediate container c2758df07f79 08:17:36 ---> 992e8bac3935 08:17:36 Step 8/22 : COPY . . 08:17:36 Removing intermediate container ed92a576b391 08:17:36 ---> 80a40a1bd5bd 08:17:36 Step 8/23 : COPY . . 08:17:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements 08:17:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements 08:17:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 08:17:38 Removing intermediate container f822e323b3d4 08:17:38 ---> 9138ed65482e 08:17:38 Step 8/27 : COPY . . 08:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 55.9% of statements 08:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 08:17:47 Removing intermediate container 7f78f0d1dcf5 08:17:47 ---> 8c7fbd8e2835 08:17:47 Step 8/22 : COPY . . 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 21.658s coverage: 86.3% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.189s coverage: 72.2% of statements 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.394s coverage: 72.1% of statements 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.050s coverage: 82.4% of statements 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.027s coverage: 48.4% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.027s coverage: 28.8% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.060s coverage: 96.8% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 36.5% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.264s coverage: 84.1% of statements 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.056s coverage: 100.0% of statements 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.040s coverage: 42.9% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.029s coverage: 100.0% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.046s coverage: 83.8% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.088s coverage: 47.1% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.010s coverage: 100.0% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.025s coverage: 100.0% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.032s coverage: 100.0% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.166s coverage: 29.1% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.042s coverage: 99.0% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.025s coverage: 100.0% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:18:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.009s coverage: 100.0% of statements 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:18:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:18:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 08:18:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:18:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:18:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.024s coverage: 100.0% of statements 08:18:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 08:18:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.018s coverage: 100.0% of statements 08:18:06 GO111MODULE=on go vet ./... 08:18:14 ---> 6f94b2711e85 08:18:14 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:18:14 ---> Running in 72e871ddc79b 08:18:16 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:18:17 ---> 01d270646f7c 08:18:17 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:18:18 ---> bb8ae5d88aa5 08:18:18 Step 9/23 : RUN make cmd/core-data/core-data 08:18:18 ---> Running in e64506ee1937 08:18:19 ---> Running in 1a89d0573fce 08:18:19 ---> 2018bb51acca 08:18:19 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:18:19 ---> Running in 47765a83f325 08:18:21 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:18:22 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:18:22 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:18:24 ---> 9423f8cebd26 08:18:24 Step 9/22 : RUN make cmd/core-command/core-command 08:18:24 ---> Running in 62175806dca9 08:18:26 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:18:28 gofmt -l . 08:18:28 [ "`gofmt -l .`" = "" ] 08:18:30 ./bin/test-go-mod-tidy.sh 08:18:31 ./bin/test-attribution-txt.sh [Pipeline] sh 08:18:36 + ls -al . 08:18:36 total 664 08:18:36 drwxrwxr-x 9 1001 1001 4096 Nov 4 08:18 . 08:18:36 drwxr-xr-x 4 root root 4096 Nov 4 08:16 .. 08:18:36 -rw-rw-r-- 1 1001 1001 11 Nov 4 08:14 .dockerignore 08:18:36 drwxrwxr-x 8 1001 1001 4096 Nov 4 08:14 .git 08:18:36 drwxrwxr-x 3 1001 1001 4096 Nov 4 08:14 .github 08:18:36 -rw-rw-r-- 1 1001 1001 944 Nov 4 08:14 .gitignore 08:18:36 -rw-rw-r-- 1 1001 1001 166 Nov 4 08:14 .sonarcloud.properties 08:18:36 -rw-rw-r-- 1 1001 1001 3804 Nov 4 08:14 CONTRIBUTING.md 08:18:36 -rw-rw-r-- 1 1001 1001 1035 Nov 4 08:14 Dockerfile.build 08:18:36 -rw-rw-r-- 1 1001 1001 863 Nov 4 08:14 Jenkinsfile 08:18:36 -rw-rw-r-- 1 1001 1001 10775 Nov 4 08:14 LICENSE 08:18:36 -rw-rw-r-- 1 1001 1001 6611 Nov 4 08:14 Makefile 08:18:36 -rw-rw-r-- 1 1001 1001 6447 Nov 4 08:14 README.md 08:18:36 -rw-rw-r-- 1 1001 1001 259 Nov 4 08:14 SECURITY.md 08:18:36 -rw-rw-r-- 1 1001 1001 5 Nov 4 08:12 VERSION 08:18:36 -rw-rw-r-- 1 1001 1001 4131 Nov 4 08:14 ZMQWindows.md 08:18:36 drwxrwxr-x 2 1001 1001 4096 Nov 4 08:14 bin 08:18:36 drwxrwxr-x 15 1001 1001 4096 Nov 4 08:14 cmd 08:18:36 -rw-r--r-- 1 root root 543875 Nov 4 08:18 coverage.out 08:18:36 -rw-r--r-- 1 root root 1041 Nov 4 08:18 go.mod 08:18:36 -rw-r--r-- 1 root root 18582 Nov 4 08:18 go.sum 08:18:36 drwxrwxr-x 8 1001 1001 4096 Nov 4 08:14 internal 08:18:36 drwxrwxr-x 4 1001 1001 4096 Nov 4 08:14 openapi 08:18:36 drwxrwxr-x 4 1001 1001 4096 Nov 4 08:14 snap 08:18:36 -rw-rw-r-- 1 1001 1001 168 Nov 4 08:14 version.go [Pipeline] sh 08:18:36 + '[' -e coverage.out ] 08:18:36 + chown 1001:1001 coverage.out [Pipeline] stash 08:18:36 Warning: overwriting stash ‘coverage-report’ 08:18:38 Stashed 1 file(s) [Pipeline] sh 08:18:38 + make build 08:18:38 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:18:53 Removing intermediate container 72e871ddc79b 08:18:53 ---> 83115dd5c741 08:18:53 08:18:53 Step 9/29 : FROM alpine:latest 08:18:55 latest: Pulling from library/alpine 08:18:55 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 08:18:55 Status: Downloaded newer image for alpine:latest 08:18:55 ---> d6e46aa2470d 08:18:55 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:18:56 ---> Running in 9e1332c72042 08:18:57 Removing intermediate container 9e1332c72042 08:18:57 ---> 2ada8735d6de 08:18:57 Step 11/29 : USER root 08:18:57 ---> Running in 77511058ac8e 08:18:58 Removing intermediate container 77511058ac8e 08:18:58 ---> 67d854d1307d 08:18:58 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:18:58 ---> Running in a5462bd87b4c 08:18:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:19:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:19:02 v3.12.1-16-g3ee3abb14d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:19:02 v3.12.1-14-gd1a8d3ca7e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:19:02 OK: 12744 distinct packages available 08:19:02 (1/2) Installing ca-certificates (20191127-r4) 08:19:02 (2/2) Installing dumb-init (1.2.2-r1) 08:19:02 Executing busybox-1.31.1-r19.trigger 08:19:02 Executing ca-certificates-20191127-r4.trigger 08:19:03 OK: 6 MiB in 16 packages 08:19:05 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:19:06 Removing intermediate container a5462bd87b4c 08:19:06 ---> 1460732dc692 08:19:06 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:19:06 ---> Running in 2ddcec19f1a7 08:19:06 Removing intermediate container 47765a83f325 08:19:06 ---> 186e09257703 08:19:06 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:19:07 ---> Running in 08499ddaf52c 08:19:07 Removing intermediate container 2ddcec19f1a7 08:19:07 ---> 1eb8e83a768f 08:19:07 Step 14/29 : WORKDIR $BASE_DIR 08:19:09 ---> Running in 17d4498f0de9 08:19: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:19:10 Removing intermediate container 17d4498f0de9 08:19:10 ---> d3e06515da23 08:19:10 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:19:10 ---> Running in 9b9cd9d1d4a9 08:19:12 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:19:13 Removing intermediate container 9b9cd9d1d4a9 08:19:13 ---> c4b1c66680a3 08:19:13 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:19:14 ---> 95719410a40e 08:19:14 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:19:14 Removing intermediate container 08499ddaf52c 08:19:14 ---> 7d8af0e472c3 08:19:14 08:19:14 Step 11/27 : FROM docker:latest 08:19:14 ---> 6972c414f322 08:19:14 Step 12/27 : RUN apk add --no-cache bash 08:19:16 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:19:16 ---> 29cf50f146ed 08:19:16 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:19:16 ---> Running in 3943b58133b8 08:19:17 Removing intermediate container 62175806dca9 08:19:17 ---> 1685198531ca 08:19:17 08:19:17 Step 10/22 : FROM scratch 08:19:17 ---> 08:19:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:19:17 ---> Running in bfa0584a2423 08:19:17 ---> c59e83341727 08:19:17 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:19:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:19:18 (1/2) Installing readline (8.0.4-r0) 08:19:18 (2/2) Installing bash (5.0.17-r0) 08:19:18 Removing intermediate container bfa0584a2423 08:19:18 ---> d806e26dace5 08:19:18 Step 12/22 : ENV APP_PORT=48082 08:19:18 Executing bash-5.0.17-r0.post-install 08:19:18 Executing busybox-1.31.1-r19.trigger 08:19:18 OK: 12 MiB in 22 packages 08:19:20 ---> Running in 643744f8e1af 08:19:20 ---> 3b839800c420 08:19:20 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:19:20 Removing intermediate container e64506ee1937 08:19:20 ---> 8cd65838cae5 08:19:20 08:19:20 Step 10/22 : FROM scratch 08:19:20 ---> 08:19:20 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:19:20 ---> Using cache 08:19:20 ---> d806e26dace5 08:19:20 Step 12/22 : ENV APP_PORT=48081 08:19:20 Removing intermediate container 643744f8e1af 08:19:20 ---> c21c9781eaff 08:19:20 Step 13/22 : EXPOSE $APP_PORT 08:19:20 ---> Running in 616d5d988b55 08:19:21 ---> 9311f5cfa72d 08:19:21 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:19:21 ---> Running in 25893e9ad153 08:19:21 Removing intermediate container 3943b58133b8 08:19:21 ---> a42ca1bd09c4 08:19:21 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:19:21 Removing intermediate container 616d5d988b55 08:19:21 ---> e956c3f66750 08:19:21 Step 13/22 : EXPOSE $APP_PORT 08:19:21 ---> Running in 809e35c551a2 08:19:21 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:19:22 ---> Running in 6609f8ce4fce 08:19:22 ---> Running in 0a24998aa360 08:19:22 Removing intermediate container 25893e9ad153 08:19:22 ---> 62cc0fbeb707 08:19:22 Step 14/22 : WORKDIR / 08:19:24 ---> Running in 2b8f6b2ef6d7 08:19:24 Removing intermediate container 0a24998aa360 08:19:24 ---> 73e522de0b40 08:19:24 Step 14/22 : WORKDIR / 08:19:24 ---> Running in c4dd6a7c16b4 08:19:24 Removing intermediate container 1a89d0573fce 08:19:24 ---> d7a173abbf86 08:19:24 08:19:24 Step 10/23 : FROM alpine 08:19:24 ---> d6e46aa2470d 08:19:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:19:24 Removing intermediate container 2b8f6b2ef6d7 08:19:24 ---> 82514fd915e5 08:19:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:19:25 ---> Running in 618c028d45d8 08:19:25 Removing intermediate container c4dd6a7c16b4 08:19:25 ---> b6d85600d2aa 08:19:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:19:25 Removing intermediate container 618c028d45d8 08:19:25 ---> e1a98cc5bd52 08:19:25 Step 12/23 : ENV APP_PORT=48080 08:19:25 ---> Running in 318ec72d60d1 08:19:25 ---> 516c5d28bf07 08:19:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:19:25 ---> 638e744c0869 08:19:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:19:25 Removing intermediate container 318ec72d60d1 08:19:25 ---> e46cf7bf27fb 08:19:25 Step 13/23 : EXPOSE $APP_PORT 08:19:26 ---> Running in f09d6d365a8e 08:19:26 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:19:26 ---> 13bb673eb54f 08:19:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:19:26 Removing intermediate container f09d6d365a8e 08:19:26 ---> 7a90d759da43 08:19:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:26 Removing intermediate container 6609f8ce4fce 08:19:26 ---> 03c92c06d9e2 08:19:26 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:19:26 ---> e4e41155bfde 08:19:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:19:27 Removing intermediate container 809e35c551a2 08:19:27 ---> 6f91fc25f8a9 08:19:27 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:19:27 ---> Running in 376d5f46ee77 08:19:27 ---> Running in 363df329d9a4 08:19:27 ---> 9b04123d7eb0 08:19:27 Step 18/22 : ENTRYPOINT ["/core-command"] 08:19:27 ---> 67a01452afa8 08:19:27 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:19:27 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:19:27 ---> Running in 65a1bad77563 08:19:27 ---> Running in 79c70f964a9b 08:19:27 ---> b6eab9a0afe7 08:19:27 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:19:27 Removing intermediate container 363df329d9a4 08:19:27 ---> b32cec4e1ae4 08:19:27 Step 15/27 : ENV APP_PORT=48090 08:19:27 ---> Running in 80516e286102 08:19:27 ---> Running in 319c23ea0f02 08:19:28 Removing intermediate container 65a1bad77563 08:19:28 ---> 29d4548ffc5e 08:19:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:19:28 Removing intermediate container 79c70f964a9b 08:19:28 ---> 54c8e0071f85 08:19:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:19:28 ---> Running in 40e0d4c7c7aa 08:19:28 ---> Running in 53d3f05b8653 08:19:28 Removing intermediate container 80516e286102 08:19:28 ---> d2c54c899c86 08:19:28 Step 16/27 : EXPOSE $APP_PORT 08:19:28 ---> Running in 283a8573cb4c 08:19:28 Removing intermediate container 40e0d4c7c7aa 08:19:28 ---> df9c28581374 08:19:28 Step 20/22 : LABEL arch=x86_64 08:19:29 Removing intermediate container 53d3f05b8653 08:19:29 ---> 6ad653a34a53 08:19:29 Step 20/22 : LABEL arch=x86_64 08:19:29 ---> Running in 70e1570d3373 08:19:29 ---> Running in 637b8e0a1432 08:19:29 Removing intermediate container 283a8573cb4c 08:19:29 ---> 54981353b099 08:19:29 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:19:29 Removing intermediate container 637b8e0a1432 08:19:29 ---> a1dca64f06e4 08:19:29 Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:19:30 Removing intermediate container 70e1570d3373 08:19:30 ---> 0397915ab61b 08:19:30 Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:19:30 Removing intermediate container 376d5f46ee77 08:19:30 ---> 95d106bdfb88 08:19:30 Step 15/23 : RUN apk --no-cache add zeromq 08:19:30 ---> Running in 29f3e7c9694f 08:19:30 ---> Running in e8fa4943bcf9 08:19:30 ---> Running in 540cefd0d385 08:19:30 ---> b77beb01a0ec 08:19:30 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:19:30 Removing intermediate container 29f3e7c9694f 08:19:30 ---> 8f3b52bc170f 08:19:30 Step 22/22 : LABEL version=0.0.0 08:19:31 Removing intermediate container 540cefd0d385 08:19:31 ---> 1508b333ffad 08:19:31 Step 22/22 : LABEL version=0.0.0 08:19:31 Removing intermediate container 319c23ea0f02 08:19:31 ---> 09bf3b0bc53e 08:19:31 ---> Running in e3e36b6649b7 08:19:31 Step 24/29 : RUN chmod 755 security-secrets-setup 08:19:31 ---> 8391bdc063a9 08:19:31 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:19:31 ---> Running in d9a627b34dd9 08:19:31 ---> Running in 00b0f5d92ec4 08:19:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:19:31 Removing intermediate container e3e36b6649b7 08:19:31 ---> fac9494cf383 08:19:31 08:19:31 Removing intermediate container d9a627b34dd9 08:19:31 ---> 870a5e4c3da6 08:19:31 08:19:32 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:19:32 ---> 9f6cd2e07585 08:19:32 Step 20/27 : RUN apk --no-cache add py3-pip 08:19:32 ---> Running in d7095de03bc4 08:19:32 Successfully built fac9494cf383 08:19:32 Successfully built 870a5e4c3da6 08:19:32 Successfully tagged docker-core-metadata-go:latest 08:19:32  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 08:19:32 Successfully tagged docker-core-command-go:latest 08:19:32  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 08:19:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:19:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:19:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:19:33 Removing intermediate container 00b0f5d92ec4 08:19:33 ---> 01ff69955b99 08:19:33 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:19:33 (1/33) Installing libbz2 (1.0.8-r1) 08:19:33 (2/33) Installing expat (2.2.9-r1) 08:19:33 (3/33) Installing libffi (3.3-r2) 08:19:33 (4/33) Installing gdbm (1.13-r1) 08:19:33 (5/33) Installing xz-libs (5.2.5-r0) 08:19:33 (6/33) Installing sqlite-libs (3.32.1-r0) 08:19:33 (7/33) Installing python3 (3.8.5-r0) 08:19:33 ---> Running in d6f3f58ba5e9 08:19:33 (1/5) Installing libgcc (9.3.0-r2) 08:19:34 (2/5) Installing libsodium (1.0.18-r0) 08:19:34 (3/5) Installing libstdc++ (9.3.0-r2) 08:19:34 (4/5) Installing libzmq (4.3.3-r0) 08:19:36 (5/5) Installing zeromq (4.3.3-r0) 08:19:36 Executing busybox-1.31.1-r19.trigger 08:19:36 OK: 8 MiB in 19 packages 08:19:37 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:19:40 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:19:41 Removing intermediate container d6f3f58ba5e9 08:19:41 ---> f81326930f84 08:19:41 Step 26/29 : CMD [ "generate" ] 08:19:41 (8/33) Installing py3-appdirs (1.4.4-r1) 08:19:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:19:41 (10/33) Installing py3-parsing (2.4.7-r0) 08:19:41 (11/33) Installing py3-six (1.15.0-r0) 08:19:42 (12/33) Installing py3-packaging (20.4-r0) 08:19:42 ---> Running in db915b0e11f8 08:19:42 (13/33) Installing py3-setuptools (47.0.0-r0) 08:19:42 (14/33) Installing py3-chardet (3.0.4-r4) 08:19:42 (15/33) Installing py3-idna (2.9-r0) 08:19:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:19:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:19:43 (18/33) Installing py3-requests (2.23.0-r0) 08:19:43 (19/33) Installing py3-msgpack (1.0.0-r0) 08:19:43 (20/33) Installing py3-lockfile (0.12.2-r3) 08:19:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:19:43 Removing intermediate container db915b0e11f8 08:19:43 ---> 49a7ddcbf188 08:19:43 Step 27/29 : LABEL arch=x86_64 08:19:43 (22/33) Installing py3-colorama (0.4.3-r0) 08:19:43 (23/33) Installing py3-distlib (0.3.0-r0) 08:19:43 Removing intermediate container e8fa4943bcf9 08:19:43 ---> 0c0ddbaff75f 08:19:43 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:19:44 (24/33) Installing py3-distro (1.5.0-r1) 08:19:44 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:19:44 (25/33) Installing py3-webencodings (0.5.1-r3) 08:19:44 (26/33) Installing py3-html5lib (1.0.1-r4) 08:19:44 ---> Running in e26c65b4505a 08:19:44 (27/33) Installing py3-pytoml (0.1.21-r0) 08:19:45 (28/33) Installing py3-pep517 (0.8.2-r0) 08:19:45 (29/33) Installing py3-progress (1.5-r0) 08:19:45 (30/33) Installing py3-toml (0.10.1-r0) 08:19:45 (31/33) Installing py3-retrying (1.3.3-r0) 08:19:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:19:45 (33/33) Installing py3-pip (20.1.1-r0) 08:19:47 ---> fa62c5a3d2af 08:19:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:19:47 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:19:48 Executing busybox-1.31.1-r19.trigger 08:19:48 OK: 71 MiB in 55 packages 08:19:48 Removing intermediate container e26c65b4505a 08:19:48 ---> 2af95c8f8d0c 08:19:48 Step 28/29 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:19:49 ---> Running in 064fbd3858c4 08:19:50 Removing intermediate container 064fbd3858c4 08:19:50 ---> b800d0abb0e4 08:19:50 Step 29/29 : LABEL version=0.0.0 08:19:51 ---> 1f5d0b09f349 08:19:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:19:51 ---> Running in 7961ed7ed240 08:19:51 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:19:52 ---> f0870ebd9148 08:19:52 Step 19/23 : ENTRYPOINT ["/core-data"] 08:19:52 Removing intermediate container 7961ed7ed240 08:19:52 ---> 7d92ec01eb58 08:19:52 08:19:53 ---> Running in a40d7b6d0d9b 08:19:53 Successfully built 7d92ec01eb58 08:19:54 Successfully tagged docker-security-secrets-setup-go:latest 08:19:54  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [Pipeline] } 08:19:54 $ docker stop --time=1 7cbaa74407633db74577a59a6d085cbf10bb88cb380cf494478383d58af65816 08:19:54 Removing intermediate container a40d7b6d0d9b 08:19:54 ---> e1cc5bf638a8 08:19:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:19:55 ---> Running in f2d20545d064 08:19:57 $ docker rm -f 7cbaa74407633db74577a59a6d085cbf10bb88cb380cf494478383d58af65816 08:19:57 Removing intermediate container f2d20545d064 08:19:57 ---> b431e2feffa5 08:19:57 Step 21/23 : LABEL arch=x86_64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:19:58 ---> Running in fedd58c91f41 08:19:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:19:58 08:19:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:19:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:19:59 latest: Pulling from edgex-devops/edgex-compose-arm64 08:19:59 29e5d40040c1: Pulling fs layer 08:19:59 1ce36da41761: Pulling fs layer 08:19:59 25b303627fd3: Pulling fs layer 08:20:00 29e5d40040c1: Download complete 08:20:00 Removing intermediate container fedd58c91f41 08:20:00 ---> c6fc4eba864d 08:20:00 Step 22/23 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:20:00 1ce36da41761: Verifying Checksum 08:20:00 1ce36da41761: Download complete 08:20:00 29e5d40040c1: Pull complete 08:20:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:20:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:20:01 ---> 9a65d98663fe 08:20:01 Step 3/24 : WORKDIR /edgex-go 08:20:01 ---> Using cache 08:20:01 ---> 9bd00b0c664a 08:20:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:01 ---> Using cache 08:20:01 ---> 0bb3d2244290 08:20:01 Step 5/24 : RUN apk update && apk add make git 08:20:01 ---> Using cache 08:20:01 ---> 73d45ccff6bd 08:20:01 Step 6/24 : COPY go.mod . 08:20:01 ---> Using cache 08:20:01 ---> d86dd3e7f00f 08:20:01 Step 7/24 : RUN go mod download 08:20:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:20:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:20:01 ---> 9a65d98663fe 08:20:01 Step 3/21 : WORKDIR /edgex-go ---> Using cache 08:20:01 ---> 992e8bac3935 08:20:01 Step 8/24 : COPY . . 08:20:01 08:20:01 ---> Using cache 08:20:01 ---> 9bd00b0c664a 08:20:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:01 ---> Using cache 08:20:01 ---> 0bb3d2244290 08:20:01 Step 5/21 : RUN apk update && apk add make git 08:20:01 ---> Using cache 08:20:01 ---> 73d45ccff6bd 08:20:01 Step 6/21 : COPY go.mod . 08:20:01 ---> Using cache 08:20:01 ---> d86dd3e7f00f 08:20:01 Step 7/21 : RUN go mod download 08:20:01 ---> Using cache 08:20:01 ---> 992e8bac3935 08:20:01 Step 8/21 : COPY . . 08:20:01 ---> Running in 19d1cba68c08 08:20:01 ---> Using cache 08:20:01 ---> 01d270646f7c 08:20:01 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:20:01 ---> Using cache 08:20:01 ---> 01d270646f7c 08:20:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:20:02 1ce36da41761: Pull complete 08:20:02 25b303627fd3: Verifying Checksum 08:20:02 25b303627fd3: Download complete 08:20:02 ---> Running in 4c75e491be6f 08:20:02 ---> Running in 9168bcd0439a 08:20:02 Removing intermediate container 19d1cba68c08 08:20:02 ---> d1a8c213da4d 08:20:02 Step 23/23 : LABEL version=0.0.0 08:20:02 ---> Running in 41f5c8a1cf09 08:20:03 Removing intermediate container 41f5c8a1cf09 08:20:03 ---> b02483cbd7d3 08:20:03 08:20:03 Successfully built b02483cbd7d3 08:20:03 Successfully tagged docker-core-data-go:latest 08:20:03 Building docker-security-bootstrap-redis-go 08:20:04  Building docker-core-data-go ... done 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:20:04 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:20:12 25b303627fd3: Pull complete 08:20:12 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:20:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:20:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:20:12 prd-ubuntu18.04-docker-arm64-4c-16g-11178 does not seem to be running inside a container 08:20:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:20:15 $ docker top 3c6d9fff67332bb98001c0cadfd2813a47029dc0b8cd7539bb8be091e54ed0b8 -eo pid,comm [Pipeline] { [Pipeline] sh 08:20:17 + docker-compose build --help 08:20:17 + grep parallel 08:20:20 --parallel Build images in parallel. [Pipeline] } 08:20:21 $ docker stop --time=1 3c6d9fff67332bb98001c0cadfd2813a47029dc0b8cd7539bb8be091e54ed0b8 08:20:23 $ docker rm -f 3c6d9fff67332bb98001c0cadfd2813a47029dc0b8cd7539bb8be091e54ed0b8 [Pipeline] // withDockerContainer [Pipeline] writeFile 08:20:23 Removing intermediate container d7095de03bc4 08:20:23 ---> 8a6910fe26bd 08:20:23 Step 21/27 : RUN pip install docker-compose==1.23.2 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:20:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:20:23 . [Pipeline] withDockerContainer 08:20:24 prd-ubuntu18.04-docker-arm64-4c-16g-11178 does not seem to be running inside a container 08:20:24 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:20:25 $ docker top 8d394c8f0d79e17f090976622f025d24496c508e90c581883dbbbeee1ae21304 -eo pid,comm [Pipeline] { [Pipeline] sh 08:20:26 ---> Running in 786731c8c7b8 08:20:27 + docker-compose -f ./docker-compose-build.yml build --parallel 08:20:31 Building docker-core-command-go ... 08:20:31 Building docker-core-data-go ... 08:20:31 Building docker-core-metadata-go ... 08:20:31 Building docker-security-bootstrap-redis-go ... 08:20:31 Building docker-security-proxy-setup-go ... 08:20:31 Building docker-security-secrets-setup-go ... 08:20:31 Building docker-security-secretstore-setup-go ... 08:20:31 Building docker-support-logging-go ... 08:20:31 Building docker-support-notifications-go ... 08:20:31 Building docker-support-scheduler-go ... 08:20:31 Building docker-sys-mgmt-agent-go ... 08:20:31 Building docker-sys-mgmt-agent-go 08:20:31 Building docker-core-metadata-go 08:20:31 Building docker-support-logging-go 08:20:31 Building docker-security-secrets-setup-go 08:20:31 Building docker-core-data-go 08:20:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:20:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:20:33 ---> 9a65d98663fe 08:20:33 Step 3/24 : WORKDIR /edgex-go 08:20:33 ---> Using cache 08:20:33 ---> 9bd00b0c664a 08:20:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:33 ---> Using cache 08:20:33 ---> 0bb3d2244290 08:20:33 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:20:33 ---> Running in 1f44ecce1434 08:20:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:38 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:20:38 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:20:38 OK: 12752 distinct packages available 08:20:38 OK: 233 MiB in 51 packages 08:20:39 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:20:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:20:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:20:40 ---> 9a65d98663fe 08:20:40 Step 3/22 : WORKDIR /edgex-go 08:20:40 ---> Using cache 08:20:40 ---> 9bd00b0c664a 08:20:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:40 ---> Using cache 08:20:40 ---> 0bb3d2244290 08:20:40 Step 5/22 : RUN apk update && apk add make git 08:20:40 ---> Using cache 08:20:40 ---> 73d45ccff6bd 08:20:40 Step 6/22 : COPY go.mod . 08:20:40 ---> Using cache 08:20:40 ---> d86dd3e7f00f 08:20:40 Step 7/22 : RUN go mod download 08:20:40 ---> Using cache 08:20:40 ---> 992e8bac3935 08:20:40 Step 8/22 : COPY . . 08:20:40 ---> Using cache 08:20:40 ---> 01d270646f7c 08:20:40 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 08:20:41 ---> Running in a200fafe2a6d 08:20:41 Removing intermediate container 1f44ecce1434 08:20:41 ---> 9e82ab9fa573 08:20:41 Step 6/24 : COPY go.mod . 08:20:41 Collecting docker-compose==1.23.2 08:20:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:20:41 Collecting texttable<0.10,>=0.9.0 08:20:41 Downloading texttable-0.9.1.tar.gz (11 kB) 08:20:42 ---> c01445bae7b4 08:20:42 Step 7/24 : RUN go mod download 08:20:42 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:20:43 ---> Running in dfd7c329ebe0 08:20:45 Collecting docopt<0.7,>=0.6.1 08:20:45 Downloading docopt-0.6.2.tar.gz (25 kB) 08:20:45 Removing intermediate container 4c75e491be6f 08:20:45 ---> d96051ee8d32 08:20:45 08:20:45 Step 10/21 : FROM scratch 08:20:45 ---> 08:20:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:20:46 Collecting docker<4.0,>=3.6.0 08:20:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:20:46 ---> Using cache 08:20:46 ---> d806e26dace5 08:20:46 Step 12/21 : ENV APP_PORT=48085 08:20:47 ---> Running in 542d982d9b5b 08:20:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:20:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:20:47 Collecting websocket-client<1.0,>=0.32.0 08:20:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:20:48 Removing intermediate container 542d982d9b5b 08:20:48 ---> e4379e827e41 08:20:48 Step 13/21 : EXPOSE $APP_PORT 08:20:48 ---> Running in 18ccde1c20e5 08:20:48 Collecting jsonschema<3,>=2.5.1 08:20:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:20:48 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:20:48 Collecting dockerpty<0.5,>=0.4.1 08:20:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:20:48 Removing intermediate container dfd7c329ebe0 08:20:48 ---> 1a237fc363d4 08:20:48 Step 8/24 : COPY . . 08:20:49 Removing intermediate container 18ccde1c20e5 08:20:49 ---> 393b222c7586 08:20:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:20:49 Removing intermediate container 9168bcd0439a 08:20:49 ---> 08c318f8194d 08:20:49 08:20:49 Step 10/24 : FROM alpine:3.10 08:20:50 Collecting cached-property<2,>=1.2.0 08:20:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:20:50 3.10: Pulling from library/alpine 08:20:50 ---> 6cc3acee67a6 08:20:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:20:51 Collecting PyYAML<4,>=3.10 08:20:51 Downloading PyYAML-3.13.tar.gz (270 kB) 08:20:54 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:20:54 Status: Downloaded newer image for alpine:3.10 08:20:54 ---> be4e4bea2c2e 08:20:54 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:20:54 Collecting docker-pycreds>=0.4.0 08:20:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:20:54 ---> 39b15b863bcd 08:20:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:20:54 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:20:54 ---> Running in 814a7574c93e 08:20:54 Collecting idna<2.8,>=2.5 08:20:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:20:55 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:20:55 Collecting urllib3<1.25,>=1.21.1 08:20:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:20:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:20:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:20:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:20:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:20:56 ---> 2d5fd649a1b1 08:20:56 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:20:56 Installing collected packages: texttable, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, dockerpty, cached-property, PyYAML, docker-compose 08:20:56 Running setup.py install for texttable: started 08:20:58 ---> Running in ae724c71a58c 08:20:58 Running setup.py install for texttable: finished with status 'done' 08:20:58 Running setup.py install for docopt: started 08:20:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 08:20:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 08:20:58 v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:20:58 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:20:58 OK: 10346 distinct packages available 08:20:58 Removing intermediate container ae724c71a58c 08:20:58 ---> 979b6ff17931 08:20:58 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:20:59 Running setup.py install for docopt: finished with status 'done' 08:20:59 (1/5) Installing ca-certificates (20191127-r2) 08:20:59 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:20:59 (3/5) Installing libcurl (7.66.0-r1) 08:20:59 (4/5) Installing curl (7.66.0-r1) 08:20:59 (5/5) Installing dumb-init (1.2.2-r1) 08:20:59 Executing busybox-1.30.1-r3.trigger 08:20:59 Executing ca-certificates-20191127-r2.trigger 08:20:59 OK: 7 MiB in 19 packages 08:20:59 ---> Running in f11993bae911 08:20:59 Attempting uninstall: idna 08:20:59 Found existing installation: idna 2.9 08:20:59 Uninstalling idna-2.9: 08:21:00 Successfully uninstalled idna-2.9 08:21:00 Attempting uninstall: urllib3 08:21:00 Found existing installation: urllib3 1.25.9 08:21:00 Uninstalling urllib3-1.25.9: 08:21:00 Successfully uninstalled urllib3-1.25.9 08:21:01 Removing intermediate container f11993bae911 08:21:01 ---> 654ccb6e98ff 08:21:01 Step 19/21 : LABEL arch=x86_64 08:21:03 ---> Running in 355101c168b4 08:21:03 Attempting uninstall: requests 08:21:03 Found existing installation: requests 2.23.0 08:21:03 Uninstalling requests-2.23.0: 08:21:04 Successfully uninstalled requests-2.23.0 08:21:04 Removing intermediate container 355101c168b4 08:21:04 ---> 28b96f7e6cc5 08:21:04 Step 20/21 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:21:04 ---> Running in a38ad3d8fcf2 08:21:04 Removing intermediate container 814a7574c93e 08:21:04 ---> 8bfef16fb952 08:21:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:21:04 ---> Running in 32c3f7dbdc93 08:21:05 Removing intermediate container a38ad3d8fcf2 08:21:05 ---> fdca9c9bc79b 08:21:05 Step 21/21 : LABEL version=0.0.0 08:21:05 Running setup.py install for dockerpty: started 08:21:05 Removing intermediate container 32c3f7dbdc93 08:21:05 ---> c82f1c511a5b 08:21:05 Step 13/24 : WORKDIR / 08:21:05 ---> Running in c941c0788c1d 08:21:07 ---> Running in 5d783da8c6f3 08:21:07 Running setup.py install for dockerpty: finished with status 'done' 08:21:07 Running setup.py install for PyYAML: started 08:21:09 Removing intermediate container c941c0788c1d 08:21:09 ---> 01807a020017 08:21:09 08:21:09 Running setup.py install for PyYAML: finished with status 'done' 08:21:10 Removing intermediate container 5d783da8c6f3 08:21:10 ---> 4c0e1f9cdd8a 08:21:10 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:21:10 Successfully built 01807a020017 08:21:10 Successfully tagged docker-support-scheduler-go:latest 08:21:10 Building docker-support-logging-go 08:21:12  Building docker-support-scheduler-go ... done 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:21:13 Removing intermediate container a200fafe2a6d 08:21:13 ---> 45b6a407402e 08:21:13 08:21:13 Step 10/22 : FROM alpine:3.10 08:21:13 ---> be4e4bea2c2e 08:21:13 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:21:13 ---> Using cache 08:21:13 ---> 8bfef16fb952 08:21:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 08:21:16 ---> 3210c09a5684 08:21:16 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:21:16 ---> Running in 0a1787d6474c 08:21:18 Removing intermediate container 0a1787d6474c 08:21:18 ---> 59cf644f2865 08:21:18 Step 13/22 : WORKDIR / 08:21:19 ---> 4f22c900c82a 08:21:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:21:19 ---> Running in 275b75076e26 08:21:21 ---> fd5fb7155279 08:21:21 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:21:21 ---> a75fea72afe9 08:21:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:21:22 ---> Running in d2196adaf273 08:21:22 Removing intermediate container 275b75076e26 08:21:22 ---> 5b4695ef0bd9 08:21:22 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 08:21:23 Removing intermediate container 786731c8c7b8 08:21:23 ---> 3006a35e0a0b 08:21:23 Step 22/27 : RUN apk --no-cache add curl 08:21:23 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:21:23 ---> a1fd9599a47d 08:21:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:21:24 ---> 3b1d7d19b1ad 08:21:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 08:21:24 ---> Running in 8bbcf3675dc4 08:21:26 ---> e16528e28b2c 08:21:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:21:26 ---> 4659a8b8de07 08:21:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 08:21:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:21:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:21:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:21:27 (2/3) Installing libcurl (7.69.1-r1) 08:21:27 (3/3) Installing curl (7.69.1-r1) 08:21:27 Executing busybox-1.31.1-r19.trigger 08:21:27 OK: 72 MiB in 58 packages 08:21:27 ---> dc0832977914 08:21:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 08:21:27 ---> 8d697f8eea4e 08:21:27 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:21:28 ---> Running in 6d8961a01f82 08:21:29 ---> 55618a5fa1dd 08:21:29 Step 18/22 : RUN chmod +x entrypoint.sh 08:21:29 ---> Running in 1eabd4364f7c 08:21:31 Removing intermediate container 8bbcf3675dc4 08:21:31 ---> 4dcd5ac27657 08:21:31 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:21:31 ---> Running in 205d134f41b5 08:21:32 Removing intermediate container 205d134f41b5 08:21:32 ---> 20a6c2cd4def 08:21:32 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:21:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:21:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:21:33 ---> 9a65d98663fe 08:21:33 Step 3/22 : WORKDIR /edgex-go 08:21:33 ---> Using cache 08:21:33 ---> 9bd00b0c664a 08:21:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:21:33 ---> Using cache 08:21:33 ---> 0bb3d2244290 08:21:33 Step 5/22 : RUN apk update && apk add make && apk add bash git 08:21:34 ---> Running in be287f6b54ea 08:21:34 ---> Running in 38a2d603da6d 08:21:34 Removing intermediate container 6d8961a01f82 08:21:34 ---> 41fe998fb20d 08:21:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:21:34 ---> Running in e0f0dcbf8eaa 08:21:34 Removing intermediate container 38a2d603da6d 08:21:34 ---> cb4dbbfb5adf 08:21:34 Step 25/27 : LABEL arch=x86_64 08:21:34 Removing intermediate container 1eabd4364f7c 08:21:34 ---> 08e5c9c854b1 08:21:34 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 08:21:34 ---> Running in b094608ceddf 08:21:34 ---> Running in a582e7fd4977 08:21:35 Removing intermediate container e0f0dcbf8eaa 08:21:35 ---> c88cdc59dfb1 08:21:35 Step 22/24 : LABEL arch=x86_64 08:21:35 ---> Running in d929fff66e40 08:21:35 Removing intermediate container b094608ceddf 08:21:35 ---> cf363e5a796c 08:21:35 Step 26/27 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:21:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:21:35 Removing intermediate container a582e7fd4977 08:21:35 ---> 57bc6ee25c18 08:21:35 Step 20/22 : LABEL arch=x86_64 08:21:35 ---> Running in dd98d115a5f9 08:21:35 ---> Running in 8b68d5527a31 08:21:36 Removing intermediate container d929fff66e40 08:21:36 ---> 70bcdca0a001 08:21:36 Step 23/24 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:21:36 ---> Running in 8f9898d7e3aa 08:21:36 Removing intermediate container dd98d115a5f9 08:21:36 ---> 4c8542d37bdf 08:21:36 Step 27/27 : LABEL version=0.0.0 08:21:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:21:36 ---> Running in 6ab11e7bfff0 08:21:36 Removing intermediate container 8f9898d7e3aa 08:21:36 ---> 825dcdaf29e2 08:21:36 Step 24/24 : LABEL version=0.0.0 08:21:36 Removing intermediate container 8b68d5527a31 08:21:36 ---> c48b5139eef1 08:21:36 Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:21:37 ---> Running in b5a9af1e307e 08:21:37 ---> Running in 04a6b2b86aea 08:21:37 Removing intermediate container 6ab11e7bfff0 08:21:37 ---> 261d1788449a 08:21:37 08:21:37 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:21:37 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:21:37 OK: 12752 distinct packages available 08:21:37 Removing intermediate container b5a9af1e307e 08:21:37 ---> 0a4a48dec084 08:21:37 Step 22/22 : LABEL version=0.0.0 08:21:37 ---> Running in 2bac4642a3bb 08:21:37 Removing intermediate container 04a6b2b86aea 08:21:37 ---> dddbb4e527a0 08:21:37 08:21:37 Successfully built 261d1788449a 08:21:37 OK: 233 MiB in 51 packages 08:21:37 Successfully tagged docker-sys-mgmt-agent-go:latest 08:21:37  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go 08:21:38 Successfully built dddbb4e527a0 08:21:38 Successfully tagged docker-security-secretstore-setup-go:latest 08:21:38  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2bac4642a3bb 08:21:38 ---> 6eec5ee3ae57 08:21:38 08:21:38 OK: 233 MiB in 51 packages 08:21:38 Successfully built 6eec5ee3ae57 08:21:38 Successfully tagged docker-security-bootstrap-redis-go:latest 08:21:42  Building docker-security-bootstrap-redis-go ... done Removing intermediate container be287f6b54ea 08:21:42 ---> 9625ac5da3e3 08:21:42 Step 6/22 : COPY go.mod . 08:21:44 ---> d60d32ad4b05 08:21:44 Step 7/22 : RUN go mod download 08:21:44 ---> Running in a121ff71ab72 08:21:50 Removing intermediate container a121ff71ab72 08:21:50 ---> 26cb4d6ceac9 08:21:50 Step 8/22 : COPY . . 08:21:53 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 08:21:53 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 08:21:53 ---> b4048535f88d 08:21:53 Step 3/29 : WORKDIR /edgex-go 08:21:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 08:21:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:21:53 ---> b4048535f88d 08:21:53 Step 3/23 : WORKDIR /edgex-go 08:21:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:21:53 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:21:53 08:21:53 Step 2/27 : FROM ${BUILDER_BASE} AS builder 08:21:53 ---> b4048535f88d 08:21:53 Step 3/27 : WORKDIR /edgex-go 08:21:53 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder 08:21:53 08:21:53 ---> b4048535f88d 08:21:53 ---> b4048535f88d 08:21:53 Step 3/22 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go 08:21:53 08:21:53 ---> Running in fa1ca37a9370 08:21:53 ---> Running in 3b9af29463f0 08:21:53 ---> Running in 615d7e95bc25 08:21:53 ---> Running in fb1c6f286798 08:21:53 ---> Running in 3e0e17bc75bb 08:21:53 Removing intermediate container 3b9af29463f0 08:21:53 ---> 4fa75313d7af 08:21:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:21:53 Removing intermediate container fb1c6f286798 08:21:53 ---> 0f9ff00c023e 08:21:53 Step 4/29 : RUN apk update && apk add make git 08:21:53 Removing intermediate container fa1ca37a9370 08:21:53 ---> 15d255575777 08:21:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:21:53 Removing intermediate container 615d7e95bc25 08:21:53 ---> a94cdbc98b8c 08:21:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:21:53 Removing intermediate container 3e0e17bc75bb 08:21:53 ---> 4379c1e7bbf9 08:21:53 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:21:53 ---> Running in df761da423d2 08:21:53 ---> Running in 1e70be5fa20f 08:21:53 ---> Running in 31de3c7a6c23 08:21:53 ---> Running in b2ac6c738c89 08:21:53 ---> Running in bb8a2376cda8 08:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:21:54 Removing intermediate container 31de3c7a6c23 08:21:54 ---> 11a839456467 08:21:54 Step 5/22 : RUN apk update && apk add make git 08:21:54 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:21:54 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:21:54 OK: 12623 distinct packages available 08:21:54 ---> Running in 541d8767ec14 08:21:54 Removing intermediate container 1e70be5fa20f 08:21:54 ---> fd60e4e4b025 08:21:54 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 08:21:55 ---> Running in f7363bb28403 08:21:55 Removing intermediate container bb8a2376cda8 08:21:55 ---> afcc13aeae53 08:21:55 Step 5/27 : RUN apk update && apk add make bash git 08:21:55 Removing intermediate container b2ac6c738c89 08:21:55 ---> 081012fff12d 08:21:55 Step 5/22 : RUN apk update && apk add make && apk add bash git 08:21:55 OK: 217 MiB in 51 packages 08:21:55 ---> Running in 050d22441976 08:21:55 ---> Running in 885b50e629cd 08:21:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:21:57 Removing intermediate container df761da423d2 08:21:57 ---> 9dc3b22796ee 08:21:57 Step 5/29 : COPY go.mod . 08:21:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:21:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:21:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:21:57 ---> 7bfeca5ae733 08:21:57 Step 6/29 : RUN go mod download 08:21:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:21:57 ---> Running in a50ded8f67e9 08:21:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:21:58 Removing intermediate container d2196adaf273 08:21:58 ---> 364d46a59ed8 08:21:58 08:21:58 Step 10/24 : FROM scratch 08:21:58 ---> 08:21:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:21:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:21:58 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:21:58 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:21:58 OK: 12623 distinct packages available 08:21:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:21:59 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:21:59 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:21:59 OK: 12623 distinct packages available 08:21:59 OK: 217 MiB in 51 packages 08:21:59 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:21:59 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:21:59 OK: 12623 distinct packages available 08:21:59 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:21:59 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:21:59 OK: 12623 distinct packages available 08:22:00 OK: 217 MiB in 51 packages 08:22:00 OK: 217 MiB in 51 packages 08:22:00 OK: 217 MiB in 51 packages 08:22:01 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 08:22:01 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:22:01 ---> 9a65d98663fe 08:22:01 Step 3/20 : WORKDIR /edgex-go 08:22:01 ---> Using cache 08:22:01 ---> 9bd00b0c664a 08:22:01 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:01 ---> Using cache 08:22:01 ---> 0bb3d2244290 08:22:01 Step 5/20 : RUN apk update && apk add make git 08:22:01 ---> Using cache 08:22:01 ---> 73d45ccff6bd 08:22:01 Step 6/20 : COPY go.mod . 08:22:01 ---> Using cache 08:22:01 ---> d86dd3e7f00f 08:22:01 Step 7/20 : RUN go mod download 08:22:01 ---> Using cache 08:22:01 ---> 992e8bac3935 08:22:01 Step 8/20 : COPY . . 08:22:01 ---> Using cache 08:22:01 ---> 01d270646f7c 08:22:01 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:22:01 Removing intermediate container 541d8767ec14 08:22:01 ---> 26026df7ed3e 08:22:01 Step 6/22 : COPY go.mod . 08:22:01 OK: 217 MiB in 51 packages 08:22:02 Removing intermediate container f7363bb28403 08:22:02 ---> 3960ea449a11 08:22:02 Step 6/23 : COPY go.mod . 08:22:02 Removing intermediate container a50ded8f67e9 08:22:02 ---> d0351fa3a050 08:22:02 Step 7/29 : COPY . . 08:22:02 Removing intermediate container 885b50e629cd 08:22:02 ---> 2d96418885f7 08:22:02 Step 6/27 : COPY go.mod . ---> 1e9b74f98978 08:22:02 Step 7/22 : RUN go mod download 08:22:02 08:22:03 ---> Running in ee33631a2661 08:22:03 ---> Running in 7e5abdf1e133 08:22:03 ---> Running in 16aceebc2c3a 08:22:03 ---> 4b640b9993ae 08:22:03 Step 7/23 : RUN go mod download 08:22:03 Removing intermediate container ee33631a2661 08:22:03 ---> 954149cc7dae 08:22:03 Step 12/24 : ENV APP_PORT=48060 08:22:03 ---> Running in c53ab993356c 08:22:03 Removing intermediate container 050d22441976 08:22:03 ---> e9b45388f9c6 08:22:03 Step 6/22 : COPY go.mod . 08:22:03 ---> Running in c72579b74a8e 08:22:03 ---> 33deb21774d7 08:22:03 Step 7/27 : RUN go mod download 08:22:04 Removing intermediate container c72579b74a8e 08:22:04 ---> daf261832f10 08:22:04 Step 13/24 : EXPOSE $APP_PORT 08:22:04 ---> Running in 036b54a55704 08:22:04 ---> Running in 5f1589bf0ddf 08:22:04 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:22:04 Removing intermediate container 5f1589bf0ddf 08:22:04 ---> 64d637c64fa1 08:22:04 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:22:05 ---> 15a198554a99 08:22:05 Step 7/22 : RUN go mod download 08:22:05 ---> Running in 5c8e677ff97c 08:22:06 ---> 6bfb13946e54 08:22:06 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:22:08 Removing intermediate container 16aceebc2c3a 08:22:08 ---> ed53462823bb 08:22:08 Step 8/22 : COPY . . 08:22:09 Removing intermediate container c53ab993356c 08:22:09 ---> 128bb1aa8c9c 08:22:09 Step 8/23 : COPY . . 08:22:09 Removing intermediate container 036b54a55704 08:22:09 ---> c9105b1bb9f6 08:22:09 Step 8/27 : COPY . . 08:22:09 Removing intermediate container 5c8e677ff97c 08:22:09 ---> 8971d3cdc7ac 08:22:09 Step 8/22 : COPY . . 08:22:10 ---> bcb7df3abb5c 08:22:10 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:22:11 ---> 0bdde3104348 08:22:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:22:11 ---> 979d1c948fbe 08:22:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:22:13 ---> 0e2eb2b85772 08:22:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:22:14 ---> e1448083a221 08:22:14 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:22:14 ---> Running in f9e9b74e499f 08:22:15 Removing intermediate container f9e9b74e499f 08:22:15 ---> d23f2197e6c5 08:22:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:22:15 ---> Running in e43e98a0340b 08:22:16 Removing intermediate container e43e98a0340b 08:22:16 ---> 8af2f7c77673 08:22:16 Step 22/24 : LABEL arch=x86_64 08:22:16 ---> Running in 7df9982b16ef 08:22:16 Removing intermediate container 7df9982b16ef 08:22:16 ---> ecfab8797de4 08:22:16 Step 23/24 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:22:16 ---> b4c64b174782 08:22:16 Step 9/22 : RUN make cmd/support-logging/support-logging 08:22:17 ---> Running in accfa4481bdb 08:22:17 ---> Running in 3181a011e23c 08:22:17 Removing intermediate container accfa4481bdb 08:22:17 ---> 52c5646c39c5 08:22:17 Step 24/24 : LABEL version=0.0.0 08:22:17 ---> Running in 5d90d43aee36 08:22:18 Removing intermediate container 5d90d43aee36 08:22:18 ---> 460dcadf2133 08:22:18 08:22:18 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:22:18 Successfully built 460dcadf2133 08:22:18 Successfully tagged docker-support-notifications-go:latest 08:22:23  Building docker-support-notifications-go ... done Removing intermediate container 7e5abdf1e133 08:22:23 ---> 77566e15cb8a 08:22:23 08:22:23 Step 10/20 : FROM alpine 08:22:23 ---> d6e46aa2470d 08:22:23 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:22:23 ---> Running in 2578ad2de470 08:22:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:22:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:22:24 v3.12.1-16-g3ee3abb14d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:22:24 v3.12.1-14-gd1a8d3ca7e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:22:24 OK: 12744 distinct packages available 08:22:25 (1/4) Installing ca-certificates (20191127-r4) 08:22:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:22:25 (3/4) Installing libcurl (7.69.1-r1) 08:22:25 (4/4) Installing curl (7.69.1-r1) 08:22:25 Executing busybox-1.31.1-r19.trigger 08:22:25 Executing ca-certificates-20191127-r4.trigger 08:22:25 OK: 7 MiB in 18 packages 08:22:27 Removing intermediate container 2578ad2de470 08:22:27 ---> a811f29b0892 08:22:27 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:22:27 ---> Running in e988e06122db 08:22:28 Removing intermediate container e988e06122db 08:22:28 ---> 99fde2bcca2e 08:22:28 Step 13/20 : WORKDIR /edgex 08:22:28 ---> Running in d61c500307c3 08:22:29 Removing intermediate container d61c500307c3 08:22:29 ---> 8cc3d4870c8b 08:22:29 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:22:30 ---> 7dfdb33f63ef 08:22:30 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:22:31 ---> 2dc7a445e971 08:22:31 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:22:31 ---> Running in d267e708428b 08:22:31 Removing intermediate container d267e708428b 08:22:31 ---> 4e311811be23 08:22:31 Step 17/20 : CMD ["--init=true"] 08:22:31 ---> Running in 7af62dc3f37f 08:22:31 ---> 5fa069b8b1e7 08:22:31 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 08:22:31 ---> 66a1ef787ceb 08:22:31 Step 9/22 : RUN make cmd/core-metadata/core-metadata 08:22:31 ---> 93f64b2e62cf 08:22:31 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:22:31 ---> cb56f7332125 08:22:31 Step 9/22 : RUN make cmd/support-logging/support-logging 08:22:31 ---> d8e898660870 08:22:31 Step 9/23 : RUN make cmd/core-data/core-data 08:22:31 ---> Running in 5664230ec49c 08:22:31 ---> Running in d0884b66aadb 08:22:31 ---> Running in 9dae2266579b 08:22:31 ---> Running in 9090f580a2b5 08:22:31 ---> Running in 6606b5008463 08:22:32 Removing intermediate container 7af62dc3f37f 08:22:32 ---> 6689bbabf0bd 08:22:32 Step 18/20 : LABEL arch=x86_64 08:22:32 ---> Running in a2679908935f 08:22:32 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:22:32 Removing intermediate container a2679908935f 08:22:32 ---> bcfdab3b721e 08:22:32 Step 19/20 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:22:32 ---> Running in 1c7d7ce3d5e0 08:22:32 Removing intermediate container 1c7d7ce3d5e0 08:22:32 ---> 3037e4f0643d 08:22:32 Step 20/20 : LABEL version=0.0.0 08:22:32 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:22:32 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:22:33 ---> Running in 3566c02dd46c 08:22:33 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:22:33 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:22:33 Removing intermediate container 3566c02dd46c 08:22:33 ---> 206a700cdd1a 08:22:33 08:22:34 Successfully built 206a700cdd1a 08:22:34 Successfully tagged docker-security-proxy-setup-go:latest 08:22:35  Building docker-security-proxy-setup-go ... done Removing intermediate container 3181a011e23c 08:22:35 ---> 21e37cd220f8 08:22:35 08:22:35 Step 10/22 : FROM scratch 08:22:35 ---> 08:22:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:22:35 ---> Using cache 08:22:35 ---> 954149cc7dae 08:22:35 Step 12/22 : ENV APP_PORT=48061 08:22:35 ---> Running in e5a181128625 08:22:35 Removing intermediate container e5a181128625 08:22:35 ---> b340cbc09efc 08:22:35 Step 13/22 : EXPOSE $APP_PORT 08:22:35 ---> Running in af67ac48f49e 08:22:36 Removing intermediate container af67ac48f49e 08:22:36 ---> ae1e33490bdd 08:22:36 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 08:22:36 ---> 6c7c048fcfaf 08:22:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:22:36 ---> 213685dd67ed 08:22:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:22:37 ---> 94a130067395 08:22:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:22:37 ---> d146a6c1f49a 08:22:37 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:22:37 ---> Running in b0e9495bebd4 08:22:38 Removing intermediate container b0e9495bebd4 08:22:38 ---> 52fc81c7bccf 08:22:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:22:38 ---> Running in 850061935da3 08:22:39 Removing intermediate container 850061935da3 08:22:39 ---> d4e32ef21863 08:22:39 Step 20/22 : LABEL arch=x86_64 08:22:39 ---> Running in 6525c7f2f494 08:22:39 Removing intermediate container 6525c7f2f494 08:22:39 ---> 5c35b21c9bac 08:22:39 Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:22:39 ---> Running in 467256e0a99d 08:22:40 Removing intermediate container 467256e0a99d 08:22:40 ---> 4428614d9d14 08:22:40 Step 22/22 : LABEL version=0.0.0 08:22:40 ---> Running in dabd82ce19e4 08:22:40 Removing intermediate container dabd82ce19e4 08:22:40 ---> b7680b415eee 08:22:40 08:22:40 Successfully built b7680b415eee 08:22:40 Successfully tagged docker-support-logging-go:latest 08:22:41  Building docker-support-logging-go ... done  [Pipeline] } 08:22:41 $ docker stop --time=1 fa889b73afbdc93155b81d2c70db06f1df78085b7740a01bae5ffa23482df3a4 08:22:43 $ docker rm -f fa889b73afbdc93155b81d2c70db06f1df78085b7740a01bae5ffa23482df3a4 [Pipeline] // withDockerContainer [Pipeline] sh 08:22:43 + docker images 08:22:43 + grep docker 08:22:43 docker-support-logging-go latest b7680b415eee 3 seconds ago 11.1MB 08:22:43 docker-security-proxy-setup-go latest 206a700cdd1a 10 seconds ago 15.8MB 08:22:43 docker-support-notifications-go latest 460dcadf2133 26 seconds ago 13.6MB 08:22:43 docker-security-secretstore-setup-go latest dddbb4e527a0 About a minute ago 24.8MB 08:22:43 docker-security-bootstrap-redis-go latest 6eec5ee3ae57 About a minute ago 15.9MB 08:22:43 docker-sys-mgmt-agent-go latest 261d1788449a About a minute ago 290MB 08:22:43 docker-support-scheduler-go latest 01807a020017 About a minute ago 12.3MB 08:22:43 docker-core-data-go latest b02483cbd7d3 2 minutes ago 23.7MB 08:22:43 docker-security-secrets-setup-go latest 7d92ec01eb58 2 minutes ago 24MB 08:22:43 docker-core-metadata-go latest fac9494cf383 3 minutes ago 14.5MB 08:22:43 docker-core-command-go latest 870a5e4c3da6 3 minutes ago 12.2MB 08:22:43 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:22:59 Still waiting to schedule task 08:22:59 All nodes of label ‘centos7-docker-8c-8g’ are offline 08:23:55 Removing intermediate container d0884b66aadb 08:23:55 ---> 06554f27fcd5 08:23:55 08:23:55 Step 9/29 : FROM alpine:latest 08:23:55 latest: Pulling from library/alpine 08:23:55 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 08:23:55 Status: Downloaded newer image for alpine:latest 08:23:55 ---> 2e77e061c27f 08:23:55 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 08:23:55 ---> Running in 1d74a84bd00e 08:23:56 Removing intermediate container 1d74a84bd00e 08:23:56 ---> 4d1c6a155dcd 08:23:56 Step 11/29 : USER root 08:23:56 ---> Running in b4a4e4427f78 08:23:57 Removing intermediate container b4a4e4427f78 08:23:57 ---> be56b91e7369 08:23:57 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 08:23:57 ---> Running in ad033641c5c9 08:23:59 Running on prd-centos7-docker-8c-8g-11179 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws 08:23:59 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 08:24:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:24:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:24:01 v3.12.1-16-g3ee3abb14d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:24:01 v3.12.1-14-gd1a8d3ca7e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:24:01 OK: 12615 distinct packages available 08:24:01 using credential edgex-jenkins-ssh 08:24:01 Cloning the remote Git repository 08:24:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:24:00 > git init /w/workspace/edgex-go/14 # timeout=10 08:24:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:24:00 > git --version # timeout=10 08:24:00 > git --version # 'git version 2.16.5' 08:24:00 using GIT_SSH to set credentials SSH Credentials for GitHub 08:24:02 (1/2) Installing ca-certificates (20191127-r4) 08:24:02 (2/2) Installing dumb-init (1.2.2-r1) 08:24:02 Executing busybox-1.31.1-r19.trigger 08:24:02 Executing ca-certificates-20191127-r4.trigger 08:24:02 OK: 6 MiB in 16 packages 08:24:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:24:06 Removing intermediate container ad033641c5c9 08:24:06 ---> 6af324ba98f6 08:24:06 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 08:24:06 ---> Running in 10d01c152c74 08:24:06 Removing intermediate container 9dae2266579b 08:24:06 ---> 3c58175cd0d3 08:24:06 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:24:07 ---> Running in acdd6d716606 08:24:07 Removing intermediate container 10d01c152c74 08:24:07 ---> 4785d6b3a633 08:24:07 Step 14/29 : WORKDIR $BASE_DIR 08:24:08 ---> Running in 14bcdb847e2e 08:24:09 Removing intermediate container 14bcdb847e2e 08:24:09 ---> 14b5fa126f82 08:24:09 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 08:24: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:24:10 ---> Running in 9cf2f98843ef 08:24:11 Removing intermediate container 9090f580a2b5 08:24:11 ---> be3bfad666a3 08:24:11 08:24:11 Step 10/22 : FROM scratch 08:24:11 ---> 08:24:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:24:11 ---> Running in a6cafe75bc49 08:24:12 Removing intermediate container a6cafe75bc49 08:24:12 ---> be3b046e47bb 08:24:12 Step 12/22 : ENV APP_PORT=48061 08:24:12 ---> Running in 7f15d9377b28 08:24:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:24:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:24:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:24:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:24:12 using GIT_SSH to set credentials SSH Credentials for GitHub 08:24:12 > 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:24:13 Merging remotes/origin/master commit 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 into PR head commit bffca23d218d0c9ea1c697906d8eb37e09658b96 [Pipeline] } 08:24:13 Removing intermediate container 7f15d9377b28 08:24:13 ---> f8a16a5f0d89 08:24:13 Step 13/22 : EXPOSE $APP_PORT 08:24:13 ---> Running in 6fcbe1a7d174 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 08:24:14 Removing intermediate container 6fcbe1a7d174 08:24:14 ---> f5a04df107fd 08:24:14 Step 14/22 : COPY --from=builder /bin/bash /bin/bash [Pipeline] } 08:24:14 Failed in branch amd64 08:24:13 > git config core.sparsecheckout # timeout=10 08:24:13 > git checkout -f bffca23d218d0c9ea1c697906d8eb37e09658b96 # timeout=10 08:24:15 ---> 427a0a36eff8 08:24:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 08:24:15 Removing intermediate container 9cf2f98843ef 08:24:15 ---> 707f805ccd13 08:24:15 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 08:24:17 ---> 3617f7ebf5bb 08:24:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 08:24:18 ---> 3ce864f44d46 08:24:18 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 08:24:18 Removing intermediate container acdd6d716606 08:24:18 ---> acbef78ec99b 08:24:18 08:24:18 Step 11/27 : FROM docker:latest 08:24:18 ---> 5d4db4dc0692 08:24:18 Step 12/27 : RUN apk add --no-cache bash 08:24:18 ---> Running in 59bc37e9e61e 08:24:19 ---> f270a6801247 08:24:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 08:24:20 ---> 44282b16eca6 08:24:20 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 08:24:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:24:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:24:21 ---> 3ab9e2ff70b2 08:24:21 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 08:24:21 ---> 00e5ecff6ee0 08:24:21 Step 18/22 : ENTRYPOINT ["/support-logging"] 08:24:21 ---> Running in 63d2b7fce055 08:24:22 (1/2) Installing readline (8.0.4-r0) 08:24:22 (2/2) Installing bash (5.0.17-r0) 08:24:22 Executing bash-5.0.17-r0.post-install 08:24:22 Executing busybox-1.31.1-r19.trigger 08:24:22 OK: 12 MiB in 22 packages 08:24:22 Removing intermediate container 63d2b7fce055 08:24:22 ---> ad74d5bc2738 08:24:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:24:23 ---> cd69553de33c 08:24:23 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 08:24:23 ---> Running in fe7ad07a0a95 08:24:24 Removing intermediate container fe7ad07a0a95 08:24:24 ---> e95f93a90cfb 08:24:24 Step 20/22 : LABEL arch=arm64 08:24:24 ---> Running in 65f88f6e3eab 08:24:24 Removing intermediate container 59bc37e9e61e 08:24:24 ---> d48321774e4c 08:24:24 Step 13/27 : RUN rm -rf /var/cache/apk/* 08:24:24 ---> 70b24bef0274 08:24:24 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 08:24:25 ---> Running in 633ed2abc977 08:24:25 ---> Running in 56ebffa01133 08:24:25 Removing intermediate container 65f88f6e3eab 08:24:25 ---> 11d8162c74c2 08:24:25 Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:24:25 ---> Running in d78575d08286 08:24:26 Removing intermediate container d78575d08286 08:24:26 ---> b08047d92977 08:24:26 Step 22/22 : LABEL version=0.0.0 08:24:26 ---> Running in 5cb393ad083d 08:24:27 Removing intermediate container 5cb393ad083d 08:24:27 ---> 628c2be5bd1a 08:24:27 08:24:28 Successfully built 628c2be5bd1a 08:24:28 Successfully tagged docker-support-logging-go-arm64:latest 08:24:28  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go 08:24:29 Removing intermediate container 56ebffa01133 08:24:29 ---> ac9b4955b151 08:24:29 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:24:30 ---> Running in f861192223c9 08:24:30 Removing intermediate container 633ed2abc977 08:24:30 ---> 038d407fa4b3 08:24:30 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 08:24:31 Removing intermediate container f861192223c9 08:24:31 ---> f2d5b2bfc2e8 08:24:31 Step 15/27 : ENV APP_PORT=48090 08:24:32 ---> Running in f3a2b38b0ddd 08:24:32 ---> 3d7ac4446666 08:24:32 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:24:33 ---> Running in d19e46c6b358 08:24:33 Removing intermediate container f3a2b38b0ddd 08:24:33 ---> 9a9ea8af91ea 08:24:33 Step 16/27 : EXPOSE $APP_PORT 08:24:34 ---> Running in 7f6c24c4aa9d 08:24:35 Removing intermediate container 7f6c24c4aa9d 08:24:35 ---> e6e5f4f3de60 08:24:35 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:24:38 ---> e782a9239c22 08:24:38 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:24:38 Removing intermediate container d19e46c6b358 08:24:38 ---> ee650a3ecb3d 08:24:38 Step 24/29 : RUN chmod 755 security-secrets-setup 08:24:39 ---> Running in 82de63ad0dbc 08:24:40 ---> 7b3086cc0bbc 08:24:40 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:24:45 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 08:24:45 Step 2/20 : FROM ${BUILDER_BASE} AS builder 08:24:45 ---> b4048535f88d 08:24:45 Step 3/20 : WORKDIR /edgex-go 08:24:45 ---> Using cache 08:24:45 ---> 4379c1e7bbf9 08:24:45 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:24:45 ---> Using cache 08:24:45 ---> afcc13aeae53 08:24:45 Step 5/20 : RUN apk update && apk add make git 08:24:45 ---> 2467f569b1d7 08:24:45 Step 20/27 : RUN apk --no-cache add py3-pip 08:24:45 ---> Running in c0ba455473af 08:24:45 ---> Running in ece95916d727 08:24:45 Removing intermediate container 5664230ec49c 08:24:45 ---> f5ede6645b69 08:24:45 08:24:45 Step 10/22 : FROM scratch 08:24:45 ---> 08:24:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:24:46 ---> Running in 933b00de4f8e 08:24:46 Removing intermediate container 82de63ad0dbc 08:24:46 ---> 94b3ef49000d 08:24:46 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 08:24:47 ---> Running in 219134b4a4e1 08:24:47 Removing intermediate container 933b00de4f8e 08:24:47 ---> 0469168b7271 08:24:47 Step 12/22 : ENV APP_PORT=48081 08:24:47 ---> Running in 115587bc5360 08:24:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:24:47 Removing intermediate container 219134b4a4e1 08:24:47 ---> 953ea18b4dc1 08:24:47 Step 26/29 : CMD [ "generate" ] 08:24:47 ---> Running in bbf230d67169 08:24:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:24:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:24:48 Removing intermediate container 115587bc5360 08:24:48 ---> f6459d492958 08:24:48 Step 13/22 : EXPOSE $APP_PORT 08:24:48 ---> Running in 21f46b07a632 08:24:48 Removing intermediate container bbf230d67169 08:24:48 ---> aa5c149ecdc6 08:24:48 Step 27/29 : LABEL arch=arm64 08:24:48 (1/33) Installing libbz2 (1.0.8-r1) 08:24:48 (2/33) Installing expat (2.2.9-r1) 08:24:48 (3/33) Installing libffi (3.3-r2) 08:24:48 (4/33) Installing gdbm (1.13-r1) 08:24:48 (5/33) Installing xz-libs (5.2.5-r0) 08:24:48 (6/33) Installing sqlite-libs (3.32.1-r0) 08:24:48 (7/33) Installing python3 (3.8.5-r0) 08:24:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:24:49 ---> Running in 2ab55e7e05ca 08:24:49 Removing intermediate container 21f46b07a632 08:24:49 ---> fa2a716bfbda 08:24:49 Step 14/22 : WORKDIR / 08:24:49 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:24:49 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:24:49 OK: 12623 distinct packages available 08:24:50 ---> Running in 8ca98c730d94 08:24:50 (8/33) Installing py3-appdirs (1.4.4-r1) 08:24:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:24:50 (10/33) Installing py3-parsing (2.4.7-r0) 08:24:50 (11/33) Installing py3-six (1.15.0-r0) 08:24:50 (12/33) Installing py3-packaging (20.4-r0) 08:24:50 (13/33) Installing py3-setuptools (47.0.0-r0) 08:24:50 OK: 217 MiB in 51 packages 08:24:50 (14/33) Installing py3-chardet (3.0.4-r4) 08:24:51 (15/33) Installing py3-idna (2.9-r0) 08:24:51 Removing intermediate container 2ab55e7e05ca 08:24:51 ---> d1947a032213 08:24:51 Step 28/29 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:24:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:24:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:24:51 (18/33) Installing py3-requests (2.23.0-r0) 08:24:51 (19/33) Installing py3-msgpack (1.0.0-r0) 08:24:51 (20/33) Installing py3-lockfile (0.12.2-r3) 08:24:51 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:24:51 (22/33) Installing py3-colorama (0.4.3-r0) 08:24:51 (23/33) Installing py3-distlib (0.3.0-r0) 08:24:51 (24/33) Installing py3-distro (1.5.0-r1) 08:24:51 (25/33) Installing py3-webencodings (0.5.1-r3) 08:24:51 (26/33) Installing py3-html5lib (1.0.1-r4) 08:24:51 ---> Running in 51699c0a0727 08:24:51 (27/33) Installing py3-pytoml (0.1.21-r0) 08:24:51 Removing intermediate container 8ca98c730d94 08:24:51 ---> 4686c711e98d 08:24:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 08:24:51 (28/33) Installing py3-pep517 (0.8.2-r0) 08:24:51 (29/33) Installing py3-progress (1.5-r0) 08:24:51 (30/33) Installing py3-toml (0.10.1-r0) 08:24:51 (31/33) Installing py3-retrying (1.3.3-r0) 08:24:51 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:24:51 (33/33) Installing py3-pip (20.1.1-r0) 08:24:51 Executing busybox-1.31.1-r19.trigger 08:24:51 OK: 71 MiB in 55 packages 08:24:52 Removing intermediate container 6606b5008463 08:24:52 ---> 8ae790b541d2 08:24:52 08:24:52 Step 10/23 : FROM alpine 08:24:52 ---> 2e77e061c27f 08:24:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:24:52 ---> Running in 2dffdcf8d5b2 08:24:52 Removing intermediate container 51699c0a0727 08:24:52 ---> ee97bac3b558 08:24:52 Step 29/29 : LABEL version=0.0.0 08:24:52 ---> Running in 0cc4688f6688 08:24:52 ---> 47015d3d4d04 08:24:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:24:52 Removing intermediate container ece95916d727 08:24:52 ---> 79be9cdd4d33 08:24:52 Step 6/20 : COPY go.mod . 08:24:52 Removing intermediate container 2dffdcf8d5b2 08:24:52 ---> fdf2994bb30f 08:24:52 Step 12/23 : ENV APP_PORT=48080 08:24:53 ---> Running in 076df452cb6c 08:24:53 Removing intermediate container 0cc4688f6688 08:24:53 ---> d7d4deed32cc 08:24:53 08:24:54 Successfully built d7d4deed32cc 08:24:54 ---> 849baacc28e9 08:24:54 Step 7/20 : RUN go mod download 08:24:54 Removing intermediate container 076df452cb6c 08:24:54 ---> c55e73539c1e 08:24:54 Step 13/23 : EXPOSE $APP_PORT 08:24:54 Successfully tagged docker-security-secrets-setup-go-arm64:latest 08:24:54 Building docker-security-secretstore-setup-go 08:24:54  Building docker-security-secrets-setup-go ... done  ---> Running in d0b6a47b7f9e 08:24:54 ---> Running in d4dd2ba9dd21 08:24:54 ---> e585d2b3226d 08:24:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:24:55 Removing intermediate container d4dd2ba9dd21 08:24:55 ---> 6bff0ae35905 08:24:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:24:57 ---> Running in 156addf9735c 08:24:57 ---> 0a95d6c1555b 08:24:57 Step 18/22 : ENTRYPOINT ["/core-metadata"] 08:24:58 ---> Running in 2da5e4b34cfc 08:24:59 Removing intermediate container 2da5e4b34cfc 08:24:59 ---> c9228f56d1a0 08:24:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:25:00 Removing intermediate container d0b6a47b7f9e 08:25:00 ---> bfb51a941069 08:25:00 Step 8/20 : COPY . . 08:25:00 ---> Running in 3bae0398654e 08:25:00 Removing intermediate container c0ba455473af 08:25:00 ---> 8bd5c43fd66e 08:25:00 Step 21/27 : RUN pip install docker-compose==1.23.2 08:25:01 Removing intermediate container 3bae0398654e 08:25:01 ---> 691ff6fb4c41 08:25:01 Step 20/22 : LABEL arch=arm64 08:25:01 ---> Running in 26f1c208fa2e 08:25:01 ---> Running in c4447c551a9a 08:25:03 Removing intermediate container 156addf9735c 08:25:03 ---> 52ec290cff2b 08:25:03 Step 15/23 : RUN apk --no-cache add zeromq 08:25:03 Removing intermediate container c4447c551a9a 08:25:03 ---> a808622d21a5 08:25:03 Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:25:03 ---> Running in 0bb416805aba 08:25:03 ---> Running in bf92fc46b849 08:25:04 Removing intermediate container 0bb416805aba 08:25:04 ---> 644def48b9ee 08:25:04 Step 22/22 : LABEL version=0.0.0 08:25:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:05 ---> Running in 2fd218040bca 08:25:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:06 Removing intermediate container 2fd218040bca 08:25:06 ---> 9e964f7afae6 08:25:06 08:25:07 (1/5) Installing libgcc (9.3.0-r2) 08:25:07 Successfully built 9e964f7afae6 08:25:07 (2/5) Installing libsodium (1.0.18-r0) 08:25:07 Successfully tagged docker-core-metadata-go-arm64:latest 08:25:07 Building docker-support-notifications-go 08:25:07  Building docker-core-metadata-go ... done (3/5) Installing libstdc++ (9.3.0-r2) 08:25:07 (4/5) Installing libzmq (4.3.3-r0) 08:25:07 (5/5) Installing zeromq (4.3.3-r0) 08:25:07 Executing busybox-1.31.1-r19.trigger 08:25:07 OK: 8 MiB in 19 packages 08:25:08 Collecting docker-compose==1.23.2 08:25:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:25:09 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:25:09 Collecting cached-property<2,>=1.2.0 08:25:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:25:10 Collecting jsonschema<3,>=2.5.1 08:25:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:25:10 Removing intermediate container bf92fc46b849 08:25:10 ---> 403cdfe95123 08:25:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 08:25:11 Collecting texttable<0.10,>=0.9.0 08:25:11 Downloading texttable-0.9.1.tar.gz (11 kB) 08:25:12 ---> 06f6ce089f7f 08:25:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:25:14 Collecting docopt<0.7,>=0.6.1 08:25:14 Downloading docopt-0.6.2.tar.gz (25 kB) 08:25:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:25:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:25:16 ---> b4048535f88d 08:25:16 Step 3/24 : WORKDIR /edgex-go 08:25:16 ---> Using cache 08:25:16 ---> 4379c1e7bbf9 08:25:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:16 ---> Using cache 08:25:16 ---> afcc13aeae53 08:25:16 Step 5/24 : RUN apk update && apk add make git 08:25:16 ---> Using cache 08:25:16 ---> 79be9cdd4d33 08:25:16 Step 6/24 : COPY go.mod . 08:25:16 ---> Using cache 08:25:16 ---> 849baacc28e9 08:25:16 Step 7/24 : RUN go mod download 08:25:16 ---> Using cache 08:25:16 ---> bfb51a941069 08:25:16 Step 8/24 : COPY . . 08:25:16 ---> 4b12fbca7e9d 08:25:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:25:16 Collecting dockerpty<0.5,>=0.4.1 08:25:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:25:18 ---> 8402f3f6e425 08:25:18 Step 19/23 : ENTRYPOINT ["/core-data"] 08:25:19 ---> Running in 9ffbec78daf7 08:25:19 ---> 56b83a07ef6a 08:25:19 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 08:25:20 Collecting docker<4.0,>=3.6.0 08:25:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:25:20 ---> Running in b9b752a1002f 08:25:21 Removing intermediate container 9ffbec78daf7 08:25:21 ---> d69c60d581e9 08:25:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:25:21 ---> Running in 4c7bd8910165 08:25:21 Collecting PyYAML<4,>=3.10 08:25:21 Downloading PyYAML-3.13.tar.gz (270 kB) 08:25:22 Removing intermediate container 4c7bd8910165 08:25:22 ---> 86d03eebc06d 08:25:22 Step 21/23 : LABEL arch=arm64 08:25:22 ---> Running in d99e2c95ced8 08:25:23 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:25:24 Removing intermediate container d99e2c95ced8 08:25:24 ---> 01f45e1a870b 08:25:24 Step 22/23 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:25:24 ---> Running in 3aed41cba671 08:25:25 Removing intermediate container 3aed41cba671 08:25:25 ---> a36b724d56d9 08:25:25 Step 23/23 : LABEL version=0.0.0 08:25:25 ---> Running in f9016882e851 08:25:26 Removing intermediate container f9016882e851 08:25:26 ---> e99703deec1b 08:25:26 08:25:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:25:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:25:27 Successfully built e99703deec1b 08:25:27 Successfully tagged docker-core-data-go-arm64:latest 08:25:27  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go 08:25:27 Collecting websocket-client<1.0,>=0.32.0 08:25:27 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:25:28 Collecting docker-pycreds>=0.4.0 08:25:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:25:28 Collecting idna<2.8,>=2.5 08:25:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:25:29 Collecting urllib3<1.25,>=1.21.1 08:25:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:25:29 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:25:30 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:25:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:25:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:25:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:25:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:25:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 08:25:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:25:30 ---> b4048535f88d 08:25:30 Step 3/24 : WORKDIR /edgex-go 08:25:30 ---> Using cache 08:25:30 ---> 4379c1e7bbf9 08:25:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:30 ---> Using cache 08:25:30 ---> afcc13aeae53 08:25:30 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 08:25:31 Installing collected packages: cached-property, jsonschema, texttable, docopt, dockerpty, idna, urllib3, requests, docker-pycreds, websocket-client, docker, PyYAML, docker-compose 08:25:32 ---> Running in 985764cf26d2 08:25:32 Running setup.py install for texttable: started 08:25:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:35 Running setup.py install for texttable: finished with status 'done' 08:25:35 Running setup.py install for docopt: started 08:25:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:25:38 ---> c9ea32fbc802 08:25:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:25:38 v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] 08:25:38 v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] 08:25:38 OK: 12623 distinct packages available 08:25:38 ---> Running in 3ad48e351162 08:25:38 Running setup.py install for docopt: finished with status 'done' 08:25:38 Running setup.py install for dockerpty: started 08:25:39 OK: 217 MiB in 51 packages 08:25:41 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:25:41 Running setup.py install for dockerpty: finished with status 'done' 08:25:41 Attempting uninstall: idna 08:25:41 Found existing installation: idna 2.9 08:25:41 Uninstalling idna-2.9: 08:25:41 Removing intermediate container 985764cf26d2 08:25:41 ---> 025ccf986aa0 08:25:41 Step 6/24 : COPY go.mod . 08:25:41 Successfully uninstalled idna-2.9 08:25:42 Attempting uninstall: urllib3 08:25:42 Found existing installation: urllib3 1.25.9 08:25:42 Uninstalling urllib3-1.25.9: 08:25:43 ---> 9d157bddcfbd 08:25:43 Step 7/24 : RUN go mod download 08:25:43 Successfully uninstalled urllib3-1.25.9 08:25:43 ---> Running in db381a99a47f 08:25:44 Attempting uninstall: requests 08:25:44 Found existing installation: requests 2.23.0 08:25:44 Uninstalling requests-2.23.0: 08:25:44 Successfully uninstalled requests-2.23.0 08:25:46 Running setup.py install for PyYAML: started 08:25:51 Running setup.py install for PyYAML: finished with status 'done' 08:25:51 Removing intermediate container db381a99a47f 08:25:51 ---> 5d974bc8d351 08:25:51 Step 8/24 : COPY . . 08:25:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:25:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:25:51 ---> b4048535f88d 08:25:51 Step 3/22 : WORKDIR /edgex-go 08:25:51 ---> Using cache 08:25:51 ---> 4379c1e7bbf9 08:25:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:51 ---> Using cache 08:25:51 ---> afcc13aeae53 08:25:51 Step 5/22 : RUN apk update && apk add make git 08:25:51 ---> Using cache 08:25:51 ---> 79be9cdd4d33 08:25:51 Step 6/22 : COPY go.mod . 08:25:51 ---> Using cache 08:25:51 ---> 849baacc28e9 08:25:51 Step 7/22 : RUN go mod download 08:25:51 ---> Using cache 08:25:51 ---> bfb51a941069 08:25:51 Step 8/22 : COPY . . 08:25:51 ---> Using cache 08:25:51 ---> c9ea32fbc802 08:25:51 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 08:25:51 ---> Running in f8983f561e95 08:25:52 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:25:55 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:26:00 Removing intermediate container 26f1c208fa2e 08:26:00 ---> e221b927f958 08:26:00 Step 22/27 : RUN apk --no-cache add curl 08:26:00 ---> Running in 5a8a8fb52ec5 08:26:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:26:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:26:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:26:04 (2/3) Installing libcurl (7.69.1-r1) 08:26:04 (3/3) Installing curl (7.69.1-r1) 08:26:04 Executing busybox-1.31.1-r19.trigger 08:26:04 OK: 71 MiB in 58 packages 08:26:08 Removing intermediate container 5a8a8fb52ec5 08:26:08 ---> 9fc3d41688d6 08:26:08 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 08:26:08 ---> Running in f6f8ec2249b6 08:26:08 ---> 2e1ae142968e 08:26:08 Step 9/24 : RUN make cmd/support-notifications/support-notifications 08:26:09 Removing intermediate container f6f8ec2249b6 08:26:09 ---> 591704cc5370 08:26:09 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:26:09 ---> Running in bb9f284411b7 08:26:09 ---> Running in f308c5ab74ac 08:26:10 Removing intermediate container f308c5ab74ac 08:26:10 ---> 9529f949e0df 08:26:10 Step 25/27 : LABEL arch=arm64 08:26:10 ---> Running in 251ebc39dae7 08:26:11 Removing intermediate container 251ebc39dae7 08:26:11 ---> d9fcf23d46a5 08:26:11 Step 26/27 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:26:11 ---> Running in 1b5bef4d0fce 08:26:12 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:26:12 Removing intermediate container 1b5bef4d0fce 08:26:12 ---> 3eeba3f74015 08:26:12 Step 27/27 : LABEL version=0.0.0 08:26:12 ---> Running in 4f0f218b531f 08:26:13 Removing intermediate container 4f0f218b531f 08:26:13 ---> 44b207041895 08:26:13 08:26:13 Successfully built 44b207041895 08:26:13 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:26:13  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go 08:26:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 08:26:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:26:36 ---> b4048535f88d 08:26:36 Step 3/21 : WORKDIR /edgex-go 08:26:36 ---> Using cache 08:26:36 ---> 4379c1e7bbf9 08:26:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:26:36 ---> Using cache 08:26:36 ---> afcc13aeae53 08:26:36 Step 5/21 : RUN apk update && apk add make git 08:26:36 ---> Using cache 08:26:36 ---> 79be9cdd4d33 08:26:36 Step 6/21 : COPY go.mod . 08:26:36 ---> Using cache 08:26:36 ---> 849baacc28e9 08:26:36 Step 7/21 : RUN go mod download 08:26:36 ---> Using cache 08:26:36 ---> bfb51a941069 08:26:36 Step 8/21 : COPY . . 08:26:36 ---> Using cache 08:26:36 ---> c9ea32fbc802 08:26:36 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 08:26:37 ---> Running in de01adc1c1b0 08:26:40 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:26:41 Removing intermediate container b9b752a1002f 08:26:41 ---> bc4cfb2e3266 08:26:41 08:26:41 Step 10/20 : FROM alpine 08:26:41 ---> 2e77e061c27f 08:26:41 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 08:26:41 ---> Running in 3303751e8f2a 08:26:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:26:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:26:44 v3.12.1-16-g3ee3abb14d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 08:26:44 v3.12.1-14-gd1a8d3ca7e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 08:26:44 OK: 12615 distinct packages available 08:26:45 (1/4) Installing ca-certificates (20191127-r4) 08:26:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:26:46 (3/4) Installing libcurl (7.69.1-r1) 08:26:46 (4/4) Installing curl (7.69.1-r1) 08:26:46 Executing busybox-1.31.1-r19.trigger 08:26:46 Executing ca-certificates-20191127-r4.trigger 08:26:46 OK: 7 MiB in 18 packages 08:26:49 Removing intermediate container 3303751e8f2a 08:26:49 ---> 5f1ceea082cc 08:26:49 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:26:49 ---> Running in 9d194e2fe96e 08:26:49 Removing intermediate container 9d194e2fe96e 08:26:49 ---> d869314ba2db 08:26:49 Step 13/20 : WORKDIR /edgex 08:26:49 ---> Running in 2205a6e84c14 08:26:50 Removing intermediate container 2205a6e84c14 08:26:50 ---> e98b34b5d236 08:26:50 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:26:52 ---> 38fbd678334f 08:26:52 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:26:53 ---> e5212c42985f 08:26:53 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:26:53 ---> Running in 8b8beeaefa71 08:26:54 Removing intermediate container 8b8beeaefa71 08:26:54 ---> 8d646d60ab5b 08:26:54 Step 17/20 : CMD ["--init=true"] 08:26:54 ---> Running in 159c7479be0f 08:26:54 Removing intermediate container 159c7479be0f 08:26:54 ---> 409c255adc89 08:26:54 Step 18/20 : LABEL arch=arm64 08:26:55 ---> Running in fce6557c2c78 08:26:55 Removing intermediate container fce6557c2c78 08:26:55 ---> 924ba1778d51 08:26:55 Step 19/20 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:26:56 ---> Running in dfff054a90d7 08:26:56 Removing intermediate container dfff054a90d7 08:26:56 ---> 2f72820ab306 08:26:56 Step 20/20 : LABEL version=0.0.0 08:26:57 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:26:57 ---> Running in d173635fdef8 08:26:57 Removing intermediate container d173635fdef8 08:26:57 ---> d04eda160f9f 08:26:57 08:26:58 Successfully built d04eda160f9f 08:26:58 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:26:58  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 08:27:20 Removing intermediate container 3ad48e351162 08:27:20 ---> 7d3ac70c73c2 08:27:20 08:27:20 Step 10/24 : FROM alpine:3.10 08:27:20 3.10: Pulling from library/alpine 08:27:20 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 08:27:20 Status: Downloaded newer image for alpine:3.10 08:27:20 ---> 536a684cf733 08:27:20 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:27:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 08:27:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:27:20 ---> b4048535f88d 08:27:20 Step 3/22 : WORKDIR /edgex-go 08:27:20 ---> Using cache 08:27:20 ---> 4379c1e7bbf9 08:27:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:27:20 ---> Using cache 08:27:20 ---> afcc13aeae53 08:27:20 Step 5/22 : RUN apk update && apk add make git 08:27:20 ---> Using cache 08:27:20 ---> 79be9cdd4d33 08:27:20 Step 6/22 : COPY go.mod . 08:27:20 ---> Using cache 08:27:20 ---> 849baacc28e9 08:27:20 Step 7/22 : RUN go mod download 08:27:20 ---> Using cache 08:27:20 ---> bfb51a941069 08:27:20 Step 8/22 : COPY . . 08:27:20 ---> Using cache 08:27:20 ---> c9ea32fbc802 08:27:20 Step 9/22 : RUN make cmd/core-command/core-command 08:27:21 ---> Running in a5d9efaa97ef 08:27:21 ---> Running in f2ac9211357f 08:27:23 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:27:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 08:27:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 08:27:25 v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:27:25 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:27:25 OK: 10167 distinct packages available 08:27:25 Removing intermediate container f8983f561e95 08:27:25 ---> 7e98f8c15180 08:27:25 08:27:25 Step 10/22 : FROM alpine:3.10 08:27:25 ---> 536a684cf733 08:27:25 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 08:27:26 (1/5) Installing ca-certificates (20191127-r2) 08:27:26 ---> Running in c2daa31380b1 08:27:26 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:27:26 (3/5) Installing libcurl (7.66.0-r1) 08:27:26 (4/5) Installing curl (7.66.0-r1) 08:27:26 (5/5) Installing dumb-init (1.2.2-r1) 08:27:26 Executing busybox-1.30.1-r3.trigger 08:27:26 Executing ca-certificates-20191127-r2.trigger 08:27:26 OK: 7 MiB in 19 packages 08:27:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 08:27:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 08:27:29 Removing intermediate container f2ac9211357f 08:27:29 ---> 25f09797794f 08:27:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:27:29 ---> Running in 98478fc1ff08 08:27:29 v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 08:27:29 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 08:27:29 OK: 10167 distinct packages available 08:27:30 Removing intermediate container 98478fc1ff08 08:27:30 ---> 0eff1d83faf6 08:27:30 Step 13/24 : WORKDIR / 08:27:30 ---> Running in f520b5e653a3 08:27:30 (1/5) Installing ca-certificates (20191127-r2) 08:27:30 (2/5) Installing nghttp2-libs (1.39.2-r1) 08:27:30 (3/5) Installing libcurl (7.66.0-r1) 08:27:30 (4/5) Installing curl (7.66.0-r1) 08:27:30 (5/5) Installing dumb-init (1.2.2-r1) 08:27:30 Executing busybox-1.30.1-r3.trigger 08:27:30 Executing ca-certificates-20191127-r2.trigger 08:27:30 Removing intermediate container f520b5e653a3 08:27:30 ---> 120d54bda634 08:27:30 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:27:31 OK: 7 MiB in 19 packages 08:27:32 ---> 862b795efc6e 08:27:32 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:27:34 Removing intermediate container c2daa31380b1 08:27:34 ---> 8b9c2fa5e88c 08:27:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 08:27:34 ---> b1b72513bbfc 08:27:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:27:34 ---> Running in d4eaeb45fe80 08:27:34 Removing intermediate container d4eaeb45fe80 08:27:34 ---> 99735a5695fc 08:27:34 Step 13/22 : WORKDIR / 08:27:35 ---> Running in a56420b863c5 08:27:35 ---> 47577a1bce15 08:27:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:27:35 Removing intermediate container a56420b863c5 08:27:35 ---> ba44b94b0a97 08:27:35 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 08:27:37 ---> 397fdaa1814c 08:27:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 08:27:37 ---> 9bac80e64542 08:27:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:27:39 ---> cf0f67ad9ab5 08:27:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 08:27:39 ---> adf664f4f679 08:27:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:27:41 ---> 783e969b1ce4 08:27:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 08:27:41 ---> 95a9bb67e799 08:27:41 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 08:27:41 ---> Running in 826233f4abe6 08:27:42 ---> 50d0b4152c40 08:27:42 Step 18/22 : RUN chmod +x entrypoint.sh 08:27:42 ---> Running in 276cb920c36b 08:27:46 Removing intermediate container 826233f4abe6 08:27:46 ---> 97983a0d8fe0 08:27:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:27:46 ---> Running in 24bbb023687e 08:27:46 Removing intermediate container 276cb920c36b 08:27:46 ---> 2477f4032cc8 08:27:47 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"]Removing intermediate container 24bbb023687e 08:27:47 ---> 4bd92b2d0986 08:27:47 Step 22/24 : LABEL arch=arm64 08:27:47 08:27:47 ---> Running in a910649eae68 08:27:47 ---> Running in 65391d4cdbb5 08:27:48 Removing intermediate container 65391d4cdbb5 08:27:48 ---> f401b8c30fcb 08:27:48 Step 20/22 : LABEL arch=arm64 08:27:48 Removing intermediate container a910649eae68 08:27:48 ---> 7c0db4c994c7 08:27:48 Step 23/24 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:27:48 ---> Running in c3c4899d92ea 08:27:48 ---> Running in a037f24955e8 08:27:48 Removing intermediate container c3c4899d92ea 08:27:48 ---> 96a6f4cc42d0 08:27:48 Step 24/24 : LABEL version=0.0.0 08:27:49 Removing intermediate container a037f24955e8 08:27:49 ---> c68473a34737 08:27:49 Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:27:49 ---> Running in b8135bec5bf9 08:27:49 ---> Running in 8b9e61c30180 08:27:50 Removing intermediate container b8135bec5bf9 08:27:50 ---> 173f823bd10e 08:27:50 08:27:50 Removing intermediate container 8b9e61c30180 08:27:50 ---> 21014d74d3eb 08:27:50 Step 22/22 : LABEL version=0.0.0 08:27:50 Successfully built 173f823bd10e 08:27:50 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:27:50  Building docker-security-secretstore-setup-go ... done  ---> Running in baec12b618bc 08:27:51 Removing intermediate container baec12b618bc 08:27:51 ---> 88decfd9478e 08:27:51 08:27:52 Successfully built 88decfd9478e 08:27:52 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 08:28:04  Building docker-security-bootstrap-redis-go ... done Removing intermediate container bb9f284411b7 08:28:04 ---> be961baf1247 08:28:04 08:28:04 Step 10/24 : FROM scratch 08:28:04 ---> 08:28:04 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 08:28:04 ---> Using cache 08:28:04 ---> be3b046e47bb 08:28:04 Step 12/24 : ENV APP_PORT=48060 08:28:04 ---> Running in b1294e0368ed 08:28:05 Removing intermediate container b1294e0368ed 08:28:05 ---> c6ad63f07899 08:28:05 Step 13/24 : EXPOSE $APP_PORT 08:28:05 ---> Running in 16984f3beb61 08:28:05 Removing intermediate container 16984f3beb61 08:28:05 ---> 2f20e3ab36cb 08:28:05 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 08:28:06 ---> 8435da5b8d06 08:28:06 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 08:28:08 ---> e77ace0d0d8c 08:28:08 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 08:28:10 ---> b442dc89ea2a 08:28:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 08:28:11 ---> 05a36b4328ea 08:28:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:28:12 ---> b2bb665964f7 08:28:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:28:14 ---> 30ce47c9508b 08:28:14 Step 20/24 : ENTRYPOINT ["/support-notifications"] 08:28:15 ---> Running in 8d6b92db1a8c 08:28:16 Removing intermediate container de01adc1c1b0 08:28:16 ---> ea21eb2b1c34 08:28:16 08:28:16 Step 10/21 : FROM scratch 08:28:16 ---> 08:28:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:28:16 Removing intermediate container 8d6b92db1a8c 08:28:16 ---> 988059236e6d 08:28:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:28:16 ---> Using cache 08:28:16 ---> 0469168b7271 08:28:16 Step 12/21 : ENV APP_PORT=48085 08:28:16 ---> Running in 74e1c93f2856 08:28:16 ---> Running in 3009fb3b600f 08:28:17 Removing intermediate container 74e1c93f2856 08:28:17 ---> d210060a1b11 08:28:17 Step 22/24 : LABEL arch=arm64 08:28:17 ---> Running in 0d4a02612284 08:28:17 Removing intermediate container 3009fb3b600f 08:28:17 ---> b9bf1eae294c 08:28:17 Step 13/21 : EXPOSE $APP_PORT 08:28:17 ---> Running in 8d85543c2120 08:28:17 Removing intermediate container 0d4a02612284 08:28:17 ---> 14708393a96a 08:28:17 Step 23/24 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:28:18 Removing intermediate container 8d85543c2120 08:28:18 ---> e43e648aa3e8 08:28:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 08:28:18 ---> Running in c5b4258e9245 08:28:19 Removing intermediate container c5b4258e9245 08:28:19 ---> c5b3fbdbf91d 08:28:19 Step 24/24 : LABEL version=0.0.0 08:28:19 ---> Running in f62bb59403ec 08:28:19 ---> cb2c762c0cd4 08:28:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:28:19 Removing intermediate container f62bb59403ec 08:28:19 ---> 2678e9b05aae 08:28:19 08:28:20 Successfully built 2678e9b05aae 08:28:20 Successfully tagged docker-support-notifications-go-arm64:latest 08:28:21  Building docker-support-notifications-go ... done  ---> f8ed00aa5829 08:28:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:28:22 ---> 479be7a01093 08:28:22 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 08:28:22 ---> Running in fa86e8994379 08:28:22 Removing intermediate container fa86e8994379 08:28:22 ---> 390ef19ba4a4 08:28:22 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:28:22 ---> Running in cce7f46c1334 08:28:23 Removing intermediate container cce7f46c1334 08:28:23 ---> fa89d3fe463d 08:28:23 Step 19/21 : LABEL arch=arm64 08:28:23 ---> Running in 035f55a13edc 08:28:24 Removing intermediate container 035f55a13edc 08:28:24 ---> fdc57a6aa365 08:28:24 Step 20/21 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:28:24 ---> Running in 4bda0a296940 08:28:24 Removing intermediate container 4bda0a296940 08:28:24 ---> 3f1d152612a6 08:28:24 Step 21/21 : LABEL version=0.0.0 08:28:24 ---> Running in 6f6294c5425c 08:28:25 Removing intermediate container 6f6294c5425c 08:28:25 ---> f6d0f7e81e7d 08:28:25 08:28:26 Successfully built f6d0f7e81e7d 08:28:26 Successfully tagged docker-support-scheduler-go-arm64:latest 08:28:29  Building docker-support-scheduler-go ... done Removing intermediate container a5d9efaa97ef 08:28:29 ---> ed8c7898e427 08:28:29 08:28:29 Step 10/22 : FROM scratch 08:28:29 ---> 08:28:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:28:29 ---> Using cache 08:28:29 ---> 0469168b7271 08:28:29 Step 12/22 : ENV APP_PORT=48082 08:28:29 ---> Running in 1db12161f76e 08:28:29 Removing intermediate container 1db12161f76e 08:28:29 ---> 3dac84185ca1 08:28:29 Step 13/22 : EXPOSE $APP_PORT 08:28:29 ---> Running in b3f455d3d4ee 08:28:30 Removing intermediate container b3f455d3d4ee 08:28:30 ---> 7fafde82f040 08:28:30 Step 14/22 : WORKDIR / 08:28:30 ---> Running in 1da41ae58f2f 08:28:30 Removing intermediate container 1da41ae58f2f 08:28:30 ---> 1a432f2a6ca1 08:28:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 08:28:31 ---> 997531ff79a9 08:28:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:28:32 ---> 6c26f44dfd6b 08:28:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:28:33 ---> 62d1beeffbe5 08:28:33 Step 18/22 : ENTRYPOINT ["/core-command"] 08:28:33 ---> Running in 1f31715e5fd6 08:28:34 Removing intermediate container 1f31715e5fd6 08:28:34 ---> 3db77bf83ff0 08:28:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:28:34 ---> Running in 6dca8cf703c7 08:28:34 Removing intermediate container 6dca8cf703c7 08:28:34 ---> 86def98e1f33 08:28:34 Step 20/22 : LABEL arch=arm64 08:28:34 ---> Running in b326b36fecbe 08:28:35 Removing intermediate container b326b36fecbe 08:28:35 ---> 0fb49aeb0be5 08:28:35 Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 08:28:35 ---> Running in e0d8912baff6 08:28:35 Removing intermediate container e0d8912baff6 08:28:35 ---> 173c9267af6a 08:28:35 Step 22/22 : LABEL version=0.0.0 08:28:35 ---> Running in 8c7868df05c9 08:28:36 Removing intermediate container 8c7868df05c9 08:28:36 ---> 308d77c9df5d 08:28:36 08:28:36 Successfully built 308d77c9df5d 08:28:36 Successfully tagged docker-core-command-go-arm64:latest 08:28:37  Building docker-core-command-go ... done  [Pipeline] } 08:28:37 $ docker stop --time=1 8d394c8f0d79e17f090976622f025d24496c508e90c581883dbbbeee1ae21304 08:28:38 $ docker rm -f 8d394c8f0d79e17f090976622f025d24496c508e90c581883dbbbeee1ae21304 [Pipeline] // withDockerContainer [Pipeline] sh 08:28:39 + + grepdocker docker images 08:28:39 08:28:39 docker-core-command-go-arm64 latest 308d77c9df5d 3 seconds ago 11.4MB 08:28:39 docker-support-scheduler-go-arm64 latest f6d0f7e81e7d 14 seconds ago 11.5MB 08:28:39 docker-support-notifications-go-arm64 latest 2678e9b05aae 20 seconds ago 12.9MB 08:28:39 docker-security-bootstrap-redis-go-arm64 latest 88decfd9478e 48 seconds ago 15.2MB 08:28:39 docker-security-secretstore-setup-go-arm64 latest 173f823bd10e 50 seconds ago 23.6MB 08:28:39 docker-security-proxy-setup-go-arm64 latest d04eda160f9f About a minute ago 15.1MB 08:28:39 docker-sys-mgmt-agent-go-arm64 latest 44b207041895 2 minutes ago 270MB 08:28:39 docker-core-data-go-arm64 latest e99703deec1b 3 minutes ago 22.3MB 08:28:39 docker-core-metadata-go-arm64 latest 9e964f7afae6 3 minutes ago 13.5MB 08:28:39 docker-security-secrets-setup-go-arm64 latest d7d4deed32cc 3 minutes ago 22.7MB 08:28:39 docker-support-logging-go-arm64 latest 628c2be5bd1a 4 minutes ago 10.6MB 08:28:39 docker latest 5d4db4dc0692 13 days ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:28:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:28:44 ---> package-listing.sh 08:28:44 ++ facter osfamily 08:28:44 ++ tr '[:upper:]' '[:lower:]' 08:28:44 + OS_FAMILY=redhat 08:28:44 + workspace=/w/workspace/edgex-go/14 08:28:44 + START_PACKAGES=/tmp/packages_start.txt 08:28:44 + END_PACKAGES=/tmp/packages_end.txt 08:28:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:28:44 + PACKAGES=/tmp/packages_start.txt 08:28:44 + '[' /w/workspace/edgex-go/14 ']' 08:28:44 + PACKAGES=/tmp/packages_end.txt 08:28:44 + case "${OS_FAMILY}" in 08:28:44 + rpm -qa 08:28:44 + sort 08:28:49 + '[' -f /tmp/packages_start.txt ']' 08:28:49 + '[' -f /tmp/packages_end.txt ']' 08:28:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:28:49 + '[' /w/workspace/edgex-go/14 ']' 08:28:49 + mkdir -p /w/workspace/edgex-go/14/archives/ 08:28:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo 08:28:49 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:28:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:28:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:28:50 08:28:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:28:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:28:50 alpine: Pulling from edgex-lftools-log-publisher 08:28:50 df20fa9351a1: Already exists 08:28:50 36b3adc4ff6f: Pulling fs layer 08:28:50 8ad3a11d3b57: Pulling fs layer 08:28:50 46f8f816bc3b: Pulling fs layer 08:28:50 93b61091891f: Pulling fs layer 08:28:50 93b9cdb0e59b: Pulling fs layer 08:28:50 5e14af77c1be: Pulling fs layer 08:28:50 01666e4c0597: Pulling fs layer 08:28:50 aa168da1d23b: Pulling fs layer 08:28:50 93b9cdb0e59b: Waiting 08:28:50 5e14af77c1be: Waiting 08:28:50 01666e4c0597: Waiting 08:28:50 aa168da1d23b: Waiting 08:28:50 93b61091891f: Waiting 08:28:50 46f8f816bc3b: Verifying Checksum 08:28:50 46f8f816bc3b: Download complete 08:28:50 36b3adc4ff6f: Verifying Checksum 08:28:50 93b9cdb0e59b: Verifying Checksum 08:28:50 93b9cdb0e59b: Download complete 08:28:50 5e14af77c1be: Verifying Checksum 08:28:50 5e14af77c1be: Download complete 08:28:50 01666e4c0597: Verifying Checksum 08:28:50 01666e4c0597: Download complete 08:28:51 93b61091891f: Verifying Checksum 08:28:51 93b61091891f: Download complete 08:28:51 36b3adc4ff6f: Pull complete 08:28:51 8ad3a11d3b57: Verifying Checksum 08:28:51 8ad3a11d3b57: Download complete 08:28:52 8ad3a11d3b57: Pull complete 08:28:53 46f8f816bc3b: Pull complete 08:28:53 93b61091891f: Pull complete 08:28:54 93b9cdb0e59b: Pull complete 08:28:55 5e14af77c1be: Pull complete 08:28:55 aa168da1d23b: Download complete 08:28:56 01666e4c0597: Pull complete 08:29:08 aa168da1d23b: Pull complete 08:29:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:29:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:29:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:29:09 prd-centos7-docker-4c-2g-11177 does not seem to be running inside a container 08:29:09 $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:29:13 $ docker top 05cce92200030db94221662db9de72ed05d2f89116ab64e5a37198879c24ac5e -eo pid,comm [Pipeline] { [Pipeline] sh 08:29:13 + touch /tmp/pre-build-complete [Pipeline] sh 08:29:14 + mkdir -p /var/log/sa [Pipeline] sh 08:29:14 + ls /var/log/sa-host 08:29:14 + sadf -c /var/log/sa-host/sa04 08:29:14 file_magic: OK 08:29:14 HZ: Using current value: 100 08:29:14 file_header: OK 08:29:14 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:29:14 Statistics: 08:29:14 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:29:14 File successfully converted to sysstat format version 12.2.1 08:29:14 + sadf -c /var/log/sa-host/sa05 08:29:14 file_magic: OK 08:29:14 HZ: Using current value: 100 08:29:14 file_header: OK 08:29:14 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:29:14 Statistics: 08:29:14 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:29:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:29:16 provisioning config files... 08:29:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config3140212964495928527tmp [Pipeline] { [Pipeline] echo 08:29:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:29:16 ---> create-netrc.sh [Pipeline] } 08:29:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:29:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:29:16 ---> python-tools-install.sh [Pipeline] echo 08:29:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:29:17 ---> sudo-logs.sh 08:29:17 Archiving 'sudo' log.. [Pipeline] echo 08:29:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:29:17 ---> job-cost.sh 08:29:17 lf-activate-venv: SKIPPING 08:29:17 INFO: No Stack... 08:29:18 INFO: Retrieving Pricing Info for: v1-standard-2 08:29:19 INFO: Archiving Costs [Pipeline] echo 08:29:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:29:19 ---> logs-deploy.sh 08:29:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2840/14 08:29:19 INFO: archiving workspace using pattern(s): 08:29:21 Archives upload complete. 08:29:22 INFO: archiving logs to Nexus 08:29:23 ---> uname -a: 08:29:23 Linux prd-centos7-docker-4c-2g-11177.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 08:29:23 08:29:23 08:29:23 ---> lscpu: 08:29:23 Architecture: x86_64 08:29:23 CPU op-mode(s): 32-bit, 64-bit 08:29:23 Byte Order: Little Endian 08:29:23 Address sizes: 40 bits physical, 48 bits virtual 08:29:23 CPU(s): 4 08:29:23 On-line CPU(s) list: 0-3 08:29:23 Thread(s) per core: 1 08:29:23 Core(s) per socket: 1 08:29:23 Socket(s): 4 08:29:23 NUMA node(s): 1 08:29:23 Vendor ID: GenuineIntel 08:29:23 CPU family: 6 08:29:23 Model: 44 08:29:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:29:23 Stepping: 1 08:29:23 CPU MHz: 2933.438 08:29:23 BogoMIPS: 5866.87 08:29:23 Virtualization: VT-x 08:29:23 Hypervisor vendor: KVM 08:29:23 Virtualization type: full 08:29:23 L1d cache: 128 KiB 08:29:23 L1i cache: 128 KiB 08:29:23 L2 cache: 16 MiB 08:29:23 L3 cache: 64 MiB 08:29:23 NUMA node0 CPU(s): 0-3 08:29:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:29:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:29:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:29:23 Vulnerability Meltdown: Mitigation; PTI 08:29:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:29:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:29:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:29:23 Vulnerability Tsx async abort: Not affected 08:29:23 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:29:23 08:29:23 08:29:23 ---> nproc: 08:29:23 4 08:29:23 08:29:23 08:29:23 ---> df -h: 08:29:23 Filesystem Size Used Available Use% Mounted on 08:29:23 overlay 50.0G 12.3G 37.7G 25% / 08:29:23 tmpfs 64.0M 0 64.0M 0% /dev 08:29:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:29:23 shm 64.0M 0 64.0M 0% /dev/shm 08:29:23 /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os 08:29:23 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf 08:29:23 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname 08:29:23 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts 08:29:23 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure 08:29:23 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log 08:29:23 /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json 08:29:23 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host 08:29:23 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/14 08:29:23 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/14@tmp 08:29:23 08:29:23 08:29:23 ---> free -m: 08:29:23 total used free shared buff/cache available 08:29:23 Mem: 1837 643 128 0 1065 1106 08:29:23 Swap: 1023 76 947 08:29:23 08:29:23 08:29:23 ---> ip addr: 08:29:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:29:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:29:23 inet 127.0.0.1/8 scope host lo 08:29:23 valid_lft forever preferred_lft forever 08:29:23 inet6 ::1/128 scope host 08:29:23 valid_lft forever preferred_lft forever 08:29:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:29:23 link/ether fa:16:3e:12:ba:f7 brd ff:ff:ff:ff:ff:ff 08:29:23 inet 10.30.123.12/23 brd 10.30.123.255 scope global dynamic eth0 08:29:23 valid_lft 85261sec preferred_lft 85261sec 08:29:23 inet6 fe80::f816:3eff:fe12:baf7/64 scope link 08:29:23 valid_lft forever preferred_lft forever 08:29:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:29:23 link/ether 02:42:ac:84:85:1a brd ff:ff:ff:ff:ff:ff 08:29:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:29:23 valid_lft forever preferred_lft forever 08:29:23 inet6 fe80::42:acff:fe84:851a/64 scope link 08:29:23 valid_lft forever preferred_lft forever 08:29:23 08:29:23 08:29:23 ---> sar -b -r -n DEV: 08:29:23 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:29:23 08:29:23 08:10:07 LINUX RESTART (4 CPU) 08:29:23 08:29:23 08:11:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:29:23 08:12:01 63.61 14.26 49.35 0.00 5196.96 14278.53 0.00 08:29:23 08:13:01 213.47 80.42 133.06 0.00 6302.95 50987.22 0.00 08:29:23 08:14:01 245.38 122.15 123.23 0.00 6235.67 19200.80 0.00 08:29:23 08:15:02 134.79 66.14 68.65 0.00 2824.15 5793.70 0.00 08:29:23 08:16:01 66.94 31.37 35.57 0.00 1517.16 7204.38 0.00 08:29:23 08:17:02 301.31 116.37 184.94 0.00 54169.61 121901.18 0.00 08:29:23 08:18:02 2482.59 2168.22 314.37 0.00 141142.51 152034.21 0.00 08:29:23 08:19:01 1090.11 900.57 189.54 0.00 56369.69 58212.41 0.00 08:29:23 08:20:02 965.83 618.31 347.52 0.00 63482.37 98996.84 0.00 08:29:23 08:21:01 1816.89 1547.59 269.29 0.00 67530.64 79379.66 0.00 08:29:23 08:22:02 1985.22 1650.90 334.32 0.00 91918.93 102652.01 0.00 08:29:23 08:23:01 520.46 377.76 142.70 0.00 23850.79 26275.57 0.00 08:29:23 08:24:01 5.83 0.27 5.56 0.00 5.59 175.20 0.00 08:29:23 08:25:01 1.26 0.98 0.28 0.00 36.19 3.48 0.00 08:29:23 08:26:01 2.13 1.36 0.77 0.00 34.07 14.76 0.00 08:29:23 08:27:01 0.28 0.02 0.27 0.00 0.27 2.75 0.00 08:29:23 08:28:01 0.23 0.05 0.18 0.00 0.53 1.88 0.00 08:29:23 08:29:01 90.99 45.00 45.99 0.00 4716.36 10655.19 0.00 08:29:23 Average: 554.60 429.68 124.92 0.00 29225.25 41669.13 0.00 08:29:23 08:29:23 08:11:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:29:23 08:12:01 84464 0 636960 33.85 2620 1157512 1408172 48.06 599856 1031884 92 08:29:23 08:13:01 77844 0 675512 35.90 1760 1126440 1567056 53.48 664120 938844 13804 08:29:23 08:14:01 150680 0 691580 36.76 1492 1037804 1734328 59.19 703584 793444 58668 08:29:23 08:15:02 271156 0 788848 41.93 1252 820300 1814144 61.91 730280 639372 20936 08:29:23 08:16:01 253304 0 674648 35.86 1164 952440 1210880 41.33 632464 757504 27408 08:29:23 08:17:02 65676 0 818940 43.52 0 996940 2332284 79.60 768212 880672 29540 08:29:23 08:18:02 67256 0 824288 43.81 0 990012 2370096 80.89 782836 852024 14840 08:29:23 08:19:01 382180 0 886524 47.12 0 612852 3299376 112.60 650876 626856 33772 08:29:23 08:20:02 238072 0 679712 36.12 0 963772 1548352 52.84 593488 864636 9352 08:29:23 08:21:01 81012 0 747960 39.75 0 1052584 2045132 69.80 623392 973772 11836 08:29:23 08:22:02 373892 0 647448 34.41 0 860216 1590944 54.30 460364 861340 0 08:29:23 08:23:01 498556 0 564992 30.03 0 818008 1196068 40.82 410936 789048 20 08:29:23 08:24:01 500288 0 562992 29.92 0 818276 1180636 40.29 409764 789184 12 08:29:23 08:25:01 497152 0 565388 30.05 0 819016 1183384 40.39 412380 789784 12 08:29:23 08:26:01 499948 0 562148 29.88 0 819460 1166244 39.80 409048 790148 20 08:29:23 08:27:01 500152 0 561956 29.87 0 819448 1163160 39.70 408716 790148 12 08:29:23 08:28:01 500404 0 561696 29.85 0 819456 1160068 39.59 408524 790172 12 08:29:23 08:29:01 73632 0 644436 34.25 0 1163488 1625564 55.48 582560 1028860 101644 08:29:23 Average: 284204 0 672002 35.72 460 924890 1644216 56.11 569522 832650 17888 08:29:23 08:29:23 08:11:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:29:23 08:12:01 veth80c9f1d 827.56 734.51 80.30 2699.89 0.00 0.00 0.00 0.00 08:29:23 08:12:01 eth0 1314.38 1326.82 5838.65 143.67 0.00 0.00 0.00 0.00 08:29:23 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:12:01 docker0 827.56 734.38 68.99 2699.88 0.00 0.00 0.00 0.00 08:29:23 08:13:01 eth0 522.72 348.21 4353.75 57.14 0.00 0.00 0.00 0.00 08:29:23 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:13:01 docker0 44.39 76.98 2.69 360.16 0.00 0.00 0.00 0.00 08:29:23 08:14:01 eth0 126.03 107.20 492.71 19.07 0.00 0.00 0.00 0.00 08:29:23 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:14:01 vethe52b616 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:29:23 08:14:01 docker0 86.33 100.48 6.81 466.86 0.00 0.00 0.00 0.00 08:29:23 08:15:02 eth0 41.94 34.42 27.66 82.47 0.00 0.00 0.00 0.00 08:29:23 08:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:15:02 vethe52b616 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:16:01 eth0 33.18 25.45 27.81 14.92 0.00 0.00 0.00 0.00 08:29:23 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:16:01 vethe52b616 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:17:02 eth0 179.83 136.41 1665.60 72.52 0.00 0.00 0.00 0.00 08:29:23 08:17:02 veth9e569f6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:29:23 08:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:18:02 eth0 51.02 38.00 166.50 11.16 0.00 0.00 0.00 0.00 08:29:23 08:18:02 veth9e569f6 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 08:29:23 08:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:18:02 docker0 20.74 26.91 1.21 146.76 0.00 0.00 0.00 0.00 08:29:23 08:19:01 veth8d72384 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:29:23 08:19:01 eth0 45.47 39.83 48.86 67.29 0.00 0.00 0.00 0.00 08:29:23 08:19:01 veth9e569f6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:20:02 eth0 121.83 63.98 429.45 23.45 0.00 0.00 0.00 0.00 08:29:23 08:20:02 veth9e569f6 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:29:23 08:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:20:02 docker0 998.59 1002.08 80.37 4035.08 0.00 0.00 0.00 0.00 08:29:23 08:21:01 eth0 68.35 50.29 158.96 79.08 0.00 0.00 0.00 0.00 08:29:23 08:21:01 veth9e569f6 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:21:01 vethdd58faa 5.19 6.92 0.60 20.49 0.00 0.00 0.00 0.00 08:29:23 08:22:02 eth0 66.18 48.34 98.61 74.00 0.00 0.00 0.00 0.00 08:29:23 08:22:02 veth9e569f6 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:22:02 docker0 1015.39 1029.15 81.52 4180.20 0.00 0.00 0.00 0.00 08:29:23 08:23:01 eth0 43.22 32.96 68.10 15.74 0.00 0.00 0.00 0.00 08:29:23 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:23:01 docker0 5.31 6.97 0.28 39.01 0.00 0.00 0.00 0.00 08:29:23 08:24:01 eth0 0.85 0.18 0.42 0.02 0.00 0.00 0.00 0.00 08:29:23 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:25:01 eth0 1.20 0.62 0.57 0.37 0.00 0.00 0.00 0.00 08:29:23 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:26:01 eth0 0.18 0.15 0.08 0.10 0.00 0.00 0.00 0.00 08:29:23 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:27:01 eth0 0.17 0.17 0.07 0.01 0.00 0.00 0.00 0.00 08:29:23 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:28:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:29:01 eth0 215.84 174.73 2120.16 67.66 0.00 0.00 0.00 0.00 08:29:23 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 Average: eth0 156.83 134.23 860.39 40.45 0.00 0.00 0.00 0.00 08:29:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:29:23 Average: docker0 57.18 58.04 4.58 236.34 0.00 0.00 0.00 0.00 08:29:23 08:29:23 08:29:23 ---> sar -P ALL: 08:29:23 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:29:23 08:29:23 08:10:07 LINUX RESTART (4 CPU) 08:29:23 08:29:23 08:11:02 CPU %user %nice %system %iowait %steal %idle 08:29:23 08:12:01 all 8.00 0.00 3.85 1.60 10.24 76.30 08:29:23 08:12:01 0 7.64 0.00 4.71 0.86 11.79 74.99 08:29:23 08:12:01 1 7.82 0.00 3.66 1.66 9.47 77.38 08:29:23 08:12:01 2 8.69 0.00 3.67 3.78 10.75 73.12 08:29:23 08:12:01 3 7.87 0.00 3.39 0.14 9.01 79.60 08:29:23 08:13:01 all 9.55 0.00 5.28 1.46 12.87 70.84 08:29:23 08:13:01 0 7.83 0.00 4.79 0.64 13.53 73.20 08:29:23 08:13:01 1 7.80 0.00 5.04 1.94 12.85 72.36 08:29:23 08:13:01 2 7.56 0.00 5.57 2.50 12.73 71.63 08:29:23 08:13:01 3 15.19 0.00 5.71 0.74 12.34 66.02 08:29:23 08:14:01 all 15.39 0.00 8.72 5.09 16.05 54.75 08:29:23 08:14:01 0 15.30 0.00 9.78 4.78 15.92 54.22 08:29:23 08:14:01 1 14.62 0.00 8.40 4.89 16.45 55.64 08:29:23 08:14:01 2 14.22 0.00 8.06 7.41 16.10 54.21 08:29:23 08:14:01 3 17.45 0.00 8.65 3.23 15.74 54.93 08:29:23 08:15:02 all 40.19 0.00 13.95 4.20 22.99 18.68 08:29:23 08:15:02 0 40.94 0.00 14.13 3.99 24.10 16.84 08:29:23 08:15:02 1 41.12 0.00 14.06 5.15 22.76 16.91 08:29:23 08:15:02 2 39.76 0.00 13.60 3.85 22.87 19.92 08:29:23 08:15:02 3 38.94 0.00 14.01 3.78 22.25 21.03 08:29:23 08:16:01 all 19.04 0.00 9.42 1.41 21.33 48.81 08:29:23 08:16:01 0 20.36 0.00 9.66 0.73 21.60 47.65 08:29:23 08:16:01 1 19.21 0.00 9.21 0.76 21.09 49.73 08:29:23 08:16:01 2 18.79 0.00 8.98 1.63 21.16 49.44 08:29:23 08:16:01 3 17.79 0.00 9.82 2.52 21.45 48.42 08:29:23 08:17:02 all 10.74 0.00 12.35 3.23 20.01 53.68 08:29:23 08:17:02 0 10.52 0.00 11.51 4.12 20.89 52.96 08:29:23 08:17:02 1 9.09 0.00 11.90 2.64 19.70 56.68 08:29:23 08:17:02 2 12.48 0.00 13.18 3.17 20.04 51.14 08:29:23 08:17:02 3 10.88 0.00 12.85 2.99 19.40 53.89 08:29:23 08:18:02 all 15.23 0.00 19.48 19.49 17.11 28.69 08:29:23 08:18:02 0 13.80 0.00 17.52 19.00 17.66 32.03 08:29:23 08:18:02 1 14.32 0.00 17.99 20.59 17.37 29.73 08:29:23 08:18:02 2 16.04 0.00 21.66 20.19 17.08 25.03 08:29:23 08:18:02 3 16.88 0.00 20.88 18.15 16.28 27.81 08:29:23 08:19:01 all 59.08 0.00 17.96 7.17 9.28 6.51 08:29:23 08:19:01 0 55.09 0.00 18.67 8.89 10.90 6.45 08:29:23 08:19:01 1 59.36 0.00 17.59 7.87 8.68 6.50 08:29:23 08:19:01 2 58.06 0.00 18.32 5.89 9.63 8.11 08:29:23 08:19:01 3 63.70 0.00 17.27 6.05 7.96 5.02 08:29:23 08:20:02 all 23.92 0.00 16.67 20.71 14.27 24.43 08:29:23 08:20:02 0 23.86 0.00 15.10 18.17 14.28 28.58 08:29:23 08:20:02 1 22.49 0.00 17.15 18.85 13.87 27.63 08:29:23 08:20:02 2 25.53 0.00 17.42 20.80 13.74 22.51 08:29:23 08:20:02 3 23.80 0.00 17.04 25.20 15.24 18.72 08:29:23 08:21:01 all 44.81 0.00 20.63 12.89 14.08 7.59 08:29:23 08:21:01 0 47.30 0.00 21.25 11.57 12.56 7.33 08:29:23 08:21:01 1 43.29 0.00 18.99 14.30 15.90 7.51 08:29:23 08:21:01 2 43.69 0.00 22.40 13.95 14.47 5.49 08:29:23 08:21:01 3 44.96 0.00 19.95 11.78 13.39 9.93 08:29:23 08:22:02 all 23.98 0.00 18.21 20.98 13.13 23.69 08:29:23 08:22:02 0 23.02 0.00 15.30 22.36 13.90 25.43 08:29:23 08:22:02 1 24.67 0.00 18.46 21.89 12.75 22.22 08:29:23 08:22:02 2 24.24 0.00 21.04 19.03 13.14 22.55 08:29:23 08:22:02 3 24.04 0.00 18.13 20.59 12.73 24.51 08:29:23 08:29:23 08:22:02 CPU %user %nice %system %iowait %steal %idle 08:29:23 08:23:01 all 20.68 0.00 9.63 5.16 8.38 56.15 08:29:23 08:23:01 0 20.15 0.00 8.77 6.10 8.12 56.87 08:29:23 08:23:01 1 19.64 0.00 9.30 6.12 8.74 56.19 08:29:23 08:23:01 2 23.21 0.00 10.58 4.50 7.71 54.00 08:29:23 08:23:01 3 19.71 0.00 9.89 3.91 8.95 57.53 08:29:23 08:24:01 all 0.11 0.00 0.03 0.00 0.16 99.69 08:29:23 08:24:01 0 0.02 0.00 0.02 0.00 0.08 99.88 08:29:23 08:24:01 1 0.15 0.00 0.03 0.00 0.23 99.58 08:29:23 08:24:01 2 0.25 0.00 0.03 0.00 0.18 99.53 08:29:23 08:24:01 3 0.03 0.00 0.05 0.02 0.13 99.77 08:29:23 08:25:01 all 0.09 0.00 0.02 0.02 0.22 99.65 08:29:23 08:25:01 0 0.03 0.00 0.03 0.02 0.07 99.85 08:29:23 08:25:01 1 0.02 0.00 0.02 0.02 0.20 99.75 08:29:23 08:25:01 2 0.27 0.00 0.03 0.02 0.30 99.38 08:29:23 08:25:01 3 0.03 0.00 0.02 0.02 0.33 99.60 08:29:23 08:26:01 all 0.10 0.00 0.04 0.01 0.10 99.75 08:29:23 08:26:01 0 0.03 0.00 0.07 0.05 0.08 99.77 08:29:23 08:26:01 1 0.02 0.00 0.02 0.00 0.07 99.90 08:29:23 08:26:01 2 0.33 0.00 0.03 0.00 0.20 99.43 08:29:23 08:26:01 3 0.02 0.00 0.03 0.00 0.07 99.88 08:29:23 08:27:01 all 0.12 0.00 0.03 0.00 0.11 99.74 08:29:23 08:27:01 0 0.03 0.00 0.02 0.00 0.07 99.88 08:29:23 08:27:01 1 0.02 0.00 0.03 0.00 0.15 99.80 08:29:23 08:27:01 2 0.38 0.00 0.05 0.00 0.22 99.35 08:29:23 08:27:01 3 0.03 0.00 0.02 0.00 0.02 99.93 08:29:23 08:28:01 all 0.12 0.00 0.02 0.00 0.16 99.70 08:29:23 08:28:01 0 0.02 0.00 0.03 0.00 0.05 99.90 08:29:23 08:28:01 1 0.03 0.00 0.03 0.00 0.28 99.65 08:29:23 08:28:01 2 0.40 0.00 0.02 0.00 0.25 99.33 08:29:23 08:28:01 3 0.03 0.00 0.02 0.00 0.05 99.90 08:29:23 08:29:01 all 3.09 0.00 2.05 1.92 4.57 88.38 08:29:23 08:29:01 0 2.71 0.00 2.15 1.57 4.40 89.17 08:29:23 08:29:01 1 3.55 0.00 2.32 1.60 4.80 87.73 08:29:23 08:29:01 2 2.79 0.00 1.70 1.32 4.75 89.44 08:29:23 08:29:01 3 3.30 0.00 2.05 3.18 4.32 87.15 08:29:23 Average: all 15.36 0.00 8.42 5.59 10.05 60.58 08:29:23 Average: 0 15.03 0.00 8.16 5.49 10.32 61.00 08:29:23 Average: 1 15.00 0.00 8.22 5.76 10.08 60.94 08:29:23 Average: 2 15.46 0.00 8.80 5.73 10.05 59.96 08:29:23 Average: 3 15.97 0.00 8.48 5.39 9.73 60.42 08:29:23 08:29:23 08:29:23