Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 8a562533c14a3b85d4c48007758f286d837d2a70 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 8a562533c14a3b85d4c48007758f286d837d2a70 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28610 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/76 [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/76 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --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 --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing aae23c0f7cf4439c59d33128a7e0d2464996f88b Checking out Revision aae23c0f7cf4439c59d33128a7e0d2464996f88b (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aae23c0f7cf4439c59d33128a7e0d2464996f88b # timeout=10 Commit message: "Merge commit '8a562533c14a3b85d4c48007758f286d837d2a70' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 0ed1454298af64722bcd2ea4446a6101be8e8e8a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:33:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:33:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:33:08 ========================================================= 00:33:08 EdgeX Global Pipelines Version Info 00:33:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:33:11 ------------------- 00:33:11 stable info: 00:33:11 ------------------- 00:33:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:33:11 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:33:11 Message: update stable to v1.0.184 00:33:12 ------------------- 00:33:12 experimental info: 00:33:12 ------------------- 00:33:12 Commited By: **** collab-it+edgex@linuxfoundation.org 00:33:12 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:33:12 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:33:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:33:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:33:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:33:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:33:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:33:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:33:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:33:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:33:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:33:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:33:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:33:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:33:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:33:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:33:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:33:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:33:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:33:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:33:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aae23c0f7cf4439c59d33128a7e0d2464996f88b [Pipeline] echo 00:33:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aae23c0 [Pipeline] echo 00:33:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:33:15 provisioning config files... 00:33:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/76@tmp/config3641992118005930724tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:33:15 ---> docker-login.sh 00:33:15 nexus3.edgexfoundry.org:10001 00:33:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:17 Configure a credential helper to remove this warning. See 00:33:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:17 00:33:17 Login Succeeded 00:33:17 nexus3.edgexfoundry.org:10002 00:33:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:19 Configure a credential helper to remove this warning. See 00:33:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:19 00:33:19 Login Succeeded 00:33:19 nexus3.edgexfoundry.org:10003 00:33:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:19 Configure a credential helper to remove this warning. See 00:33:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:19 00:33:19 Login Succeeded 00:33:19 nexus3.edgexfoundry.org:10004 00:33:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:20 Configure a credential helper to remove this warning. See 00:33:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:20 00:33:20 Login Succeeded 00:33:20 docker.io 00:33:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:20 Configure a credential helper to remove this warning. See 00:33:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:20 00:33:20 Login Succeeded 00:33:20 ---> docker-login.sh ends [Pipeline] } 00:33:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:21 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:33:21 + for file in '`ls cmd/**/Dockerfile`' 00:33:21 ++ dirname cmd/core-command/Dockerfile 00:33:21 ++ cut -d/ -f2 00:33:21 + echo core-command,cmd/core-command/Dockerfile 00:33:21 + for file in '`ls cmd/**/Dockerfile`' 00:33:21 ++ dirname cmd/core-data/Dockerfile 00:33:21 ++ cut -d/ -f2 00:33:21 + echo core-data,cmd/core-data/Dockerfile 00:33:21 + for file in '`ls cmd/**/Dockerfile`' 00:33:21 ++ dirname cmd/core-metadata/Dockerfile 00:33:21 ++ cut -d/ -f2 00:33:21 + echo core-metadata,cmd/core-metadata/Dockerfile 00:33:21 + for file in '`ls cmd/**/Dockerfile`' 00:33:21 ++ dirname cmd/security-bootstrapper/Dockerfile 00:33:21 ++ cut -d/ -f2 00:33:21 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:33:21 + for file in '`ls cmd/**/Dockerfile`' 00:33:21 ++ dirname cmd/security-proxy-setup/Dockerfile 00:33:21 ++ cut -d/ -f2 00:33:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:33:21 + for file in '`ls cmd/**/Dockerfile`' 00:33:21 ++ cut -d/ -f2 00:33:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:33:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:33:21 + for file in '`ls cmd/**/Dockerfile`' 00:33:21 ++ dirname cmd/support-notifications/Dockerfile 00:33:21 ++ cut -d/ -f2 00:33:21 + echo support-notifications,cmd/support-notifications/Dockerfile 00:33:21 + for file in '`ls cmd/**/Dockerfile`' 00:33:21 ++ dirname cmd/support-scheduler/Dockerfile 00:33:21 ++ cut -d/ -f2 00:33:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:33:21 + for file in '`ls cmd/**/Dockerfile`' 00:33:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:33:21 ++ cut -d/ -f2 00:33:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:33:21 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/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 00:33:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:22 00:33:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:33:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:22 latest: Pulling from edgex-devops/git-semver 00:33:22 31603596830f: Pulling fs layer 00:33:22 2a8b12db71e7: Pulling fs layer 00:33:22 6ca5941a6612: Pulling fs layer 00:33:22 ecc8261a40a4: Pulling fs layer 00:33:22 ecc8261a40a4: Waiting 00:33:22 2a8b12db71e7: Verifying Checksum 00:33:22 2a8b12db71e7: Download complete 00:33:23 31603596830f: Verifying Checksum 00:33:23 31603596830f: Download complete 00:33:23 ecc8261a40a4: Verifying Checksum 00:33:23 ecc8261a40a4: Download complete 00:33:23 6ca5941a6612: Verifying Checksum 00:33:23 6ca5941a6612: Download complete 00:33:24 31603596830f: Pull complete 00:33:24 2a8b12db71e7: Pull complete 00:33:25 6ca5941a6612: Pull complete 00:33:26 ecc8261a40a4: Pull complete 00:33:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:33:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:33:26 prd-centos7-docker-4c-2g-28610 does not seem to be running inside a container 00:33:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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:10004/edgex-devops/git-semver:latest cat 00:33:30 $ docker top 346a03bf27fa4ef8186ab96229bb2d7cf0caff1407d1d148eaec84e59dd0c478 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:33:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:33:30 [ssh-agent] Looking for ssh-agent implementation... 00:33:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:33:31 $ docker exec 346a03bf27fa4ef8186ab96229bb2d7cf0caff1407d1d148eaec84e59dd0c478 ssh-agent 00:33:31 SSH_AUTH_SOCK=/tmp/ssh-omwhpfFGe9cX/agent.12 00:33:31 SSH_AGENT_PID=17 00:33:31 Running ssh-add (command line suppressed) 00:33:31 Identity added: /w/workspace/edgex-go/76@tmp/private_key_3730612772306410716.key (/w/workspace/edgex-go/76@tmp/private_key_3730612772306410716.key) 00:33:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:33:32 + git tag --points-at HEAD [Pipeline] } 00:33:32 $ docker exec --env ******** --env ******** 346a03bf27fa4ef8186ab96229bb2d7cf0caff1407d1d148eaec84e59dd0c478 ssh-agent -k 00:33:32 unset SSH_AUTH_SOCK; 00:33:32 unset SSH_AGENT_PID; 00:33:32 echo Agent pid 17 killed; 00:33:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:33:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:33:32 [ssh-agent] Looking for ssh-agent implementation... 00:33:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:33:32 $ docker exec 346a03bf27fa4ef8186ab96229bb2d7cf0caff1407d1d148eaec84e59dd0c478 ssh-agent 00:33:33 SSH_AUTH_SOCK=/tmp/ssh-cFUthGILoSIy/agent.47 00:33:33 SSH_AGENT_PID=52 00:33:33 Running ssh-add (command line suppressed) 00:33:33 Identity added: /w/workspace/edgex-go/76@tmp/private_key_5920108200936924969.key (/w/workspace/edgex-go/76@tmp/private_key_5920108200936924969.key) 00:33:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:33:33 + git semver init 00:33:33 # -> Open(): unable to determine branch for HEAD 00:33:33 # $GIT_DIR = /w/workspace/edgex-go/76/.git 00:33:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/76 00:33:33 # $SEMVER_REMOTE_NAME = origin 00:33:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:33:33 # $SEMVER_USER_NAME = edgex-jenkins 00:33:33 # $SEMVER_BRANCH = PR-2858 00:33:33 # $SEMVER_TEMP = /tmp/semver-856034012 00:33:33 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:34:01 # '/tmp/semver-856034012' -> '/w/workspace/edgex-go/76/.semver' 00:34:02 # -> Force: false 00:34:03 # $SEMVER_DIR = /w/workspace/edgex-go/76/.semver [Pipeline] } 00:34:03 $ docker exec --env ******** --env ******** 346a03bf27fa4ef8186ab96229bb2d7cf0caff1407d1d148eaec84e59dd0c478 ssh-agent -k 00:34:05 unset SSH_AUTH_SOCK; 00:34:05 unset SSH_AGENT_PID; 00:34:05 echo Agent pid 52 killed; 00:34:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:34:06 + git semver [Pipeline] } 00:34:06 $ docker stop --time=1 346a03bf27fa4ef8186ab96229bb2d7cf0caff1407d1d148eaec84e59dd0c478 00:34:08 $ docker rm -f 346a03bf27fa4ef8186ab96229bb2d7cf0caff1407d1d148eaec84e59dd0c478 [Pipeline] // withDockerContainer [Pipeline] sh 00:34:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:34:11 Stashed 1 file(s) [Pipeline] echo 00:34:11 [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] sh 00:34:13 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:34:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:14 + true 00:34:14 + sudo service docker restart 00:34:14 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:34:15 ========================================================= 00:34:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:34:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:16 + 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 . 00:34:23 Sending build context to Docker daemon 328.3MB 00:34:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:23 Step 2/6 : FROM ${BASE} 00:34:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:34:23 188c0c94c7c5: Pulling fs layer 00:34:23 0ef7d3d256c8: Pulling fs layer 00:34:23 de9db76c5a1d: Pulling fs layer 00:34:23 bca2f99d35d6: Pulling fs layer 00:34:23 93359f2a8cfa: Pulling fs layer 00:34:23 7c6f9722023f: Pulling fs layer 00:34:23 a35cf1a2eb13: Pulling fs layer 00:34:23 93359f2a8cfa: Waiting 00:34:23 7c6f9722023f: Waiting 00:34:23 bca2f99d35d6: Waiting 00:34:23 a35cf1a2eb13: Waiting 00:34:23 de9db76c5a1d: Verifying Checksum 00:34:23 de9db76c5a1d: Download complete 00:34:23 0ef7d3d256c8: Verifying Checksum 00:34:23 0ef7d3d256c8: Download complete 00:34:23 93359f2a8cfa: Download complete 00:34:23 188c0c94c7c5: Verifying Checksum 00:34:23 7c6f9722023f: Verifying Checksum 00:34:23 7c6f9722023f: Download complete 00:34:23 188c0c94c7c5: Pull complete 00:34:23 0ef7d3d256c8: Pull complete 00:34:24 de9db76c5a1d: Pull complete 00:34:26 a35cf1a2eb13: Verifying Checksum 00:34:26 a35cf1a2eb13: Download complete 00:34:26 Still waiting to schedule task 00:34:26 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-28613’ is offline 00:34:27 bca2f99d35d6: Verifying Checksum 00:34:27 bca2f99d35d6: Download complete 00:34:42 bca2f99d35d6: Pull complete 00:34:42 93359f2a8cfa: Pull complete 00:34:42 7c6f9722023f: Pull complete 00:34:52 a35cf1a2eb13: Pull complete 00:34:53 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:34:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:34:53 ---> a62c8e92a672 00:34:53 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:34:53 ---> Running in b9cfaca88fc8 00:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:58 (1/12) Installing libmagic (5.38-r0) 00:34:58 (2/12) Installing file (5.38-r0) 00:34:58 (3/12) Installing libc-dev (0.7.2-r3) 00:34:59 (4/12) Installing g++ (9.3.0-r2) 00:35:10 (5/12) Installing fortify-headers (1.1-r0) 00:35:10 (6/12) Installing patch (2.7.6-r6) 00:35:10 (7/12) Installing build-base (0.5-r2) 00:35:10 (8/12) Installing libsodium (1.0.18-r0) 00:35:10 (9/12) Installing pkgconf (1.7.2-r0) 00:35:10 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:10 (11/12) Installing libzmq (4.3.3-r0) 00:35:10 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:10 Executing busybox-1.31.1-r19.trigger 00:35:10 OK: 233 MiB in 51 packages 00:35:16 Removing intermediate container b9cfaca88fc8 00:35:16 ---> 1df1036a48f0 00:35:16 Step 4/6 : WORKDIR /edgex-go 00:35:16 ---> Running in 2c68193eeff9 00:35:16 Removing intermediate container 2c68193eeff9 00:35:16 ---> 9ff994af5c34 00:35:16 Step 5/6 : COPY go.mod . 00:35:17 ---> b85d7738b057 00:35:17 Step 6/6 : RUN go mod download 00:35:17 ---> Running in 30fa03f4380c 00:36:04 Removing intermediate container 30fa03f4380c 00:36:04 ---> dde42053aa5e 00:36:04 Successfully built dde42053aa5e 00:36:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:36:04 + docker inspect -f . ci-base-image-x86_64 00:36:05 . [Pipeline] withDockerContainer 00:36:05 prd-centos7-docker-4c-2g-28610 does not seem to be running inside a container 00:36:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:36:09 $ docker top 900769151a30a5e5b7cd2e1e708c99ab587ebf1dd5b0b8db8640c8a6d2894ce3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:10 + go version 00:36:10 go version go1.15.5 linux/amd64 [Pipeline] } 00:36:10 $ docker stop --time=1 900769151a30a5e5b7cd2e1e708c99ab587ebf1dd5b0b8db8640c8a6d2894ce3 00:36:11 $ docker rm -f 900769151a30a5e5b7cd2e1e708c99ab587ebf1dd5b0b8db8640c8a6d2894ce3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:13 + docker inspect -f . ci-base-image-x86_64 00:36:14 . [Pipeline] withDockerContainer 00:36:14 prd-centos7-docker-4c-2g-28610 does not seem to be running inside a container 00:36:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:36:18 $ docker top 1587e10ccbcb1151c88d08d01065aa05bf049c1572e8180a9feec1ed8af9a5d5 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:19 ========================================================= 00:36:19 [edgeXBuildGoParallel] Running Tests and Build... 00:36:19 ========================================================= [Pipeline] sh 00:36:19 + make test 00:36:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28616 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:25 Running in /w/workspace/edgex-go/76 [Pipeline] { [Pipeline] checkout 00:36:29 using credential edgex-jenkins-ssh 00:36:29 Cloning the remote Git repository 00:36:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:29 > git init /w/workspace/edgex-go/76 # timeout=10 00:36:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:29 > git --version # timeout=10 00:36:29 > git --version # 'git version 2.17.1' 00:36:29 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:52 Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:52 > git config core.sparsecheckout # timeout=10 00:36:52 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:52 > git remote # timeout=10 00:36:52 > git config --get remote.origin.url # timeout=10 00:36:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:53 > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 00:36:53 Merge succeeded, producing 918dcbd3a2918ee868e05e56abae74d691cdd2b2 00:36:53 Checking out Revision 918dcbd3a2918ee868e05e56abae74d691cdd2b2 (PR-2858) 00:36:53 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:53 > git rev-parse HEAD^{commit} # timeout=10 00:36:53 > git config core.sparsecheckout # timeout=10 00:36:53 > git checkout -f 918dcbd3a2918ee868e05e56abae74d691cdd2b2 # timeout=10 00:36:58 Commit message: "Merge commit '8a562533c14a3b85d4c48007758f286d837d2a70' into HEAD" 00:36:58 First time build. Skipping changelog. 00:36:58 > git rev-list --no-walk 0ed1454298af64722bcd2ea4446a6101be8e8e8a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:37:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:00 + sudo service docker restart+ 00:37:00 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:04 provisioning config files... 00:37:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/76@tmp/config8609916689733883481tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:04 ---> docker-login.sh 00:37:04 nexus3.edgexfoundry.org:10001 00:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:05 Configure a credential helper to remove this warning. See 00:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:05 00:37:05 Login Succeeded 00:37:05 nexus3.edgexfoundry.org:10002 00:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:06 Configure a credential helper to remove this warning. See 00:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:06 00:37:06 Login Succeeded 00:37:06 nexus3.edgexfoundry.org:10003 00:37:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:06 Configure a credential helper to remove this warning. See 00:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:06 00:37:06 Login Succeeded 00:37:06 nexus3.edgexfoundry.org:10004 00:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:07 Configure a credential helper to remove this warning. See 00:37:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:07 00:37:07 Login Succeeded 00:37:07 docker.io 00:37:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:08 Configure a credential helper to remove this warning. See 00:37:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:08 00:37:08 Login Succeeded 00:37:08 ---> docker-login.sh ends [Pipeline] } 00:37:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:08 ========================================================= 00:37:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:09 + 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 . 00:37:11 Sending build context to Docker daemon 166.6MB 00:37:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:11 Step 2/6 : FROM ${BASE} 00:37:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:11 5f621e34cdf4: Pulling fs layer 00:37:11 a4357932f1b6: Pulling fs layer 00:37:11 18c013af1878: Pulling fs layer 00:37:11 00ac8860ef70: Pulling fs layer 00:37:11 63d7cb157983: Pulling fs layer 00:37:11 b116817d02f9: Pulling fs layer 00:37:11 745a02a5169b: Pulling fs layer 00:37:11 00ac8860ef70: Waiting 00:37:11 63d7cb157983: Waiting 00:37:11 b116817d02f9: Waiting 00:37:11 745a02a5169b: Waiting 00:37:11 18c013af1878: Verifying Checksum 00:37:11 18c013af1878: Download complete 00:37:11 a4357932f1b6: Verifying Checksum 00:37:11 a4357932f1b6: Download complete 00:37:11 63d7cb157983: Download complete 00:37:11 b116817d02f9: Verifying Checksum 00:37:11 b116817d02f9: Download complete 00:37:11 5f621e34cdf4: Verifying Checksum 00:37:11 5f621e34cdf4: Download complete 00:37:12 5f621e34cdf4: Pull complete 00:37:12 a4357932f1b6: Pull complete 00:37:13 18c013af1878: Pull complete 00:37:14 745a02a5169b: Verifying Checksum 00:37:14 745a02a5169b: Download complete 00:37:15 00ac8860ef70: Download complete 00:37:25 00ac8860ef70: Pull complete 00:37:25 63d7cb157983: Pull complete 00:37:25 b116817d02f9: Pull complete 00:37:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:28 745a02a5169b: Pull complete 00:37:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:28 ---> b7e6874047d6 00:37:28 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:32 ---> Running in 553ab28683a9 00:37:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:35 (1/12) Installing libmagic (5.38-r0) 00:37:35 (2/12) Installing file (5.38-r0) 00:37:35 (3/12) Installing libc-dev (0.7.2-r3) 00:37:35 (4/12) Installing g++ (9.3.0-r2) 00:37:41 (5/12) Installing fortify-headers (1.1-r0) 00:37:41 (6/12) Installing patch (2.7.6-r6) 00:37:41 (7/12) Installing build-base (0.5-r2) 00:37:41 (8/12) Installing libsodium (1.0.18-r0) 00:37:41 (9/12) Installing pkgconf (1.7.2-r0) 00:37:41 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:41 (11/12) Installing libzmq (4.3.3-r0) 00:37:41 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:41 Executing busybox-1.31.1-r19.trigger 00:37:41 OK: 217 MiB in 51 packages 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:45 Removing intermediate container 553ab28683a9 00:37:45 ---> ea1a421c62b1 00:37:45 Step 4/6 : WORKDIR /edgex-go 00:37:45 ---> Running in ff1ad770711d 00:37:45 Removing intermediate container ff1ad770711d 00:37:45 ---> a694c9e683ab 00:37:45 Step 5/6 : COPY go.mod . 00:37:46 ---> f12df22a9b27 00:37:46 Step 6/6 : RUN go mod download 00:37:46 ---> Running in babace9d4b2b 00:37:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.599s coverage: 45.9% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.428s coverage: 100.0% of statements 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.749s coverage: 27.1% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.142s coverage: 100.0% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.183s coverage: 66.2% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:19 Removing intermediate container babace9d4b2b 00:38:19 ---> efd2104b7450 00:38:19 Successfully built efd2104b7450 00:38:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:19 + docker inspect -f . ci-base-image-arm64 00:38:19 . [Pipeline] withDockerContainer 00:38:19 prd-ubuntu18.04-docker-arm64-4c-16g-28616 does not seem to be running inside a container 00:38:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.731s coverage: 82.4% of statements 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:21 $ docker top 23f32ff9b4d8d752cb1f5d114935a66109d6e07c24f38e8afe3388ada8485e74 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:22 + go version 00:38:22 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:22 $ docker stop --time=1 23f32ff9b4d8d752cb1f5d114935a66109d6e07c24f38e8afe3388ada8485e74 00:38:24 $ docker rm -f 23f32ff9b4d8d752cb1f5d114935a66109d6e07c24f38e8afe3388ada8485e74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:25 + docker inspect -f . ci-base-image-arm64 00:38:25 . [Pipeline] withDockerContainer 00:38:25 prd-ubuntu18.04-docker-arm64-4c-16g-28616 does not seem to be running inside a container 00:38:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:26 $ docker top 74f3817339e7f5be469f7a943d466ec1742c92d7249328d3861b5aa92f0cb9ff -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:27 ========================================================= 00:38:27 [edgeXBuildGoParallel] Running Tests and Build... 00:38:27 ========================================================= [Pipeline] sh 00:38:27 + make test 00:38:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.473s coverage: 28.6% of statements 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.271s coverage: 100.0% of statements 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.323s coverage: 100.0% of statements 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.260s coverage: 86.7% of statements 00:38:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.403s coverage: 97.5% of statements 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.235s coverage: 78.3% of statements 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.684s coverage: 92.8% of statements 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.127s coverage: 58.8% of statements 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.093s coverage: 0.1% of statements 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 47.1% of statements 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.675s coverage: 79.5% of statements 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.080s coverage: 87.5% of statements 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.088s coverage: 94.4% of statements 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.040s coverage: 44.8% of statements 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.204s coverage: 81.4% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.235s coverage: 92.9% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.039s coverage: 77.8% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.122s coverage: 87.2% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.097s coverage: 87.2% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.159s coverage: 84.6% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.169s coverage: 91.6% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.419s coverage: 62.4% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.060s coverage: 91.3% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.844s coverage: 69.1% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.166s coverage: 38.4% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.072s coverage: 84.8% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.343s coverage: 47.0% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.126s coverage: 100.0% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.967s coverage: 88.5% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.097s coverage: 29.1% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.113s coverage: 99.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.370s coverage: 95.6% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.088s coverage: 0.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.100s coverage: 100.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.327s coverage: 87.9% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.148s coverage: 100.0% of statements 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.127s coverage: 32.1% of statements 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.066s coverage: 100.0% of statements 00:39:14 GO111MODULE=on go vet ./... 00:39:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.347s coverage: 45.9% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.236s coverage: 100.0% of statements 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.584s coverage: 27.1% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 66.2% of statements 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:25 gofmt -l . 00:40:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.678s coverage: 82.4% of statements 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:26 [ "`gofmt -l .`" = "" ] 00:40:27 ./bin/test-go-mod-tidy.sh 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.265s coverage: 28.6% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.319s coverage: 86.7% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.365s coverage: 97.5% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:34 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:37 + ls -al . 00:40:37 total 728 00:40:37 drwxrwxr-x 10 1001 1001 4096 Mar 5 00:40 . 00:40:37 drwxr-xr-x 4 root root 30 Mar 5 00:36 .. 00:40:37 -rw-rw-r-- 1 1001 1001 11 Mar 5 00:33 .dockerignore 00:40:37 drwxrwxr-x 8 1001 1001 179 Mar 5 00:33 .git 00:40:37 drwxrwxr-x 3 1001 1001 125 Mar 5 00:33 .github 00:40:37 -rw-rw-r-- 1 1001 1001 818 Mar 5 00:33 .gitignore 00:40:37 drwx------ 3 1001 1001 60 Mar 5 00:34 .semver 00:40:37 -rw-rw-r-- 1 1001 1001 166 Mar 5 00:33 .sonarcloud.properties 00:40:37 -rw-rw-r-- 1 1001 1001 8475 Mar 5 00:33 Attribution.txt 00:40:37 -rw-rw-r-- 1 1001 1001 3804 Mar 5 00:33 CONTRIBUTING.md 00:40:37 -rw-rw-r-- 1 1001 1001 931 Mar 5 00:33 Dockerfile.build 00:40:37 -rw-rw-r-- 1 1001 1001 863 Mar 5 00:33 Jenkinsfile 00:40:37 -rw-rw-r-- 1 1001 1001 10775 Mar 5 00:33 LICENSE 00:40:37 -rw-rw-r-- 1 1001 1001 5774 Mar 5 00:33 Makefile 00:40:37 -rw-rw-r-- 1 1001 1001 6524 Mar 5 00:33 README.md 00:40:37 -rw-rw-r-- 1 1001 1001 6755 Mar 5 00:33 SECURITY.md 00:40:37 -rw-rw-r-- 1 1001 1001 5 Mar 5 00:34 VERSION 00:40:37 -rw-rw-r-- 1 1001 1001 4131 Mar 5 00:33 ZMQWindows.md 00:40:37 drwxrwxr-x 2 1001 1001 117 Mar 5 00:33 bin 00:40:37 drwxrwxr-x 14 1001 1001 4096 Mar 5 00:33 cmd 00:40:37 -rw-r--r-- 1 root root 618155 Mar 5 00:39 coverage.out 00:40:37 -rw-r--r-- 1 root root 1055 Mar 5 00:40 go.mod 00:40:37 -rw-r--r-- 1 root root 21699 Mar 5 00:40 go.sum 00:40:37 drwxrwxr-x 8 1001 1001 127 Mar 5 00:33 internal 00:40:37 drwxrwxr-x 4 1001 1001 26 Mar 5 00:33 openapi 00:40:37 drwxrwxr-x 4 1001 1001 71 Mar 5 00:33 snap 00:40:37 -rw-rw-r-- 1 1001 1001 168 Mar 5 00:33 version.go [Pipeline] sh 00:40:37 + '[' -e coverage.out ] 00:40:37 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:37 Stashed 1 file(s) [Pipeline] sh 00:40:37 + make build 00:40:37 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 00:40:45 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 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.241s coverage: 92.8% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.206s coverage: 0.1% of statements 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.096s coverage: 47.1% of statements 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.107s coverage: 79.5% of statements 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.074s coverage: 94.1% of statements 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements 00:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.082s coverage: 87.5% of statements 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.070s coverage: 44.8% of statements 00:40:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.115s coverage: 81.4% of statements 00:41:03 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 00:41:08 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 00:41:11 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 00:41:12 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 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.063s coverage: 77.8% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.6% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.6% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.491s coverage: 62.4% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.927s coverage: 69.1% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.379s coverage: 38.4% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:41:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.105s coverage: 84.8% of statements 00:41:16 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 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.430s coverage: 47.0% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.376s coverage: 88.5% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:24 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 00:41:28 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 00:41:31 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 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.951s coverage: 29.1% of statements 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.179s coverage: 99.0% of statements 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.228s coverage: 95.6% of statements 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:41:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:41:32 GO111MODULE=on go vet ./... 00:41:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:41:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:41:45 $ docker stop --time=1 1587e10ccbcb1151c88d08d01065aa05bf049c1572e8180a9feec1ed8af9a5d5 00:41:48 $ docker rm -f 1587e10ccbcb1151c88d08d01065aa05bf049c1572e8180a9feec1ed8af9a5d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:51 00:41:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:41:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:52 latest: Pulling from edgex-devops/edgex-compose 00:41:52 cbdbe7a5bc2a: Pulling fs layer 00:41:52 ca9280d653b3: Pulling fs layer 00:41:52 7e9c9ca2126c: Pulling fs layer 00:41:52 cbdbe7a5bc2a: Verifying Checksum 00:41:52 cbdbe7a5bc2a: Download complete 00:41:52 cbdbe7a5bc2a: Pull complete 00:41:53 ca9280d653b3: Verifying Checksum 00:41:53 ca9280d653b3: Download complete 00:41:56 7e9c9ca2126c: Download complete 00:41:56 ca9280d653b3: Pull complete 00:42:12 7e9c9ca2126c: Pull complete 00:42:12 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:42:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:42:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:42:12 prd-centos7-docker-4c-2g-28610 does not seem to be running inside a container 00:42:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:42:16 $ docker top d5921edc280cd386f5b4b65189e8062a7dc1bfe6645aee3ddf526ab13b2518e8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:17 + docker-compose+ grep parallel 00:42:17 build --help 00:42:18 --parallel Build images in parallel. [Pipeline] } 00:42:18 $ docker stop --time=1 d5921edc280cd386f5b4b65189e8062a7dc1bfe6645aee3ddf526ab13b2518e8 00:42:21 $ docker rm -f d5921edc280cd386f5b4b65189e8062a7dc1bfe6645aee3ddf526ab13b2518e8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:42:22 . [Pipeline] withDockerContainer 00:42:22 prd-centos7-docker-4c-2g-28610 does not seem to be running inside a container 00:42:22 $ 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/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:42:24 $ docker top 7a0f937b813ca111f619cb6ff5bb83e16a0dd00a85e0c3a34403f1e8b9674142 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:24 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:26 Building docker-core-command-go ... 00:42:26 Building docker-core-data-go ... 00:42:26 Building docker-core-metadata-go ... 00:42:26 Building docker-security-bootstrapper-go ... 00:42:26 Building docker-security-proxy-setup-go ... 00:42:26 Building docker-security-secretstore-setup-go ... 00:42:26 Building docker-support-notifications-go ... 00:42:26 Building docker-support-scheduler-go ... 00:42:26 Building docker-sys-mgmt-agent-go ... 00:42:26 Building docker-core-command-go 00:42:26 Building docker-core-data-go 00:42:26 Building docker-sys-mgmt-agent-go 00:42:26 Building docker-core-metadata-go 00:42:26 Building docker-security-secretstore-setup-go 00:42:53 gofmt -l . 00:42:53 [ "`gofmt -l .`" = "" ] 00:42:53 ./bin/test-go-mod-tidy.sh 00:42:53 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:55 + ls -al . 00:42:55 total 756 00:42:55 drwxrwxr-x 9 1001 1001 4096 Mar 5 00:42 . 00:42:55 drwxr-xr-x 4 root root 4096 Mar 5 00:38 .. 00:42:55 -rw-rw-r-- 1 1001 1001 11 Mar 5 00:36 .dockerignore 00:42:55 drwxrwxr-x 8 1001 1001 4096 Mar 5 00:36 .git 00:42:55 drwxrwxr-x 3 1001 1001 4096 Mar 5 00:36 .github 00:42:55 -rw-rw-r-- 1 1001 1001 818 Mar 5 00:36 .gitignore 00:42:55 -rw-rw-r-- 1 1001 1001 166 Mar 5 00:36 .sonarcloud.properties 00:42:55 -rw-rw-r-- 1 1001 1001 8475 Mar 5 00:36 Attribution.txt 00:42:55 -rw-rw-r-- 1 1001 1001 3804 Mar 5 00:36 CONTRIBUTING.md 00:42:55 -rw-rw-r-- 1 1001 1001 931 Mar 5 00:36 Dockerfile.build 00:42:55 -rw-rw-r-- 1 1001 1001 863 Mar 5 00:36 Jenkinsfile 00:42:55 -rw-rw-r-- 1 1001 1001 10775 Mar 5 00:36 LICENSE 00:42:55 -rw-rw-r-- 1 1001 1001 5774 Mar 5 00:36 Makefile 00:42:55 -rw-rw-r-- 1 1001 1001 6524 Mar 5 00:36 README.md 00:42:55 -rw-rw-r-- 1 1001 1001 6755 Mar 5 00:36 SECURITY.md 00:42:55 -rw-rw-r-- 1 1001 1001 5 Mar 5 00:34 VERSION 00:42:55 -rw-rw-r-- 1 1001 1001 4131 Mar 5 00:36 ZMQWindows.md 00:42:55 drwxrwxr-x 2 1001 1001 4096 Mar 5 00:36 bin 00:42:55 drwxrwxr-x 14 1001 1001 4096 Mar 5 00:36 cmd 00:42:55 -rw-r--r-- 1 root root 618155 Mar 5 00:41 coverage.out 00:42:55 -rw-r--r-- 1 root root 1055 Mar 5 00:42 go.mod 00:42:55 -rw-r--r-- 1 root root 21699 Mar 5 00:42 go.sum 00:42:55 drwxrwxr-x 8 1001 1001 4096 Mar 5 00:36 internal 00:42:55 drwxrwxr-x 4 1001 1001 4096 Mar 5 00:36 openapi 00:42:55 drwxrwxr-x 4 1001 1001 4096 Mar 5 00:36 snap 00:42:55 -rw-rw-r-- 1 1001 1001 168 Mar 5 00:36 version.go [Pipeline] sh 00:42:56 + '[' -e coverage.out ] 00:42:56 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:56 Warning: overwriting stash ‘coverage-report’ 00:42:57 Stashed 1 file(s) [Pipeline] sh 00:42:58 + make build 00:42:58 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 00:43:13 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 00:43:35 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 00:43:38 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 00:43:43 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 00:43:45 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 00:43:51 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 00:43:57 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 00:43:59 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 00:44:04 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 00:44:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:44:19 $ docker stop --time=1 74f3817339e7f5be469f7a943d466ec1742c92d7249328d3861b5aa92f0cb9ff 00:44:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:44:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:21 ---> dde42053aa5e 00:44:21 Step 3/23 : WORKDIR /edgex-go 00:44:21 ---> dde42053aa5e 00:44:21 Step 3/23 : WORKDIR /edgex-go 00:44:21 ---> dde42053aa5e 00:44:21 Step 3/26 : WORKDIR /edgex-go 00:44:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:21 ---> dde42053aa5e 00:44:21 Step 3/24 : WORKDIR /edgex-go 00:44:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:21 ---> dde42053aa5e 00:44:21 Step 3/23 : WORKDIR /edgex-go 00:44:21 ---> Running in 8eff4a2b2ce2 00:44:21 ---> Running in 06feaaf9ebfd 00:44:21 ---> Running in 18167c2c39b0 00:44:21 ---> Running in a11218887782 00:44:21 ---> Running in decb4334b580 00:44:21 Removing intermediate container decb4334b580 00:44:21 ---> 0d951756e400 00:44:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:21 Removing intermediate container 18167c2c39b0 00:44:21 ---> 07bd95693b6a 00:44:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:21 Removing intermediate container 8eff4a2b2ce2 00:44:21 ---> 426198d76049 00:44:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:21 Removing intermediate container 06feaaf9ebfd 00:44:21 ---> 743c51ca9a67 00:44:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:21 Removing intermediate container a11218887782 00:44:21 ---> 8e8000f01a0d 00:44:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:21 ---> Running in 442f8b23c6be 00:44:21 ---> Running in 50de9d6d251a 00:44:21 ---> Running in d872733f2807 00:44:21 ---> Running in 1942c3e5680b 00:44:21 ---> Running in 9b4fcdcfe05f 00:44:22 $ docker rm -f 74f3817339e7f5be469f7a943d466ec1742c92d7249328d3861b5aa92f0cb9ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:24 Removing intermediate container 1942c3e5680b 00:44:24 ---> 2486d8017c46 00:44:24 Step 5/23 : RUN apk add --update --no-cache make git 00:44:24 Removing intermediate container 50de9d6d251a 00:44:24 ---> 3885831f3c66 00:44:24 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:44:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:24 Removing intermediate container 9b4fcdcfe05f 00:44:24 ---> 878d8e43c994 00:44:24 Step 5/23 : RUN apk add --update --no-cache make git 00:44:24 Removing intermediate container 442f8b23c6be 00:44:24 ---> 5aa2777d6ca9 00:44:24 Step 5/26 : RUN apk add --update --no-cache make bash git 00:44:24 ---> Running in c8832b39127e 00:44:24 00:44:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:24 Removing intermediate container d872733f2807 00:44:24 ---> 4662b29dfeb2 00:44:24 Step 5/24 : RUN apk add --update --no-cache make git 00:44:24 ---> Running in 4ccd768a03b2 00:44:24 ---> Running in 81ced9134b5e 00:44:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:24 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:24 29e5d40040c1: Pulling fs layer 00:44:24 1ce36da41761: Pulling fs layer 00:44:24 25b303627fd3: Pulling fs layer 00:44:25 ---> Running in 4a12f3cf3753 00:44:25 ---> Running in 40bcd324a735 00:44:25 29e5d40040c1: Verifying Checksum 00:44:25 29e5d40040c1: Download complete 00:44:26 1ce36da41761: Verifying Checksum 00:44:26 1ce36da41761: Download complete 00:44:26 29e5d40040c1: Pull complete 00:44:27 1ce36da41761: Pull complete 00:44:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:29 25b303627fd3: Verifying Checksum 00:44:29 25b303627fd3: Download complete 00:44:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:30 OK: 233 MiB in 51 packages 00:44:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:31 OK: 233 MiB in 51 packages 00:44:31 Removing intermediate container 81ced9134b5e 00:44:31 ---> abbf60849a79 00:44:31 Step 6/26 : COPY go.mod . 00:44:31 OK: 233 MiB in 51 packages 00:44:32 OK: 233 MiB in 51 packages 00:44:32 OK: 233 MiB in 51 packages 00:44:32 ---> 6be2c307ccca 00:44:32 Step 7/26 : RUN go mod download 00:44:32 Removing intermediate container 40bcd324a735 00:44:32 ---> 82466ea7e9ae 00:44:32 Step 6/24 : COPY go.mod . 00:44:32 ---> Running in cea7053eb383 00:44:34 ---> bec3a7a9b4cc 00:44:34 Step 7/24 : RUN go mod download 00:44:34 Removing intermediate container 4a12f3cf3753 00:44:34 ---> 30a902ae0889 00:44:34 Step 6/23 : COPY go.mod . 00:44:35 Removing intermediate container c8832b39127e 00:44:35 ---> 1e1c2a5b95b3 00:44:35 Step 6/23 : COPY go.mod . 00:44:35 ---> Running in f6d230499c69 00:44:35 Removing intermediate container 4ccd768a03b2 00:44:35 ---> 9fbe361dc057 00:44:35 Step 6/23 : COPY go.mod . 00:44:37 ---> d450d752922c 00:44:37 Step 7/23 : RUN go mod download 00:44:38 ---> 9a87ae98ebe8 00:44:38 Step 7/23 : RUN go mod download 00:44:38 ---> 127823f84325 00:44:38 Step 7/23 : RUN go mod download 00:44:39 25b303627fd3: Pull complete 00:44:39 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:39 prd-ubuntu18.04-docker-arm64-4c-16g-28616 does not seem to be running inside a container 00:44:39 ---> Running in 689b37b377b3 00:44:39 ---> Running in 0afdf751ab6e 00:44:39 ---> Running in 4fc7c8266143 00:44:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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 00:44:42 $ docker top 8b84adb8428cc5095291bf27f38bc28998734ff161bc23546f985c8ab7fb18b0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:43 + docker-compose build --help 00:44:43 + grep parallel 00:44:44 Removing intermediate container cea7053eb383 00:44:44 ---> 1542290122f2 00:44:44 Step 8/26 : COPY . . 00:44:44 Removing intermediate container f6d230499c69 00:44:44 ---> 7b0d93cfb3e9 00:44:44 Step 8/24 : COPY . . 00:44:46 Removing intermediate container 689b37b377b3 00:44:46 ---> 965c2936470d 00:44:46 Step 8/23 : COPY . . 00:44:48 --parallel Build images in parallel. [Pipeline] } 00:44:48 $ docker stop --time=1 8b84adb8428cc5095291bf27f38bc28998734ff161bc23546f985c8ab7fb18b0 00:44:50 $ docker rm -f 8b84adb8428cc5095291bf27f38bc28998734ff161bc23546f985c8ab7fb18b0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:51 . [Pipeline] withDockerContainer 00:44:51 Removing intermediate container 0afdf751ab6e 00:44:51 ---> d64f75b4af0e 00:44:51 Step 8/23 : COPY . . 00:44:51 prd-ubuntu18.04-docker-arm64-4c-16g-28616 does not seem to be running inside a container 00:44:51 $ 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/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:53 $ docker top 4efd35d5ebd0656ad3f2819fc902392267143ff27fa7220c29d04646957767b8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:54 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:59 Building docker-core-command-go ... 00:44:59 Building docker-core-data-go ... 00:44:59 Building docker-core-metadata-go ... 00:44:59 Building docker-security-bootstrapper-go ... 00:44:59 Building docker-security-proxy-setup-go ... 00:44:59 Building docker-security-secretstore-setup-go ... 00:44:59 Building docker-support-notifications-go ... 00:44:59 Building docker-support-scheduler-go ... 00:44:59 Building docker-sys-mgmt-agent-go ... 00:44:59 Building docker-security-proxy-setup-go 00:44:59 Building docker-security-secretstore-setup-go 00:44:59 Building docker-support-scheduler-go 00:44:59 Building docker-core-command-go 00:44:59 Building docker-security-bootstrapper-go 00:45:00 Removing intermediate container 4fc7c8266143 00:45:00 ---> 42fff15d731f 00:45:00 Step 8/23 : COPY . . 00:46:07 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:07 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:46:07 ---> efd2104b7450 00:46:07 Step 3/31 : WORKDIR /edgex-go 00:46:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:07 ---> efd2104b7450 00:46:07 Step 3/24 : WORKDIR /edgex-go 00:46:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:07 ---> efd2104b7450 00:46:07 Step 3/21 : WORKDIR /edgex-go 00:46:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:07 ---> efd2104b7450 00:46:07 Step 3/22 : WORKDIR /edgex-go 00:46:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:07 ---> efd2104b7450 00:46:07 Step 3/23 : WORKDIR /edgex-go 00:46:11 ---> Running in 707309c0c656 00:46:11 ---> Running in 4e3d0f2ae3bd 00:46:11 ---> Running in 9e55c5e2e5de 00:46:11 ---> Running in 1a000236386a 00:46:11 ---> Running in a0ddbeeb3708 00:46:12 Removing intermediate container 4e3d0f2ae3bd 00:46:12 ---> 5eb0c19e30b7 00:46:12 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:12 Removing intermediate container 1a000236386a 00:46:12 ---> 03b82f9094e6 00:46:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:12 Removing intermediate container 9e55c5e2e5de 00:46:12 ---> 052e05209e57 00:46:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:12 Removing intermediate container a0ddbeeb3708 00:46:12 ---> f928cae8ac7b 00:46:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:12 Removing intermediate container 707309c0c656 00:46:12 ---> 54e49cb39473 00:46:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:12 ---> Running in f8839a460293 00:46:12 ---> Running in c088d187b400 00:46:13 ---> Running in 28d70fdc79ea 00:46:13 ---> Running in 072a1bdb04a0 00:46:13 ---> Running in b1489f8d27d0 00:46:17 Removing intermediate container c088d187b400 00:46:17 ---> 95c79681e4ae 00:46:17 Step 5/24 : RUN apk add --update --no-cache make git 00:46:17 ---> Running in 970bcbe9873f 00:46:17 Removing intermediate container f8839a460293 00:46:17 ---> 9014b1f6fcf9 00:46:17 Step 5/31 : RUN apk add --update --no-cache make git 00:46:17 Removing intermediate container 072a1bdb04a0 00:46:17 ---> 5807fd112d3a 00:46:17 Step 5/23 : RUN apk add --update --no-cache make git 00:46:17 ---> Running in b3a60da109c3 00:46:17 ---> Running in 750512a23d58 00:46:17 Removing intermediate container 28d70fdc79ea 00:46:17 ---> b3acd5580c18 00:46:17 Step 5/21 : RUN apk add --update --no-cache make git 00:46:17 Removing intermediate container b1489f8d27d0 00:46:17 ---> 5daeb6b2d272 00:46:17 Step 5/22 : RUN apk add --update --no-cache make git 00:46:18 ---> Running in 4afce0674db9 00:46:18 ---> Running in d9016c2cfc76 00:46:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:20 OK: 217 MiB in 51 packages 00:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:21 OK: 217 MiB in 51 packages 00:46:21 OK: 217 MiB in 51 packages 00:46:21 OK: 217 MiB in 51 packages 00:46:21 OK: 217 MiB in 51 packages 00:46:22 Removing intermediate container 970bcbe9873f 00:46:22 ---> b7b9734811b2 00:46:22 Step 6/24 : COPY go.mod . 00:46:23 Removing intermediate container 750512a23d58 00:46:23 ---> c33d0c7df6be 00:46:23 Step 6/23 : COPY go.mod . 00:46:23 ---> ea6c3ead2613 00:46:23 Step 7/24 : RUN go mod download 00:46:23 Removing intermediate container b3a60da109c3 00:46:23 ---> 1677868d7b12 00:46:23 Step 6/31 : COPY go.mod . 00:46:24 ---> Running in 5a96c3a39982 00:46:24 Removing intermediate container d9016c2cfc76 00:46:24 ---> 48a2a6659625 00:46:24 Step 6/21 : COPY go.mod . 00:46:24 Removing intermediate container 4afce0674db9 00:46:24 ---> 00eb8e22fe02 00:46:24 Step 6/22 : COPY go.mod . 00:46:24 ---> 6bd572264982 00:46:24 Step 7/23 : RUN go mod download 00:46:25 ---> 06a54b58f62a 00:46:25 Step 7/31 : RUN go mod download 00:46:25 ---> Running in 66636422657a 00:46:25 ---> Running in 2a58946740d7 00:46:25 ---> 20cde019931a 00:46:25 Step 7/22 : RUN go mod download 00:46:25 ---> d53e7e921632 00:46:25 Step 7/21 : RUN go mod download 00:46:25 ---> Running in ff635f0e13ee 00:46:25 ---> Running in 580b48d300ae 00:46:28 Removing intermediate container 5a96c3a39982 00:46:28 ---> 9a5357cdcbac 00:46:28 Step 8/24 : COPY . . 00:46:29 Removing intermediate container 66636422657a 00:46:29 ---> 224d39ce9996 00:46:29 Step 8/23 : COPY . . 00:46:29 Removing intermediate container 2a58946740d7 00:46:29 ---> 74c5de4e738f 00:46:29 Step 8/31 : COPY . . 00:46:31 Removing intermediate container 580b48d300ae 00:46:31 ---> 5782970f804d 00:46:31 Step 8/21 : COPY . . 00:46:32 Removing intermediate container ff635f0e13ee 00:46:32 ---> 153aa7b44318 00:46:32 Step 8/22 : COPY . . 00:46:59 ---> a4fddf84649b 00:46:59 Step 9/23 : RUN make cmd/core-command/core-command 00:46:59 ---> 0d59fb92543a 00:46:59 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:46:59 ---> 166b899fef53 00:46:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:59 ---> 2d8f9d9c6420 00:46:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:59 ---> 62b9dc7860e4 00:46:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:59 ---> Running in db16a680df4a 00:46:59 ---> Running in 54264b10bf2d 00:46:59 ---> Running in 9082f358a9e3 00:46:59 ---> Running in 7b5cfc56285b 00:46:59 ---> Running in e0ef6dbc627d 00:46:59 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 00:46:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:46:59 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 00:46:59 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 00:46:59 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 00:48:28 ---> 2521c79efc2b 00:48:28 Step 9/23 : RUN make cmd/core-data/core-data 00:48:28 ---> d7b51950be2c 00:48:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:48:29 ---> Running in 027b3296b7ba 00:48:29 ---> e623e8e32866 00:48:29 Step 9/23 : RUN make cmd/core-command/core-command 00:48:29 ---> a7cb24ee53da 00:48:29 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:48:29 ---> Running in 7cb14d286996 00:48:29 ---> 1a5d85d16fed 00:48:29 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:48:29 ---> Running in 718f65e86e58 00:48:29 ---> Running in c4cf548ff6e7 00:48:29 ---> Running in 64658401a915 00:48: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 00:48:33 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 00:48:33 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 00:48:33 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 00:48:33 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 00:48:36 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 00:48:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:48 Removing intermediate container 9082f358a9e3 00:48:48 ---> 49f065b47784 00:48:48 00:48:48 Step 10/24 : FROM alpine:3.12 00:48:48 3.12: Pulling from library/alpine 00:48:48 Removing intermediate container 7b5cfc56285b 00:48:48 ---> 0ecbcc322cf7 00:48:48 00:48:48 Step 10/21 : FROM alpine:3.12 00:48:48 3.12: Pulling from library/alpine 00:48:50 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:48:50 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:48:50 Status: Image is up to date for alpine:3.12 00:48:50 ---> d10569e2745f 00:48:50 Step 11/21 : RUN apk add --update --no-cache curl 00:48:50 Status: Downloaded newer image for alpine:3.12 00:48:50 ---> d10569e2745f 00:48:50 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:50 Removing intermediate container db16a680df4a 00:48:50 ---> 1c8a01db179b 00:48:50 00:48:50 Step 10/31 : FROM alpine:3.12 00:48:50 ---> d10569e2745f 00:48:50 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:48:50 ---> Running in 2491c7d9913f 00:48:50 ---> Running in bd0467ad3638 00:48:50 ---> Running in aa7a0fb2647e 00:48:52 Removing intermediate container aa7a0fb2647e 00:48:52 ---> d43a53f3b320 00:48:52 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:48:52 ---> Running in 66deaa2f8f19 00:48:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:53 (1/5) Installing ca-certificates (20191127-r4) 00:48:53 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:53 (3/5) Installing libcurl (7.69.1-r3) 00:48:53 (4/5) Installing curl (7.69.1-r3) 00:48:53 (5/5) Installing dumb-init (1.2.2-r1) 00:48:53 Executing busybox-1.31.1-r19.trigger 00:48:53 Executing ca-certificates-20191127-r4.trigger 00:48:53 (1/4) Installing ca-certificates (20191127-r4) 00:48:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:54 (3/4) Installing libcurl (7.69.1-r3) 00:48:54 (4/4) Installing curl (7.69.1-r3) 00:48:54 Executing busybox-1.31.1-r19.trigger 00:48:54 Executing ca-certificates-20191127-r4.trigger 00:48:54 OK: 7 MiB in 19 packages 00:48:54 OK: 7 MiB in 18 packages 00:48:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:55 (1/2) Installing dumb-init (1.2.2-r1) 00:48:55 (2/2) Installing su-exec (0.2-r1) 00:48:55 Executing busybox-1.31.1-r19.trigger 00:48:55 OK: 5 MiB in 16 packages 00:48:57 Removing intermediate container 54264b10bf2d 00:48:57 ---> aff7660966ad 00:48:57 00:48:57 Step 10/23 : FROM alpine:3.12 00:48:57 ---> d10569e2745f 00:48:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:57 ---> Running in 76e866b0a19a 00:48:58 Removing intermediate container 66deaa2f8f19 00:48:58 ---> bdb3917e18e4 00:48:58 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:48:58 Removing intermediate container 2491c7d9913f 00:48:58 ---> 9a81d568c584 00:48:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:58 Removing intermediate container bd0467ad3638 00:48:58 ---> d1cda4c7d20c 00:48:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:58 Removing intermediate container e0ef6dbc627d 00:48:58 ---> d91e988773f1 00:48:58 00:48:58 Step 10/22 : FROM alpine:3.12 00:48:58 ---> d10569e2745f 00:48:58 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:48:58 ---> Running in 9ebd6f4a2f1e 00:48:58 ---> Running in 14d5a8556ed4 00:48:58 ---> Running in d9955a4043a6 00:48:58 ---> Running in c6b482760121 00:48:59 Removing intermediate container 9ebd6f4a2f1e 00:48:59 ---> f83f01b3197b 00:48:59 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:48:59 Removing intermediate container 14d5a8556ed4 00:48:59 ---> 971f98f645d6 00:48:59 Step 13/24 : WORKDIR / 00:48:59 ---> Running in cddcfd05da41 00:48:59 Removing intermediate container d9955a4043a6 00:48:59 ---> e5a2c8386cbf 00:48:59 Step 13/21 : WORKDIR /edgex 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:59 ---> Running in 78e47a4cb651 00:48:59 ---> Running in 7efc96b50490 00:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:00 Removing intermediate container cddcfd05da41 00:49:00 ---> c5515ba82da3 00:49:00 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:00 (1/1) Installing dumb-init (1.2.2-r1) 00:49:00 Executing busybox-1.31.1-r19.trigger 00:49:00 OK: 5 MiB in 15 packages 00:49:00 ---> Running in 8e8753fc40b9 00:49:01 Removing intermediate container 78e47a4cb651 00:49:01 ---> 2e2b2e65debb 00:49:01 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:01 Removing intermediate container 7efc96b50490 00:49:01 ---> bba533cf1a89 00:49:01 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:01 (1/1) Installing dumb-init (1.2.2-r1) 00:49:01 Executing busybox-1.31.1-r19.trigger 00:49:01 OK: 5 MiB in 15 packages 00:49:02 ---> 13bfa4f35776 00:49:02 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:02 ---> be86dee89ca5 00:49:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:02 Removing intermediate container 76e866b0a19a 00:49:02 ---> bc9d3ac9307e 00:49:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:03 ---> Running in ddeeae96a54c 00:49:03 Removing intermediate container c6b482760121 00:49:03 ---> a792d21625ce 00:49:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:03 ---> b0beb7ee42d5 00:49:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:03 ---> Running in 2e3a84895ff4 00:49:04 Removing intermediate container ddeeae96a54c 00:49:04 ---> 6aa91fce4212 00:49:04 Step 13/23 : ENV APP_PORT=48082 00:49:04 ---> Running in f78c8c6c1e6b 00:49:04 ---> b4276d9bb678 00:49:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:04 Removing intermediate container 2e3a84895ff4 00:49:04 ---> 5dc54afffb85 00:49:04 Step 13/22 : ENV APP_PORT=48085 00:49:04 Removing intermediate container 8e8753fc40b9 00:49:04 ---> 50bae52a3f27 00:49:04 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:49:04 ---> 03dae04d4f1a 00:49:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:04 ---> Running in a03200bfc34f 00:49:04 Removing intermediate container f78c8c6c1e6b 00:49:04 ---> 2bb312c4e9d6 00:49:04 Step 14/23 : EXPOSE $APP_PORT 00:49:05 ---> Running in 94349df31b97 00:49:05 ---> Running in 47aeff7b2de4 00:49:05 Removing intermediate container a03200bfc34f 00:49:05 ---> f3a730d83b9c 00:49:05 Step 14/22 : EXPOSE $APP_PORT 00:49:05 ---> Running in fce97fbfb6da 00:49:05 Removing intermediate container 47aeff7b2de4 00:49:05 ---> c9ea048ebdc8 00:49:05 Step 15/23 : WORKDIR / 00:49:06 Removing intermediate container 94349df31b97 00:49:06 ---> 43d5d157b0cf 00:49:06 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:06 ---> Running in fa47137dbf04 00:49:06 ---> 903798f6abcf 00:49:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:06 ---> 2a3e63038c25 00:49:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:06 Removing intermediate container fce97fbfb6da 00:49:06 ---> 20d972933ea7 00:49:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:06 ---> Running in f743a4d5a92b 00:49:07 Removing intermediate container fa47137dbf04 00:49:07 ---> 337a1d2dc40a 00:49:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:07 Removing intermediate container f743a4d5a92b 00:49:07 ---> d1fae0d469ee 00:49:07 Step 18/21 : CMD ["--init=true"] 00:49:07 ---> 3fd2940db703 00:49:07 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:08 ---> Running in 60bf3b41714a 00:49:08 ---> Running in dce52777f891 00:49:08 ---> 39620f168baa 00:49:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:08 ---> 89e437074438 00:49:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:08 ---> 8f2b1ed09b3f 00:49:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:08 Removing intermediate container dce52777f891 00:49:08 ---> 3be279e8a9de 00:49:08 Step 19/21 : LABEL arch=arm64 00:49:08 ---> Running in b0707daa1008 00:49:10 ---> 8b4a1f979020 00:49:10 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:49:10 ---> Running in 0e0b23a3f166 00:49:10 Removing intermediate container b0707daa1008 00:49:10 ---> da7d3601688f 00:49:10 Step 20/21 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:49:10 ---> 7194aed0de23 00:49:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:10 ---> d34ac425c0aa 00:49:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:10 ---> Running in cf6a2e8b1268 00:49:11 Removing intermediate container cf6a2e8b1268 00:49:11 ---> 335c78c826a3 00:49:11 Step 21/21 : LABEL version=0.0.0 00:49:11 ---> Running in ead4673dde02 00:49:11 ---> 6446311e9d59 00:49:11 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:11 Removing intermediate container 60bf3b41714a 00:49:11 ---> c4b5e6ab1dba 00:49:11 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:11 ---> 33486c3f818f 00:49:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:49:12 ---> Running in 2db8c173bbca 00:49:12 ---> Running in 50d473f43e85 00:49:12 Removing intermediate container ead4673dde02 00:49:12 ---> a8541264a73f 00:49:12 00:49:12 Removing intermediate container 2db8c173bbca 00:49:12 ---> 4ba864021040 00:49:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:12 Successfully built a8541264a73f 00:49:13 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:13 Building docker-support-notifications-go 00:49:13  Building docker-security-proxy-setup-go ... done  ---> Running in e7dc137851a6 00:49:13 ---> 2713ed008c6a 00:49:13 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:13 Removing intermediate container 50d473f43e85 00:49:13 ---> a05892387055 00:49:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:13 ---> Running in a9309e83c5ab 00:49:13 Removing intermediate container 0e0b23a3f166 00:49:13 ---> adb2f39232d8 00:49:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:14 Removing intermediate container e7dc137851a6 00:49:14 ---> e9f882010592 00:49:14 Step 21/23 : LABEL arch=arm64 00:49:14 ---> Running in 2dae546537ed 00:49:14 ---> Running in 954233fb6074 00:49:14 Removing intermediate container a9309e83c5ab 00:49:14 ---> aab54aa25b33 00:49:14 Step 20/22 : LABEL arch=arm64 00:49:14 ---> Running in d766681fb1c1 00:49:15 Removing intermediate container 2dae546537ed 00:49:15 ---> b59b649cc1af 00:49:15 Step 22/24 : LABEL arch=arm64 00:49:15 ---> d53fd1a33a69 00:49:15 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:15 Removing intermediate container 954233fb6074 00:49:15 ---> 0eb0e4c1263d 00:49:15 Step 22/23 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:49:16 ---> Running in 772d1163afd8 00:49:16 Removing intermediate container d766681fb1c1 00:49:16 ---> eb3bb0a4fe25 00:49:16 Step 21/22 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:49:16 ---> Running in a57a14572e63 00:49:16 ---> Running in 936f1e7597b4 00:49:17 ---> 406582f6b3d8 00:49:17 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:49:17 Removing intermediate container 772d1163afd8 00:49:17 ---> 0bdfd3121139 00:49:17 Step 23/24 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:49:17 Removing intermediate container a57a14572e63 00:49:17 ---> a7b05fd23986 00:49:17 Step 23/23 : LABEL version=0.0.0 00:49:17 ---> Running in afbb48261287 00:49:17 ---> Running in e9c9389d0281 00:49:17 Removing intermediate container 936f1e7597b4 00:49:17 ---> 8160086d6f6d 00:49:17 Step 22/22 : LABEL version=0.0.0 00:49:18 ---> Running in 438504e64b55 00:49:18 Removing intermediate container afbb48261287 00:49:18 ---> f5a504de08d1 00:49:18 Step 24/24 : LABEL version=0.0.0 00:49:18 ---> cea778493935 00:49:18 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:49:18 Removing intermediate container e9c9389d0281 00:49:18 ---> 8bc7a1133172 00:49:18 00:49:19 Successfully built 8bc7a1133172 00:49:19 Successfully tagged docker-core-command-go-arm64:latest 00:49:19  Building docker-core-command-go ... done Building docker-core-data-go 00:49:19 ---> Running in 725aac6d8ca3 00:49:19 Removing intermediate container 438504e64b55 00:49:19 ---> b8543256065b 00:49:19 00:49:19 ---> 3e53794bbbc0 00:49:19 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:49:19 Successfully built b8543256065b 00:49:20 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:20  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 00:49:20 ---> Running in 43b803274f5d 00:49:20 Removing intermediate container 725aac6d8ca3 00:49:20 ---> 2be14a21730d 00:49:20 00:49:20 Successfully built 2be14a21730d 00:49:21 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:21 Building docker-core-metadata-go 00:49:21  Building docker-security-secretstore-setup-go ... done Removing intermediate container 43b803274f5d 00:49:21 ---> 3db9ab4c196f 00:49:21 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:49:22 ---> 5c2a8616e3ac 00:49:22 Step 26/31 : RUN chmod +x /entrypoint.sh 00:49:22 ---> Running in ab7706028663 00:49:24 Removing intermediate container ab7706028663 00:49:24 ---> 25ab48294442 00:49:24 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:49:25 ---> Running in 8051049c4591 00:49:27 Removing intermediate container 8051049c4591 00:49:27 ---> baa9f8c1b852 00:49:27 Step 28/31 : CMD ["gate"] 00:49:28 ---> Running in 24209abbd012 00:49:30 Removing intermediate container 24209abbd012 00:49:30 ---> ac9bcef31744 00:49:30 Step 29/31 : LABEL arch=arm64 00:49:31 ---> Running in ee5f5815cb30 00:49:31 Removing intermediate container ee5f5815cb30 00:49:31 ---> 8889b8f04385 00:49:31 Step 30/31 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:49:32 ---> Running in aeedec439a29 00:49:33 Removing intermediate container aeedec439a29 00:49:33 ---> fbd1ec08fe11 00:49:33 Step 31/31 : LABEL version=0.0.0 00:49:33 ---> Running in 88f84b7785e9 00:49:34 Removing intermediate container 88f84b7785e9 00:49:34 ---> 1f39c45a599d 00:49:34 00:49:34 Successfully built 1f39c45a599d 00:49:35 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:56 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 00:50:02  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:02 ---> efd2104b7450 00:50:02 Step 3/22 : WORKDIR /edgex-go 00:50:02 ---> Using cache 00:50:02 ---> 54e49cb39473 00:50:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:02 ---> Using cache 00:50:02 ---> 5daeb6b2d272 00:50:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:50:04 Removing intermediate container c4cf548ff6e7 00:50:04 ---> 8c9737d2ecce 00:50:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:50:05 ---> Running in c8459627604f 00:50:05 ---> Running in 9ade41e2793d 00:50:05 Removing intermediate container 718f65e86e58 00:50:05 ---> 87f1df2e6170 00:50:05 00:50:05 Step 10/23 : FROM alpine:3.12 00:50:06 3.12: Pulling from library/alpine 00:50:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:50:09 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:50:09 Status: Downloaded newer image for alpine:3.12 00:50:09 ---> 88dd2752d2ea 00:50:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:10 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:10 ---> efd2104b7450 00:50:10 Step 3/26 : WORKDIR /edgex-go 00:50:10 ---> Using cache 00:50:10 ---> 54e49cb39473 00:50:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:10 ---> Using cache 00:50:10 ---> 5daeb6b2d272 00:50:10 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:10 OK: 217 MiB in 51 packages 00:50:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:10 ---> efd2104b7450 00:50:10 Step 3/23 : WORKDIR /edgex-go 00:50:10 ---> Using cache 00:50:10 ---> 54e49cb39473 00:50:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:10 ---> Using cache 00:50:10 ---> 5daeb6b2d272 00:50:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:10 ---> efd2104b7450 00:50:10 Step 3/23 : WORKDIR /edgex-go 00:50:10 ---> Using cache 00:50:10 ---> 54e49cb39473 00:50:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:10 ---> Using cache 00:50:10 ---> 5daeb6b2d272 00:50:10 Step 5/23 : RUN apk add --update --no-cache make git 00:50:10 ---> Using cache 00:50:10 ---> 00eb8e22fe02 00:50:10 Step 6/23 : COPY go.mod . 00:50:10 ---> Using cache 00:50:10 ---> 20cde019931a 00:50:10 Step 7/23 : RUN go mod download 00:50:10 ---> Using cache 00:50:10 ---> 153aa7b44318 00:50:10 Step 8/23 : COPY . . 00:50:10 ---> Using cache 00:50:10 ---> 2d8f9d9c6420 00:50:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:50:11 ---> Running in f5434b665209 00:50:11 ---> Running in c0299f626496 00:50:11 ---> Running in 2b8f529ef5e6 00:50:11 ---> Running in 04d1ad70c675 00:50:12 Removing intermediate container 9ade41e2793d 00:50:12 ---> 7c33a4312096 00:50:12 Step 6/22 : COPY go.mod . 00:50:13 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 00:50:13 ---> 630b8bdb32ce 00:50:13 Step 7/22 : RUN go mod download 00:50:13 ---> Running in e7f1810ff1d3 00:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:15 (1/1) Installing dumb-init (1.2.2-r1) 00:50:15 Executing busybox-1.31.1-r19.trigger 00:50:15 OK: 6 MiB in 15 packages 00:50:15 OK: 217 MiB in 51 packages 00:50:15 OK: 217 MiB in 51 packages 00:50:16 Removing intermediate container 64658401a915 00:50:16 ---> 93c11aee6fa4 00:50:16 00:50:16 Step 10/23 : FROM alpine:3.12 00:50:17 ---> 88dd2752d2ea 00:50:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:17 Removing intermediate container c8459627604f 00:50:17 ---> a0a222f29d04 00:50:17 00:50:17 Step 11/26 : FROM docker:20.10.0 00:50:17 20.10.0: Pulling from library/docker 00:50:17 Removing intermediate container 2b8f529ef5e6 00:50:17 ---> a2398339c30b 00:50:17 Step 6/23 : COPY go.mod . 00:50:17 Removing intermediate container 027b3296b7ba 00:50:17 ---> 0d0e23366f25 00:50:17 00:50:17 Step 10/24 : FROM alpine:3.12 00:50:17 ---> 88dd2752d2ea 00:50:17 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:50:17 ---> Running in 431ee42f1242 00:50:17 Removing intermediate container 7cb14d286996 00:50:17 ---> 99b8b53cc87b 00:50:17 00:50:17 Step 10/23 : FROM alpine:3.12 00:50:17 ---> 88dd2752d2ea 00:50:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:18 Removing intermediate container c0299f626496 00:50:18 ---> defc86fe3a30 00:50:18 Step 6/26 : COPY go.mod . 00:50:18 Removing intermediate container e7f1810ff1d3 00:50:18 ---> 479d7faf983e 00:50:18 Step 8/22 : COPY . . 00:50:18 ---> Running in 7861318fdb37 00:50:18 ---> Running in 8ea6f9818cdd 00:50:18 Removing intermediate container 04d1ad70c675 00:50:18 ---> f271de0089a4 00:50:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:19 ---> 8ed119062d0b 00:50:19 Step 7/23 : RUN go mod download 00:50:19 ---> Running in 57845fe19d6b 00:50:19 ---> b5ff5aeae206 00:50:19 Step 7/26 : RUN go mod download 00:50:19 ---> Running in 3c6dd35225e6 00:50:20 ---> Running in 9b52c07295d3 00:50:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:21 Removing intermediate container 8ea6f9818cdd 00:50:21 ---> abac903f65d4 00:50:21 Step 12/23 : ENV APP_PORT=48080 00:50:21 (1/1) Installing dumb-init (1.2.2-r1) 00:50:21 Executing busybox-1.31.1-r19.trigger 00:50:21 OK: 6 MiB in 15 packages 00:50:21 ---> Running in 7e4a6e32f353 00:50:21 Removing intermediate container 9b52c07295d3 00:50:21 ---> 25246ce71330 00:50:21 Step 13/23 : ENV APP_PORT=48082 00:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:22 ---> Running in 6d5e83ffce97 00:50:22 (1/5) Installing ca-certificates (20191127-r4) 00:50:22 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:50:22 (3/5) Installing libcurl (7.69.1-r3) 00:50:22 (4/5) Installing curl (7.69.1-r3) 00:50:22 (5/5) Installing dumb-init (1.2.2-r1) 00:50:22 Executing busybox-1.31.1-r19.trigger 00:50:22 Executing ca-certificates-20191127-r4.trigger 00:50:22 OK: 7 MiB in 19 packages 00:50:23 Removing intermediate container 7e4a6e32f353 00:50:23 ---> 96594aae6560 00:50:23 Step 13/23 : EXPOSE $APP_PORT 00:50:24 Removing intermediate container 6d5e83ffce97 00:50:24 ---> 6d484f60493c 00:50:24 Step 14/23 : EXPOSE $APP_PORT 00:50:24 ---> Running in d4abf806dccc 00:50:24 ---> Running in bda75c190d5d 00:50:24 Removing intermediate container 431ee42f1242 00:50:24 ---> 3b901577fd2e 00:50:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:25 ---> Running in 61efa6152b48 00:50:25 Removing intermediate container d4abf806dccc 00:50:25 ---> 07960dd5f05a 00:50:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:26 Removing intermediate container bda75c190d5d 00:50:26 ---> 2c06b289db16 00:50:26 Step 15/23 : WORKDIR / 00:50:26 Removing intermediate container 7861318fdb37 00:50:26 ---> 00075724c80e 00:50:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:26 Removing intermediate container 57845fe19d6b 00:50:26 ---> 682c4f5a7f0d 00:50:26 Step 8/23 : COPY . . 00:50:26 Removing intermediate container 3c6dd35225e6 00:50:26 ---> 6ca149f6b0a6 00:50:26 Step 8/26 : COPY . . 00:50:26 ---> Running in b98ed5ac4a87 00:50:26 Removing intermediate container 61efa6152b48 00:50:26 ---> 5fad11350256 00:50:26 Step 13/23 : ENV APP_PORT=48081 00:50:28 ---> Running in 72979075c2db 00:50:28 ---> Running in 315b582f9a98 00:50:28 ---> Running in ffa7afff18d4 00:50:29 Removing intermediate container 72979075c2db 00:50:29 ---> 9a4de62bb8e1 00:50:29 Step 13/24 : WORKDIR / 00:50:29 Removing intermediate container ffa7afff18d4 00:50:29 ---> 6eda9f1e6589 00:50:29 Step 14/23 : EXPOSE $APP_PORT 00:50:29 ---> Running in b0362c465324 00:50:30 ---> Running in 14328e676288 00:50:30 Removing intermediate container 315b582f9a98 00:50:30 ---> 0a627c320089 00:50:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:31 Removing intermediate container b0362c465324 00:50:31 ---> 9626f8086cb8 00:50:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:50:32 Removing intermediate container 14328e676288 00:50:32 ---> d9f6c1916149 00:50:32 Step 15/23 : WORKDIR / 00:50:32 ---> 12c94c2c89e2 00:50:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:33 ---> Running in 4d0a555818cd 00:50:33 ---> 241f178ac297 00:50:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:50:33 Removing intermediate container 4d0a555818cd 00:50:33 ---> ad99bcb75169 00:50:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:34 ---> 715ba4cadda4 00:50:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:34 Removing intermediate container b98ed5ac4a87 00:50:34 ---> 970d982ed7a4 00:50:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:50:35 ---> 5d0d72dcce54 00:50:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:35 ---> 4d9fdf1458c3 00:50:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:50:35 ---> Running in 9b3be5e34936 00:50:36 Status: Downloaded newer image for docker:20.10.0 00:50:36 ---> aefe523efa57 00:50:36 Step 12/26 : RUN apk add --no-cache bash 00:50:36 ---> 48ac867b7672 00:50:36 Step 19/23 : ENTRYPOINT ["/core-command"] 00:50:36 ---> Running in 26d170921c9b 00:50:36 ---> Running in bb601be2dfb8 00:50:37 ---> 131c82811d05 00:50:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:37 ---> f766a18ba76f 00:50:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:38 Removing intermediate container bb601be2dfb8 00:50:38 ---> ba63ee5e8de6 00:50:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:39 ---> 661bef685c8f 00:50:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:50:39 ---> 0c7e39a761be 00:50:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:39 ---> Running in 60ce48da95a0 00:50:39 (1/2) Installing readline (8.0.4-r0) 00:50:39 (2/2) Installing bash (5.0.17-r0) 00:50:39 ---> Running in 54043de48d70 00:50:39 Executing bash-5.0.17-r0.post-install 00:50:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:39 Executing busybox-1.31.1-r19.trigger 00:50:39 OK: 12 MiB in 22 packages 00:50:40 (1/6) Installing dumb-init (1.2.2-r1) 00:50:40 Removing intermediate container 60ce48da95a0 00:50:40 ---> 3e41e6cfa0ba 00:50:40 Step 21/23 : LABEL arch=x86_64 00:50:40 Removing intermediate container 54043de48d70 00:50:40 ---> 8be07723a0e1 00:50:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:40 (2/6) Installing libgcc (9.3.0-r2) 00:50:40 (3/6) Installing libsodium (1.0.18-r0) 00:50:40 (4/6) Installing libstdc++ (9.3.0-r2) 00:50:40 ---> Running in 432d137271f0 00:50:40 ---> Running in b8a437cd8cfc 00:50:40 (5/6) Installing libzmq (4.3.3-r0) 00:50:40 (6/6) Installing zeromq (4.3.3-r0) 00:50:40 Executing busybox-1.31.1-r19.trigger 00:50:40 OK: 8 MiB in 20 packages 00:50:41 ---> 91415264fe79 00:50:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:41 Removing intermediate container b8a437cd8cfc 00:50:41 ---> 51f4175ed6c6 00:50:41 Step 21/23 : LABEL arch=x86_64 00:50:41 Removing intermediate container 432d137271f0 00:50:41 ---> ed290e73f944 00:50:41 Step 22/23 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:50:41 Removing intermediate container 26d170921c9b 00:50:41 ---> 57eab0eb0ca8 00:50:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:42 ---> Running in bf0b88c952ce 00:50:42 ---> Running in 50585a8ea09e 00:50:42 ---> Running in e3ae5ec9c94d 00:50:42 ---> 06a463176dfa 00:50:42 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:50:43 Removing intermediate container bf0b88c952ce 00:50:43 ---> 32736afaa8d5 00:50:43 Step 22/23 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:50:44 Removing intermediate container 50585a8ea09e 00:50:44 ---> b2222ac55d20 00:50:44 Step 23/23 : LABEL version=0.0.0 00:50:44 ---> Running in fe10e89b7037 00:50:44 Removing intermediate container 9b3be5e34936 00:50:44 ---> 21e4eaff3d83 00:50:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:44 ---> Running in 1622ea9354dc 00:50:44 Removing intermediate container e3ae5ec9c94d 00:50:44 ---> 622403aaef95 00:50:44 Step 14/26 : ENV APP_PORT=48090 00:50:44 ---> Running in 222bf7bfe9cf 00:50:44 ---> Running in 6d540630b389 00:50:44 Removing intermediate container 1622ea9354dc 00:50:44 ---> 4bf4e2d31a57 00:50:44 Step 23/23 : LABEL version=0.0.0 00:50:45 ---> c58e2fb2b5c8 00:50:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:50:45 ---> Running in e0a34f91a1aa 00:50:45 Removing intermediate container 222bf7bfe9cf 00:50:45 ---> 54d473a82d03 00:50:45 00:50:46 Removing intermediate container 6d540630b389 00:50:46 ---> 0fdd4e8f36db 00:50:46 Step 15/26 : EXPOSE $APP_PORT 00:50:47 ---> Running in a623953b2fce 00:50:47 Removing intermediate container e0a34f91a1aa 00:50:47 ---> 843c68e3cc73 00:50:47 00:50:47 ---> 5f93405aaa63 00:50:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:50:48 Successfully built 54d473a82d03 00:50:49 Removing intermediate container a623953b2fce 00:50:49 ---> b8a369be6732 00:50:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:49 Successfully tagged docker-core-command-go:latest 00:50:49 Successfully built 843c68e3cc73 00:50:49 Building docker-security-proxy-setup-go 00:50:49  Building docker-core-command-go ... done Successfully tagged docker-core-metadata-go:latest 00:50:49 Building docker-support-notifications-go 00:50:49  Building docker-core-metadata-go ... done  ---> b49216dbacd9 00:50:49 Step 19/23 : ENTRYPOINT ["/core-data"] 00:50:50 ---> Running in 041a40adc89a 00:50:50 Removing intermediate container fe10e89b7037 00:50:50 ---> 0f59b6610a04 00:50:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:50:51 ---> f74f97d7de7d 00:50:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:51 ---> Running in fbe898583eb2 00:50:51 Removing intermediate container 041a40adc89a 00:50:51 ---> ebc80049d130 00:50:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:52 ---> Running in 35b059c95d31 00:50:52 Removing intermediate container fbe898583eb2 00:50:52 ---> f3b07a2e8e29 00:50:52 Step 22/24 : LABEL arch=x86_64 00:50:52 ---> 2e1aa741cab4 00:50:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:53 ---> Running in 8424b96c1bc4 00:50:56 Removing intermediate container 35b059c95d31 00:50:56 ---> 66bbbed17729 00:50:56 Step 21/23 : LABEL arch=x86_64 00:50:59 ---> d4ff8e7a4bda 00:50:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:50:59 ---> Running in 1d5c06cc6583 00:50:59 ---> cac0bccf2ae9 00:50:59 Step 9/23 : RUN make cmd/core-data/core-data 00:50:59 ---> Running in 2ed8d0da856e 00:50:59 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 00:50:59 ---> 88ff0b8c6a6a 00:50:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:59 ---> Running in b5436d3c5ef9 00:50:59 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 00:50:59 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 00:51:01 ---> Running in 3154a065f2a5 00:51:01 Removing intermediate container 8424b96c1bc4 00:51:01 ---> 50bc95c211ff 00:51:01 Step 23/24 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:51:01 ---> c3d8f373e450 00:51:01 Step 19/26 : RUN apk --no-cache add py3-pip 00:51:01 ---> Running in e803bf4b2e91 00:51:01 ---> Running in 09ca45c0e67b 00:51:01 Removing intermediate container 3154a065f2a5 00:51:01 ---> 2cdb21c8a3c3 00:51:01 Step 22/23 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:51:02 ---> Running in 3f8025708c94 00:51:02 Removing intermediate container e803bf4b2e91 00:51:02 ---> dd3692c76d26 00:51:02 Step 24/24 : LABEL version=0.0.0 00:51:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:04 ---> Running in 2bac4cf642b4 00:51:04 (1/33) Installing libbz2 (1.0.8-r1) 00:51:04 (2/33) Installing expat (2.2.9-r1) 00:51:04 (3/33) Installing libffi (3.3-r2) 00:51:04 (4/33) Installing gdbm (1.13-r1) 00:51:05 (5/33) Installing xz-libs (5.2.5-r0) 00:51:05 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:06 (7/33) Installing python3 (3.8.5-r1) 00:51:08 Removing intermediate container 2bac4cf642b4 00:51:08 ---> c3ad8e90a0e6 00:51:08 00:51:10 Removing intermediate container 3f8025708c94 00:51:10 ---> 0e781c5b019b 00:51:10 Step 23/23 : LABEL version=0.0.0 00:51:11 ---> Running in 214285ca7015 00:51:11 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:11 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:11 (11/33) Installing py3-six (1.15.0-r0) 00:51:11 (12/33) Installing py3-packaging (20.4-r0) 00:51:12 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:12 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:12 Successfully built c3ad8e90a0e6 00:51:12 (15/33) Installing py3-idna (2.9-r0) 00:51:13 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:13 Successfully tagged docker-security-secretstore-setup-go:latest 00:51:13  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 00:51:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:13 (18/33) Installing py3-requests (2.23.0-r0) 00:51:13 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:13 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:13 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:14 Removing intermediate container f5434b665209 00:51:14 ---> 3bdc5f651235 00:51:14 00:51:14 Step 10/23 : FROM alpine:3.12 00:51:14 ---> d10569e2745f 00:51:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:14 ---> Using cache 00:51:14 ---> a792d21625ce 00:51:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:14 ---> Using cache 00:51:14 ---> 5dc54afffb85 00:51:14 Step 13/23 : ENV APP_PORT=48081 00:51:14 ---> Running in 67c3b536d111 00:51:14 Removing intermediate container 67c3b536d111 00:51:14 ---> a77576aaaa02 00:51:14 Step 14/23 : EXPOSE $APP_PORT 00:51:14 ---> Running in 944325115f91 00:51:14 Removing intermediate container 944325115f91 00:51:14 ---> 02ebd23317b5 00:51:14 Step 15/23 : WORKDIR / 00:51:14 ---> Running in aaa3add62811 00:51:14 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:15 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:15 Removing intermediate container aaa3add62811 00:51:15 ---> 697bb6f53eb4 00:51:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:15 (24/33) Installing py3-distro (1.5.0-r1) 00:51:15 Removing intermediate container 214285ca7015 00:51:15 ---> 092012f91c90 00:51:15 00:51:15 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:15 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:16 ---> 34638c38bbe5 00:51:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:17 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:17 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:17 (29/33) Installing py3-progress (1.5-r0) 00:51:17 (30/33) Installing py3-toml (0.10.1-r0) 00:51:18 ---> 496f0c2793c0 00:51:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:18 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:19 (33/33) Installing py3-pip (20.1.1-r0) 00:51:19 ---> 7172cf55360b 00:51:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:51:19 ---> Running in 7b2c93bc7251 00:51:20 Removing intermediate container 7b2c93bc7251 00:51:20 ---> d7211797ca2a 00:51:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:20 ---> Running in 71982cdd54e6 00:51:21 Removing intermediate container 71982cdd54e6 00:51:21 ---> d70b61803953 00:51:21 Step 21/23 : LABEL arch=arm64 00:51:21 ---> Running in 1b9736bd046e 00:51:21 Removing intermediate container 1b9736bd046e 00:51:21 ---> e71bef9b767b 00:51:21 Step 22/23 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:51:22 ---> Running in ba2e74eed7d4 00:51:22 Executing busybox-1.31.1-r19.trigger 00:51:22 Successfully built 092012f91c90 00:51:22 OK: 71 MiB in 55 packages 00:51:22 Removing intermediate container ba2e74eed7d4 00:51:22 ---> f89b783a99bb 00:51:22 Step 23/23 : LABEL version=0.0.0 00:51:22 Successfully tagged docker-core-data-go:latest 00:51:23 ---> Running in abb0e5d97ed1 00:51:23 Building docker-support-scheduler-go 00:51:23 Removing intermediate container abb0e5d97ed1 00:51:23 ---> eeb2f295caca 00:51:23 00:51:24 Successfully built eeb2f295caca 00:51:24 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:20  Building docker-core-metadata-go ... done Removing intermediate container b5436d3c5ef9 00:52:20 ---> f66eeb9f70fb 00:52:20 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:52:20 ---> Running in 77b024a2f3bf 00:52:20 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 00:52:20 Removing intermediate container 1d5c06cc6583 00:52:20 ---> 071beaa451ed 00:52:20 00:52:20 Step 10/22 : FROM alpine:3.12 00:52:20 ---> d10569e2745f 00:52:20 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:20 ---> Running in 02b295cfadc2 00:52:20 Removing intermediate container 77b024a2f3bf 00:52:20 ---> 35449748ed76 00:52:20 00:52:20 Step 11/26 : FROM docker:20.10.0 00:52:20 20.10.0: Pulling from library/docker 00:52:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:20 (1/2) Installing ca-certificates (20191127-r4) 00:52:20 (2/2) Installing dumb-init (1.2.2-r1) 00:52:20 Executing busybox-1.31.1-r19.trigger 00:52:20 Executing ca-certificates-20191127-r4.trigger 00:52:20 OK: 6 MiB in 16 packages 00:52:22 Removing intermediate container 02b295cfadc2 00:52:22 ---> 7340ad230647 00:52:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:52:22 ---> Running in 802160162db1 00:52:23 Removing intermediate container 802160162db1 00:52:23 ---> 0530656f91ed 00:52:23 Step 13/22 : ENV APP_PORT=48060 00:52:23 ---> Running in 2efe48cc3b55 00:52:24 Removing intermediate container 2efe48cc3b55 00:52:24 ---> 91b273881d3f 00:52:24 Step 14/22 : EXPOSE $APP_PORT 00:52:24 ---> Running in 4a895ef9a018 00:52:25 Removing intermediate container 4a895ef9a018 00:52:25 ---> c02bb9b42525 00:52:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:27 ---> ab6a2228129e 00:52:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:52:28 Removing intermediate container 2ed8d0da856e 00:52:28 ---> 7381ad0e48a0 00:52:28 00:52:28 Step 10/23 : FROM alpine:3.12 00:52:28 ---> d10569e2745f 00:52:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:28 ---> Running in 6289f29f59ad 00:52:28 ---> 6b5ee8021211 00:52:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:52:28 Removing intermediate container 6289f29f59ad 00:52:28 ---> 8cf8664319e7 00:52:28 Step 12/23 : ENV APP_PORT=48080 00:52:29 ---> Running in f98ef1bf8fe4 00:52:29 ---> 6326d50167ee 00:52:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:52:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:29 Status: Downloaded newer image for docker:20.10.0 00:52:29 ---> eeaf43b92773 00:52:29 Step 12/26 : RUN apk add --no-cache bash 00:52:29 ---> Running in 224fcd966988 00:52:29 ---> Running in 078efade97d4 00:52:29 Removing intermediate container f98ef1bf8fe4 00:52:29 ---> 1ee0ea8825ed 00:52:29 Step 13/23 : EXPOSE $APP_PORT 00:52:29 ---> Running in f521ec057757 00:52:30 Removing intermediate container 224fcd966988 00:52:30 ---> 1380d8f980bf 00:52:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:30 ---> Running in 1557625c6389 00:52:30 Removing intermediate container f521ec057757 00:52:30 ---> e96aa5c964dd 00:52:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:30 ---> Running in afa33705d1ec 00:52:30 Removing intermediate container 1557625c6389 00:52:30 ---> f0f5dd678eea 00:52:30 Step 20/22 : LABEL arch=arm64 00:52:31 ---> Running in 03dd34a4d719 00:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:31 Removing intermediate container 03dd34a4d719 00:52:31 ---> 27d849b66da2 00:52:31 Step 21/22 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:52:31 ---> Running in eec68176f398 00:52:31 (1/2) Installing readline (8.0.4-r0) 00:52:31 (2/2) Installing bash (5.0.17-r0) 00:52:31 Executing bash-5.0.17-r0.post-install 00:52:31 Executing busybox-1.31.1-r19.trigger 00:52:31 OK: 12 MiB in 22 packages 00:52:32 Removing intermediate container eec68176f398 00:52:32 ---> 2322f1211d08 00:52:32 Step 22/22 : LABEL version=0.0.0 00:52:32 ---> Running in 7c2659ebcaf2 00:52:33 Removing intermediate container 7c2659ebcaf2 00:52:33 ---> 8d8edf8b0d78 00:52:33 00:52:33 Removing intermediate container afa33705d1ec 00:52:33 ---> 5908b4813766 00:52:33 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:33 ---> Running in 1e77621bfe6e 00:52:33 Successfully built 8d8edf8b0d78 00:52:33 Successfully tagged docker-support-notifications-go-arm64:latest 00:52:33  Building docker-support-notifications-go ... done Removing intermediate container 078efade97d4 00:52:33 ---> 5dba4b3ae38e 00:52:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:33 ---> Running in 5dd111a03151 00:52:34  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:52:34 ---> dde42053aa5e 00:52:34 Step 3/21 : WORKDIR /edgex-go 00:52:34 Removing intermediate container 5dd111a03151 00:52:34 ---> 289608e25ab4 00:52:34 Step 14/26 : ENV APP_PORT=48090 00:52:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:52:34 ---> dde42053aa5e 00:52:34 Step 3/22 : WORKDIR /edgex-go 00:52:34 ---> Running in 33742b3ceb9b 00:52:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:35 Removing intermediate container 33742b3ceb9b 00:52:35 ---> 617b0c049773 00:52:35 Step 15/26 : EXPOSE $APP_PORT 00:52:35 ---> Running in 5388d00ebb7d 00:52:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:35 Removing intermediate container 5388d00ebb7d 00:52:35 ---> 45a61f4d86b7 00:52:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:35 ---> Using cache 00:52:35 ---> 8e8000f01a0d 00:52:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:35 ---> Using cache 00:52:35 ---> 8e8000f01a0d 00:52:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:35 ---> Using cache 00:52:35 ---> 878d8e43c994 00:52:35 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:52:35 ---> Using cache 00:52:35 ---> 878d8e43c994 00:52:35 Step 5/21 : RUN apk add --update --no-cache make git 00:52:35 ---> Using cache 00:52:35 ---> 30a902ae0889 00:52:35 Step 6/21 : COPY go.mod . 00:52:35 ---> Using cache 00:52:35 ---> 9a87ae98ebe8 00:52:35 Step 7/21 : RUN go mod download 00:52:35 ---> Using cache 00:52:35 ---> d64f75b4af0e 00:52:35 Step 8/21 : COPY . . 00:52:36 (1/6) Installing dumb-init (1.2.2-r1) 00:52:36 (2/6) Installing libgcc (9.3.0-r2) 00:52:36 (3/6) Installing libsodium (1.0.18-r0) 00:52:36 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:36 (5/6) Installing libzmq (4.3.3-r0) 00:52:36 (6/6) Installing zeromq (4.3.3-r0) 00:52:36 Executing busybox-1.31.1-r19.trigger 00:52:36 OK: 8 MiB in 20 packages 00:52:37 ---> Using cache 00:52:37 ---> e623e8e32866 00:52:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:52:37 ---> cb1e5a468e5a 00:52:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:38 ---> 04a7e56cba0f 00:52:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:38 Removing intermediate container 1e77621bfe6e 00:52:38 ---> e3969c6945b9 00:52:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:39 ---> 14707857665a 00:52:39 Step 19/26 : RUN apk --no-cache add py3-pip 00:52:39 ---> Running in 9ff0b7443800 00:52:39 ---> 96ad966cd604 00:52:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:40 ---> 3c4bc9b7df2e 00:52:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:41 (1/33) Installing libbz2 (1.0.8-r1) 00:52:41 (2/33) Installing expat (2.2.9-r1) 00:52:41 (3/33) Installing libffi (3.3-r2) 00:52:41 (4/33) Installing gdbm (1.13-r1) 00:52:41 (5/33) Installing xz-libs (5.2.5-r0) 00:52:41 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:41 (7/33) Installing python3 (3.8.5-r1) 00:52:41 ---> c47673195b88 00:52:41 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:41 ---> Running in 7c4d547c4c73 00:52:42 Removing intermediate container 7c4d547c4c73 00:52:42 ---> d45da89842d8 00:52:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:42 ---> Running in b712602167e5 00:52:42 ---> Running in 27756aa39137 00:52:42 ---> Running in a80e92d14131 00:52:43 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:43 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:43 (11/33) Installing py3-six (1.15.0-r0) 00:52:43 (12/33) Installing py3-packaging (20.4-r0) 00:52:43 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:43 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:43 (15/33) Installing py3-idna (2.9-r0) 00:52:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:43 Removing intermediate container a80e92d14131 00:52:43 ---> 5cc5ba1212da 00:52:43 Step 21/23 : LABEL arch=arm64 00:52:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:43 (18/33) Installing py3-requests (2.23.0-r0) 00:52:43 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:43 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:43 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:43 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:43 (24/33) Installing py3-distro (1.5.0-r1) 00:52:43 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:43 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:43 ---> Running in c4cb2e3e9fda 00:52:43 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:43 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:43 (29/33) Installing py3-progress (1.5-r0) 00:52:43 (30/33) Installing py3-toml (0.10.1-r0) 00:52:43 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:43 (33/33) Installing py3-pip (20.1.1-r0) 00:52:43 Executing busybox-1.31.1-r19.trigger 00:52:43 OK: 71 MiB in 55 packages 00:52:44 Removing intermediate container c4cb2e3e9fda 00:52:44 ---> 72bb7c9ddeec 00:52:44 Step 22/23 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:52:44 ---> Running in de4aa0a2be39 00:52:45 Removing intermediate container de4aa0a2be39 00:52:45 ---> fad6004dec09 00:52:45 Step 23/23 : LABEL version=0.0.0 00:52:45 ---> Running in c4a05b5f1872 00:52:45 Removing intermediate container c4a05b5f1872 00:52:45 ---> 94d36fce9dbe 00:52:45 00:52:46 Successfully built 94d36fce9dbe 00:52:46 Successfully tagged docker-core-data-go-arm64:latest 00:52:50  Building docker-core-data-go ... done Removing intermediate container 9ff0b7443800 00:52:50 ---> 40094c0fba5f 00:52:50 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:50 ---> Running in 381dd0d68397 00:52:51 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:51 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:52:51 ---> dde42053aa5e 00:52:51 Step 3/31 : WORKDIR /edgex-go 00:52:51 ---> Using cache 00:52:51 ---> 8e8000f01a0d 00:52:51 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:51 ---> Using cache 00:52:51 ---> 878d8e43c994 00:52:51 Step 5/31 : RUN apk add --update --no-cache make git 00:52:51 ---> Using cache 00:52:51 ---> 30a902ae0889 00:52:51 Step 6/31 : COPY go.mod . 00:52:51 ---> Using cache 00:52:51 ---> 9a87ae98ebe8 00:52:51 Step 7/31 : RUN go mod download 00:52:51 ---> Using cache 00:52:51 ---> d64f75b4af0e 00:52:51 Step 8/31 : COPY . . 00:52:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:52:51 ---> dde42053aa5e 00:52:51 Step 3/22 : WORKDIR /edgex-go 00:52:51 ---> Using cache 00:52:51 ---> 8e8000f01a0d 00:52:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:51 ---> Using cache 00:52:51 ---> 878d8e43c994 00:52:51 Step 5/22 : RUN apk add --update --no-cache make git 00:52:51 ---> Using cache 00:52:51 ---> 30a902ae0889 00:52:51 Step 6/22 : COPY go.mod . 00:52:51 ---> Using cache 00:52:51 ---> 9a87ae98ebe8 00:52:51 Step 7/22 : RUN go mod download 00:52:51 ---> Using cache 00:52:51 ---> d64f75b4af0e 00:52:51 Step 8/22 : COPY . . 00:52:51 ---> Using cache 00:52:51 ---> e623e8e32866 00:52:51 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:52:51 ---> Using cache 00:52:51 ---> e623e8e32866 00:52:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:52:51 ---> Running in 218a1a763233 00:52:52 ---> Running in 88c01b42758f 00:52:53 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 00:52:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:52:54 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 00:52:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:52:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:52:54 Collecting docker-compose==1.23.2 00:52:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:55 OK: 233 MiB in 51 packages 00:52:55 Collecting websocket-client<1.0,>=0.32.0 00:52:55 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:52:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:55 Collecting dockerpty<0.5,>=0.4.1 00:52:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:57 Collecting jsonschema<3,>=2.5.1 00:52:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:57 Collecting docopt<0.7,>=0.6.1 00:52:57 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:00 Collecting docker<4.0,>=3.6.0 00:53:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:53:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:53:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:53:02 Removing intermediate container b712602167e5 00:53:02 ---> 53eaae7522ba 00:53:02 Step 6/22 : COPY go.mod . 00:53:02 Collecting PyYAML<4,>=3.10 00:53:02 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:05 ---> dc291bb684fd 00:53:05 Step 7/22 : RUN go mod download 00:53:05 Collecting cached-property<2,>=1.2.0 00:53:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:53:05 Collecting texttable<0.10,>=0.9.0 00:53:05 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:07 Collecting docker-pycreds>=0.4.0 00:53:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:07 Collecting idna<2.8,>=2.5 00:53:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:07 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) 00:53:07 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) 00:53:08 Collecting urllib3<1.25,>=1.21.1 00:53:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:09 Installing collected packages: websocket-client, dockerpty, jsonschema, docopt, idna, urllib3, requests, docker-pycreds, docker, PyYAML, cached-property, texttable, docker-compose 00:53:09 Running setup.py install for dockerpty: started 00:53:10 ---> Running in ec3d926ee801 00:53:11 Running setup.py install for dockerpty: finished with status 'done' 00:53:11 Running setup.py install for docopt: started 00:53:13 Running setup.py install for docopt: finished with status 'done' 00:53:13 Attempting uninstall: idna 00:53:13 Found existing installation: idna 2.9 00:53:13 Uninstalling idna-2.9: 00:53:13 Successfully uninstalled idna-2.9 00:53:14 Attempting uninstall: urllib3 00:53:14 Found existing installation: urllib3 1.25.9 00:53:14 Uninstalling urllib3-1.25.9: 00:53:14 Successfully uninstalled urllib3-1.25.9 00:53:15 Attempting uninstall: requests 00:53:15 Found existing installation: requests 2.23.0 00:53:15 Uninstalling requests-2.23.0: 00:53:15 Successfully uninstalled requests-2.23.0 00:53:16 Running setup.py install for PyYAML: started 00:53:18 Running setup.py install for PyYAML: finished with status 'done' 00:53:18 Running setup.py install for texttable: started 00:53:20 Running setup.py install for texttable: finished with status 'done' 00:53:21 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.58.0 00:53:24 Removing intermediate container ec3d926ee801 00:53:24 ---> 7ae174afa3ae 00:53:24 Step 8/22 : COPY . . 00:53:24 Removing intermediate container 09ca45c0e67b 00:53:24 ---> 8be0398b467c 00:53:24 Step 20/26 : RUN pip install docker-compose==1.23.2 00:53:24 ---> Running in 33bd873d4939 00:53:25 Removing intermediate container 381dd0d68397 00:53:25 ---> 153cb340ab3d 00:53:25 Step 21/26 : RUN apk --no-cache add curl 00:53:25 ---> Running in ef11416a75b7 00:53:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:27 (2/3) Installing libcurl (7.69.1-r3) 00:53:27 (3/3) Installing curl (7.69.1-r3) 00:53:27 Executing busybox-1.31.1-r19.trigger 00:53:27 OK: 71 MiB in 58 packages 00:53:28 Removing intermediate container ef11416a75b7 00:53:28 ---> b41ad7b6c3dd 00:53:28 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:28 ---> Running in 36662c64ece9 00:53:29 Removing intermediate container 36662c64ece9 00:53:29 ---> 24366f825e84 00:53:29 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:29 ---> Running in ad5464af6519 00:53:29 Removing intermediate container ad5464af6519 00:53:29 ---> 257101b2a275 00:53:29 Step 24/26 : LABEL arch=arm64 00:53:29 ---> Running in 5054727c1dcc 00:53:30 Removing intermediate container 5054727c1dcc 00:53:30 ---> b91d00981518 00:53:30 Step 25/26 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:53:30 ---> Running in a57dca5c6905 00:53:31 Removing intermediate container a57dca5c6905 00:53:31 ---> 1e8f4d6f84c9 00:53:31 Step 26/26 : LABEL version=0.0.0 00:53:31 ---> Running in d7582fae30ce 00:53:31 Removing intermediate container d7582fae30ce 00:53:31 ---> dd00b7dd151b 00:53:31 00:53:31 Successfully built dd00b7dd151b 00:53:31 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:32  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:32 $ docker stop --time=1 4efd35d5ebd0656ad3f2819fc902392267143ff27fa7220c29d04646957767b8 00:53:34 $ docker rm -f 4efd35d5ebd0656ad3f2819fc902392267143ff27fa7220c29d04646957767b8 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:35 + grep docker 00:53:35 + docker images 00:53:35 docker-sys-mgmt-agent-go-arm64 latest dd00b7dd151b 4 seconds ago 300MB 00:53:35 docker-core-data-go-arm64 latest 94d36fce9dbe 50 seconds ago 21.1MB 00:53:35 docker-support-notifications-go-arm64 latest 8d8edf8b0d78 About a minute ago 16.9MB 00:53:35 docker-core-metadata-go-arm64 latest eeb2f295caca 2 minutes ago 17.9MB 00:53:35 docker-security-bootstrapper-go-arm64 latest 1f39c45a599d 4 minutes ago 17.8MB 00:53:35 docker-security-secretstore-setup-go-arm64 latest 2be14a21730d 4 minutes ago 23.7MB 00:53:35 docker-support-scheduler-go-arm64 latest b8543256065b 4 minutes ago 16.3MB 00:53:35 docker-core-command-go-arm64 latest 8bc7a1133172 4 minutes ago 16.2MB 00:53:35 docker-security-proxy-setup-go-arm64 latest a8541264a73f 4 minutes ago 23.4MB 00:53:35 docker 20.10.0 eeaf43b92773 2 months ago 228MB [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 Post stage [Pipeline] libraryResource [Pipeline] sh 00:53:36 ---> job-cost.sh 00:53:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-KjQT 00:54:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:54:01 Collecting docker-compose==1.23.2 00:54:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:54:02 Collecting jsonschema<3,>=2.5.1 00:54:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:54:04 Collecting texttable<0.10,>=0.9.0 00:54:04 Downloading texttable-0.9.1.tar.gz (11 kB) 00:54:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:54:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:54:21 Collecting docopt<0.7,>=0.6.1 00:54:21 Downloading docopt-0.6.2.tar.gz (25 kB) 00:54:23 Collecting dockerpty<0.5,>=0.4.1 00:54:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:54:27 Collecting PyYAML<4,>=3.10 00:54:27 Downloading PyYAML-3.13.tar.gz (270 kB) 00:54:30 Collecting cached-property<2,>=1.2.0 00:54:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:54:31 Removing intermediate container 88c01b42758f 00:54:31 ---> fe1e253eb6a5 00:54:31 00:54:31 Step 10/31 : FROM alpine:3.12 00:54:31 ---> 88dd2752d2ea 00:54:31 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:54:31 Collecting docker<4.0,>=3.6.0 00:54:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:54:34 Removing intermediate container 218a1a763233 00:54:34 ---> 49d71a88bbe1 00:54:34 00:54:34 Step 10/22 : FROM alpine:3.12 00:54:34 ---> 88dd2752d2ea 00:54:34 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:54:34 ---> Using cache 00:54:34 ---> 3b901577fd2e 00:54:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:54:34 ---> Using cache 00:54:34 ---> 5fad11350256 00:54:34 Step 13/22 : ENV APP_PORT=48085 00:54:35 ---> Running in 4e1550cf42aa 00:54:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:54:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:54:35 ---> Running in 4b797b48f897 00:54:36 Collecting websocket-client<1.0,>=0.32.0 00:54:36 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:54:36 Collecting docker-pycreds>=0.4.0 00:54:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:54:37 Collecting idna<2.8,>=2.5 00:54:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:54:38 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) 00:54:39 Collecting urllib3<1.25,>=1.21.1 00:54:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:54:40 Removing intermediate container 4e1550cf42aa 00:54:40 ---> df7f02e2c72f 00:54:40 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:54:40 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) 00:54:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:54:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:54:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:54:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:54:40 Installing collected packages: jsonschema, texttable, docopt, dockerpty, PyYAML, cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docker-compose 00:54:41 Removing intermediate container 4b797b48f897 00:54:41 ---> 301eb394dfe0 00:54:41 Step 14/22 : EXPOSE $APP_PORT 00:54:42 ---> Running in d03a64a1722a 00:54:42 Running setup.py install for texttable: started 00:54:43 ---> Running in df5beb898fca 00:54:44 Running setup.py install for texttable: finished with status 'done' 00:54:44 Running setup.py install for docopt: started 00:54:46 Running setup.py install for docopt: finished with status 'done' 00:54:46 Running setup.py install for dockerpty: started 00:54:46 Removing intermediate container df5beb898fca 00:54:46 ---> 2756c2335ffa 00:54:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:47 Running setup.py install for dockerpty: finished with status 'done' 00:54:47 (1/2) Installing dumb-init (1.2.2-r1) 00:54:47 (2/2) Installing su-exec (0.2-r1) 00:54:47 Executing busybox-1.31.1-r19.trigger 00:54:48 OK: 6 MiB in 16 packages 00:54:48 Running setup.py install for PyYAML: started 00:54:48 Removing intermediate container 27756aa39137 00:54:48 ---> 89c515d45402 00:54:48 00:54:48 Step 10/21 : FROM alpine:3.12 00:54:48 ---> 88dd2752d2ea 00:54:48 Step 11/21 : RUN apk add --update --no-cache curl 00:54:49 Running setup.py install for PyYAML: finished with status 'done' 00:54:50 ---> 594286be623b 00:54:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:54:50 Attempting uninstall: idna 00:54:50 Found existing installation: idna 2.9 00:54:50 Uninstalling idna-2.9: 00:54:50 ---> Running in f71a36f71ff1 00:54:50 Successfully uninstalled idna-2.9 00:54:50 Attempting uninstall: urllib3 00:54:50 Found existing installation: urllib3 1.25.9 00:54:50 Uninstalling urllib3-1.25.9: 00:54:51 ---> a375ba4315e0 00:54:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:54:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:51 Successfully uninstalled urllib3-1.25.9 00:54:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:52 Removing intermediate container d03a64a1722a 00:54:52 ---> 07b168a3cd0d 00:54:52 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:54:52 ---> 1044c8b9b1ab 00:54:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:54:52 ---> Running in ac3997bf5dc9 00:54:52 (1/4) Installing ca-certificates (20191127-r4) 00:54:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:54:52 (3/4) Installing libcurl (7.69.1-r3) 00:54:53 (4/4) Installing curl (7.69.1-r3) 00:54:53 Executing busybox-1.31.1-r19.trigger 00:54:53 Executing ca-certificates-20191127-r4.trigger 00:54:53 OK: 7 MiB in 18 packages 00:54:53 Attempting uninstall: requests 00:54:53 Found existing installation: requests 2.23.0 00:54:53 Uninstalling requests-2.23.0: 00:54:53 ---> Running in 6dae14424a69 00:54:53 Successfully uninstalled requests-2.23.0 00:54:54 ---> 72fb7d8c71d6 00:54:54 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:54:54 ---> Running in 372fbb48fcac 00:54:54 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 00:54:54 Removing intermediate container 6dae14424a69 00:54:54 ---> 7d650ad96669 00:54:54 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:54:55 ---> Running in 016d0b38c110 00:54:55 Removing intermediate container 372fbb48fcac 00:54:55 ---> 027eb8282fc2 00:54:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:57 Removing intermediate container f71a36f71ff1 00:54:57 ---> 956061ad460c 00:54:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:54:58 ---> Running in 5a1e830a84b6 00:55:00 Removing intermediate container 016d0b38c110 00:55:00 ---> dd885e5b54f9 00:55:00 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:55:00 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.58.0 00:55:00 ---> Running in 9dcb787cc3c3 00:55:00 Removing intermediate container 5a1e830a84b6 00:55:00 ---> d7b729eed3e1 00:55:00 Step 20/22 : LABEL arch=x86_64 00:55:00 ---> Running in e5aca73b4bb4 00:55:01 Removing intermediate container 9dcb787cc3c3 00:55:01 ---> 7c4ffd803583 00:55:01 Step 13/21 : WORKDIR /edgex 00:55:01 ---> Running in 0fa716d0aeaa 00:55:01 ---> Running in aaac5c2d752d 00:55:01 Removing intermediate container 0fa716d0aeaa 00:55:01 ---> dd55e856e203 00:55:01 Step 21/22 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:55:02 ---> Running in 9e57afc7f0c6 00:55:02 Removing intermediate container aaac5c2d752d 00:55:02 ---> 3d754d5e9a52 00:55:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:55:05 Removing intermediate container 9e57afc7f0c6 00:55:05 ---> e09c205fe0bb 00:55:05 Step 22/22 : LABEL version=0.0.0 00:55:10 ---> Running in de5fd6fc3c83 00:55:10 ---> 720b443b8549 00:55:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:55:11 Removing intermediate container 33bd873d4939 00:55:11 ---> 3b715a3b798e 00:55:11 Step 21/26 : RUN apk --no-cache add curl 00:55:11 Removing intermediate container de5fd6fc3c83 00:55:11 ---> c17838921d4d 00:55:11 00:55:12 Removing intermediate container e5aca73b4bb4 00:55:12 ---> 18947e2bb06f 00:55:12 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:55:12 ---> Running in 6fa7987a6c4f 00:55:15 ---> Running in 2cbbe93f880d 00:55:15 Successfully built c17838921d4d 00:55:15 Successfully tagged docker-support-scheduler-go:latest 00:55:17  Building docker-support-scheduler-go ... done  ---> 0278594324ce 00:55:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:55:17 Removing intermediate container 2cbbe93f880d 00:55:17 ---> 0ab3d2c3fa9c 00:55:17 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:55:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:20 ---> 0bbffeb1bd60 00:55:20 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:55:21 ---> Running in ba3ec0fff3ba 00:55:21 ---> 66306d2c525d 00:55:21 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:55:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:55:21 (2/3) Installing libcurl (7.69.1-r3) 00:55:21 (3/3) Installing curl (7.69.1-r3) 00:55:21 Executing busybox-1.31.1-r19.trigger 00:55:21 OK: 72 MiB in 58 packages 00:55:21 ---> Running in 3bd83834b091 00:55:23 Removing intermediate container 3bd83834b091 00:55:23 ---> 1267d25b65e4 00:55:23 Step 18/21 : CMD ["--init=true"] 00:55:23 ---> Running in 6714dac3f1b9 00:55:24 Removing intermediate container 6714dac3f1b9 00:55:24 ---> 3521fc680a28 00:55:24 Step 19/21 : LABEL arch=x86_64 00:55:24 ---> Running in 63a55805ebd3 00:55:24 Removing intermediate container 6fa7987a6c4f 00:55:24 ---> b89e9c58ad60 00:55:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:55:25 ---> Running in bd127dd5dc59 00:55:26 Removing intermediate container 63a55805ebd3 00:55:26 ---> dff553d3d4fd 00:55:26 Step 20/21 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:55:26 ---> Running in b36b5dd3f776 00:55:27 Removing intermediate container bd127dd5dc59 00:55:27 ---> d3e4ebbe753a 00:55:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:28 ---> Running in c1370b480083 00:55:28 Removing intermediate container b36b5dd3f776 00:55:28 ---> ed8dc95657c2 00:55:28 Step 21/21 : LABEL version=0.0.0 00:55:28 Removing intermediate container ba3ec0fff3ba 00:55:28 ---> 3ade9f79a63c 00:55:28 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:28 ---> Running in 1bdb87fde5b8 00:55:29 Removing intermediate container c1370b480083 00:55:29 ---> e8fd5f974da7 00:55:29 Step 24/26 : LABEL arch=x86_64 00:55:30 Removing intermediate container 1bdb87fde5b8 00:55:30 ---> c0399ba809ad 00:55:30 00:55:30 ---> Running in 705ddb2730d3 00:55:33 Successfully built c0399ba809ad 00:55:34 ---> d2079dbc4439 00:55:34 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:55:34 Successfully tagged docker-security-proxy-setup-go:latest 00:55:35  Building docker-security-proxy-setup-go ... done Removing intermediate container 705ddb2730d3 00:55:35 ---> 00d259fafb52 00:55:35 Step 25/26 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:55:36 ---> Running in d5920f314e26 00:55:37 Removing intermediate container d5920f314e26 00:55:37 ---> d81ab204fb34 00:55:37 Step 26/26 : LABEL version=0.0.0 00:55:37 ---> Running in b9473eca92b3 00:55:37 ---> ceffb6d052bd 00:55:37 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:55:37 Removing intermediate container b9473eca92b3 00:55:37 ---> 4cc1449a1caa 00:55:37 00:55:39 ---> 743e43c85f4e 00:55:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:55:39 Successfully built 4cc1449a1caa 00:55:39 Successfully tagged docker-sys-mgmt-agent-go:latest 00:55:40  Building docker-sys-mgmt-agent-go ... done  ---> c230655099b2 00:55:40 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:55:44 ---> 57b7a0126883 00:55:44 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:55:44 Removing intermediate container ac3997bf5dc9 00:55:44 ---> 2856a7198fcb 00:55:44 00:55:44 Step 10/22 : FROM alpine:3.12 00:55:44 ---> 88dd2752d2ea 00:55:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:55:44 ---> Running in 723a47e77e60 00:55:44 ---> Running in 50b3125420bd 00:55:45 Removing intermediate container 723a47e77e60 00:55:45 ---> 342592a89b0a 00:55:45 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:55:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:46 ---> 7ef8a464ca0a 00:55:46 Step 26/31 : RUN chmod +x /entrypoint.sh 00:55:46 (1/2) Installing ca-certificates (20191127-r4) 00:55:46 (2/2) Installing dumb-init (1.2.2-r1) 00:55:46 Executing busybox-1.31.1-r19.trigger 00:55:46 Executing ca-certificates-20191127-r4.trigger 00:55:46 OK: 6 MiB in 16 packages 00:55:47 ---> Running in 1b676b407d91 00:55:48 Removing intermediate container 50b3125420bd 00:55:48 ---> 9262f80b0df9 00:55:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:55:49 ---> Running in 7b95f9790818 00:55:49 Removing intermediate container 7b95f9790818 00:55:49 ---> a39a612f3686 00:55:49 Step 13/22 : ENV APP_PORT=48060 00:55:49 ---> Running in 8f9691f5bfe5 00:55:50 Removing intermediate container 1b676b407d91 00:55:50 ---> 316f12a9fcf7 00:55:50 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:55:50 Removing intermediate container 8f9691f5bfe5 00:55:50 ---> dec8f4797c11 00:55:50 Step 14/22 : EXPOSE $APP_PORT 00:55:50 ---> Running in 18dff4ae94c3 00:55:50 ---> Running in 61a51566f3e7 00:55:51 Removing intermediate container 61a51566f3e7 00:55:51 ---> b1e46f7a9163 00:55:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:51 Removing intermediate container 18dff4ae94c3 00:55:51 ---> b651160f2d7d 00:55:51 Step 28/31 : CMD ["gate"] 00:55:51 ---> Running in b3df9cd66c94 00:55:52 ---> ebaee59d0e9c 00:55:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:55:52 Removing intermediate container b3df9cd66c94 00:55:52 ---> 461f98e5eee4 00:55:52 Step 29/31 : LABEL arch=x86_64 00:55:52 ---> Running in e58ac262e694 00:55:52 ---> 75b1447a4d17 00:55:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:55:53 Removing intermediate container e58ac262e694 00:55:53 ---> f7735b3c96e3 00:55:53 Step 30/31 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:55:53 ---> e4ef6c731079 00:55:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:55:53 ---> Running in 30c3c9f83b47 00:55:53 ---> Running in 521de5dad4fc 00:55:54 Removing intermediate container 30c3c9f83b47 00:55:54 ---> d44329bb7b64 00:55:54 Step 31/31 : LABEL version=0.0.0 00:55:54 ---> Running in 5d4bbe2c1ab9 00:55:54 Removing intermediate container 521de5dad4fc 00:55:54 ---> f9561dca31dd 00:55:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:55 ---> Running in e574e4c9fca6 00:55:55 Removing intermediate container 5d4bbe2c1ab9 00:55:55 ---> b510fb7f22c8 00:55:55 00:55:55 Removing intermediate container e574e4c9fca6 00:55:55 ---> 8253dd859e34 00:55:55 Step 20/22 : LABEL arch=x86_64 00:55:57 Successfully built b510fb7f22c8 00:55:57 Successfully tagged docker-security-bootstrapper-go:latest 00:55:57  Building docker-security-bootstrapper-go ... done  ---> Running in 3a734bb04ae5 00:55:57 Removing intermediate container 3a734bb04ae5 00:55:57 ---> 1146ad5b2b8a 00:55:57 Step 21/22 : LABEL git_sha=aae23c0f7cf4439c59d33128a7e0d2464996f88b 00:55:57 ---> Running in 83b7e6391d09 00:55:58 Removing intermediate container 83b7e6391d09 00:55:58 ---> 68988ff94c67 00:55:58 Step 22/22 : LABEL version=0.0.0 00:55:58 ---> Running in 8cd2891587a6 00:55:58 Removing intermediate container 8cd2891587a6 00:55:58 ---> 1c62f5413753 00:55:58 00:55:59 Successfully built 1c62f5413753 00:55:59 Successfully tagged docker-support-notifications-go:latest 00:56:00  Building docker-support-notifications-go ... done  [Pipeline] } 00:56:00 $ docker stop --time=1 7a0f937b813ca111f619cb6ff5bb83e16a0dd00a85e0c3a34403f1e8b9674142 00:56:03 $ docker rm -f 7a0f937b813ca111f619cb6ff5bb83e16a0dd00a85e0c3a34403f1e8b9674142 [Pipeline] // withDockerContainer [Pipeline] sh 00:56:03 + docker images 00:56:03 + grep docker 00:56:04 docker-support-notifications-go latest 1c62f5413753 6 seconds ago 17.8MB 00:56:04 docker-security-bootstrapper-go latest b510fb7f22c8 9 seconds ago 18.7MB 00:56:04 docker-sys-mgmt-agent-go latest 4cc1449a1caa 27 seconds ago 313MB 00:56:04 docker-security-proxy-setup-go latest c0399ba809ad 35 seconds ago 24.7MB 00:56:04 docker-support-scheduler-go latest c17838921d4d 54 seconds ago 17.2MB 00:56:04 docker-core-data-go latest 092012f91c90 4 minutes ago 22.4MB 00:56:04 docker-security-secretstore-setup-go latest c3ad8e90a0e6 4 minutes ago 24.9MB 00:56:04 docker-core-metadata-go latest 843c68e3cc73 5 minutes ago 19MB 00:56:04 docker-core-command-go latest 54d473a82d03 5 minutes ago 17.2MB 00:56:04 docker 20.10.0 aefe523efa57 2 months ago 240MB [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 00:56:05 Running on prd-ubuntu18.04-docker-8c-8g-28626 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:56:05 Running in /w/workspace/edgex-go/76 [Pipeline] { [Pipeline] checkout 00:56:07 using credential edgex-jenkins-ssh 00:56:07 Cloning the remote Git repository 00:56:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:56:07 > git init /w/workspace/edgex-go/76 # timeout=10 00:56:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:56:07 > git --version # timeout=10 00:56:07 > git --version # 'git version 2.17.1' 00:56:07 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:24 Merging remotes/origin/master commit 8a562533c14a3b85d4c48007758f286d837d2a70 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:56:24 Merge succeeded, producing 3f751e6311b8921587355ea27609aaf6938e395b 00:56:24 Checking out Revision 3f751e6311b8921587355ea27609aaf6938e395b (PR-2858) 00:56:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:56:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:56:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:56:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:56:24 > git config core.sparsecheckout # timeout=10 00:56:24 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:56:24 > git remote # timeout=10 00:56:24 > git config --get remote.origin.url # timeout=10 00:56:24 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:24 > git merge 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 00:56:24 > git rev-parse HEAD^{commit} # timeout=10 00:56:24 > git config core.sparsecheckout # timeout=10 00:56:24 > git checkout -f 3f751e6311b8921587355ea27609aaf6938e395b # timeout=10 00:56:28 Commit message: "Merge commit '8a562533c14a3b85d4c48007758f286d837d2a70' into HEAD" 00:56:28 First time build. Skipping changelog. 00:56:28 00:56:28 GitHub has been notified of this commit’s build result 00:56:28 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:56:28 > git rev-list --no-walk 0ed1454298af64722bcd2ea4446a6101be8e8e8a # timeout=10 00:56:29 + echo snap-build.sh 00:56:29 snap-build.sh 00:56:29 + SNAP_BASE_DIR=. 00:56:29 + '[' '!' -z /w/workspace/edgex-go/76 ']' 00:56:29 + SNAP_BASE_DIR=/w/workspace/edgex-go/76 00:56:29 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/76]' 00:56:29 [snap-build] Building snap in dir [/w/workspace/edgex-go/76] 00:56:29 + cd /w/workspace/edgex-go/76 00:56:29 + sudo apt-get remove -qy --purge lxd lxd-client 00:56:29 Reading package lists... 00:56:29 Building dependency tree... 00:56:29 Reading state information... 00:56:29 The following packages were automatically installed and are no longer required: 00:56:29 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:56:29 uidmap xdelta3 00:56:29 Use 'sudo apt autoremove' to remove them. 00:56:29 The following packages will be REMOVED: 00:56:29 lxd* lxd-client* 00:56:30 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:56:30 After this operation, 31.7 MB disk space will be freed. 00:56:31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:56:31 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:56:32 Removing lxd dnsmasq configuration 00:56:32 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:56:32 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:56:33 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:56:33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:56:33 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:56:34 Processing triggers for systemd (237-3ubuntu10.42) ... 00:56:34 Processing triggers for ureadahead (0.100.0-21) ... 00:56:36 + sudo snap remove --purge lxd 00:56:36 snap "lxd" is not installed 00:56:36 + sudo groupadd --force --system lxd 00:56:36 ++ whoami 00:56:36 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:56:36 + newgrp - lxd 00:56:36 + sudo snap install lxd 00:56:37 lf-activate-venv(): INFO: Adding /tmp/venv-KjQT/bin to PATH 00:56:37 INFO: No Stack... 00:56:37 INFO: Retrieving Pricing Info for: lf-standard-4 00:56:37 INFO: Archiving Costs [Pipeline] sh 00:56:37 + cut -d, -f6 00:56:37 + cat /w/workspace/edgex-go/76/archives/cost.csv [Pipeline] lock 00:56:37 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-76-stack-cost] 00:56:37 Resource [jenkins-edgexfoundry-edgex-go-PR-2858-76-stack-cost] did not exist. Created. 00:56:37 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-76-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:56:38 + echo total: 0.20999999344348907 [Pipeline] stash 00:56:38 Stashed 1 file(s) [Pipeline] } 00:56:38 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-76-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:56:46 2021-03-05T00:56:43Z INFO Waiting for automatic snapd restart... 00:56:58 lxd 4.11 from Canonical* installed 00:56:58 + sudo lxd init --auto 00:57:08 + sudo snap install --classic snapcraft 00:57:20 snapcraft 4.5.1 from Canonical* installed 00:57:20 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:57:20 + patch --verbose -p1 00:57:20 Hmm... Looks like a unified diff to me... 00:57:20 The text leading up to this was: 00:57:20 -------------------------- 00:57:20 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:57:20 |From: Tony Espy 00:57:20 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:57:20 |Subject: [PATCH] optimize snap build for pipeline CI check 00:57:20 | 00:57:20 |This patch is used by the EdgeX CI pipeline builds to 00:57:20 |optimize the snap CI check run for pull requests. When 00:57:20 |applied, it essentially strips out everything (apps and 00:57:20 |parts) from the snapcraft.yaml file except those required 00:57:20 |to build edgex-go, as the whole idea of the CI check is to 00:57:20 |catch changes to edgex-go that break the snap build. 00:57:20 | 00:57:20 |In general, anyone updating snapcraft.yaml will also need 00:57:20 |to update this patch file, otherwise it may fail to apply, 00:57:20 |resulting in a failed snap build CI check in the associated 00:57:20 |pull request. 00:57:20 | 00:57:20 |Note - in addition to applying this patch, the pipeline also 00:57:20 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:57:20 |need to build the finally binary .snap file (and it won't 00:57:20 |work with the patch applied). This further reduces the build 00:57:20 |time. 00:57:20 |--- 00:57:20 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:57:20 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:57:20 | 00:57:20 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:57:20 |index 1e537489..faf42425 100644 00:57:20 |--- a/snap/snapcraft.yaml 00:57:20 |+++ b/snap/snapcraft.yaml 00:57:20 -------------------------- 00:57:20 patching file snap/snapcraft.yaml 00:57:20 Using Plan A... 00:57:20 Hunk #1 succeeded at 73. 00:57:20 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:57:20 Hunk #3 succeeded at 217 (offset 3 lines). 00:57:20 Hunk #4 FAILED at 222. 00:57:20 Hunk #5 succeeded at 303 (offset 4 lines). 00:57:20 Hunk #6 succeeded at 330 (offset 4 lines). 00:57:20 Hunk #7 succeeded at 364 (offset 4 lines). 00:57:20 Hunk #8 FAILED at 411. 00:57:20 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:57:20 Hmm... Ignoring the trailing garbage. 00:57:20 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:57:21 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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 00:57:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:57:25 ---> package-listing.sh 00:57:25 ++ facter osfamily 00:57:25 ++ tr '[:upper:]' '[:lower:]' 00:57:25 + OS_FAMILY=redhat 00:57:25 + workspace=/w/workspace/edgex-go/76 00:57:25 + START_PACKAGES=/tmp/packages_start.txt 00:57:25 + END_PACKAGES=/tmp/packages_end.txt 00:57:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:57:25 + PACKAGES=/tmp/packages_start.txt 00:57:25 + '[' /w/workspace/edgex-go/76 ']' 00:57:25 + PACKAGES=/tmp/packages_end.txt 00:57:25 + case "${OS_FAMILY}" in 00:57:25 + rpm -qa 00:57:25 + sort 00:57:35 + '[' -f /tmp/packages_start.txt ']' 00:57:35 + '[' -f /tmp/packages_end.txt ']' 00:57:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:57:35 + '[' /w/workspace/edgex-go/76 ']' 00:57:35 + mkdir -p /w/workspace/edgex-go/76/archives/ 00:57:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/76/archives/ [Pipeline] echo 00:57:35 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/76/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:57:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:57:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:57:36 00:57:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:57:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:57:36 alpine: Pulling from edgex-lftools-log-publisher 00:57:36 df20fa9351a1: Pulling fs layer 00:57:36 36b3adc4ff6f: Pulling fs layer 00:57:36 8ad3a11d3b57: Pulling fs layer 00:57:36 46f8f816bc3b: Pulling fs layer 00:57:36 93b61091891f: Pulling fs layer 00:57:36 93b9cdb0e59b: Pulling fs layer 00:57:36 5e14af77c1be: Pulling fs layer 00:57:36 01666e4c0597: Pulling fs layer 00:57:36 aa168da1d23b: Pulling fs layer 00:57:36 93b9cdb0e59b: Waiting 00:57:36 5e14af77c1be: Waiting 00:57:36 01666e4c0597: Waiting 00:57:36 aa168da1d23b: Waiting 00:57:36 46f8f816bc3b: Waiting 00:57:36 93b61091891f: Waiting 00:57:36 36b3adc4ff6f: Verifying Checksum 00:57:36 36b3adc4ff6f: Download complete 00:57:36 46f8f816bc3b: Verifying Checksum 00:57:36 46f8f816bc3b: Download complete 00:57:37 df20fa9351a1: Verifying Checksum 00:57:37 df20fa9351a1: Download complete 00:57:37 93b9cdb0e59b: Verifying Checksum 00:57:37 93b9cdb0e59b: Download complete 00:57:37 5e14af77c1be: Verifying Checksum 00:57:37 5e14af77c1be: Download complete 00:57:37 93b61091891f: Verifying Checksum 00:57:37 93b61091891f: Download complete 00:57:37 01666e4c0597: Verifying Checksum 00:57:37 01666e4c0597: Download complete 00:57:37 8ad3a11d3b57: Verifying Checksum 00:57:37 8ad3a11d3b57: Download complete 00:57:37 df20fa9351a1: Pull complete 00:57:38 36b3adc4ff6f: Pull complete 00:57:41 aa168da1d23b: Verifying Checksum 00:57:41 aa168da1d23b: Download complete 00:57:41 8ad3a11d3b57: Pull complete 00:57:41 46f8f816bc3b: Pull complete 00:57:42 93b61091891f: Pull complete 00:57:43 93b9cdb0e59b: Pull complete 00:57:44 5e14af77c1be: Pull complete 00:57:44 01666e4c0597: Pull complete 00:58:03 aa168da1d23b: Pull complete 00:58:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:58:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:58:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:58:04 prd-centos7-docker-4c-2g-28610 does not seem to be running inside a container 00:58:04 $ 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/76/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/76 -v /w/workspace/edgex-go/76:/w/workspace/edgex-go/76:rw,z -v /w/workspace/edgex-go/76@tmp:/w/workspace/edgex-go/76@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-lftools-log-publisher:alpine cat 00:58:13 $ docker top 20ca33d7732b057728092ea80b3046ed7a467ead258022530ae1177fa31cee38 -eo pid,comm [Pipeline] { [Pipeline] sh 00:58:14 + touch /tmp/pre-build-complete [Pipeline] sh 00:58:15 + mkdir -p /var/log/sa [Pipeline] sh 00:58:16 + ls /var/log/sa-host 00:58:16 + sadf -c /var/log/sa-host/sa05 00:58:16 file_magic: OK 00:58:16 HZ: Using current value: 100 00:58:16 file_header: OK 00:58:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:58:16 Statistics: 00:58:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...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... 00:58:16 File successfully converted to sysstat format version 12.2.1 00:58:16 + sadf -c /var/log/sa-host/sa23 00:58:16 file_magic: OK 00:58:16 HZ: Using current value: 100 00:58:16 file_header: OK 00:58:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:58:16 Statistics: 00:58:16 Hnuu...uuuununununu... 00:58:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:58:16 provisioning config files... 00:58:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/76@tmp/config1222680484531489637tmp [Pipeline] { [Pipeline] echo 00:58:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:58:18 ---> create-netrc.sh [Pipeline] } 00:58:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:58:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:58:18 ---> python-tools-install.sh [Pipeline] echo 00:58:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:58:19 ---> sudo-logs.sh 00:58:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:58:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:58:20 ---> job-cost.sh 00:58:20 lf-activate-venv: SKIPPING 00:58:20 DEBUG: total: 0.20999999344348907 00:58:20 INFO: Retrieving Stack Cost... 00:58:21 INFO: Retrieving Pricing Info for: v1-standard-2 00:58:22 INFO: Archiving Costs [Pipeline] echo 00:58:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:58:22 ---> logs-deploy.sh 00:58:22 lf-activate-venv: SKIPPING 00:58:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/76 00:58:22 INFO: archiving workspace using pattern(s): 00:58:26 Archives upload complete. 00:58:26 INFO: archiving logs to Nexus 00:58:28 ---> uname -a: 00:58:28 Linux prd-centos7-docker-4c-2g-28610.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:58:28 00:58:28 00:58:28 ---> lscpu: 00:58:28 Architecture: x86_64 00:58:28 CPU op-mode(s): 32-bit, 64-bit 00:58:28 Byte Order: Little Endian 00:58:28 Address sizes: 40 bits physical, 48 bits virtual 00:58:28 CPU(s): 4 00:58:28 On-line CPU(s) list: 0-3 00:58:28 Thread(s) per core: 1 00:58:28 Core(s) per socket: 1 00:58:28 Socket(s): 4 00:58:28 NUMA node(s): 1 00:58:28 Vendor ID: GenuineIntel 00:58:28 CPU family: 6 00:58:28 Model: 44 00:58:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:58:28 Stepping: 1 00:58:28 CPU MHz: 2933.438 00:58:28 BogoMIPS: 5866.87 00:58:28 Virtualization: VT-x 00:58:28 Hypervisor vendor: KVM 00:58:28 Virtualization type: full 00:58:28 L1d cache: 128 KiB 00:58:28 L1i cache: 128 KiB 00:58:28 L2 cache: 16 MiB 00:58:28 L3 cache: 64 MiB 00:58:28 NUMA node0 CPU(s): 0-3 00:58:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:58:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:58:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:58:28 Vulnerability Meltdown: Mitigation; PTI 00:58:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:58:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:58:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:58:28 Vulnerability Srbds: Not affected 00:58:28 Vulnerability Tsx async abort: Not affected 00:58:28 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 00:58:28 00:58:28 00:58:28 ---> nproc: 00:58:28 4 00:58:28 00:58:28 00:58:28 ---> df -h: 00:58:28 Filesystem Size Used Available Use% Mounted on 00:58:28 overlay 50.0G 11.7G 38.2G 23% / 00:58:28 tmpfs 64.0M 0 64.0M 0% /dev 00:58:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:58:28 shm 64.0M 0 64.0M 0% /dev/shm 00:58:28 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 00:58:28 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 00:58:28 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 00:58:28 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 00:58:28 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 00:58:28 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 00:58:28 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 00:58:28 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 00:58:28 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/76 00:58:28 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/76@tmp 00:58:28 00:58:28 00:58:28 ---> free -m: 00:58:28 total used free shared buff/cache available 00:58:28 Mem: 1837 714 105 0 1016 1038 00:58:28 Swap: 1023 77 946 00:58:28 00:58:28 00:58:28 ---> ip addr: 00:58:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:58:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:58:28 inet 127.0.0.1/8 scope host lo 00:58:28 valid_lft forever preferred_lft forever 00:58:28 inet6 ::1/128 scope host 00:58:28 valid_lft forever preferred_lft forever 00:58:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:58:28 link/ether fa:16:3e:84:30:e8 brd ff:ff:ff:ff:ff:ff 00:58:28 inet 10.30.122.217/23 brd 10.30.123.255 scope global dynamic eth0 00:58:28 valid_lft 84766sec preferred_lft 84766sec 00:58:28 inet6 fe80::f816:3eff:fe84:30e8/64 scope link 00:58:28 valid_lft forever preferred_lft forever 00:58:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:58:28 link/ether 02:42:d1:64:ea:bc brd ff:ff:ff:ff:ff:ff 00:58:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:58:28 valid_lft forever preferred_lft forever 00:58:28 inet6 fe80::42:d1ff:fe64:eabc/64 scope link 00:58:28 valid_lft forever preferred_lft forever 00:58:28 00:58:28 00:58:28 ---> sar -b -r -n DEV: 00:58:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/05/21 _x86_64_ (4 CPU) 00:58:28 00:58:28 00:30:55 LINUX RESTART (4 CPU) 00:58:28 00:58:28 00:32:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:58:28 00:33:01 54.62 35.37 19.25 0.00 3610.47 7123.09 0.00 00:58:28 00:34:02 59.09 16.78 42.31 0.00 4897.37 9597.70 0.00 00:58:28 00:35:01 191.18 85.49 105.69 0.00 6044.19 37640.37 0.00 00:58:28 00:36:01 154.29 19.63 134.66 0.00 1506.12 17885.34 0.00 00:58:28 00:37:02 93.12 66.36 26.76 0.00 2306.51 1975.31 0.00 00:58:28 00:38:01 86.77 32.83 53.94 0.00 1241.62 7687.53 0.00 00:58:28 00:39:01 30.52 4.01 26.51 0.00 83.38 2210.32 0.00 00:58:28 00:40:02 63.31 30.71 32.60 0.00 1425.38 1767.07 0.00 00:58:28 00:41:01 70.75 26.69 44.06 0.00 1852.98 4618.71 0.00 00:58:28 00:42:01 35.08 8.23 26.85 0.00 389.46 11398.11 0.00 00:58:28 00:43:02 195.67 50.31 145.35 0.00 15667.90 82226.24 0.00 00:58:28 00:44:13 667.63 577.36 90.27 0.00 63784.75 64156.28 0.00 00:58:28 00:45:02 395.75 302.18 93.57 0.00 21446.96 14995.03 0.00 00:58:28 00:46:09 720.42 635.05 85.37 0.00 48879.36 54646.97 0.00 00:58:28 00:47:05 527.70 479.79 47.91 0.00 25082.31 25376.78 0.00 00:58:28 00:48:08 790.87 711.64 79.23 0.00 40992.07 49134.59 0.00 00:58:28 00:49:01 283.66 223.44 60.22 0.00 12525.54 6644.69 0.00 00:58:28 00:50:03 165.77 93.26 72.51 0.00 9949.81 15934.44 0.00 00:58:28 00:51:01 201.94 41.26 160.68 0.00 9347.94 35810.04 0.00 00:58:28 00:52:08 305.74 151.84 153.90 0.00 46394.78 68052.06 0.00 00:58:28 00:53:03 618.20 515.44 102.77 0.00 41110.76 41713.57 0.00 00:58:28 00:54:03 503.55 392.45 111.10 0.00 22841.89 24209.78 0.00 00:58:28 00:55:02 503.02 348.48 154.54 0.00 21727.79 24328.74 0.00 00:58:28 00:56:02 134.90 29.47 105.43 0.00 3850.89 12106.67 0.00 00:58:28 00:57:01 10.71 4.33 6.38 0.00 77.05 188.30 0.00 00:58:28 00:58:01 117.50 54.32 63.17 0.00 4840.59 15619.16 0.00 00:58:28 Average: 271.51 192.47 79.04 0.00 16376.61 25238.60 0.00 00:58:28 00:58:28 00:32:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:58:28 00:33:01 123388 0 553232 29.40 2620 1202304 1100856 37.57 505388 1053612 6284 00:58:28 00:34:02 68388 0 805604 42.82 2620 1004932 1571020 53.62 651716 955048 63672 00:58:28 00:35:01 88588 0 716428 38.08 2024 1074504 1518376 51.82 576592 974280 37924 00:58:28 00:36:01 352144 0 689512 36.65 1492 838396 1119692 38.21 409544 831012 16 00:58:28 00:37:02 109360 0 835908 44.43 1492 934784 1623008 55.39 648920 844784 52528 00:58:28 00:38:01 216580 0 769660 40.91 728 894576 1650512 56.33 635948 746396 22176 00:58:28 00:39:01 202368 0 775220 41.20 632 903324 1549184 52.87 656632 737424 47776 00:58:28 00:40:02 233020 0 779200 41.41 632 868692 1755652 59.92 611032 747860 90648 00:58:28 00:41:01 193476 0 821380 43.65 500 866188 1438640 49.10 678752 716396 73668 00:58:28 00:42:01 114512 0 783352 41.63 500 983180 1578552 53.87 634564 856968 75584 00:58:28 00:43:02 76664 0 712892 37.89 0 1091988 1301608 44.42 726664 848972 7376 00:58:28 00:44:13 560632 0 686896 36.51 0 634016 1306888 44.60 477900 637304 0 00:58:28 00:45:02 72408 0 864388 45.94 0 944748 2377760 81.15 712104 874060 71976 00:58:28 00:46:09 65220 0 857628 45.58 0 958696 2349544 80.19 776600 822592 17432 00:58:28 00:47:05 74864 0 869768 46.23 0 936912 2345436 80.05 767048 803768 85540 00:58:28 00:48:08 74812 0 863064 45.87 0 943668 2362104 80.61 784924 792192 11100 00:58:28 00:49:01 106236 0 1286076 68.35 0 489232 4421640 150.90 861516 640500 50656 00:58:28 00:50:03 320872 0 851892 45.28 0 708780 2372348 80.96 559244 729876 23168 00:58:28 00:51:01 72244 0 761996 40.50 0 1047304 1630992 55.66 713996 838112 60 00:58:28 00:52:08 72980 0 845192 44.92 0 963372 2358092 80.48 740588 847460 48412 00:58:28 00:53:03 238748 0 804436 42.75 0 838360 2218232 75.70 540984 849912 632 00:58:28 00:54:03 235044 0 837596 44.52 0 808904 2319836 79.17 697780 687140 2336 00:58:28 00:55:02 331228 0 817152 43.43 0 733164 2517444 85.92 660444 636492 2264 00:58:28 00:56:02 375008 0 682688 36.28 0 823848 1621624 55.34 514912 744956 20 00:58:28 00:57:01 417096 0 639040 33.96 0 825408 1215480 41.48 517992 705540 20 00:58:28 00:58:01 239984 0 666596 35.43 0 974964 1192232 40.69 498332 874232 86048 00:58:28 Average: 193687 0 791415 42.06 509 895932 1877567 64.08 636928 799880 33743 00:58:28 00:58:28 00:32:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:58:28 00:33:01 eth0 677.99 546.60 3328.26 75.42 0.00 0.00 0.00 0.00 00:58:28 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:34:02 vethecf1502 670.65 644.79 70.60 2652.19 0.00 0.00 0.00 0.00 00:58:28 00:34:02 eth0 757.24 748.75 3108.21 97.17 0.00 0.00 0.00 0.00 00:58:28 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:34:02 docker0 670.65 644.66 61.43 2652.18 0.00 0.00 0.00 0.00 00:58:28 00:35:01 eth0 316.22 262.62 3059.31 60.23 0.00 0.00 0.00 0.00 00:58:28 00:35:01 vethc190b22 12.80 24.54 0.86 173.62 0.00 0.00 0.00 0.00 00:58:28 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:35:01 docker0 12.80 24.43 0.69 173.61 0.00 0.00 0.00 0.00 00:58:28 00:36:01 eth0 141.19 95.60 670.99 13.01 0.00 0.00 0.00 0.00 00:58:28 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:36:01 docker0 86.34 126.70 6.65 661.26 0.00 0.00 0.00 0.00 00:58:28 00:37:02 veth335c01d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:58:28 00:37:02 eth0 32.51 29.24 25.66 65.79 0.00 0.00 0.00 0.00 00:58:28 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:38:01 veth335c01d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:38:01 eth0 15.62 11.93 12.26 6.66 0.00 0.00 0.00 0.00 00:58:28 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:39:01 veth335c01d 1.93 1.93 0.15 0.15 0.00 0.00 0.00 0.00 00:58:28 00:39:01 eth0 23.32 18.45 17.19 9.53 0.00 0.00 0.00 0.00 00:58:28 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:39:01 docker0 1.93 1.93 0.13 0.15 0.00 0.00 0.00 0.00 00:58:28 00:40:02 veth335c01d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:40:02 eth0 13.34 10.03 9.85 5.41 0.00 0.00 0.00 0.00 00:58:28 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:41:01 veth335c01d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:41:01 eth0 19.72 13.77 16.38 8.81 0.00 0.00 0.00 0.00 00:58:28 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:42:01 eth0 219.30 185.52 1683.66 97.21 0.00 0.00 0.00 0.00 00:58:28 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:43:02 eth0 24.77 19.17 24.70 9.94 0.00 0.00 0.00 0.00 00:58:28 00:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:43:02 vethfb9b44d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:58:28 00:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:44:13 eth0 3.22 1.62 1.73 1.05 0.00 0.00 0.00 0.00 00:58:28 00:44:13 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:44:13 vethfb9b44d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:44:13 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:45:02 eth0 73.49 52.98 202.74 76.22 0.00 0.00 0.00 0.00 00:58:28 00:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:45:02 vethfb9b44d 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 00:58:28 00:45:02 docker0 21.68 32.23 1.20 178.12 0.00 0.00 0.00 0.00 00:58:28 00:46:09 eth0 5.10 3.77 3.60 2.02 0.00 0.00 0.00 0.00 00:58:28 00:46:09 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:46:09 vethfb9b44d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:46:09 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:47:05 eth0 1.90 1.67 1.33 0.82 0.00 0.00 0.00 0.00 00:58:28 00:47:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:47:05 vethfb9b44d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:47:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:48:08 eth0 1.69 1.40 1.12 0.64 0.00 0.00 0.00 0.00 00:58:28 00:48:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:48:08 vethfb9b44d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:48:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:49:01 vethc98070c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:58:28 00:49:01 veth4a1626b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:58:28 00:49:01 eth0 10.61 7.97 8.03 4.35 0.00 0.00 0.00 0.00 00:58:28 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:50:03 vethc98070c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:50:03 eth0 4.60 3.43 3.40 1.85 0.00 0.00 0.00 0.00 00:58:28 00:50:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:50:03 vethd5ad6fb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:58:28 00:51:01 eth0 197.42 150.17 1526.19 102.46 0.00 0.00 0.00 0.00 00:58:28 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:51:01 vethfb9b44d 0.00 0.67 0.00 0.03 0.00 0.00 0.00 0.00 00:58:28 00:51:01 docker0 833.05 884.31 73.31 3955.04 0.00 0.00 0.00 0.00 00:58:28 00:52:08 eth0 59.65 28.54 288.85 9.58 0.00 0.00 0.00 0.00 00:58:28 00:52:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:52:08 vethfb9b44d 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:52:08 docker0 12.63 38.68 0.71 272.90 0.00 0.00 0.00 0.00 00:58:28 00:53:03 eth0 24.00 16.02 46.25 7.80 0.00 0.00 0.00 0.00 00:58:28 00:53:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:53:03 vethfb9b44d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:53:03 veth62282ec 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 00:58:28 00:54:03 veth261b172 0.84 1.22 0.11 3.55 0.00 0.00 0.00 0.00 00:58:28 00:54:03 eth0 25.04 23.09 15.62 65.28 0.00 0.00 0.00 0.00 00:58:28 00:54:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:54:03 vethfb9b44d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:55:02 veth1cd550e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 00:58:28 00:55:02 veth5fe38f0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:55:02 eth0 50.91 36.70 114.00 16.88 0.00 0.00 0.00 0.00 00:58:28 00:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:56:02 eth0 61.27 47.98 99.25 78.17 0.00 0.00 0.00 0.00 00:58:28 00:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:56:02 vethfb9b44d 0.00 0.98 0.00 0.05 0.00 0.00 0.00 0.00 00:58:28 00:56:02 docker0 837.16 929.79 72.96 4323.13 0.00 0.00 0.00 0.00 00:58:28 00:57:01 eth0 3.03 2.74 3.32 1.30 0.00 0.00 0.00 0.00 00:58:28 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:58:01 eth0 198.25 162.99 2169.65 18.70 0.00 0.00 0.00 0.00 00:58:28 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 Average: eth0 112.91 94.71 627.45 31.56 0.00 0.00 0.00 0.00 00:58:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:58:28 Average: docker0 32.28 35.85 2.81 166.69 0.00 0.00 0.00 0.00 00:58:28 00:58:28 00:58:28 ---> sar -P ALL: 00:58:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/05/21 _x86_64_ (4 CPU) 00:58:28 00:58:28 00:30:55 LINUX RESTART (4 CPU) 00:58:28 00:58:28 00:32:03 CPU %user %nice %system %iowait %steal %idle 00:58:28 00:33:01 all 12.51 0.00 5.25 5.27 32.46 44.50 00:58:28 00:33:01 0 11.18 0.00 5.36 4.72 34.46 44.29 00:58:28 00:33:01 1 11.51 0.00 5.03 5.33 32.68 45.45 00:58:28 00:33:01 2 15.55 0.00 5.75 6.86 30.13 41.71 00:58:28 00:33:01 3 11.88 0.00 4.90 4.23 32.53 46.47 00:58:28 00:34:02 all 8.69 0.00 4.00 1.61 19.21 66.49 00:58:28 00:34:02 0 7.77 0.00 4.81 1.86 21.29 64.27 00:58:28 00:34:02 1 9.01 0.00 3.90 0.63 18.12 68.35 00:58:28 00:34:02 2 7.87 0.00 3.03 0.70 18.25 70.15 00:58:28 00:34:02 3 10.12 0.00 4.28 3.28 19.19 63.13 00:58:28 00:35:01 all 4.51 0.00 3.90 2.62 27.84 61.15 00:58:28 00:35:01 0 4.33 0.00 3.99 3.39 29.56 58.72 00:58:28 00:35:01 1 4.79 0.00 4.02 2.01 28.14 61.03 00:58:28 00:35:01 2 4.77 0.00 4.17 2.99 25.11 62.96 00:58:28 00:35:01 3 4.14 0.00 3.41 2.09 28.46 61.90 00:58:28 00:36:01 all 3.65 0.00 4.08 5.56 20.43 66.29 00:58:28 00:36:01 0 3.63 0.00 3.94 8.00 22.03 62.41 00:58:28 00:36:01 1 3.45 0.00 4.92 4.84 21.53 65.26 00:58:28 00:36:01 2 3.97 0.00 3.97 5.23 18.57 68.26 00:58:28 00:36:01 3 3.56 0.00 3.48 4.14 19.55 69.27 00:58:28 00:37:02 all 13.65 0.00 5.37 5.21 32.31 43.46 00:58:28 00:37:02 0 13.08 0.00 4.82 5.25 35.62 41.23 00:58:28 00:37:02 1 14.78 0.00 6.15 4.91 30.77 43.38 00:58:28 00:37:02 2 11.39 0.00 5.09 5.00 31.75 46.78 00:58:28 00:37:02 3 15.42 0.00 5.44 5.68 30.97 42.50 00:58:28 00:38:01 all 26.95 0.00 9.08 3.34 41.36 19.27 00:58:28 00:38:01 0 28.82 0.00 10.03 4.39 41.11 15.65 00:58:28 00:38:01 1 26.32 0.00 8.93 3.30 41.10 20.36 00:58:28 00:38:01 2 27.13 0.00 8.52 4.27 40.87 19.21 00:58:28 00:38:01 3 25.57 0.00 8.87 1.46 42.34 21.76 00:58:28 00:39:01 all 23.03 0.00 7.32 1.21 39.04 29.40 00:58:28 00:39:01 0 24.33 0.00 7.62 1.13 39.56 27.36 00:58:28 00:39:01 1 21.46 0.00 6.70 1.68 38.95 31.20 00:58:28 00:39:01 2 23.03 0.00 7.34 0.66 38.31 30.66 00:58:28 00:39:01 3 23.34 0.00 7.65 1.35 39.36 28.30 00:58:28 00:40:02 all 22.62 0.00 8.76 3.88 47.68 17.06 00:58:28 00:40:02 0 21.27 0.00 8.06 4.53 48.51 17.63 00:58:28 00:40:02 1 21.31 0.00 7.67 3.19 48.28 19.55 00:58:28 00:40:02 2 22.69 0.00 8.88 4.98 46.22 17.23 00:58:28 00:40:02 3 25.37 0.00 10.53 2.80 47.68 13.62 00:58:28 00:41:01 all 21.81 0.00 9.45 7.46 29.77 31.52 00:58:28 00:41:01 0 19.64 0.00 9.33 6.95 30.43 33.65 00:58:28 00:41:01 1 22.07 0.00 8.67 7.59 29.07 32.59 00:58:28 00:41:01 2 22.81 0.00 9.66 6.75 28.87 31.90 00:58:28 00:41:01 3 22.73 0.00 10.17 8.59 30.72 27.79 00:58:28 00:42:01 all 8.31 0.00 6.27 0.61 32.86 51.95 00:58:28 00:42:01 0 7.54 0.00 6.27 0.59 33.22 52.38 00:58:28 00:42:01 1 7.67 0.00 4.97 0.26 33.07 54.03 00:58:28 00:42:01 2 8.70 0.00 6.91 1.47 32.22 50.70 00:58:28 00:42:01 3 9.39 0.00 6.98 0.11 32.90 50.62 00:58:28 00:43:02 all 4.58 0.00 6.31 15.63 35.16 38.32 00:58:28 00:43:02 0 3.84 0.00 6.37 14.14 35.49 40.15 00:58:28 00:43:02 1 3.71 0.00 5.89 15.75 35.44 39.21 00:58:28 00:43:02 2 3.48 0.00 5.93 15.85 35.11 39.63 00:58:28 00:43:02 3 7.29 0.00 7.04 16.81 34.61 34.24 00:58:28 00:58:28 00:43:02 CPU %user %nice %system %iowait %steal %idle 00:58:28 00:44:13 all 6.88 0.00 5.44 24.82 38.01 24.84 00:58:28 00:44:13 0 6.16 0.00 5.85 27.23 37.78 22.97 00:58:28 00:44:13 1 7.11 0.00 5.09 20.57 38.67 28.56 00:58:28 00:44:13 2 6.90 0.00 5.20 26.33 37.45 24.12 00:58:28 00:44:13 3 7.35 0.00 5.64 25.14 38.14 23.72 00:58:28 00:45:02 all 4.00 0.00 7.01 22.31 37.53 29.14 00:58:28 00:45:02 0 4.47 0.00 7.25 21.25 36.66 30.37 00:58:28 00:45:02 1 4.09 0.00 6.47 20.40 39.00 30.04 00:58:28 00:45:02 2 4.01 0.00 6.90 23.11 36.88 29.11 00:58:28 00:45:02 3 3.44 0.00 7.44 24.51 37.58 27.03 00:58:28 00:46:09 all 0.52 0.00 2.35 45.00 33.38 18.76 00:58:28 00:46:09 0 0.54 0.00 2.23 34.65 33.82 28.76 00:58:28 00:46:09 1 0.54 0.00 2.18 46.68 33.44 17.16 00:58:28 00:46:09 2 0.59 0.00 2.79 53.32 30.96 12.33 00:58:28 00:46:09 3 0.40 0.00 2.20 45.70 35.19 16.51 00:58:28 00:47:05 all 2.41 0.00 2.23 37.75 41.63 15.98 00:58:28 00:47:05 0 2.48 0.00 2.30 39.29 41.16 14.77 00:58:28 00:47:05 1 2.20 0.00 1.97 37.53 42.98 15.32 00:58:28 00:47:05 2 2.43 0.00 2.55 35.91 40.23 18.87 00:58:28 00:47:05 3 2.52 0.00 2.09 38.28 42.12 14.99 00:58:28 00:48:08 all 4.08 0.00 2.79 32.68 42.57 17.88 00:58:28 00:48:08 0 3.68 0.00 2.83 30.19 42.05 21.24 00:58:28 00:48:08 1 4.05 0.00 2.82 31.43 41.38 20.32 00:58:28 00:48:08 2 3.88 0.00 2.79 33.53 42.39 17.41 00:58:28 00:48:08 3 4.74 0.00 2.70 35.64 44.47 12.45 00:58:28 00:49:01 all 20.84 0.00 7.64 27.21 29.92 14.39 00:58:28 00:49:01 0 20.86 0.00 8.35 28.06 30.34 12.39 00:58:28 00:49:01 1 21.10 0.00 7.47 29.18 29.76 12.49 00:58:28 00:49:01 2 19.96 0.00 7.42 27.00 28.51 17.11 00:58:28 00:49:01 3 21.47 0.00 7.31 24.56 31.10 15.56 00:58:28 00:50:03 all 42.77 0.00 9.60 6.72 38.64 2.27 00:58:28 00:50:03 0 42.39 0.00 9.85 4.79 39.87 3.11 00:58:28 00:50:03 1 45.48 0.00 9.84 7.26 35.36 2.06 00:58:28 00:50:03 2 41.15 0.00 9.81 7.83 39.05 2.16 00:58:28 00:50:03 3 42.04 0.00 8.93 6.98 40.26 1.78 00:58:28 00:51:01 all 6.87 0.00 8.05 17.07 35.38 32.63 00:58:28 00:51:01 0 6.59 0.00 8.34 15.06 36.21 33.81 00:58:28 00:51:01 1 7.41 0.00 8.33 16.55 36.21 31.50 00:58:28 00:51:01 2 6.65 0.00 7.49 17.97 34.77 33.12 00:58:28 00:51:01 3 6.85 0.00 8.06 18.70 34.33 32.07 00:58:28 00:52:08 all 4.58 0.00 5.50 27.25 38.71 23.96 00:58:28 00:52:08 0 4.83 0.00 5.11 26.76 37.59 25.71 00:58:28 00:52:08 1 4.64 0.00 5.55 27.33 39.14 23.34 00:58:28 00:52:08 2 4.59 0.00 5.55 29.80 38.59 21.47 00:58:28 00:52:08 3 4.23 0.00 5.82 25.07 39.52 25.35 00:58:28 00:53:03 all 5.46 0.00 5.13 28.82 37.66 22.93 00:58:28 00:53:03 0 5.26 0.00 4.86 26.39 37.23 26.26 00:58:28 00:53:03 1 5.23 0.00 5.14 27.10 38.44 24.09 00:58:28 00:53:03 2 5.65 0.00 5.20 34.05 37.40 17.70 00:58:28 00:53:03 3 5.69 0.00 5.34 27.77 37.57 23.62 00:58:28 00:54:03 all 32.78 0.00 10.31 19.17 33.06 4.68 00:58:28 00:54:03 0 31.91 0.00 9.57 19.93 32.60 5.99 00:58:28 00:54:03 1 36.51 0.00 11.56 19.42 29.99 2.52 00:58:28 00:54:03 2 31.17 0.00 10.37 18.58 34.43 5.46 00:58:28 00:54:03 3 31.74 0.00 9.78 18.81 35.01 4.65 00:58:28 00:58:28 00:54:03 CPU %user %nice %system %iowait %steal %idle 00:58:28 00:55:02 all 9.35 0.00 6.53 30.08 33.80 20.25 00:58:28 00:55:02 0 7.43 0.00 5.71 26.99 33.49 26.37 00:58:28 00:55:02 1 10.37 0.00 6.52 31.20 34.07 17.85 00:58:28 00:55:02 2 9.45 0.00 6.64 32.75 33.66 17.50 00:58:28 00:55:02 3 10.20 0.00 7.25 29.45 33.97 19.12 00:58:28 00:56:02 all 11.76 0.00 8.54 4.83 43.54 31.33 00:58:28 00:56:02 0 12.87 0.00 9.43 5.66 41.82 30.22 00:58:28 00:56:02 1 9.98 0.00 8.06 4.39 45.38 32.19 00:58:28 00:56:02 2 12.11 0.00 7.61 7.24 44.21 28.83 00:58:28 00:56:02 3 12.08 0.00 9.08 2.06 42.73 34.05 00:58:28 00:57:01 all 0.25 0.00 0.21 0.22 0.50 98.82 00:58:28 00:57:01 0 0.15 0.00 0.24 0.08 0.39 99.14 00:58:28 00:57:01 1 0.39 0.00 0.15 0.03 0.59 98.83 00:58:28 00:57:01 2 0.25 0.00 0.29 0.10 0.49 98.86 00:58:28 00:57:01 3 0.19 0.00 0.17 0.66 0.52 98.46 00:58:28 00:58:01 all 4.02 0.00 3.67 3.04 15.26 74.01 00:58:28 00:58:01 0 3.43 0.00 2.65 1.59 15.70 76.63 00:58:28 00:58:01 1 4.18 0.00 4.47 3.12 14.62 73.61 00:58:28 00:58:01 2 3.55 0.00 3.74 3.96 15.17 73.57 00:58:28 00:58:01 3 4.93 0.00 3.82 3.52 15.56 72.18 00:58:28 Average: all 11.03 0.00 5.78 15.38 33.10 34.71 00:58:28 Average: 0 10.64 0.00 5.77 14.69 33.47 35.44 00:58:28 Average: 1 11.11 0.00 5.69 14.99 33.10 35.10 00:58:28 Average: 2 10.97 0.00 5.75 16.49 32.39 34.40 00:58:28 Average: 3 11.41 0.00 5.90 15.38 33.43 33.87 00:58:28 00:58:28 00:58:28