Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3718f1804264b4d9eff5b8dceaa8090d27be1d0a+d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf (97fbbdeb342689de01c19b23d69e17e959125ccc) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2477 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit 3718f1804264b4d9eff5b8dceaa8090d27be1d0a > 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/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 Merge succeeded, producing 8a11d28a541891458d239b5548bb094d8fb9d9f1 Checking out Revision 8a11d28a541891458d239b5548bb094d8fb9d9f1 (PR-3404) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8a11d28a541891458d239b5548bb094d8fb9d9f1 # timeout=10 Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:30:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:30:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:30:52 ========================================================= 08:30:52 EdgeX Global Pipelines Version Info 08:30:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2e8c8e8081d8358bca3ace7d04e1e53d0a39a98c # timeout=10 08:30:54 ------------------- 08:30:54 stable info: 08:30:54 ------------------- 08:30:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:30:54 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 08:30:54 Message: update stable to v1.0.191 08:30:55 ------------------- 08:30:55 experimental info: 08:30:55 ------------------- 08:30:55 Commited By: **** collab-it+edgex@linuxfoundation.org 08:30:55 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 08:30:55 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3404 [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3404 [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3404 [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8a11d28a541891458d239b5548bb094d8fb9d9f1 [Pipeline] echo 08:30:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8a11d28 [Pipeline] echo 08:30:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:30:56 provisioning config files... 08:30:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config356423187723361349tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:30:56 ---> docker-login.sh 08:30:56 nexus3.edgexfoundry.org:10001 08:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:57 Configure a credential helper to remove this warning. See 08:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:57 08:30:57 Login Succeeded 08:30:57 nexus3.edgexfoundry.org:10002 08:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:57 Configure a credential helper to remove this warning. See 08:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:57 08:30:57 Login Succeeded 08:30:57 nexus3.edgexfoundry.org:10003 08:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:57 Configure a credential helper to remove this warning. See 08:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:57 08:30:57 Login Succeeded 08:30:57 nexus3.edgexfoundry.org:10004 08:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:57 Configure a credential helper to remove this warning. See 08:30:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:57 08:30:57 Login Succeeded 08:30:57 docker.io 08:30:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:58 Configure a credential helper to remove this warning. See 08:30:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:58 08:30:58 Login Succeeded 08:30:58 ---> docker-login.sh ends [Pipeline] } 08:30:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:30:58 ++ 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 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/core-command/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo core-command,cmd/core-command/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/core-data/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo core-data,cmd/core-data/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/core-metadata/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo core-metadata,cmd/core-metadata/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/security-bootstrapper/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/security-proxy-setup/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/support-notifications/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo support-notifications,cmd/support-notifications/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/support-scheduler/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:30:58 + for file in '`ls cmd/**/Dockerfile`' 08:30:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:30:58 ++ cut -d/ -f2 08:30:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:30:58 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 08:30:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:59 08:30:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:30:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:59 latest: Pulling from edgex-devops/git-semver 08:30:59 31603596830f: Pulling fs layer 08:30:59 54011a49482f: Pulling fs layer 08:30:59 a6820b24f6d8: Pulling fs layer 08:30:59 f581987b2513: Pulling fs layer 08:30:59 f581987b2513: Waiting 08:30:59 54011a49482f: Verifying Checksum 08:30:59 54011a49482f: Download complete 08:31:00 31603596830f: Verifying Checksum 08:31:00 31603596830f: Download complete 08:31:00 f581987b2513: Verifying Checksum 08:31:00 f581987b2513: Download complete 08:31:00 a6820b24f6d8: Verifying Checksum 08:31:00 a6820b24f6d8: Download complete 08:31:00 31603596830f: Pull complete 08:31:00 54011a49482f: Pull complete 08:31:02 a6820b24f6d8: Pull complete 08:31:02 f581987b2513: Pull complete 08:31:02 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 08:31:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:31:02 prd-centos7-docker-4c-2g-2477 does not seem to be running inside a container 08:31:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:31:05 $ docker top 4f5e157992ab6aa157f86d9757f3c5e6576a7d717c15c94d31bbf96ca9e9aa60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:31:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:05 [ssh-agent] Looking for ssh-agent implementation... 08:31:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:05 $ docker exec 4f5e157992ab6aa157f86d9757f3c5e6576a7d717c15c94d31bbf96ca9e9aa60 ssh-agent 08:31:06 SSH_AUTH_SOCK=/tmp/ssh-7DxvZwddcS32/agent.11 08:31:06 SSH_AGENT_PID=16 08:31:06 Running ssh-add (command line suppressed) 08:31:06 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6388074990171742107.key (/w/workspace/edgex-go/3@tmp/private_key_6388074990171742107.key) 08:31:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:06 + git tag --points-at HEAD [Pipeline] } 08:31:06 $ docker exec --env ******** --env ******** 4f5e157992ab6aa157f86d9757f3c5e6576a7d717c15c94d31bbf96ca9e9aa60 ssh-agent -k 08:31:06 unset SSH_AUTH_SOCK; 08:31:06 unset SSH_AGENT_PID; 08:31:06 echo Agent pid 16 killed; 08:31:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:31:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:07 [ssh-agent] Looking for ssh-agent implementation... 08:31:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:07 $ docker exec 4f5e157992ab6aa157f86d9757f3c5e6576a7d717c15c94d31bbf96ca9e9aa60 ssh-agent 08:31:07 SSH_AUTH_SOCK=/tmp/ssh-n7AHQYUJfPLn/agent.47 08:31:07 SSH_AGENT_PID=52 08:31:07 Running ssh-add (command line suppressed) 08:31:07 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4228611162565680016.key (/w/workspace/edgex-go/3@tmp/private_key_4228611162565680016.key) 08:31:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:08 + git semver init 08:31:08 # -> Open(): unable to determine branch for HEAD 08:31:08 # $GIT_DIR = /w/workspace/edgex-go/3/.git 08:31:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 08:31:08 # $SEMVER_REMOTE_NAME = origin 08:31:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:31:08 # $SEMVER_USER_NAME = edgex-jenkins 08:31:08 # $SEMVER_BRANCH = PR-3404 08:31:08 # $SEMVER_TEMP = /tmp/semver-139122600 08:31:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:31:34 # '/tmp/semver-139122600' -> '/w/workspace/edgex-go/3/.semver' 08:31:34 # -> Force: false 08:31:34 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 08:31:35 $ docker exec --env ******** --env ******** 4f5e157992ab6aa157f86d9757f3c5e6576a7d717c15c94d31bbf96ca9e9aa60 ssh-agent -k 08:31:35 unset SSH_AUTH_SOCK; 08:31:35 unset SSH_AGENT_PID; 08:31:35 echo Agent pid 52 killed; 08:31:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:31:35 + git semver [Pipeline] } 08:31:35 $ docker stop --time=1 4f5e157992ab6aa157f86d9757f3c5e6576a7d717c15c94d31bbf96ca9e9aa60 08:31:37 $ docker rm -f 4f5e157992ab6aa157f86d9757f3c5e6576a7d717c15c94d31bbf96ca9e9aa60 [Pipeline] // withDockerContainer [Pipeline] sh 08:31:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:31:38 Stashed 1 file(s) [Pipeline] echo 08:31:38 [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 08:31:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:31:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:31:39 + sudo service docker restart 08:31:39 + true 08:31:39 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:31:40 ========================================================= 08:31:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 08:31:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:31:40 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 08:31:45 Sending build context to Docker daemon 329.7MB 08:31:45 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:31:45 Step 2/6 : FROM ${BASE} 08:31:45 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 08:31:45 540db60ca938: Pulling fs layer 08:31:45 adcc1eea9eea: Pulling fs layer 08:31:45 4c4ab2625f07: Pulling fs layer 08:31:45 0510c868ecb4: Pulling fs layer 08:31:45 afea3b2eda06: Pulling fs layer 08:31:45 7809a108b3ef: Pulling fs layer 08:31:45 f706445af74f: Pulling fs layer 08:31:45 0510c868ecb4: Waiting 08:31:45 afea3b2eda06: Waiting 08:31:45 7809a108b3ef: Waiting 08:31:45 f706445af74f: Waiting 08:31:45 4c4ab2625f07: Verifying Checksum 08:31:45 4c4ab2625f07: Download complete 08:31:45 adcc1eea9eea: Verifying Checksum 08:31:45 adcc1eea9eea: Download complete 08:31:45 afea3b2eda06: Verifying Checksum 08:31:45 afea3b2eda06: Download complete 08:31:45 7809a108b3ef: Verifying Checksum 08:31:45 7809a108b3ef: Download complete 08:31:45 540db60ca938: Verifying Checksum 08:31:45 540db60ca938: Download complete 08:31:46 540db60ca938: Pull complete 08:31:46 adcc1eea9eea: Pull complete 08:31:46 4c4ab2625f07: Pull complete 08:31:48 f706445af74f: Verifying Checksum 08:31:48 f706445af74f: Download complete 08:31:49 0510c868ecb4: Verifying Checksum 08:31:49 0510c868ecb4: Download complete 08:31:53 Still waiting to schedule task 08:31:53 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline 08:31:56 0510c868ecb4: Pull complete 08:31:56 afea3b2eda06: Pull complete 08:31:56 7809a108b3ef: Pull complete 08:32:01 f706445af74f: Pull complete 08:32:01 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 08:32:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 08:32:01 ---> b068be0155e3 08:32:01 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 08:32:01 ---> Running in d04fbeb739f3 08:32:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:32:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:32:03 (1/12) Installing libmagic (5.39-r0) 08:32:04 (2/12) Installing file (5.39-r0) 08:32:04 (3/12) Installing libc-dev (0.7.2-r3) 08:32:04 (4/12) Installing g++ (10.2.1_pre1-r3) 08:32:09 (5/12) Installing fortify-headers (1.1-r0) 08:32:09 (6/12) Installing patch (2.7.6-r6) 08:32:09 (7/12) Installing build-base (0.5-r2) 08:32:09 (8/12) Installing libsodium (1.0.18-r0) 08:32:10 (9/12) Installing pkgconf (1.7.3-r0) 08:32:10 (10/12) Installing libsodium-dev (1.0.18-r0) 08:32:10 (11/12) Installing libzmq (4.3.3-r1) 08:32:10 (12/12) Installing zeromq-dev (4.3.3-r1) 08:32:10 Executing busybox-1.32.1-r6.trigger 08:32:10 OK: 219 MiB in 52 packages 08:32:14 Removing intermediate container d04fbeb739f3 08:32:14 ---> 6c011f508f3c 08:32:14 Step 4/6 : WORKDIR /edgex-go 08:32:14 ---> Running in 0a5fb3e126da 08:32:14 Removing intermediate container 0a5fb3e126da 08:32:14 ---> a22e0f51bc67 08:32:14 Step 5/6 : COPY go.mod . 08:32:14 ---> d5dad30d881d 08:32:14 Step 6/6 : RUN go mod download 08:32:14 ---> Running in 003a511b5f1c 08:32:41 Removing intermediate container 003a511b5f1c 08:32:41 ---> ebdab4b281b1 08:32:41 Successfully built ebdab4b281b1 08:32:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:32:42 + docker inspect -f . ci-base-image-x86_64 08:32:42 . [Pipeline] withDockerContainer 08:32:42 prd-centos7-docker-4c-2g-2477 does not seem to be running inside a container 08:32:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:32:44 $ docker top e39e7f088581fb00b4f67520ab22447f9c1c9699f995cb0da4e2e43d13df4110 -eo pid,comm [Pipeline] { [Pipeline] sh 08:32:44 + go version 08:32:44 go version go1.16.3 linux/amd64 [Pipeline] } 08:32:44 $ docker stop --time=1 e39e7f088581fb00b4f67520ab22447f9c1c9699f995cb0da4e2e43d13df4110 08:32:47 $ docker rm -f e39e7f088581fb00b4f67520ab22447f9c1c9699f995cb0da4e2e43d13df4110 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:32:47 + docker inspect -f . ci-base-image-x86_64 08:32:47 . [Pipeline] withDockerContainer 08:32:47 prd-centos7-docker-4c-2g-2477 does not seem to be running inside a container 08:32:47 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:32:49 $ docker top 829634135d67ca6ec66cbde41bc933f7d5fed14d34852a3093f839d8c89ed3e6 -eo pid,comm [Pipeline] { [Pipeline] echo 08:32:50 ========================================================= 08:32:50 [edgeXBuildGoParallel] Running Tests and Build... 08:32:50 ========================================================= [Pipeline] sh 08:32:51 + go mod tidy [Pipeline] sh 08:32:55 + make test 08:32:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:33:10 ? github.com/edgexfoundry/edgex-go [no test files] 08:33:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:33:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:33:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:33:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:34:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:34:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:34:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:34:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:34:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:34:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:34:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:34:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:34:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.207s coverage: 45.9% of statements 08:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.107s coverage: 19.8% of statements 08:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.102s coverage: 100.0% of statements 08:34:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2485 in /w/workspace/edgexfoundry_edgex-go_PR-3404 [Pipeline] { [Pipeline] ws 08:34:17 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 08:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.309s coverage: 27.1% of statements 08:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.113s coverage: 100.0% of statements 08:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements 08:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.208s coverage: 71.3% of statements 08:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.218s coverage: 87.7% of statements 08:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.108s coverage: 78.9% of statements 08:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:34:22 using credential edgex-jenkins-ssh 08:34:22 Cloning the remote Git repository 08:34:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:34:23 > git init /w/workspace/edgex-go/3 # timeout=10 08:34:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:34:23 > git --version # timeout=10 08:34:23 > git --version # 'git version 2.17.1' 08:34:23 using GIT_SSH to set credentials SSH Credentials for GitHub 08:34:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:34:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.407s coverage: 28.6% of statements 08:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:34:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.151s coverage: 100.0% of statements 08:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:34:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.150s coverage: 100.0% of statements 08:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:34:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.341s coverage: 86.7% of statements 08:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:34:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.212s coverage: 97.5% of statements 08:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:34:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.145s coverage: 78.3% of statements 08:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:34:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:34:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.026s coverage: 95.1% of statements 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:34:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.144s coverage: 58.8% of statements 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:34:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.133s coverage: 0.9% of statements 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:34:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.069s coverage: 47.1% of statements 08:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.100s coverage: 79.5% of statements 08:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.097s coverage: 94.1% of statements 08:34:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.124s coverage: 96.3% of statements 08:34:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.175s coverage: 87.5% of statements 08:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.201s coverage: 94.4% of statements 08:34:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.071s coverage: 44.8% of statements 08:34:45 Merging remotes/origin/master commit d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit 3718f1804264b4d9eff5b8dceaa8090d27be1d0a 08:34:45 Merge succeeded, producing b35cb5348cb1a0b7d1d55228b2b9c950a697fdbd 08:34:45 Checking out Revision b35cb5348cb1a0b7d1d55228b2b9c950a697fdbd (PR-3404) 08:34:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:34:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:34:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:34:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:34:44 using GIT_SSH to set credentials SSH Credentials for GitHub 08:34:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3404/head:refs/remotes/origin/PR-3404 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:34:45 > git config core.sparsecheckout # timeout=10 08:34:45 > git checkout -f 3718f1804264b4d9eff5b8dceaa8090d27be1d0a # timeout=10 08:34:45 > git remote # timeout=10 08:34:45 > git config --get remote.origin.url # timeout=10 08:34:45 using GIT_SSH to set credentials SSH Credentials for GitHub 08:34:45 > git merge d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 08:34:45 > git rev-parse HEAD^{commit} # timeout=10 08:34:45 > git config core.sparsecheckout # timeout=10 08:34:45 > git checkout -f b35cb5348cb1a0b7d1d55228b2b9c950a697fdbd # timeout=10 08:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.850s coverage: 81.8% of statements 08:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:34:50 Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" 08:34:50 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:34:50 > git rev-list --no-walk 2e8c8e8081d8358bca3ace7d04e1e53d0a39a98c # timeout=10 08:34:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:34:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:34:52 + true 08:34:52 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:34:54 provisioning config files... 08:34:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1440549788914546245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:34:54 ---> docker-login.sh 08:34:54 nexus3.edgexfoundry.org:10001 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.282s coverage: 92.9% of statements 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.102s coverage: 87.2% of statements 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.8% of statements 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.106s coverage: 87.2% of statements 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.126s coverage: 84.6% of statements 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.6% of statements 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.764s coverage: 64.4% of statements 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.086s coverage: 100.0% of statements 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.142s coverage: 100.0% of statements 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.263s coverage: 69.0% of statements 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 40.5% of statements 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.227s coverage: 89.5% of statements 08:34:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.151s coverage: 84.8% of statements 08:34:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:56 Configure a credential helper to remove this warning. See 08:34:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:56 08:34:56 Login Succeeded 08:34:56 nexus3.edgexfoundry.org:10002 08:34:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:56 Configure a credential helper to remove this warning. See 08:34:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:56 08:34:56 Login Succeeded 08:34:56 nexus3.edgexfoundry.org:10003 08:34:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:57 Configure a credential helper to remove this warning. See 08:34:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:57 08:34:57 Login Succeeded 08:34:57 nexus3.edgexfoundry.org:10004 08:34:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:57 Configure a credential helper to remove this warning. See 08:34:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:57 08:34:57 Login Succeeded 08:34:57 docker.io 08:34:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:34:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:34:58 Configure a credential helper to remove this warning. See 08:34:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:34:58 08:34:58 Login Succeeded 08:34:58 ---> docker-login.sh ends [Pipeline] } 08:34:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:34:59 ========================================================= 08:34:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 08:34:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:34:59 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 08:35:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.484s coverage: 47.0% of statements 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:35:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.099s coverage: 100.0% of statements 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:35:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.086s coverage: 100.0% of statements 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:35:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.125s coverage: 9.6% of statements 08:35:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:35:02 Sending build context to Docker daemon 167.4MB 08:35:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:35:02 Step 2/6 : FROM ${BASE} 08:35:02 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:35:02 595b0fe564bb: Pulling fs layer 08:35:02 7186ed65a4f7: Pulling fs layer 08:35:02 316046926c0a: Pulling fs layer 08:35:02 4ebd0625c992: Pulling fs layer 08:35:02 207e8628e3a3: Pulling fs layer 08:35:02 c791037a9be2: Pulling fs layer 08:35:02 ffd874e62e21: Pulling fs layer 08:35:02 4ebd0625c992: Waiting 08:35:02 207e8628e3a3: Waiting 08:35:02 c791037a9be2: Waiting 08:35:02 ffd874e62e21: Waiting 08:35:02 316046926c0a: Download complete 08:35:02 7186ed65a4f7: Verifying Checksum 08:35:02 7186ed65a4f7: Download complete 08:35:02 207e8628e3a3: Verifying Checksum 08:35:02 207e8628e3a3: Download complete 08:35:02 c791037a9be2: Download complete 08:35:02 595b0fe564bb: Verifying Checksum 08:35:02 595b0fe564bb: Download complete 08:35:02 595b0fe564bb: Pull complete 08:35:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.820s coverage: 92.6% of statements 08:35:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:35:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:35:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:35:04 7186ed65a4f7: Pull complete 08:35:04 316046926c0a: Pull complete 08:35:04 ffd874e62e21: Verifying Checksum 08:35:04 ffd874e62e21: Download complete 08:35:05 4ebd0625c992: Verifying Checksum 08:35:05 4ebd0625c992: Download complete 08:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.623s coverage: 28.7% of statements 08:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.143s coverage: 99.0% of statements 08:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.156s coverage: 100.0% of statements 08:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:35:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.311s coverage: 64.6% of statements 08:35:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:35:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.255s coverage: 97.6% of statements 08:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:35:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:35:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.088s coverage: 0.0% of statements 08:35:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:35:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements 08:35:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:35:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:35:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:35:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:35:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements 08:35:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:35:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:35:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 08:35:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.073s coverage: 28.1% of statements 08:35:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.064s coverage: 100.0% of statements 08:35:09 GO111MODULE=on go vet ./... 08:35:15 4ebd0625c992: Pull complete 08:35:15 207e8628e3a3: Pull complete 08:35:15 c791037a9be2: Pull complete 08:35:19 ffd874e62e21: Pull complete 08:35:19 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 08:35:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 08:35:19 ---> cfc18b08335c 08:35:19 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 08:35:22 ---> Running in 19d965ec4409 08:35:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:35:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:35:25 (1/12) Installing libmagic (5.39-r0) 08:35:25 (2/12) Installing file (5.39-r0) 08:35:25 (3/12) Installing libc-dev (0.7.2-r3) 08:35:25 (4/12) Installing g++ (10.2.1_pre1-r3) 08:35:31 (5/12) Installing fortify-headers (1.1-r0) 08:35:31 (6/12) Installing patch (2.7.6-r6) 08:35:31 (7/12) Installing build-base (0.5-r2) 08:35:31 (8/12) Installing libsodium (1.0.18-r0) 08:35:31 (9/12) Installing pkgconf (1.7.3-r0) 08:35:31 (10/12) Installing libsodium-dev (1.0.18-r0) 08:35:31 (11/12) Installing libzmq (4.3.3-r1) 08:35:31 (12/12) Installing zeromq-dev (4.3.3-r1) 08:35:31 Executing busybox-1.32.1-r6.trigger 08:35:31 OK: 218 MiB in 52 packages 08:35:35 Removing intermediate container 19d965ec4409 08:35:35 ---> 77632b5409c5 08:35:35 Step 4/6 : WORKDIR /edgex-go 08:35:35 ---> Running in 0084fd399aa3 08:35:35 Removing intermediate container 0084fd399aa3 08:35:35 ---> dc189e8745ac 08:35:35 Step 5/6 : COPY go.mod . 08:35:36 ---> c7d12a92c38d 08:35:36 Step 6/6 : RUN go mod download 08:35:36 ---> Running in ae0bea9a4c7b 08:36:03 Removing intermediate container ae0bea9a4c7b 08:36:03 ---> cfc209d160fe 08:36:03 Successfully built cfc209d160fe 08:36:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:36:03 + docker inspect -f . ci-base-image-arm64 08:36:03 . [Pipeline] withDockerContainer 08:36:04 prd-ubuntu18.04-docker-arm64-4c-16g-2485 does not seem to be running inside a container 08:36:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat 08:36:05 $ docker top 54ffa8f21c780bafb83390fce926dd29e9bac0ac4ccb57b0ed246847575d0047 -eo pid,comm [Pipeline] { [Pipeline] sh 08:36:06 + go version 08:36:06 go version go1.16.3 linux/arm64 [Pipeline] } 08:36:06 $ docker stop --time=1 54ffa8f21c780bafb83390fce926dd29e9bac0ac4ccb57b0ed246847575d0047 08:36:06 gofmt -l . 08:36:08 [ "`gofmt -l .`" = "" ] 08:36:08 $ docker rm -f 54ffa8f21c780bafb83390fce926dd29e9bac0ac4ccb57b0ed246847575d0047 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:36:09 ./bin/test-go-mod-tidy.sh 08:36:09 + docker inspect -f . ci-base-image-arm64 08:36:09 . [Pipeline] withDockerContainer 08:36:09 prd-ubuntu18.04-docker-arm64-4c-16g-2485 does not seem to be running inside a container 08:36:09 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat 08:36:10 ./bin/test-attribution-txt.sh 08:36:11 $ docker top 999ac846d0b959cdee508963b339da228e3c7e7f54e736355136972fd3edc1c2 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo 08:36:11 ========================================================= 08:36:11 [edgeXBuildGoParallel] Running Tests and Build... 08:36:11 ========================================================= [Pipeline] sh 08:36:12 + ls -al . 08:36:12 total 800 08:36:12 drwxrwxr-x 10 1001 1001 4096 Apr 30 08:36 . 08:36:12 drwxr-xr-x 4 root root 28 Apr 30 08:32 .. 08:36:12 -rw-rw-r-- 1 1001 1001 11 Apr 30 08:30 .dockerignore 08:36:12 drwxrwxr-x 8 1001 1001 179 Apr 30 08:30 .git 08:36:12 drwxrwxr-x 3 1001 1001 125 Apr 30 08:30 .github 08:36:12 -rw-rw-r-- 1 1001 1001 818 Apr 30 08:30 .gitignore 08:36:12 drwx------ 3 1001 1001 60 Apr 30 08:31 .semver 08:36:12 -rw-rw-r-- 1 1001 1001 166 Apr 30 08:30 .sonarcloud.properties 08:36:12 -rw-rw-r-- 1 1001 1001 8609 Apr 30 08:30 Attribution.txt 08:36:12 -rw-rw-r-- 1 1001 1001 3804 Apr 30 08:30 CONTRIBUTING.md 08:36:12 -rw-rw-r-- 1 1001 1001 931 Apr 30 08:30 Dockerfile.build 08:36:12 -rw-rw-r-- 1 1001 1001 863 Apr 30 08:30 Jenkinsfile 08:36:12 -rw-rw-r-- 1 1001 1001 10775 Apr 30 08:30 LICENSE 08:36:12 -rw-rw-r-- 1 1001 1001 5774 Apr 30 08:30 Makefile 08:36:12 -rw-rw-r-- 1 1001 1001 7978 Apr 30 08:30 README.md 08:36:12 -rw-rw-r-- 1 1001 1001 6755 Apr 30 08:30 SECURITY.md 08:36:12 -rw-rw-r-- 1 1001 1001 5 Apr 30 08:31 VERSION 08:36:12 -rw-rw-r-- 1 1001 1001 4131 Apr 30 08:30 ZMQWindows.md 08:36:12 drwxrwxr-x 2 1001 1001 117 Apr 30 08:30 bin 08:36:12 drwxrwxr-x 14 1001 1001 4096 Apr 30 08:30 cmd 08:36:12 -rw-r--r-- 1 root root 691485 Apr 30 08:35 coverage.out 08:36:12 -rw-r--r-- 1 root root 1060 Apr 30 08:36 go.mod 08:36:12 -rw-r--r-- 1 root root 21862 Apr 30 08:32 go.sum 08:36:12 drwxrwxr-x 8 1001 1001 127 Apr 30 08:30 internal 08:36:12 drwxrwxr-x 4 1001 1001 26 Apr 30 08:30 openapi 08:36:12 drwxrwxr-x 4 1001 1001 71 Apr 30 08:30 snap 08:36:12 -rw-rw-r-- 1 1001 1001 168 Apr 30 08:30 version.go 08:36:12 + go mod tidy [Pipeline] sh 08:36:12 + '[' -e coverage.out ] 08:36:12 + chown 1001:1001 coverage.out [Pipeline] stash 08:36:12 Stashed 1 file(s) [Pipeline] sh 08:36:13 + make build 08:36:13 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 [Pipeline] sh 08:36:14 + make test 08:36:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:36:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:36:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:36:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:36:40 ? github.com/edgexfoundry/edgex-go [no test files] 08:36:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:36:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:36:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:36:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:36:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:36:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:36:55 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 08:36:58 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] } 08:37:04 $ docker stop --time=1 829634135d67ca6ec66cbde41bc933f7d5fed14d34852a3093f839d8c89ed3e6 08:37:06 $ docker rm -f 829634135d67ca6ec66cbde41bc933f7d5fed14d34852a3093f839d8c89ed3e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:37:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:37:08 08:37:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:37:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:37:09 latest: Pulling from edgex-devops/edgex-compose 08:37:09 cbdbe7a5bc2a: Pulling fs layer 08:37:09 ca9280d653b3: Pulling fs layer 08:37:09 7e9c9ca2126c: Pulling fs layer 08:37:09 cbdbe7a5bc2a: Verifying Checksum 08:37:09 cbdbe7a5bc2a: Download complete 08:37:10 cbdbe7a5bc2a: Pull complete 08:37:10 ca9280d653b3: Verifying Checksum 08:37:10 ca9280d653b3: Download complete 08:37:13 ca9280d653b3: Pull complete 08:37:13 7e9c9ca2126c: Download complete 08:37:23 7e9c9ca2126c: Pull complete 08:37:23 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:37:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:37:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:37:24 prd-centos7-docker-4c-2g-2477 does not seem to be running inside a container 08:37:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:37:25 $ docker top c11243d0180a8945a90ed756342a6d46de50b45592a7defa63e61a5a2cb18862 -eo pid,comm [Pipeline] { [Pipeline] sh 08:37:26 + docker-compose build --help 08:37:26 + grep parallel 08:37:28 --parallel Build images in parallel. [Pipeline] } 08:37:28 $ docker stop --time=1 c11243d0180a8945a90ed756342a6d46de50b45592a7defa63e61a5a2cb18862 08:37:30 $ docker rm -f c11243d0180a8945a90ed756342a6d46de50b45592a7defa63e61a5a2cb18862 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:37:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:37:30 . [Pipeline] withDockerContainer 08:37:30 prd-centos7-docker-4c-2g-2477 does not seem to be running inside a container 08:37:31 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:37:32 $ docker top 16642938d228482a1f2f2e8031b9abeb721c4591b3313357275eb56b941fdc53 -eo pid,comm [Pipeline] { [Pipeline] sh 08:37:32 + docker-compose -f ./docker-compose-build.yml build --parallel 08:37:34 Building docker-core-command-go ... 08:37:34 Building docker-core-data-go ... 08:37:34 Building docker-core-metadata-go ... 08:37:34 Building docker-security-bootstrapper-go ... 08:37:34 Building docker-security-proxy-setup-go ... 08:37:34 Building docker-security-secretstore-setup-go ... 08:37:34 Building docker-support-notifications-go ... 08:37:34 Building docker-support-scheduler-go ... 08:37:34 Building docker-sys-mgmt-agent-go ... 08:37:34 Building docker-core-data-go 08:37:34 Building docker-security-bootstrapper-go 08:37:34 Building docker-security-secretstore-setup-go 08:37:34 Building docker-security-proxy-setup-go 08:37:34 Building docker-sys-mgmt-agent-go 08:37:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:37:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:37:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:37:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:38:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:38:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:38:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:38:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:38:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:38:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:38:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:38:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:38:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.297s coverage: 45.9% of statements 08:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:38:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.164s coverage: 19.8% of statements 08:38:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.244s coverage: 100.0% of statements 08:38:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:38:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:38:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:38:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:38:21 ---> ebdab4b281b1 08:38:21 Step 3/21 : WORKDIR /edgex-go 08:38:21 ---> ebdab4b281b1 08:38:21 Step 3/23 : WORKDIR /edgex-go 08:38:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:38:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:38:21 ---> ebdab4b281b1 08:38:21 Step 3/23 : WORKDIR /edgex-go 08:38:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:38:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:38:21 ---> ebdab4b281b1 08:38:21 Step 3/24 : WORKDIR /edgex-go 08:38:21 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:38:21 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:38:21 ---> ebdab4b281b1 08:38:21 Step 3/31 : WORKDIR /edgex-go 08:38:21 ---> Running in f042c027f9a6 08:38:21 ---> Running in 1a3f15b85745 08:38:21 ---> Running in 98d89b1699b9 08:38:21 ---> Running in 8b5d0f8fe881 08:38:21 ---> Running in 3cbc3c93ce3f 08:38:22 Removing intermediate container 8b5d0f8fe881 08:38:22 ---> d128ac92dc19 08:38:22 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:22 Removing intermediate container 98d89b1699b9 08:38:22 ---> ad33f67f338d 08:38:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:22 Removing intermediate container 1a3f15b85745 08:38:22 ---> bf4ce7f7ca96 08:38:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:22 Removing intermediate container f042c027f9a6 08:38:22 ---> ad5bd892f815 08:38:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:22 Removing intermediate container 3cbc3c93ce3f 08:38:22 ---> fc77b2a33edf 08:38:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:22 ---> Running in f0d5cc15c145 08:38:22 ---> Running in 74ac5cc081cd 08:38:22 ---> Running in 8cbebb2ee5f2 08:38:22 ---> Running in 0ebd5bbb89fa 08:38:22 ---> Running in 93dd36114aac 08:38:25 Removing intermediate container 74ac5cc081cd 08:38:25 ---> f6b2ad867e5c 08:38:25 Step 5/23 : RUN apk add --update --no-cache make bash git 08:38:25 ---> Running in 0d62f0564b4a 08:38:25 Removing intermediate container 8cbebb2ee5f2 08:38:25 ---> 4e8680440ad0 08:38:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:38:25 ---> Running in 190fb2c2b4d8 08:38:25 Removing intermediate container f0d5cc15c145 08:38:25 ---> 7fb0bb6d5608 08:38:25 Step 5/31 : RUN apk add --update --no-cache make git 08:38:26 Removing intermediate container 93dd36114aac 08:38:26 ---> 9d31eaabda7e 08:38:26 Step 5/24 : RUN apk add --update --no-cache make git 08:38:26 Removing intermediate container 0ebd5bbb89fa 08:38:26 ---> 6269b03d6857 08:38:26 Step 5/21 : RUN apk add --update --no-cache make git 08:38:26 ---> Running in 2183f70c4504 08:38:26 ---> Running in f6869a1a5e47 08:38:26 ---> Running in e208a8e39cd4 08:38:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:38:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:38:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:38:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:38:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:38:28 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:38:28 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:38:28 OK: 219 MiB in 52 packages 08:38:28 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:38:29 OK: 219 MiB in 52 packages 08:38:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.581s coverage: 27.1% of statements 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.139s coverage: 100.0% of statements 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.176s coverage: 100.0% of statements 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.243s coverage: 71.3% of statements 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:38:30 OK: 219 MiB in 52 packages 08:38:30 OK: 219 MiB in 52 packages 08:38:30 Removing intermediate container 190fb2c2b4d8 08:38:30 ---> 6278ed86d701 08:38:30 Step 6/23 : COPY go.mod . 08:38:31 Removing intermediate container 0d62f0564b4a 08:38:31 ---> 52f68c677c41 08:38:31 Step 6/23 : COPY go.mod . 08:38:31 Removing intermediate container 2183f70c4504 08:38:31 ---> 4e80d6319ac0 08:38:31 Step 6/31 : COPY go.mod . 08:38:31 ---> 188993035f23 08:38:31 Step 7/23 : RUN go mod download 08:38:31 ---> eaf6122c184d 08:38:31 Step 7/23 : RUN go mod download 08:38:31 Removing intermediate container e208a8e39cd4 08:38:31 ---> 9dd888e41ec9 08:38:31 Step 6/21 : COPY go.mod . 08:38:31 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:38:31 ---> Running in 27dc796169b8 08:38:31 ---> Running in 461a9571eb36 08:38:32 ---> 12e727a723e2 08:38:32 Step 7/31 : RUN go mod download 08:38:32 ---> Running in 107eb62d8eec 08:38:32 ---> 870ff257c82b 08:38:32 Step 7/21 : RUN go mod download 08:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.498s coverage: 87.7% of statements 08:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.201s coverage: 78.9% of statements 08:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:38:32 ---> Running in 7335c107abad 08:38:34 OK: 219 MiB in 52 packages 08:38:35 Removing intermediate container 7335c107abad 08:38:35 ---> 596cace4a409 08:38:35 Step 8/21 : COPY . . 08:38:35 Removing intermediate container 27dc796169b8 08:38:35 ---> 668c836ad503 08:38:35 Step 8/23 : COPY . . 08:38:36 Removing intermediate container 107eb62d8eec 08:38:36 ---> 43bf3ac78a0b 08:38:36 Step 8/31 : COPY . . 08:38:37 Removing intermediate container 461a9571eb36 08:38:37 ---> c1bcbfcdbc3a 08:38:37 Step 8/23 : COPY . . 08:38:38 Removing intermediate container f6869a1a5e47 08:38:38 ---> d6116602e335 08:38:38 Step 6/24 : COPY go.mod . 08:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.259s coverage: 28.6% of statements 08:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.328s coverage: 100.0% of statements 08:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.161s coverage: 100.0% of statements 08:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.363s coverage: 86.7% of statements 08:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.439s coverage: 97.5% of statements 08:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.267s coverage: 78.3% of statements 08:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:38:43 ---> 8dec84f96c2b 08:38:43 Step 7/24 : RUN go mod download 08:38:45 ---> Running in 0578c16ebb14 08:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.383s coverage: 95.1% of statements 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:38:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.119s coverage: 58.8% of statements 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:38:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.311s coverage: 0.9% of statements 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.138s coverage: 47.1% of statements 08:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.173s coverage: 79.5% of statements 08:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.118s coverage: 94.1% of statements 08:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.157s coverage: 96.3% of statements 08:38:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.170s coverage: 87.5% of statements 08:38:58 Removing intermediate container 0578c16ebb14 08:38:58 ---> 7f129e44cb34 08:38:58 Step 8/24 : COPY . . 08:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.200s coverage: 94.4% of statements 08:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.132s coverage: 44.8% of statements 08:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.498s coverage: 81.8% of statements 08:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.220s coverage: 92.9% of statements 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.119s coverage: 100.0% of statements 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 75.5% of statements 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.135s coverage: 80.8% of statements 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.211s coverage: 87.2% of statements 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.223s coverage: 84.6% of statements 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.256s coverage: 91.6% of statements 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.750s coverage: 64.4% of statements 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.136s coverage: 100.0% of statements 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.118s coverage: 100.0% of statements 08:39:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements 08:39:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 08:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.021s coverage: 69.0% of statements 08:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:39:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.665s coverage: 40.5% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.112s coverage: 89.5% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements 08:39:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.489s coverage: 47.0% of statements 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:39:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.165s coverage: 100.0% of statements 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:39:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:39:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.125s coverage: 9.6% of statements 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:39:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.517s coverage: 92.6% of statements 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:39:31 ---> 6d9c532c3b78 08:39:31 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:39:31 ---> Running in 2d4ddb747e9d 08:39:31 ---> bda7a81d8e36 08:39:31 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:39:31 ---> a022c6e49d6b 08:39:31 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:39:31 ---> 13c24dbf2f58 08:39:31 Step 9/23 : RUN make cmd/core-data/core-data 08:39:32 ---> Running in 3ec44be33981 08:39:32 ---> Running in 66a5d9768dea 08:39:32 ---> Running in da9cab388641 08:39:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:39:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:39:33 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 08:39:33 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:39:38 ---> fc6aa47c383b 08:39:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:39:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.106s coverage: 28.7% of statements 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:39:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.233s coverage: 99.0% of statements 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:39:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.185s coverage: 100.0% of statements 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:39:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.206s coverage: 64.6% of statements 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:39:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.408s coverage: 97.6% of statements 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:39:39 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:39:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:39:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:39:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:39:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements 08:39:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.130s coverage: 28.1% of statements 08:39:39 ---> Running in d6dab66867e8 08:39:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 08:39:41 GO111MODULE=on go vet ./... 08:39:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:40:20 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 08:40:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:40:31 Removing intermediate container 66a5d9768dea 08:40:31 ---> 6ac429b04e32 08:40:31 08:40:31 Step 10/31 : FROM alpine:3.12 08:40:31 3.12: Pulling from library/alpine 08:40:31 Removing intermediate container 2d4ddb747e9d 08:40:31 ---> 57c03432af3e 08:40:31 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:40:31 ---> Running in 4af7ec24b202 08:40:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:40:34 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:40:34 Status: Downloaded newer image for alpine:3.12 08:40:34 ---> 13621d1b12d4 08:40:34 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:40:35 ---> Running in 689979d5a654 08:40:35 Removing intermediate container 3ec44be33981 08:40:35 ---> d3aec9be9d23 08:40:35 08:40:35 Step 10/21 : FROM alpine:3.12 08:40:35 ---> 13621d1b12d4 08:40:35 Step 11/21 : RUN apk add --update --no-cache curl 08:40:35 ---> Running in c56d3502e839 08:40:36 Removing intermediate container 689979d5a654 08:40:36 ---> c8e58dc8d42a 08:40:36 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:40:36 ---> Running in 1caf0a685910 08:40:39 Removing intermediate container 4af7ec24b202 08:40:39 ---> 04ebceed6874 08:40:39 08:40:39 Step 11/23 : FROM docker:20.10.0 08:40:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:39 20.10.0: Pulling from library/docker 08:40:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:39 (1/4) Installing ca-certificates (20191127-r4) 08:40:39 (1/2) Installing dumb-init (1.2.2-r1) 08:40:39 (2/2) Installing su-exec (0.2-r1) 08:40:39 Executing busybox-1.31.1-r20.trigger 08:40:39 OK: 6 MiB in 16 packages 08:40:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:40:39 (3/4) Installing libcurl (7.76.1-r0) 08:40:39 (4/4) Installing curl (7.76.1-r0) 08:40:39 Executing busybox-1.31.1-r20.trigger 08:40:39 Executing ca-certificates-20191127-r4.trigger 08:40:39 Removing intermediate container d6dab66867e8 08:40:39 ---> 332355c80da1 08:40:39 08:40:39 Step 10/24 : FROM alpine:3.12 08:40:39 ---> 13621d1b12d4 08:40:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:40:39 OK: 7 MiB in 18 packages 08:40:40 ---> Running in 7e226434c4ca 08:40:40 Removing intermediate container da9cab388641 08:40:40 ---> aaf7ae7a5fb3 08:40:40 08:40:40 Step 10/23 : FROM alpine:3.12 08:40:40 ---> 13621d1b12d4 08:40:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:40:40 ---> Running in 3d8761ed0281 08:40:42 Removing intermediate container 3d8761ed0281 08:40:42 ---> 8bc8b5c1ffe6 08:40:42 Step 12/23 : ENV APP_PORT=48080 08:40:42 Removing intermediate container 1caf0a685910 08:40:42 ---> 6743ea7102ed 08:40:42 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:40:42 ---> Running in 38cc7b916f12 08:40:42 ---> Running in 46a6904e2625 08:40:42 Removing intermediate container c56d3502e839 08:40:42 ---> e48f0183d6db 08:40:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:40:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:42 ---> Running in 83de1359216a 08:40:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:43 Removing intermediate container 38cc7b916f12 08:40:43 ---> 28a3808d49f7 08:40:43 Step 13/23 : EXPOSE $APP_PORT 08:40:43 Removing intermediate container 46a6904e2625 08:40:43 ---> 6423a2862b05 08:40:43 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:40:43 (1/6) Installing ca-certificates (20191127-r4) 08:40:43 ---> Running in dea456c21e04 08:40:43 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:40:43 ---> Running in 5e7f3943b387 08:40:43 (3/6) Installing libcurl (7.76.1-r0) 08:40:43 (4/6) Installing curl (7.76.1-r0) 08:40:43 (5/6) Installing dumb-init (1.2.2-r1) 08:40:43 (6/6) Installing su-exec (0.2-r1) 08:40:43 Executing busybox-1.31.1-r20.trigger 08:40:43 Removing intermediate container 83de1359216a 08:40:43 ---> ef332bc83ec6 08:40:43 Step 13/21 : WORKDIR /edgex 08:40:43 Executing ca-certificates-20191127-r4.trigger 08:40:43 OK: 7 MiB in 20 packages 08:40:44 ---> Running in 689544182e29 08:40:44 Removing intermediate container dea456c21e04 08:40:44 ---> 92a7c5f49e33 08:40:44 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:40:44 Removing intermediate container 5e7f3943b387 08:40:44 ---> 634c5d50e4df 08:40:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:44 ---> Running in 47f2ad64a565 08:40:44 ---> Running in 561f76f50a4c 08:40:45 Removing intermediate container 689544182e29 08:40:45 ---> d1b9a996d8bb 08:40:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:40:45 Removing intermediate container 7e226434c4ca 08:40:45 ---> 1bfbd126a673 08:40:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:40:45 ---> Running in 1eccc36f4339 08:40:45 ---> 608b1d04ed46 08:40:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:40:46 Removing intermediate container 1eccc36f4339 08:40:46 ---> ffab3020330a 08:40:46 Step 13/24 : WORKDIR / 08:40:46 ---> Running in 1cd31abdebf7 08:40:46 Removing intermediate container 1cd31abdebf7 08:40:46 ---> a943ef5dc194 08:40:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:40:47 ---> 174b58e36aff 08:40:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:40:47 Removing intermediate container 47f2ad64a565 08:40:47 ---> 829e4d13713e 08:40:47 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:40:47 ---> Running in 7035386e1b08 08:40:47 Removing intermediate container 561f76f50a4c 08:40:47 ---> bfc08a294ddd 08:40:47 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:40:47 ---> 51ca84ef6f42 08:40:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:40:47 ---> Running in 8bf1a732444e 08:40:49 Removing intermediate container 7035386e1b08 08:40:49 ---> 005aa185c87a 08:40:49 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:40:49 ---> 0248646f6aa9 08:40:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:40:49 ---> b2ee83c275a2 08:40:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:40:49 ---> Running in 1438da029c74 08:40:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:49 ---> a8d4a51f2201 08:40:49 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:40:49 ---> Running in 66b1978c54ec 08:40:49 Removing intermediate container 1438da029c74 08:40:49 ---> 7d7bc872ce7c 08:40:49 Step 18/21 : CMD ["--init=true"] 08:40:49 ---> 7f960ff8a43f 08:40:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:40:50 ---> Running in c9a97a3174e5 08:40:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:50 Removing intermediate container c9a97a3174e5 08:40:50 ---> 4ba0bd9ee38c 08:40:50 Step 19/21 : LABEL arch=x86_64 08:40:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:40:50 Status: Downloaded newer image for docker:20.10.0 08:40:50 ---> aefe523efa57 08:40:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:40:50 ---> Running in fb5a360afcd3 08:40:50 (1/6) Installing dumb-init (1.2.2-r1) 08:40:50 ---> Running in d7b67616fa5c 08:40:50 (2/6) Installing libgcc (9.3.0-r2) 08:40:50 ---> 8d8704b3740a 08:40:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:40:51 (3/6) Installing libsodium (1.0.18-r0) 08:40:51 (4/6) Installing libstdc++ (9.3.0-r2) 08:40:51 Removing intermediate container fb5a360afcd3 08:40:51 ---> d7cee96d16fc 08:40:51 Step 20/21 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:40:51 Removing intermediate container d7b67616fa5c 08:40:51 ---> 694411ad98f1 08:40:51 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:40:51 ---> Running in b65c29434e5a 08:40:51 (5/6) Installing libzmq (4.3.3-r0) 08:40:51 ---> Running in 8462bf0f83f1 08:40:51 (6/6) Installing zeromq (4.3.3-r0) 08:40:51 Executing busybox-1.31.1-r20.trigger 08:40:51 OK: 8 MiB in 20 packages 08:40:52 ---> 2611eed05325 08:40:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:40:52 Removing intermediate container b65c29434e5a 08:40:52 ---> 0cdb155457e2 08:40:52 Step 21/21 : LABEL version=0.0.0 08:40:52 Removing intermediate container 66b1978c54ec 08:40:52 ---> f3e17a23877c 08:40:52 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:40:52 ---> Running in 812905fd39ff 08:40:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:53 ---> 203c46ddc7a4 08:40:53 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/ 08:40:53 ---> 6b1284396d3c 08:40:53 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:40:53 Removing intermediate container 812905fd39ff 08:40:53 ---> 3f19a52691f0 08:40:53 08:40:53 ---> Running in e17f84a5a1cd 08:40:53 (1/39) Installing readline (8.0.4-r0) 08:40:53 (2/39) Installing bash (5.0.17-r0) 08:40:53 Executing bash-5.0.17-r0.post-install 08:40:53 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:40:53 (4/39) Installing libcurl (7.76.1-r0) 08:40:53 (5/39) Installing curl (7.76.1-r0) 08:40:53 (6/39) Installing dumb-init (1.2.2-r1) 08:40:53 (7/39) Installing libbz2 (1.0.8-r1) 08:40:53 (8/39) Installing expat (2.2.9-r1) 08:40:53 (9/39) Installing libffi (3.3-r2) 08:40:53 (10/39) Installing gdbm (1.13-r1) 08:40:53 (11/39) Installing xz-libs (5.2.5-r0) 08:40:53 (12/39) Installing sqlite-libs (3.32.1-r0) 08:40:53 (13/39) Installing python3 (3.8.8-r0) 08:40:53 Removing intermediate container 8bf1a732444e 08:40:53 ---> fc10739ef75d 08:40:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:40:54 ERROR: Failed to create usr/lib/python3.8/ensurepip/_bundled/setuptools-49.2.1-py3-none-any.whl: I/O error 08:40:54 ERROR: python3-3.8.8-r0: IO ERROR 08:40:54 Successfully built 3f19a52691f0 08:40:54 Successfully tagged docker-security-proxy-setup-go:latest 08:40:54  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 08:40:54 (14/39) Installing py3-appdirs (1.4.4-r1) 08:40:54 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:40:54 (16/39) Installing py3-parsing (2.4.7-r0) 08:40:54 (17/39) Installing py3-six (1.15.0-r0) 08:40:54 (18/39) Installing py3-packaging (20.4-r0) 08:40:54 (19/39) Installing py3-setuptools (47.0.0-r0) 08:40:54 ---> c8bdd9ed4f60 08:40:54 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:40:54 (20/39) Installing py3-chardet (3.0.4-r4) 08:40:54 (21/39) Installing py3-idna (2.9-r0) 08:40:55 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:40:55 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:40:55 ---> dcb28eaf80c8 08:40:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:40:55 (24/39) Installing py3-requests (2.23.0-r0) 08:40:55 (25/39) Installing py3-msgpack (1.0.0-r0) 08:40:55 (26/39) Installing py3-lockfile (0.12.2-r3) 08:40:55 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:40:55 (28/39) Installing py3-colorama (0.4.3-r0) 08:40:55 (29/39) Installing py3-distlib (0.3.0-r0) 08:40:56 (30/39) Installing py3-distro (1.5.0-r1) 08:40:56 (31/39) Installing py3-webencodings (0.5.1-r3) 08:40:57 (32/39) Installing py3-html5lib (1.0.1-r4) 08:40:57 ---> d5998c8ce66b 08:40:57 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:40:57 (33/39) Installing py3-pytoml (0.1.21-r0) 08:40:57 (34/39) Installing py3-pep517 (0.8.2-r0) 08:40:57 (35/39) Installing py3-progress (1.5-r0) 08:40:57 (36/39) Installing py3-toml (0.10.1-r0) 08:40:58 (37/39) Installing py3-retrying (1.3.3-r0) 08:40:58 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:40:58 (39/39) Installing py3-pip (20.1.1-r0) 08:40:58 ---> ba24caf1d528 08:40:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:41:00 Removing intermediate container e17f84a5a1cd 08:41:00 ---> ef67825394e2 08:41:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:41:00 Executing busybox-1.31.1-r19.trigger 08:41:00 1 error; 27 MiB in 58 packages 08:41:00 ---> 9667ef29017e 08:41:00 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:41:01 ---> Running in c6cc519e6eff 08:41:02 ---> 5f8dfc0f27fe 08:41:02 Step 19/23 : ENTRYPOINT ["/core-data"] 08:41:02 ---> d1ac7a8e5f30 08:41:02 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:41:02 ---> Running in b7efe40b76b5 08:41:03 Removing intermediate container c6cc519e6eff 08:41:03 ---> cdf18717edd0 08:41:03 Step 22/24 : LABEL arch=x86_64 08:41:03 Building docker-support-notifications-go 08:41:03 Removing intermediate container b7efe40b76b5 08:41:03 ---> 0ee06fd7e525 08:41:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:41:03 ---> Running in 7a62302baee1 08:41:03 ---> Running in 3c5d21e1b3e7 08:41:04 ---> Running in 800c2e1fdeb9 08:41:05 Removing intermediate container 3c5d21e1b3e7 08:41:05 ---> 0b9238d7288e 08:41:05 Step 23/24 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:41:05 Removing intermediate container 7a62302baee1 08:41:05 ---> 7f654f59f56e 08:41:05 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:41:05 Removing intermediate container 800c2e1fdeb9 08:41:05 ---> 77e8b2571738 08:41:05 Step 21/23 : LABEL arch=x86_64 08:41:06 ---> Running in b905b56405ab 08:41:06 ---> Running in 85173ca3e6c5 08:41:07 ---> 63ac692c8c49 08:41:07 Step 26/31 : RUN chmod +x /entrypoint.sh 08:41:07 Removing intermediate container b905b56405ab 08:41:07 ---> d649a9ae44b3 08:41:07 Step 24/24 : LABEL version=0.0.0 08:41:07 ---> Running in 2eb6dc794840 08:41:07 Removing intermediate container 85173ca3e6c5 08:41:07 ---> 1ffeb2cdbd55 08:41:07 Step 22/23 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:41:09 ---> Running in f2b7d693fed2 08:41:09 ---> Running in e54efc1cf3fd 08:41:09 Removing intermediate container 2eb6dc794840 08:41:09 ---> d208c4e91df5 08:41:09 08:41:10 Removing intermediate container e54efc1cf3fd 08:41:10 ---> 4f2bae115fb5 08:41:10 Step 23/23 : LABEL version=0.0.0 08:41:10 Successfully built d208c4e91df5 08:41:10 Successfully tagged docker-security-secretstore-setup-go:latest 08:41:10  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 08:41:11 ---> Running in 262b2b3f2a03 08:41:12 Removing intermediate container 262b2b3f2a03 08:41:12 ---> f8438cc7f0b1 08:41:12 08:41:13 Successfully built f8438cc7f0b1 08:41:13 Successfully tagged docker-core-data-go:latest 08:41:13 Building docker-core-command-go 08:41:15  Building docker-core-data-go ... done Removing intermediate container f2b7d693fed2 08:41:15 ---> ef274786686b 08:41:15 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:41:15 ---> Running in d856f7de9c51 08:41:16 Removing intermediate container d856f7de9c51 08:41:16 ---> e3e5b0385d77 08:41:16 Step 28/31 : CMD ["gate"] 08:41:16 ---> Running in e418b1d4ccb6 08:41:17 Removing intermediate container e418b1d4ccb6 08:41:17 ---> 13abbc62dec9 08:41:17 Step 29/31 : LABEL arch=x86_64 08:41:18 ---> Running in 6594fcfe2b20 08:41:18 Removing intermediate container 6594fcfe2b20 08:41:18 ---> 253e0a741e99 08:41:18 Step 30/31 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:41:19 ---> Running in 66ef4776a367 08:41:20 Removing intermediate container 66ef4776a367 08:41:20 ---> ed53b59fce1f 08:41:20 Step 31/31 : LABEL version=0.0.0 08:41:20 ---> Running in 28421459cc5b 08:41:21 Removing intermediate container 28421459cc5b 08:41:21 ---> bf5470893ce0 08:41:21 08:41:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:41:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:41:21 ---> ebdab4b281b1 08:41:21 Step 3/22 : WORKDIR /edgex-go 08:41:21 ---> Using cache 08:41:21 ---> ad5bd892f815 08:41:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:21 ---> Using cache 08:41:21 ---> 4e8680440ad0 08:41:21 Step 5/22 : RUN apk add --update --no-cache make git 08:41:22 Successfully built bf5470893ce0 08:41:22 Successfully tagged docker-security-bootstrapper-go:latest 08:41:23  Building docker-security-bootstrapper-go ... done  ---> Running in af5dcaeb57a1 08:41:25 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:41:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:41:27 OK: 219 MiB in 52 packages 08:41:29 Removing intermediate container af5dcaeb57a1 08:41:29 ---> d79a47acd15e 08:41:29 Step 6/22 : COPY go.mod . 08:41:30 ---> 4f3a1049402a 08:41:30 Step 7/22 : RUN go mod download 08:41:30 ---> Running in fefbe7ac4493 08:41:33 gofmt -l . 08:41:33 [ "`gofmt -l .`" = "" ] 08:41:33 ./bin/test-go-mod-tidy.sh 08:41:33 ./bin/test-attribution-txt.sh [Pipeline] sh 08:41:33 + ls -al . 08:41:33 total 828 08:41:33 drwxrwxr-x 9 1001 1001 4096 Apr 30 08:41 . 08:41:33 drwxr-xr-x 4 root root 4096 Apr 30 08:36 .. 08:41:33 -rw-rw-r-- 1 1001 1001 11 Apr 30 08:34 .dockerignore 08:41:33 drwxrwxr-x 8 1001 1001 4096 Apr 30 08:34 .git 08:41:33 drwxrwxr-x 3 1001 1001 4096 Apr 30 08:34 .github 08:41:33 -rw-rw-r-- 1 1001 1001 818 Apr 30 08:34 .gitignore 08:41:33 -rw-rw-r-- 1 1001 1001 166 Apr 30 08:34 .sonarcloud.properties 08:41:33 -rw-rw-r-- 1 1001 1001 8609 Apr 30 08:34 Attribution.txt 08:41:33 -rw-rw-r-- 1 1001 1001 3804 Apr 30 08:34 CONTRIBUTING.md 08:41:33 -rw-rw-r-- 1 1001 1001 931 Apr 30 08:34 Dockerfile.build 08:41:33 -rw-rw-r-- 1 1001 1001 863 Apr 30 08:34 Jenkinsfile 08:41:33 -rw-rw-r-- 1 1001 1001 10775 Apr 30 08:34 LICENSE 08:41:33 -rw-rw-r-- 1 1001 1001 5774 Apr 30 08:34 Makefile 08:41:33 -rw-rw-r-- 1 1001 1001 7978 Apr 30 08:34 README.md 08:41:33 -rw-rw-r-- 1 1001 1001 6755 Apr 30 08:34 SECURITY.md 08:41:33 -rw-rw-r-- 1 1001 1001 5 Apr 30 08:31 VERSION 08:41:33 -rw-rw-r-- 1 1001 1001 4131 Apr 30 08:34 ZMQWindows.md 08:41:33 drwxrwxr-x 2 1001 1001 4096 Apr 30 08:34 bin 08:41:33 drwxrwxr-x 14 1001 1001 4096 Apr 30 08:34 cmd 08:41:33 -rw-r--r-- 1 root root 691485 Apr 30 08:39 coverage.out 08:41:33 -rw-r--r-- 1 root root 1060 Apr 30 08:41 go.mod 08:41:33 -rw-r--r-- 1 root root 21862 Apr 30 08:36 go.sum 08:41:33 drwxrwxr-x 8 1001 1001 4096 Apr 30 08:34 internal 08:41:33 drwxrwxr-x 4 1001 1001 4096 Apr 30 08:34 openapi 08:41:33 drwxrwxr-x 4 1001 1001 4096 Apr 30 08:34 snap 08:41:33 -rw-rw-r-- 1 1001 1001 168 Apr 30 08:34 version.go [Pipeline] sh 08:41:34 + '[' -e coverage.out ] 08:41:34 + chown 1001:1001 coverage.out [Pipeline] stash 08:41:34 Warning: overwriting stash ‘coverage-report’ 08:41:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:41:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:41:36 ---> ebdab4b281b1 08:41:36 Step 3/22 : WORKDIR /edgex-go 08:41:36 ---> Using cache 08:41:36 ---> ad5bd892f815 08:41:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:36 ---> Using cache 08:41:36 ---> 4e8680440ad0 08:41:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:41:36 Removing intermediate container fefbe7ac4493 08:41:36 ---> b26addd6c825 08:41:36 Step 8/22 : COPY . . 08:41:36 Stashed 1 file(s) [Pipeline] sh 08:41:36 ---> Running in 66240c1412f1 08:41:36 + make build 08:41:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:41:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:41:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:41:40 OK: 219 MiB in 52 packages 08:41:44 Removing intermediate container 66240c1412f1 08:41:44 ---> 5663f78a8be1 08:41:44 Step 6/22 : COPY go.mod . 08:41:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:41:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:41:44 ---> ebdab4b281b1 08:41:44 Step 3/23 : WORKDIR /edgex-go 08:41:44 ---> Using cache 08:41:44 ---> ad5bd892f815 08:41:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:44 ---> Using cache 08:41:44 ---> 4e8680440ad0 08:41:44 Step 5/23 : RUN apk add --update --no-cache make git 08:41:44 ---> Using cache 08:41:44 ---> d79a47acd15e 08:41:44 Step 6/23 : COPY go.mod . 08:41:44 ---> Using cache 08:41:44 ---> 4f3a1049402a 08:41:44 Step 7/23 : RUN go mod download 08:41:44 ---> Using cache 08:41:44 ---> b26addd6c825 08:41:44 Step 8/23 : COPY . . 08:41:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:41:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:41:44 ---> ebdab4b281b1 08:41:44 Step 3/23 : WORKDIR /edgex-go 08:41:44 ---> Using cache 08:41:44 ---> ad5bd892f815 08:41:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:44 ---> Using cache 08:41:44 ---> 4e8680440ad0 08:41:44 Step 5/23 : RUN apk add --update --no-cache make git 08:41:44 ---> Using cache 08:41:44 ---> d79a47acd15e 08:41:44 Step 6/23 : COPY go.mod . 08:41:44 ---> Using cache 08:41:44 ---> 4f3a1049402a 08:41:44 Step 7/23 : RUN go mod download 08:41:44 ---> Using cache 08:41:44 ---> b26addd6c825 08:41:44 Step 8/23 : COPY . . 08:41:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:41:46 ---> cfa0d15a764b 08:41:46 Step 7/22 : RUN go mod download 08:41:47 ---> Running in bdd3b02dda49 08:41:59 Removing intermediate container bdd3b02dda49 08:41:59 ---> bf7f93ff5e40 08:41:59 Step 8/22 : COPY . . 08:42:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:42:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:42:22 ---> 23aee874539d 08:42:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:42:22 ---> fcfee5237c32 08:42:22 Step 9/23 : RUN make cmd/core-command/core-command 08:42:22 ---> Running in 6eb8cce7f159 08:42:22 ---> Running in 4ca1cebd2beb 08:42:22 ---> 88afdb28e0eb 08:42:22 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:42:22 ---> Running in be75150250d1 08:42:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:42:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:42:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:42:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:42:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:42:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:42:32 ---> 39d67114b6a6 08:42:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:42:32 ---> Running in b6c7d9651ff8 08:42: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 08:42:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:42:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:42:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:42:46 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 08:42:50 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] } 08:42:56 $ docker stop --time=1 999ac846d0b959cdee508963b339da228e3c7e7f54e736355136972fd3edc1c2 08:42:59 $ docker rm -f 999ac846d0b959cdee508963b339da228e3c7e7f54e736355136972fd3edc1c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:01 08:43:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:43:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:02 latest: Pulling from edgex-devops/edgex-compose-arm64 08:43:02 29e5d40040c1: Pulling fs layer 08:43:02 1ce36da41761: Pulling fs layer 08:43:02 25b303627fd3: Pulling fs layer 08:43:02 29e5d40040c1: Verifying Checksum 08:43:02 29e5d40040c1: Download complete 08:43:02 1ce36da41761: Verifying Checksum 08:43:02 1ce36da41761: Download complete 08:43:02 29e5d40040c1: Pull complete 08:43:04 1ce36da41761: Pull complete 08:43:04 25b303627fd3: Download complete 08:43:14 25b303627fd3: Pull complete 08:43:14 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:43:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:43:14 prd-ubuntu18.04-docker-arm64-4c-16g-2485 does not seem to be running inside a container 08:43:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:43:18 $ docker top a70df12e8738305beefa2bde967955ee11e9be7945ec2182b4c1888f70e20874 -eo pid,comm [Pipeline] { [Pipeline] sh 08:43:19 + docker-compose build --help 08:43:19 + grep parallel 08:43:21 Removing intermediate container 6eb8cce7f159 08:43:21 ---> 892d98c3e654 08:43:21 08:43:21 Step 10/22 : FROM alpine:3.12 08:43:21 ---> 13621d1b12d4 08:43:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:43:21 Removing intermediate container 4ca1cebd2beb 08:43:21 ---> f10a42b81e86 08:43:21 08:43:21 Step 10/23 : FROM alpine:3.12 08:43:21 ---> 13621d1b12d4 08:43:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:43:21 ---> Running in d599bb324cc3 08:43:21 ---> Running in c32dcb75cb01 08:43:21 Removing intermediate container be75150250d1 08:43:21 ---> d85612ea4322 08:43:21 08:43:21 Step 10/23 : FROM alpine:3.12 08:43:21 ---> 13621d1b12d4 08:43:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:43:21 ---> Running in 76ff70462639 08:43:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:43:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:43:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:43:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:43:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:43:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:43:21 (1/1) Installing dumb-init (1.2.2-r1) 08:43:21 Executing busybox-1.31.1-r20.trigger 08:43:21 (1/1) Installing dumb-init (1.2.2-r1) 08:43:21 Executing busybox-1.31.1-r20.trigger 08:43:21 OK: 6 MiB in 15 packages 08:43:21 OK: 6 MiB in 15 packages 08:43:21 (1/1) Installing dumb-init (1.2.2-r1) 08:43:21 Executing busybox-1.31.1-r20.trigger 08:43:21 OK: 6 MiB in 15 packages 08:43:21 Removing intermediate container b6c7d9651ff8 08:43:21 ---> 6db32cb12081 08:43:21 08:43:21 Step 10/22 : FROM alpine:3.12 08:43:21 ---> 13621d1b12d4 08:43:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:43:21 ---> Running in 5826a52f0113 08:43:21 Removing intermediate container 76ff70462639 08:43:21 ---> 11297b43eb9e 08:43:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:43:21 Removing intermediate container d599bb324cc3 08:43:21 ---> e6dd3faf1e9b 08:43:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:43:22 ---> Running in 76cc33a0069e 08:43:22 Removing intermediate container c32dcb75cb01 08:43:22 ---> 1478fd1cd617 08:43:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:43:22 ---> Running in 619d66a9f8b1 08:43:22 ---> Running in 7c0ce6ee11fc 08:43:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:43:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:43:22 Removing intermediate container 76cc33a0069e 08:43:22 ---> d5deb46926e0 08:43:22 Step 13/23 : ENV APP_PORT=48081 08:43:22 Removing intermediate container 619d66a9f8b1 08:43:22 ---> cedd7b9906bd 08:43:22 Step 13/23 : ENV APP_PORT=48082 08:43:22 Removing intermediate container 7c0ce6ee11fc 08:43:22 ---> 0c1be4614064 08:43:22 Step 13/22 : ENV APP_PORT=48085 08:43:22 ---> Running in b3cbc0aa30a7 08:43:22 (1/2) Installing ca-certificates (20191127-r4) 08:43:22 ---> Running in 07ed5f2393b7 08:43:22 (2/2) Installing dumb-init (1.2.2-r1) 08:43:22 Executing busybox-1.31.1-r20.trigger 08:43:22 Executing ca-certificates-20191127-r4.trigger 08:43:22 OK: 6 MiB in 16 packages 08:43:22 ---> Running in 23570562df21 08:43:23 Removing intermediate container 07ed5f2393b7 08:43:23 ---> 72fcf9cecbd4 08:43:23 Step 14/23 : EXPOSE $APP_PORT 08:43:23 Removing intermediate container b3cbc0aa30a7 08:43:23 ---> 7097e0a70ad7 08:43:23 Step 14/23 : EXPOSE $APP_PORT 08:43:23 --parallel Build images in parallel. [Pipeline] } 08:43:23 $ docker stop --time=1 a70df12e8738305beefa2bde967955ee11e9be7945ec2182b4c1888f70e20874 08:43:23 ---> Running in bf625eb9b153 08:43:23 ---> Running in 986aef46b6b8 08:43:23 Removing intermediate container 23570562df21 08:43:23 ---> c40b5f80c8e5 08:43:23 Step 14/22 : EXPOSE $APP_PORT 08:43:24 ---> Running in b2f2fc51901a 08:43:24 Removing intermediate container bf625eb9b153 08:43:24 ---> 04e30288567b 08:43:24 Step 15/23 : WORKDIR / 08:43:24 Removing intermediate container 5826a52f0113 08:43:24 ---> 887903bc3b87 08:43:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:43:24 Removing intermediate container 986aef46b6b8 08:43:24 ---> 455ab543ce0d 08:43:24 Step 15/23 : WORKDIR / 08:43:24 ---> Running in 79742dec1aa2 08:43:24 ---> Running in 8e9773003deb 08:43:24 ---> Running in e4a0ec995557 08:43:24 Removing intermediate container b2f2fc51901a 08:43:24 ---> 24397d3f7801 08:43:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:43:24 Removing intermediate container 79742dec1aa2 08:43:24 ---> 8ac5f9bdf479 08:43:24 Step 13/22 : ENV APP_PORT=48060 08:43:24 Removing intermediate container e4a0ec995557 08:43:24 ---> b663a320b876 08:43:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:43:24 Removing intermediate container 8e9773003deb 08:43:24 ---> 628d33e2c814 08:43:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:43:24 ---> Running in e6d2bb3ef3fa 08:43:24 ---> b3b9acda44b5 08:43:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:43:25 ---> cef7a43dd3f7 08:43:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:43:25 ---> 79a05669b4c9 08:43:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:43:25 Removing intermediate container e6d2bb3ef3fa 08:43:25 ---> 63ad12f1e320 08:43:25 Step 14/22 : EXPOSE $APP_PORT 08:43:25 $ docker rm -f a70df12e8738305beefa2bde967955ee11e9be7945ec2182b4c1888f70e20874 08:43:25 ---> Running in 3110db96ff53 [Pipeline] // withDockerContainer 08:43:25 ---> f4026a898348 08:43:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:25 Removing intermediate container 3110db96ff53 08:43:25 ---> a6db674abbd4 08:43:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:43:25 ---> c08adf4acd91 08:43:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:43:25 ---> 487f48418dff 08:43:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:43:25 ---> 7f72ba9210dd 08:43:25 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:43:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:26 . [Pipeline] withDockerContainer 08:43:26 ---> Running in 926bf3ae1984 08:43:26 ---> 1b8b8280828a 08:43:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:43:26 ---> 2866140c0b4f 08:43:26 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:43:26 ---> b56025511bfa 08:43:26 Step 19/23 : ENTRYPOINT ["/core-command"] 08:43:26 prd-ubuntu18.04-docker-arm64-4c-16g-2485 does not seem to be running inside a container 08:43:26 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:43:26 ---> Running in a3622b9bf3e9 08:43:27 ---> Running in b64d8b738992 08:43:27 Removing intermediate container 926bf3ae1984 08:43:27 ---> 07b6b1ec2f14 08:43:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:43:27 ---> Running in ece1aa86516a 08:43:27 Removing intermediate container a3622b9bf3e9 08:43:27 ---> cc2d1313ac44 08:43:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:43:27 ---> 6ebdf8c1a7a4 08:43:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:43:27 ---> Running in 4b6a86088e57 08:43:27 Removing intermediate container b64d8b738992 08:43:27 ---> 9f7d14317465 08:43:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:43:27 ---> Running in 5c0624f53203 08:43:27 Removing intermediate container ece1aa86516a 08:43:27 ---> b82c96caef4e 08:43:27 Step 20/22 : LABEL arch=x86_64 08:43:27 $ docker top 574fa39dfa86071e1c29f48c40b3898909b3970b9b75b60fdc3132395e3d5601 -eo pid,comm 08:43:27 ---> Running in 0aba143a2250 08:43:27 Removing intermediate container 4b6a86088e57 08:43:27 ---> ad1fc94a3cd0 08:43:27 Step 21/23 : LABEL arch=x86_64 08:43:27 ---> 3ed702b140f6 08:43:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:43:27 Removing intermediate container 5c0624f53203 08:43:27 ---> c518e9aecb25 08:43:27 Step 21/23 : LABEL arch=x86_64 08:43:27 ---> Running in 4a0d24cc2125 08:43:27 ---> Running in fd3a2e629282 08:43:28 ---> Running in b13617b8925b 08:43:28 Removing intermediate container 0aba143a2250 08:43:28 ---> 08a8c1118981 08:43:28 Step 21/22 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:43:28 ---> Running in 8ac661ee1cde [Pipeline] { [Pipeline] sh 08:43:28 Removing intermediate container fd3a2e629282 08:43:28 ---> 223722db0406 08:43:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:43:28 Removing intermediate container 4a0d24cc2125 08:43:28 ---> de28599a202d 08:43:28 Step 22/23 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:43:28 Removing intermediate container b13617b8925b 08:43:28 ---> db08b4b84334 08:43:28 Step 22/23 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:43:28 ---> Running in 17295b868f5c 08:43:28 ---> Running in 8589bb922634 08:43:28 ---> Running in 69947c97f676 08:43:28 Removing intermediate container 8ac661ee1cde 08:43:28 ---> 5077e49f7ca8 08:43:28 Step 22/22 : LABEL version=0.0.0 08:43:28 + docker-compose -f ./docker-compose-build.yml build --parallel 08:43:28 ---> Running in b8932588a473 08:43:28 Removing intermediate container 8589bb922634 08:43:28 ---> 600d7c945090 08:43:28 Step 23/23 : LABEL version=0.0.0 08:43:28 Removing intermediate container 17295b868f5c 08:43:28 ---> 84ee39c2c6da 08:43:28 Step 20/22 : LABEL arch=x86_64 08:43:29 Removing intermediate container 69947c97f676 08:43:29 ---> f622cc34f764 08:43:29 Step 23/23 : LABEL version=0.0.0 08:43:29 Removing intermediate container b8932588a473 08:43:29 ---> 900626a6a16c 08:43:29 08:43:29 ---> Running in b3ad5045010e 08:43:29 ---> Running in 18db7b958bd7 08:43:29 ---> Running in ec920ed2689d 08:43:29 Removing intermediate container b3ad5045010e 08:43:29 ---> 29d083935481 08:43:29 08:43:29 Successfully built 900626a6a16c 08:43:29 Successfully tagged docker-support-scheduler-go:latest 08:43:29  Building docker-support-scheduler-go ... done Removing intermediate container ec920ed2689d 08:43:29 ---> a919c011cd59 08:43:29 08:43:29 Successfully built 29d083935481 08:43:29 Removing intermediate container 18db7b958bd7 08:43:29 ---> a67ec48125fe 08:43:29 Step 21/22 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:43:29 Successfully tagged docker-core-metadata-go:latest 08:43:29  Building docker-core-metadata-go ... done  ---> Running in d62c3685cc22 08:43:30 Successfully built a919c011cd59 08:43:30 Successfully tagged docker-core-command-go:latest 08:43:30  Building docker-core-command-go ... done Removing intermediate container d62c3685cc22 08:43:30 ---> d04c737fb6d1 08:43:30 Step 22/22 : LABEL version=0.0.0 08:43:30 ---> Running in 4cfb419c8c3e 08:43:30 Removing intermediate container 4cfb419c8c3e 08:43:30 ---> 1137ca0a6cee 08:43:30 08:43:30 Successfully built 1137ca0a6cee 08:43:30 Successfully tagged docker-support-notifications-go:latest 08:43:30  Building docker-support-notifications-go ... done  08:43:30 ERROR: for docker-sys-mgmt-agent-go (, "The command '/bin/sh -c apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2' returned a non-zero code: 1") 08:43:30 Service 'docker-sys-mgmt-agent-go' failed to build: The command '/bin/sh -c apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2' returned a non-zero code: 1 [Pipeline] } 08:43:30 $ docker stop --time=1 16642938d228482a1f2f2e8031b9abeb721c4591b3313357275eb56b941fdc53 08:43:32 $ docker rm -f 16642938d228482a1f2f2e8031b9abeb721c4591b3313357275eb56b941fdc53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:43:33 Failed in branch amd64 08:43:34 Building docker-core-command-go ... 08:43:34 Building docker-core-data-go ... 08:43:34 Building docker-core-metadata-go ... 08:43:34 Building docker-security-bootstrapper-go ... 08:43:34 Building docker-security-proxy-setup-go ... 08:43:34 Building docker-security-secretstore-setup-go ... 08:43:34 Building docker-support-notifications-go ... 08:43:34 Building docker-support-scheduler-go ... 08:43:34 Building docker-sys-mgmt-agent-go ... 08:43:34 Building docker-core-command-go 08:43:34 Building docker-security-proxy-setup-go 08:43:34 Building docker-security-secretstore-setup-go 08:43:34 Building docker-support-notifications-go 08:43:34 Building docker-support-scheduler-go 08:44:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:44:55 ---> cfc209d160fe 08:44:55 Step 3/22 : WORKDIR /edgex-go 08:44:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:44:55 ---> cfc209d160fe 08:44:55 Step 3/21 : WORKDIR /edgex-go 08:44:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:44:55 ---> cfc209d160fe 08:44:55 Step 3/22 : WORKDIR /edgex-go 08:44:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:44:55 ---> cfc209d160fe 08:44:55 Step 3/23 : WORKDIR /edgex-go 08:44:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:44:55 ---> cfc209d160fe 08:44:55 Step 3/24 : WORKDIR /edgex-go 08:44:55 ---> Running in 8163504f4262 08:44:55 ---> Running in d2a4238236b9 08:44:55 ---> Running in 80debe8322a4 08:44:55 ---> Running in b891aa754f2c 08:44:55 ---> Running in b7c4ea79888d 08:44:55 Removing intermediate container b7c4ea79888d 08:44:55 ---> a71255946491 08:44:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:55 Removing intermediate container b891aa754f2c 08:44:55 ---> 710a67ca56be 08:44:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:55 Removing intermediate container 80debe8322a4 08:44:55 ---> 55875b333ea2 08:44:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:55 Removing intermediate container d2a4238236b9 08:44:55 ---> 357820d0eccc 08:44:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:55 Removing intermediate container 8163504f4262 08:44:55 ---> 8ddd7d6d8abf 08:44:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:55 ---> Running in b3d26ff9dc74 08:44:55 ---> Running in f400c7c5e1b3 08:44:55 ---> Running in 428fdd921d27 08:44:55 ---> Running in a9b86b273317 08:44:55 ---> Running in b65a952e52c1 08:44:55 Removing intermediate container f400c7c5e1b3 08:44:55 ---> b627eb5d8778 08:44:55 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:44:55 Removing intermediate container b3d26ff9dc74 08:44:55 ---> cc943ee9fb0f 08:44:55 Step 5/21 : RUN apk add --update --no-cache make git 08:44:55 ---> Running in 90c7d6048403 08:44:55 ---> Running in 70c0da745da8 08:44:55 Removing intermediate container 428fdd921d27 08:44:55 ---> 7b15fac51b4e 08:44:55 Step 5/23 : RUN apk add --update --no-cache make git 08:44:55 Removing intermediate container a9b86b273317 08:44:55 ---> 9a33a61e5d0c 08:44:55 Step 5/22 : RUN apk add --update --no-cache make git 08:44:55 Removing intermediate container b65a952e52c1 08:44:55 ---> e5ec4df3a655 08:44:55 Step 5/24 : RUN apk add --update --no-cache make git 08:44:55 ---> Running in 9a877bff0406 08:44:55 ---> Running in a8071d720de0 08:44:55 ---> Running in 44dc50ab10ff 08:44:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:44:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:44:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:44:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:44:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:44:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:44:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:44:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:44:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:44:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:44:55 OK: 218 MiB in 52 packages 08:44:56 OK: 218 MiB in 52 packages 08:44:56 OK: 218 MiB in 52 packages 08:44:56 OK: 218 MiB in 52 packages 08:44:56 OK: 218 MiB in 52 packages 08:44:58 Removing intermediate container 90c7d6048403 08:44:58 ---> 66ec56541547 08:44:58 Step 6/22 : COPY go.mod . 08:44:58 Removing intermediate container 70c0da745da8 08:44:58 ---> 0b5521f0c776 08:44:58 Step 6/21 : COPY go.mod . 08:44:58 Removing intermediate container 9a877bff0406 08:44:58 ---> 9d13c69a88dc 08:44:58 Step 6/23 : COPY go.mod . 08:44:58 Removing intermediate container a8071d720de0 08:44:58 ---> 3086720a5ea5 08:44:58 Step 6/22 : COPY go.mod . 08:44:59 Removing intermediate container 44dc50ab10ff 08:44:59 ---> c7a89788c3a2 08:44:59 Step 6/24 : COPY go.mod . 08:44:59 ---> fd6264db07e5 08:44:59 Step 7/22 : RUN go mod download 08:44:59 ---> Running in b84ba2ae844f 08:44:59 ---> af2b5a8dc218 08:44:59 Step 7/21 : RUN go mod download 08:45:00 ---> Running in 628a33a1cd50 08:45:00 ---> 84dd95ff6382 08:45:00 Step 7/23 : RUN go mod download 08:45:00 ---> 0b1dcb1fb362 08:45:00 Step 7/24 : RUN go mod download 08:45:00 ---> 3b569c8b6e8a 08:45:00 Step 7/22 : RUN go mod download 08:45:00 ---> Running in ae1c74e92aae 08:45:00 ---> Running in dd74c822c14c 08:45:00 ---> Running in c94f03d238bc 08:45:03 Removing intermediate container b84ba2ae844f 08:45:03 ---> d2906a8b496c 08:45:03 Step 8/22 : COPY . . 08:45:04 Removing intermediate container 628a33a1cd50 08:45:04 ---> e0f3f3a4abf7 08:45:04 Step 8/21 : COPY . . 08:45:04 Removing intermediate container ae1c74e92aae 08:45:04 ---> 9182dd76b594 08:45:04 Step 8/23 : COPY . . 08:45:05 Removing intermediate container c94f03d238bc 08:45:05 Removing intermediate container dd74c822c14c 08:45:05 ---> 1e09adb21fd6 08:45:05 Step 8/22 : COPY . . 08:45:05 ---> a2a2a6a93334 08:45:05 Step 8/24 : COPY . . 08:45:32 ---> 27f9df4e84a9 08:45:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:45:32 ---> 2e8a115f5972 08:45:32 Step 9/23 : RUN make cmd/core-command/core-command 08:45:32 ---> 976ff2e86c1a 08:45:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:45:32 ---> 816ce1b6980b 08:45:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:45:32 ---> Running in 613647d854e0 08:45:32 ---> Running in 57cda6610721 08:45:32 ---> Running in bae12cc30860 08:45:32 ---> Running in 99bb43737dfc 08:45:32 ---> 01f7baf3a3f0 08:45:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:45:32 ---> Running in 7398ca61815b 08:45: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 08:45:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:45:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:45:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:45:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:47:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:47:40 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 08:47:45 Removing intermediate container 7398ca61815b 08:47:45 ---> 16fe3e70c4ed 08:47:45 08:47:45 Step 10/24 : FROM alpine:3.12 08:47:45 3.12: Pulling from library/alpine 08:47:46 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:47:46 Status: Downloaded newer image for alpine:3.12 08:47:46 ---> 9852663dfa18 08:47:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:47:47 ---> Running in 3dfa2b9e4e9e 08:47:49 Removing intermediate container 57cda6610721 08:47:49 ---> 11009a793d10 08:47:49 08:47:49 Step 10/21 : FROM alpine:3.12 08:47:49 ---> 9852663dfa18 08:47:49 Step 11/21 : RUN apk add --update --no-cache curl 08:47:49 ---> Running in 6d2cb85f941f 08:47:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:50 (1/6) Installing ca-certificates (20191127-r4) 08:47:50 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:47:50 (3/6) Installing libcurl (7.76.1-r0) 08:47:50 (4/6) Installing curl (7.76.1-r0) 08:47:50 (5/6) Installing dumb-init (1.2.2-r1) 08:47:50 (6/6) Installing su-exec (0.2-r1) 08:47:50 Executing busybox-1.31.1-r20.trigger 08:47:50 Executing ca-certificates-20191127-r4.trigger 08:47:50 OK: 7 MiB in 20 packages 08:47:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:51 (1/4) Installing ca-certificates (20191127-r4) 08:47:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:47:52 (3/4) Installing libcurl (7.76.1-r0) 08:47:52 (4/4) Installing curl (7.76.1-r0) 08:47:52 Executing busybox-1.31.1-r20.trigger 08:47:52 Executing ca-certificates-20191127-r4.trigger 08:47:52 OK: 7 MiB in 18 packages 08:47:54 Removing intermediate container 3dfa2b9e4e9e 08:47:54 ---> 8df2ad85ef4a 08:47:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:47:56 ---> Running in ed75a4baa1cb 08:47:56 Removing intermediate container 6d2cb85f941f 08:47:56 ---> dc3130fa9512 08:47:56 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:47:56 ---> Running in b94b33c11ace 08:47:56 Removing intermediate container bae12cc30860 08:47:56 ---> c8f317f6b589 08:47:56 08:47:56 Step 10/23 : FROM alpine:3.12 08:47:56 ---> 9852663dfa18 08:47:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:47:56 Removing intermediate container ed75a4baa1cb 08:47:56 ---> a4b0b3995aaa 08:47:56 Step 13/24 : WORKDIR / 08:47:57 Removing intermediate container 613647d854e0 08:47:57 ---> e06d40daa023 08:47:57 08:47:57 Step 10/22 : FROM alpine:3.12 08:47:57 ---> 9852663dfa18 08:47:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:47:57 Removing intermediate container 99bb43737dfc 08:47:57 ---> b881030e439d 08:47:57 08:47:57 Step 10/22 : FROM alpine:3.12 08:47:57 ---> 9852663dfa18 08:47:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:47:57 ---> Running in a8efbf9921bd 08:47:57 ---> Running in 186185b0aebc 08:47:57 ---> Running in 055f666aed6c 08:47:57 ---> Running in 8d328fc1c2a3 08:47:57 Removing intermediate container b94b33c11ace 08:47:57 ---> ec8ba404f480 08:47:57 Step 13/21 : WORKDIR /edgex 08:47:58 ---> Running in 3c45a4c3b070 08:47:58 Removing intermediate container 186185b0aebc 08:47:58 ---> 06f1d4434290 08:47:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:47:59 Removing intermediate container 3c45a4c3b070 08:47:59 ---> f83b94ac5290 08:47:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:00 ---> afe374a1f90c 08:48:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:00 ---> ef5d4ccae69c 08:48:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:01 (1/1) Installing dumb-init (1.2.2-r1) 08:48:01 Executing busybox-1.31.1-r20.trigger 08:48:01 (1/2) Installing ca-certificates (20191127-r4) 08:48:01 OK: 5 MiB in 15 packages 08:48:01 (2/2) Installing dumb-init (1.2.2-r1) 08:48:01 Executing busybox-1.31.1-r20.trigger 08:48:01 Executing ca-certificates-20191127-r4.trigger 08:48:01 (1/1) Installing dumb-init (1.2.2-r1) 08:48:01 Executing busybox-1.31.1-r20.trigger 08:48:01 OK: 5 MiB in 15 packages 08:48:01 OK: 6 MiB in 16 packages 08:48:02 ---> 97b67fe7abc2 08:48:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:48:03 ---> 5cdafa15cc6f 08:48:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:48:03 ---> f84cbaf87a2c 08:48:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:48:03 Removing intermediate container a8efbf9921bd 08:48:03 ---> 6ca4c918afb3 08:48:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:48:03 ---> Running in 24db638f30d2 08:48:03 Removing intermediate container 055f666aed6c 08:48:03 ---> eb3d65256e81 08:48:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:48:04 ---> Running in 7cd702f624c5 08:48:04 Removing intermediate container 24db638f30d2 08:48:04 ---> 5513a7e24d93 08:48:04 Step 13/23 : ENV APP_PORT=48082 08:48:04 Removing intermediate container 8d328fc1c2a3 08:48:04 ---> 3a8e9008a192 08:48:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:48:04 ---> Running in 360c787a21fa 08:48:04 ---> Running in 08acbfdcdc0c 08:48:04 ---> 27028828b38c 08:48:04 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:48:05 Removing intermediate container 7cd702f624c5 08:48:05 ---> 800f9107c4d8 08:48:05 Step 13/22 : ENV APP_PORT=48085 08:48:05 ---> 7dcc78fa8766 08:48:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:48:05 ---> Running in 11e57dec0b42 08:48:05 ---> Running in fbe7f069b844 08:48:05 Removing intermediate container 360c787a21fa 08:48:05 ---> 611393603711 08:48:05 Step 13/22 : ENV APP_PORT=48060 08:48:05 Removing intermediate container 08acbfdcdc0c 08:48:05 ---> e473ddeadb85 08:48:05 Step 14/23 : EXPOSE $APP_PORT 08:48:05 ---> Running in 42b0e983c9ce 08:48:06 ---> Running in fd897e014ca2 08:48:06 Removing intermediate container fbe7f069b844 08:48:06 ---> d8c9d810a4fc 08:48:06 Step 18/21 : CMD ["--init=true"] 08:48:06 Removing intermediate container 11e57dec0b42 08:48:06 ---> 3b47e4d39e85 08:48:06 Step 14/22 : EXPOSE $APP_PORT 08:48:06 ---> Running in 6ee59c779dd1 08:48:06 ---> Running in 06bd9e1379fa 08:48:06 Removing intermediate container 42b0e983c9ce 08:48:06 ---> a1323a218101 08:48:06 Step 14/22 : EXPOSE $APP_PORT 08:48:06 ---> 4f7e4a73a530 08:48:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:48:06 Removing intermediate container fd897e014ca2 08:48:06 ---> 5488b2a0f681 08:48:06 Step 15/23 : WORKDIR / 08:48:06 ---> Running in 03b79992918f 08:48:06 ---> Running in 84bcff371ef0 08:48:07 Removing intermediate container 6ee59c779dd1 08:48:07 ---> 7f3a416eebe9 08:48:07 Step 19/21 : LABEL arch=arm64 08:48:07 Removing intermediate container 06bd9e1379fa 08:48:07 ---> 2b78e3855ef2 08:48:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:07 ---> Running in 9d5eb1c332e0 08:48:07 Removing intermediate container 03b79992918f 08:48:07 ---> e8277a1d77c7 08:48:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:07 ---> b9c524d80c18 08:48:07 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/ 08:48:07 Removing intermediate container 84bcff371ef0 08:48:07 ---> a2741bd59d08 08:48:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:08 ---> Running in 81df14964838 08:48:08 Removing intermediate container 9d5eb1c332e0 08:48:08 ---> 84a0f3db0ae4 08:48:08 Step 20/21 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:48:08 ---> Running in 4315975e910e 08:48:08 ---> 2a318abe418a 08:48:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:48:08 ---> 3e3b10791c4f 08:48:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:48:09 ---> 7c99fc8439c2 08:48:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:48:09 Removing intermediate container 4315975e910e 08:48:09 ---> b5f989ee1028 08:48:09 Step 21/21 : LABEL version=0.0.0 08:48:09 ---> Running in 2485c2d3962d 08:48:10 ---> 82cf05ac6d77 08:48:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:48:11 Removing intermediate container 2485c2d3962d 08:48:11 ---> 5b47a0e0be59 08:48:11 08:48:11 ---> e03c7d5be37d 08:48:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:48:11 ---> f5e1530ab30d 08:48:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:48:11 Removing intermediate container 81df14964838 08:48:11 ---> fd9cdd5257d5 08:48:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:48:11 Successfully built 5b47a0e0be59 08:48:11 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:48:11  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 08:48:11 ---> a9b16ae6e818 08:48:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:48:11 ---> Running in d828ef4749e8 08:48:12 ---> 7754860c0296 08:48:12 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:48:12 ---> Running in ea4ff4b086e9 08:48:12 ---> 6835c8fd6670 08:48:12 Step 19/23 : ENTRYPOINT ["/core-command"] 08:48:12 ---> Running in bdcc92139338 08:48:12 ---> Running in d48fddd0877c 08:48:12 Removing intermediate container d828ef4749e8 08:48:12 ---> 0377c0c9c7b9 08:48:12 Step 22/24 : LABEL arch=arm64 08:48:12 ---> Running in e749828e11ae 08:48:12 Removing intermediate container ea4ff4b086e9 08:48:12 ---> e74c7f0c10d9 08:48:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:13 Removing intermediate container bdcc92139338 08:48:13 ---> 627c1b4e1810 08:48:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:13 ---> Running in fd264d2197aa 08:48:13 Removing intermediate container d48fddd0877c 08:48:13 ---> 14938b0a9d5a 08:48:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:13 ---> Running in 12203cb8b805 08:48:13 Removing intermediate container e749828e11ae 08:48:13 ---> ba3d3824b307 08:48:13 Step 23/24 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:48:13 ---> Running in 1cdc5d922ab5 08:48:14 ---> Running in 9e76e004dd73 08:48:14 Removing intermediate container 12203cb8b805 08:48:14 ---> 8f7a5b9921de 08:48:14 Step 20/22 : LABEL arch=arm64 08:48:14 Removing intermediate container fd264d2197aa 08:48:14 ---> a585e26c7d82 08:48:14 Step 20/22 : LABEL arch=arm64 08:48:15 ---> Running in 94a966496252 08:48:15 Removing intermediate container 9e76e004dd73 08:48:15 ---> b1431ac46145 08:48:15 Step 24/24 : LABEL version=0.0.0 08:48:15 Removing intermediate container 1cdc5d922ab5 08:48:15 ---> 22bedd1e7d36 08:48:15 Step 21/23 : LABEL arch=arm64 08:48:15 ---> Running in 3099027fd799 08:48:15 ---> Running in 0c1f90146c95 08:48:15 ---> Running in d02e11f89202 08:48:16 Removing intermediate container 94a966496252 08:48:16 ---> bc8418dd73c2 08:48:16 Step 21/22 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:48:16 ---> Running in 2f9161c94b93 08:48:16 Removing intermediate container 3099027fd799 08:48:16 ---> 5100a5cfd128 08:48:16 Step 21/22 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:48:17 Removing intermediate container d02e11f89202 08:48:17 ---> d26e1da8bf82 08:48:17 Step 22/23 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:48:17 Removing intermediate container 0c1f90146c95 08:48:17 ---> e51d6aa41d04 08:48:17 08:48:17 ---> Running in e65d859a724f 08:48:17 Successfully built e51d6aa41d04 08:48:17 ---> Running in 1ff30d34d42a 08:48:17 Removing intermediate container 2f9161c94b93 08:48:17 ---> 3a41e22b4a45 08:48:17 Step 22/22 : LABEL version=0.0.0 08:48:17 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:48:17 Building docker-core-metadata-go 08:48:18  Building docker-security-secretstore-setup-go ... done  ---> Running in a263725b6281 08:48:18 Removing intermediate container e65d859a724f 08:48:18 ---> fc0987620788 08:48:18 Step 22/22 : LABEL version=0.0.0 08:48:18 Removing intermediate container 1ff30d34d42a 08:48:18 ---> 9bc15ed0b595 08:48:18 Step 23/23 : LABEL version=0.0.0 08:48:18 ---> Running in 65d2919e8da9 08:48:18 ---> Running in d5e2c7fc403f 08:48:18 Removing intermediate container a263725b6281 08:48:18 ---> 5b8680c86ec0 08:48:18 08:48:18 Removing intermediate container 65d2919e8da9 08:48:18 ---> 06781698bb49 08:48:18 08:48:19 Successfully built 5b8680c86ec0 08:48:19 Successfully tagged docker-support-notifications-go-arm64:latest 08:48:19 Building docker-security-bootstrapper-go 08:48:19  Building docker-support-notifications-go ... done Removing intermediate container d5e2c7fc403f 08:48:19 ---> 9c6347bf504e 08:48:19 08:48:19 Successfully built 06781698bb49 08:48:19 Successfully tagged docker-support-scheduler-go-arm64:latest 08:48:19  Building docker-support-scheduler-go ... done Building docker-core-data-go 08:48:19 Successfully built 9c6347bf504e 08:48:19 Successfully tagged docker-core-command-go-arm64:latest 08:49:06  Building docker-core-command-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:06 ---> cfc209d160fe 08:49:06 Step 3/23 : WORKDIR /edgex-go 08:49:06 ---> Using cache 08:49:06 ---> 8ddd7d6d8abf 08:49:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:06 ---> Using cache 08:49:06 ---> e5ec4df3a655 08:49:06 Step 5/23 : RUN apk add --update --no-cache make bash git 08:49:06 ---> Running in 5565837313fd 08:49:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:49:07 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:49:08 OK: 218 MiB in 52 packages 08:49:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:09 ---> cfc209d160fe 08:49:09 Step 3/23 : WORKDIR /edgex-go 08:49:09 ---> Using cache 08:49:09 ---> 8ddd7d6d8abf 08:49:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:09 ---> Using cache 08:49:09 ---> e5ec4df3a655 08:49:09 Step 5/23 : RUN apk add --update --no-cache make git 08:49:09 ---> Using cache 08:49:09 ---> c7a89788c3a2 08:49:09 Step 6/23 : COPY go.mod . 08:49:09 ---> Using cache 08:49:09 ---> 0b1dcb1fb362 08:49:09 Step 7/23 : RUN go mod download 08:49:09 ---> Using cache 08:49:09 ---> a2a2a6a93334 08:49:09 Step 8/23 : COPY . . 08:49:09 ---> Using cache 08:49:09 ---> 01f7baf3a3f0 08:49:09 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:49:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:09 ---> cfc209d160fe 08:49:09 Step 3/23 : WORKDIR /edgex-go 08:49:09 ---> Using cache 08:49:09 ---> 8ddd7d6d8abf 08:49:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:09 ---> Using cache 08:49:09 ---> e5ec4df3a655 08:49:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:49:09 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:09 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:49:09 ---> cfc209d160fe 08:49:09 Step 3/31 : WORKDIR /edgex-go 08:49:09 ---> Using cache 08:49:09 ---> 8ddd7d6d8abf 08:49:09 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:09 ---> Using cache 08:49:09 ---> e5ec4df3a655 08:49:09 Step 5/31 : RUN apk add --update --no-cache make git 08:49:09 ---> Using cache 08:49:09 ---> c7a89788c3a2 08:49:09 Step 6/31 : COPY go.mod . 08:49:09 ---> Using cache 08:49:09 ---> 0b1dcb1fb362 08:49:09 Step 7/31 : RUN go mod download 08:49:09 ---> Using cache 08:49:09 ---> a2a2a6a93334 08:49:09 Step 8/31 : COPY . . 08:49:09 ---> Using cache 08:49:09 ---> 01f7baf3a3f0 08:49:09 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:49:10 ---> Running in eff272a0428b 08:49:10 ---> Running in 8143a0ec7c6b 08:49:10 ---> Running in dc4b9cbc7d58 08:49:11 Removing intermediate container 5565837313fd 08:49:11 ---> 466ec54fe528 08:49:11 Step 6/23 : COPY go.mod . 08:49:12 ---> e98c0b14f953 08:49:12 Step 7/23 : RUN go mod download 08:49:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:49:12 ---> Running in a45939390297 08:49:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:49:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:49:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:49:14 OK: 218 MiB in 52 packages 08:49:16 Removing intermediate container a45939390297 08:49:16 ---> aeda8f8e1109 08:49:16 Step 8/23 : COPY . . 08:49:16 Removing intermediate container eff272a0428b 08:49:16 ---> c70905dfadbb 08:49:16 Step 6/23 : COPY go.mod . 08:49:18 ---> 43b250ec0b04 08:49:18 Step 7/23 : RUN go mod download 08:49:18 ---> Running in f0e995ba8dcc 08:49:25 Removing intermediate container f0e995ba8dcc 08:49:25 ---> d36b4e10a380 08:49:25 Step 8/23 : COPY . . 08:49:43 ---> ceba9599cff2 08:49:43 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:49:43 ---> Running in 426602bd8c46 08:49:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:49:49 ---> b4876d14af65 08:49:49 Step 9/23 : RUN make cmd/core-data/core-data 08:49:49 ---> Running in 1d926471ca2b 08:49:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:50:48 Removing intermediate container 8143a0ec7c6b 08:50:48 ---> e3879bdd5df5 08:50:48 08:50:48 Step 10/31 : FROM alpine:3.12 08:50:48 ---> 9852663dfa18 08:50:48 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:50:48 ---> Running in 09bd0c4830fd 08:50:48 Removing intermediate container 09bd0c4830fd 08:50:48 ---> 84017907baca 08:50:48 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:50:48 ---> Running in 32ae9e58d7eb 08:50:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:48 (1/2) Installing dumb-init (1.2.2-r1) 08:50:48 (2/2) Installing su-exec (0.2-r1) 08:50:48 Executing busybox-1.31.1-r20.trigger 08:50:48 OK: 5 MiB in 16 packages 08:50:50 Removing intermediate container 32ae9e58d7eb 08:50:50 ---> a87330a0bfe0 08:50:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:50:50 ---> Running in bee5515c7718 08:50:51 Removing intermediate container bee5515c7718 08:50:51 ---> 0935199fb49c 08:50:51 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:50:51 ---> Running in af1c10caa150 08:50:51 Removing intermediate container af1c10caa150 08:50:51 ---> d170dc6a99a0 08:50:51 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:50:52 ---> Running in 1970cee13fdf 08:50:55 Removing intermediate container 1970cee13fdf 08:50:55 ---> 7e4f35287823 08:50:55 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:50:55 ---> Running in 7ed1aea06526 08:50:56 Removing intermediate container 7ed1aea06526 08:50:56 ---> a34133dd1c78 08:50:56 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:50:57 ---> 72faa5739689 08:50:57 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:50:58 ---> Running in 2f1a31dbcb64 08:51:02 Removing intermediate container 2f1a31dbcb64 08:51:02 ---> 05630ae270b7 08:51:02 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:03 ---> fe6e2072c5d4 08:51:03 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:51:05 ---> 3bb11c68e51a 08:51:05 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:51:06 ---> 4918d7753abd 08:51:06 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:51:07 ---> 0b310574c692 08:51:07 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:51:09 ---> ab9f84fb403d 08:51:09 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:51:10 ---> Running in 38063cbc5444 08:51:11 Removing intermediate container 38063cbc5444 08:51:11 ---> c2b77379b45a 08:51:11 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:51:14 ---> e6da66ec3c93 08:51:14 Step 26/31 : RUN chmod +x /entrypoint.sh 08:51:14 ---> Running in 70b3aab46b6c 08:51:14 Removing intermediate container dc4b9cbc7d58 08:51:14 ---> 5a37b874d722 08:51:14 08:51:14 Step 10/23 : FROM alpine:3.12 08:51:14 ---> 9852663dfa18 08:51:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:51:14 ---> Using cache 08:51:14 ---> eb3d65256e81 08:51:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:51:14 ---> Using cache 08:51:14 ---> 800f9107c4d8 08:51:14 Step 13/23 : ENV APP_PORT=48081 08:51:15 ---> Running in df599f2e3dd8 08:51:15 Removing intermediate container df599f2e3dd8 08:51:15 ---> 26a11ce3118e 08:51:15 Step 14/23 : EXPOSE $APP_PORT 08:51:16 ---> Running in a321e659f794 08:51:17 Removing intermediate container a321e659f794 08:51:17 ---> 8b78c21b1c92 08:51:17 Step 15/23 : WORKDIR / 08:51:17 ---> Running in 618ce1b83180 08:51:18 Removing intermediate container 70b3aab46b6c 08:51:18 ---> 9a476ed6860e 08:51:18 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:51:18 Removing intermediate container 618ce1b83180 08:51:18 ---> 155bbbe50157 08:51:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:19 ---> Running in 205b20783d87 08:51:20 Removing intermediate container 205b20783d87 08:51:20 ---> 77829a8e23f3 08:51:20 Step 28/31 : CMD ["gate"] 08:51:20 ---> d88957dcabc6 08:51:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:51:20 ---> Running in af8afbe68c98 08:51:21 Removing intermediate container af8afbe68c98 08:51:21 ---> c855080818a8 08:51:21 Step 29/31 : LABEL arch=arm64 08:51:22 ---> Running in 7899fd58ba51 08:51:22 ---> 53088e7e1083 08:51:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:51:23 Removing intermediate container 7899fd58ba51 08:51:23 ---> 8e7e1d371a37 08:51:23 Step 30/31 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:51:24 ---> Running in 035510c774b6 08:51:24 ---> 8bd0cbd252a9 08:51:24 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:51:24 ---> Running in aa2f854bfb7d 08:51:25 Removing intermediate container 035510c774b6 08:51:25 ---> fa73062cabd1 08:51:25 Step 31/31 : LABEL version=0.0.0 08:51:26 ---> Running in 72022bab11d4 08:51:26 Removing intermediate container aa2f854bfb7d 08:51:26 ---> c428698619fa 08:51:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:26 ---> Running in 5dfe30c7b1c7 08:51:26 Removing intermediate container 72022bab11d4 08:51:26 ---> 48249a88c27b 08:51:26 08:51:27 Removing intermediate container 5dfe30c7b1c7 08:51:27 ---> 0ce206785ad8 08:51:27 Step 21/23 : LABEL arch=arm64 08:51:27 Successfully built 48249a88c27b 08:51:27 ---> Running in 2a19aeb272c3 08:51:27 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:51:28  Building docker-security-bootstrapper-go ... done Removing intermediate container 426602bd8c46 08:51:28 ---> 17e1054b6fe9 08:51:28 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:51:28 ---> Running in 2e514ddf9107 08:51:28 Removing intermediate container 2a19aeb272c3 08:51:28 ---> 61cb20aa9a0c 08:51:28 Step 22/23 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:51:28 ---> Running in b3d1746afc55 08:51:29 Removing intermediate container b3d1746afc55 08:51:29 ---> 0c6c8dab3127 08:51:29 Step 23/23 : LABEL version=0.0.0 08:51:29 ---> Running in d846c0002fba 08:51:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:51:30 Removing intermediate container d846c0002fba 08:51:30 ---> 33faf88a1c03 08:51:30 08:51:30 Successfully built 33faf88a1c03 08:51:30 Successfully tagged docker-core-metadata-go-arm64:latest 08:51:32  Building docker-core-metadata-go ... done Removing intermediate container 2e514ddf9107 08:51:32 ---> da164cab1f4b 08:51:32 08:51:32 Step 11/23 : FROM docker:20.10.0 08:51:33 20.10.0: Pulling from library/docker 08:51:43 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:51:43 Status: Downloaded newer image for docker:20.10.0 08:51:43 ---> eeaf43b92773 08:51:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:51:43 ---> Running in 3c22f79551df 08:51:43 Removing intermediate container 1d926471ca2b 08:51:43 ---> a2431259c426 08:51:43 08:51:43 Step 10/23 : FROM alpine:3.12 08:51:43 ---> 9852663dfa18 08:51:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:51:43 ---> Running in 971f43cf50d8 08:51:43 Removing intermediate container 3c22f79551df 08:51:43 ---> d2b978d46857 08:51:43 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:51:43 ---> Running in 2ad63b651b29 08:51:43 Removing intermediate container 971f43cf50d8 08:51:43 ---> 3f1628614de7 08:51:43 Step 12/23 : ENV APP_PORT=48080 08:51:43 ---> Running in a7efe3563443 08:51:44 Removing intermediate container a7efe3563443 08:51:44 ---> f5821bf8068e 08:51:44 Step 13/23 : EXPOSE $APP_PORT 08:51:44 ---> Running in 7f3cbcf48ace 08:51:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:45 Removing intermediate container 7f3cbcf48ace 08:51:45 ---> fceedd924716 08:51:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:51:45 ---> Running in 55ae1adaf546 08:51:45 (1/39) Installing readline (8.0.4-r0) 08:51:45 (2/39) Installing bash (5.0.17-r0) 08:51:45 Executing bash-5.0.17-r0.post-install 08:51:45 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:51:45 (4/39) Installing libcurl (7.76.1-r0) 08:51:45 (5/39) Installing curl (7.76.1-r0) 08:51:45 (6/39) Installing dumb-init (1.2.2-r1) 08:51:45 (7/39) Installing libbz2 (1.0.8-r1) 08:51:45 (8/39) Installing expat (2.2.9-r1) 08:51:45 (9/39) Installing libffi (3.3-r2) 08:51:45 (10/39) Installing gdbm (1.13-r1) 08:51:45 (11/39) Installing xz-libs (5.2.5-r0) 08:51:45 (12/39) Installing sqlite-libs (3.32.1-r0) 08:51:45 (13/39) Installing python3 (3.8.8-r0) 08:51:47 (14/39) Installing py3-appdirs (1.4.4-r1) 08:51:47 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:51:47 (16/39) Installing py3-parsing (2.4.7-r0) 08:51:47 (17/39) Installing py3-six (1.15.0-r0) 08:51:47 (18/39) Installing py3-packaging (20.4-r0) 08:51:47 (19/39) Installing py3-setuptools (47.0.0-r0) 08:51:47 (20/39) Installing py3-chardet (3.0.4-r4) 08:51:47 (21/39) Installing py3-idna (2.9-r0) 08:51:47 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:51:47 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:51:47 (24/39) Installing py3-requests (2.23.0-r0) 08:51:47 (25/39) Installing py3-msgpack (1.0.0-r0) 08:51:47 (26/39) Installing py3-lockfile (0.12.2-r3) 08:51:47 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:51:47 (28/39) Installing py3-colorama (0.4.3-r0) 08:51:47 (29/39) Installing py3-distlib (0.3.0-r0) 08:51:48 (30/39) Installing py3-distro (1.5.0-r1) 08:51:48 (31/39) Installing py3-webencodings (0.5.1-r3) 08:51:48 (32/39) Installing py3-html5lib (1.0.1-r4) 08:51:48 (33/39) Installing py3-pytoml (0.1.21-r0) 08:51:48 (34/39) Installing py3-pep517 (0.8.2-r0) 08:51:48 (35/39) Installing py3-progress (1.5-r0) 08:51:48 (36/39) Installing py3-toml (0.10.1-r0) 08:51:48 (37/39) Installing py3-retrying (1.3.3-r0) 08:51:48 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:51:48 (39/39) Installing py3-pip (20.1.1-r0) 08:51:48 Executing busybox-1.31.1-r19.trigger 08:51:48 OK: 72 MiB in 59 packages 08:51:49 Removing intermediate container 55ae1adaf546 08:51:49 ---> 3839113cba8e 08:51:49 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:51:49 ---> Running in 19f942f0729f 08:51:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:51 (1/6) Installing dumb-init (1.2.2-r1) 08:51:51 (2/6) Installing libgcc (9.3.0-r2) 08:51:51 (3/6) Installing libsodium (1.0.18-r0) 08:51:52 (4/6) Installing libstdc++ (9.3.0-r2) 08:51:52 (5/6) Installing libzmq (4.3.3-r0) 08:51:52 (6/6) Installing zeromq (4.3.3-r0) 08:51:52 Executing busybox-1.31.1-r20.trigger 08:51:52 OK: 8 MiB in 20 packages 08:51:53 Collecting docker-compose==1.23.2 08:51:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:51:54 Removing intermediate container 19f942f0729f 08:51:54 ---> 9cf83cecc199 08:51:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:54 Collecting texttable<0.10,>=0.9.0 08:51:54 Downloading texttable-0.9.1.tar.gz (11 kB) 08:51:54 ---> e74857d77858 08:51:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:51:55 ---> 34d8eb4f0b13 08:51:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:51:56 ---> 607482e1f7f5 08:51:56 Step 19/23 : ENTRYPOINT ["/core-data"] 08:51:56 ---> Running in 1d05f364414e 08:51:57 Removing intermediate container 1d05f364414e 08:51:57 ---> 1d1c773f4542 08:51:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:57 ---> Running in 1961322a6735 08:51:57 Collecting docker<4.0,>=3.6.0 08:51:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:51:58 Removing intermediate container 1961322a6735 08:51:58 ---> efc680ea122f 08:51:58 Step 21/23 : LABEL arch=arm64 08:51:58 ---> Running in 07751474327b 08:51:58 Collecting websocket-client<1.0,>=0.32.0 08:51:58 Removing intermediate container 07751474327b 08:51:58 ---> 521c040bcc2c 08:51:58 Step 22/23 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:51:58 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:51:58 ---> Running in 1a192af597c0 08:51:59 Collecting docopt<0.7,>=0.6.1 08:51:59 Downloading docopt-0.6.2.tar.gz (25 kB) 08:51:59 Removing intermediate container 1a192af597c0 08:51:59 ---> 651504bdce36 08:51:59 Step 23/23 : LABEL version=0.0.0 08:51:59 ---> Running in 3539e7a0b4e4 08:52:00 Removing intermediate container 3539e7a0b4e4 08:52:00 ---> c94bff581abe 08:52:00 08:52:00 Successfully built c94bff581abe 08:52:00 Successfully tagged docker-core-data-go-arm64:latest 08:52:01  Building docker-core-data-go ... done Collecting jsonschema<3,>=2.5.1 08:52:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:52:02 Collecting cached-property<2,>=1.2.0 08:52:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:52:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:52:03 Collecting PyYAML<4,>=3.10 08:52:03 Downloading PyYAML-3.13.tar.gz (270 kB) 08:52:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:52:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:52:07 Collecting dockerpty<0.5,>=0.4.1 08:52:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:52:10 Collecting docker-pycreds>=0.4.0 08:52:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:52:10 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 08:52:11 Collecting urllib3<1.25,>=1.21.1 08:52:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:52:11 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 08:52:11 Collecting idna<2.8,>=2.5 08:52:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:52:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:52:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:52:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:52:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:52:12 Installing collected packages: texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, docopt, jsonschema, cached-property, PyYAML, dockerpty, docker-compose 08:52:12 Running setup.py install for texttable: started 08:52:15 Running setup.py install for texttable: finished with status 'done' 08:52:15 Attempting uninstall: urllib3 08:52:15 Found existing installation: urllib3 1.25.9 08:52:15 Uninstalling urllib3-1.25.9: 08:52:15 Successfully uninstalled urllib3-1.25.9 08:52:15 Attempting uninstall: idna 08:52:15 Found existing installation: idna 2.9 08:52:15 Uninstalling idna-2.9: 08:52:15 Successfully uninstalled idna-2.9 08:52:16 Attempting uninstall: requests 08:52:16 Found existing installation: requests 2.23.0 08:52:16 Uninstalling requests-2.23.0: 08:52:16 Successfully uninstalled requests-2.23.0 08:52:18 Running setup.py install for docopt: started 08:52:20 Running setup.py install for docopt: finished with status 'done' 08:52:21 Running setup.py install for PyYAML: started 08:52:24 Running setup.py install for PyYAML: finished with status 'done' 08:52:24 Running setup.py install for dockerpty: started 08:52:26 Running setup.py install for dockerpty: finished with status 'done' 08:52:27 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 08:52:37 Removing intermediate container 2ad63b651b29 08:52:37 ---> 7155c16eef07 08:52:37 Step 14/23 : ENV APP_PORT=48090 08:52:37 ---> Running in d3694b5d91f2 08:52:37 Removing intermediate container d3694b5d91f2 08:52:37 ---> 8b9f9e351b50 08:52:37 Step 15/23 : EXPOSE $APP_PORT 08:52:37 ---> Running in 824d757ab62d 08:52:37 Removing intermediate container 824d757ab62d 08:52:37 ---> 52f39bd720ee 08:52:37 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:52:38 ---> 352109d06343 08:52:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:52:39 ---> b312bdc95f5b 08:52:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:52:40 ---> 55f24c38026f 08:52:40 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:52:40 ---> Running in 69c18e3a9b42 08:52:40 Removing intermediate container 69c18e3a9b42 08:52:40 ---> c6c871efa532 08:52:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:52:41 ---> Running in a6c7852f4ced 08:52:41 Removing intermediate container a6c7852f4ced 08:52:41 ---> 159730ea36e5 08:52:41 Step 21/23 : LABEL arch=arm64 08:52:41 ---> Running in c11278b4a9cc 08:52:42 Removing intermediate container c11278b4a9cc 08:52:42 ---> 9e90381dfa70 08:52:42 Step 22/23 : LABEL git_sha=8a11d28a541891458d239b5548bb094d8fb9d9f1 08:52:42 ---> Running in ac7bf99b4c49 08:52:42 Removing intermediate container ac7bf99b4c49 08:52:42 ---> 596607364795 08:52:42 Step 23/23 : LABEL version=0.0.0 08:52:42 ---> Running in 99d14b5ee768 08:52:43 Removing intermediate container 99d14b5ee768 08:52:43 ---> 11f8b1ed1405 08:52:43 08:52:43 Successfully built 11f8b1ed1405 08:52:43 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:52:44  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:52:44 $ docker stop --time=1 574fa39dfa86071e1c29f48c40b3898909b3970b9b75b60fdc3132395e3d5601 08:52:46 $ docker rm -f 574fa39dfa86071e1c29f48c40b3898909b3970b9b75b60fdc3132395e3d5601 [Pipeline] // withDockerContainer [Pipeline] sh 08:52:47 + docker images 08:52:47 + grep docker 08:52:47 docker-sys-mgmt-agent-go-arm64 latest 11f8b1ed1405 4 seconds ago 299MB 08:52:47 docker-core-data-go-arm64 latest c94bff581abe 48 seconds ago 20.3MB 08:52:47 docker-core-metadata-go-arm64 latest 33faf88a1c03 About a minute ago 17.4MB 08:52:47 docker-security-bootstrapper-go-arm64 latest 48249a88c27b About a minute ago 17.1MB 08:52:47 docker-core-command-go-arm64 latest 9c6347bf504e 4 minutes ago 16.1MB 08:52:47 docker-support-notifications-go-arm64 latest 5b8680c86ec0 4 minutes ago 16.6MB 08:52:47 docker-support-scheduler-go-arm64 latest 06781698bb49 4 minutes ago 16.1MB 08:52:47 docker-security-secretstore-setup-go-arm64 latest e51d6aa41d04 4 minutes ago 24.1MB 08:52:47 docker-security-proxy-setup-go-arm64 latest 5b47a0e0be59 4 minutes ago 23.9MB 08:52:47 docker 20.10.0 eeaf43b92773 4 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 08:52:47 ---> job-cost.sh 08:52:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sAOW 08:53:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:55:11 lf-activate-venv(): INFO: Adding /tmp/venv-sAOW/bin to PATH 08:55:11 INFO: No Stack... 08:55:11 INFO: Retrieving Pricing Info for: lf-standard-4 08:55:11 INFO: Archiving Costs [Pipeline] sh 08:55:11 + + cutcat -d, -f6 08:55:11 /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock 08:55:11 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3404-3-stack-cost] 08:55:11 Resource [jenkins-edgexfoundry-edgex-go-PR-3404-3-stack-cost] did not exist. Created. 08:55:11 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3404-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:55:12 + echo total: 0.20999999344348907 [Pipeline] stash 08:55:12 Stashed 1 file(s) [Pipeline] } 08:55:12 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3404-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:55:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:55:14 ---> package-listing.sh 08:55:14 ++ facter osfamily 08:55:14 ++ tr '[:upper:]' '[:lower:]' 08:55:15 + OS_FAMILY=redhat 08:55:15 + workspace=/w/workspace/edgex-go/3 08:55:15 + START_PACKAGES=/tmp/packages_start.txt 08:55:15 + END_PACKAGES=/tmp/packages_end.txt 08:55:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:55:15 + PACKAGES=/tmp/packages_start.txt 08:55:15 + '[' /w/workspace/edgex-go/3 ']' 08:55:15 + PACKAGES=/tmp/packages_end.txt 08:55:15 + case "${OS_FAMILY}" in 08:55:15 + rpm -qa 08:55:15 + sort 08:55:20 + '[' -f /tmp/packages_start.txt ']' 08:55:20 + '[' -f /tmp/packages_end.txt ']' 08:55:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:55:20 + '[' /w/workspace/edgex-go/3 ']' 08:55:20 + mkdir -p /w/workspace/edgex-go/3/archives/ 08:55:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 08:55:20 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:55:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:55:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:55:21 08:55:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:55:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:55:22 alpine: Pulling from edgex-lftools-log-publisher 08:55:22 df20fa9351a1: Pulling fs layer 08:55:22 36b3adc4ff6f: Pulling fs layer 08:55:22 8ad3a11d3b57: Pulling fs layer 08:55:22 46f8f816bc3b: Pulling fs layer 08:55:22 93b61091891f: Pulling fs layer 08:55:22 93b9cdb0e59b: Pulling fs layer 08:55:22 5e14af77c1be: Pulling fs layer 08:55:22 01666e4c0597: Pulling fs layer 08:55:22 aa168da1d23b: Pulling fs layer 08:55:22 93b9cdb0e59b: Waiting 08:55:22 5e14af77c1be: Waiting 08:55:22 01666e4c0597: Waiting 08:55:22 aa168da1d23b: Waiting 08:55:22 46f8f816bc3b: Waiting 08:55:22 93b61091891f: Waiting 08:55:22 36b3adc4ff6f: Download complete 08:55:22 46f8f816bc3b: Download complete 08:55:22 df20fa9351a1: Verifying Checksum 08:55:22 df20fa9351a1: Download complete 08:55:22 93b61091891f: Verifying Checksum 08:55:22 93b61091891f: Download complete 08:55:22 93b9cdb0e59b: Verifying Checksum 08:55:22 93b9cdb0e59b: Download complete 08:55:22 01666e4c0597: Verifying Checksum 08:55:22 01666e4c0597: Download complete 08:55:22 5e14af77c1be: Verifying Checksum 08:55:22 5e14af77c1be: Download complete 08:55:22 8ad3a11d3b57: Verifying Checksum 08:55:22 8ad3a11d3b57: Download complete 08:55:22 df20fa9351a1: Pull complete 08:55:23 36b3adc4ff6f: Pull complete 08:55:24 8ad3a11d3b57: Pull complete 08:55:24 46f8f816bc3b: Pull complete 08:55:26 93b61091891f: Pull complete 08:55:26 aa168da1d23b: Verifying Checksum 08:55:26 aa168da1d23b: Download complete 08:55:26 93b9cdb0e59b: Pull complete 08:55:26 5e14af77c1be: Pull complete 08:55:26 01666e4c0597: Pull complete 08:55:37 aa168da1d23b: Pull complete 08:55:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:55:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:55:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:55:37 prd-centos7-docker-4c-2g-2477 does not seem to be running inside a container 08:55:37 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:55:43 $ docker top e857f71278575606aa0fb14874837aa960636e4283c14d3250d2dad934962a18 -eo pid,comm [Pipeline] { [Pipeline] sh 08:55:43 + touch /tmp/pre-build-complete [Pipeline] sh 08:55:43 + mkdir -p /var/log/sa [Pipeline] sh 08:55:44 + ls /var/log/sa-host 08:55:44 + sadf -c /var/log/sa-host/sa23 08:55:44 file_magic: OK 08:55:44 HZ: Using current value: 100 08:55:44 file_header: OK 08:55:44 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:55:44 Statistics: 08:55:44 Hnuu...uuuununununu... 08:55:44 File successfully converted to sysstat format version 12.2.1 08:55:44 + sadf -c /var/log/sa-host/sa30 08:55:44 file_magic: OK 08:55:44 HZ: Using current value: 100 08:55:44 file_header: OK 08:55:44 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:55:44 Statistics: 08:55:44 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... 08:55:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:55:44 provisioning config files... 08:55:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2737611755398604934tmp [Pipeline] { [Pipeline] echo 08:55:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:55:44 ---> create-netrc.sh [Pipeline] } 08:55:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:55:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:55:45 ---> python-tools-install.sh [Pipeline] echo 08:55:45 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:55:45 ---> sudo-logs.sh 08:55:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:55:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:55:46 ---> job-cost.sh 08:55:46 lf-activate-venv: SKIPPING 08:55:46 DEBUG: total: 0.20999999344348907 08:55:46 INFO: Retrieving Stack Cost... 08:55:47 INFO: Retrieving Pricing Info for: v1-standard-2 08:55:47 INFO: Archiving Costs [Pipeline] echo 08:55:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:55:47 ---> logs-deploy.sh 08:55:47 lf-activate-venv: SKIPPING 08:55:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3404/3 08:55:47 INFO: archiving workspace using pattern(s): 08:55:49 Archives upload complete. 08:55:50 INFO: archiving logs to Nexus 08:55:51 ---> uname -a: 08:55:51 Linux prd-centos7-docker-4c-2g-2477.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:55:51 08:55:51 08:55:51 ---> lscpu: 08:55:51 Architecture: x86_64 08:55:51 CPU op-mode(s): 32-bit, 64-bit 08:55:51 Byte Order: Little Endian 08:55:51 Address sizes: 40 bits physical, 48 bits virtual 08:55:51 CPU(s): 4 08:55:51 On-line CPU(s) list: 0-3 08:55:51 Thread(s) per core: 1 08:55:51 Core(s) per socket: 1 08:55:51 Socket(s): 4 08:55:51 NUMA node(s): 1 08:55:51 Vendor ID: GenuineIntel 08:55:51 CPU family: 6 08:55:51 Model: 44 08:55:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:55:51 Stepping: 1 08:55:51 CPU MHz: 2933.436 08:55:51 BogoMIPS: 5866.87 08:55:51 Virtualization: VT-x 08:55:51 Hypervisor vendor: KVM 08:55:51 Virtualization type: full 08:55:51 L1d cache: 128 KiB 08:55:51 L1i cache: 128 KiB 08:55:51 L2 cache: 16 MiB 08:55:51 L3 cache: 64 MiB 08:55:51 NUMA node0 CPU(s): 0-3 08:55:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:55:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:55:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:55:51 Vulnerability Meltdown: Mitigation; PTI 08:55:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:55:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:55:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:55:51 Vulnerability Srbds: Not affected 08:55:51 Vulnerability Tsx async abort: Not affected 08:55:51 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 08:55:51 08:55:51 08:55:51 ---> nproc: 08:55:51 4 08:55:51 08:55:51 08:55:51 ---> df -h: 08:55:51 Filesystem Size Used Available Use% Mounted on 08:55:51 overlay 50.0G 12.6G 37.4G 25% / 08:55:51 tmpfs 64.0M 0 64.0M 0% /dev 08:55:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:55:51 shm 64.0M 0 64.0M 0% /dev/shm 08:55:51 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 08:55:51 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 08:55:51 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 08:55:51 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 08:55:51 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 08:55:51 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 08:55:51 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 08:55:51 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 08:55:51 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/3 08:55:51 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/3@tmp 08:55:51 08:55:51 08:55:51 ---> free -m: 08:55:51 total used free shared buff/cache available 08:55:51 Mem: 1837 703 102 0 1031 1050 08:55:51 Swap: 1023 81 942 08:55:51 08:55:51 08:55:51 ---> ip addr: 08:55:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:55:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:55:51 inet 127.0.0.1/8 scope host lo 08:55:51 valid_lft forever preferred_lft forever 08:55:51 inet6 ::1/128 scope host 08:55:51 valid_lft forever preferred_lft forever 08:55:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:55:51 link/ether fa:16:3e:06:60:64 brd ff:ff:ff:ff:ff:ff 08:55:51 inet 10.30.122.8/23 brd 10.30.123.255 scope global dynamic eth0 08:55:51 valid_lft 84847sec preferred_lft 84847sec 08:55:51 inet6 fe80::f816:3eff:fe06:6064/64 scope link 08:55:51 valid_lft forever preferred_lft forever 08:55:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:55:51 link/ether 02:42:0f:da:6c:89 brd ff:ff:ff:ff:ff:ff 08:55:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:55:51 valid_lft forever preferred_lft forever 08:55:51 inet6 fe80::42:fff:feda:6c89/64 scope link 08:55:51 valid_lft forever preferred_lft forever 08:55:51 08:55:51 08:55:51 ---> sar -b -r -n DEV: 08:55:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/30/21 _x86_64_ (4 CPU) 08:55:51 08:55:51 08:29:45 LINUX RESTART (4 CPU) 08:55:51 08:55:51 08:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:55:51 08:32:01 225.60 103.26 122.33 0.00 8033.14 46448.27 0.00 08:55:51 08:33:01 227.04 103.17 123.87 0.00 3854.77 17860.12 0.00 08:55:51 08:34:01 91.00 29.25 61.75 0.00 1150.39 9588.39 0.00 08:55:51 08:35:02 57.63 10.68 46.95 0.00 466.64 5319.08 0.00 08:55:51 08:36:01 89.71 36.60 53.11 0.00 1861.35 4077.33 0.00 08:55:51 08:37:01 69.76 27.78 41.97 0.00 1733.87 9219.71 0.00 08:55:51 08:38:02 295.54 117.02 178.52 0.00 48042.53 114376.41 0.00 08:55:51 08:39:02 1970.88 1712.86 258.02 0.00 115419.28 120346.43 0.00 08:55:51 08:40:02 1509.40 1295.18 214.22 0.00 79688.25 88441.67 0.00 08:55:51 08:41:01 399.92 158.87 241.05 0.00 27353.74 51723.54 0.00 08:55:51 08:42:03 2208.06 1846.85 361.22 0.00 155789.45 171022.53 0.00 08:55:51 08:43:02 1055.53 878.25 177.28 0.00 54400.69 67884.78 0.00 08:55:51 08:44:01 175.08 37.62 137.47 0.00 6945.74 19274.04 0.00 08:55:51 08:45:01 2.96 1.71 1.25 0.00 54.08 18.55 0.00 08:55:51 08:46:01 0.85 0.05 0.80 0.00 0.93 15.70 0.00 08:55:51 08:47:01 0.32 0.03 0.28 0.00 0.27 2.90 0.00 08:55:51 08:48:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 08:55:51 08:49:01 0.23 0.02 0.22 0.00 0.53 2.46 0.00 08:55:51 08:50:01 0.22 0.02 0.20 0.00 0.27 2.33 0.00 08:55:51 08:51:01 0.32 0.02 0.30 0.00 0.27 3.30 0.00 08:55:51 08:52:01 0.30 0.02 0.28 0.00 0.13 3.06 0.00 08:55:51 08:53:01 0.32 0.02 0.30 0.00 0.13 3.51 0.00 08:55:51 08:54:01 0.28 0.03 0.25 0.00 0.27 2.33 0.00 08:55:51 08:55:01 0.18 0.02 0.17 0.00 0.13 1.55 0.00 08:55:51 Average: 351.35 266.89 84.45 0.00 21223.58 30428.83 0.00 08:55:51 08:55:51 08:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:55:51 08:32:01 168776 0 714976 38.00 1808 995984 1334064 45.53 548616 923312 28 08:55:51 08:33:01 140352 0 851048 45.23 1492 888652 1514912 51.70 637776 828288 6136 08:55:51 08:34:01 230912 0 779668 41.44 708 870256 1535636 52.41 632036 735688 11356 08:55:51 08:35:02 112280 0 850928 45.22 548 917788 1846696 63.02 749148 732072 37220 08:55:51 08:36:01 156752 0 828664 44.04 508 895620 1712660 58.45 670336 759604 86804 08:55:51 08:37:01 114384 0 767256 40.78 476 999428 1438604 49.10 635996 836376 24684 08:55:51 08:38:02 71188 0 854440 45.41 48 955868 2265352 77.31 749864 846256 74392 08:55:51 08:39:02 74632 0 870468 46.26 0 936444 2331804 79.58 760156 806548 63564 08:55:51 08:40:02 122244 0 1285500 68.32 0 473800 3813748 130.16 884944 603020 18768 08:55:51 08:41:01 65372 0 754052 40.08 0 1062120 1570916 53.61 586900 969472 34428 08:55:51 08:42:03 73480 0 780336 41.47 0 1027728 2167232 73.96 706376 875344 89284 08:55:51 08:43:02 244672 0 896932 47.67 0 739940 3453780 117.87 686760 685160 68068 08:55:51 08:44:01 343008 0 626652 33.31 0 911884 1194460 40.76 529872 765288 20 08:55:51 08:45:01 345232 0 623508 33.14 0 912804 1162580 39.68 528088 765220 28 08:55:51 08:46:01 345612 0 623116 33.12 0 912816 1162676 39.68 528040 765228 8 08:55:51 08:47:01 345316 0 623400 33.13 0 912828 1162796 39.68 528584 765244 12 08:55:51 08:48:01 345572 0 623140 33.12 0 912832 1162580 39.68 528196 765244 12 08:55:51 08:49:01 345472 0 623244 33.12 0 912828 1162580 39.68 528088 765244 16 08:55:51 08:50:01 345396 0 623304 33.13 0 912844 1162580 39.68 528068 765260 8 08:55:51 08:51:01 345284 0 623408 33.13 0 912852 1162652 39.68 528176 765268 8 08:55:51 08:52:01 345512 0 623168 33.12 0 912864 1162580 39.68 528080 765276 16 08:55:51 08:53:01 345380 0 623288 33.13 0 912876 1162580 39.68 528092 765284 8 08:55:51 08:54:01 345792 0 622872 33.10 0 912880 1162580 39.68 528108 765288 8 08:55:51 08:55:01 345496 0 623156 33.12 0 912892 1162580 39.68 528100 765292 8 08:55:51 Average: 238255 0 738188 39.23 233 904868 1623693 55.41 607850 782678 21454 08:55:51 08:55:51 08:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:55:51 08:32:01 veth2d7eac1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:32:01 veth5a37b54 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:32:01 eth0 1132.95 1395.64 5490.13 174.90 0.00 0.00 0.00 0.00 08:55:51 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:33:01 veth42e75c3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:55:51 08:33:01 eth0 269.34 192.56 875.90 28.05 0.00 0.00 0.00 0.00 08:55:51 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:33:01 docker0 1255.62 1015.89 93.82 3526.28 0.00 0.00 0.00 0.00 08:55:51 08:34:01 veth42e75c3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:34:01 eth0 13.32 9.30 9.66 5.16 0.00 0.00 0.00 0.00 08:55:51 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:35:02 veth42e75c3 1.84 1.84 0.15 0.15 0.00 0.00 0.00 0.00 08:55:51 08:35:02 eth0 40.99 35.74 23.19 67.90 0.00 0.00 0.00 0.00 08:55:51 08:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:35:02 docker0 1.84 1.84 0.12 0.15 0.00 0.00 0.00 0.00 08:55:51 08:36:01 veth42e75c3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:36:01 eth0 15.81 10.59 9.65 22.93 0.00 0.00 0.00 0.00 08:55:51 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:37:01 veth42e75c3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:37:01 eth0 32.07 24.91 26.78 14.76 0.00 0.00 0.00 0.00 08:55:51 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:38:02 eth0 197.17 151.85 1678.58 76.97 0.00 0.00 0.00 0.00 08:55:51 08:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:38:02 vethf042d80 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:55:51 08:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:39:02 eth0 86.57 55.79 183.40 13.33 0.00 0.00 0.00 0.00 08:55:51 08:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:39:02 vethf042d80 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 08:55:51 08:39:02 docker0 37.55 58.25 2.27 163.88 0.00 0.00 0.00 0.00 08:55:51 08:40:02 veth1738e2d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:55:51 08:40:02 vethcfd4387 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:55:51 08:40:02 vethb30d249 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:55:51 08:40:02 eth0 13.50 10.12 10.75 5.83 0.00 0.00 0.00 0.00 08:55:51 08:41:01 veth8adc413 12.10 30.42 0.87 234.94 0.00 0.00 0.00 0.00 08:55:51 08:41:01 eth0 229.86 168.23 1698.83 90.21 0.00 0.00 0.00 0.00 08:55:51 08:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:55:51 08:41:01 veth220b67b 30.42 12.10 234.94 0.87 0.00 0.00 0.00 0.00 08:55:51 08:42:03 eth0 65.36 44.54 96.39 18.58 0.00 0.00 0.00 0.00 08:55:51 08:42:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:42:03 vethf042d80 0.00 0.68 0.00 0.03 0.00 0.00 0.00 0.00 08:55:51 08:42:03 docker0 1308.06 1137.04 96.51 4022.29 0.00 0.00 0.00 0.00 08:55:51 08:43:02 veth63538dc 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:55:51 08:43:02 veth767d3ef 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:55:51 08:43:02 veth393af32 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:55:51 08:43:02 eth0 34.28 29.96 13.02 76.31 0.00 0.00 0.00 0.00 08:55:51 08:44:01 eth0 32.04 17.79 134.04 6.02 0.00 0.00 0.00 0.00 08:55:51 08:44:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:55:51 08:44:01 docker0 1381.17 1211.05 101.72 4342.40 0.00 0.00 0.00 0.00 08:55:51 08:45:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:55:51 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:46:01 eth0 0.58 0.23 0.17 0.07 0.00 0.00 0.00 0.00 08:55:51 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:47:01 eth0 0.68 0.40 0.29 0.21 0.00 0.00 0.00 0.00 08:55:51 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:48:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:55:51 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:49:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:55:51 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:50:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:55:51 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:51:01 eth0 0.35 0.27 0.15 0.08 0.00 0.00 0.00 0.00 08:55:51 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:52:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:55:51 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:53:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:55:51 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:54:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:55:01 eth0 0.57 0.05 0.06 0.00 0.00 0.00 0.00 0.00 08:55:51 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 Average: eth0 89.71 88.78 424.23 24.90 0.00 0.00 0.00 0.00 08:55:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:55:51 Average: docker0 56.71 49.73 4.18 178.31 0.00 0.00 0.00 0.00 08:55:51 08:55:51 08:55:51 ---> sar -P ALL: 08:55:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/30/21 _x86_64_ (4 CPU) 08:55:51 08:55:51 08:29:45 LINUX RESTART (4 CPU) 08:55:51 08:55:51 08:31:02 CPU %user %nice %system %iowait %steal %idle 08:55:51 08:32:01 all 16.19 0.00 9.60 2.05 5.05 67.11 08:55:51 08:32:01 0 15.09 0.00 11.63 2.65 4.55 66.07 08:55:51 08:32:01 1 12.85 0.00 8.44 1.72 5.30 71.69 08:55:51 08:32:01 2 15.41 0.00 9.89 1.77 5.31 67.62 08:55:51 08:32:01 3 21.41 0.00 8.52 2.09 5.00 62.98 08:55:51 08:33:01 all 8.63 0.00 8.12 5.20 7.72 70.33 08:55:51 08:33:01 0 9.30 0.00 8.85 4.62 8.01 69.23 08:55:51 08:33:01 1 7.16 0.00 7.39 4.15 6.98 74.32 08:55:51 08:33:01 2 9.71 0.00 8.97 6.01 8.17 67.14 08:55:51 08:33:01 3 8.37 0.00 7.27 6.02 7.71 70.64 08:55:51 08:34:01 all 45.95 0.00 13.00 2.73 19.65 18.68 08:55:51 08:34:01 0 46.47 0.00 12.91 1.93 20.00 18.70 08:55:51 08:34:01 1 50.51 0.00 14.24 4.28 18.26 12.72 08:55:51 08:34:01 2 38.50 0.00 11.14 1.97 23.02 25.37 08:55:51 08:34:01 3 48.89 0.00 13.88 2.83 17.04 17.36 08:55:51 08:35:02 all 36.21 0.00 11.92 2.15 17.87 31.84 08:55:51 08:35:02 0 34.28 0.00 11.46 0.92 18.66 34.67 08:55:51 08:35:02 1 34.84 0.00 10.78 3.11 19.48 31.79 08:55:51 08:35:02 2 34.15 0.00 12.22 1.80 17.84 33.99 08:55:51 08:35:02 3 41.86 0.00 13.31 2.78 15.35 26.70 08:55:51 08:36:01 all 43.82 0.00 17.40 2.77 19.49 16.51 08:55:51 08:36:01 0 43.30 0.00 16.70 3.66 20.11 16.23 08:55:51 08:36:01 1 41.39 0.00 17.27 2.65 19.68 19.01 08:55:51 08:36:01 2 39.99 0.00 16.53 3.06 21.08 19.33 08:55:51 08:36:01 3 51.04 0.00 19.22 1.68 16.94 11.12 08:55:51 08:37:01 all 27.24 0.00 13.75 1.68 16.26 41.06 08:55:51 08:37:01 0 25.42 0.00 12.74 1.59 16.36 43.88 08:55:51 08:37:01 1 28.50 0.00 14.17 1.70 15.81 39.81 08:55:51 08:37:01 2 27.23 0.00 13.59 1.89 16.49 40.80 08:55:51 08:37:01 3 27.82 0.00 14.53 1.54 16.39 39.73 08:55:51 08:38:02 all 13.84 0.00 15.93 2.77 15.68 51.77 08:55:51 08:38:02 0 12.70 0.00 15.97 2.83 16.41 52.08 08:55:51 08:38:02 1 12.90 0.00 15.70 2.98 16.17 52.26 08:55:51 08:38:02 2 15.20 0.00 16.27 2.77 14.88 50.88 08:55:51 08:38:02 3 14.60 0.00 15.80 2.51 15.23 51.87 08:55:51 08:39:02 all 14.52 0.00 21.26 20.57 19.92 23.74 08:55:51 08:39:02 0 15.16 0.00 20.51 20.33 20.94 23.07 08:55:51 08:39:02 1 13.41 0.00 20.70 20.59 20.52 24.78 08:55:51 08:39:02 2 14.62 0.00 22.30 21.20 19.14 22.73 08:55:51 08:39:02 3 14.93 0.00 21.55 20.16 19.02 24.35 08:55:51 08:40:02 all 46.71 0.00 17.02 12.92 11.70 11.65 08:55:51 08:40:02 0 47.21 0.00 17.03 13.50 12.11 10.16 08:55:51 08:40:02 1 47.59 0.00 15.58 12.57 12.12 12.14 08:55:51 08:40:02 2 45.86 0.00 17.39 13.93 11.26 11.56 08:55:51 08:40:02 3 46.19 0.00 18.11 11.68 11.29 12.73 08:55:51 08:41:01 all 45.27 0.00 19.80 11.43 8.73 14.76 08:55:51 08:41:01 0 44.47 0.00 19.20 9.26 9.28 17.79 08:55:51 08:41:01 1 44.88 0.00 19.56 12.43 9.19 13.94 08:55:51 08:41:01 2 46.83 0.00 18.63 12.28 7.91 14.35 08:55:51 08:41:01 3 44.88 0.00 21.86 11.75 8.54 12.96 08:55:51 08:42:03 all 18.78 0.00 28.69 17.15 12.35 23.03 08:55:51 08:42:03 0 17.11 0.00 27.66 16.75 12.73 25.75 08:55:51 08:42:03 1 18.14 0.00 28.30 16.17 12.16 25.21 08:55:51 08:42:03 2 20.05 0.00 29.66 18.25 12.41 19.63 08:55:51 08:42:03 3 19.82 0.00 29.13 17.44 12.09 21.52 08:55:51 08:55:51 08:42:03 CPU %user %nice %system %iowait %steal %idle 08:55:51 08:43:02 all 56.62 0.00 17.15 10.37 5.55 10.31 08:55:51 08:43:02 0 56.31 0.00 17.48 9.47 5.69 11.05 08:55:51 08:43:02 1 55.10 0.00 16.44 11.15 6.01 11.30 08:55:51 08:43:02 2 57.41 0.00 17.62 10.31 5.16 9.50 08:55:51 08:43:02 3 57.68 0.00 17.05 10.56 5.32 9.39 08:55:51 08:44:01 all 13.94 0.00 7.71 8.77 1.04 68.54 08:55:51 08:44:01 0 14.56 0.00 8.48 7.10 0.95 68.91 08:55:51 08:44:01 1 13.34 0.00 7.51 7.49 1.16 70.49 08:55:51 08:44:01 2 13.73 0.00 7.79 10.01 0.97 67.49 08:55:51 08:44:01 3 14.12 0.00 7.05 10.47 1.07 67.29 08:55:51 08:45:01 all 0.13 0.00 0.08 0.02 0.30 99.46 08:55:51 08:45:01 0 0.02 0.00 0.12 0.00 0.13 99.73 08:55:51 08:45:01 1 0.45 0.00 0.03 0.02 0.17 99.33 08:55:51 08:45:01 2 0.02 0.00 0.10 0.08 0.13 99.67 08:55:51 08:45:01 3 0.05 0.00 0.08 0.00 0.78 99.09 08:55:51 08:46:01 all 0.13 0.00 0.07 0.00 0.46 99.33 08:55:51 08:46:01 0 0.03 0.00 0.02 0.00 0.37 99.58 08:55:51 08:46:01 1 0.40 0.00 0.08 0.02 0.46 99.04 08:55:51 08:46:01 2 0.03 0.00 0.10 0.00 0.13 99.73 08:55:51 08:46:01 3 0.05 0.00 0.10 0.00 0.88 98.97 08:55:51 08:47:01 all 0.13 0.00 0.04 0.00 0.17 99.66 08:55:51 08:47:01 0 0.02 0.00 0.03 0.00 0.20 99.75 08:55:51 08:47:01 1 0.45 0.00 0.03 0.00 0.13 99.38 08:55:51 08:47:01 2 0.05 0.00 0.07 0.00 0.28 99.60 08:55:51 08:47:01 3 0.02 0.00 0.02 0.00 0.07 99.90 08:55:51 08:48:01 all 0.14 0.00 0.30 0.00 0.66 98.90 08:55:51 08:48:01 0 0.02 0.00 0.43 0.00 0.38 99.17 08:55:51 08:48:01 1 0.30 0.00 0.38 0.00 0.68 98.64 08:55:51 08:48:01 2 0.07 0.00 0.28 0.00 0.85 98.81 08:55:51 08:48:01 3 0.17 0.00 0.12 0.00 0.71 99.00 08:55:51 08:49:01 all 0.14 0.00 0.03 0.00 0.16 99.66 08:55:51 08:49:01 0 0.03 0.00 0.03 0.00 0.05 99.88 08:55:51 08:49:01 1 0.05 0.00 0.07 0.00 0.42 99.47 08:55:51 08:49:01 2 0.02 0.00 0.02 0.02 0.03 99.92 08:55:51 08:49:01 3 0.45 0.00 0.02 0.00 0.15 99.38 08:55:51 08:50:01 all 0.15 0.00 0.03 0.00 0.21 99.60 08:55:51 08:50:01 0 0.02 0.00 0.02 0.00 0.10 99.87 08:55:51 08:50:01 1 0.07 0.00 0.05 0.00 0.45 99.43 08:55:51 08:50:01 2 0.07 0.00 0.03 0.00 0.13 99.77 08:55:51 08:50:01 3 0.47 0.00 0.03 0.00 0.17 99.33 08:55:51 08:51:01 all 0.14 0.00 0.03 0.00 0.22 99.61 08:55:51 08:51:01 0 0.03 0.00 0.02 0.00 0.40 99.55 08:55:51 08:51:01 1 0.03 0.00 0.05 0.00 0.17 99.75 08:55:51 08:51:01 2 0.02 0.00 0.02 0.00 0.17 99.80 08:55:51 08:51:01 3 0.47 0.00 0.05 0.00 0.15 99.33 08:55:51 08:52:01 all 0.12 0.00 0.04 0.00 0.52 99.32 08:55:51 08:52:01 0 0.03 0.00 0.03 0.00 0.76 99.17 08:55:51 08:52:01 1 0.23 0.00 0.03 0.00 0.65 99.09 08:55:51 08:52:01 2 0.03 0.00 0.05 0.00 0.40 99.52 08:55:51 08:52:01 3 0.17 0.00 0.05 0.00 0.28 99.50 08:55:51 08:53:01 all 0.15 0.00 0.02 0.00 0.11 99.73 08:55:51 08:53:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:55:51 08:53:01 1 0.48 0.00 0.02 0.00 0.12 99.38 08:55:51 08:53:01 2 0.05 0.00 0.03 0.00 0.20 99.72 08:55:51 08:53:01 3 0.03 0.00 0.02 0.00 0.10 99.85 08:55:51 08:55:51 08:53:01 CPU %user %nice %system %iowait %steal %idle 08:55:51 08:54:01 all 0.14 0.00 0.03 0.00 0.21 99.62 08:55:51 08:54:01 0 0.02 0.00 0.03 0.00 0.05 99.90 08:55:51 08:54:01 1 0.50 0.00 0.03 0.00 0.33 99.14 08:55:51 08:54:01 2 0.02 0.00 0.03 0.00 0.10 99.85 08:55:51 08:54:01 3 0.02 0.00 0.03 0.00 0.37 99.58 08:55:51 08:55:01 all 0.14 0.00 0.03 0.00 0.15 99.68 08:55:51 08:55:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:55:51 08:55:01 1 0.47 0.00 0.03 0.00 0.07 99.43 08:55:51 08:55:01 2 0.02 0.00 0.03 0.00 0.02 99.93 08:55:51 08:55:01 3 0.05 0.00 0.03 0.00 0.50 99.42 08:55:51 Average: all 15.77 0.00 8.28 4.10 6.80 65.05 08:55:51 Average: 0 15.48 0.00 8.26 3.86 6.99 65.42 08:55:51 Average: 1 15.56 0.00 8.10 4.13 6.92 65.29 08:55:51 Average: 2 15.44 0.00 8.32 4.28 6.92 65.04 08:55:51 Average: 3 16.62 0.00 8.45 4.12 6.36 64.45 08:55:51 08:55:51 08:55:51