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 c48b5c69e3d7e3b718e5d15324ffdda642aa0234 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from c48b5c69e3d7e3b718e5d15324ffdda642aa0234 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-29401 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/80 [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/80 # 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 Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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 > 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 c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 Merge succeeded, producing 47866461d2b7ff75ff8bba18d67b239fed7a7fd7 Checking out Revision 47866461d2b7ff75ff8bba18d67b239fed7a7fd7 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 47866461d2b7ff75ff8bba18d67b239fed7a7fd7 # timeout=10 Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:33:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:33:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:33:35 ========================================================= 00:33:35 EdgeX Global Pipelines Version Info 00:33:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 199893acb62a5b1c4f4ae79745a41eebd8ad8c4e # timeout=10 00:33:38 ------------------- 00:33:38 stable info: 00:33:38 ------------------- 00:33:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:33:38 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:33:38 Message: update stable to v1.0.184 00:33:39 ------------------- 00:33:39 experimental info: 00:33:39 ------------------- 00:33:39 Commited By: **** collab-it+edgex@linuxfoundation.org 00:33:39 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:33:39 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:33:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:33:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:33:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:33:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:33:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:33:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:33:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:33:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:33:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:33:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:33:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:33:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:33:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:33:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:33:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:33:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:33:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:33:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:33:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:33:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:33:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:33:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:33:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:33:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:33:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:33:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 47866461d2b7ff75ff8bba18d67b239fed7a7fd7 [Pipeline] echo 00:33:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4786646 [Pipeline] echo 00:33:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:33:43 provisioning config files... 00:33:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/80@tmp/config4875489368546945025tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:33:43 ---> docker-login.sh 00:33:43 nexus3.edgexfoundry.org:10001 00:33:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:45 Configure a credential helper to remove this warning. See 00:33:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:45 00:33:45 Login Succeeded 00:33:45 nexus3.edgexfoundry.org:10002 00:33:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:45 Configure a credential helper to remove this warning. See 00:33:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:45 00:33:45 Login Succeeded 00:33:45 nexus3.edgexfoundry.org:10003 00:33:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:46 Configure a credential helper to remove this warning. See 00:33:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:46 00:33:46 Login Succeeded 00:33:46 nexus3.edgexfoundry.org:10004 00:33:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:46 Configure a credential helper to remove this warning. See 00:33:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:46 00:33:46 Login Succeeded 00:33:46 docker.io 00:33:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:47 Configure a credential helper to remove this warning. See 00:33:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:47 00:33:47 Login Succeeded 00:33:47 ---> docker-login.sh ends [Pipeline] } 00:33:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:47 ++ 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:47 + for file in '`ls cmd/**/Dockerfile`' 00:33:47 ++ dirname cmd/core-command/Dockerfile 00:33:47 ++ cut -d/ -f2 00:33:47 + echo core-command,cmd/core-command/Dockerfile 00:33:47 + for file in '`ls cmd/**/Dockerfile`' 00:33:47 ++ dirname cmd/core-data/Dockerfile 00:33:47 ++ cut -d/ -f2 00:33:47 + echo core-data,cmd/core-data/Dockerfile 00:33:47 + for file in '`ls cmd/**/Dockerfile`' 00:33:47 ++ dirname cmd/core-metadata/Dockerfile 00:33:47 ++ cut -d/ -f2 00:33:47 + echo core-metadata,cmd/core-metadata/Dockerfile 00:33:47 + for file in '`ls cmd/**/Dockerfile`' 00:33:47 ++ dirname cmd/security-bootstrapper/Dockerfile 00:33:47 ++ cut -d/ -f2 00:33:47 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:33:47 + for file in '`ls cmd/**/Dockerfile`' 00:33:47 ++ dirname cmd/security-proxy-setup/Dockerfile 00:33:47 ++ cut -d/ -f2 00:33:47 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:33:47 + for file in '`ls cmd/**/Dockerfile`' 00:33:47 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:33:47 ++ cut -d/ -f2 00:33:47 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:33:47 + for file in '`ls cmd/**/Dockerfile`' 00:33:47 ++ dirname cmd/support-notifications/Dockerfile 00:33:47 ++ cut -d/ -f2 00:33:47 + echo support-notifications,cmd/support-notifications/Dockerfile 00:33:47 + for file in '`ls cmd/**/Dockerfile`' 00:33:47 ++ dirname cmd/support-scheduler/Dockerfile 00:33:47 ++ cut -d/ -f2 00:33:47 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:33:47 + for file in '`ls cmd/**/Dockerfile`' 00:33:47 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:33:47 ++ cut -d/ -f2 00:33:47 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:33:47 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:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:48 00:33:48 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:33:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:49 latest: Pulling from edgex-devops/git-semver 00:33:49 31603596830f: Pulling fs layer 00:33:49 2a8b12db71e7: Pulling fs layer 00:33:49 6ca5941a6612: Pulling fs layer 00:33:49 ecc8261a40a4: Pulling fs layer 00:33:49 ecc8261a40a4: Waiting 00:33:49 2a8b12db71e7: Verifying Checksum 00:33:49 2a8b12db71e7: Download complete 00:33:49 31603596830f: Verifying Checksum 00:33:49 31603596830f: Download complete 00:33:49 ecc8261a40a4: Verifying Checksum 00:33:49 6ca5941a6612: Verifying Checksum 00:33:49 6ca5941a6612: Download complete 00:33:51 31603596830f: Pull complete 00:33:51 2a8b12db71e7: Pull complete 00:33:53 6ca5941a6612: Pull complete 00:33:54 ecc8261a40a4: Pull complete 00:33:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:33:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:33:54 prd-centos7-docker-4c-2g-29401 does not seem to be running inside a container 00:33:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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:58 $ docker top 44654139c40fb15668f9892395955a66d5742bd124d127c2432c3903a425f5f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:33:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:33:59 [ssh-agent] Looking for ssh-agent implementation... 00:33:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:33:59 $ docker exec 44654139c40fb15668f9892395955a66d5742bd124d127c2432c3903a425f5f8 ssh-agent 00:34:00 SSH_AUTH_SOCK=/tmp/ssh-ZtihAgKdMNup/agent.13 00:34:00 SSH_AGENT_PID=18 00:34:00 Running ssh-add (command line suppressed) 00:34:00 Identity added: /w/workspace/edgex-go/80@tmp/private_key_7439570979941581037.key (/w/workspace/edgex-go/80@tmp/private_key_7439570979941581037.key) 00:34:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:34:01 + git tag --points-at HEAD [Pipeline] } 00:34:01 $ docker exec --env ******** --env ******** 44654139c40fb15668f9892395955a66d5742bd124d127c2432c3903a425f5f8 ssh-agent -k 00:34:01 unset SSH_AUTH_SOCK; 00:34:01 unset SSH_AGENT_PID; 00:34:01 echo Agent pid 18 killed; 00:34:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:34:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:34:02 [ssh-agent] Looking for ssh-agent implementation... 00:34:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:34:02 $ docker exec 44654139c40fb15668f9892395955a66d5742bd124d127c2432c3903a425f5f8 ssh-agent 00:34:03 SSH_AUTH_SOCK=/tmp/ssh-EjsNKjfyjRDq/agent.47 00:34:03 SSH_AGENT_PID=52 00:34:03 Running ssh-add (command line suppressed) 00:34:03 Identity added: /w/workspace/edgex-go/80@tmp/private_key_8721461668532558509.key (/w/workspace/edgex-go/80@tmp/private_key_8721461668532558509.key) 00:34:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:34:04 + git semver init 00:34:04 # -> Open(): unable to determine branch for HEAD 00:34:04 # $GIT_DIR = /w/workspace/edgex-go/80/.git 00:34:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/80 00:34:04 # $SEMVER_REMOTE_NAME = origin 00:34:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:34:04 # $SEMVER_USER_NAME = edgex-jenkins 00:34:04 # $SEMVER_BRANCH = PR-2858 00:34:04 # $SEMVER_TEMP = /tmp/semver-195296745 00:34:04 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:35:02 # '/tmp/semver-195296745' -> '/w/workspace/edgex-go/80/.semver' 00:35:02 # -> Force: false 00:35:02 # $SEMVER_DIR = /w/workspace/edgex-go/80/.semver [Pipeline] } 00:35:02 $ docker exec --env ******** --env ******** 44654139c40fb15668f9892395955a66d5742bd124d127c2432c3903a425f5f8 ssh-agent -k 00:35:03 unset SSH_AUTH_SOCK; 00:35:03 unset SSH_AGENT_PID; 00:35:03 echo Agent pid 52 killed; 00:35:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:35:04 + git semver [Pipeline] } 00:35:04 $ docker stop --time=1 44654139c40fb15668f9892395955a66d5742bd124d127c2432c3903a425f5f8 00:35:07 $ docker rm -f 44654139c40fb15668f9892395955a66d5742bd124d127c2432c3903a425f5f8 [Pipeline] // withDockerContainer [Pipeline] sh 00:35:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:35:09 Stashed 1 file(s) [Pipeline] echo 00:35:09 [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:35:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:35:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:11 + sudo service docker restart 00:35:11 + true 00:35:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:35:12 ========================================================= 00:35:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:35:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:13 + 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:35:23 Sending build context to Docker daemon 328.5MB 00:35:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:23 Step 2/6 : FROM ${BASE} 00:35:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:35:23 188c0c94c7c5: Pulling fs layer 00:35:23 0ef7d3d256c8: Pulling fs layer 00:35:23 de9db76c5a1d: Pulling fs layer 00:35:23 bca2f99d35d6: Pulling fs layer 00:35:23 93359f2a8cfa: Pulling fs layer 00:35:23 7c6f9722023f: Pulling fs layer 00:35:23 a35cf1a2eb13: Pulling fs layer 00:35:23 bca2f99d35d6: Waiting 00:35:23 93359f2a8cfa: Waiting 00:35:23 7c6f9722023f: Waiting 00:35:23 a35cf1a2eb13: Waiting 00:35:23 de9db76c5a1d: Verifying Checksum 00:35:23 de9db76c5a1d: Download complete 00:35:23 0ef7d3d256c8: Verifying Checksum 00:35:23 0ef7d3d256c8: Download complete 00:35:23 93359f2a8cfa: Verifying Checksum 00:35:23 93359f2a8cfa: Download complete 00:35:23 7c6f9722023f: Verifying Checksum 00:35:23 7c6f9722023f: Download complete 00:35:23 188c0c94c7c5: Verifying Checksum 00:35:23 188c0c94c7c5: Download complete 00:35:24 188c0c94c7c5: Pull complete 00:35:24 0ef7d3d256c8: Pull complete 00:35:25 de9db76c5a1d: Pull complete 00:35:25 Still waiting to schedule task 00:35:25 ‘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-29409’ is offline 00:35:31 a35cf1a2eb13: Verifying Checksum 00:35:31 a35cf1a2eb13: Download complete 00:35:31 bca2f99d35d6: Verifying Checksum 00:35:31 bca2f99d35d6: Download complete 00:35:46 bca2f99d35d6: Pull complete 00:35:46 93359f2a8cfa: Pull complete 00:35:47 7c6f9722023f: Pull complete 00:35:58 a35cf1a2eb13: Pull complete 00:35:58 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:35:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:35:58 ---> a62c8e92a672 00:35:58 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:35:58 ---> Running in b80522ed69f3 00:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:06 (1/12) Installing libmagic (5.38-r0) 00:36:07 (2/12) Installing file (5.38-r0) 00:36:07 (3/12) Installing libc-dev (0.7.2-r3) 00:36:07 (4/12) Installing g++ (9.3.0-r2) 00:36:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29411 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:30 Running in /w/workspace/edgex-go/80 [Pipeline] { [Pipeline] checkout 00:36:34 (5/12) Installing fortify-headers (1.1-r0) 00:36:34 (6/12) Installing patch (2.7.6-r6) 00:36:34 (7/12) Installing build-base (0.5-r2) 00:36:34 (8/12) Installing libsodium (1.0.18-r0) 00:36:34 (9/12) Installing pkgconf (1.7.2-r0) 00:36:34 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:34 (11/12) Installing libzmq (4.3.3-r0) 00:36:34 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:34 Executing busybox-1.31.1-r19.trigger 00:36:34 OK: 233 MiB in 51 packages 00:36:36 using credential edgex-jenkins-ssh 00:36:36 Cloning the remote Git repository 00:36:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:36 > git init /w/workspace/edgex-go/80 # timeout=10 00:36:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:36 > git --version # timeout=10 00:36:36 > git --version # 'git version 2.17.1' 00:36:36 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:40 Removing intermediate container b80522ed69f3 00:36:40 ---> 637a8a03ebf3 00:36:40 Step 4/6 : WORKDIR /edgex-go 00:36:40 ---> Running in b0be2db54242 00:36:40 Removing intermediate container b0be2db54242 00:36:40 ---> 2ba00568afef 00:36:40 Step 5/6 : COPY go.mod . 00:36:42 ---> a1632e52a5c9 00:36:42 Step 6/6 : RUN go mod download 00:36:42 ---> Running in 30437492c571 00:37:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:12 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:12 > 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:37:13 Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:37:14 Merge succeeded, producing a8170e9ac70c532df85c24caff5713c7992a88c7 00:37:14 Checking out Revision a8170e9ac70c532df85c24caff5713c7992a88c7 (PR-2858) 00:37:13 > git config core.sparsecheckout # timeout=10 00:37:13 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:37:13 > git remote # timeout=10 00:37:13 > git config --get remote.origin.url # timeout=10 00:37:13 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:13 > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 00:37:14 > git rev-parse HEAD^{commit} # timeout=10 00:37:14 > git config core.sparsecheckout # timeout=10 00:37:14 > git checkout -f a8170e9ac70c532df85c24caff5713c7992a88c7 # timeout=10 00:37:19 Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" 00:37:19 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:37:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:37:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:22 + true 00:37:22 + sudo service docker restart 00:37:19 > git rev-list --no-walk 199893acb62a5b1c4f4ae79745a41eebd8ad8c4e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:24 provisioning config files... 00:37:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/80@tmp/config4976550593041880304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:24 ---> docker-login.sh 00:37:24 nexus3.edgexfoundry.org:10001 00:37:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:25 Configure a credential helper to remove this warning. See 00:37:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:25 00:37:25 Login Succeeded 00:37:25 nexus3.edgexfoundry.org:10002 00:37:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:26 Configure a credential helper to remove this warning. See 00:37:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:26 00:37:26 Login Succeeded 00:37:26 nexus3.edgexfoundry.org:10003 00:37:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:26 Configure a credential helper to remove this warning. See 00:37:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:26 00:37:26 Login Succeeded 00:37:26 nexus3.edgexfoundry.org:10004 00:37:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:27 Configure a credential helper to remove this warning. See 00:37:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:27 00:37:27 Login Succeeded 00:37:27 docker.io 00:37:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:28 Configure a credential helper to remove this warning. See 00:37:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:28 00:37:28 Login Succeeded 00:37:28 ---> docker-login.sh ends [Pipeline] } 00:37:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:28 ========================================================= 00:37:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:28 + 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:31 Sending build context to Docker daemon 166.7MB 00:37:31 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:31 Step 2/6 : FROM ${BASE} 00:37:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:31 5f621e34cdf4: Pulling fs layer 00:37:31 a4357932f1b6: Pulling fs layer 00:37:31 18c013af1878: Pulling fs layer 00:37:31 00ac8860ef70: Pulling fs layer 00:37:31 63d7cb157983: Pulling fs layer 00:37:31 b116817d02f9: Pulling fs layer 00:37:31 745a02a5169b: Pulling fs layer 00:37:31 00ac8860ef70: Waiting 00:37:31 63d7cb157983: Waiting 00:37:31 b116817d02f9: Waiting 00:37:31 745a02a5169b: Waiting 00:37:31 18c013af1878: Verifying Checksum 00:37:31 18c013af1878: Download complete 00:37:31 a4357932f1b6: Verifying Checksum 00:37:31 a4357932f1b6: Download complete 00:37:31 63d7cb157983: Verifying Checksum 00:37:31 63d7cb157983: Download complete 00:37:31 b116817d02f9: Verifying Checksum 00:37:31 b116817d02f9: Download complete 00:37:31 5f621e34cdf4: Verifying Checksum 00:37:31 5f621e34cdf4: Download complete 00:37:32 5f621e34cdf4: Pull complete 00:37:33 a4357932f1b6: Pull complete 00:37:33 18c013af1878: Pull complete 00:37:34 745a02a5169b: Download complete 00:37:35 00ac8860ef70: Verifying Checksum 00:37:35 00ac8860ef70: Download complete 00:37:40 Removing intermediate container 30437492c571 00:37:40 ---> aa8039655ee7 00:37:40 Successfully built aa8039655ee7 00:37:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:37:40 + docker inspect -f . ci-base-image-x86_64 00:37:40 . [Pipeline] withDockerContainer 00:37:42 prd-centos7-docker-4c-2g-29401 does not seem to be running inside a container 00:37:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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:37:45 $ docker top 377448bd6d2403feca96cfae153bc41e123a348f8ae35c5b8638ea4aac025452 -eo pid,comm 00:37:45 00ac8860ef70: Pull complete 00:37:45 63d7cb157983: Pull complete 00:37:45 b116817d02f9: Pull complete [Pipeline] { [Pipeline] sh 00:37:46 + go version 00:37:46 go version go1.15.5 linux/amd64 [Pipeline] } 00:37:46 $ docker stop --time=1 377448bd6d2403feca96cfae153bc41e123a348f8ae35c5b8638ea4aac025452 00:37:48 $ docker rm -f 377448bd6d2403feca96cfae153bc41e123a348f8ae35c5b8638ea4aac025452 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:50 745a02a5169b: Pull complete 00:37:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:50 ---> b7e6874047d6 00:37:50 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:50 + docker inspect -f . ci-base-image-x86_64 00:37:50 . [Pipeline] withDockerContainer 00:37:50 prd-centos7-docker-4c-2g-29401 does not seem to be running inside a container 00:37:50 $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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:37:53 ---> Running in a111f276b14e 00:37:53 $ docker top 4e30c7a5f57fb7065cc6f3d805816bc017eec471fea33d9b39388f77d12318c9 -eo pid,comm [Pipeline] { 00:37:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] echo 00:37:54 ========================================================= 00:37:54 [edgeXBuildGoParallel] Running Tests and Build... 00:37:54 ========================================================= [Pipeline] sh 00:37:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:55 + make test 00:37:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:56 (1/12) Installing libmagic (5.38-r0) 00:37:56 (2/12) Installing file (5.38-r0) 00:37:56 (3/12) Installing libc-dev (0.7.2-r3) 00:37:56 (4/12) Installing g++ (9.3.0-r2) 00:38:09 (5/12) Installing fortify-headers (1.1-r0) 00:38:09 (6/12) Installing patch (2.7.6-r6) 00:38:09 (7/12) Installing build-base (0.5-r2) 00:38:09 (8/12) Installing libsodium (1.0.18-r0) 00:38:09 (9/12) Installing pkgconf (1.7.2-r0) 00:38:09 (10/12) Installing libsodium-dev (1.0.18-r0) 00:38:09 (11/12) Installing libzmq (4.3.3-r0) 00:38:09 (12/12) Installing zeromq-dev (4.3.3-r0) 00:38:09 Executing busybox-1.31.1-r19.trigger 00:38:09 OK: 217 MiB in 51 packages 00:38:13 Removing intermediate container a111f276b14e 00:38:13 ---> 16f6e3bc3137 00:38:13 Step 4/6 : WORKDIR /edgex-go 00:38:13 ---> Running in db7446dbf810 00:38:13 Removing intermediate container db7446dbf810 00:38:13 ---> 6b06afa176e2 00:38:13 Step 5/6 : COPY go.mod . 00:38:14 ---> a4166f12276d 00:38:14 Step 6/6 : RUN go mod download 00:38:14 ---> Running in d5224b2c1c99 00:38:23 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:47 Removing intermediate container d5224b2c1c99 00:38:47 ---> 9f37b27c5cc0 00:38:47 Successfully built 9f37b27c5cc0 00:38:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:47 + docker inspect -f . ci-base-image-arm64 00:38:47 . [Pipeline] withDockerContainer 00:38:47 prd-ubuntu18.04-docker-arm64-4c-16g-29411 does not seem to be running inside a container 00:38:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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-arm64 cat 00:38:49 $ docker top 89bfd3e346319f57c91b45be91861d4448b478d5199461e6ff3fe7a5d213cf38 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:50 + go version 00:38:50 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:50 $ docker stop --time=1 89bfd3e346319f57c91b45be91861d4448b478d5199461e6ff3fe7a5d213cf38 00:38:52 $ docker rm -f 89bfd3e346319f57c91b45be91861d4448b478d5199461e6ff3fe7a5d213cf38 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:53 + docker inspect -f . ci-base-image-arm64 00:38:53 . [Pipeline] withDockerContainer 00:38:54 prd-ubuntu18.04-docker-arm64-4c-16g-29411 does not seem to be running inside a container 00:38:54 $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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-arm64 cat 00:38:55 $ docker top c48995f4990f34310e85f4a40eb23b28f5a78eda9990a878addc3d2dec597998 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:56 ========================================================= 00:38:56 [edgeXBuildGoParallel] Running Tests and Build... 00:38:56 ========================================================= [Pipeline] sh 00:38:56 + make test 00:38:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.942s coverage: 45.9% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.495s coverage: 100.0% of statements 00:40:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 2.251s coverage: 27.1% of statements 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.353s coverage: 100.0% of statements 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.121s coverage: 100.0% of statements 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.223s coverage: 71.3% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.253s coverage: 82.9% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.091s coverage: 78.9% of statements 00:40:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.557s coverage: 28.6% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.117s coverage: 100.0% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.156s coverage: 86.7% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.237s coverage: 97.5% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.104s coverage: 78.3% of statements 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.868s coverage: 92.8% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.124s coverage: 58.8% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.267s coverage: 0.1% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.209s coverage: 47.1% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.109s coverage: 79.5% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.041s coverage: 94.1% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.093s coverage: 87.5% of statements 00:40:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.119s coverage: 94.4% of statements 00:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.119s coverage: 44.8% of statements 00:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.441s coverage: 81.4% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.420s coverage: 92.9% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.087s coverage: 77.8% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.161s coverage: 87.2% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.184s coverage: 80.8% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.293s coverage: 87.2% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.6% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.244s coverage: 91.6% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.482s coverage: 62.4% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.150s coverage: 73.7% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.262s coverage: 69.0% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.143s coverage: 38.4% of statements 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.147s coverage: 89.5% of statements 00:40:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.373s coverage: 47.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.078s coverage: 100.0% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.377s coverage: 87.1% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.771s coverage: 29.1% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.225s coverage: 99.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.176s coverage: 100.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.456s coverage: 96.5% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.148s coverage: 87.9% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.157s coverage: 100.0% of statements 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 32.1% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.171s coverage: 100.0% of statements 00:41:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.339s coverage: 45.9% of statements 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:41:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:41:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.278s coverage: 100.0% of statements 00:41:03 GO111MODULE=on go vet ./... 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.584s coverage: 27.1% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:41:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.402s coverage: 71.3% of statements 00:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:41:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.510s coverage: 82.9% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.155s coverage: 78.9% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:41:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.332s coverage: 28.6% of statements 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:41:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.180s coverage: 100.0% of statements 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:41:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.104s coverage: 100.0% of statements 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:41:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.353s coverage: 86.7% of statements 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:41:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.378s coverage: 97.5% of statements 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:41:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.530s coverage: 92.8% of statements 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.221s coverage: 0.1% of statements 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.104s coverage: 47.1% of statements 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.098s coverage: 79.5% of statements 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.092s coverage: 94.1% of statements 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.100s coverage: 96.3% of statements 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements 00:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements 00:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements 00:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.130s coverage: 81.4% of statements 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.140s coverage: 92.9% of statements 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.110s coverage: 75.5% of statements 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.6% of statements 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.6% of statements 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.626s coverage: 62.4% of statements 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.111s coverage: 73.7% of statements 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 00:42:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.022s coverage: 69.0% of statements 00:42:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:42:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:42:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:42:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.461s coverage: 38.4% of statements 00:42:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:42:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:42:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.120s coverage: 89.5% of statements 00:42:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:42:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.124s coverage: 84.8% of statements 00:42:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.419s coverage: 47.0% of statements 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:42:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:42:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:42:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.483s coverage: 87.1% of statements 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.816s coverage: 29.1% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.206s coverage: 99.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.238s coverage: 96.5% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.091s coverage: 100.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.110s coverage: 87.9% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 00:42:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:42:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:42:28 GO111MODULE=on go vet ./... 00:42:42 gofmt -l . 00:42:42 [ "`gofmt -l .`" = "" ] 00:42:42 ./bin/test-go-mod-tidy.sh 00:42:42 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:43 + ls -al . 00:42:43 total 740 00:42:43 drwxrwxr-x 10 1001 1001 4096 Mar 11 00:42 . 00:42:43 drwxr-xr-x 4 root root 30 Mar 11 00:37 .. 00:42:43 -rw-rw-r-- 1 1001 1001 11 Mar 11 00:33 .dockerignore 00:42:43 drwxrwxr-x 8 1001 1001 179 Mar 11 00:33 .git 00:42:43 drwxrwxr-x 3 1001 1001 125 Mar 11 00:33 .github 00:42:43 -rw-rw-r-- 1 1001 1001 818 Mar 11 00:33 .gitignore 00:42:43 drwx------ 3 1001 1001 60 Mar 11 00:35 .semver 00:42:43 -rw-rw-r-- 1 1001 1001 166 Mar 11 00:33 .sonarcloud.properties 00:42:43 -rw-rw-r-- 1 1001 1001 8607 Mar 11 00:33 Attribution.txt 00:42:43 -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:33 CONTRIBUTING.md 00:42:43 -rw-rw-r-- 1 1001 1001 931 Mar 11 00:33 Dockerfile.build 00:42:43 -rw-rw-r-- 1 1001 1001 863 Mar 11 00:33 Jenkinsfile 00:42:43 -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:33 LICENSE 00:42:43 -rw-rw-r-- 1 1001 1001 5774 Mar 11 00:33 Makefile 00:42:43 -rw-rw-r-- 1 1001 1001 6548 Mar 11 00:33 README.md 00:42:43 -rw-rw-r-- 1 1001 1001 6755 Mar 11 00:33 SECURITY.md 00:42:43 -rw-rw-r-- 1 1001 1001 5 Mar 11 00:35 VERSION 00:42:43 -rw-rw-r-- 1 1001 1001 4131 Mar 11 00:33 ZMQWindows.md 00:42:43 drwxrwxr-x 2 1001 1001 117 Mar 11 00:33 bin 00:42:43 drwxrwxr-x 14 1001 1001 4096 Mar 11 00:33 cmd 00:42:43 -rw-r--r-- 1 root root 628838 Mar 11 00:41 coverage.out 00:42:43 -rw-r--r-- 1 root root 1055 Mar 11 00:42 go.mod 00:42:43 -rw-r--r-- 1 root root 21981 Mar 11 00:42 go.sum 00:42:43 drwxrwxr-x 8 1001 1001 127 Mar 11 00:33 internal 00:42:43 drwxrwxr-x 4 1001 1001 26 Mar 11 00:33 openapi 00:42:43 drwxrwxr-x 4 1001 1001 71 Mar 11 00:33 snap 00:42:43 -rw-rw-r-- 1 1001 1001 168 Mar 11 00:33 version.go [Pipeline] sh 00:42:43 + '[' -e coverage.out ] 00:42:43 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:44 Stashed 1 file(s) [Pipeline] sh 00:42:45 + make build 00:42:45 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:42:52 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:27 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:32 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:35 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:36 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:45 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:50 gofmt -l . 00:43:52 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:53 [ "`gofmt -l .`" = "" ] 00:43:55 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:43:56 ./bin/test-go-mod-tidy.sh 00:43:57 ./bin/test-attribution-txt.sh [Pipeline] sh 00:43:59 + ls -al . 00:43:59 total 768 00:43:59 drwxrwxr-x 9 1001 1001 4096 Mar 11 00:43 . 00:43:59 drwxr-xr-x 4 root root 4096 Mar 11 00:38 .. 00:43:59 -rw-rw-r-- 1 1001 1001 11 Mar 11 00:37 .dockerignore 00:43:59 drwxrwxr-x 8 1001 1001 4096 Mar 11 00:37 .git 00:43:59 drwxrwxr-x 3 1001 1001 4096 Mar 11 00:37 .github 00:43:59 -rw-rw-r-- 1 1001 1001 818 Mar 11 00:37 .gitignore 00:43:59 -rw-rw-r-- 1 1001 1001 166 Mar 11 00:37 .sonarcloud.properties 00:43:59 -rw-rw-r-- 1 1001 1001 8607 Mar 11 00:37 Attribution.txt 00:43:59 -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:37 CONTRIBUTING.md 00:43:59 -rw-rw-r-- 1 1001 1001 931 Mar 11 00:37 Dockerfile.build 00:43:59 -rw-rw-r-- 1 1001 1001 863 Mar 11 00:37 Jenkinsfile 00:43:59 -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:37 LICENSE 00:43:59 -rw-rw-r-- 1 1001 1001 5774 Mar 11 00:37 Makefile 00:43:59 -rw-rw-r-- 1 1001 1001 6548 Mar 11 00:37 README.md 00:43:59 -rw-rw-r-- 1 1001 1001 6755 Mar 11 00:37 SECURITY.md 00:43:59 -rw-rw-r-- 1 1001 1001 5 Mar 11 00:35 VERSION 00:43:59 -rw-rw-r-- 1 1001 1001 4131 Mar 11 00:37 ZMQWindows.md 00:43:59 drwxrwxr-x 2 1001 1001 4096 Mar 11 00:37 bin 00:43:59 drwxrwxr-x 14 1001 1001 4096 Mar 11 00:37 cmd 00:43:59 -rw-r--r-- 1 root root 628838 Mar 11 00:42 coverage.out 00:43:59 -rw-r--r-- 1 root root 1055 Mar 11 00:43 go.mod 00:43:59 -rw-r--r-- 1 root root 21981 Mar 11 00:43 go.sum 00:43:59 drwxrwxr-x 8 1001 1001 4096 Mar 11 00:37 internal 00:43:59 drwxrwxr-x 4 1001 1001 4096 Mar 11 00:37 openapi 00:43:59 drwxrwxr-x 4 1001 1001 4096 Mar 11 00:37 snap 00:43:59 -rw-rw-r-- 1 1001 1001 168 Mar 11 00:37 version.go [Pipeline] sh 00:43:59 + '[' -e coverage.out ] 00:43:59 + chown 1001:1001 coverage.out [Pipeline] stash 00:44:00 Warning: overwriting stash ‘coverage-report’ 00:44:01 Stashed 1 file(s) [Pipeline] sh 00:44:01 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:01 + make build 00:44:01 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:44:05 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:09 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:44:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] } 00:44:19 $ docker stop --time=1 4e30c7a5f57fb7065cc6f3d805816bc017eec471fea33d9b39388f77d12318c9 00:44:22 $ docker rm -f 4e30c7a5f57fb7065cc6f3d805816bc017eec471fea33d9b39388f77d12318c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:44:26 00:44:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:44:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:44:26 latest: Pulling from edgex-devops/edgex-compose 00:44:26 cbdbe7a5bc2a: Pulling fs layer 00:44:26 ca9280d653b3: Pulling fs layer 00:44:26 7e9c9ca2126c: Pulling fs layer 00:44:27 cbdbe7a5bc2a: Verifying Checksum 00:44:27 cbdbe7a5bc2a: Download complete 00:44:28 cbdbe7a5bc2a: Pull complete 00:44:28 ca9280d653b3: Verifying Checksum 00:44:28 ca9280d653b3: Download complete 00:44:32 ca9280d653b3: Pull complete 00:44:32 7e9c9ca2126c: Verifying Checksum 00:44:32 7e9c9ca2126c: Download complete 00:44:39 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:44:47 7e9c9ca2126c: Pull complete 00:44:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:44:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:44:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:44:48 prd-centos7-docker-4c-2g-29401 does not seem to be running inside a container 00:44:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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:44:49 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:44:50 $ docker top 744e00fdec859f781e4515fb4189e92ab8554dfab4202fc9ad4f69cb3d65fc26 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:51 + docker-compose build --help 00:44:51 + grep parallel 00:44:54 --parallel Build images in parallel. [Pipeline] } 00:44:54 $ docker stop --time=1 744e00fdec859f781e4515fb4189e92ab8554dfab4202fc9ad4f69cb3d65fc26 00:44:56 $ docker rm -f 744e00fdec859f781e4515fb4189e92ab8554dfab4202fc9ad4f69cb3d65fc26 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:44:57 . [Pipeline] withDockerContainer 00:44:57 prd-centos7-docker-4c-2g-29401 does not seem to be running inside a container 00:44:58 $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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:44:58 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:44: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:45:00 $ docker top 2d9217c05a2c01b79efec5a51c2dee70dada932937f0283037bd12e2315557c8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:02 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:04 Building docker-core-command-go ... 00:45:04 Building docker-core-data-go ... 00:45:04 Building docker-core-metadata-go ... 00:45:04 Building docker-security-bootstrapper-go ... 00:45:04 Building docker-security-proxy-setup-go ... 00:45:04 Building docker-security-secretstore-setup-go ... 00:45:04 Building docker-support-notifications-go ... 00:45:04 Building docker-support-scheduler-go ... 00:45:04 Building docker-sys-mgmt-agent-go ... 00:45:04 Building docker-support-notifications-go 00:45:04 Building docker-core-metadata-go 00:45:04 Building docker-security-proxy-setup-go 00:45:04 Building docker-sys-mgmt-agent-go 00:45:04 Building docker-core-command-go 00:45:06 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:45:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:45:18 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:45:23 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:45:28 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:45:35 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:45:45 $ docker stop --time=1 c48995f4990f34310e85f4a40eb23b28f5a78eda9990a878addc3d2dec597998 00:45:48 $ docker rm -f c48995f4990f34310e85f4a40eb23b28f5a78eda9990a878addc3d2dec597998 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:51 00:45:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:45:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:51 latest: Pulling from edgex-devops/edgex-compose-arm64 00:45:51 29e5d40040c1: Pulling fs layer 00:45:51 1ce36da41761: Pulling fs layer 00:45:51 25b303627fd3: Pulling fs layer 00:45:52 29e5d40040c1: Verifying Checksum 00:45:52 29e5d40040c1: Download complete 00:45:53 1ce36da41761: Verifying Checksum 00:45:53 1ce36da41761: Download complete 00:45:53 29e5d40040c1: Pull complete 00:45:54 1ce36da41761: Pull complete 00:45:54 25b303627fd3: Verifying Checksum 00:45:54 25b303627fd3: Download complete 00:46:04 25b303627fd3: Pull complete 00:46:04 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:46:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:46:05 prd-ubuntu18.04-docker-arm64-4c-16g-29411 does not seem to be running inside a container 00:46:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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:46:08 $ docker top 83b7b22a51749f291b013032d50c01ae0a30a5af939a7f206bb10283f3011ffb -eo pid,comm [Pipeline] { [Pipeline] sh 00:46:09 + docker-compose build --help 00:46:09 + grep parallel 00:46:16 --parallel Build images in parallel. [Pipeline] } 00:46:16 $ docker stop --time=1 83b7b22a51749f291b013032d50c01ae0a30a5af939a7f206bb10283f3011ffb 00:46:18 $ docker rm -f 83b7b22a51749f291b013032d50c01ae0a30a5af939a7f206bb10283f3011ffb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:46:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:19 . [Pipeline] withDockerContainer 00:46:19 prd-ubuntu18.04-docker-arm64-4c-16g-29411 does not seem to be running inside a container 00:46:20 $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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-arm64:latest cat 00:46:21 $ docker top 9723e97088f1ce7b9427c2b0d351e7223a3aaf8d578f01dc526be522b7ad001a -eo pid,comm [Pipeline] { [Pipeline] sh 00:46:22 + docker-compose -f ./docker-compose-build.yml build --parallel 00:46:29 Building docker-core-command-go ... 00:46:29 Building docker-core-data-go ... 00:46:29 Building docker-core-metadata-go ... 00:46:29 Building docker-security-bootstrapper-go ... 00:46:29 Building docker-security-proxy-setup-go ... 00:46:29 Building docker-security-secretstore-setup-go ... 00:46:29 Building docker-support-notifications-go ... 00:46:29 Building docker-support-scheduler-go ... 00:46:29 Building docker-sys-mgmt-agent-go ... 00:46:29 Building docker-support-scheduler-go 00:46:29 Building docker-security-bootstrapper-go 00:46:29 Building docker-core-command-go 00:46:29 Building docker-support-notifications-go 00:46:29 Building docker-core-metadata-go 00:46:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:58 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:58 Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:58 00:46:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:58 ---> aa8039655ee7 00:46:58 Step 3/23 : WORKDIR /edgex-go 00:46:58 ---> aa8039655ee7 00:46:58 Step 3/21 : WORKDIR /edgex-go 00:46:58 ---> aa8039655ee7 00:46:58 Step 3/26 : WORKDIR /edgex-go 00:46:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:58 ---> aa8039655ee7 00:46:58 Step 3/22 : WORKDIR /edgex-go 00:46:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:58 ---> aa8039655ee7 00:46:58 Step 3/23 : WORKDIR /edgex-go 00:46:58 ---> Running in a6d739165ffb 00:46:58 ---> Running in 654720070bbc 00:46:58 ---> Running in 8844a069f3cc 00:46:58 ---> Running in 69cd7a8551ad 00:46:58 ---> Running in 48dfd2add284 00:46:58 Removing intermediate container 69cd7a8551ad 00:46:58 ---> c2c3ffd3aa80 00:46:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:58 Removing intermediate container 8844a069f3cc 00:46:58 ---> 5a489051f2a5 00:46:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:58 Removing intermediate container 654720070bbc 00:46:58 ---> 2ecb1a49ee30 00:46:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:58 Removing intermediate container a6d739165ffb 00:46:58 ---> fa1ab6cba947 00:46:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:58 Removing intermediate container 48dfd2add284 00:46:58 ---> 4be5c4144c6c 00:46:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:58 ---> Running in 4f7032b407bf 00:46:58 ---> Running in 3d5f6832cb9b 00:46:58 ---> Running in 3e3487f0f7d0 00:46:58 ---> Running in c175d9a6e877 00:46:58 ---> Running in c559bb2a4ff3 00:46:58 Removing intermediate container 3e3487f0f7d0 00:46:58 ---> 72971c2c7565 00:46:58 Step 5/21 : RUN apk add --update --no-cache make git 00:46:58 Removing intermediate container 3d5f6832cb9b 00:46:58 ---> b5af5eb9d7cc 00:46:58 Step 5/23 : RUN apk add --update --no-cache make git 00:46:58 Removing intermediate container c175d9a6e877 00:46:58 ---> 53ab740b5d93 00:46:58 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:58 Removing intermediate container c559bb2a4ff3 00:46:58 ---> a15be557384f 00:46:58 Step 5/23 : RUN apk add --update --no-cache make git 00:46:58 ---> Running in 0304aa012b68 00:46:58 Removing intermediate container 4f7032b407bf 00:46:58 ---> 74dc93c743cd 00:46:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:58 ---> Running in 20c8407e365c 00:46:58 ---> Running in da83e1c0d52e 00:46:58 ---> Running in 779eaefef9e3 00:46:58 ---> Running in 9610e68647a4 00:47:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:02 OK: 233 MiB in 51 packages 00:47:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:03 OK: 233 MiB in 51 packages 00:47:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:03 OK: 233 MiB in 51 packages 00:47:04 OK: 233 MiB in 51 packages 00:47:04 OK: 233 MiB in 51 packages 00:47:04 Removing intermediate container 0304aa012b68 00:47:04 ---> 90b9addcc0d5 00:47:04 Step 6/21 : COPY go.mod . 00:47:05 Removing intermediate container 20c8407e365c 00:47:05 ---> 74f33602ec3b 00:47:05 Step 6/23 : COPY go.mod . 00:47:06 ---> c72b620811c4 00:47:06 Step 7/21 : RUN go mod download 00:47:06 Removing intermediate container da83e1c0d52e 00:47:06 ---> 27e6b3af3fd7 00:47:06 Step 6/26 : COPY go.mod . 00:47:06 ---> Running in 38098ac1e875 00:47:06 ---> 5bf8de55a227 00:47:06 Step 7/23 : RUN go mod download 00:47:06 Removing intermediate container 9610e68647a4 00:47:06 ---> 5c5a731baa8e 00:47:06 Step 6/22 : COPY go.mod . 00:47:06 ---> Running in 204ca4232404 00:47:07 Removing intermediate container 779eaefef9e3 00:47:07 ---> 3ea8d8c7ea99 00:47:07 Step 6/23 : COPY go.mod . 00:47:07 ---> 0a35b6e57f05 00:47:07 Step 7/26 : RUN go mod download 00:47:07 ---> b570fb7d8060 00:47:07 Step 7/22 : RUN go mod download 00:47:08 ---> Running in 68d150abd394 00:47:08 ---> Running in 0127e666c3a4 00:47:08 ---> d9bcbe1dde74 00:47:08 Step 7/23 : RUN go mod download 00:47:09 ---> Running in 4d8855f167bc 00:47:15 Removing intermediate container 0127e666c3a4 00:47:15 ---> 56fb4cbacd9e 00:47:15 Step 8/22 : COPY . . 00:47:15 Removing intermediate container 4d8855f167bc 00:47:15 ---> 1ed83f67d516 00:47:15 Step 8/23 : COPY . . 00:47:15 Removing intermediate container 204ca4232404 00:47:15 ---> 328dcb14c1a7 00:47:15 Step 8/23 : COPY . . 00:47:15 Removing intermediate container 38098ac1e875 00:47:15 ---> b637685a2190 00:47:15 Step 8/21 : COPY . . 00:47:16 Removing intermediate container 68d150abd394 00:47:16 ---> d638b45c1d66 00:47:16 Step 8/26 : COPY . . 00:47:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:52 ---> 9f37b27c5cc0 00:47:52 Step 3/23 : WORKDIR /edgex-go 00:47:52 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:52 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:47:52 ---> 9f37b27c5cc0 00:47:52 Step 3/31 : WORKDIR /edgex-go 00:47:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:52 00:47:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> 9f37b27c5cc0 00:47:52 00:47:52 Step 3/22 : WORKDIR /edgex-go ---> 9f37b27c5cc0 00:47:52 00:47:52 Step 3/23 : WORKDIR /edgex-go 00:47:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:52 ---> 9f37b27c5cc0 00:47:52 Step 3/22 : WORKDIR /edgex-go 00:47:52 ---> Running in 94e163a100e4 00:47:52 ---> Running in 1213fc28d70a 00:47:52 ---> Running in b5456982b2aa 00:47:52 ---> Running in 982ad4b50c0a 00:47:52 ---> Running in 316b6efe5c79 00:47:52 Removing intermediate container b5456982b2aa 00:47:52 ---> 0f44476bd149 00:47:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:52 Removing intermediate container 982ad4b50c0a 00:47:52 ---> 1f4db6f2f02f 00:47:52 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:52 Removing intermediate container 316b6efe5c79 00:47:52 ---> a6ffaa6c6ce6 00:47:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:52 Removing intermediate container 1213fc28d70a 00:47:52 ---> 4035ff9ff544 00:47:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:52 Removing intermediate container 94e163a100e4 00:47:52 ---> cd285d061407 00:47:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:52 ---> Running in 4734324fb081 00:47:52 ---> Running in 37da3291c630 00:47:52 ---> Running in d65040ef68dd 00:47:52 ---> Running in 58bfa85d7025 00:47:52 ---> Running in 2caef89c92e5 00:47:52 Removing intermediate container 4734324fb081 00:47:52 ---> 84e3da4c1609 00:47:52 Step 5/22 : RUN apk add --update --no-cache make git 00:47:52 ---> Running in 36ecd6d6fc99 00:47:52 Removing intermediate container 2caef89c92e5 00:47:52 ---> 81b05e673d8a 00:47:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:47:52 Removing intermediate container 37da3291c630 00:47:52 ---> b6062090303e 00:47:52 Step 5/31 : RUN apk add --update --no-cache make git 00:47:53 ---> Running in 4569c386607e 00:47:53 ---> Running in f072763ccf5f 00:47:53 Removing intermediate container 58bfa85d7025 00:47:53 ---> 8e8c7901ef4e 00:47:53 Step 5/23 : RUN apk add --update --no-cache make git 00:47:53 Removing intermediate container d65040ef68dd 00:47:53 ---> 31a114c734e8 00:47:53 Step 5/23 : RUN apk add --update --no-cache make git 00:47:53 ---> Running in 4285e2321f45 00:47:53 ---> Running in 068e44a48ce3 00:47:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:55 OK: 217 MiB in 51 packages 00:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:56 OK: 217 MiB in 51 packages 00:47:56 OK: 217 MiB in 51 packages 00:47:56 OK: 217 MiB in 51 packages 00:47:57 OK: 217 MiB in 51 packages 00:47:57 Removing intermediate container 36ecd6d6fc99 00:47:57 ---> 22ddd9d5863d 00:47:57 Step 6/22 : COPY go.mod . 00:47:58 ---> a279d53fab1f 00:47:58 Step 7/22 : RUN go mod download 00:47:58 Removing intermediate container 4569c386607e 00:47:58 ---> 53c7fabd95a5 00:47:58 Step 6/22 : COPY go.mod . 00:47:58 ---> Running in 03ad3ae11de1 00:47:58 Removing intermediate container f072763ccf5f 00:47:58 ---> 22935a6e1665 00:47:58 Step 6/31 : COPY go.mod . 00:47:59 Removing intermediate container 068e44a48ce3 00:47:59 ---> 552b380cd29d 00:47:59 Step 6/23 : COPY go.mod . 00:47:59 Removing intermediate container 4285e2321f45 00:47:59 ---> 342a6d1707fc 00:47:59 Step 6/23 : COPY go.mod . 00:47:59 ---> 2ff2b5e3d9c6 00:47:59 Step 7/22 : RUN go mod download 00:47:59 ---> Running in d2b35df70576 00:47:59 ---> 1800ca341c40 00:47:59 Step 7/31 : RUN go mod download 00:48:00 ---> ad4858549668 00:48:00 Step 7/23 : RUN go mod download 00:48:00 ---> Running in b470efcb0ddf 00:48:00 ---> 8e36f10a921b 00:48:00 Step 7/23 : RUN go mod download 00:48:00 ---> Running in eb56fe08f8bb 00:48:00 ---> Running in 58559eab9674 00:48:02 Removing intermediate container 03ad3ae11de1 00:48:02 ---> df27c96f15e1 00:48:02 Step 8/22 : COPY . . 00:48:04 Removing intermediate container d2b35df70576 00:48:04 ---> 946aca07f6f4 00:48:04 Step 8/22 : COPY . . 00:48:05 Removing intermediate container b470efcb0ddf 00:48:05 ---> 284899727854 00:48:05 Step 8/31 : COPY . . 00:48:06 Removing intermediate container eb56fe08f8bb 00:48:06 ---> 6ad41b1fdfef 00:48:06 Step 8/23 : COPY . . 00:48:07 Removing intermediate container 58559eab9674 00:48:07 ---> 82f4d81fe5e4 00:48:07 Step 8/23 : COPY . . 00:48:34 ---> 44d3e08e1b29 00:48:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:48:34 ---> 9c367e94bf78 00:48:34 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:48:34 ---> 2ea35b847a47 00:48:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:48:34 ---> f98b1d1ad3fe 00:48:34 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:48:34 ---> 6fcd9233b5ae 00:48:34 Step 9/23 : RUN make cmd/core-command/core-command 00:48:34 ---> Running in 0b0580d56737 00:48:34 ---> Running in 34a99e7ee0d3 00:48:34 ---> Running in 5aed3f6a087b 00:48:34 ---> Running in 9a7ea311a0d1 00:48:34 ---> Running in 016a0bc1eb6e 00:48:34 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:34 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:48:34 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:34 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:34 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:12 ---> e08541044a4e 00:50:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:12 ---> f21514414597 00:50:12 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:50:12 ---> c4003c77ce1b 00:50:12 Step 9/23 : RUN make cmd/core-command/core-command 00:50:12 ---> 751286ccc836 00:50:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:50:12 ---> cf1ce0006c20 00:50:12 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:50:12 ---> Running in 45454be19eea 00:50:12 ---> Running in fa090255a300 00:50:12 ---> Running in d8062b08c101 00:50:12 ---> Running in a1c2cce978c5 00:50:12 ---> Running in 38d0b125aac4 00:50:13 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:50:13 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: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 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:13 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:50:56 Removing intermediate container 34a99e7ee0d3 00:50:56 ---> aeccc4bcdc40 00:50:56 00:50:56 Step 10/31 : FROM alpine:3.12 00:50:56 3.12: Pulling from library/alpine 00:50:56 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:50:56 Status: Downloaded newer image for alpine:3.12 00:50:56 ---> d10569e2745f 00:50:56 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:50:56 ---> Running in bc398196431a 00:50:56 Removing intermediate container bc398196431a 00:50:56 ---> f409ce89ba4b 00:50:56 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:50:56 ---> Running in 17606a2d53d2 00:50:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:56 (1/2) Installing dumb-init (1.2.2-r1) 00:50:56 (2/2) Installing su-exec (0.2-r1) 00:50:56 Executing busybox-1.31.1-r19.trigger 00:50:56 OK: 5 MiB in 16 packages 00:50:56 Removing intermediate container 17606a2d53d2 00:50:56 ---> 33a608494d01 00:50:56 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:50:56 ---> Running in 71af42c1e7e2 00:50:56 Removing intermediate container 71af42c1e7e2 00:50:56 ---> 5ec5909e49a2 00:50:56 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:50:56 ---> Running in aec9db5ba111 00:50:56 Removing intermediate container aec9db5ba111 00:50:56 ---> 97710f95b987 00:50:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:50:56 ---> Running in 06aeed209420 00:50:57 Removing intermediate container 5aed3f6a087b 00:50:57 ---> 9b0177b8e500 00:50:57 00:50:57 Step 10/23 : FROM alpine:3.12 00:50:57 ---> d10569e2745f 00:50:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:57 Removing intermediate container 0b0580d56737 00:50:57 ---> e993cdcf5864 00:50:57 00:50:57 Step 10/22 : FROM alpine:3.12 00:50:57 ---> d10569e2745f 00:50:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:50:57 ---> Running in bf79c958bfb4 00:50:58 ---> Running in c64a2981133e 00:50:59 Removing intermediate container 9a7ea311a0d1 00:50:59 ---> 37bb85cbb8aa 00:50:59 00:50:59 Step 10/22 : FROM alpine:3.12 00:50:59 ---> d10569e2745f 00:50:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:50:59 ---> Running in b27fe42e75dc 00:51:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:01 Removing intermediate container 06aeed209420 00:51:01 ---> ab7d343a0d97 00:51:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:51:01 (1/1) Installing dumb-init (1.2.2-r1) 00:51:01 Executing busybox-1.31.1-r19.trigger 00:51:01 OK: 5 MiB in 15 packages 00:51:01 ---> Running in d8025b9fb103 00:51:01 (1/1) Installing dumb-init (1.2.2-r1) 00:51:01 Executing busybox-1.31.1-r19.trigger 00:51:01 OK: 5 MiB in 15 packages 00:51:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:02 Removing intermediate container d8025b9fb103 00:51:02 ---> 4f99ac86057d 00:51:02 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:51:03 (1/2) Installing ca-certificates (20191127-r4) 00:51:03 (2/2) Installing dumb-init (1.2.2-r1) 00:51:03 Executing busybox-1.31.1-r19.trigger 00:51:03 Executing ca-certificates-20191127-r4.trigger 00:51:03 OK: 6 MiB in 16 packages 00:51:03 Removing intermediate container c64a2981133e 00:51:03 ---> 997c656c0d54 00:51:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:03 Removing intermediate container bf79c958bfb4 00:51:03 ---> bfb9570fcccb 00:51:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:04 ---> 0da4aeb0013f 00:51:04 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:51:04 ---> Running in e480680fd34d 00:51:04 ---> Running in 158b8e1ec175 00:51:04 ---> Running in 11ead0f2d50e 00:51:05 Removing intermediate container e480680fd34d 00:51:05 ---> 8f18f321a1d8 00:51:05 Step 13/23 : ENV APP_PORT=48082 00:51:06 Removing intermediate container 158b8e1ec175 00:51:06 ---> 369e30bd52c9 00:51:06 Step 13/22 : ENV APP_PORT=48085 00:51:06 ---> Running in d5b7244a344e 00:51:06 Removing intermediate container b27fe42e75dc 00:51:06 ---> aec4fa9a3263 00:51:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:51:06 ---> Running in 13ef92466893 00:51:06 ---> Running in d20a5b110613 00:51:07 Removing intermediate container d5b7244a344e 00:51:07 ---> 1a56c8077e2d 00:51:07 Step 14/23 : EXPOSE $APP_PORT 00:51:07 Removing intermediate container 13ef92466893 00:51:07 ---> 51ed3e9ac19e 00:51:07 Step 14/22 : EXPOSE $APP_PORT 00:51:07 ---> Running in 6dee70f82ce6 00:51:07 ---> Running in 9f93418e565d 00:51:07 Removing intermediate container d20a5b110613 00:51:07 ---> 643843c3be89 00:51:07 Step 13/22 : ENV APP_PORT=48060 00:51:08 Removing intermediate container 11ead0f2d50e 00:51:08 ---> d159fac556e0 00:51:08 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:08 ---> Running in 30f5804f384b 00:51:08 Removing intermediate container 016a0bc1eb6e 00:51:08 ---> 3d92e1e54ab8 00:51:08 00:51:08 Step 10/23 : FROM alpine:3.12 00:51:08 ---> d10569e2745f 00:51:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:08 ---> Using cache 00:51:08 ---> 997c656c0d54 00:51:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:08 ---> Using cache 00:51:08 ---> 369e30bd52c9 00:51:08 Step 13/23 : ENV APP_PORT=48081 00:51:08 Removing intermediate container 6dee70f82ce6 00:51:08 ---> 59307fd16c9b 00:51:08 Step 15/23 : WORKDIR / 00:51:08 Removing intermediate container 9f93418e565d 00:51:08 ---> e34a4f5fe42b 00:51:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:08 ---> Running in c53ac2a2fae4 00:51:08 ---> Running in 78546705898f 00:51:08 Removing intermediate container 30f5804f384b 00:51:08 ---> 0f0a0bdadac5 00:51:08 Step 14/22 : EXPOSE $APP_PORT 00:51:09 ---> def991e93685 00:51:09 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:51:09 ---> Running in 5c20d7f313d6 00:51:09 Removing intermediate container 78546705898f 00:51:09 ---> 00b786f85747 00:51:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:09 Removing intermediate container c53ac2a2fae4 00:51:09 ---> 6e5eb9f8ae84 00:51:09 Step 14/23 : EXPOSE $APP_PORT 00:51:09 ---> b0143847f23e 00:51:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:51:09 Removing intermediate container 5c20d7f313d6 00:51:09 ---> c8769b50cf25 00:51:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:09 ---> Running in 0b84158995d0 00:51:10 ---> 3abcdc47ad46 00:51:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:51:11 Removing intermediate container 0b84158995d0 00:51:11 ---> 0f2877124270 00:51:11 Step 15/23 : WORKDIR / 00:51:11 ---> 09aca40299d1 00:51:11 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:51:11 ---> 10e6987ec4f8 00:51:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:51:11 ---> Running in a87915b19bd6 00:51:12 ---> e751270d844a 00:51:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:51:12 ---> a327b44f41a5 00:51:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:51:12 ---> ad17b7f34b7a 00:51:12 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:51:12 Removing intermediate container a87915b19bd6 00:51:12 ---> bcf8ba684ec7 00:51:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:13 ---> e5e98f9a4041 00:51:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:51:13 ---> f21f7e322764 00:51:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:51:13 ---> Running in 3316907ae4c5 00:51:14 ---> cb5db710af88 00:51:14 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:51:14 ---> 7a749bb28334 00:51:14 Step 19/23 : ENTRYPOINT ["/core-command"] 00:51:14 ---> 9932d1d42c65 00:51:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:14 ---> Running in 846e2ebee560 00:51:14 Removing intermediate container 3316907ae4c5 00:51:14 ---> abd1fd695ade 00:51:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:14 ---> Running in 80ba3798ae19 00:51:14 ---> fb21f24ea109 00:51:14 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:51:15 ---> Running in 8dab2e5f20cf 00:51:15 Removing intermediate container 846e2ebee560 00:51:15 ---> 4e4d69684643 00:51:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:15 ---> 8a58058b2d7a 00:51:15 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:51:15 Removing intermediate container 80ba3798ae19 00:51:15 ---> cafef7319380 00:51:15 Step 20/22 : LABEL arch=arm64 00:51:15 ---> Running in 974a6cd2cd49 00:51:15 ---> Running in bbafcbd17cea 00:51:15 ---> d8462161d840 00:51:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:15 ---> Running in 6b42334ec55d 00:51:15 Removing intermediate container 8dab2e5f20cf 00:51:15 ---> a8b241df2107 00:51:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:16 Removing intermediate container 974a6cd2cd49 00:51:16 ---> 1ed22eb189e2 00:51:16 Step 21/23 : LABEL arch=arm64 00:51:16 ---> Running in de27c006ee2c 00:51:16 ---> Running in 15e5f774c369 00:51:16 Removing intermediate container bbafcbd17cea 00:51:16 ---> 802bf80acdf0 00:51:16 Step 21/22 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:51:16 Removing intermediate container 6b42334ec55d 00:51:16 ---> 86ef608b7954 00:51:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:51:16 ---> Running in ec780067f0e5 00:51:17 ---> 5a9b9d3b0bc5 00:51:17 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:51:17 Removing intermediate container de27c006ee2c 00:51:17 ---> 89730df68973 00:51:17 Step 20/22 : LABEL arch=arm64 00:51:17 Removing intermediate container 15e5f774c369 00:51:17 ---> 835a9bafd80c 00:51:17 Step 22/23 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:51:17 ---> Running in 2bd1da276fb2 00:51:17 ---> Running in 773887e29e2a 00:51:17 ---> Running in 9cdc878fd51e 00:51:17 Removing intermediate container ec780067f0e5 00:51:17 ---> c4f1737256d0 00:51:17 Step 22/22 : LABEL version=0.0.0 00:51:17 ---> bbc1e576f8f3 00:51:17 Step 26/31 : RUN chmod +x /entrypoint.sh 00:51:17 ---> Running in b5e41859be3a 00:51:18 Removing intermediate container 773887e29e2a 00:51:18 ---> ba5cd528ea86 00:51:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:18 ---> Running in e2f8466a9b10 00:51:18 Removing intermediate container 2bd1da276fb2 00:51:18 ---> f747dd5a03df 00:51:18 Step 21/22 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:51:18 Removing intermediate container 9cdc878fd51e 00:51:18 ---> 09903a9f8fcf 00:51:18 Step 23/23 : LABEL version=0.0.0 00:51:18 ---> Running in e2e3b1af45e9 00:51:18 ---> Running in 08d170dab5bb 00:51:18 Removing intermediate container b5e41859be3a 00:51:18 ---> 179c4c6cfb27 00:51:18 00:51:18 ---> Running in 896606ca5c0f 00:51:19 Successfully built 179c4c6cfb27 00:51:19 Successfully tagged docker-support-scheduler-go-arm64:latest 00:51:19 Building docker-security-proxy-setup-go 00:51:19  Building docker-support-scheduler-go ... done Removing intermediate container e2e3b1af45e9 00:51:19 Removing intermediate container 896606ca5c0f 00:51:19 ---> 8d02c3a080e3 00:51:19 Step 22/22 : LABEL version=0.0.0 00:51:19 ---> 0c194be6e4ef 00:51:19 00:51:19 Removing intermediate container 08d170dab5bb 00:51:19 ---> 3eb55994e436 00:51:19 Step 21/23 : LABEL arch=arm64 00:51:19 ---> Running in e111dd8d4ec7 00:51:19 ---> Running in 393fbb22bc58 00:51:20 Successfully built 0c194be6e4ef 00:51:20 Successfully tagged docker-core-command-go-arm64:latest 00:51:20 Building docker-security-secretstore-setup-go 00:51:20  Building docker-core-command-go ... done Removing intermediate container e111dd8d4ec7 00:51:20 Removing intermediate container 393fbb22bc58 00:51:20 ---> a6a10b6a79d2 00:51:20 ---> 162bb15433a4 00:51:20 Step 22/23 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:51:20 00:51:21 ---> Running in ea14fb44b5d8 00:51:21 Successfully built a6a10b6a79d2 00:51:21 Successfully tagged docker-support-notifications-go-arm64:latest 00:51:21 Building docker-core-data-go 00:51:21  Building docker-support-notifications-go ... done Removing intermediate container e2f8466a9b10 00:51:21 ---> 64b70236237c 00:51:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:51:21 Removing intermediate container ea14fb44b5d8 00:51:21 ---> e48986e9aa25 00:51:21 Step 23/23 : LABEL version=0.0.0 00:51:22 ---> Running in f5408a696563 00:51:22 ---> Running in c2ecd77db7dc 00:51:22 Removing intermediate container f5408a696563 00:51:22 ---> fcf675928157 00:51:22 Step 28/31 : CMD ["gate"] 00:51:22 Removing intermediate container c2ecd77db7dc 00:51:22 ---> 3177adb5307b 00:51:22 00:51:23 ---> Running in ac6a2e6e36eb 00:51:23 Successfully built 3177adb5307b 00:51:23 Successfully tagged docker-core-metadata-go-arm64:latest 00:51:23  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 00:51:23 Removing intermediate container ac6a2e6e36eb 00:51:23 ---> 30755986623b 00:51:23 Step 29/31 : LABEL arch=arm64 00:51:24 ---> Running in d9c014ee14d1 00:51:24 Removing intermediate container d9c014ee14d1 00:51:24 ---> 274936c01dcd 00:51:24 Step 30/31 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:51:25 ---> Running in 8750edbbeef1 00:51:25 Removing intermediate container 8750edbbeef1 00:51:25 ---> 2ec15bc653e3 00:51:25 Step 31/31 : LABEL version=0.0.0 00:51:26 ---> Running in 479d93821a41 00:51:27 Removing intermediate container 479d93821a41 00:51:27 ---> aade466f6922 00:51:27 00:51:28 Successfully built aade466f6922 00:51:28 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:51: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:51:49 Removing intermediate container fa090255a300 00:51:49 ---> 5f36b7121e1c 00:51:49 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:49 Removing intermediate container a1c2cce978c5 00:51:49 ---> 3be3fa78dce6 00:51:49 00:51:49 Step 10/23 : FROM alpine:3.12 00:51:49 3.12: Pulling from library/alpine 00:51:49 ---> Running in 17946390e11f 00:51:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:51:51 Removing intermediate container 45454be19eea 00:51:51 ---> f735aa88cb51 00:51:51 00:51:51 Step 10/22 : FROM alpine:3.12 00:51:51 Removing intermediate container 38d0b125aac4 00:51:51 ---> b1e3454359fc 00:51:51 00:51:51 Step 10/21 : FROM alpine:3.12 00:51:51 Status: Downloaded newer image for alpine:3.12 00:51:51 ---> 88dd2752d2ea 00:51:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:51 ---> 88dd2752d2ea 00:51:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:51:51 ---> 88dd2752d2ea 00:51:51 Step 11/21 : RUN apk add --update --no-cache curl 00:51:53 ---> Running in a114299af970 00:51:53 ---> Running in 38816593d416 00:51:53 ---> Running in 29fcee8c1d21 00:51:53 Removing intermediate container d8062b08c101 00:51:53 ---> 901ce349a5ed 00:51:53 00:51:53 Step 10/23 : FROM alpine:3.12 00:51:53 ---> 88dd2752d2ea 00:51:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:54 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:51:54 ---> Running in 0f3358f643fe 00:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:58 (1/4) Installing ca-certificates (20191127-r4) 00:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:58 (1/1) Installing dumb-init (1.2.2-r1) 00:51:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:51:58 Executing busybox-1.31.1-r19.trigger 00:51:58 OK: 6 MiB in 15 packages 00:51:58 (3/4) Installing libcurl (7.69.1-r3) 00:51:58 (4/4) Installing curl (7.69.1-r3) 00:51:58 Executing busybox-1.31.1-r19.trigger 00:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:58 Executing ca-certificates-20191127-r4.trigger 00:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:58 (1/2) Installing ca-certificates (20191127-r4) 00:51:58 OK: 7 MiB in 18 packages 00:51:58 (2/2) Installing dumb-init (1.2.2-r1) 00:51:58 Executing busybox-1.31.1-r19.trigger 00:51:59 Executing ca-certificates-20191127-r4.trigger 00:51:59 (1/1) Installing dumb-init (1.2.2-r1) 00:51:59 Executing busybox-1.31.1-r19.trigger 00:51:59 OK: 6 MiB in 15 packages 00:51:59 OK: 6 MiB in 16 packages 00:52:02 Removing intermediate container 17946390e11f 00:52:02 ---> 602f8abd544c 00:52:02 00:52:02 Step 11/26 : FROM docker:20.10.0 00:52:02 20.10.0: Pulling from library/docker 00:52:02 Removing intermediate container 38816593d416 00:52:02 ---> ced51f9dc69f 00:52:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:03 Removing intermediate container a114299af970 00:52:03 ---> 8fe4c78ad4de 00:52:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:03 Removing intermediate container 0f3358f643fe 00:52:03 ---> 8f1a6eae387e 00:52:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:03 ---> Running in a8dae2e3cb82 00:52:04 ---> Running in 906854e77f73 00:52:04 ---> Running in 4c1502228c98 00:52:04 Removing intermediate container 29fcee8c1d21 00:52:04 ---> 29e2e6b5eb9b 00:52:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:52:05 ---> Running in b76582a62bc2 00:52:05 Removing intermediate container a8dae2e3cb82 00:52:05 ---> 2fbe7e054e43 00:52:05 Step 13/23 : ENV APP_PORT=48082 00:52:05 Removing intermediate container 4c1502228c98 00:52:05 ---> 320c527574af 00:52:05 Step 13/21 : WORKDIR /edgex 00:52:06 Removing intermediate container 906854e77f73 00:52:06 ---> 8363c514959c 00:52:06 Step 13/23 : ENV APP_PORT=48081 00:52:06 ---> Running in ee7b7325fe02 00:52:06 ---> Running in 0f9177634e80 00:52:06 ---> Running in 446d854defec 00:52:07 Removing intermediate container b76582a62bc2 00:52:07 ---> 1cee29e2c05f 00:52:07 Step 13/22 : ENV APP_PORT=48060 00:52:07 ---> Running in bc7f87dc1c3e 00:52:07 Removing intermediate container ee7b7325fe02 00:52:07 ---> 9145b7359c11 00:52:07 Step 14/23 : EXPOSE $APP_PORT 00:52:07 Removing intermediate container 446d854defec 00:52:07 ---> 67725603499b 00:52:07 Step 14/23 : EXPOSE $APP_PORT 00:52:08 Removing intermediate container 0f9177634e80 00:52:08 ---> 526accb57f16 00:52:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:08 ---> Running in 291b02e08e36 00:52:09 ---> Running in ac797251ad59 00:52:09 Removing intermediate container bc7f87dc1c3e 00:52:09 ---> ed556f37a3a7 00:52:09 Step 14/22 : EXPOSE $APP_PORT 00:52:09 ---> Running in 7932bcf81f8a 00:52:09 Removing intermediate container 291b02e08e36 00:52:09 ---> e2d151322c63 00:52:09 Step 15/23 : WORKDIR / 00:52:09 Removing intermediate container ac797251ad59 00:52:09 ---> 6e42db07f51c 00:52:09 Step 15/23 : WORKDIR / 00:52:09 ---> ec4b60800843 00:52:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:09 ---> Running in 711671394da9 00:52:09 ---> Running in 4e07333b2edf 00:52:10 Removing intermediate container 7932bcf81f8a 00:52:10 ---> b807368478e6 00:52:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:11 Removing intermediate container 711671394da9 00:52:11 ---> b87cda615c07 00:52:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:12 Removing intermediate container 4e07333b2edf 00:52:12 ---> eb53513e02d3 00:52:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:12 ---> fbf5504a21ba 00:52:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:52:13 ---> 5cafbe63427d 00:52:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:52:14 ---> d48c1850ab4e 00:52:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:52:15 ---> 365cb8ded2a1 00:52:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:15 ---> 8ddeb7f6777a 00:52:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:52:15 ---> 4e846081a3b5 00:52:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:16 ---> Running in 5018fa43bb44 00:52:16 ---> 56365366a572 00:52:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:52:17 ---> 20cf193813f0 00:52:17 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:52:17 ---> Running in 19112a78dca4 00:52:18 Removing intermediate container 5018fa43bb44 00:52:18 ---> 42d660eb83ab 00:52:18 Step 18/21 : CMD ["--init=true"] 00:52:18 ---> a7a28c2b1e56 00:52:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:18 ---> Running in 1cfe96f3f347 00:52:18 ---> d1cedae9cb8c 00:52:18 Step 19/23 : ENTRYPOINT ["/core-command"] 00:52:19 ---> Running in 9d11077909ad 00:52:19 Removing intermediate container 19112a78dca4 00:52:19 ---> 7734735f1dad 00:52:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:19 ---> 85928e8658d8 00:52:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:52:19 ---> Running in e920f4ce97bf 00:52:20 Removing intermediate container 1cfe96f3f347 00:52:20 ---> 22c9905e24ba 00:52:20 Step 19/21 : LABEL arch=x86_64 00:52:20 ---> Running in bf1617959b14 00:52:20 Removing intermediate container 9d11077909ad 00:52:20 ---> eb51813d6c58 00:52:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:20 ---> Running in 63904f4815a4 00:52:21 Removing intermediate container e920f4ce97bf 00:52:21 ---> 336aefd4cce2 00:52:21 Step 20/22 : LABEL arch=x86_64 00:52:21 ---> Running in 0c8deade1f2c 00:52:21 Removing intermediate container bf1617959b14 00:52:21 ---> c43deeb3f727 00:52:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:21 ---> Running in e4d1e8b9fe94 00:52:22 Removing intermediate container 63904f4815a4 00:52:22 ---> b8406c0fc3fb 00:52:22 Step 20/21 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:52:22 ---> Running in 6a67e60e552d 00:52:22 Removing intermediate container 0c8deade1f2c 00:52:22 ---> 3dcd8e07d38c 00:52:22 Step 21/23 : LABEL arch=x86_64 00:52:22 ---> Running in 99f3bca42922 00:52:23 ---> Running in 0224950bc3a2 00:52:23 Removing intermediate container e4d1e8b9fe94 00:52:23 ---> 65b9f86be2e0 00:52:23 Step 21/22 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:52:24 Removing intermediate container 6a67e60e552d 00:52:24 ---> 9a1c2bae5a2e 00:52:24 Step 21/23 : LABEL arch=x86_64 00:52:24 ---> Running in 43641d50224e 00:52:24 ---> Running in 35ed47201547 00:52:24 Removing intermediate container 99f3bca42922 00:52:24 ---> c0f79a19d893 00:52:24 Step 21/21 : LABEL version=0.0.0 00:52:24 Removing intermediate container 0224950bc3a2 00:52:24 ---> 80f50afc6994 00:52:24 Step 22/23 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:52:25  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:52:25 ---> 9f37b27c5cc0 00:52:25 Step 3/21 : WORKDIR /edgex-go 00:52:25 ---> Using cache 00:52:25 ---> cd285d061407 00:52:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:25 ---> Using cache 00:52:25 ---> 81b05e673d8a 00:52:25 Step 5/21 : RUN apk add --update --no-cache make git 00:52:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:52:25 ---> 9f37b27c5cc0 00:52:25 Step 3/24 : WORKDIR /edgex-go 00:52:25 ---> Using cache 00:52:25 ---> cd285d061407 00:52:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:25 ---> Using cache 00:52:25 ---> 81b05e673d8a 00:52:25 Step 5/24 : RUN apk add --update --no-cache make git 00:52:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:52:25 ---> 9f37b27c5cc0 00:52:25 Step 3/23 : WORKDIR /edgex-go 00:52:25 ---> Using cache 00:52:25 ---> cd285d061407 00:52:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:25 ---> Using cache 00:52:25 ---> 81b05e673d8a 00:52:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:52:25 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:52:25 ---> 9f37b27c5cc0 00:52:25 Step 3/26 : WORKDIR /edgex-go 00:52:25 ---> Using cache 00:52:25 ---> cd285d061407 00:52:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:25 ---> Using cache 00:52:25 ---> 81b05e673d8a 00:52:25 Step 5/26 : RUN apk add --update --no-cache make bash git 00:52:25 ---> Running in a106a46e75da 00:52:25 ---> Running in 2e0117ab1f58 00:52:25 ---> Running in 008df5dce43a 00:52:25 ---> Running in f1bb5b4c8a02 00:52:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:25 OK: 217 MiB in 51 packages 00:52:25 OK: 217 MiB in 51 packages 00:52:25 OK: 217 MiB in 51 packages 00:52:25 OK: 217 MiB in 51 packages 00:52:25 ---> Running in 77ef96fb386b 00:52:25 ---> Running in bb0b5ee237f3 00:52:25 Removing intermediate container 43641d50224e 00:52:25 ---> fde65d83f874 00:52:25 Step 22/22 : LABEL version=0.0.0 00:52:25 Removing intermediate container 35ed47201547 00:52:25 ---> 00bcc202c5fc 00:52:25 Step 22/23 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:52:26 Removing intermediate container 2e0117ab1f58 00:52:26 ---> d2cd7c9914f1 00:52:26 Step 6/21 : COPY go.mod . 00:52:26 ---> Running in 230fa08b9a11 00:52:26 ---> Running in 8534c1a9e92f 00:52:26 Removing intermediate container f1bb5b4c8a02 00:52:26 ---> 2ea19c34babe 00:52:26 Step 6/24 : COPY go.mod . 00:52:26 Removing intermediate container a106a46e75da 00:52:26 ---> 274b46b958af 00:52:26 Step 6/23 : COPY go.mod . 00:52:26 Removing intermediate container 008df5dce43a 00:52:26 ---> 448d957d0a47 00:52:26 Step 6/26 : COPY go.mod . 00:52:27 Removing intermediate container 77ef96fb386b 00:52:27 ---> 8a7887e2ec78 00:52:27 00:52:27 Removing intermediate container bb0b5ee237f3 00:52:27 ---> ac33b445cdf8 00:52:27 Step 23/23 : LABEL version=0.0.0 00:52:27 ---> 4f2ab8da4533 00:52:27 Step 7/21 : RUN go mod download 00:52:27 ---> 42984df37e64 00:52:27 Step 7/24 : RUN go mod download 00:52:27 ---> Running in 0ac8673fce51 00:52:27 Removing intermediate container 230fa08b9a11 00:52:27 ---> d432d56da493 00:52:27 00:52:27 ---> Running in 9b9bdba01436 00:52:27 Removing intermediate container 8534c1a9e92f 00:52:27 ---> 731c06831a4b 00:52:27 Step 23/23 : LABEL version=0.0.0 00:52:27 ---> 77d9254570cb 00:52:27 Step 7/23 : RUN go mod download 00:52:27 ---> Running in fa0d08fbca00 00:52:28 ---> 021a334b96a0 00:52:28 Step 7/26 : RUN go mod download 00:52:28 ---> Running in 46c570cd7443 00:52:28 ---> Running in 1b49c83453da 00:52:28 ---> Running in d933232ea114 00:52:28 Successfully built 8a7887e2ec78 00:52:28 Successfully tagged docker-security-proxy-setup-go:latest 00:52:28 Building docker-core-data-go 00:52:29  Building docker-security-proxy-setup-go ... done Successfully built d432d56da493 00:52:29 Successfully tagged docker-support-notifications-go:latest 00:52:29  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 00:52:30 Removing intermediate container 9b9bdba01436 00:52:30 ---> 804c43c36642 00:52:30 00:52:30 Removing intermediate container d933232ea114 00:52:30 ---> 916c350adb71 00:52:30 00:52:30 Successfully built 804c43c36642 00:52:30 Successfully tagged docker-core-command-go:latest 00:52:30  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 00:52:30 Successfully built 916c350adb71 00:52:30 Successfully tagged docker-core-metadata-go:latest 00:52:30  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 00:52:31 Removing intermediate container 0ac8673fce51 00:52:31 ---> 272cea7d3860 00:52:31 Step 8/21 : COPY . . 00:52:32 Removing intermediate container 46c570cd7443 00:52:32 ---> ca231a33cf21 00:52:32 Step 8/23 : COPY . . 00:52:32 Removing intermediate container fa0d08fbca00 00:52:32 ---> f36f0400b6c2 00:52:32 Step 8/24 : COPY . . 00:52:32 Removing intermediate container 1b49c83453da 00:52:32 ---> 26a2ec53b248 00:52:32 Step 8/26 : COPY . . 00:52:32 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:32 Status: Downloaded newer image for docker:20.10.0 00:52:32 ---> aefe523efa57 00:52:32 Step 12/26 : RUN apk add --no-cache bash 00:52:35 ---> Running in 43e3accad160 00:52:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:52:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:52:41 (1/2) Installing readline (8.0.4-r0) 00:52:41 (2/2) Installing bash (5.0.17-r0) 00:52:41 Executing bash-5.0.17-r0.post-install 00:52:41 Executing busybox-1.31.1-r19.trigger 00:52:41 OK: 12 MiB in 22 packages 00:52:50 Removing intermediate container 43e3accad160 00:52:50 ---> fb1f2ef0f57d 00:52:50 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:50 ---> Running in 23a7e27c3cbe 00:52:51 Removing intermediate container 23a7e27c3cbe 00:52:51 ---> 0b021bb71dde 00:52:51 Step 14/26 : ENV APP_PORT=48090 00:52:51 ---> Running in 4e3a472c7071 00:52:52 Removing intermediate container 4e3a472c7071 00:52:52 ---> f13c3e4ec175 00:52:52 Step 15/26 : EXPOSE $APP_PORT 00:52:52 ---> Running in 8b58485d4364 00:52:55 Removing intermediate container 8b58485d4364 00:52:55 ---> 5641ff1e7b90 00:52:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:58 ---> 839bc8006092 00:52:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:58 ---> 42dfdf4fb9ce 00:52:58 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:59 ---> c0dceadfafde 00:52:59 Step 19/26 : RUN apk --no-cache add py3-pip 00:52:59 ---> d9c5a4abd7c1 00:52:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:52:59 ---> c9ed173d3e3e 00:52:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:52:59 ---> cc91631661d1 00:52:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:52:59 ---> f5d4a1e00126 00:52:59 Step 9/23 : RUN make cmd/core-data/core-data 00:52:59 ---> Running in ad73a530856b 00:52:59 ---> Running in 6b8bfcfd87ea 00:52:59 ---> Running in 38c92cf0aadd 00:52:59 ---> Running in b6823ade4c5f 00:52: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:52: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:52: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:52: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:52:59 ---> Running in 3b5d347cdf9d 00:53:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:53:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:53:02 (1/33) Installing libbz2 (1.0.8-r1) 00:53:02 (2/33) Installing expat (2.2.9-r1) 00:53:02 (3/33) Installing libffi (3.3-r2) 00:53:02 (4/33) Installing gdbm (1.13-r1) 00:53:03 (5/33) Installing xz-libs (5.2.5-r0) 00:53:03 (6/33) Installing sqlite-libs (3.32.1-r0) 00:53:03 (7/33) Installing python3 (3.8.5-r1) 00:53:06 (8/33) Installing py3-appdirs (1.4.4-r1) 00:53:06 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:53:06 (10/33) Installing py3-parsing (2.4.7-r0) 00:53:06 (11/33) Installing py3-six (1.15.0-r0) 00:53:06 (12/33) Installing py3-packaging (20.4-r0) 00:53:06 (13/33) Installing py3-setuptools (47.0.0-r0) 00:53:06 (14/33) Installing py3-chardet (3.0.4-r4) 00:53:08 (15/33) Installing py3-idna (2.9-r0) 00:53:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:53:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:53:10 (18/33) Installing py3-requests (2.23.0-r0) 00:53:10 (19/33) Installing py3-msgpack (1.0.0-r0) 00:53:10 (20/33) Installing py3-lockfile (0.12.2-r3) 00:53:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:53:12 (22/33) Installing py3-colorama (0.4.3-r0) 00:53:12 (23/33) Installing py3-distlib (0.3.0-r0) 00:53:12 (24/33) Installing py3-distro (1.5.0-r1) 00:53:12 (25/33) Installing py3-webencodings (0.5.1-r3) 00:53:13 (26/33) Installing py3-html5lib (1.0.1-r4) 00:53:13 (27/33) Installing py3-pytoml (0.1.21-r0) 00:53:13 (28/33) Installing py3-pep517 (0.8.2-r0) 00:53:13 (29/33) Installing py3-progress (1.5-r0) 00:53:13 (30/33) Installing py3-toml (0.10.1-r0) 00:53:13 (31/33) Installing py3-retrying (1.3.3-r0) 00:53:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:53:13 (33/33) Installing py3-pip (20.1.1-r0) 00:53:14 Executing busybox-1.31.1-r19.trigger 00:53:15 OK: 71 MiB in 55 packages 00:54:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:54:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:54:04 ---> aa8039655ee7 00:54:04 Step 3/22 : WORKDIR /edgex-go 00:54:04 ---> Using cache 00:54:04 ---> fa1ab6cba947 00:54:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:54:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:54:04 ---> aa8039655ee7 00:54:04 Step 3/23 : WORKDIR /edgex-go 00:54:04 ---> Using cache 00:54:04 ---> fa1ab6cba947 00:54:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:04 ---> Using cache 00:54:04 ---> 53ab740b5d93 00:54:04 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:54:04 ---> Using cache 00:54:04 ---> 53ab740b5d93 00:54:04 Step 5/22 : RUN apk add --update --no-cache make git 00:54:04 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:54:04 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:54:04 ---> aa8039655ee7 00:54:04 Step 3/31 : WORKDIR /edgex-go 00:54:04 ---> Using cache 00:54:04 ---> fa1ab6cba947 00:54:04 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:04 ---> Using cache 00:54:04 ---> 53ab740b5d93 00:54:04 Step 5/31 : RUN apk add --update --no-cache make git 00:54:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:54:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:54:04 ---> aa8039655ee7 00:54:04 Step 3/24 : WORKDIR /edgex-go 00:54:04 ---> Using cache 00:54:04 ---> fa1ab6cba947 00:54:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:04 ---> Using cache 00:54:04 ---> 53ab740b5d93 00:54:04 Step 5/24 : RUN apk add --update --no-cache make git 00:54:04 ---> Running in 4b59048e52a2 00:54:04 ---> Running in feda0b55aa9b 00:54:05 ---> Running in 9b49e2feaa08 00:54:05 ---> Running in 85044c3256a5 00:54:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:11 OK: 233 MiB in 51 packages 00:54:11 OK: 233 MiB in 51 packages 00:54:11 OK: 233 MiB in 51 packages 00:54:12 OK: 233 MiB in 51 packages 00:54:16 Removing intermediate container 85044c3256a5 00:54:16 ---> 1221e6fe84f2 00:54:16 Step 6/22 : COPY go.mod . 00:54:16 Removing intermediate container feda0b55aa9b 00:54:16 ---> d554ecfcea29 00:54:16 Step 6/31 : COPY go.mod . 00:54:17 Removing intermediate container 4b59048e52a2 00:54:17 ---> 23e732a21503 00:54:17 Step 6/24 : COPY go.mod . 00:54:17 Removing intermediate container 9b49e2feaa08 00:54:17 ---> 3c8714694e89 00:54:17 Step 6/23 : COPY go.mod . 00:54:18 ---> c9b7dae82d24 00:54:18 Step 7/22 : RUN go mod download 00:54:18 ---> 05f1e6a48176 00:54:18 Step 7/31 : RUN go mod download 00:54:18 ---> Running in 5594a83cd60f 00:54:18 ---> Running in 85469d70948f 00:54:18 ---> a8e6409e1cff 00:54:18 Step 7/23 : RUN go mod download 00:54:18 ---> 649199dc103e 00:54:18 Step 7/24 : RUN go mod download 00:54:18 ---> Running in 78694f7b7431 00:54:18 ---> Running in a5f12c2475c7 00:54:21 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:54:21 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:25 Removing intermediate container b6823ade4c5f 00:54:25 ---> a9b47ad6931f 00:54:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:54:25 ---> Running in 043e9043ba4b 00:54:25 Removing intermediate container 6b8bfcfd87ea 00:54:25 ---> a19378ec790e 00:54:25 00:54:25 Step 10/24 : FROM alpine:3.12 00:54:25 ---> d10569e2745f 00:54:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:54:25 Removing intermediate container ad73a530856b 00:54:25 ---> 7d15e661a432 00:54:25 00:54:25 Step 10/21 : FROM alpine:3.12 00:54:25 ---> d10569e2745f 00:54:25 Step 11/21 : RUN apk add --update --no-cache curl 00:54:25 ---> Running in 3ff0ae81729b 00:54:25 ---> Running in 782b60832957 00:54:27 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:54:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:28 Removing intermediate container a5f12c2475c7 00:54:28 ---> a1c168bb1270 00:54:28 Step 8/24 : COPY . . 00:54:28 Removing intermediate container 78694f7b7431 00:54:28 ---> 96ca718fcf1f 00:54:28 Step 8/23 : COPY . . 00:54:28 Removing intermediate container 5594a83cd60f 00:54:28 ---> d6a82574622b 00:54:28 Step 8/22 : COPY . . 00:54:28 Removing intermediate container 85469d70948f 00:54:28 ---> fa2c59a88172 00:54:28 Step 8/31 : COPY . . 00:54:28 (1/5) Installing ca-certificates (20191127-r4) 00:54:28 (1/4) Installing ca-certificates (20191127-r4) 00:54:28 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:54:28 (3/5) Installing libcurl (7.69.1-r3) 00:54:28 (4/5) Installing curl (7.69.1-r3) 00:54:28 (5/5) Installing dumb-init (1.2.2-r1) 00:54:28 Executing busybox-1.31.1-r19.trigger 00:54:28 Executing ca-certificates-20191127-r4.trigger 00:54:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:54:28 (3/4) Installing libcurl (7.69.1-r3) 00:54:28 (4/4) Installing curl (7.69.1-r3) 00:54:28 Executing busybox-1.31.1-r19.trigger 00:54:28 Executing ca-certificates-20191127-r4.trigger 00:54:28 OK: 7 MiB in 19 packages 00:54:28 OK: 7 MiB in 18 packages 00:54:31 Removing intermediate container 3ff0ae81729b 00:54:31 ---> 7dbead68b06b 00:54:31 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:54:31 Removing intermediate container 782b60832957 00:54:31 ---> 75c1fb3ff334 00:54:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:54:31 ---> Running in df91be3935e3 00:54:31 Removing intermediate container 043e9043ba4b 00:54:31 ---> e2a57ba1e65e 00:54:31 00:54:31 Step 11/26 : FROM docker:20.10.0 00:54:31 20.10.0: Pulling from library/docker 00:54:31 ---> Running in 217bc93962fb 00:54:32 Removing intermediate container df91be3935e3 00:54:32 ---> 6994cdb24024 00:54:32 Step 13/24 : WORKDIR / 00:54:32 Removing intermediate container 217bc93962fb 00:54:32 ---> b9461e3cad3e 00:54:32 Step 13/21 : WORKDIR /edgex 00:54:32 ---> Running in 6c5be50f0c12 00:54:33 ---> Running in af0d4fde2818 00:54:33 Removing intermediate container 6c5be50f0c12 00:54:33 ---> 1ab7e047bafe 00:54:33 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:54:34 Removing intermediate container af0d4fde2818 00:54:34 ---> 6785f64ca468 00:54:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:54:35 ---> e604a0a79242 00:54:35 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:54:35 ---> efcc49b344e8 00:54:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:54:36 ---> ae93ab4a2b10 00:54:36 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:54:37 Removing intermediate container 3b5d347cdf9d 00:54:37 ---> b906c67b05f7 00:54:37 Step 20/26 : RUN pip install docker-compose==1.23.2 00:54:37 ---> cd1d3ac1658d 00:54:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:54:37 ---> 6f32ba7efe86 00:54:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:54:40 ---> 54369342ed4a 00:54:40 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:54:40 ---> Running in e760748cad7e 00:54:41 ---> f23a2a32d6a0 00:54:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:54:41 ---> Running in 289f1bb61263 00:54:42 Removing intermediate container 38c92cf0aadd 00:54:42 ---> 29fc3c6c8f5e 00:54:42 00:54:42 Step 10/23 : FROM alpine:3.12 00:54:42 ---> d10569e2745f 00:54:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:54:42 Removing intermediate container 289f1bb61263 00:54:42 ---> a68fd6b44aac 00:54:42 Step 18/21 : CMD ["--init=true"] 00:54:42 ---> Running in a8469ab8daf3 00:54:42 ---> Running in e14fa3b65019 00:54:43 ---> 8e0eb8bc2e04 00:54:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:54:43 Removing intermediate container a8469ab8daf3 00:54:43 ---> 64575c113d44 00:54:43 Step 12/23 : ENV APP_PORT=48080 00:54:43 ---> Running in 4fb767e4dc8c 00:54:43 Removing intermediate container e14fa3b65019 00:54:43 ---> e26ac0092eaa 00:54:43 Step 19/21 : LABEL arch=arm64 00:54:44 ---> Running in 96de35fec701 00:54:44 ---> 14477d121381 00:54:44 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:54:44 ---> Running in e865902c15d3 00:54:44 Removing intermediate container 4fb767e4dc8c 00:54:44 ---> bad8820e8c2f 00:54:44 Step 13/23 : EXPOSE $APP_PORT 00:54:44 Removing intermediate container 96de35fec701 00:54:44 ---> 69e6384803d3 00:54:44 Step 20/21 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:54:44 ---> Running in 80de266da4d5 00:54:44 ---> Running in f2c1ba67dfe4 00:54:45 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:54:45 Status: Downloaded newer image for docker:20.10.0 00:54:45 ---> eeaf43b92773 00:54:45 Step 12/26 : RUN apk add --no-cache bash 00:54:45 Removing intermediate container 80de266da4d5 00:54:45 ---> 8e2602f74430 00:54:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:54:45 ---> Running in 36d5fdf06970 00:54:45 ---> Running in 8e001f6fc585 00:54:45 Removing intermediate container f2c1ba67dfe4 00:54:45 ---> c1244a25d40f 00:54:45 Step 21/21 : LABEL version=0.0.0 00:54:46 ---> Running in 7fc6cb731283 00:54:46 Removing intermediate container 7fc6cb731283 00:54:46 ---> 369122c7768a 00:54:46 00:54:46 Successfully built 369122c7768a 00:54:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:54:47  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:47 Removing intermediate container e865902c15d3 00:54:47 ---> b536eec57aec 00:54:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:54:47 ---> Running in 3369484b004c 00:54:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:47 Removing intermediate container 3369484b004c 00:54:47 ---> 2360315f55d2 00:54:47 Step 22/24 : LABEL arch=arm64 00:54:47 (1/2) Installing readline (8.0.4-r0) 00:54:47 (2/2) Installing bash (5.0.17-r0) 00:54:47 Executing bash-5.0.17-r0.post-install 00:54:47 Executing busybox-1.31.1-r19.trigger 00:54:47 OK: 12 MiB in 22 packages 00:54:47 ---> Running in 6247b80beded 00:54:48 Removing intermediate container 8e001f6fc585 00:54:48 ---> 540da4f82339 00:54:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:54:48 Removing intermediate container 6247b80beded 00:54:48 ---> 7cfaedec4289 00:54:48 Step 23/24 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:54:48 ---> Running in 47d9edc502c9 00:54:48 ---> Running in 232a3dcc2c76 00:54:49 Removing intermediate container 232a3dcc2c76 00:54:49 ---> 7124be262d2a 00:54:49 Step 24/24 : LABEL version=0.0.0 00:54:49 ---> Running in 2b5302880061 00:54:49 Removing intermediate container 36d5fdf06970 00:54:49 ---> f64ac5206615 00:54:49 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:54:49 ---> Running in c7c5cddb764a 00:54:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:50 Removing intermediate container 2b5302880061 00:54:50 ---> 96b6d7488b68 00:54:50 00:54:50 Removing intermediate container c7c5cddb764a 00:54:50 ---> 2616c5866ec1 00:54:50 Step 14/26 : ENV APP_PORT=48090 00:54:50 Successfully built 96b6d7488b68 00:54:50 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:54:50  Building docker-security-secretstore-setup-go ... done  ---> Running in 06c8c9d5f389 00:54:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:51 Removing intermediate container 06c8c9d5f389 00:54:51 ---> b4e8dd411b4b 00:54:51 Step 15/26 : EXPOSE $APP_PORT 00:54:51 ---> Running in 7f19eb9bec1d 00:54:51 (1/6) Installing dumb-init (1.2.2-r1) 00:54:51 (2/6) Installing libgcc (9.3.0-r2) 00:54:51 (3/6) Installing libsodium (1.0.18-r0) 00:54:51 Removing intermediate container 7f19eb9bec1d 00:54:51 ---> 4eb19db8ce97 00:54:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:54:51 (4/6) Installing libstdc++ (9.3.0-r2) 00:54:52 (5/6) Installing libzmq (4.3.3-r0) 00:54:52 (6/6) Installing zeromq (4.3.3-r0) 00:54:52 Executing busybox-1.31.1-r19.trigger 00:54:52 OK: 8 MiB in 20 packages 00:54:53 ---> e1f89b8574b9 00:54:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:54:54 ---> 32545438d270 00:54:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:54:54 Removing intermediate container 47d9edc502c9 00:54:54 ---> 823450e66dd6 00:54:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:55 ---> 409ac71836b6 00:54:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:54:55 ---> 8c78f6440278 00:54:55 Step 19/26 : RUN apk --no-cache add py3-pip 00:54:55 ---> Running in 75ad74a8acbc 00:54:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:56 ---> d40c771c0e0d 00:54:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:54:56 (1/33) Installing libbz2 (1.0.8-r1) 00:54:56 (2/33) Installing expat (2.2.9-r1) 00:54:56 (3/33) Installing libffi (3.3-r2) 00:54:56 (4/33) Installing gdbm (1.13-r1) 00:54:56 (5/33) Installing xz-libs (5.2.5-r0) 00:54:56 (6/33) Installing sqlite-libs (3.32.1-r0) 00:54:56 (7/33) Installing python3 (3.8.5-r1) 00:54:57 ---> d56837b6d51a 00:54:57 Step 19/23 : ENTRYPOINT ["/core-data"] 00:54:58 ---> Running in 85b61992fcc6 00:54:58 (8/33) Installing py3-appdirs (1.4.4-r1) 00:54:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:54:58 (10/33) Installing py3-parsing (2.4.7-r0) 00:54:58 (11/33) Installing py3-six (1.15.0-r0) 00:54:58 (12/33) Installing py3-packaging (20.4-r0) 00:54:58 (13/33) Installing py3-setuptools (47.0.0-r0) 00:54:58 (14/33) Installing py3-chardet (3.0.4-r4) 00:54:58 (15/33) Installing py3-idna (2.9-r0) 00:54:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:54:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:54:59 Removing intermediate container 85b61992fcc6 00:54:59 ---> 377894c4c189 00:54:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:59 (18/33) Installing py3-requests (2.23.0-r0) 00:54:59 (19/33) Installing py3-msgpack (1.0.0-r0) 00:54:59 (20/33) Installing py3-lockfile (0.12.2-r3) 00:54:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:54:59 (22/33) Installing py3-colorama (0.4.3-r0) 00:54:59 (23/33) Installing py3-distlib (0.3.0-r0) 00:54:59 (24/33) Installing py3-distro (1.5.0-r1) 00:54:59 (25/33) Installing py3-webencodings (0.5.1-r3) 00:54:59 (26/33) Installing py3-html5lib (1.0.1-r4) 00:54:59 (27/33) Installing py3-pytoml (0.1.21-r0) 00:54:59 (28/33) Installing py3-pep517 (0.8.2-r0) 00:54:59 (29/33) Installing py3-progress (1.5-r0) 00:54:59 (30/33) Installing py3-toml (0.10.1-r0) 00:54:59 (31/33) Installing py3-retrying (1.3.3-r0) 00:54:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:54:59 (33/33) Installing py3-pip (20.1.1-r0) 00:54:59 ---> Running in 5acda8ea2355 00:54:59 Executing busybox-1.31.1-r19.trigger 00:54:59 OK: 71 MiB in 55 packages 00:54:59 Removing intermediate container 5acda8ea2355 00:54:59 ---> 67fcde41d92d 00:54:59 Step 21/23 : LABEL arch=arm64 00:54:59 ---> Running in c06ac3a353a1 00:55:00 Removing intermediate container c06ac3a353a1 00:55:00 ---> 1e1d9df5d057 00:55:00 Step 22/23 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:55:00 ---> Running in a2642d7908de 00:55:01 Removing intermediate container a2642d7908de 00:55:01 ---> e00445221e02 00:55:01 Step 23/23 : LABEL version=0.0.0 00:55:01 ---> Running in 68bfe21d6627 00:55:02 Removing intermediate container 68bfe21d6627 00:55:02 ---> ba83e7f13a4d 00:55:02 00:55:02 Successfully built ba83e7f13a4d 00:55:02 Successfully tagged docker-core-data-go-arm64:latest 00:55:05  Building docker-core-data-go ... done Removing intermediate container 75ad74a8acbc 00:55:05 ---> 78c6338d0a2e 00:55:05 Step 20/26 : RUN pip install docker-compose==1.23.2 00:55:05 ---> Running in e3e006e34c1e 00:55:11 Collecting docker-compose==1.23.2 00:55:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:55:11 Collecting texttable<0.10,>=0.9.0 00:55:11 Downloading texttable-0.9.1.tar.gz (11 kB) 00:55:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:55:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:55:14 Collecting cached-property<2,>=1.2.0 00:55:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:55:15 Collecting docopt<0.7,>=0.6.1 00:55:15 Downloading docopt-0.6.2.tar.gz (25 kB) 00:55:17 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:55:17 Collecting jsonschema<3,>=2.5.1 00:55:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:55:18 Collecting docker<4.0,>=3.6.0 00:55:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:55:18 Collecting dockerpty<0.5,>=0.4.1 00:55:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:55:22 Collecting PyYAML<4,>=3.10 00:55:22 Downloading PyYAML-3.13.tar.gz (270 kB) 00:55:25 Collecting websocket-client<1.0,>=0.32.0 00:55:25 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:55:25 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:55:25 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:55:25 Collecting idna<2.8,>=2.5 00:55:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:55:26 Collecting urllib3<1.25,>=1.21.1 00:55:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:55:27 Collecting docker-pycreds>=0.4.0 00:55:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:55:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:55:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:55:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:55:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:55:28 Installing collected packages: texttable, idna, urllib3, requests, cached-property, docopt, jsonschema, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, docker-compose 00:55:28 Running setup.py install for texttable: started 00:55:30 Running setup.py install for texttable: finished with status 'done' 00:55:30 Attempting uninstall: idna 00:55:30 Found existing installation: idna 2.9 00:55:30 Uninstalling idna-2.9: 00:55:30 Successfully uninstalled idna-2.9 00:55:31 Attempting uninstall: urllib3 00:55:31 Found existing installation: urllib3 1.25.9 00:55:31 Uninstalling urllib3-1.25.9: 00:55:31 Successfully uninstalled urllib3-1.25.9 00:55:32 Attempting uninstall: requests 00:55:32 Found existing installation: requests 2.23.0 00:55:32 Uninstalling requests-2.23.0: 00:55:32 Successfully uninstalled requests-2.23.0 00:55:33 Running setup.py install for docopt: started 00:55:35 Running setup.py install for docopt: finished with status 'done' 00:55:36 Running setup.py install for dockerpty: started 00:55:38 Running setup.py install for dockerpty: finished with status 'done' 00:55:38 Running setup.py install for PyYAML: started 00:55:39 Collecting docker-compose==1.23.2 00:55:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:55:39 Collecting cached-property<2,>=1.2.0 00:55:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:55:39 Collecting jsonschema<3,>=2.5.1 00:55:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:55:39 Collecting texttable<0.10,>=0.9.0 00:55:39 Downloading texttable-0.9.1.tar.gz (11 kB) 00:55:41 Running setup.py install for PyYAML: finished with status 'done' 00:55:42 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:55:45 Removing intermediate container e3e006e34c1e 00:55:45 ---> 5aaea04876b4 00:55:45 Step 21/26 : RUN apk --no-cache add curl 00:55:45 ---> Running in f4cc6a99a5d2 00:55:47 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:55:47 Collecting websocket-client<1.0,>=0.32.0 00:55:47 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:55:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:55:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:55:47 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:55:47 (2/3) Installing libcurl (7.69.1-r3) 00:55:47 (3/3) Installing curl (7.69.1-r3) 00:55:47 Executing busybox-1.31.1-r19.trigger 00:55:47 OK: 71 MiB in 58 packages 00:55:48 Collecting PyYAML<4,>=3.10 00:55:48 Downloading PyYAML-3.13.tar.gz (270 kB) 00:55:49 Removing intermediate container f4cc6a99a5d2 00:55:49 ---> a8090332fd80 00:55:49 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:55:49 ---> Running in 916325c25fb2 00:55:49 Removing intermediate container 916325c25fb2 00:55:49 ---> 3bffd3cc34fe 00:55:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:49 ---> Running in 94d8746179dd 00:55:50 Removing intermediate container 94d8746179dd 00:55:50 ---> 3debe797a295 00:55:50 Step 24/26 : LABEL arch=arm64 00:55:50 ---> Running in 73d110bf8402 00:55:50 Removing intermediate container 73d110bf8402 00:55:50 ---> 3f9bb7066368 00:55:50 Step 25/26 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:55:51 ---> Running in bd74d1683dab 00:55:51 Removing intermediate container bd74d1683dab 00:55:51 ---> d31ff0c62273 00:55:51 Step 26/26 : LABEL version=0.0.0 00:55:51 ---> Running in d34f955e0931 00:55:52 Removing intermediate container d34f955e0931 00:55:52 ---> f039e115f5e5 00:55:52 00:55:52 Successfully built f039e115f5e5 00:55:52 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:55:53  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:55:53 $ docker stop --time=1 9723e97088f1ce7b9427c2b0d351e7223a3aaf8d578f01dc526be522b7ad001a 00:55:55 $ docker rm -f 9723e97088f1ce7b9427c2b0d351e7223a3aaf8d578f01dc526be522b7ad001a [Pipeline] // withDockerContainer [Pipeline] sh 00:55:55 + + grepdocker docker images 00:55:55 00:55:56 docker-sys-mgmt-agent-go-arm64 latest f039e115f5e5 3 seconds ago 300MB 00:55:56 docker-core-data-go-arm64 latest ba83e7f13a4d 53 seconds ago 21.3MB 00:55:56 docker-security-secretstore-setup-go-arm64 latest 96b6d7488b68 About a minute ago 23.7MB 00:55:56 docker-security-proxy-setup-go-arm64 latest 369122c7768a About a minute ago 23.4MB 00:55:56 docker-security-bootstrapper-go-arm64 latest aade466f6922 4 minutes ago 17.8MB 00:55:56 docker-core-metadata-go-arm64 latest 3177adb5307b 4 minutes ago 17.9MB 00:55:56 docker-support-notifications-go-arm64 latest a6a10b6a79d2 4 minutes ago 16.9MB 00:55:56 docker-core-command-go-arm64 latest 0c194be6e4ef 4 minutes ago 16.2MB 00:55:56 docker-support-scheduler-go-arm64 latest 179c4c6cfb27 4 minutes ago 16.3MB 00:55:56 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:55:57 ---> job-cost.sh 00:55:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LedU 00:56:01 Collecting docopt<0.7,>=0.6.1 00:56:01 Downloading docopt-0.6.2.tar.gz (25 kB) 00:56:12 Collecting docker<4.0,>=3.6.0 00:56:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:56:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:56:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:56:14 Collecting dockerpty<0.5,>=0.4.1 00:56:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:56:15 Collecting docker-pycreds>=0.4.0 00:56:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:56:15 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:56:15 Collecting urllib3<1.25,>=1.21.1 00:56:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:56:17 Collecting idna<2.8,>=2.5 00:56:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:56:17 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:56:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:56:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:56:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:56:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:56:17 Installing collected packages: cached-property, jsonschema, texttable, websocket-client, PyYAML, docopt, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docker-compose 00:56:18 Running setup.py install for texttable: started 00:56:18 ---> 3b6c8b41f78b 00:56:18 Step 9/23 : RUN make cmd/core-data/core-data 00:56:19 ---> 3f898566a44a 00:56:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:56:19 ---> Running in ee0a9452c905 00:56:19 ---> Running in 566b42611b56 00:56:20 ---> dd18d025f9a9 00:56:20 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:56:20 Running setup.py install for texttable: finished with status 'done' 00:56:20 ---> Running in 67f5b0ef40c4 00:56:20 ---> 285bcdbc9795 00:56:20 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:56:20 Running setup.py install for PyYAML: started 00:56:21 ---> Running in 3da0d42d531e 00:56:22 Running setup.py install for PyYAML: finished with status 'done' 00:56:22 Running setup.py install for docopt: started 00:56:23 Running setup.py install for docopt: finished with status 'done' 00:56:23 Attempting uninstall: urllib3 00:56:23 Found existing installation: urllib3 1.25.9 00:56:23 Uninstalling urllib3-1.25.9: 00:56:24 Successfully uninstalled urllib3-1.25.9 00:56:24 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:56:24 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:56:24 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:56:24 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:56:25 Attempting uninstall: idna 00:56:25 Found existing installation: idna 2.9 00:56:25 Uninstalling idna-2.9: 00:56:25 Successfully uninstalled idna-2.9 00:56:26 Attempting uninstall: requests 00:56:26 Found existing installation: requests 2.23.0 00:56:26 Uninstalling requests-2.23.0: 00:56:26 Successfully uninstalled requests-2.23.0 00:56:27 Running setup.py install for dockerpty: started 00:56:28 Running setup.py install for dockerpty: finished with status 'done' 00:56:30 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:56:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:56:42 Removing intermediate container e760748cad7e 00:56:42 ---> 93b773acb845 00:56:42 Step 21/26 : RUN apk --no-cache add curl 00:56:42 ---> Running in 49d0815433d6 00:56:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:56:45 (2/3) Installing libcurl (7.69.1-r3) 00:56:45 (3/3) Installing curl (7.69.1-r3) 00:56:45 Executing busybox-1.31.1-r19.trigger 00:56:45 OK: 72 MiB in 58 packages 00:56:49 Removing intermediate container 49d0815433d6 00:56:49 ---> 622d047f709d 00:56:49 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:56:49 ---> Running in 150b3d7654f5 00:56:50 Removing intermediate container 150b3d7654f5 00:56:50 ---> 61507b8b7297 00:56:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:50 ---> Running in 7739a67011f4 00:56:51 Removing intermediate container 7739a67011f4 00:56:51 ---> 172a6a81539a 00:56:51 Step 24/26 : LABEL arch=x86_64 00:56:52 ---> Running in 9a98a1d8fd9f 00:56:53 Removing intermediate container 9a98a1d8fd9f 00:56:53 ---> 57ebc17362a3 00:56:53 Step 25/26 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:56:54 ---> Running in 68254da340e3 00:56:55 Removing intermediate container 68254da340e3 00:56:55 ---> cb2a3b98a5a1 00:56:55 Step 26/26 : LABEL version=0.0.0 00:56:55 ---> Running in acfa91771162 00:56:56 Removing intermediate container acfa91771162 00:56:56 ---> 981fc722a0ea 00:56:56 00:56:57 Successfully built 981fc722a0ea 00:56:58 Successfully tagged docker-sys-mgmt-agent-go:latest 00:57:17  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:57:29 Removing intermediate container 67f5b0ef40c4 00:57:29 ---> e55687ef2978 00:57:29 00:57:29 Step 10/31 : FROM alpine:3.12 00:57:29 ---> 88dd2752d2ea 00:57:29 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:57:30 ---> Running in 24047d9cc053 00:57:32 Removing intermediate container 24047d9cc053 00:57:32 ---> 529acf8f7661 00:57:32 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:57:32 Removing intermediate container ee0a9452c905 00:57:32 ---> d104175dcc08 00:57:32 00:57:32 Step 10/22 : FROM alpine:3.12 00:57:32 ---> 88dd2752d2ea 00:57:32 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:57:32 ---> Using cache 00:57:32 ---> 8f1a6eae387e 00:57:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:57:32 ---> Using cache 00:57:32 ---> 8363c514959c 00:57:32 Step 13/22 : ENV APP_PORT=48085 00:57:32 ---> Running in 5ad026191ee2 00:57:32 Removing intermediate container 3da0d42d531e 00:57:32 ---> fcdeaec51118 00:57:32 00:57:32 Step 10/24 : FROM alpine:3.12 00:57:32 ---> 88dd2752d2ea 00:57:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:57:34 ---> Running in 97fe91ef2853 00:57:34 ---> Running in 3ada9c0dbe50 00:57:37 Removing intermediate container 3ada9c0dbe50 00:57:37 ---> 61200b00ba99 00:57:37 Step 14/22 : EXPOSE $APP_PORT 00:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:57:37 (1/2) Installing dumb-init (1.2.2-r1) 00:57:37 (2/2) Installing su-exec (0.2-r1) 00:57:37 Executing busybox-1.31.1-r19.trigger 00:57:37 ---> Running in 0c95b11ce1f4 00:57:37 (1/5) Installing ca-certificates (20191127-r4) 00:57:37 OK: 6 MiB in 16 packages 00:57:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:57:37 (3/5) Installing libcurl (7.69.1-r3) 00:57:37 (4/5) Installing curl (7.69.1-r3) 00:57:37 (5/5) Installing dumb-init (1.2.2-r1) 00:57:37 Executing busybox-1.31.1-r19.trigger 00:57:37 Executing ca-certificates-20191127-r4.trigger 00:57:37 OK: 7 MiB in 19 packages 00:57:38 Removing intermediate container 566b42611b56 00:57:38 ---> 82a01d450e14 00:57:38 00:57:38 Step 10/23 : FROM alpine:3.12 00:57:38 ---> 88dd2752d2ea 00:57:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:57:38 ---> Running in 2603bd073813 00:57:38 Removing intermediate container 0c95b11ce1f4 00:57:38 ---> b2b2ceced5b6 00:57:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:57:39 Removing intermediate container 2603bd073813 00:57:39 ---> 6c45562c9471 00:57:39 Step 12/23 : ENV APP_PORT=48080 00:57:40 ---> Running in 74930c051504 00:57:40 ---> 81d2b62aedd5 00:57:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:57:40 Removing intermediate container 5ad026191ee2 00:57:40 ---> 4c74cab0ff1a 00:57:40 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:57:40 Removing intermediate container 97fe91ef2853 00:57:40 ---> d1dc9e7a9ee8 00:57:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:57:40 ---> Running in a9ee8ef62b9d 00:57:40 ---> Running in 658c4e45fe8a 00:57:40 Removing intermediate container 74930c051504 00:57:40 ---> 8b588c34c968 00:57:40 Step 13/23 : EXPOSE $APP_PORT 00:57:41 ---> Running in 4690f97a54eb 00:57:41 Removing intermediate container 658c4e45fe8a 00:57:41 ---> dbb98180c1a7 00:57:41 Step 13/24 : WORKDIR / 00:57:41 Removing intermediate container a9ee8ef62b9d 00:57:41 ---> 95f97e087796 00:57:41 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:57:41 ---> Running in 9dc32833a297 00:57:41 ---> Running in ba8c40aeb729 00:57:41 Removing intermediate container 4690f97a54eb 00:57:41 ---> 17d10b28aed5 00:57:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:41 ---> 7fbed7efb9fb 00:57:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:57:42 ---> Running in f23a18b5d19a 00:57:42 Removing intermediate container ba8c40aeb729 00:57:42 ---> 049870f945cd 00:57:42 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:57:43 Removing intermediate container 9dc32833a297 00:57:43 ---> ecbba0f64d0e 00:57:43 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:57:43 ---> Running in 658bd9a0d277 00:57:43 ---> a85f8c94d54f 00:57:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:57:43 ---> 48e5875a93e5 00:57:43 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:57:43 ---> Running in f58d117c33cf 00:57:44 Removing intermediate container f58d117c33cf 00:57:44 ---> 4d6e764fcce8 00:57:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:57:44 ---> 2d8cea8b2e25 00:57:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:57:44 ---> Running in 0f1a8a7a1ba8 00:57:44 Removing intermediate container f23a18b5d19a 00:57:44 ---> 54a56d185d8f 00:57:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:57:45 ---> Running in c97512b1f520 00:57:45 Removing intermediate container 0f1a8a7a1ba8 00:57:45 ---> 510baa8400e3 00:57:45 Step 20/22 : LABEL arch=x86_64 00:57:45 ---> 76282a488f8a 00:57:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:57:45 ---> Running in b3362fd8f22d 00:57:47 Removing intermediate container b3362fd8f22d 00:57:47 ---> d3b279f6d6dd 00:57:47 Step 21/22 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:57:47 ---> Running in 5f2cb08d34d3 00:57:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:57:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:57:48 Removing intermediate container 658bd9a0d277 00:57:48 ---> 6a3792350b1c 00:57:48 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:57:48 ---> e7597b277782 00:57:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:57:49 Removing intermediate container 5f2cb08d34d3 00:57:49 ---> 845c6b46a809 00:57:49 Step 22/22 : LABEL version=0.0.0 00:57:49 (1/6) Installing dumb-init (1.2.2-r1) 00:57:49 (2/6) Installing libgcc (9.3.0-r2) 00:57:49 ---> Running in d36566c7c82d 00:57:49 (3/6) Installing libsodium (1.0.18-r0) 00:57:49 ---> Running in c31d5c8e0687 00:57:49 (4/6) Installing libstdc++ (9.3.0-r2) 00:57:49 (5/6) Installing libzmq (4.3.3-r0) 00:57:49 (6/6) Installing zeromq (4.3.3-r0) 00:57:49 Executing busybox-1.31.1-r19.trigger 00:57:49 OK: 8 MiB in 20 packages 00:57:49 Removing intermediate container d36566c7c82d 00:57:49 ---> a27ad13206e4 00:57:49 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:57:49 Removing intermediate container c31d5c8e0687 00:57:49 ---> 447383de5826 00:57:49 00:57:50 Successfully built 447383de5826 00:57:50 ---> f052c599b408 00:57:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:57:50 Successfully tagged docker-support-scheduler-go:latest 00:57:50  Building docker-support-scheduler-go ... done  ---> 66563f44c0dc 00:57:50 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:57:51 ---> Running in 7ea864c56c29 00:57:51 Removing intermediate container c97512b1f520 00:57:51 ---> 0c287c678e8e 00:57:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:57:52 ---> 66d8eef078a8 00:57:52 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:57:52 ---> Running in c23ed8424adc 00:57:52 ---> 45a977b5a810 00:57:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:57:53 Removing intermediate container 7ea864c56c29 00:57:53 ---> d35a698037b8 00:57:53 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:57:54 ---> e3d4fa56d59c 00:57:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:57:55 ---> ccde927b7cab 00:57:55 Step 19/23 : ENTRYPOINT ["/core-data"] 00:57:55 ---> a6f9654ccc27 00:57:55 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:57:55 Removing intermediate container c23ed8424adc 00:57:55 ---> a4e812e2dd7d 00:57:55 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:57:55 ---> Running in 2ef2b033a951 00:57:55 ---> Running in cc6a31d84de5 00:57:55 Removing intermediate container cc6a31d84de5 00:57:55 ---> 5f6492ab5ea9 00:57:55 Step 22/24 : LABEL arch=x86_64 00:57:55 Removing intermediate container 2ef2b033a951 00:57:55 ---> e4f3bc219422 00:57:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:57:55 ---> Running in a5a9ac75b59f 00:57:55 ---> Running in 2701eb0516e2 00:57:56 ---> 8c29e20bb86f 00:57:56 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:57:56 Removing intermediate container 2701eb0516e2 00:57:56 ---> 59caf619b518 00:57:56 Step 21/23 : LABEL arch=x86_64 00:57:56 ---> Running in b5cc67439eaf 00:57:56 Removing intermediate container a5a9ac75b59f 00:57:56 ---> 05d6365a007f 00:57:56 Step 23/24 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:57:57 ---> Running in b0b53dcdc127 00:57:57 Removing intermediate container b0b53dcdc127 00:57:57 ---> 3c0de9153e6e 00:57:57 Step 24/24 : LABEL version=0.0.0 00:57:57 Removing intermediate container b5cc67439eaf 00:57:57 ---> 4c2d0716a9d1 00:57:57 Step 22/23 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:57:57 ---> 765306dab8dc 00:57:57 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:57:57 ---> Running in 614787fa4270 00:57:57 ---> Running in db32ef0d8c4b 00:57:58 Removing intermediate container 614787fa4270 00:57:58 ---> 65bd9a54c509 00:57:58 00:57:58 Removing intermediate container db32ef0d8c4b 00:57:58 ---> bfc6fb020f54 00:57:58 Step 23/23 : LABEL version=0.0.0 00:57:58 ---> Running in d2818869ab5c 00:57:58 ---> ae2ec6e9ba99 00:57:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:57:58 Successfully built 65bd9a54c509 00:57:59 Successfully tagged docker-security-secretstore-setup-go:latest 00:57:59  Building docker-security-secretstore-setup-go ... done Removing intermediate container d2818869ab5c 00:57:59 ---> 2bf87ba74edb 00:57:59 00:57:59 ---> 861984c86cac 00:57:59 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:57:59 Successfully built 2bf87ba74edb 00:57:59 Successfully tagged docker-core-data-go:latest 00:57:59  Building docker-core-data-go ... done  ---> Running in f97886426775 00:58:00 Removing intermediate container f97886426775 00:58:00 ---> 749a67be5527 00:58:00 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:58:01 ---> b7fba43ce161 00:58:01 Step 26/31 : RUN chmod +x /entrypoint.sh 00:58:01 ---> Running in 547687c97c28 00:58:04 Removing intermediate container 547687c97c28 00:58:04 ---> f178a791a11a 00:58:04 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:58:04 ---> Running in 1c705c7a9388 00:58:04 Removing intermediate container 1c705c7a9388 00:58:04 ---> 8307bc18dc4d 00:58:04 Step 28/31 : CMD ["gate"] 00:58:05 ---> Running in 713b324a7151 00:58:06 Removing intermediate container 713b324a7151 00:58:06 ---> 7405a62d13ec 00:58:06 Step 29/31 : LABEL arch=x86_64 00:58:06 ---> Running in bf6b138bddcc 00:58:06 Removing intermediate container bf6b138bddcc 00:58:06 ---> 83c5e0ccd246 00:58:06 Step 30/31 : LABEL git_sha=47866461d2b7ff75ff8bba18d67b239fed7a7fd7 00:58:06 ---> Running in 0e46b5b75287 00:58:07 Removing intermediate container 0e46b5b75287 00:58:07 ---> 762ca7a793e0 00:58:07 Step 31/31 : LABEL version=0.0.0 00:58:07 ---> Running in 8915aa056db6 00:58:08 Removing intermediate container 8915aa056db6 00:58:08 ---> f3fc500f0d4e 00:58:08 00:58:08 Successfully built f3fc500f0d4e 00:58:08 Successfully tagged docker-security-bootstrapper-go:latest 00:58:09  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:58:09 $ docker stop --time=1 2d9217c05a2c01b79efec5a51c2dee70dada932937f0283037bd12e2315557c8 00:58:12 $ docker rm -f 2d9217c05a2c01b79efec5a51c2dee70dada932937f0283037bd12e2315557c8 [Pipeline] // withDockerContainer [Pipeline] sh 00:58:12 + docker images 00:58:12 + grep docker 00:58:13 lf-activate-venv(): INFO: Adding /tmp/venv-LedU/bin to PATH 00:58:13 INFO: No Stack... 00:58:13 INFO: Retrieving Pricing Info for: lf-standard-4 00:58:13 INFO: Archiving Costs [Pipeline] sh 00:58:13 docker-security-bootstrapper-go latest f3fc500f0d4e 6 seconds ago 18.7MB 00:58:13 docker-core-data-go latest 2bf87ba74edb 15 seconds ago 22.6MB 00:58:13 docker-security-secretstore-setup-go latest 65bd9a54c509 16 seconds ago 24.9MB 00:58:13 docker-support-scheduler-go latest 447383de5826 24 seconds ago 17.3MB 00:58:13 docker-sys-mgmt-agent-go latest 981fc722a0ea About a minute ago 313MB 00:58:13 docker-core-metadata-go latest 916c350adb71 5 minutes ago 19MB 00:58:13 docker-core-command-go latest 804c43c36642 5 minutes ago 17.2MB 00:58:13 docker-support-notifications-go latest d432d56da493 5 minutes ago 17.8MB 00:58:13 docker-security-proxy-setup-go latest 8a7887e2ec78 5 minutes ago 24.7MB 00:58:13 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script 00:58:14 + cat /w/workspace/edgex-go/80/archives/cost.csv 00:58:14 + cut -d, -f6 [Pipeline] } [Pipeline] // stage [Pipeline] lock 00:58:14 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-80-stack-cost] 00:58:14 Resource [jenkins-edgexfoundry-edgex-go-PR-2858-80-stack-cost] did not exist. Created. 00:58:14 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-80-stack-cost] [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] unstash [Pipeline] sh Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) 00:58:14 + echo total: 0.20999999344348907 [Pipeline] findFiles [Pipeline] stash [Pipeline] node 00:58:15 Stashed 1 file(s) [Pipeline] } 00:58:15 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-80-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:58:29 Still waiting to schedule task 00:58:29 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-29419’ 01:00:05 Running on prd-ubuntu18.04-docker-8c-8g-29421 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 01:00:05 Running in /w/workspace/edgex-go/80 [Pipeline] { [Pipeline] checkout 01:00:08 using credential edgex-jenkins-ssh 01:00:08 Cloning the remote Git repository 01:00:08 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:00:08 > git init /w/workspace/edgex-go/80 # timeout=10 01:00:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:00:08 > git --version # timeout=10 01:00:08 > git --version # 'git version 2.17.1' 01:00:08 using GIT_SSH to set credentials SSH Credentials for GitHub 01:00:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:00:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:00:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:00:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:00:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:00:12 using GIT_SSH to set credentials SSH Credentials for GitHub 01:00:12 > 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 01:00:13 Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 01:00:13 Merge succeeded, producing 2331517600335c62a6f569c45b10698c0eab1167 01:00:13 Checking out Revision 2331517600335c62a6f569c45b10698c0eab1167 (PR-2858) 01:00:13 > git config core.sparsecheckout # timeout=10 01:00:13 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 01:00:13 > git remote # timeout=10 01:00:13 > git config --get remote.origin.url # timeout=10 01:00:13 using GIT_SSH to set credentials SSH Credentials for GitHub 01:00:13 > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 01:00:13 > git rev-parse HEAD^{commit} # timeout=10 01:00:13 > git config core.sparsecheckout # timeout=10 01:00:13 > git checkout -f 2331517600335c62a6f569c45b10698c0eab1167 # timeout=10 01:00:17 Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" 01:00:17 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:00:18 + echo snap-build.sh 01:00:18 snap-build.sh 01:00:18 + SNAP_BASE_DIR=. 01:00:18 + '[' '!' -z /w/workspace/edgex-go/80 ']' 01:00:18 + SNAP_BASE_DIR=/w/workspace/edgex-go/80 01:00:18 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/80]' 01:00:18 [snap-build] Building snap in dir [/w/workspace/edgex-go/80] 01:00:18 + cd /w/workspace/edgex-go/80 01:00:18 + sudo apt-get remove -qy --purge lxd lxd-client 01:00:18 Reading package lists... 01:00:18 Building dependency tree... 01:00:18 Reading state information... 01:00:17 > git rev-list --no-walk 199893acb62a5b1c4f4ae79745a41eebd8ad8c4e # timeout=10 01:00:19 The following packages were automatically installed and are no longer required: 01:00:19 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:00:19 uidmap xdelta3 01:00:19 Use 'sudo apt autoremove' to remove them. 01:00:19 The following packages will be REMOVED: 01:00:19 lxd* lxd-client* 01:00:19 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:00:19 After this operation, 31.7 MB disk space will be freed. 01:00:20 (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.) 01:00:20 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:00:21 Removing lxd dnsmasq configuration 01:00:21 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:00:21 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:00:22 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:00:22 (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.) 01:00:22 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:00:23 Processing triggers for systemd (237-3ubuntu10.42) ... 01:00:23 Processing triggers for ureadahead (0.100.0-21) ... 01:00:24 + sudo snap remove --purge lxd 01:00:25 snap "lxd" is not installed 01:00:25 + sudo groupadd --force --system lxd 01:00:25 ++ whoami 01:00:25 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:00:25 + newgrp - lxd 01:00:25 + sudo snap install lxd 01:00:35 2021-03-11T01:00:32Z INFO Waiting for automatic snapd restart... 01:00:47 lxd 4.12 from Canonical* installed 01:00:47 + sudo lxd init --auto 01:00:57 + sudo snap install --classic snapcraft 01:01:04 snapcraft 4.5.4 from Canonical* installed 01:01:04 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:01:04 + patch --verbose -p1 01:01:04 Hmm... Looks like a unified diff to me... 01:01:04 The text leading up to this was: 01:01:04 -------------------------- 01:01:04 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 01:01:04 |From: Tony Espy 01:01:04 |Date: Wed, 16 Dec 2020 16:34:55 -0500 01:01:04 |Subject: [PATCH] optimize snap build for pipeline CI check 01:01:04 | 01:01:04 |This patch is used by the EdgeX CI pipeline builds to 01:01:04 |optimize the snap CI check run for pull requests. When 01:01:04 |applied, it essentially strips out everything (apps and 01:01:04 |parts) from the snapcraft.yaml file except those required 01:01:04 |to build edgex-go, as the whole idea of the CI check is to 01:01:04 |catch changes to edgex-go that break the snap build. 01:01:04 | 01:01:04 |In general, anyone updating snapcraft.yaml will also need 01:01:04 |to update this patch file, otherwise it may fail to apply, 01:01:04 |resulting in a failed snap build CI check in the associated 01:01:04 |pull request. 01:01:04 | 01:01:04 |Note - in addition to applying this patch, the pipeline also 01:01:04 |only primes the snap (e.g. `snapcraft prime`), as there's no 01:01:04 |need to build the finally binary .snap file (and it won't 01:01:04 |work with the patch applied). This further reduces the build 01:01:04 |time. 01:01:04 |--- 01:01:04 | snap/snapcraft.yaml | 461 +------------------------------------------- 01:01:04 | 1 file changed, 2 insertions(+), 459 deletions(-) 01:01:04 | 01:01:04 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:01:04 |index 1e537489..faf42425 100644 01:01:04 |--- a/snap/snapcraft.yaml 01:01:04 |+++ b/snap/snapcraft.yaml 01:01:04 -------------------------- 01:01:04 patching file snap/snapcraft.yaml 01:01:04 Using Plan A... 01:01:04 Hunk #1 succeeded at 73. 01:01:04 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 01:01:04 Hunk #3 succeeded at 217 (offset 3 lines). 01:01:04 Hunk #4 FAILED at 222. 01:01:04 Hunk #5 succeeded at 303 (offset 4 lines). 01:01:04 Hunk #6 succeeded at 330 (offset 4 lines). 01:01:04 Hunk #7 succeeded at 364 (offset 4 lines). 01:01:04 Hunk #8 FAILED at 411. 01:01:04 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 01:01:04 Hmm... Ignoring the trailing garbage. 01:01:04 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:01:04 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 01:01:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:01:09 ---> package-listing.sh 01:01:09 ++ facter osfamily 01:01:09 ++ tr '[:upper:]' '[:lower:]' 01:01:09 + OS_FAMILY=redhat 01:01:09 + workspace=/w/workspace/edgex-go/80 01:01:09 + START_PACKAGES=/tmp/packages_start.txt 01:01:09 + END_PACKAGES=/tmp/packages_end.txt 01:01:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:01:09 + PACKAGES=/tmp/packages_start.txt 01:01:09 + '[' /w/workspace/edgex-go/80 ']' 01:01:09 + PACKAGES=/tmp/packages_end.txt 01:01:09 + case "${OS_FAMILY}" in 01:01:09 + rpm -qa 01:01:09 + sort 01:01:19 + '[' -f /tmp/packages_start.txt ']' 01:01:19 + '[' -f /tmp/packages_end.txt ']' 01:01:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:01:19 + '[' /w/workspace/edgex-go/80 ']' 01:01:19 + mkdir -p /w/workspace/edgex-go/80/archives/ 01:01:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/80/archives/ [Pipeline] echo 01:01:19 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/80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:01:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:01:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:01:21 01:01:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:01:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:01:22 alpine: Pulling from edgex-lftools-log-publisher 01:01:22 df20fa9351a1: Pulling fs layer 01:01:22 36b3adc4ff6f: Pulling fs layer 01:01:22 8ad3a11d3b57: Pulling fs layer 01:01:22 46f8f816bc3b: Pulling fs layer 01:01:22 93b61091891f: Pulling fs layer 01:01:22 46f8f816bc3b: Waiting 01:01:22 93b61091891f: Waiting 01:01:22 93b9cdb0e59b: Pulling fs layer 01:01:22 5e14af77c1be: Pulling fs layer 01:01:22 01666e4c0597: Pulling fs layer 01:01:22 aa168da1d23b: Pulling fs layer 01:01:22 93b9cdb0e59b: Waiting 01:01:22 5e14af77c1be: Waiting 01:01:22 01666e4c0597: Waiting 01:01:22 aa168da1d23b: Waiting 01:01:22 36b3adc4ff6f: Verifying Checksum 01:01:22 36b3adc4ff6f: Download complete 01:01:22 46f8f816bc3b: Verifying Checksum 01:01:22 46f8f816bc3b: Download complete 01:01:23 df20fa9351a1: Verifying Checksum 01:01:23 df20fa9351a1: Download complete 01:01:23 93b9cdb0e59b: Verifying Checksum 01:01:23 93b9cdb0e59b: Download complete 01:01:23 93b61091891f: Verifying Checksum 01:01:23 93b61091891f: Download complete 01:01:23 5e14af77c1be: Verifying Checksum 01:01:23 5e14af77c1be: Download complete 01:01:23 01666e4c0597: Verifying Checksum 01:01:23 01666e4c0597: Download complete 01:01:24 8ad3a11d3b57: Verifying Checksum 01:01:24 8ad3a11d3b57: Download complete 01:01:24 df20fa9351a1: Pull complete 01:01:25 36b3adc4ff6f: Pull complete 01:01:27 8ad3a11d3b57: Pull complete 01:01:27 46f8f816bc3b: Pull complete 01:01:28 93b61091891f: Pull complete 01:01:29 93b9cdb0e59b: Pull complete 01:01:29 5e14af77c1be: Pull complete 01:01:31 aa168da1d23b: Verifying Checksum 01:01:31 aa168da1d23b: Download complete 01:01:32 01666e4c0597: Pull complete 01:01:47 aa168da1d23b: Pull complete 01:01:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:01:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:01:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:01:48 prd-centos7-docker-4c-2g-29401 does not seem to be running inside a container 01:01:49 $ 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/80/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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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 01:01:52 $ docker top 48428034500b237789a2f7aed57e90e22ca4738a37e0b1c94105b036147d7d47 -eo pid,comm [Pipeline] { [Pipeline] sh 01:01:54 + touch /tmp/pre-build-complete [Pipeline] sh 01:01:54 + mkdir -p /var/log/sa [Pipeline] sh 01:01:55 + ls /var/log/sa-host 01:01:55 + sadf -c /var/log/sa-host/sa11 01:01:55 file_magic: OK 01:01:55 HZ: Using current value: 100 01:01:55 file_header: OK 01:01:55 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 01:01:55 Statistics: 01:01:55 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:01:55 File successfully converted to sysstat format version 12.2.1 01:01:55 + sadf -c /var/log/sa-host/sa23 01:01:55 file_magic: OK 01:01:55 HZ: Using current value: 100 01:01:55 file_header: OK 01:01:55 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 01:01:55 Statistics: 01:01:55 Hnuu...uuuununununu... 01:01:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:01:55 provisioning config files... 01:01:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/80@tmp/config5488882196100948184tmp [Pipeline] { [Pipeline] echo 01:01:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:01:56 ---> create-netrc.sh [Pipeline] } 01:01:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:01:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:01:57 ---> python-tools-install.sh [Pipeline] echo 01:01:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:01:57 ---> sudo-logs.sh 01:01:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:01:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:01:58 ---> job-cost.sh 01:01:58 lf-activate-venv: SKIPPING 01:01:58 DEBUG: total: 0.20999999344348907 01:01:58 INFO: Retrieving Stack Cost... 01:01:59 INFO: Retrieving Pricing Info for: v1-standard-2 01:02:00 INFO: Archiving Costs [Pipeline] echo 01:02:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:02:00 ---> logs-deploy.sh 01:02:00 lf-activate-venv: SKIPPING 01:02:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/80 01:02:00 INFO: archiving workspace using pattern(s): 01:02:04 Archives upload complete. 01:02:04 INFO: archiving logs to Nexus 01:02:06 ---> uname -a: 01:02:06 Linux prd-centos7-docker-4c-2g-29401.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:02:06 01:02:06 01:02:06 ---> lscpu: 01:02:06 Architecture: x86_64 01:02:06 CPU op-mode(s): 32-bit, 64-bit 01:02:06 Byte Order: Little Endian 01:02:06 Address sizes: 40 bits physical, 48 bits virtual 01:02:06 CPU(s): 4 01:02:06 On-line CPU(s) list: 0-3 01:02:06 Thread(s) per core: 1 01:02:06 Core(s) per socket: 1 01:02:06 Socket(s): 4 01:02:06 NUMA node(s): 1 01:02:06 Vendor ID: GenuineIntel 01:02:06 CPU family: 6 01:02:06 Model: 44 01:02:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:02:06 Stepping: 1 01:02:06 CPU MHz: 2933.438 01:02:06 BogoMIPS: 5866.87 01:02:06 Virtualization: VT-x 01:02:06 Hypervisor vendor: KVM 01:02:06 Virtualization type: full 01:02:06 L1d cache: 128 KiB 01:02:06 L1i cache: 128 KiB 01:02:06 L2 cache: 16 MiB 01:02:06 L3 cache: 64 MiB 01:02:06 NUMA node0 CPU(s): 0-3 01:02:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:02:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:02:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:02:06 Vulnerability Meltdown: Mitigation; PTI 01:02:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:02:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:02:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:02:06 Vulnerability Srbds: Not affected 01:02:06 Vulnerability Tsx async abort: Not affected 01:02:06 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 01:02:06 01:02:06 01:02:06 ---> nproc: 01:02:06 4 01:02:06 01:02:06 01:02:06 ---> df -h: 01:02:06 Filesystem Size Used Available Use% Mounted on 01:02:06 overlay 50.0G 12.6G 37.4G 25% / 01:02:06 tmpfs 64.0M 0 64.0M 0% /dev 01:02:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:02:06 shm 64.0M 0 64.0M 0% /dev/shm 01:02:06 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 01:02:06 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 01:02:06 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 01:02:06 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 01:02:06 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 01:02:06 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 01:02:06 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 01:02:06 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 01:02:06 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/80 01:02:06 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/80@tmp 01:02:06 01:02:06 01:02:06 ---> free -m: 01:02:06 total used free shared buff/cache available 01:02:06 Mem: 1837 717 142 0 976 1037 01:02:06 Swap: 1023 83 940 01:02:06 01:02:06 01:02:06 ---> ip addr: 01:02:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:02:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:02:06 inet 127.0.0.1/8 scope host lo 01:02:06 valid_lft forever preferred_lft forever 01:02:06 inet6 ::1/128 scope host 01:02:06 valid_lft forever preferred_lft forever 01:02:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:02:06 link/ether fa:16:3e:ec:44:09 brd ff:ff:ff:ff:ff:ff 01:02:06 inet 10.30.123.38/23 brd 10.30.123.255 scope global dynamic eth0 01:02:06 valid_lft 84563sec preferred_lft 84563sec 01:02:06 inet6 fe80::f816:3eff:feec:4409/64 scope link 01:02:06 valid_lft forever preferred_lft forever 01:02:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:02:06 link/ether 02:42:1a:10:4b:a7 brd ff:ff:ff:ff:ff:ff 01:02:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:02:06 valid_lft forever preferred_lft forever 01:02:06 inet6 fe80::42:1aff:fe10:4ba7/64 scope link 01:02:06 valid_lft forever preferred_lft forever 01:02:06 01:02:06 01:02:06 ---> sar -b -r -n DEV: 01:02:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 01:02:06 01:02:06 00:31:11 LINUX RESTART (4 CPU) 01:02:06 01:02:06 00:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:02:06 00:33:01 109.61 52.79 56.82 0.00 3838.66 37264.28 0.00 01:02:06 00:34:01 49.26 12.13 37.13 0.00 4597.38 7743.03 0.00 01:02:06 00:35:01 36.90 21.67 15.22 0.00 1078.41 9254.28 0.00 01:02:06 00:36:02 199.97 91.39 108.58 0.00 6217.16 35038.54 0.00 01:02:06 00:37:01 74.38 14.30 60.08 0.00 1228.05 6372.83 0.00 01:02:06 00:38:01 137.21 50.25 86.96 0.00 1836.57 11149.14 0.00 01:02:06 00:39:02 81.58 42.07 39.51 0.00 1719.80 4723.05 0.00 01:02:06 00:40:02 56.48 14.88 41.61 0.00 674.96 6258.44 0.00 01:02:06 00:41:01 31.71 4.70 27.01 0.00 111.62 2087.21 0.00 01:02:06 00:42:02 83.43 45.36 38.07 0.00 1578.39 2630.05 0.00 01:02:06 00:43:01 75.70 34.76 40.94 0.00 1942.30 2818.81 0.00 01:02:06 00:44:01 9.96 0.02 9.94 0.00 0.13 2099.88 0.00 01:02:06 00:45:02 83.79 9.70 74.09 0.00 938.28 18497.39 0.00 01:02:06 00:46:05 250.63 112.91 137.73 0.00 56736.11 108004.65 0.00 01:02:06 00:47:02 644.65 560.55 84.10 0.00 36613.10 38983.98 0.00 01:02:06 00:48:12 856.39 771.72 84.67 0.00 40416.50 44027.88 0.00 01:02:06 00:49:07 690.94 596.21 94.73 0.00 51078.89 54002.18 0.00 01:02:06 00:50:04 938.21 846.41 91.81 0.00 46987.82 51921.98 0.00 01:02:06 00:51:02 166.79 109.79 56.99 0.00 6411.92 7602.55 0.00 01:02:06 00:52:01 191.68 77.70 113.98 0.00 6979.01 18931.19 0.00 01:02:06 00:53:03 241.15 78.00 163.14 0.00 19356.72 73777.69 0.00 01:02:06 00:54:04 719.25 576.34 142.91 0.00 60007.93 63327.41 0.00 01:02:06 00:55:05 885.48 768.69 116.80 0.00 43288.48 43217.09 0.00 01:02:06 00:56:08 1222.79 1098.93 123.87 0.00 62930.68 66665.77 0.00 01:02:06 00:57:02 421.46 296.81 124.65 0.00 20116.99 17058.66 0.00 01:02:06 00:58:01 199.80 44.49 155.31 0.00 4539.08 21971.62 0.00 01:02:06 00:59:01 32.22 12.41 19.81 0.00 2922.38 2888.92 0.00 01:02:06 01:00:01 0.22 0.00 0.22 0.00 0.00 3.16 0.00 01:02:06 01:01:01 0.33 0.08 0.25 0.00 1.73 3.11 0.00 01:02:06 Average: 295.03 220.95 74.07 0.00 16825.33 26408.71 0.00 01:02:06 01:02:06 00:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:02:06 00:33:01 77452 0 580196 30.84 2620 1221276 1078752 36.82 432856 1174620 36880 01:02:06 00:34:01 142972 0 663052 35.24 2620 1072900 1414688 48.28 526776 1008664 48 01:02:06 00:35:01 68544 0 859740 45.69 2596 950664 1568628 53.53 666880 940664 42536 01:02:06 00:36:02 142116 0 726608 38.62 2164 1010656 1441320 49.19 570216 931472 44 01:02:06 00:37:01 65108 0 784132 41.67 1812 1030492 1527024 52.11 601880 946248 60940 01:02:06 00:38:01 295512 0 733380 38.98 1492 851160 1326200 45.26 482884 829312 52 01:02:06 00:39:02 84060 0 1003960 53.36 740 792784 1875000 63.99 750324 766088 15960 01:02:06 00:40:02 119076 0 889460 47.27 616 872392 1789032 61.06 742992 731904 15684 01:02:06 00:41:01 232792 0 780376 41.48 500 867876 1452324 49.57 639632 720960 41812 01:02:06 00:42:02 274972 0 832872 44.27 404 773296 1654784 56.48 619508 697284 57944 01:02:06 00:43:01 315536 0 770984 40.98 360 794664 1413692 48.25 584596 685240 30532 01:02:06 00:44:01 230592 0 755328 40.14 360 895264 1347956 46.00 594228 762740 70152 01:02:06 00:45:02 156076 0 792592 42.12 268 932608 1590512 54.28 612264 820040 56 01:02:06 00:46:05 82116 0 856480 45.52 0 942948 2331928 79.58 771044 817352 38464 01:02:06 00:47:02 392524 0 749812 39.85 0 739208 2189140 74.71 563508 708888 76 01:02:06 00:48:12 77116 0 859112 45.66 0 945316 2335132 79.69 747312 840544 66256 01:02:06 00:49:07 68248 0 868604 46.16 0 944692 2326712 79.41 711808 866108 47944 01:02:06 00:50:04 132116 0 813808 43.25 0 935620 1945472 66.40 726528 789752 33052 01:02:06 00:51:02 113876 0 1295200 68.84 0 472468 3335752 113.84 874796 621836 7320 01:02:06 00:52:01 372104 0 794448 42.22 0 714992 1771536 60.46 500264 754288 12 01:02:06 00:53:03 112996 0 724264 38.49 0 1044284 1586220 54.14 720676 810528 8540 01:02:06 00:54:04 540844 0 710372 37.75 0 630328 1576416 53.80 469032 646880 20 01:02:06 00:55:05 74388 0 812496 43.18 0 994660 2287760 78.08 701560 870756 32788 01:02:06 00:56:08 71204 0 838144 44.55 0 972196 2386568 81.45 723648 849824 59440 01:02:06 00:57:02 180268 0 1173428 62.37 0 527848 3356388 114.55 738224 686636 27028 01:02:06 00:58:01 443236 0 693220 36.84 0 745088 1445252 49.32 532180 646012 44 01:02:06 00:59:01 410032 0 640068 34.02 0 831444 1230788 42.00 531252 686944 12 01:02:06 01:00:01 413360 0 636728 33.84 0 831456 1186728 40.50 530928 684732 8 01:02:06 01:01:01 412388 0 637688 33.89 0 831468 1189584 40.60 531824 684744 8 01:02:06 Average: 210401 0 802640 42.66 571 867933 1791769 61.15 627573 792450 23919 01:02:06 01:02:06 00:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:02:06 00:33:01 eth0 257.43 184.85 1132.64 43.17 0.00 0.00 0.00 0.00 01:02:06 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:34:01 eth0 509.86 385.71 2549.04 48.19 0.00 0.00 0.00 0.00 01:02:06 00:34:01 veth928fbdc 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 01:02:06 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:34:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 01:02:06 00:35:01 eth0 749.73 825.43 2686.23 111.36 0.00 0.00 0.00 0.00 01:02:06 00:35:01 veth928fbdc 813.35 728.34 79.87 2674.28 0.00 0.00 0.00 0.00 01:02:06 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:35:01 docker0 813.35 728.30 68.75 2674.28 0.00 0.00 0.00 0.00 01:02:06 00:36:02 eth0 329.29 285.84 2844.46 31.19 0.00 0.00 0.00 0.00 01:02:06 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:36:02 vethcec4e04 1.48 2.16 0.10 7.87 0.00 0.00 0.00 0.00 01:02:06 00:36:02 docker0 1.49 2.07 0.08 7.86 0.00 0.00 0.00 0.00 01:02:06 00:37:01 eth0 220.79 161.70 897.51 19.90 0.00 0.00 0.00 0.00 01:02:06 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:37:01 vethae43b59 99.41 120.80 9.26 525.62 0.00 0.00 0.00 0.00 01:02:06 00:37:01 docker0 149.12 200.27 10.49 883.73 0.00 0.00 0.00 0.00 01:02:06 00:38:01 eth0 17.56 15.15 19.95 7.64 0.00 0.00 0.00 0.00 01:02:06 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:38:01 veth54af04e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:02:06 00:38:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:39:02 eth0 18.09 18.43 8.26 67.92 0.00 0.00 0.00 0.00 01:02:06 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:39:02 veth54af04e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:40:02 eth0 19.59 14.12 15.38 8.36 0.00 0.00 0.00 0.00 01:02:06 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:40:02 veth54af04e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:41:01 eth0 27.18 20.29 19.42 10.91 0.00 0.00 0.00 0.00 01:02:06 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:41:01 veth54af04e 2.28 2.28 0.18 0.18 0.00 0.00 0.00 0.00 01:02:06 00:41:01 docker0 2.28 2.28 0.15 0.18 0.00 0.00 0.00 0.00 01:02:06 00:42:02 eth0 8.80 6.08 6.29 3.45 0.00 0.00 0.00 0.00 01:02:06 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:42:02 veth54af04e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:43:01 eth0 24.00 19.82 12.09 72.95 0.00 0.00 0.00 0.00 01:02:06 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:43:01 veth54af04e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:44:01 eth0 19.77 14.14 15.41 8.47 0.00 0.00 0.00 0.00 01:02:06 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:44:01 veth54af04e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:45:02 vethe44493b 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 01:02:06 00:45:02 eth0 192.99 165.15 1681.52 22.93 0.00 0.00 0.00 0.00 01:02:06 00:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:46:05 vethe44493b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:46:05 eth0 18.66 16.48 8.02 53.82 0.00 0.00 0.00 0.00 01:02:06 00:46:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:46:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:47:02 vethf5a313b 0.07 0.11 0.00 0.01 0.00 0.00 0.00 0.00 01:02:06 00:47:02 vethb1a97b0 0.00 0.04 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:47:02 vethbbf82a6 0.21 0.28 0.02 0.74 0.00 0.00 0.00 0.00 01:02:06 00:47:02 vethfadcc28 1.02 2.18 0.07 14.43 0.00 0.00 0.00 0.00 01:02:06 00:48:12 vethe44493b 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 01:02:06 00:48:12 eth0 2103.83 1839.90 10284.02 444.00 0.00 0.00 0.00 0.00 01:02:06 00:48:12 lo 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:02:06 00:48:12 docker0 827.86 809.24 67.88 3145.09 0.00 0.00 0.00 0.00 01:02:06 00:49:07 vethe44493b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:49:07 eth0 1.41 1.15 1.04 0.59 0.00 0.00 0.00 0.00 01:02:06 00:49:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:49:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:50:04 vethe44493b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:50:04 eth0 1.32 1.11 0.97 0.54 0.00 0.00 0.00 0.00 01:02:06 00:50:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:50:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:51:02 vethd22b845 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 01:02:06 00:51:02 veth8690e99 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 01:02:06 00:51:02 vethe44493b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:51:02 eth0 7.48 5.84 5.99 3.24 0.00 0.00 0.00 0.00 01:02:06 00:52:01 vethe44493b 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:52:01 eth0 36.60 22.33 188.80 6.57 0.00 0.00 0.00 0.00 01:02:06 00:52:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:02:06 00:52:01 docker0 995.38 983.11 81.39 3881.04 0.00 0.00 0.00 0.00 01:02:06 00:53:03 veth653e80f 3.45 6.10 0.24 40.73 0.00 0.00 0.00 0.00 01:02:06 00:53:03 vethe44493b 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 01:02:06 00:53:03 eth0 166.14 133.43 1297.14 89.85 0.00 0.00 0.00 0.00 01:02:06 00:53:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:54:04 vethe44493b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:54:04 eth0 46.71 20.21 271.69 6.57 0.00 0.00 0.00 0.00 01:02:06 00:54:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:54:04 docker0 987.14 1004.82 80.31 4128.12 0.00 0.00 0.00 0.00 01:02:06 00:55:05 vethe44493b 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 01:02:06 00:55:05 eth0 41.24 27.97 132.48 10.18 0.00 0.00 0.00 0.00 01:02:06 00:55:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:55:05 vethd84967c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:02:06 00:56:08 vethe44493b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:56:08 eth0 23.55 21.12 19.34 60.47 0.00 0.00 0.00 0.00 01:02:06 00:56:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:56:08 vethd84967c 1.41 2.48 0.23 10.08 0.00 0.00 0.00 0.00 01:02:06 00:57:02 vethb6c82db 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 01:02:06 00:57:02 veth4f3a137 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 01:02:06 00:57:02 vethe44493b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:02:06 00:57:02 eth0 49.85 33.10 77.84 16.18 0.00 0.00 0.00 0.00 01:02:06 00:58:01 vethe44493b 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 01:02:06 00:58:01 eth0 64.17 45.57 142.76 75.39 0.00 0.00 0.00 0.00 01:02:06 00:58:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:02:06 00:58:01 docker0 1039.07 1082.46 84.18 4528.09 0.00 0.00 0.00 0.00 01:02:06 00:59:01 eth0 11.93 8.82 9.93 4.69 0.00 0.00 0.00 0.00 01:02:06 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 01:00:01 eth0 1.01 0.40 0.32 0.21 0.00 0.00 0.00 0.00 01:02:06 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 01:01:01 eth0 0.45 0.25 0.27 0.19 0.00 0.00 0.00 0.00 01:02:06 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 Average: eth0 100.36 85.63 491.82 27.59 0.00 0.00 0.00 0.00 01:02:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:02:06 Average: docker0 35.37 36.85 2.87 154.15 0.00 0.00 0.00 0.00 01:02:06 01:02:06 01:02:06 ---> sar -P ALL: 01:02:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 01:02:06 01:02:06 00:31:11 LINUX RESTART (4 CPU) 01:02:06 01:02:06 00:32:02 CPU %user %nice %system %iowait %steal %idle 01:02:06 00:33:01 all 10.44 0.00 6.65 8.71 38.46 35.73 01:02:06 00:33:01 0 10.08 0.00 6.23 10.79 39.38 33.52 01:02:06 00:33:01 1 10.00 0.00 5.62 9.94 37.49 36.94 01:02:06 00:33:01 2 12.51 0.00 5.59 8.33 39.54 34.04 01:02:06 00:33:01 3 9.20 0.00 9.17 5.77 37.47 38.39 01:02:06 00:34:01 all 4.12 0.00 3.36 1.05 16.89 74.59 01:02:06 00:34:01 0 3.12 0.00 3.27 0.85 18.14 74.62 01:02:06 00:34:01 1 4.03 0.00 2.82 0.55 15.88 76.72 01:02:06 00:34:01 2 4.29 0.00 3.48 2.28 16.74 73.22 01:02:06 00:34:01 3 5.07 0.00 3.88 0.53 16.78 73.74 01:02:06 00:35:01 all 6.35 0.00 2.57 0.54 26.10 64.45 01:02:06 00:35:01 0 5.07 0.00 2.64 0.16 29.44 62.69 01:02:06 00:35:01 1 5.41 0.00 2.47 0.29 25.28 66.55 01:02:06 00:35:01 2 5.09 0.00 1.72 0.06 23.83 69.30 01:02:06 00:35:01 3 10.00 0.00 3.48 1.71 25.72 59.09 01:02:06 00:36:02 all 3.68 0.00 3.68 1.72 30.28 60.64 01:02:06 00:36:02 0 3.12 0.00 3.23 1.91 31.36 60.38 01:02:06 00:36:02 1 3.17 0.00 4.21 2.12 29.86 60.64 01:02:06 00:36:02 2 4.49 0.00 3.51 1.54 29.71 60.75 01:02:06 00:36:02 3 3.97 0.00 3.79 1.30 30.15 60.78 01:02:06 00:37:01 all 1.97 0.00 2.37 2.20 20.71 72.75 01:02:06 00:37:01 0 2.00 0.00 2.37 1.25 22.25 72.13 01:02:06 00:37:01 1 1.88 0.00 2.13 1.85 20.84 73.29 01:02:06 00:37:01 2 1.92 0.00 2.19 2.51 20.32 73.05 01:02:06 00:37:01 3 2.06 0.00 2.79 3.24 19.40 72.51 01:02:06 00:38:01 all 2.87 0.00 3.87 4.03 31.93 57.30 01:02:06 00:38:01 0 1.93 0.00 2.68 2.25 33.04 60.10 01:02:06 00:38:01 1 3.20 0.00 4.30 3.68 31.35 57.47 01:02:06 00:38:01 2 3.37 0.00 4.70 5.71 32.23 53.99 01:02:06 00:38:01 3 3.05 0.00 3.90 4.63 30.99 57.44 01:02:06 00:39:02 all 22.24 0.00 5.95 2.85 46.10 22.86 01:02:06 00:39:02 0 22.10 0.00 5.87 2.24 45.95 23.85 01:02:06 00:39:02 1 21.83 0.00 5.55 1.77 46.15 24.71 01:02:06 00:39:02 2 18.50 0.00 5.32 3.62 47.62 24.95 01:02:06 00:39:02 3 26.85 0.00 7.13 3.74 44.57 17.71 01:02:06 00:40:02 all 23.67 0.00 8.38 2.60 47.38 17.97 01:02:06 00:40:02 0 22.27 0.00 7.71 2.11 46.54 21.36 01:02:06 00:40:02 1 24.94 0.00 8.98 2.11 47.10 16.88 01:02:06 00:40:02 2 21.21 0.00 8.15 3.58 48.25 18.82 01:02:06 00:40:02 3 26.45 0.00 8.74 2.59 47.69 14.53 01:02:06 00:41:01 all 24.82 0.00 8.16 1.01 37.08 28.93 01:02:06 00:41:01 0 23.18 0.00 8.58 0.80 37.80 29.64 01:02:06 00:41:01 1 29.46 0.00 8.28 1.01 35.14 26.11 01:02:06 00:41:01 2 23.44 0.00 7.85 1.38 37.30 30.03 01:02:06 00:41:01 3 23.35 0.00 7.92 0.83 38.04 29.85 01:02:06 00:42:02 all 19.69 0.00 8.85 2.88 52.19 16.39 01:02:06 00:42:02 0 21.35 0.00 9.69 2.20 50.19 16.57 01:02:06 00:42:02 1 22.25 0.00 9.73 3.87 53.30 10.85 01:02:06 00:42:02 2 18.00 0.00 7.95 2.85 52.89 18.30 01:02:06 00:42:02 3 17.41 0.00 8.10 2.64 52.39 19.47 01:02:06 00:43:01 all 15.76 0.00 9.29 3.27 39.14 32.53 01:02:06 00:43:01 0 14.61 0.00 8.63 3.43 41.23 32.10 01:02:06 00:43:01 1 18.20 0.00 10.95 3.50 38.57 28.78 01:02:06 00:43:01 2 16.60 0.00 9.42 3.54 39.76 30.68 01:02:06 00:43:01 3 13.78 0.00 8.27 2.64 37.04 38.26 01:02:06 01:02:06 00:43:01 CPU %user %nice %system %iowait %steal %idle 01:02:06 00:44:01 all 10.83 0.00 7.36 0.27 44.37 37.18 01:02:06 00:44:01 0 10.78 0.00 7.45 0.13 44.38 37.25 01:02:06 00:44:01 1 11.81 0.00 7.05 0.15 45.21 35.78 01:02:06 00:44:01 2 9.99 0.00 7.57 0.46 44.22 37.76 01:02:06 00:44:01 3 10.71 0.00 7.36 0.34 43.66 37.93 01:02:06 00:45:02 all 5.17 0.00 5.13 0.93 33.29 55.48 01:02:06 00:45:02 0 4.42 0.00 4.61 0.79 33.97 56.21 01:02:06 00:45:02 1 5.13 0.00 5.00 1.53 34.39 53.95 01:02:06 00:45:02 2 4.87 0.00 5.17 0.34 32.04 57.57 01:02:06 00:45:02 3 6.30 0.00 5.75 1.09 32.73 54.12 01:02:06 00:46:05 all 7.44 0.00 7.49 13.17 43.09 28.82 01:02:06 00:46:05 0 6.92 0.00 6.66 14.26 42.94 29.22 01:02:06 00:46:05 1 8.04 0.00 7.13 12.60 42.77 29.46 01:02:06 00:46:05 2 7.75 0.00 8.49 12.65 43.18 27.93 01:02:06 00:46:05 3 7.07 0.00 7.69 13.13 43.48 28.63 01:02:06 00:47:02 all 5.49 0.00 6.06 19.04 44.08 25.33 01:02:06 00:47:02 0 5.72 0.00 6.28 15.46 43.28 29.26 01:02:06 00:47:02 1 5.02 0.00 5.74 19.93 43.76 25.54 01:02:06 00:47:02 2 6.00 0.00 6.17 20.49 43.60 23.74 01:02:06 00:47:02 3 5.24 0.00 6.04 20.25 45.68 22.79 01:02:06 00:48:12 all 2.33 0.00 4.76 36.66 37.37 18.88 01:02:06 00:48:12 0 2.58 0.00 4.87 34.94 37.68 19.92 01:02:06 00:48:12 1 2.04 0.00 4.21 39.23 36.22 18.30 01:02:06 00:48:12 2 2.38 0.00 5.32 37.06 35.73 19.51 01:02:06 00:48:12 3 2.31 0.00 4.66 35.42 39.75 17.85 01:02:06 00:49:07 all 3.98 0.00 4.62 25.53 47.06 18.81 01:02:06 00:49:07 0 4.82 0.00 5.31 26.90 48.27 14.69 01:02:06 00:49:07 1 3.57 0.00 3.79 23.99 46.54 22.11 01:02:06 00:49:07 2 3.66 0.00 4.64 26.56 46.49 18.64 01:02:06 00:49:07 3 3.86 0.00 4.79 24.74 46.95 19.66 01:02:06 00:50:04 all 5.31 0.00 3.92 28.49 45.59 16.70 01:02:06 00:50:04 0 5.05 0.00 4.03 26.54 46.55 17.83 01:02:06 00:50:04 1 5.60 0.00 3.88 26.96 44.60 18.96 01:02:06 00:50:04 2 5.42 0.00 4.00 29.37 44.94 16.27 01:02:06 00:50:04 3 5.18 0.00 3.76 31.10 46.23 13.73 01:02:06 00:51:02 all 36.20 0.00 10.81 8.36 37.04 7.59 01:02:06 00:51:02 0 35.46 0.00 10.57 9.00 38.21 6.76 01:02:06 00:51:02 1 34.89 0.00 11.21 8.68 37.48 7.75 01:02:06 00:51:02 2 35.73 0.00 10.17 8.80 37.96 7.34 01:02:06 00:51:02 3 38.69 0.00 11.27 7.00 34.56 8.48 01:02:06 00:52:01 all 29.64 0.00 10.16 7.97 40.22 12.01 01:02:06 00:52:01 0 30.20 0.00 10.83 9.09 40.68 9.20 01:02:06 00:52:01 1 29.24 0.00 10.01 5.57 39.64 15.54 01:02:06 00:52:01 2 30.46 0.00 10.39 8.46 39.28 11.42 01:02:06 00:52:01 3 28.69 0.00 9.44 8.86 41.28 11.72 01:02:06 00:53:03 all 5.41 0.00 7.32 14.36 45.66 27.25 01:02:06 00:53:03 0 4.78 0.00 7.29 13.21 46.10 28.62 01:02:06 00:53:03 1 5.84 0.00 7.29 12.76 45.21 28.90 01:02:06 00:53:03 2 4.84 0.00 6.56 16.45 45.18 26.97 01:02:06 00:53:03 3 6.21 0.00 8.14 14.98 46.17 24.49 01:02:06 00:54:04 all 7.05 0.00 5.46 13.10 49.76 24.64 01:02:06 00:54:04 0 6.91 0.00 5.00 11.57 49.47 27.05 01:02:06 00:54:04 1 7.20 0.00 5.05 15.53 49.91 22.30 01:02:06 00:54:04 2 7.05 0.00 5.71 14.29 49.02 23.93 01:02:06 00:54:04 3 7.03 0.00 6.10 10.96 50.66 25.25 01:02:06 01:02:06 00:54:04 CPU %user %nice %system %iowait %steal %idle 01:02:06 00:55:05 all 2.62 0.00 5.70 29.46 39.76 22.45 01:02:06 00:55:05 0 2.35 0.00 4.13 22.21 41.10 30.21 01:02:06 00:55:05 1 2.74 0.00 6.51 37.21 38.71 14.84 01:02:06 00:55:05 2 2.76 0.00 6.44 34.08 39.55 17.17 01:02:06 00:55:05 3 2.67 0.00 5.86 25.14 39.56 26.76 01:02:06 00:56:08 all 7.35 0.00 5.33 30.00 39.86 17.47 01:02:06 00:56:08 0 7.00 0.00 4.83 31.41 40.54 16.23 01:02:06 00:56:08 1 6.35 0.00 5.48 27.02 39.30 21.85 01:02:06 00:56:08 2 8.02 0.00 5.46 32.06 39.19 15.28 01:02:06 00:56:08 3 8.07 0.00 5.55 29.49 40.41 16.49 01:02:06 00:57:02 all 37.79 0.00 11.39 11.15 31.08 8.60 01:02:06 00:57:02 0 36.28 0.00 11.53 11.66 32.24 8.30 01:02:06 00:57:02 1 34.39 0.00 10.74 11.58 33.12 10.17 01:02:06 00:57:02 2 37.67 0.00 11.66 11.29 30.72 8.66 01:02:06 00:57:02 3 43.00 0.00 11.65 10.04 28.13 7.17 01:02:06 00:58:01 all 24.12 0.00 11.95 7.05 31.88 25.00 01:02:06 00:58:01 0 24.04 0.00 12.22 8.04 33.37 22.33 01:02:06 00:58:01 1 22.80 0.00 11.23 7.57 31.89 26.51 01:02:06 00:58:01 2 24.91 0.00 12.37 7.55 30.82 24.35 01:02:06 00:58:01 3 24.75 0.00 11.97 5.06 31.41 26.81 01:02:06 00:59:01 all 0.54 0.00 1.44 0.90 4.92 92.21 01:02:06 00:59:01 0 0.66 0.00 0.92 0.53 5.52 92.37 01:02:06 00:59:01 1 0.42 0.00 1.27 1.53 4.56 92.22 01:02:06 00:59:01 2 0.67 0.00 1.65 1.06 4.45 92.17 01:02:06 00:59:01 3 0.39 0.00 1.91 0.49 5.13 92.08 01:02:06 01:00:01 all 0.12 0.00 0.04 0.00 0.31 99.53 01:02:06 01:00:01 0 0.13 0.00 0.05 0.00 0.32 99.50 01:02:06 01:00:01 1 0.05 0.00 0.05 0.00 0.55 99.35 01:02:06 01:00:01 2 0.02 0.00 0.03 0.00 0.13 99.82 01:02:06 01:00:01 3 0.28 0.00 0.02 0.00 0.25 99.45 01:02:06 01:01:01 all 0.09 0.00 0.23 0.00 2.37 97.31 01:02:06 01:01:01 0 0.03 0.00 0.26 0.00 1.76 97.94 01:02:06 01:01:01 1 0.03 0.00 0.06 0.00 4.42 95.49 01:02:06 01:01:01 2 0.02 0.00 0.36 0.00 1.65 97.97 01:02:06 01:01:01 3 0.26 0.00 0.25 0.00 1.60 97.89 01:02:06 Average: all 10.39 0.00 5.79 10.28 34.85 38.69 01:02:06 Average: 0 9.99 0.00 5.60 9.72 35.48 39.21 01:02:06 Average: 1 10.47 0.00 5.72 10.51 34.58 38.71 01:02:06 Average: 2 10.25 0.00 5.80 10.89 34.59 38.48 01:02:06 Average: 3 10.84 0.00 6.06 10.00 34.75 38.35 01:02:06 01:02:06 01:02:06