Pull request #3435 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 38d8ac8cf9377e12442077cf8ccce54130d64734 rather than 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a Obtained Jenkinsfile from 38d8ac8cf9377e12442077cf8ccce54130d64734 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 Running on prd-centos7-docker-4c-2g-4403 in /w/workspace/edgexfoundry_edgex-go_PR-3435 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3435/head:refs/remotes/origin/PR-3435 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a Merge succeeded, producing 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a Checking out Revision 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a (PR-3435) > git config core.sparsecheckout # timeout=10 > git checkout -f 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a # timeout=10 Commit message: "Merge branch 'master' into issue-3434" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:15:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:15:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:15:09 ========================================================= 09:15:09 EdgeX Global Pipelines Version Info 09:15:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d4d816843ad8111c7e3787efb045e3861f1d01e8 # timeout=10 09:15:11 ------------------- 09:15:11 stable info: 09:15:11 ------------------- 09:15:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:15:11 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 09:15:11 Message: update stable to v1.0.191 09:15:12 ------------------- 09:15:12 experimental info: 09:15:12 ------------------- 09:15:12 Commited By: **** collab-it+edgex@linuxfoundation.org 09:15:12 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 09:15:12 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3435 [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3435 [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3435 [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 866bf8a [Pipeline] echo 09:15:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:15:13 provisioning config files... 09:15:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config1342340082687926469tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:15:13 ---> docker-login.sh 09:15:13 nexus3.edgexfoundry.org:10001 09:15:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:14 Configure a credential helper to remove this warning. See 09:15:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:14 09:15:14 Login Succeeded 09:15:14 nexus3.edgexfoundry.org:10002 09:15:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:14 Configure a credential helper to remove this warning. See 09:15:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:14 09:15:14 Login Succeeded 09:15:14 nexus3.edgexfoundry.org:10003 09:15:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:14 Configure a credential helper to remove this warning. See 09:15:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:14 09:15:14 Login Succeeded 09:15:14 nexus3.edgexfoundry.org:10004 09:15:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:14 Configure a credential helper to remove this warning. See 09:15:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:14 09:15:14 Login Succeeded 09:15:14 docker.io 09:15:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:15:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:15:14 Configure a credential helper to remove this warning. See 09:15:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:15:14 09:15:14 Login Succeeded 09:15:14 ---> docker-login.sh ends [Pipeline] } 09:15:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:15:15 ++ 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 09:15:15 + for file in '`ls cmd/**/Dockerfile`' 09:15:15 ++ dirname cmd/core-command/Dockerfile 09:15:15 ++ cut -d/ -f2 09:15:15 + echo core-command,cmd/core-command/Dockerfile 09:15:15 + for file in '`ls cmd/**/Dockerfile`' 09:15:15 ++ dirname cmd/core-data/Dockerfile 09:15:15 ++ cut -d/ -f2 09:15:15 + echo core-data,cmd/core-data/Dockerfile 09:15:15 + for file in '`ls cmd/**/Dockerfile`' 09:15:15 ++ dirname cmd/core-metadata/Dockerfile 09:15:15 ++ cut -d/ -f2 09:15:15 + echo core-metadata,cmd/core-metadata/Dockerfile 09:15:15 + for file in '`ls cmd/**/Dockerfile`' 09:15:15 ++ dirname cmd/security-bootstrapper/Dockerfile 09:15:15 ++ cut -d/ -f2 09:15:15 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:15:15 + for file in '`ls cmd/**/Dockerfile`' 09:15:15 ++ dirname cmd/security-proxy-setup/Dockerfile 09:15:15 ++ cut -d/ -f2 09:15:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:15:15 + for file in '`ls cmd/**/Dockerfile`' 09:15:15 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:15:15 ++ cut -d/ -f2 09:15:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:15:15 + for file in '`ls cmd/**/Dockerfile`' 09:15:15 ++ dirname cmd/support-notifications/Dockerfile 09:15:15 ++ cut -d/ -f2 09:15:15 + echo support-notifications,cmd/support-notifications/Dockerfile 09:15:15 + for file in '`ls cmd/**/Dockerfile`' 09:15:15 ++ dirname cmd/support-scheduler/Dockerfile 09:15:15 ++ cut -d/ -f2 09:15:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:15:15 + for file in '`ls cmd/**/Dockerfile`' 09:15:15 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:15:15 ++ cut -d/ -f2 09:15:15 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:15:15 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 09:15:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:15:16 09:15:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:15:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:15:16 latest: Pulling from edgex-devops/git-semver 09:15:16 31603596830f: Pulling fs layer 09:15:16 54011a49482f: Pulling fs layer 09:15:16 a6820b24f6d8: Pulling fs layer 09:15:16 f581987b2513: Pulling fs layer 09:15:16 f581987b2513: Waiting 09:15:16 54011a49482f: Verifying Checksum 09:15:16 54011a49482f: Download complete 09:15:16 31603596830f: Verifying Checksum 09:15:16 31603596830f: Download complete 09:15:17 f581987b2513: Verifying Checksum 09:15:17 f581987b2513: Download complete 09:15:17 a6820b24f6d8: Verifying Checksum 09:15:17 a6820b24f6d8: Download complete 09:15:17 31603596830f: Pull complete 09:15:17 54011a49482f: Pull complete 09:15:18 a6820b24f6d8: Pull complete 09:15:18 f581987b2513: Pull complete 09:15:18 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 09:15:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:15:18 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:15:18 prd-centos7-docker-4c-2g-4403 does not seem to be running inside a container 09:15:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:15:21 $ docker top 525a9130ea93c58f03f397fc3ea9ff6822a0169d394168f8422635a91d578a2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:15:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:15:21 [ssh-agent] Looking for ssh-agent implementation... 09:15:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:15:21 $ docker exec 525a9130ea93c58f03f397fc3ea9ff6822a0169d394168f8422635a91d578a2e ssh-agent 09:15:22 SSH_AUTH_SOCK=/tmp/ssh-lrzdf86Wyopi/agent.12 09:15:22 SSH_AGENT_PID=17 09:15:22 Running ssh-add (command line suppressed) 09:15:22 Identity added: /w/workspace/edgex-go/7@tmp/private_key_8703478569026380152.key (/w/workspace/edgex-go/7@tmp/private_key_8703478569026380152.key) 09:15:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:15:22 + git tag --points-at HEAD [Pipeline] } 09:15:22 $ docker exec --env ******** --env ******** 525a9130ea93c58f03f397fc3ea9ff6822a0169d394168f8422635a91d578a2e ssh-agent -k 09:15:22 unset SSH_AUTH_SOCK; 09:15:22 unset SSH_AGENT_PID; 09:15:22 echo Agent pid 17 killed; 09:15:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:15:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:15:22 [ssh-agent] Looking for ssh-agent implementation... 09:15:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:15:23 $ docker exec 525a9130ea93c58f03f397fc3ea9ff6822a0169d394168f8422635a91d578a2e ssh-agent 09:15:23 SSH_AUTH_SOCK=/tmp/ssh-Y8cK4mdPbDbQ/agent.46 09:15:23 SSH_AGENT_PID=51 09:15:23 Running ssh-add (command line suppressed) 09:15:23 Identity added: /w/workspace/edgex-go/7@tmp/private_key_1226481459957838134.key (/w/workspace/edgex-go/7@tmp/private_key_1226481459957838134.key) 09:15:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:15:23 + git semver init 09:15:23 # -> Open(): unable to determine branch for HEAD 09:15:23 # $GIT_DIR = /w/workspace/edgex-go/7/.git 09:15:23 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 09:15:23 # $SEMVER_REMOTE_NAME = origin 09:15:23 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:15:23 # $SEMVER_USER_NAME = edgex-jenkins 09:15:23 # $SEMVER_BRANCH = PR-3435 09:15:23 # $SEMVER_TEMP = /tmp/semver-108135903 09:15:23 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:15:45 # '/tmp/semver-108135903' -> '/w/workspace/edgex-go/7/.semver' 09:15:45 # -> Force: false 09:15:45 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 09:15:45 $ docker exec --env ******** --env ******** 525a9130ea93c58f03f397fc3ea9ff6822a0169d394168f8422635a91d578a2e ssh-agent -k 09:15:46 unset SSH_AUTH_SOCK; 09:15:46 unset SSH_AGENT_PID; 09:15:46 echo Agent pid 51 killed; 09:15:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:15:46 + git semver [Pipeline] } 09:15:46 $ docker stop --time=1 525a9130ea93c58f03f397fc3ea9ff6822a0169d394168f8422635a91d578a2e 09:15:48 $ docker rm -f 525a9130ea93c58f03f397fc3ea9ff6822a0169d394168f8422635a91d578a2e [Pipeline] // withDockerContainer [Pipeline] sh 09:15:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:15:49 Stashed 1 file(s) [Pipeline] echo 09:15:49 [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 09:15:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4410 in /w/workspace/edgexfoundry_edgex-go_PR-3435 [Pipeline] { [Pipeline] ws 09:15:49 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 09:15:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:15:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:15:50 + sudo service docker restart 09:15:50 + true 09:15:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:15:50 ========================================================= 09:15:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 09:15:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:15:51 + 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 . 09:15:54 using credential edgex-jenkins-ssh 09:15:54 Cloning the remote Git repository 09:15:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:15:54 > git init /w/workspace/edgex-go/7 # timeout=10 09:15:54 Sending build context to Docker daemon 330.3MB 09:15:54 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 09:15:54 Step 2/6 : FROM ${BASE} 09:15:54 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 09:15:54 540db60ca938: Pulling fs layer 09:15:54 adcc1eea9eea: Pulling fs layer 09:15:54 4c4ab2625f07: Pulling fs layer 09:15:54 0510c868ecb4: Pulling fs layer 09:15:54 afea3b2eda06: Pulling fs layer 09:15:54 7809a108b3ef: Pulling fs layer 09:15:54 f706445af74f: Pulling fs layer 09:15:54 afea3b2eda06: Waiting 09:15:54 7809a108b3ef: Waiting 09:15:54 f706445af74f: Waiting 09:15:54 0510c868ecb4: Waiting 09:15:54 4c4ab2625f07: Verifying Checksum 09:15:54 4c4ab2625f07: Download complete 09:15:54 adcc1eea9eea: Download complete 09:15:54 afea3b2eda06: Verifying Checksum 09:15:54 afea3b2eda06: Download complete 09:15:54 540db60ca938: Verifying Checksum 09:15:54 540db60ca938: Download complete 09:15:54 7809a108b3ef: Verifying Checksum 09:15:54 7809a108b3ef: Download complete 09:15:54 540db60ca938: Pull complete 09:15:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:15:54 > git --version # timeout=10 09:15:54 > git --version # 'git version 2.17.1' 09:15:54 using GIT_SSH to set credentials SSH Credentials for GitHub 09:15:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:15:55 adcc1eea9eea: Pull complete 09:15:56 4c4ab2625f07: Pull complete 09:15:56 f706445af74f: Verifying Checksum 09:15:56 f706445af74f: Download complete 09:15:57 0510c868ecb4: Verifying Checksum 09:15:57 0510c868ecb4: Download complete 09:16:02 0510c868ecb4: Pull complete 09:16:02 afea3b2eda06: Pull complete 09:16:02 7809a108b3ef: Pull complete 09:16:07 f706445af74f: Pull complete 09:16:07 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 09:16:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 09:16:07 ---> b068be0155e3 09:16:07 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 09:16:07 ---> Running in 75cc30585534 09:16:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 09:16:09 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 09:16:10 (1/12) Installing libmagic (5.39-r0) 09:16:10 (2/12) Installing file (5.39-r0) 09:16:10 (3/12) Installing libc-dev (0.7.2-r3) 09:16:10 (4/12) Installing g++ (10.2.1_pre1-r3) 09:16:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:16:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:16:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:16:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:16:13 using GIT_SSH to set credentials SSH Credentials for GitHub 09:16:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3435/head:refs/remotes/origin/PR-3435 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:16:14 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:16:14 Merge succeeded, producing 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:16:14 Checking out Revision 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a (PR-3435) 09:16:14 > git config core.sparsecheckout # timeout=10 09:16:14 > git checkout -f 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a # timeout=10 09:16:14 > git remote # timeout=10 09:16:14 > git config --get remote.origin.url # timeout=10 09:16:14 using GIT_SSH to set credentials SSH Credentials for GitHub 09:16:14 > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 09:16:14 > git rev-parse HEAD^{commit} # timeout=10 09:16:14 > git config core.sparsecheckout # timeout=10 09:16:14 > git checkout -f 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a # timeout=10 09:16:17 (5/12) Installing fortify-headers (1.1-r0) 09:16:17 (6/12) Installing patch (2.7.6-r6) 09:16:17 (7/12) Installing build-base (0.5-r2) 09:16:17 (8/12) Installing libsodium (1.0.18-r0) 09:16:17 (9/12) Installing pkgconf (1.7.3-r0) 09:16:17 (10/12) Installing libsodium-dev (1.0.18-r0) 09:16:17 (11/12) Installing libzmq (4.3.3-r1) 09:16:17 (12/12) Installing zeromq-dev (4.3.3-r1) 09:16:18 Executing busybox-1.32.1-r6.trigger 09:16:18 OK: 219 MiB in 52 packages 09:16:19 Commit message: "Merge branch 'master' into issue-3434" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:16:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:16:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:16:21 + sudo service docker restart 09:16:21 + true 09:16:22 Removing intermediate container 75cc30585534 09:16:22 ---> 0d2eb7b83187 09:16:22 Step 4/6 : WORKDIR /edgex-go 09:16:22 ---> Running in e8ad6560326c 09:16:22 Removing intermediate container e8ad6560326c 09:16:22 ---> dba12d9f2f59 09:16:22 Step 5/6 : COPY go.mod . 09:16:22 ---> 97fc6a0b10f0 09:16:22 Step 6/6 : RUN go mod download 09:16:22 ---> Running in 93f66e1ea483 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:16:23 provisioning config files... 09:16:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2078686033944132703tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:16:23 ---> docker-login.sh 09:16:23 nexus3.edgexfoundry.org:10001 09:16:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:24 Configure a credential helper to remove this warning. See 09:16:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:24 09:16:24 Login Succeeded 09:16:24 nexus3.edgexfoundry.org:10002 09:16:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:25 Configure a credential helper to remove this warning. See 09:16:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:25 09:16:25 Login Succeeded 09:16:25 nexus3.edgexfoundry.org:10003 09:16:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:25 Configure a credential helper to remove this warning. See 09:16:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:25 09:16:25 Login Succeeded 09:16:25 nexus3.edgexfoundry.org:10004 09:16:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:26 Configure a credential helper to remove this warning. See 09:16:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:26 09:16:26 Login Succeeded 09:16:26 docker.io 09:16:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:16:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:16:26 Configure a credential helper to remove this warning. See 09:16:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:16:26 09:16:26 Login Succeeded 09:16:27 ---> docker-login.sh ends [Pipeline] } 09:16:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:16:27 ========================================================= 09:16:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 09:16:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:16:27 + 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 . 09:16:30 Sending build context to Docker daemon 167.7MB 09:16:30 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 09:16:30 Step 2/6 : FROM ${BASE} 09:16:30 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:16:30 595b0fe564bb: Pulling fs layer 09:16:30 7186ed65a4f7: Pulling fs layer 09:16:30 316046926c0a: Pulling fs layer 09:16:30 4ebd0625c992: Pulling fs layer 09:16:30 207e8628e3a3: Pulling fs layer 09:16:30 c791037a9be2: Pulling fs layer 09:16:30 ffd874e62e21: Pulling fs layer 09:16:30 207e8628e3a3: Waiting 09:16:30 c791037a9be2: Waiting 09:16:30 4ebd0625c992: Waiting 09:16:30 316046926c0a: Verifying Checksum 09:16:30 316046926c0a: Download complete 09:16:30 7186ed65a4f7: Verifying Checksum 09:16:30 7186ed65a4f7: Download complete 09:16:30 207e8628e3a3: Download complete 09:16:30 c791037a9be2: Download complete 09:16:30 595b0fe564bb: Download complete 09:16:30 595b0fe564bb: Pull complete 09:16:31 7186ed65a4f7: Pull complete 09:16:31 316046926c0a: Pull complete 09:16:32 ffd874e62e21: Verifying Checksum 09:16:32 ffd874e62e21: Download complete 09:16:34 4ebd0625c992: Verifying Checksum 09:16:34 4ebd0625c992: Download complete 09:16:44 4ebd0625c992: Pull complete 09:16:44 207e8628e3a3: Pull complete 09:16:44 c791037a9be2: Pull complete 09:16:48 ffd874e62e21: Pull complete 09:16:48 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 09:16:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 09:16:48 ---> cfc18b08335c 09:16:48 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 09:16:49 Removing intermediate container 93f66e1ea483 09:16:49 ---> 3d693db1eda8 09:16:49 Successfully built 3d693db1eda8 09:16:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:16:49 + docker inspect -f . ci-base-image-x86_64 09:16:49 . [Pipeline] withDockerContainer 09:16:49 prd-centos7-docker-4c-2g-4403 does not seem to be running inside a container 09:16:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:16:50 $ docker top b1dafba46a76335a4747cf73767d108a1235140da8c81b77d3225dd687645c9c -eo pid,comm [Pipeline] { [Pipeline] sh 09:16:51 + go version 09:16:51 go version go1.16.3 linux/amd64 [Pipeline] } 09:16:51 $ docker stop --time=1 b1dafba46a76335a4747cf73767d108a1235140da8c81b77d3225dd687645c9c 09:16:51 ---> Running in a862518b10c4 09:16:52 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:16:53 $ docker rm -f b1dafba46a76335a4747cf73767d108a1235140da8c81b77d3225dd687645c9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:16:53 + docker inspect -f . ci-base-image-x86_64 09:16:53 . [Pipeline] withDockerContainer 09:16:53 prd-centos7-docker-4c-2g-4403 does not seem to be running inside a container 09:16:53 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:16:54 $ docker top c1cb8c2593ed796f6072cc081af8e7baaad2c512431b9ec239a28de1ced86901 -eo pid,comm [Pipeline] { [Pipeline] echo 09:16:54 ========================================================= 09:16:54 [edgeXBuildGoParallel] Running Tests and Build... 09:16:54 ========================================================= [Pipeline] sh 09:16:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:16:54 + go mod tidy [Pipeline] sh 09:16:56 + make test 09:16:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:16:56 (1/12) Installing libmagic (5.39-r0) 09:16:57 (2/12) Installing file (5.39-r0) 09:16:57 (3/12) Installing libc-dev (0.7.2-r3) 09:16:58 (4/12) Installing g++ (10.2.1_pre1-r3) 09:17:06 ? github.com/edgexfoundry/edgex-go [no test files] 09:17:20 (5/12) Installing fortify-headers (1.1-r0) 09:17:20 (6/12) Installing patch (2.7.6-r6) 09:17:20 (7/12) Installing build-base (0.5-r2) 09:17:20 (8/12) Installing libsodium (1.0.18-r0) 09:17:20 (9/12) Installing pkgconf (1.7.3-r0) 09:17:20 (10/12) Installing libsodium-dev (1.0.18-r0) 09:17:20 (11/12) Installing libzmq (4.3.3-r1) 09:17:20 (12/12) Installing zeromq-dev (4.3.3-r1) 09:17:20 Executing busybox-1.32.1-r6.trigger 09:17:20 OK: 218 MiB in 52 packages 09:17:22 Removing intermediate container a862518b10c4 09:17:22 ---> 393eaa16f761 09:17:22 Step 4/6 : WORKDIR /edgex-go 09:17:22 ---> Running in c6dd60e4ae9f 09:17:22 Removing intermediate container c6dd60e4ae9f 09:17:22 ---> da67086d5086 09:17:22 Step 5/6 : COPY go.mod . 09:17:23 ---> 45b0ad45dbc6 09:17:23 Step 6/6 : RUN go mod download 09:17:23 ---> Running in 7a3ee5d97068 09:17:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:17:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:17:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:17:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:17:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:17:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:17:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:17:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:17:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:17:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:17:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:17:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:17:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:17:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 45.9% of statements 09:17:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:17:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:17:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:17:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:17:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:17:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:17:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.070s coverage: 28.7% of statements 09:17:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.106s coverage: 100.0% of statements 09:17:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.154s coverage: 27.8% of statements 09:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:17:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.115s coverage: 81.2% of statements 09:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:17:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 09:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:17:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 09:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:17:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.121s coverage: 71.3% of statements 09:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:17:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:17:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.196s coverage: 87.7% of statements 09:17:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:17:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:17:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.073s coverage: 78.9% of statements 09:17:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:17:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.308s coverage: 28.6% of statements 09:17:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:17:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:17:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:17:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:17:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:17:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.118s coverage: 100.0% of statements 09:17:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:17:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 09:17:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:17:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements 09:17:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:17:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements 09:17:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:17:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.106s coverage: 78.3% of statements 09:17:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:17:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:17:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:17:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:17:50 Removing intermediate container 7a3ee5d97068 09:17:50 ---> 175151b8208a 09:17:50 Successfully built 175151b8208a 09:17:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:17:50 + docker inspect -f . ci-base-image-arm64 09:17:50 . [Pipeline] withDockerContainer 09:17:50 prd-ubuntu18.04-docker-arm64-4c-16g-4410 does not seem to be running inside a container 09:17:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:17:52 $ docker top 95bce4f93bbe3e3e2ea09bb2824828b7034a5019f2e872e46b6cb4624e495340 -eo pid,comm [Pipeline] { [Pipeline] sh 09:17:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.492s coverage: 95.1% of statements 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:17:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:17:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.096s coverage: 0.9% of statements 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:17:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.058s coverage: 22.0% of statements 09:17:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:17:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.079s coverage: 47.1% of statements 09:17:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.103s coverage: 79.5% of statements 09:17:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 09:17:53 + go version 09:17:53 go version go1.16.3 linux/arm64 [Pipeline] } 09:17:53 $ docker stop --time=1 95bce4f93bbe3e3e2ea09bb2824828b7034a5019f2e872e46b6cb4624e495340 09:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements 09:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 09:17:55 $ docker rm -f 95bce4f93bbe3e3e2ea09bb2824828b7034a5019f2e872e46b6cb4624e495340 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:17:55 + docker inspect -f . ci-base-image-arm64 09:17:55 . [Pipeline] withDockerContainer 09:17:55 prd-ubuntu18.04-docker-arm64-4c-16g-4410 does not seem to be running inside a container 09:17:56 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:17:57 $ docker top 9dd3c6a47aedbbcdbe386e443c2e6df35b8f49abfef80ea2f55dec7ea2fa568c -eo pid,comm [Pipeline] { [Pipeline] echo 09:17:57 ========================================================= 09:17:57 [edgeXBuildGoParallel] Running Tests and Build... 09:17:57 ========================================================= [Pipeline] sh 09:17:58 + go mod tidy [Pipeline] sh 09:17:59 + make test 09:17:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:18:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements 09:18:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements 09:18:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.279s coverage: 81.8% of statements 09:18:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.115s coverage: 92.9% of statements 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 76.0% of statements 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 85.4% of statements 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.2% of statements 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 64.4% of statements 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.358s coverage: 66.9% of statements 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.196s coverage: 43.4% of statements 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.156s coverage: 47.0% of statements 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:18:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.068s coverage: 100.0% of statements 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:18:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:18:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.088s coverage: 22.7% of statements 09:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:18:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.174s coverage: 92.6% of statements 09:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:18:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.791s coverage: 28.7% of statements 09:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:18:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 09:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:18:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 09:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:18:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.062s coverage: 64.6% of statements 09:18:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:18:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.129s coverage: 97.6% of statements 09:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:18:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:18:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 09:18:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:18:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 09:18:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:18:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:18:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:18:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:18:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 09:18:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:18:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:18:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 09:18:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 28.1% of statements 09:18:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 09:18:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.033s coverage: 85.7% of statements 09:18:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 09:18:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 09:18:20 GO111MODULE=on go vet ./... 09:18:26 ? github.com/edgexfoundry/edgex-go [no test files] 09:18:59 gofmt -l . 09:18:59 [ "`gofmt -l .`" = "" ] 09:18:59 ./bin/test-go-mod-tidy.sh 09:18:59 ./bin/test-attribution-txt.sh [Pipeline] sh 09:19:00 + ls -al . 09:19:00 total 828 09:19:00 drwxrwxr-x 10 1001 1001 4096 May 11 09:18 . 09:19:00 drwxr-xr-x 4 root root 28 May 11 09:16 .. 09:19:00 -rw-rw-r-- 1 1001 1001 11 May 11 09:15 .dockerignore 09:19:00 drwxrwxr-x 8 1001 1001 179 May 11 09:15 .git 09:19:00 drwxrwxr-x 3 1001 1001 125 May 11 09:15 .github 09:19:00 -rw-rw-r-- 1 1001 1001 818 May 11 09:15 .gitignore 09:19:00 drwx------ 3 1001 1001 60 May 11 09:15 .semver 09:19:00 -rw-rw-r-- 1 1001 1001 166 May 11 09:15 .sonarcloud.properties 09:19:00 -rw-rw-r-- 1 1001 1001 8609 May 11 09:15 Attribution.txt 09:19:00 -rw-rw-r-- 1 1001 1001 3804 May 11 09:15 CONTRIBUTING.md 09:19:00 -rw-rw-r-- 1 1001 1001 931 May 11 09:15 Dockerfile.build 09:19:00 -rw-rw-r-- 1 1001 1001 863 May 11 09:15 Jenkinsfile 09:19:00 -rw-rw-r-- 1 1001 1001 10775 May 11 09:15 LICENSE 09:19:00 -rw-rw-r-- 1 1001 1001 5774 May 11 09:15 Makefile 09:19:00 -rw-rw-r-- 1 1001 1001 7978 May 11 09:15 README.md 09:19:00 -rw-rw-r-- 1 1001 1001 6755 May 11 09:15 SECURITY.md 09:19:00 -rw-rw-r-- 1 1001 1001 5 May 11 09:15 VERSION 09:19:00 -rw-rw-r-- 1 1001 1001 4131 May 11 09:15 ZMQWindows.md 09:19:00 drwxrwxr-x 2 1001 1001 117 May 11 09:15 bin 09:19:00 drwxrwxr-x 14 1001 1001 4096 May 11 09:15 cmd 09:19:00 -rw-r--r-- 1 root root 720868 May 11 09:18 coverage.out 09:19:00 -rw-r--r-- 1 root root 1060 May 11 09:18 go.mod 09:19:00 -rw-r--r-- 1 root root 21595 May 11 09:16 go.sum 09:19:00 drwxrwxr-x 8 1001 1001 127 May 11 09:15 internal 09:19:00 drwxrwxr-x 4 1001 1001 26 May 11 09:15 openapi 09:19:00 drwxrwxr-x 4 1001 1001 71 May 11 09:15 snap 09:19:00 -rw-rw-r-- 1 1001 1001 168 May 11 09:15 version.go [Pipeline] sh 09:19:00 + '[' -e coverage.out ] 09:19:00 + chown 1001:1001 coverage.out [Pipeline] stash 09:19:01 Stashed 1 file(s) [Pipeline] sh 09:19:01 + make build 09:19:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 09:19:04 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 09:19:14 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 09:19:14 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 09:19:16 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 09:19:16 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 09:19:18 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 09:19:20 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 09:19:20 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 09:19:22 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 09:19:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:19:24 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 09:19:25 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 09:19:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] } 09:19:27 $ docker stop --time=1 c1cb8c2593ed796f6072cc081af8e7baaad2c512431b9ec239a28de1ced86901 09:19:29 $ docker rm -f c1cb8c2593ed796f6072cc081af8e7baaad2c512431b9ec239a28de1ced86901 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:19:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:19:33 09:19:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:19:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:19:33 latest: Pulling from edgex-devops/edgex-compose 09:19:33 cbdbe7a5bc2a: Pulling fs layer 09:19:33 ca9280d653b3: Pulling fs layer 09:19:33 7e9c9ca2126c: Pulling fs layer 09:19:33 cbdbe7a5bc2a: Verifying Checksum 09:19:33 cbdbe7a5bc2a: Download complete 09:19:34 cbdbe7a5bc2a: Pull complete 09:19:34 ca9280d653b3: Verifying Checksum 09:19:34 ca9280d653b3: Download complete 09:19:35 ca9280d653b3: Pull complete 09:19:35 7e9c9ca2126c: Verifying Checksum 09:19:35 7e9c9ca2126c: Download complete 09:19:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:19:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:19:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:19:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:19:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:19:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:19:42 7e9c9ca2126c: Pull complete 09:19:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:19:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:19:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:19:42 prd-centos7-docker-4c-2g-4403 does not seem to be running inside a container 09:19:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:19:45 $ docker top fa5ef58077c1f4bc3ccaba5b3c67f7ac606dbaa7fd62cdca8d1f7c7fac85cf3a -eo pid,comm [Pipeline] { [Pipeline] sh 09:19:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:19:46 + docker-compose build --help 09:19:46 + grep parallel 09:19:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:19:47 --parallel Build images in parallel. [Pipeline] } 09:19:47 $ docker stop --time=1 fa5ef58077c1f4bc3ccaba5b3c67f7ac606dbaa7fd62cdca8d1f7c7fac85cf3a 09:19:48 $ docker rm -f fa5ef58077c1f4bc3ccaba5b3c67f7ac606dbaa7fd62cdca8d1f7c7fac85cf3a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:19:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:19:49 . [Pipeline] withDockerContainer 09:19:49 prd-centos7-docker-4c-2g-4403 does not seem to be running inside a container 09:19:49 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:19:49 $ docker top b8934b60f289943094e4f7343a548677ba576db5cc8b419f9435bd7d77b0c0c7 -eo pid,comm [Pipeline] { [Pipeline] sh 09:19:50 + docker-compose -f ./docker-compose-build.yml build --parallel 09:19:51 Building docker-core-command-go ... 09:19:51 Building docker-core-data-go ... 09:19:51 Building docker-core-metadata-go ... 09:19:51 Building docker-security-bootstrapper-go ... 09:19:51 Building docker-security-proxy-setup-go ... 09:19:51 Building docker-security-secretstore-setup-go ... 09:19:51 Building docker-support-notifications-go ... 09:19:51 Building docker-support-scheduler-go ... 09:19:51 Building docker-sys-mgmt-agent-go ... 09:19:51 Building docker-support-notifications-go 09:19:51 Building docker-support-scheduler-go 09:19:51 Building docker-security-secretstore-setup-go 09:19:51 Building docker-core-metadata-go 09:19:51 Building docker-security-proxy-setup-go 09:19:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:19:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:19:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:20:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.355s coverage: 45.9% of statements 09:20:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:20:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:20:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:20:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:20:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:20:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:20:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.156s coverage: 28.7% of statements 09:20:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.324s coverage: 100.0% of statements 09:20:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.524s coverage: 27.8% of statements 09:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:20:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.170s coverage: 81.2% of statements 09:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:20:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.140s coverage: 100.0% of statements 09:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:20:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.142s coverage: 100.0% of statements 09:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:20:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:20:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.274s coverage: 71.3% of statements 09:20:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:20:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:20:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.475s coverage: 87.7% of statements 09:20:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:20:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:20:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.151s coverage: 78.9% of statements 09:20:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:20:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.136s coverage: 28.6% of statements 09:20:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:20:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:20:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:20:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:20:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:20:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.246s coverage: 100.0% of statements 09:20:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:20:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.158s coverage: 100.0% of statements 09:20:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:20:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.381s coverage: 86.7% of statements 09:20:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:20:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.422s coverage: 97.5% of statements 09:20:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:20:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.263s coverage: 78.3% of statements 09:20:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:20:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:20:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:20:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:20:30 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:20:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:20:30 ---> 3d693db1eda8 09:20:30 Step 3/24 : WORKDIR /edgex-go 09:20:30 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:20:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:20:30 ---> 3d693db1eda8 09:20:30 Step 3/23 : WORKDIR /edgex-go 09:20:30 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:20:30 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:20:30 09:20:30 ---> 3d693db1eda8 09:20:30 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 3/23 : WORKDIR /edgex-go 09:20:30 09:20:30 ---> 3d693db1eda8 09:20:30 Step 3/22 : WORKDIR /edgex-go 09:20:30 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:20:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:20:30 ---> 3d693db1eda8 09:20:30 Step 3/26 : WORKDIR /edgex-go 09:20:30 ---> Running in 8076674e77d3 09:20:30 ---> Running in c75bdf7fdb43 09:20:30 ---> Running in 1f7850983b16 09:20:30 ---> Running in 39ef4a45e2dc 09:20:30 ---> Running in 6863b1e09af7 09:20:30 Removing intermediate container 1f7850983b16 09:20:30 ---> 87bbb50b18cd 09:20:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:20:30 Removing intermediate container 6863b1e09af7 09:20:30 ---> e24b04a62357 09:20:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:20:30 Removing intermediate container c75bdf7fdb43 09:20:30 ---> dc0538b85cf5 09:20:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:20:30 Removing intermediate container 39ef4a45e2dc 09:20:30 ---> 30543cd5aae8 09:20:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:20:30 Removing intermediate container 8076674e77d3 09:20:30 ---> d847ec0fca1b 09:20:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:20:30 ---> Running in cfae6ed826bc 09:20:30 ---> Running in 6e991b71a8e0 09:20:30 ---> Running in 9ab4b1cdcd86 09:20:30 ---> Running in d1998743002a 09:20:30 ---> Running in efdf48e21995 09:20:30 Removing intermediate container cfae6ed826bc 09:20:30 ---> 406c0a2ab9e1 09:20:30 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 09:20:30 ---> Running in e8f7f8d2f23e 09:20:30 Removing intermediate container 6e991b71a8e0 09:20:30 ---> b2f3cbebb8ef 09:20:30 Step 5/22 : RUN apk add --update --no-cache make git 09:20:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.260s coverage: 95.1% of statements 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:20:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.124s coverage: 58.8% of statements 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:20:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.239s coverage: 0.9% of statements 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:20:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.124s coverage: 22.0% of statements 09:20:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:20:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.209s coverage: 47.1% of statements 09:20:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.202s coverage: 79.5% of statements 09:20:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.133s coverage: 94.1% of statements 09:20:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.177s coverage: 96.3% of statements 09:20:30 ---> Running in b25fdd175699 09:20:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.140s coverage: 87.5% of statements 09:20:31 Removing intermediate container efdf48e21995 09:20:31 ---> 07ba5e887946 09:20:31 Step 5/26 : RUN apk add --update --no-cache make git 09:20:31 Removing intermediate container d1998743002a 09:20:31 ---> ed0e8df9815b 09:20:31 Step 5/23 : RUN apk add --update --no-cache make git 09:20:31 Removing intermediate container 9ab4b1cdcd86 09:20:31 ---> f599e3674c6d 09:20:31 Step 5/24 : RUN apk add --update --no-cache make git 09:20:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 09:20:31 ---> Running in 8c8b309973be 09:20:31 ---> Running in b41fd4200893 09:20:31 ---> Running in 87a16c2cf395 09:20:31 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 09:20:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 09:20:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 09:20:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 09:20:32 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 09:20:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 09:20:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 09:20:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 09:20:34 OK: 219 MiB in 52 packages 09:20:34 OK: 219 MiB in 52 packages 09:20:34 OK: 219 MiB in 52 packages 09:20:35 OK: 219 MiB in 52 packages 09:20:35 Removing intermediate container b41fd4200893 09:20:35 ---> ad0fceb2f56c 09:20:35 Step 6/23 : COPY go.mod . 09:20:35 Removing intermediate container e8f7f8d2f23e 09:20:35 ---> 7a048cf409e1 09:20:35 Step 6/23 : COPY go.mod . 09:20:35 ---> 020059e79395 09:20:35 Step 7/23 : RUN go mod download 09:20:36 ---> Running in 8c736d4029a9 09:20:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 09:20:36 Removing intermediate container 87a16c2cf395 09:20:36 ---> 76be605aca10 09:20:36 Step 6/24 : COPY go.mod . 09:20:36 Removing intermediate container b25fdd175699 09:20:36 ---> ccdb03e2935a 09:20:36 Step 6/22 : COPY go.mod . 09:20:36 ---> c4e54e012a11 09:20:36 Step 7/23 : RUN go mod download 09:20:36 ---> Running in f76ee8344cab 09:20:36 ---> 480a6c5b023b 09:20:36 Step 7/24 : RUN go mod download 09:20:36 ---> 6be23b00397f 09:20:36 Step 7/22 : RUN go mod download 09:20:36 ---> Running in d465dd108518 09:20:36 ---> Running in 8e3e6f6abc4d 09:20:38 Removing intermediate container f76ee8344cab 09:20:38 ---> 821f3bd963b0 09:20:38 Step 8/23 : COPY . . 09:20:38 Removing intermediate container 8c736d4029a9 09:20:38 ---> db300f9b9f62 09:20:38 Step 8/23 : COPY . . 09:20:38 Removing intermediate container d465dd108518 09:20:38 ---> 4c05562f3900 09:20:38 Step 8/24 : COPY . . 09:20:38 Removing intermediate container 8e3e6f6abc4d 09:20:38 ---> 16bd77a59136 09:20:38 Step 8/22 : COPY . . 09:20:41 OK: 219 MiB in 52 packages 09:20:45 Removing intermediate container 8c8b309973be 09:20:45 ---> 95efd865d815 09:20:45 Step 6/26 : COPY go.mod . 09:20:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.133s coverage: 94.4% of statements 09:20:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements 09:20:48 ---> 4d6700ee4cd6 09:20:48 Step 7/26 : RUN go mod download 09:20:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.517s coverage: 81.8% of statements 09:20:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 09:20:51 ---> Running in 8d7bbaf7bdb6 09:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.202s coverage: 92.9% of statements 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 09:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.111s coverage: 100.0% of statements 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 76.0% of statements 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.162s coverage: 80.0% of statements 09:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.202s coverage: 87.2% of statements 09:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.192s coverage: 85.4% of statements 09:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.223s coverage: 91.2% of statements 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.699s coverage: 64.4% of statements 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:20:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.132s coverage: 100.0% of statements 09:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements 09:20:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 09:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 09:20:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.092s coverage: 100.0% of statements 09:21:01 Removing intermediate container 8d7bbaf7bdb6 09:21:01 ---> e49d404eb585 09:21:01 Step 8/26 : COPY . . 09:21:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.038s coverage: 66.9% of statements 09:21:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:21:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:21:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 09:21:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.664s coverage: 43.4% of statements 09:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:21:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.108s coverage: 89.5% of statements 09:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:21:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.092s coverage: 84.8% of statements 09:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.454s coverage: 47.0% of statements 09:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements 09:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:21:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.128s coverage: 100.0% of statements 09:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:21:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:21:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.221s coverage: 22.7% of statements 09:21:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:21:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.415s coverage: 92.6% of statements 09:21:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:21:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:21:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:21:20 ---> 44ea903e4ca0 09:21:20 Step 9/24 : RUN go mod tidy 09:21:20 ---> f2cc3653813f 09:21:20 Step 9/23 : RUN go mod tidy 09:21:20 ---> 4412ee593ef5 09:21:20 Step 9/22 : RUN go mod tidy 09:21:20 ---> 256d2428ce52 09:21:20 Step 9/23 : RUN go mod tidy 09:21:20 ---> Running in 7deb81cc1e76 09:21:20 ---> Running in ccb717b1ec0b 09:21:20 ---> Running in 227de1e64948 09:21:20 ---> Running in c6a901766d61 09:21:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.583s coverage: 28.7% of statements 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:21:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.241s coverage: 99.0% of statements 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:21:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.145s coverage: 100.0% of statements 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:21:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.152s coverage: 64.6% of statements 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:21:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.369s coverage: 97.6% of statements 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:21:20 ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:21:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:21:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.073s coverage: 87.9% of statements 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:21:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 09:21:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.123s coverage: 28.1% of statements 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 09:21:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.060s coverage: 85.7% of statements 09:21:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 09:21:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 09:21:21 GO111MODULE=on go vet ./... 09:21:30 Removing intermediate container c6a901766d61 09:21:30 ---> 30df70c251e8 09:21:30 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 09:21:30 ---> Running in d98ea527b090 09:21:30 Removing intermediate container 7deb81cc1e76 09:21:30 ---> c61052a136c1 09:21:30 Step 10/23 : RUN make cmd/support-notifications/support-notifications 09:21:30 Removing intermediate container 227de1e64948 09:21:30 ---> 1a02570d5ce0 09:21:30 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:21:30 ---> 22142bc0a847 09:21:30 Step 9/26 : RUN go mod tidy 09:21:30 ---> Running in 84aaadd2600d 09:21:30 Removing intermediate container ccb717b1ec0b 09:21:30 ---> b233cf7d39ef 09:21:30 Step 10/24 : RUN make cmd/core-metadata/core-metadata 09:21:30 ---> Running in 10c6dfcd64a9 09:21:30 ---> Running in 32a448b0e4f3 09:21:30 ---> Running in 2b7a0abced92 09:21:30 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 09:21:30 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 09:21:30 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 09:21:30 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 09:21:34 Removing intermediate container 32a448b0e4f3 09:21:34 ---> 551528828378 09:21:34 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:21:34 ---> Running in 895896f51381 09:21:35 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 09:22:14 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 09:22:17 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 09:22:27 Removing intermediate container 84aaadd2600d 09:22:27 ---> 8bad2ffa635d 09:22:27 09:22:27 Step 11/23 : FROM alpine:3.12 09:22:27 Removing intermediate container 10c6dfcd64a9 09:22:27 ---> 038be84c9994 09:22:27 09:22:27 Step 11/22 : FROM alpine:3.12 09:22:27 Removing intermediate container d98ea527b090 09:22:27 ---> 95033f8847a9 09:22:27 09:22:27 Step 11/23 : FROM alpine:3.12 09:22:27 3.12: Pulling from library/alpine 09:22:27 3.12: Pulling from library/alpine 09:22:27 3.12: Pulling from library/alpine 09:22:27 Removing intermediate container 895896f51381 09:22:27 ---> fb3b96ee2ab1 09:22:27 09:22:27 Step 11/26 : FROM alpine:3.12 09:22:27 3.12: Pulling from library/alpine 09:22:28 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 09:22:28 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 09:22:28 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 09:22:28 Status: Downloaded newer image for alpine:3.12 09:22:28 Status: Image is up to date for alpine:3.12 09:22:28 Status: Downloaded newer image for alpine:3.12 09:22:28 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 09:22:28 Status: Image is up to date for alpine:3.12 09:22:28 ---> 13621d1b12d4 09:22:28 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 09:22:28 ---> 13621d1b12d4 09:22:28 Step 12/22 : RUN apk add --update --no-cache curl 09:22:28 ---> 13621d1b12d4 09:22:28 Step 12/23 : RUN apk add --update --no-cache dumb-init 09:22:28 ---> 13621d1b12d4 09:22:28 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 09:22:30 ---> Running in 09548d117389 09:22:30 ---> Running in 0284607f21ee 09:22:30 ---> Running in a96607fc826e 09:22:30 ---> Running in 7a31941b4367 09:22:30 Removing intermediate container 2b7a0abced92 09:22:30 ---> 9f73bb40dfca 09:22:30 09:22:30 Step 11/24 : FROM alpine:3.12 09:22:30 ---> 13621d1b12d4 09:22:30 Step 12/24 : RUN apk add --update --no-cache dumb-init 09:22:30 ---> Running in 34c259131016 09:22:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:22:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:22:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:22:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:22:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:22:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:22:31 (1/4) Installing ca-certificates (20191127-r4) 09:22:31 (1/1) Installing dumb-init (1.2.2-r1) 09:22:31 Executing busybox-1.31.1-r20.trigger 09:22:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:22:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:22:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:22:31 OK: 6 MiB in 15 packages 09:22:31 (3/4) Installing libcurl (7.76.1-r0) 09:22:31 (4/4) Installing curl (7.76.1-r0) 09:22:31 Executing busybox-1.31.1-r20.trigger 09:22:31 Executing ca-certificates-20191127-r4.trigger 09:22:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:22:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:22:31 (1/2) Installing ca-certificates (20191127-r4) 09:22:31 (2/2) Installing dumb-init (1.2.2-r1) 09:22:31 Executing busybox-1.31.1-r20.trigger 09:22:31 Executing ca-certificates-20191127-r4.trigger 09:22:31 OK: 7 MiB in 18 packages 09:22:31 OK: 6 MiB in 16 packages 09:22:31 (1/1) Installing dumb-init (1.2.2-r1) 09:22:31 Executing busybox-1.31.1-r20.trigger 09:22:31 (1/6) Installing ca-certificates (20191127-r4) 09:22:31 OK: 6 MiB in 15 packages 09:22:31 (2/6) Installing nghttp2-libs (1.41.0-r0) 09:22:31 (3/6) Installing libcurl (7.76.1-r0) 09:22:31 (4/6) Installing curl (7.76.1-r0) 09:22:31 (5/6) Installing dumb-init (1.2.2-r1) 09:22:31 (6/6) Installing su-exec (0.2-r1) 09:22:31 Executing busybox-1.31.1-r20.trigger 09:22:31 Executing ca-certificates-20191127-r4.trigger 09:22:32 OK: 7 MiB in 20 packages 09:22:34 Removing intermediate container 0284607f21ee 09:22:34 ---> 99b1935ca9bf 09:22:34 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:22:34 ---> Running in 698a10baae49 09:22:34 Removing intermediate container 34c259131016 09:22:34 ---> 73383fde8e5a 09:22:34 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:22:34 Removing intermediate container a96607fc826e 09:22:34 ---> 49d3fae6cb37 09:22:34 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:22:35 Removing intermediate container 09548d117389 09:22:35 ---> 126d8a5b660f 09:22:35 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:22:35 Removing intermediate container 7a31941b4367 09:22:35 ---> e729e1228649 09:22:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:22:35 ---> Running in 5cbb07ab83f6 09:22:35 ---> Running in e1e76654082c 09:22:35 ---> Running in fe030ed45dac 09:22:35 ---> Running in 2d366519f9fe 09:22:35 Removing intermediate container 698a10baae49 09:22:35 ---> abb436f5fec5 09:22:35 Step 14/23 : ENV APP_PORT=48085 09:22:35 ---> Running in 24a34b53de7c 09:22:36 Removing intermediate container 5cbb07ab83f6 09:22:36 ---> e04db1aeaa14 09:22:36 Step 14/24 : ENV APP_PORT=48081 09:22:36 Removing intermediate container e1e76654082c 09:22:36 ---> 4a46d2fc3724 09:22:36 Step 14/23 : ENV APP_PORT=48060 09:22:36 Removing intermediate container 2d366519f9fe 09:22:36 ---> 7d9107080122 09:22:36 Step 14/26 : WORKDIR / 09:22:36 ---> Running in 6215afa7ddfc 09:22:36 Removing intermediate container fe030ed45dac 09:22:36 ---> 1418d172fc65 09:22:36 Step 14/22 : WORKDIR /edgex 09:22:36 ---> Running in 1ff1bc9e6cc1 09:22:36 ---> Running in 6112e8ccf9af 09:22:36 Removing intermediate container 24a34b53de7c 09:22:36 ---> be59c3afd8f4 09:22:36 Step 15/23 : EXPOSE $APP_PORT 09:22:36 ---> Running in 8f29794e4c90 09:22:36 ---> Running in e68e0a794cca 09:22:36 Removing intermediate container 6215afa7ddfc 09:22:36 ---> 8abe077910c3 09:22:36 Step 15/24 : EXPOSE $APP_PORT 09:22:36 Removing intermediate container 1ff1bc9e6cc1 09:22:36 ---> 93e35195d325 09:22:36 Step 15/23 : EXPOSE $APP_PORT 09:22:36 Removing intermediate container 6112e8ccf9af 09:22:36 ---> d901df137145 09:22:36 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:22:37 ---> Running in 71f7f88219b2 09:22:37 ---> Running in 6cd2c3aa6eff 09:22:37 Removing intermediate container e68e0a794cca 09:22:37 ---> 0ef74baf2a97 09:22:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:22:37 Removing intermediate container 8f29794e4c90 09:22:37 ---> 87cca3010466 09:22:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:22:37 ---> f7eaf315fb12 09:22:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:22:37 Removing intermediate container 71f7f88219b2 09:22:37 ---> c85abe641776 09:22:37 Step 16/24 : WORKDIR / 09:22:37 Removing intermediate container 6cd2c3aa6eff 09:22:37 ---> abe81e23aa48 09:22:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:22:37 ---> Running in 56aeec3bc13c 09:22:37 ---> 7ea2412b408c 09:22:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:22:37 ---> 4d91ee9b80f9 09:22:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:22:37 ---> db9309746c0b 09:22:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:22:38 Removing intermediate container 56aeec3bc13c 09:22:38 ---> a689457c25da 09:22:38 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:22:38 ---> 0332178b65b7 09:22:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:22:38 ---> 3fb6286f78b2 09:22:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 09:22:38 ---> 59c19e35135d 09:22:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:22:38 ---> ba916c737a90 09:22:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:22:38 ---> 12e08a96b7de 09:22:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:22:38 ---> af71ce16124c 09:22:38 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:22:38 ---> 33b1272630ff 09:22:38 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 09:22:38 ---> 40568a9085fc 09:22:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:22:39 ---> Running in c9f9d148c1ba 09:22:39 ---> 4fdfbde00b21 09:22:39 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:22:39 ---> 0d7d5b9a0d43 09:22:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:22:39 ---> Running in 0af88229673f 09:22:39 Removing intermediate container c9f9d148c1ba 09:22:39 ---> 0d86bca5adc6 09:22:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:22:39 ---> bbfd26f86736 09:22:39 Step 19/23 : ENTRYPOINT ["/support-notifications"] 09:22:39 ---> d7c4714df218 09:22:39 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:22:40 ---> Running in 7538b6d5a1a1 09:22:40 ---> Running in 314fe25fb062 09:22:40 ---> c1c2d2fbbded 09:22:40 Step 20/24 : ENTRYPOINT ["/core-metadata"] 09:22:40 Removing intermediate container 0af88229673f 09:22:40 ---> 1cbcd6b7bdf9 09:22:40 Step 19/22 : CMD ["--init=true"] 09:22:40 ---> e0bfe40c69d5 09:22:40 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:22:40 ---> Running in 9f0ae764f86b 09:22:40 ---> Running in bdb4197d6627 09:22:40 Removing intermediate container 314fe25fb062 09:22:40 ---> 8f6960539019 09:22:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:22:40 Removing intermediate container 7538b6d5a1a1 09:22:40 ---> 2ad9c69c4cb3 09:22:40 Step 21/23 : LABEL arch=x86_64 09:22:40 ---> Running in efa59b5ed96e 09:22:40 ---> Running in 6c31d47af3e0 09:22:40 ---> 6f46af229300 09:22:40 Step 22/26 : 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/ 09:22:40 Removing intermediate container bdb4197d6627 09:22:40 ---> 11a9475aaab1 09:22:40 Step 20/22 : LABEL arch=x86_64 09:22:40 Removing intermediate container 9f0ae764f86b 09:22:40 ---> b3ca093d4e0a 09:22:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:22:41 ---> Running in 20fb0c58afed 09:22:41 ---> Running in 1f0b9250c3f2 09:22:41 ---> Running in 92abb26a09b5 09:22:41 Removing intermediate container efa59b5ed96e 09:22:41 ---> f79270bd3b05 09:22:41 Step 21/23 : LABEL arch=x86_64 09:22:41 Removing intermediate container 6c31d47af3e0 09:22:41 ---> 790252b3c161 09:22:41 Step 22/23 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:22:41 ---> Running in 3bfe0146c834 09:22:41 ---> Running in d3231fad7a4c 09:22:41 Removing intermediate container 1f0b9250c3f2 09:22:41 ---> 59db79aa6c70 09:22:41 Step 21/22 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:22:41 Removing intermediate container 92abb26a09b5 09:22:41 ---> c2b82075ae4f 09:22:41 Step 22/24 : LABEL arch=x86_64 09:22:41 ---> Running in 97571decdf20 09:22:41 ---> Running in a7fd1bf981b8 09:22:41 Removing intermediate container 3bfe0146c834 09:22:41 ---> c520b9bf07b4 09:22:41 Step 22/23 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:22:42 Removing intermediate container d3231fad7a4c 09:22:42 ---> 56a962b96633 09:22:42 Step 23/23 : LABEL version=0.0.0 09:22:42 ---> Running in f5219c51389b 09:22:42 ---> Running in 54b0494065af 09:22:42 Removing intermediate container 97571decdf20 09:22:42 ---> 827c1f519d43 09:22:42 Step 22/22 : LABEL version=0.0.0 09:22:42 Removing intermediate container a7fd1bf981b8 09:22:42 ---> 7ab0cb099bfa 09:22:42 Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:22:42 Removing intermediate container f5219c51389b 09:22:42 ---> 518415bc1461 09:22:42 Step 23/23 : LABEL version=0.0.0 09:22:42 ---> Running in 09107c1138ea 09:22:42 ---> Running in a4a8fe3cc326 09:22:42 ---> Running in 737cad636aaa 09:22:42 Removing intermediate container 54b0494065af 09:22:42 ---> 3ae37fb8a813 09:22:42 09:22:43 Removing intermediate container 20fb0c58afed 09:22:43 ---> cb00554af440 09:22:43 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 09:22:43 ---> Running in 9404f07379ce 09:22:43 Removing intermediate container a4a8fe3cc326 09:22:43 ---> a3119949d055 09:22:43 Step 24/24 : LABEL version=0.0.0 09:22:43 Successfully built 3ae37fb8a813 09:22:43 Removing intermediate container 09107c1138ea 09:22:43 ---> 5371b0e829e9 09:22:43 09:22:43 Successfully tagged docker-support-scheduler-go:latest 09:22:43  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 09:22:43 Removing intermediate container 737cad636aaa 09:22:43 ---> 82866e9acfbf 09:22:43 09:22:43 ---> Running in 297b6c3b7131 09:22:43 Successfully built 5371b0e829e9 09:22:43 Removing intermediate container 9404f07379ce 09:22:43 ---> 87e7ee502fc4 09:22:43 Step 24/26 : LABEL arch=x86_64 09:22:43 Successfully tagged docker-security-proxy-setup-go:latest 09:22:43  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 09:22:43 ---> Running in 087cb487fc9b 09:22:43 Successfully built 82866e9acfbf 09:22:43 Successfully tagged docker-support-notifications-go:latest 09:22:43  Building docker-support-notifications-go ... done Building docker-core-data-go 09:22:43 Removing intermediate container 297b6c3b7131 09:22:43 ---> 6fb87ef0d3ab 09:22:43 09:22:43 Removing intermediate container 087cb487fc9b 09:22:43 ---> a56df1534522 09:22:43 Step 25/26 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:22:43 ---> Running in df8bb86f11ec 09:22:44 Successfully built 6fb87ef0d3ab 09:22:44 Successfully tagged docker-core-metadata-go:latest 09:22:44 Building docker-security-bootstrapper-go 09:22:44  Building docker-core-metadata-go ... done Removing intermediate container df8bb86f11ec 09:22:44 ---> 6008bfabb893 09:22:44 Step 26/26 : LABEL version=0.0.0 09:22:44 ---> Running in a44ec37b5dab 09:22:44 Removing intermediate container a44ec37b5dab 09:22:44 ---> 817c4d5e2eea 09:22:44 09:22:44 Successfully built 817c4d5e2eea 09:22:44 Successfully tagged docker-security-secretstore-setup-go:latest 09:22:58 gofmt -l . 09:22:58 [ "`gofmt -l .`" = "" ] 09:23:00 ./bin/test-go-mod-tidy.sh 09:23:01 ./bin/test-attribution-txt.sh [Pipeline] sh 09:23:03 + ls -al . 09:23:03 total 856 09:23:03 drwxrwxr-x 9 1001 1001 4096 May 11 09:23 . 09:23:03 drwxr-xr-x 4 root root 4096 May 11 09:17 .. 09:23:03 -rw-rw-r-- 1 1001 1001 11 May 11 09:16 .dockerignore 09:23:03 drwxrwxr-x 8 1001 1001 4096 May 11 09:16 .git 09:23:03 drwxrwxr-x 3 1001 1001 4096 May 11 09:16 .github 09:23:03 -rw-rw-r-- 1 1001 1001 818 May 11 09:16 .gitignore 09:23:03 -rw-rw-r-- 1 1001 1001 166 May 11 09:16 .sonarcloud.properties 09:23:03 -rw-rw-r-- 1 1001 1001 8609 May 11 09:16 Attribution.txt 09:23:03 -rw-rw-r-- 1 1001 1001 3804 May 11 09:16 CONTRIBUTING.md 09:23:03 -rw-rw-r-- 1 1001 1001 931 May 11 09:16 Dockerfile.build 09:23:03 -rw-rw-r-- 1 1001 1001 863 May 11 09:16 Jenkinsfile 09:23:03 -rw-rw-r-- 1 1001 1001 10775 May 11 09:16 LICENSE 09:23:03 -rw-rw-r-- 1 1001 1001 5774 May 11 09:16 Makefile 09:23:03 -rw-rw-r-- 1 1001 1001 7978 May 11 09:16 README.md 09:23:03 -rw-rw-r-- 1 1001 1001 6755 May 11 09:16 SECURITY.md 09:23:03 -rw-rw-r-- 1 1001 1001 5 May 11 09:15 VERSION 09:23:03 -rw-rw-r-- 1 1001 1001 4131 May 11 09:16 ZMQWindows.md 09:23:03 drwxrwxr-x 2 1001 1001 4096 May 11 09:16 bin 09:23:03 drwxrwxr-x 14 1001 1001 4096 May 11 09:16 cmd 09:23:03 -rw-r--r-- 1 root root 720868 May 11 09:21 coverage.out 09:23:03 -rw-r--r-- 1 root root 1060 May 11 09:23 go.mod 09:23:03 -rw-r--r-- 1 root root 21595 May 11 09:17 go.sum 09:23:03 drwxrwxr-x 8 1001 1001 4096 May 11 09:16 internal 09:23:03 drwxrwxr-x 4 1001 1001 4096 May 11 09:16 openapi 09:23:03 drwxrwxr-x 4 1001 1001 4096 May 11 09:16 snap 09:23:03 -rw-rw-r-- 1 1001 1001 168 May 11 09:16 version.go [Pipeline] sh 09:23:04 + '[' -e coverage.out ] 09:23:04 + chown 1001:1001 coverage.out [Pipeline] stash 09:23:04 Warning: overwriting stash ‘coverage-report’ 09:23:05 Stashed 1 file(s) [Pipeline] sh 09:23:06 + make build 09:23:06 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 09:23:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:23:17  Building docker-security-secretstore-setup-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:23:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:23:17 ---> 3d693db1eda8 09:23:17 Step 3/24 : WORKDIR /edgex-go 09:23:17 ---> Using cache 09:23:17 ---> d847ec0fca1b 09:23:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:23:17 ---> Using cache 09:23:17 ---> 07ba5e887946 09:23:17 Step 5/24 : RUN apk add --update --no-cache make git 09:23:17 ---> Using cache 09:23:17 ---> 95efd865d815 09:23:17 Step 6/24 : COPY go.mod . 09:23:17 ---> Using cache 09:23:17 ---> 4d6700ee4cd6 09:23:17 Step 7/24 : RUN go mod download 09:23:17 ---> Using cache 09:23:17 ---> e49d404eb585 09:23:17 Step 8/24 : COPY . . 09:23:17 ---> Using cache 09:23:17 ---> 22142bc0a847 09:23:17 Step 9/24 : RUN go mod tidy 09:23:17 ---> Using cache 09:23:17 ---> 551528828378 09:23:17 Step 10/24 : RUN make cmd/core-command/core-command 09:23:17 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:23:17 Step 2/32 : FROM ${BUILDER_BASE} AS builder 09:23:17 ---> 3d693db1eda8 09:23:17 Step 3/32 : WORKDIR /edgex-go 09:23:17 ---> Using cache 09:23:17 ---> d847ec0fca1b 09:23:17 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:23:17 ---> Using cache 09:23:17 ---> 07ba5e887946 09:23:17 Step 5/32 : RUN apk add --update --no-cache make git 09:23:17 ---> Using cache 09:23:17 ---> 95efd865d815 09:23:17 Step 6/32 : COPY go.mod . 09:23:17 ---> Using cache 09:23:17 ---> 4d6700ee4cd6 09:23:17 Step 7/32 : RUN go mod download 09:23:17 ---> Using cache 09:23:17 ---> e49d404eb585 09:23:17 Step 8/32 : COPY . . 09:23:17 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:23:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:23:17 ---> 3d693db1eda8 09:23:17 Step 3/24 : WORKDIR /edgex-go 09:23:17 ---> Using cache 09:23:17 ---> d847ec0fca1b 09:23:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:23:17 ---> Using cache 09:23:17 ---> 07ba5e887946 09:23:17 Step 5/24 : RUN apk add --update --no-cache make bash git 09:23:17 ---> Using cache 09:23:17 ---> 22142bc0a847 09:23:17 Step 9/32 : RUN go mod tidy 09:23:17 ---> Using cache 09:23:17 ---> 551528828378 09:23:17 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:23:17 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:23:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:23:17 ---> 3d693db1eda8 09:23:17 Step 3/24 : WORKDIR /edgex-go 09:23:17 ---> Using cache 09:23:17 ---> d847ec0fca1b 09:23:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:23:17 ---> Using cache 09:23:17 ---> 07ba5e887946 09:23:17 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:23:17 ---> Running in ba751632e43b 09:23:17 ---> Running in 3a2fc8d18464 09:23:17 ---> Running in 15cdc09e606a 09:23:17 ---> Running in 800e32a188a8 09:23: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 09:23:18 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 09:23:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 09:23:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 09:23:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 09:23:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 09:23:21 OK: 219 MiB in 52 packages 09:23:21 OK: 219 MiB in 52 packages 09:23:23 Removing intermediate container 15cdc09e606a 09:23:23 ---> 7e87844e4524 09:23:23 Step 6/24 : COPY go.mod . 09:23:23 Removing intermediate container ba751632e43b 09:23:23 ---> d49ba810b7d6 09:23:23 Step 6/24 : COPY go.mod . 09:23:23 ---> 6f170f153855 09:23:23 Step 7/24 : RUN go mod download 09:23:23 ---> Running in 0161739042ca 09:23:23 ---> 9c51c2793c1d 09:23:23 Step 7/24 : RUN go mod download 09:23:24 ---> Running in 16b8e546daa7 09:23:27 Removing intermediate container 16b8e546daa7 09:23:27 ---> 48e1023e15ef 09:23:27 Step 8/24 : COPY . . 09:23:27 Removing intermediate container 0161739042ca 09:23:27 ---> 285fc6d33e3d 09:23:27 Step 8/24 : COPY . . 09:23:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:23:42 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 09:23:46 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 09:23:47 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 09:23:52 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 09:23:56 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 09:23:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:24:02 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 09:24:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:24:07 Removing intermediate container 800e32a188a8 09:24:07 ---> f1249bfb1f7f 09:24:07 09:24:07 Step 11/32 : FROM alpine:3.12 09:24:07 ---> 13621d1b12d4 09:24:07 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:24:07 Removing intermediate container 3a2fc8d18464 09:24:07 ---> 8898fcef7880 09:24:07 09:24:07 Step 11/24 : FROM alpine:3.12 09:24:07 ---> 13621d1b12d4 09:24:07 Step 12/24 : RUN apk add --update --no-cache dumb-init 09:24:07 ---> Using cache 09:24:07 ---> 73383fde8e5a 09:24:07 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:24:07 ---> Using cache 09:24:07 ---> e04db1aeaa14 09:24:07 Step 14/24 : ENV APP_PORT=48082 09:24:07 ---> 6b65934f57c1 09:24:07 Step 9/24 : RUN go mod tidy 09:24:07 ---> Running in 5130b374d748 09:24:07 ---> Running in 729283c4ce6b 09:24:07 ---> Running in f0ac8f4ce3a7 09:24:07 ---> 847bc79aa47f 09:24:07 Step 9/24 : RUN go mod tidy 09:24:07 ---> Running in 82dd31e80e89 09:24:07 Removing intermediate container 729283c4ce6b 09:24:07 ---> e36ec0405ae8 09:24:07 Step 15/24 : EXPOSE $APP_PORT 09:24:07 Removing intermediate container 5130b374d748 09:24:07 ---> 59fc3460d500 09:24:07 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 09:24:07 ---> Running in 4fbd30fa8450 09:24:07 ---> Running in e970e9b6c7e4 09:24:07 Removing intermediate container 4fbd30fa8450 09:24:07 ---> 83fcabd1ffd8 09:24:07 Step 16/24 : WORKDIR / 09:24:07 ---> Running in ec9899e41aad 09:24:07 Removing intermediate container ec9899e41aad 09:24:07 ---> 664189195933 09:24:07 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:24:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:24:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:24:07 (1/2) Installing dumb-init (1.2.2-r1) 09:24:07 (2/2) Installing su-exec (0.2-r1) 09:24:07 Executing busybox-1.31.1-r20.trigger 09:24:07 OK: 6 MiB in 16 packages 09:24:07 ---> 9387c67f5d70 09:24:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:24:07 Removing intermediate container e970e9b6c7e4 09:24:07 ---> 5c2ebdb3755a 09:24:07 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 09:24:07 ---> Running in eb6e2fa3fcd4 09:24:07 ---> dcdde428f638 09:24:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:24:07 Removing intermediate container eb6e2fa3fcd4 09:24:07 ---> 60978d4cc741 09:24:07 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:24:07 ---> Running in 5b093bab02ce 09:24:07 ---> a389906e96e7 09:24:07 Step 20/24 : ENTRYPOINT ["/core-command"] 09:24:07 ---> Running in 16a8ff4007a3 09:24:07 Removing intermediate container 5b093bab02ce 09:24:07 ---> 01d83308abf3 09:24:07 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:24:07 ---> Running in 347c8ab6639c 09:24:07 Removing intermediate container 16a8ff4007a3 09:24:07 ---> d5028ba7a78f 09:24:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:24:07 ---> Running in c4f98d47138d 09:24:07 Removing intermediate container 82dd31e80e89 09:24:07 ---> 9939cf27f213 09:24:07 Step 10/24 : RUN make cmd/core-data/core-data 09:24:07 Removing intermediate container f0ac8f4ce3a7 09:24:07 ---> d11a147641b1 09:24:07 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:24:07 Removing intermediate container c4f98d47138d 09:24:07 ---> 0e5b89557ac0 09:24:07 Step 22/24 : LABEL arch=x86_64 09:24:07 ---> Running in 030ee7e23e62 09:24:07 ---> Running in c65be0cd2f8d 09:24:07 ---> Running in 6d4335364cdc 09:24:07 Removing intermediate container 6d4335364cdc 09:24:07 ---> e290da78cb5b 09:24:07 Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:24:07 ---> Running in 98a68835572d 09:24:08 Removing intermediate container 98a68835572d 09:24:08 ---> f5cea9206bb3 09:24:08 Step 24/24 : LABEL version=0.0.0 09:24:08 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 09:24:08 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 09:24:08 Removing intermediate container 347c8ab6639c 09:24:08 ---> 5d68191f6b49 09:24:08 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 09:24:08 ---> Running in a26bdec3d50f 09:24:08 ---> Running in 75f82fb9b9e6 09:24:08 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 09:24:08 Removing intermediate container a26bdec3d50f 09:24:08 ---> accf8759e5b4 09:24:08 09:24:08 Removing intermediate container 75f82fb9b9e6 09:24:08 ---> dec17856e24c 09:24:08 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:24:08 Successfully built accf8759e5b4 09:24:09 Successfully tagged docker-core-command-go:latest 09:24:09 ---> 5ef91b48ddbb 09:24:09 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:24:09  Building docker-core-command-go ... done  ---> Running in 8b1dec672303 09:24:12 Removing intermediate container 8b1dec672303 09:24:12 ---> f69d634762ac 09:24:12 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 09:24:12 ---> 1466739de420 09:24:12 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [Pipeline] } 09:24:13 $ docker stop --time=1 9dd3c6a47aedbbcdbe386e443c2e6df35b8f49abfef80ea2f55dec7ea2fa568c 09:24:14 ---> 3864c36e3323 09:24:14 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:24:15 ---> b267527ec38b 09:24:15 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:24:15 ---> b5aa3fc60212 09:24:15 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 09:24:16 ---> 4487fe298cfa 09:24:16 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 09:24:16 $ docker rm -f 9dd3c6a47aedbbcdbe386e443c2e6df35b8f49abfef80ea2f55dec7ea2fa568c 09:24:16 ---> Running in bc209bc4dae9 09:24:17 Removing intermediate container bc209bc4dae9 09:24:17 ---> 65ef5dd5c1e4 09:24:17 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:24:18 ---> d60f71bc947b 09:24:18 Step 27/32 : RUN chmod +x /entrypoint.sh 09:24:18 ---> Running in bc506ec242cd 09:24:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:24:18 09:24:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:24:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:24:18 latest: Pulling from edgex-devops/edgex-compose-arm64 09:24:18 29e5d40040c1: Pulling fs layer 09:24:18 1ce36da41761: Pulling fs layer 09:24:18 25b303627fd3: Pulling fs layer 09:24:19 29e5d40040c1: Verifying Checksum 09:24:19 29e5d40040c1: Download complete 09:24:19 1ce36da41761: Verifying Checksum 09:24:19 1ce36da41761: Download complete 09:24:19 29e5d40040c1: Pull complete 09:24:21 1ce36da41761: Pull complete 09:24:21 25b303627fd3: Verifying Checksum 09:24:21 Removing intermediate container bc506ec242cd 09:24:21 ---> faeae1e5762f 09:24:21 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 09:24:21 ---> Running in 17063d87e9aa 09:24:21 Removing intermediate container 17063d87e9aa 09:24:21 ---> 9a77b49752e8 09:24:21 Step 29/32 : CMD ["gate"] 09:24:21 25b303627fd3: Download complete 09:24:21 ---> Running in bd44eb72155d 09:24:22 Removing intermediate container bd44eb72155d 09:24:22 ---> fa5e784142d0 09:24:22 Step 30/32 : LABEL arch=x86_64 09:24:22 ---> Running in 6e50efb4aa69 09:24:22 Removing intermediate container 6e50efb4aa69 09:24:22 ---> 2b27b2253272 09:24:22 Step 31/32 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:24:23 ---> Running in 7e5832c9fe19 09:24:23 Removing intermediate container 7e5832c9fe19 09:24:23 ---> 4f217d3fbc05 09:24:23 Step 32/32 : LABEL version=0.0.0 09:24:23 ---> Running in f47e42d947eb 09:24:25 Removing intermediate container f47e42d947eb 09:24:25 ---> 737b174b3a8e 09:24:25 09:24:26 Successfully built 737b174b3a8e 09:24:26 Successfully tagged docker-security-bootstrapper-go:latest 09:24:31 25b303627fd3: Pull complete 09:24:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:24:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:24:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:24:32 prd-ubuntu18.04-docker-arm64-4c-16g-4410 does not seem to be running inside a container 09:24:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:24:35 $ docker top 878bb5884f2c368299e8c39a75a41b3e931248f8d3f671ab6e9e071dd2363252 -eo pid,comm [Pipeline] { [Pipeline] sh 09:24:36 + docker-compose build --help 09:24:36 + grep parallel 09:24:36  Building docker-security-bootstrapper-go ... done Removing intermediate container c65be0cd2f8d 09:24:36 ---> 6907ef9e54ca 09:24:36 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:24:36 ---> Running in 6de103618093 09:24:36 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 09:24:38 Removing intermediate container 030ee7e23e62 09:24:38 ---> cdfff5b550cd 09:24:38 09:24:38 Step 11/24 : FROM alpine:3.12 09:24:38 ---> 13621d1b12d4 09:24:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:24:38 ---> Running in 444a21d560f0 09:24:38 Removing intermediate container 6de103618093 09:24:38 ---> 8aede02b9059 09:24:38 09:24:38 Step 12/24 : FROM docker:20.10.0 09:24:38 20.10.0: Pulling from library/docker 09:24:38 Removing intermediate container 444a21d560f0 09:24:38 ---> 2a49567fd57c 09:24:38 Step 13/24 : ENV APP_PORT=48080 09:24:39 ---> Running in 06e57c2850fc 09:24:39 Removing intermediate container 06e57c2850fc 09:24:39 ---> 3744340ea8f6 09:24:39 Step 14/24 : EXPOSE $APP_PORT 09:24:39 --parallel Build images in parallel. 09:24:39 ---> Running in 44b7091e71ed [Pipeline] } 09:24:39 $ docker stop --time=1 878bb5884f2c368299e8c39a75a41b3e931248f8d3f671ab6e9e071dd2363252 09:24:40 Removing intermediate container 44b7091e71ed 09:24:40 ---> 00e940794ae3 09:24:40 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:24:40 ---> Running in a3f138117dd9 09:24:41 Removing intermediate container a3f138117dd9 09:24:41 ---> 18281643a418 09:24:41 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 09:24:41 ---> Running in 98d1aba2cc31 09:24:41 $ docker rm -f 878bb5884f2c368299e8c39a75a41b3e931248f8d3f671ab6e9e071dd2363252 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:24:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:24:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:24:42 . [Pipeline] withDockerContainer 09:24:42 prd-ubuntu18.04-docker-arm64-4c-16g-4410 does not seem to be running inside a container 09:24:42 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:24:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:24:44 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:24:44 Status: Downloaded newer image for docker:20.10.0 09:24:44 ---> aefe523efa57 09:24:44 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 09:24:44 ---> Running in 4d9c4d0793e8 09:24:44 $ docker top 84e76d9571bee90861b02cae8d0e69139a05248e5fcfcbd321ce523753111648 -eo pid,comm 09:24:44 (1/6) Installing dumb-init (1.2.2-r1) 09:24:44 Removing intermediate container 4d9c4d0793e8 09:24:44 ---> 8f4535297163 09:24:44 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 09:24:44 (2/6) Installing libgcc (9.3.0-r2) 09:24:44 ---> Running in 2d9591e4cec9 [Pipeline] { [Pipeline] sh 09:24:44 (3/6) Installing libsodium (1.0.18-r0) 09:24:45 (4/6) Installing libstdc++ (9.3.0-r2) 09:24:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:24:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:24:45 + docker-compose -f ./docker-compose-build.yml build --parallel 09:24:45 (1/39) Installing readline (8.0.4-r0) 09:24:45 (2/39) Installing bash (5.0.17-r0) 09:24:45 Executing bash-5.0.17-r0.post-install 09:24:45 (3/39) Installing nghttp2-libs (1.41.0-r0) 09:24:45 (4/39) Installing libcurl (7.76.1-r0) 09:24:45 (5/39) Installing curl (7.76.1-r0) 09:24:45 (6/39) Installing dumb-init (1.2.2-r1) 09:24:45 (7/39) Installing libbz2 (1.0.8-r1) 09:24:45 (8/39) Installing expat (2.2.9-r1) 09:24:45 (9/39) Installing libffi (3.3-r2) 09:24:45 (10/39) Installing gdbm (1.13-r1) 09:24:45 (11/39) Installing xz-libs (5.2.5-r0) 09:24:45 (12/39) Installing sqlite-libs (3.32.1-r0) 09:24:45 (13/39) Installing python3 (3.8.10-r0) 09:24:46 (5/6) Installing libzmq (4.3.3-r0) 09:24:46 (6/6) Installing zeromq (4.3.3-r0) 09:24:46 Executing busybox-1.31.1-r20.trigger 09:24:46 OK: 8 MiB in 20 packages 09:24:46 (14/39) Installing py3-appdirs (1.4.4-r1) 09:24:46 (15/39) Installing py3-ordered-set (4.0.1-r0) 09:24:46 (16/39) Installing py3-parsing (2.4.7-r0) 09:24:46 (17/39) Installing py3-six (1.15.0-r0) 09:24:46 (18/39) Installing py3-packaging (20.4-r0) 09:24:46 (19/39) Installing py3-setuptools (47.0.0-r0) 09:24:46 (20/39) Installing py3-chardet (3.0.4-r4) 09:24:47 (21/39) Installing py3-idna (2.9-r0) 09:24:47 (22/39) Installing py3-certifi (2020.4.5.1-r0) 09:24:49 (23/39) Installing py3-urllib3 (1.25.9-r0) 09:24:49 Building docker-core-command-go ... 09:24:49 Building docker-core-data-go ... 09:24:49 Building docker-core-metadata-go ... 09:24:49 Building docker-security-bootstrapper-go ... 09:24:49 Building docker-security-proxy-setup-go ... 09:24:49 Building docker-security-secretstore-setup-go ... 09:24:49 Building docker-support-notifications-go ... 09:24:49 Building docker-support-scheduler-go ... 09:24:49 Building docker-sys-mgmt-agent-go ... 09:24:49 Building docker-security-secretstore-setup-go 09:24:49 Building docker-security-bootstrapper-go 09:24:49 Building docker-core-metadata-go 09:24:49 Building docker-sys-mgmt-agent-go 09:24:49 Building docker-core-data-go 09:24:50 (24/39) Installing py3-requests (2.23.0-r0) 09:24:50 (25/39) Installing py3-msgpack (1.0.0-r0) 09:24:50 (26/39) Installing py3-lockfile (0.12.2-r3) 09:24:50 (27/39) Installing py3-cachecontrol (0.12.6-r0) 09:24:50 (28/39) Installing py3-colorama (0.4.3-r0) 09:24:50 (29/39) Installing py3-distlib (0.3.0-r0) 09:24:50 (30/39) Installing py3-distro (1.5.0-r1) 09:24:50 (31/39) Installing py3-webencodings (0.5.1-r3) 09:24:50 (32/39) Installing py3-html5lib (1.0.1-r4) 09:24:50 (33/39) Installing py3-pytoml (0.1.21-r0) 09:24:50 (34/39) Installing py3-pep517 (0.8.2-r0) 09:24:50 (35/39) Installing py3-progress (1.5-r0) 09:24:50 (36/39) Installing py3-toml (0.10.1-r0) 09:24:50 (37/39) Installing py3-retrying (1.3.3-r0) 09:24:50 (38/39) Installing py3-contextlib2 (0.6.0-r0) 09:24:50 (39/39) Installing py3-pip (20.1.1-r0) 09:24:51 Executing busybox-1.31.1-r19.trigger 09:24:51 OK: 72 MiB in 59 packages 09:24:52 Removing intermediate container 98d1aba2cc31 09:24:52 ---> eab378a3b46c 09:24:52 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:24:52 ---> cce8647da5cb 09:24:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:24:52 Collecting docker-compose==1.23.2 09:24:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:24:52 Collecting websocket-client<1.0,>=0.32.0 09:24:52 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 09:24:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:24:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:24:52 ---> b1f0640eef44 09:24:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:24:53 Collecting docopt<0.7,>=0.6.1 09:24:53 Downloading docopt-0.6.2.tar.gz (25 kB) 09:24:53 ---> ceb179ab00a6 09:24:53 Step 20/24 : ENTRYPOINT ["/core-data"] 09:24:53 ---> Running in 765e427b35c0 09:24:53 Removing intermediate container 765e427b35c0 09:24:53 ---> 3473b9712a9b 09:24:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:24:53 ---> Running in 0ed6dc85527c 09:24:53 Collecting dockerpty<0.5,>=0.4.1 09:24:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:24:53 Removing intermediate container 0ed6dc85527c 09:24:53 ---> b2fb0ed00b07 09:24:53 Step 22/24 : LABEL arch=x86_64 09:24:53 ---> Running in 9afa668ca062 09:24:54 Removing intermediate container 9afa668ca062 09:24:54 ---> 1342c8b1ab83 09:24:54 Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:24:54 ---> Running in e3fa73ec2899 09:24:54 Collecting PyYAML<4,>=3.10 09:24:54 Downloading PyYAML-3.13.tar.gz (270 kB) 09:24:55 Removing intermediate container e3fa73ec2899 09:24:55 ---> 9c9ad59afb04 09:24:55 Step 24/24 : LABEL version=0.0.0 09:24:55 ---> Running in 84e90ea0aae1 09:24:55 Collecting docker<4.0,>=3.6.0 09:24:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:24:56 Removing intermediate container 84e90ea0aae1 09:24:56 ---> de6ca0c0f2a8 09:24:56 09:24:56 Collecting cached-property<2,>=1.2.0 09:24:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:24:56 Successfully built de6ca0c0f2a8 09:24:56 Successfully tagged docker-core-data-go:latest 09:24:56  Building docker-core-data-go ... done Collecting jsonschema<3,>=2.5.1 09:24:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:24:56 Collecting texttable<0.10,>=0.9.0 09:24:56 Downloading texttable-0.9.1.tar.gz (11 kB) 09:24:57 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:24:57 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) 09:24:57 Collecting idna<2.8,>=2.5 09:24:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:24:57 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) 09:24:57 Collecting urllib3<1.25,>=1.21.1 09:24:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:24:57 Collecting docker-pycreds>=0.4.0 09:24:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:24:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:24:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:24:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:24:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:24:57 Installing collected packages: websocket-client, idna, urllib3, requests, docopt, dockerpty, PyYAML, docker-pycreds, docker, cached-property, jsonschema, texttable, docker-compose 09:24:57 Attempting uninstall: idna 09:24:57 Found existing installation: idna 2.9 09:24:57 Uninstalling idna-2.9: 09:24:57 Successfully uninstalled idna-2.9 09:24:57 Attempting uninstall: urllib3 09:24:57 Found existing installation: urllib3 1.25.9 09:24:57 Uninstalling urllib3-1.25.9: 09:24:57 Successfully uninstalled urllib3-1.25.9 09:24:58 Attempting uninstall: requests 09:24:58 Found existing installation: requests 2.23.0 09:24:58 Uninstalling requests-2.23.0: 09:24:58 Successfully uninstalled requests-2.23.0 09:24:58 Running setup.py install for docopt: started 09:24:58 Running setup.py install for docopt: finished with status 'done' 09:24:58 Running setup.py install for dockerpty: started 09:24:59 Running setup.py install for dockerpty: finished with status 'done' 09:24:59 Running setup.py install for PyYAML: started 09:24:59 Running setup.py install for PyYAML: finished with status 'done' 09:25:00 Running setup.py install for texttable: started 09:25:00 Running setup.py install for texttable: finished with status 'done' 09:25:01 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.59.0 09:25:09 Removing intermediate container 2d9591e4cec9 09:25:09 ---> 0b191e8443a0 09:25:09 Step 15/24 : ENV APP_PORT=48090 09:25:09 ---> Running in 8a0b09e83a4b 09:25:09 Removing intermediate container 8a0b09e83a4b 09:25:09 ---> 4b89fc7d5d40 09:25:09 Step 16/24 : EXPOSE $APP_PORT 09:25:09 ---> Running in 1c17a25e20d9 09:25:09 Removing intermediate container 1c17a25e20d9 09:25:09 ---> f55dab6378a3 09:25:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:25:10 ---> 67458610ac2a 09:25:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:25:10 ---> 49b5094771a0 09:25:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:25:11 ---> 92dd472a2016 09:25:11 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 09:25:11 ---> Running in b830974c2311 09:25:11 Removing intermediate container b830974c2311 09:25:11 ---> ab2efa3fe93d 09:25:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:25:11 ---> Running in 520ea2cbf8a1 09:25:11 Removing intermediate container 520ea2cbf8a1 09:25:11 ---> 0cd90dde4827 09:25:11 Step 22/24 : LABEL arch=x86_64 09:25:11 ---> Running in cbb088fed557 09:25:11 Removing intermediate container cbb088fed557 09:25:11 ---> e32d0cc38b84 09:25:11 Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:25:11 ---> Running in 86b3bc8dfa62 09:25:12 Removing intermediate container 86b3bc8dfa62 09:25:12 ---> fabc2047d084 09:25:12 Step 24/24 : LABEL version=0.0.0 09:25:12 ---> Running in afb406783437 09:25:12 Removing intermediate container afb406783437 09:25:12 ---> 8111ed787406 09:25:12 09:25:12 Successfully built 8111ed787406 09:25:12 Successfully tagged docker-sys-mgmt-agent-go:latest 09:25:13  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:25:13 $ docker stop --time=1 b8934b60f289943094e4f7343a548677ba576db5cc8b419f9435bd7d77b0c0c7 09:25:15 $ docker rm -f b8934b60f289943094e4f7343a548677ba576db5cc8b419f9435bd7d77b0c0c7 [Pipeline] // withDockerContainer [Pipeline] sh 09:25:15 + docker images 09:25:15 + grep docker 09:25:16 docker-sys-mgmt-agent-go latest 8111ed787406 4 seconds ago 312MB 09:25:16 docker-core-data-go latest de6ca0c0f2a8 21 seconds ago 21.5MB 09:25:16 docker-security-bootstrapper-go latest 737b174b3a8e 52 seconds ago 18.2MB 09:25:16 docker-core-command-go latest accf8759e5b4 About a minute ago 17MB 09:25:16 docker-security-secretstore-setup-go latest 817c4d5e2eea 2 minutes ago 25.7MB 09:25:16 docker-core-metadata-go latest 6fb87ef0d3ab 2 minutes ago 18.6MB 09:25:16 docker-support-scheduler-go latest 3ae37fb8a813 2 minutes ago 17.1MB 09:25:16 docker-security-proxy-setup-go latest 5371b0e829e9 2 minutes ago 25.3MB 09:25:16 docker-support-notifications-go latest 82866e9acfbf 2 minutes ago 17.7MB 09:25:16 docker 20.10.0 aefe523efa57 5 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 09:25:31 Still waiting to schedule task 09:25:31 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 09:26:11 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:26:11 Step 2/32 : FROM ${BUILDER_BASE} AS builder 09:26:11 ---> 175151b8208a 09:26:11 Step 3/32 : WORKDIR /edgex-go 09:26:11 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:26:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:26:11 ---> 175151b8208a 09:26:11 Step 3/26 : WORKDIR /edgex-go 09:26:11 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:26:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:26:11 ---> 175151b8208a 09:26:11 Step 3/24 : WORKDIR /edgex-go 09:26:11 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:26:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:26:11 ---> 175151b8208a 09:26:11 Step 3/24 : WORKDIR /edgex-go 09:26:11 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:26:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:26:11 ---> 175151b8208a 09:26:11 Step 3/24 : WORKDIR /edgex-go 09:26:11 ---> Running in a5bdb4216d22 09:26:11 ---> Running in 99c08f6e23a5 09:26:11 ---> Running in c016cf2feaa6 09:26:11 ---> Running in 6491ce519f88 09:26:11 ---> Running in 81301bff7507 09:26:11 Removing intermediate container 99c08f6e23a5 09:26:11 ---> 707cc931d154 09:26:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:26:11 Removing intermediate container 6491ce519f88 09:26:11 ---> e9fac547c694 09:26:11 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:26:11 Removing intermediate container a5bdb4216d22 09:26:11 ---> 3adedfe1d86a 09:26:11 Removing intermediate container 81301bff7507 09:26:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:26:11 ---> 098d465477fd 09:26:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:26:11 ---> Running in ee251caf6371 09:26:11 Removing intermediate container c016cf2feaa6 09:26:11 ---> 75ddf96ec6b3 09:26:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:26:11 ---> Running in fa9c843b5a07 09:26:11 ---> Running in a7f6717c5a2d 09:26:11 ---> Running in 074ae38e98d7 09:26:11 ---> Running in 74e077df8d24 09:26:11 Removing intermediate container ee251caf6371 09:26:11 ---> 95950c89b1f4 09:26:11 Step 5/32 : RUN apk add --update --no-cache make git 09:26:11 ---> Running in f83b93f5258c 09:26:11 Removing intermediate container fa9c843b5a07 09:26:11 ---> 406bab42da3a 09:26:11 Step 5/26 : RUN apk add --update --no-cache make git 09:26:11 ---> Running in e8a793a38274 09:26:11 Removing intermediate container 074ae38e98d7 09:26:11 ---> d3c8efaf7e4f 09:26:11 Step 5/24 : RUN apk add --update --no-cache make bash git 09:26:11 Removing intermediate container a7f6717c5a2d 09:26:11 ---> a2d341073359 09:26:11 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:26:11 Removing intermediate container 74e077df8d24 09:26:11 ---> 99d05bcd58a2 09:26:11 Step 5/24 : RUN apk add --update --no-cache make git 09:26:11 ---> Running in 5fd467f91596 09:26:11 ---> Running in 1a82fcc2deee 09:26:11 ---> Running in 09ffdd150485 09:26:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:26:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:26:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:26:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:26:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:26:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:26:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:26:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:26:12 OK: 218 MiB in 52 packages 09:26:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:26:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:26:12 OK: 218 MiB in 52 packages 09:26:13 OK: 218 MiB in 52 packages 09:26:13 OK: 218 MiB in 52 packages 09:26:14 Removing intermediate container f83b93f5258c 09:26:14 ---> 9085e36ebe8f 09:26:14 Step 6/32 : COPY go.mod . 09:26:14 OK: 218 MiB in 52 packages 09:26:15 Removing intermediate container e8a793a38274 09:26:15 ---> 64da502b5133 09:26:15 Step 6/26 : COPY go.mod . 09:26:15 Removing intermediate container 5fd467f91596 09:26:15 ---> 2e6b1d29d0a5 09:26:15 Step 6/24 : COPY go.mod . 09:26:15 ---> 058ab3bd4d3e 09:26:15 Step 7/32 : RUN go mod download 09:26:15 ---> Running in 1730e4a2b60e 09:26:15 ---> 77a8717224bd 09:26:15 Removing intermediate container 1a82fcc2deee 09:26:15 ---> 4ec30123150d 09:26:16 Step 6/24 : COPY go.mod . 09:26:16 Step 7/26 : RUN go mod download 09:26:16 Removing intermediate container 09ffdd150485 09:26:16 ---> 1461bf0ca1ea 09:26:16 Step 6/24 : COPY go.mod . 09:26:16 ---> Running in 504f4464b519 09:26:16 ---> 5965b17bd8aa 09:26:16 Step 7/24 : RUN go mod download 09:26:16 ---> Running in 0c11590010e9 09:26:17 ---> 60e4347359dd 09:26:17 Step 7/24 : RUN go mod download 09:26:17 ---> 29d168cee2b1 09:26:17 Step 7/24 : RUN go mod download 09:26:17 ---> Running in 637cd6aba4a6 09:26:17 ---> Running in 975f216af133 09:26:19 Removing intermediate container 1730e4a2b60e 09:26:19 ---> aaca635f3ece 09:26:19 Step 8/32 : COPY . . 09:26:19 Running on prd-ubuntu18.04-docker-8c-8g-4417 in /w/workspace/edgexfoundry_edgex-go_PR-3435 [Pipeline] { [Pipeline] ws 09:26:19 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 09:26:21 Removing intermediate container 504f4464b519 09:26:21 ---> 95587227ff85 09:26:21 Step 8/26 : COPY . . 09:26:21 Removing intermediate container 0c11590010e9 09:26:21 ---> a63392e5cd7b 09:26:21 Step 8/24 : COPY . . 09:26:22 using credential edgex-jenkins-ssh 09:26:22 Cloning the remote Git repository 09:26:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:26:22 Removing intermediate container 975f216af133 09:26:22 ---> d5907a8df681 09:26:22 Step 8/24 : COPY . . 09:26:23 Removing intermediate container 637cd6aba4a6 09:26:23 ---> 77973629d056 09:26:23 Step 8/24 : COPY . . 09:26:21 > git init /w/workspace/edgex-go/7 # timeout=10 09:26:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:26:21 > git --version # timeout=10 09:26:21 > git --version # 'git version 2.17.1' 09:26:21 using GIT_SSH to set credentials SSH Credentials for GitHub 09:26:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:26:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:26:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:26:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:26:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:26:30 using GIT_SSH to set credentials SSH Credentials for GitHub 09:26:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3435/head:refs/remotes/origin/PR-3435 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:26:31 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:26:31 Merge succeeded, producing 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:26:31 Checking out Revision 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a (PR-3435) 09:26:30 > git config core.sparsecheckout # timeout=10 09:26:30 > git checkout -f 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a # timeout=10 09:26:30 > git remote # timeout=10 09:26:30 > git config --get remote.origin.url # timeout=10 09:26:30 using GIT_SSH to set credentials SSH Credentials for GitHub 09:26:30 > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 09:26:30 > git rev-parse HEAD^{commit} # timeout=10 09:26:30 > git config core.sparsecheckout # timeout=10 09:26:30 > git checkout -f 866bf8aa1cb8e4544f615d343a2d7c39e2f5652a # timeout=10 09:26:35 Commit message: "Merge branch 'master' into issue-3434" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:26:36 + echo snap-build.sh 09:26:36 snap-build.sh 09:26:36 + SNAP_BASE_DIR=. 09:26:36 + '[' '!' -z /w/workspace/edgex-go/7 ']' 09:26:36 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 09:26:36 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 09:26:36 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 09:26:36 + cd /w/workspace/edgex-go/7 09:26:36 + sudo apt-get remove -qy --purge lxd lxd-client 09:26:36 Reading package lists... 09:26:36 Building dependency tree... 09:26:36 Reading state information... 09:26:36 The following packages were automatically installed and are no longer required: 09:26:36 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 09:26:36 uidmap xdelta3 09:26:36 Use 'sudo apt autoremove' to remove them. 09:26:36 The following packages will be REMOVED: 09:26:36 lxd* lxd-client* 09:26:37 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 09:26:37 After this operation, 31.7 MB disk space will be freed. 09:26:38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 09:26:38 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 09:26:39 Removing lxd dnsmasq configuration 09:26:39 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 09:26:39 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 09:26:39 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 09:26:40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 09:26:40 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 09:26:41 Processing triggers for systemd (237-3ubuntu10.42) ... 09:26:41 Processing triggers for ureadahead (0.100.0-21) ... 09:26:43 + sudo snap remove --purge lxd 09:26:43 snap "lxd" is not installed 09:26:43 + sudo groupadd --force --system lxd 09:26:43 ++ whoami 09:26:43 + sudo /usr/sbin/usermod -G lxd -a jenkins 09:26:43 + newgrp - lxd 09:26:43 + sudo snap install lxd 09:26:45 ---> d1e73783c3ca 09:26:45 Step 9/32 : RUN go mod tidy 09:26:45 ---> Running in c77fd6b8b690 09:26:45 ---> 83202ceae12f 09:26:45 Step 9/24 : RUN go mod tidy 09:26:45 ---> 2708deee84ff 09:26:45 Step 9/24 : RUN go mod tidy 09:26:45 ---> 87c6ff56f472 09:26:45 Step 9/24 : RUN go mod tidy 09:26:45 ---> 1d586c17e570 09:26:45 Step 9/26 : RUN go mod tidy 09:26:45 ---> Running in dd452c04230b 09:26:45 ---> Running in f23fda24e35f 09:26:45 ---> Running in 98825e7ab739 09:26:45 ---> Running in 81090e37607a 09:26:50 Removing intermediate container c77fd6b8b690 09:26:50 ---> 828d7d947809 09:26:50 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:26:50 ---> Running in 9c406324a9a4 09:26:51 Removing intermediate container 81090e37607a 09:26:51 ---> 40442fe1a52d 09:26:51 Step 10/24 : RUN make cmd/core-data/core-data 09:26:51 Removing intermediate container 98825e7ab739 09:26:51 ---> 3f2c8706a3ca 09:26:51 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:26:51 2021-05-11T09:26:49Z INFO Waiting for automatic snapd restart... 09:26:51 ---> Running in 08e9bae5ccb4 09:26:51 ---> Running in ed4be91d6f73 09:26:52 Removing intermediate container dd452c04230b 09:26:52 ---> 6c9f2f479ccf 09:26:52 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:26:52 Removing intermediate container f23fda24e35f 09:26:52 ---> d9619ce89f53 09:26:52 Step 10/24 : RUN make cmd/core-metadata/core-metadata 09:26:52 ---> Running in fbd406e2efe3 09:26:52 ---> Running in a969e858d0da 09:26:52 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 09:26:53 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 09:26:54 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 09:26:54 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 09:26:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:27:04 lxd 4.14 from Canonical* installed 09:27:04 + sudo lxd init --auto 09:27:12 + sudo snap install --classic snapcraft 09:27:17 snapcraft 4.7.1 from Canonical* installed 09:27:17 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 09:27:17 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 09:27:17 % Total % Received % Xferd Average Speed Time Time Time Current 09:27:17 Dload Upload Total Spent Left Speed 09:27:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3464 0 --:--:-- --:--:-- --:--:-- 3483 09:27:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 7505k 0 --:--:-- --:--:-- --:--:-- 13.6M 09:27:17 ./yq_linux_amd64 09:27:17 + sudo snapcraft prime --use-lxd 09:27:19 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 09:27:19 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 09:27:19 - README.md 09:27:19 09:27:19 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:27:20 Launching a container. 09:28:47 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 09:28:48 Removing intermediate container 9c406324a9a4 09:28:48 ---> 4861d734b2ca 09:28:48 09:28:48 Step 11/32 : FROM alpine:3.12 09:28:48 3.12: Pulling from library/alpine 09:28:49 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 09:28:49 Status: Downloaded newer image for alpine:3.12 09:28:49 ---> 9852663dfa18 09:28:49 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:28:50 ---> Running in 62341e7417db 09:28:51 Removing intermediate container 62341e7417db 09:28:51 ---> 1422b9c3278d 09:28:51 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 09:28:51 ---> Running in 38171cb72a93 09:28:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:28:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:28:55 (1/2) Installing dumb-init (1.2.2-r1) 09:28:55 (2/2) Installing su-exec (0.2-r1) 09:28:55 Executing busybox-1.31.1-r20.trigger 09:28:55 OK: 5 MiB in 16 packages 09:28:59 Removing intermediate container fbd406e2efe3 09:28:59 ---> f4e1f63b6b09 09:28:59 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:28:59 Removing intermediate container 38171cb72a93 09:28:59 ---> 3c3e01cea7e5 09:28:59 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 09:28:59 ---> Running in 3847929a7a8f 09:28:59 ---> Running in 3510f1ad4cf2 09:29:00 Removing intermediate container ed4be91d6f73 09:29:00 ---> a2df56d5cd01 09:29:00 09:29:00 Step 11/26 : FROM alpine:3.12 09:29:00 ---> 9852663dfa18 09:29:00 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 09:29:00 ---> Running in 4d8ddc16652e 09:29:00 Removing intermediate container 3847929a7a8f 09:29:00 ---> d98f7dcbc2c4 09:29:00 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:29:00 ---> Running in 052576a10ca6 09:29:01 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 09:29:01 Removing intermediate container 052576a10ca6 09:29:01 ---> 80ff54cb1b0b 09:29:01 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:29:02 ---> Running in 42111f9c49fd 09:29:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:29:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:29:03 (1/6) Installing ca-certificates (20191127-r4) 09:29:03 (2/6) Installing nghttp2-libs (1.41.0-r0) 09:29:03 (3/6) Installing libcurl (7.76.1-r0) 09:29:03 (4/6) Installing curl (7.76.1-r0) 09:29:03 (5/6) Installing dumb-init (1.2.2-r1) 09:29:03 (6/6) Installing su-exec (0.2-r1) 09:29:03 Executing busybox-1.31.1-r20.trigger 09:29:03 Executing ca-certificates-20191127-r4.trigger 09:29:03 OK: 7 MiB in 20 packages 09:29:06 Removing intermediate container 42111f9c49fd 09:29:06 ---> 69fffeb4ae71 09:29:06 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 09:29:06 ---> Running in 968c4263832d 09:29:07 Removing intermediate container 3510f1ad4cf2 09:29:07 ---> a29c1c7c5a97 09:29:07 09:29:07 Step 12/24 : FROM docker:20.10.0 09:29:07 Removing intermediate container 4d8ddc16652e 09:29:07 ---> 1342a7378a90 09:29:07 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:29:07 20.10.0: Pulling from library/docker 09:29:07 ---> Running in f65ddf975f2c 09:29:07 Removing intermediate container 968c4263832d 09:29:07 ---> c6cc2e60a2dd 09:29:07 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:29:08 Removing intermediate container f65ddf975f2c 09:29:08 ---> f9009f4a8a7e 09:29:08 Step 14/26 : WORKDIR / 09:29:09 ---> Running in f1266c026ce1 09:29:10 ---> 1fc25ce0d478 09:29:10 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:29:10 Removing intermediate container f1266c026ce1 09:29:10 ---> 79c76d389ca3 09:29:10 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:29:10 ---> Running in 2fe8835abc62 09:29:12 ---> d1a45cc8d702 09:29:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:29:15 ---> 224a44b2c26c 09:29:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:29:15 Removing intermediate container 2fe8835abc62 09:29:15 ---> 1306ca731697 09:29:15 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 09:29:16 ---> faa262cbb34f 09:29:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 09:29:17 ---> db790c9ff7b9 09:29:17 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:29:17 Removing intermediate container a969e858d0da 09:29:17 ---> 3f576b60ccbd 09:29:17 09:29:17 Step 11/24 : FROM alpine:3.12 09:29:17 ---> 9852663dfa18 09:29:17 Step 12/24 : RUN apk add --update --no-cache dumb-init 09:29:17 ---> 6d94f0cd8d9e 09:29:17 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:29:18 ---> Running in 613c3e1928c4 09:29:19 ---> d17b400d5185 09:29:19 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:29:20 ---> 8ff356a079aa 09:29:20 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:29:21 ---> 251ebc8fb5fb 09:29:21 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:29:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:29:21 Removing intermediate container 08e9bae5ccb4 09:29:21 ---> 7c7f8bfc89f9 09:29:21 09:29:21 Step 11/24 : FROM alpine:3.12 09:29:21 ---> 9852663dfa18 09:29:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:29:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:29:22 ---> Running in 902371e37895 09:29:22 (1/1) Installing dumb-init (1.2.2-r1) 09:29:22 Executing busybox-1.31.1-r20.trigger 09:29:22 OK: 5 MiB in 15 packages 09:29:22 ---> 45d549549d3d 09:29:22 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:29:22 ---> be25ad29cacd 09:29:22 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 09:29:22 Removing intermediate container 902371e37895 09:29:22 ---> 2ef6cfe63acb 09:29:22 Step 13/24 : ENV APP_PORT=48080 09:29:23 ---> Running in ba98f64a4cf6 09:29:23 ---> 1ead63912bc1 09:29:23 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 09:29:23 ---> 93fe6914dfe1 09:29:23 Step 22/26 : 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/ 09:29:24 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:29:24 ---> Running in 28b76a206395 09:29:24 ---> Running in 28830197013b 09:29:24 Removing intermediate container 613c3e1928c4 09:29:24 ---> 3a4e37415c7e 09:29:24 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:29:24 Status: Downloaded newer image for docker:20.10.0 09:29:24 ---> eeaf43b92773 09:29:24 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 09:29:24 Removing intermediate container ba98f64a4cf6 09:29:24 ---> 086eb83657ba 09:29:24 Step 14/24 : EXPOSE $APP_PORT 09:29:24 ---> Running in 8ae51adf4f9f 09:29:24 ---> Running in 011f01fa5480 09:29:24 ---> Running in bf61041de2bf 09:29:24 Removing intermediate container 28830197013b 09:29:24 ---> ae7e63d92a4d 09:29:24 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:29:24 Removing intermediate container 011f01fa5480 09:29:24 ---> ef76f058b194 09:29:24 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 09:29:25 Removing intermediate container 8ae51adf4f9f 09:29:25 ---> 258dab424c10 09:29:25 Step 14/24 : ENV APP_PORT=48081 09:29:25 Removing intermediate container bf61041de2bf 09:29:25 ---> 47d34c108595 09:29:25 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:29:25 ---> Running in 6984069ab1af 09:29:25 ---> Running in b2b0f9494239 09:29:25 ---> Running in 3726632e4bdc 09:29:26 ---> 3f82b8213436 09:29:26 Step 27/32 : RUN chmod +x /entrypoint.sh 09:29:26 Removing intermediate container 3726632e4bdc 09:29:26 ---> b20cbef8efad 09:29:26 Step 15/24 : EXPOSE $APP_PORT 09:29:26 ---> Running in 2b046655ddee 09:29:26 ---> Running in 0e65771cd487 09:29:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:29:27 Removing intermediate container 2b046655ddee 09:29:27 ---> 8e6bd86fd1ab 09:29:27 Step 16/24 : WORKDIR / 09:29:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:29:27 Removing intermediate container 28b76a206395 09:29:27 ---> df8721bae8a7 09:29:27 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 09:29:27 ---> Running in b12b56770b7d 09:29:27 ---> Running in b9b3f54c1dfd 09:29:28 (1/39) Installing readline (8.0.4-r0) 09:29:28 (2/39) Installing bash (5.0.17-r0) 09:29:28 Executing bash-5.0.17-r0.post-install 09:29:28 (3/39) Installing nghttp2-libs (1.41.0-r0) 09:29:28 (4/39) Installing libcurl (7.76.1-r0) 09:29:28 (5/39) Installing curl (7.76.1-r0) 09:29:28 (6/39) Installing dumb-init (1.2.2-r1) 09:29:28 (7/39) Installing libbz2 (1.0.8-r1) 09:29:28 (8/39) Installing expat (2.2.9-r1) 09:29:28 (9/39) Installing libffi (3.3-r2) 09:29:28 (10/39) Installing gdbm (1.13-r1) 09:29:28 (11/39) Installing xz-libs (5.2.5-r0) 09:29:28 (12/39) Installing sqlite-libs (3.32.1-r0) 09:29:28 (13/39) Installing python3 (3.8.10-r0) 09:29:29 Removing intermediate container b12b56770b7d 09:29:29 ---> c65d999aada0 09:29:29 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:29:29 Removing intermediate container b9b3f54c1dfd 09:29:29 ---> 2e968ae03cf7 09:29:29 Step 24/26 : LABEL arch=arm64 09:29:29 Removing intermediate container b2b0f9494239 09:29:29 ---> c68a7f971ef0 09:29:29 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 09:29:29 ---> Running in d091358c55ff 09:29:29 ---> Running in 0b808ebf1dc0 09:29:30 ---> 00536256d47f 09:29:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:29:30 Removing intermediate container d091358c55ff 09:29:30 ---> 82d36abf5e95 09:29:30 Step 25/26 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:29:30 Removing intermediate container 0e65771cd487 09:29:30 ---> d5f466db9f90 09:29:30 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 09:29:30 (14/39) Installing py3-appdirs (1.4.4-r1) 09:29:30 (15/39) Installing py3-ordered-set (4.0.1-r0) 09:29:30 (16/39) Installing py3-parsing (2.4.7-r0) 09:29:30 (17/39) Installing py3-six (1.15.0-r0) 09:29:30 (18/39) Installing py3-packaging (20.4-r0) 09:29:30 (19/39) Installing py3-setuptools (47.0.0-r0) 09:29:30 (20/39) Installing py3-chardet (3.0.4-r4) 09:29:31 (21/39) Installing py3-idna (2.9-r0) 09:29:31 (22/39) Installing py3-certifi (2020.4.5.1-r0) 09:29:31 (23/39) Installing py3-urllib3 (1.25.9-r0) 09:29:31 (24/39) Installing py3-requests (2.23.0-r0) 09:29:31 (25/39) Installing py3-msgpack (1.0.0-r0) 09:29:31 (26/39) Installing py3-lockfile (0.12.2-r3) 09:29:31 (27/39) Installing py3-cachecontrol (0.12.6-r0) 09:29:31 (28/39) Installing py3-colorama (0.4.3-r0) 09:29:31 (29/39) Installing py3-distlib (0.3.0-r0) 09:29:31 (30/39) Installing py3-distro (1.5.0-r1) 09:29:31 (31/39) Installing py3-webencodings (0.5.1-r3) 09:29:31 (32/39) Installing py3-html5lib (1.0.1-r4) 09:29:31 ---> Running in d9ac0f7beb03 09:29:31 (33/39) Installing py3-pytoml (0.1.21-r0) 09:29:31 ---> Running in ef5a76d96997 09:29:31 (34/39) Installing py3-pep517 (0.8.2-r0) 09:29:31 (35/39) Installing py3-progress (1.5-r0) 09:29:31 (36/39) Installing py3-toml (0.10.1-r0) 09:29:31 (37/39) Installing py3-retrying (1.3.3-r0) 09:29:31 (38/39) Installing py3-contextlib2 (0.6.0-r0) 09:29:31 (39/39) Installing py3-pip (20.1.1-r0) 09:29:31 Executing busybox-1.31.1-r19.trigger 09:29:31 OK: 72 MiB in 59 packages 09:29:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:29:32 ---> a4dc27f4601f 09:29:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:29:32 Removing intermediate container d9ac0f7beb03 09:29:32 ---> 0df24a6f94c2 09:29:32 Step 26/26 : LABEL version=0.0.0 09:29:32 Removing intermediate container ef5a76d96997 09:29:32 ---> 8f2bc659f40d 09:29:32 Step 29/32 : CMD ["gate"] 09:29:32 ---> Running in 977ededc4383 09:29:32 ---> Running in 1ea12e20db97 09:29:32 Removing intermediate container 977ededc4383 09:29:32 ---> 0c9da4dbbdb6 09:29:32 09:29:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:29:33 ---> 9120869e53ee 09:29:33 Step 20/24 : ENTRYPOINT ["/core-metadata"] 09:29:33 Removing intermediate container 1ea12e20db97 09:29:33 ---> 53b6b748d0cb 09:29:33 Step 30/32 : LABEL arch=arm64 09:29:33 Successfully built 0c9da4dbbdb6 09:29:33 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:29:33  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 09:29:33 ---> Running in c4dfc2f95fd6 09:29:33 ---> Running in 1378e3eb2a2d 09:29:34 Removing intermediate container c4dfc2f95fd6 09:29:34 ---> b762fd00b730 09:29:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:29:34 (1/6) Installing dumb-init (1.2.2-r1) 09:29:34 ---> Running in a5e2287c843a 09:29:34 (2/6) Installing libgcc (9.3.0-r2) 09:29:34 Removing intermediate container 1378e3eb2a2d 09:29:34 ---> 1d58bb5285fc 09:29:34 Step 31/32 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:29:34 (3/6) Installing libsodium (1.0.18-r0) 09:29:34 (4/6) Installing libstdc++ (9.3.0-r2) 09:29:34 ---> Running in 18255f0f45ef 09:29:34 Removing intermediate container a5e2287c843a 09:29:34 ---> 3fb8dfa008ba 09:29:34 Step 22/24 : LABEL arch=arm64 09:29:35 (5/6) Installing libzmq (4.3.3-r0) 09:29:35 (6/6) Installing zeromq (4.3.3-r0) 09:29:35 Executing busybox-1.31.1-r20.trigger 09:29:35 OK: 8 MiB in 20 packages 09:29:35 ---> Running in 35f74cf670d4 09:29:35 Removing intermediate container 18255f0f45ef 09:29:35 ---> dfcddbe2fb3f 09:29:35 Step 32/32 : LABEL version=0.0.0 09:29:36 ---> Running in 02ccbe07a67a 09:29:36 Collecting docker-compose==1.23.2 09:29:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:29:36 Removing intermediate container 35f74cf670d4 09:29:36 ---> 5a593a7c0ed9 09:29:36 Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:29:37 Removing intermediate container 02ccbe07a67a 09:29:37 ---> 6675d83bda0b 09:29:37 09:29:37 ---> Running in efebc8837c7a 09:29:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:29:37 Removing intermediate container 0b808ebf1dc0 09:29:37 ---> d2b43ed31cd5 09:29:37 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:29:38 Removing intermediate container efebc8837c7a 09:29:38 ---> 5c12c9e4354c 09:29:38 Step 24/24 : LABEL version=0.0.0 09:29:38 Successfully built 6675d83bda0b 09:29:38 Successfully tagged docker-security-bootstrapper-go-arm64:latest 09:29:38  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 09:29:38 Collecting docker<4.0,>=3.6.0 09:29:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:29:38 ---> Running in 7f81f78c92f1 09:29:38 ---> 680434e8cf0d 09:29:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:29:38 Removing intermediate container 7f81f78c92f1 09:29:38 ---> 2e7b538afa5f 09:29:38 09:29:39 Successfully built 2e7b538afa5f 09:29:39 Successfully tagged docker-core-metadata-go-arm64:latest 09:29:39  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 09:29:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:29:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:29:40 ---> 6bac8a25394e 09:29:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:29:41 Collecting texttable<0.10,>=0.9.0 09:29:41 Downloading texttable-0.9.1.tar.gz (11 kB) 09:29:41 ---> 7c730a329280 09:29:41 Step 20/24 : ENTRYPOINT ["/core-data"] 09:29:41 ---> Running in bbf4a2aa2283 09:29:42 Removing intermediate container bbf4a2aa2283 09:29:42 ---> 3a358f30847a 09:29:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:29:43 ---> Running in 2650a7819d38 09:29:44 Removing intermediate container 2650a7819d38 09:29:44 ---> 2283113cd84b 09:29:44 Step 22/24 : LABEL arch=arm64 09:29:44 Collecting PyYAML<4,>=3.10 09:29:44 Downloading PyYAML-3.13.tar.gz (270 kB) 09:29:44 ---> Running in 278c342078a2 09:29:44 Removing intermediate container 278c342078a2 09:29:44 ---> 5c3afa9050ce 09:29:44 Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:29:44 ---> Running in 6189caad4371 09:29:45 Removing intermediate container 6189caad4371 09:29:45 ---> 3736e052382c 09:29:45 Step 24/24 : LABEL version=0.0.0 09:29:45 ---> Running in b79498d8899c 09:29:46 Removing intermediate container b79498d8899c 09:29:46 ---> 32b77126a3fa 09:29:46 09:29:47 Successfully built 32b77126a3fa 09:29:47 Successfully tagged docker-core-data-go-arm64:latest 09:29:47  Building docker-core-data-go ... done Building docker-support-notifications-go 09:29:47 Collecting docopt<0.7,>=0.6.1 09:29:47 Downloading docopt-0.6.2.tar.gz (25 kB) 09:29:49 Collecting dockerpty<0.5,>=0.4.1 09:29:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:29:52 Collecting jsonschema<3,>=2.5.1 09:29:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:29:52 Collecting cached-property<2,>=1.2.0 09:29:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:29:53 Collecting websocket-client<1.0,>=0.32.0 09:29:53 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 09:29:53 Collecting docker-pycreds>=0.4.0 09:29:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:29:54 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) 09:29:54 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 09:29:55 Collecting urllib3<1.25,>=1.21.1 09:29:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:29:55 Collecting idna<2.8,>=2.5 09:29:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:29:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:29:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:29:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:29:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:29:56 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, PyYAML, docopt, dockerpty, jsonschema, cached-property, docker-compose 09:29:56 Attempting uninstall: urllib3 09:29:56 Found existing installation: urllib3 1.25.9 09:29:56 Uninstalling urllib3-1.25.9: 09:29:56 Successfully uninstalled urllib3-1.25.9 09:29:57 Attempting uninstall: idna 09:29:57 Found existing installation: idna 2.9 09:29:57 Uninstalling idna-2.9: 09:29:57 Successfully uninstalled idna-2.9 09:29:58 Attempting uninstall: requests 09:29:58 Found existing installation: requests 2.23.0 09:29:58 Uninstalling requests-2.23.0: 09:29:58 Successfully uninstalled requests-2.23.0 09:30:00 Running setup.py install for texttable: started 09:30:02 Running setup.py install for texttable: finished with status 'done' 09:30:02 Running setup.py install for PyYAML: started 09:30:04 Running setup.py install for PyYAML: finished with status 'done' 09:30:04 Running setup.py install for docopt: started 09:30:07 Running setup.py install for docopt: finished with status 'done' 09:30:07 Running setup.py install for dockerpty: started 09:30:10 Running setup.py install for dockerpty: finished with status 'done' 09:30:11 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.59.0 09:30:21 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:30:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:30:21 ---> 175151b8208a 09:30:21 Step 3/24 : WORKDIR /edgex-go 09:30:21 ---> Using cache 09:30:21 ---> 75ddf96ec6b3 09:30:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:30:21 ---> Using cache 09:30:21 ---> 99d05bcd58a2 09:30:21 Step 5/24 : RUN apk add --update --no-cache make git 09:30:21 ---> Using cache 09:30:21 ---> 1461bf0ca1ea 09:30:21 Step 6/24 : COPY go.mod . 09:30:21 ---> Using cache 09:30:21 ---> 29d168cee2b1 09:30:21 Step 7/24 : RUN go mod download 09:30:21 ---> Using cache 09:30:21 ---> d5907a8df681 09:30:21 Step 8/24 : COPY . . 09:30:21 ---> Using cache 09:30:21 ---> 2708deee84ff 09:30:21 Step 9/24 : RUN go mod tidy 09:30:21 ---> Using cache 09:30:21 ---> d9619ce89f53 09:30:21 Step 10/24 : RUN make cmd/core-command/core-command 09:30:23 ---> Running in c0fadf4985bb 09:30: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 09:30:29 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:30:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:30:29 ---> 175151b8208a 09:30:29 Step 3/22 : WORKDIR /edgex-go 09:30:29 ---> Using cache 09:30:29 ---> 75ddf96ec6b3 09:30:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:30:29 ---> Using cache 09:30:29 ---> 99d05bcd58a2 09:30:29 Step 5/22 : RUN apk add --update --no-cache make git 09:30:29 ---> Using cache 09:30:29 ---> 1461bf0ca1ea 09:30:29 Step 6/22 : COPY go.mod . 09:30:29 ---> Using cache 09:30:29 ---> 29d168cee2b1 09:30:29 Step 7/22 : RUN go mod download 09:30:29 ---> Using cache 09:30:29 ---> d5907a8df681 09:30:29 Step 8/22 : COPY . . 09:30:30 ---> Using cache 09:30:30 ---> 2708deee84ff 09:30:30 Step 9/22 : RUN go mod tidy 09:30:30 ---> Using cache 09:30:30 ---> d9619ce89f53 09:30:30 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:30:30 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:30:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:30:30 ---> 175151b8208a 09:30:30 Step 3/23 : WORKDIR /edgex-go 09:30:30 ---> Using cache 09:30:30 ---> 75ddf96ec6b3 09:30:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:30:30 ---> Using cache 09:30:30 ---> 99d05bcd58a2 09:30:30 Step 5/23 : RUN apk add --update --no-cache make git 09:30:30 ---> Using cache 09:30:30 ---> 1461bf0ca1ea 09:30:30 Step 6/23 : COPY go.mod . 09:30:30 ---> Using cache 09:30:30 ---> 29d168cee2b1 09:30:30 Step 7/23 : RUN go mod download 09:30:30 ---> Using cache 09:30:30 ---> d5907a8df681 09:30:30 Step 8/23 : COPY . . 09:30:30 ---> Using cache 09:30:30 ---> 2708deee84ff 09:30:30 Step 9/23 : RUN go mod tidy 09:30:30 ---> Using cache 09:30:30 ---> d9619ce89f53 09:30:30 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 09:30:32 ---> Running in 1b44258ff2ca 09:30:32 ---> Running in 10d35ebb64ae 09:30:34 Removing intermediate container 6984069ab1af 09:30:34 ---> 0edf689710c9 09:30:34 Step 15/24 : ENV APP_PORT=48090 09:30:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:30:34 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 09:30:35 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 09:30:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:30:35 ---> 175151b8208a 09:30:35 Step 3/23 : WORKDIR /edgex-go 09:30:35 ---> Using cache 09:30:35 ---> 75ddf96ec6b3 09:30:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:30:35 ---> Using cache 09:30:35 ---> 99d05bcd58a2 09:30:35 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 09:30:35 ---> Running in 9f04d5e584c3 09:30:35 ---> Running in fee24b1f7cbe 09:30:36 Removing intermediate container fee24b1f7cbe 09:30:36 ---> 7ae093888c5d 09:30:36 Step 16/24 : EXPOSE $APP_PORT 09:30:36 ---> Running in 9b67f7a11f69 09:30:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 09:30:37 Removing intermediate container 9b67f7a11f69 09:30:37 ---> 566e3254f2d4 09:30:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:30:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 09:30:39 ---> f5eec6de1b03 09:30:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:30:40 OK: 218 MiB in 52 packages 09:30:40 ---> d87a084c32ee 09:30:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:30:42 ---> d13bd86bb8a7 09:30:42 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 09:30:42 ---> Running in 8d63669ee30f 09:30:42 Removing intermediate container 9f04d5e584c3 09:30:42 ---> 51f7426ce456 09:30:42 Step 6/23 : COPY go.mod . 09:30:43 Removing intermediate container 8d63669ee30f 09:30:43 ---> f32da8dd8c9c 09:30:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:30:43 ---> Running in 87cb8da8747f 09:30:43 ---> 87bc05940353 09:30:43 Step 7/23 : RUN go mod download 09:30:44 ---> Running in 223b861d0213 09:30:44 Removing intermediate container 87cb8da8747f 09:30:44 ---> 2d4abc27c07c 09:30:44 Step 22/24 : LABEL arch=arm64 09:30:44 ---> Running in f7cf60f16244 09:30:45 Removing intermediate container f7cf60f16244 09:30:45 ---> 4e609adaec37 09:30:45 Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:30:46 ---> Running in 87fd9526b89b 09:30:47 Removing intermediate container 87fd9526b89b 09:30:47 ---> 5e34eab150df 09:30:47 Step 24/24 : LABEL version=0.0.0 09:30:47 ---> Running in 9117d6517030 09:30:48 Removing intermediate container 9117d6517030 09:30:48 ---> 101fef047cfa 09:30:48 09:30:48 Successfully built 101fef047cfa 09:30:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:30:49  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 223b861d0213 09:30:49 ---> 14ab55018664 09:30:49 Step 8/23 : COPY . . 09:30:57 Waiting for container to be ready 09:30:57 To start your first instance, try: lxc launch ubuntu:18.04 09:30:57 09:30:57 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 09:30:57 Waiting for network to be ready... 09:30:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:30:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] 09:30:57 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:30:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 09:30:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 09:30:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 09:30:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] 09:30:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 09:30:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 09:30:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 09:30:57 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:30:57 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:30:57 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:30:57 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:30:57 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:30:57 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:30:57 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:30:57 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:30:57 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:30:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2069 kB] 09:30:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 09:30:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 09:30:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 09:30:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 09:30:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 09:30:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 09:30:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 09:31:00 Fetched 24.6 MB in 5s (4642 kB/s) 09:31:01 Reading package lists... 09:31:01 Reading package lists... 09:31:01 Building dependency tree... 09:31:01 Reading state information... 09:31:01 The following additional packages will be installed: 09:31:01 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:31:01 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:31:01 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:31:01 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 09:31:01 Suggested packages: 09:31:01 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 09:31:01 Recommended packages: 09:31:01 gnupg libsasl2-modules 09:31:01 The following NEW packages will be installed: 09:31:01 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:31:01 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:31:01 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:31:01 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 09:31:01 The following packages will be upgraded: 09:31:01 gpg gpg-agent gpgconf libudev1 09:31:01 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 09:31:01 Need to get 3530 kB of archives. 09:31:01 After this operation, 13.3 MB of additional disk space will be used. 09:31:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 09:31:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 09:31:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 09:31:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 09:31:02 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 09:31:02 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 09:31:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 09:31:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 09:31:05 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 09:31:07 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 09:31:08 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 09:31:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 09:31:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 09:31:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 09:31:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 09:31:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 09:31:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 09:31:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 09:31:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 09:31:11 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 09:31:11 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 09:31:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 09:31:11 ---> 8b897c64ec2c 09:31:11 Step 9/23 : RUN go mod tidy 09:31:11 ---> Running in 3c4aa03572bb 09:31:11 debconf: delaying package configuration, since apt-utils is not installed 09:31:11 Fetched 3530 kB in 10s (355 kB/s) 09:31:11 (Reading database ... 12511 files and directories currently installed.) 09:31:11 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 09:31:11 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 09:31:11 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 09:31:12 Selecting previously unselected package udev. 09:31:12 (Reading database ... 12511 files and directories currently installed.) 09:31:12 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 09:31:12 Unpacking udev (237-3ubuntu10.47) ... 09:31:12 Selecting previously unselected package libfuse2:amd64. 09:31:12 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 09:31:12 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:31:12 Selecting previously unselected package fuse. 09:31:12 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 09:31:12 Unpacking fuse (2.9.7-1ubuntu1) ... 09:31:12 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 09:31:12 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:31:13 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 09:31:13 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:31:13 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 09:31:13 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:31:13 Selecting previously unselected package libksba8:amd64. 09:31:13 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 09:31:13 Unpacking libksba8:amd64 (1.3.5-2) ... 09:31:13 Selecting previously unselected package libroken18-heimdal:amd64. 09:31:13 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:31:13 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:13 Selecting previously unselected package libasn1-8-heimdal:amd64. 09:31:13 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:31:13 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:13 Selecting previously unselected package libheimbase1-heimdal:amd64. 09:31:13 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:31:13 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:13 Selecting previously unselected package libhcrypto4-heimdal:amd64. 09:31:13 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:31:13 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:13 Selecting previously unselected package libwind0-heimdal:amd64. 09:31:13 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:31:13 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:13 Selecting previously unselected package libhx509-5-heimdal:amd64. 09:31:13 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:31:13 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:13 Selecting previously unselected package libkrb5-26-heimdal:amd64. 09:31:13 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:31:13 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:13 Selecting previously unselected package libheimntlm0-heimdal:amd64. 09:31:13 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:31:13 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:14 Selecting previously unselected package libgssapi3-heimdal:amd64. 09:31:14 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:31:14 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:14 Selecting previously unselected package libsasl2-modules-db:amd64. 09:31:14 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:31:14 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:31:14 Selecting previously unselected package libsasl2-2:amd64. 09:31:14 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:31:14 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:31:14 Selecting previously unselected package libldap-common. 09:31:14 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 09:31:14 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 09:31:14 Selecting previously unselected package libldap-2.4-2:amd64. 09:31:14 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 09:31:14 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 09:31:14 Selecting previously unselected package dirmngr. 09:31:14 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 09:31:14 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 09:31:14 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 09:31:14 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 09:31:14 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:31:14 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:31:14 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:31:14 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 09:31:14 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:14 Setting up libksba8:amd64 (1.3.5-2) ... 09:31:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:31:14 Setting up udev (237-3ubuntu10.47) ... 09:31:15 invoke-rc.d: policy-rc.d denied execution of start. 09:31:15 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:15 Processing triggers for systemd (237-3ubuntu10) ... 09:31:15 Setting up fuse (2.9.7-1ubuntu1) ... 09:31:15 Setting up gpg (2.2.4-1ubuntu1.4) ... 09:31:15 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:15 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:15 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:15 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:15 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:15 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:15 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:31:15 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 09:31:15 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 09:31:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:31:16 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 09:31:16 settings in the [Install] section, and DefaultInstance for template units). 09:31:16 This means they are not meant to be enabled using systemctl. 09:31:16 Possible reasons for having this kind of units are: 09:31:16 1) A unit may be statically enabled by being symlinked from another unit's 09:31:16 .wants/ or .requires/ directory. 09:31:16 2) A unit's purpose may be to act as a helper for some other unit which has 09:31:16 a requirement dependency on it. 09:31:16 3) A unit may be started when needed via activation (socket, path, timer, 09:31:16 D-Bus, udev, scripted systemctl call, ...). 09:31:16 4) In case of template units, the unit is meant to be enabled with some 09:31:16 instance name specified. 09:31:16 Reading package lists... 09:31:17 Building dependency tree... 09:31:17 Reading state information... 09:31:17 The following additional packages will be installed: 09:31:17 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 09:31:17 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 09:31:17 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 09:31:17 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 09:31:17 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 09:31:17 Suggested packages: 09:31:17 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 09:31:17 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 09:31:17 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 09:31:17 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 09:31:17 systemd-container policykit-1 09:31:17 Recommended packages: 09:31:17 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 09:31:17 The following NEW packages will be installed: 09:31:17 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 09:31:17 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 09:31:17 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 09:31:17 multiarch-support openssh-client python3 python3-minimal python3.6 09:31:17 python3.6-minimal snapd squashfs-tools sudo 09:31:17 The following packages will be upgraded: 09:31:17 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 09:31:17 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 09:31:17 Need to get 35.2 MB of archives. 09:31:17 After this operation, 141 MB of additional disk space will be used. 09:31:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 09:31:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 09:31:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:31:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 09:31:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 09:31:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 09:31:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:31:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 09:31:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 09:31:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 09:31:17 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 09:31:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 09:31:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 09:31:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 09:31:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:31:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 09:31:18 Removing intermediate container 3c4aa03572bb 09:31:18 ---> a49b580f9ad9 09:31:18 Step 10/23 : RUN make cmd/support-notifications/support-notifications 09:31:18 ---> Running in 82307f616b80 09:31:19 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 09:31:56 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 09:31:56 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 09:31:56 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 09:31:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 09:31:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 09:31:58 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 09:31:58 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 09:31:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 09:31:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 09:31:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 09:31:58 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 09:31:58 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:31:58 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 09:31:58 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 09:31:58 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 09:31:58 debconf: delaying package configuration, since apt-utils is not installed 09:31:58 Fetched 35.2 MB in 41s (850 kB/s) 09:31:58 (Reading database ... 12757 files and directories currently installed.) 09:31:58 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 09:31:59 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 09:31:59 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 09:31:59 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 09:31:59 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 09:31:59 (Reading database ... 12757 files and directories currently installed.) 09:31:59 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 09:31:59 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 09:31:59 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 09:31:59 (Reading database ... 12757 files and directories currently installed.) 09:31:59 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 09:32:00 Unpacking apt (1.6.13) over (1.6.1) ... 09:32:00 Setting up apt (1.6.13) ... 09:32:00 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 09:32:01 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 09:32:01 (Reading database ... 12764 files and directories currently installed.) 09:32:01 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 09:32:01 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 09:32:01 Selecting previously unselected package libpython3.6-minimal:amd64. 09:32:01 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:32:01 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:32:01 Selecting previously unselected package libexpat1:amd64. 09:32:01 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:32:01 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:32:01 Selecting previously unselected package python3.6-minimal. 09:32:01 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:32:01 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 09:32:01 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 09:32:02 Checking for services that may need to be restarted...done. 09:32:02 Checking for services that may need to be restarted...done. 09:32:02 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:32:02 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:32:02 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 09:32:02 Selecting previously unselected package python3-minimal. 09:32:02 (Reading database ... 13012 files and directories currently installed.) 09:32:02 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 09:32:02 Unpacking python3-minimal (3.6.7-1~18.04) ... 09:32:02 Selecting previously unselected package mime-support. 09:32:02 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 09:32:02 Unpacking mime-support (3.60ubuntu1) ... 09:32:02 Selecting previously unselected package libmpdec2:amd64. 09:32:02 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 09:32:02 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:32:02 Selecting previously unselected package libpython3.6-stdlib:amd64. 09:32:02 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:32:02 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:32:03 Selecting previously unselected package python3.6. 09:32:03 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:32:03 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 09:32:03 Selecting previously unselected package libpython3-stdlib:amd64. 09:32:03 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 09:32:03 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:32:03 Setting up python3-minimal (3.6.7-1~18.04) ... 09:32:03 Selecting previously unselected package python3. 09:32:03 (Reading database ... 13442 files and directories currently installed.) 09:32:03 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 09:32:03 Unpacking python3 (3.6.7-1~18.04) ... 09:32:03 Selecting previously unselected package multiarch-support. 09:32:03 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 09:32:03 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 09:32:03 Setting up multiarch-support (2.27-3ubuntu1.4) ... 09:32:03 Selecting previously unselected package liblzo2-2:amd64. 09:32:03 (Reading database ... 13479 files and directories currently installed.) 09:32:03 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 09:32:03 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 09:32:03 Selecting previously unselected package libbsd0:amd64. 09:32:03 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:32:03 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:32:03 Selecting previously unselected package sudo. 09:32:03 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 09:32:03 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 09:32:04 Selecting previously unselected package apparmor. 09:32:04 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 09:32:04 Unpacking apparmor (2.12-4ubuntu5.1) ... 09:32:04 Selecting previously unselected package libedit2:amd64. 09:32:04 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 09:32:04 Unpacking libedit2:amd64 (3.1-20170329-1) ... 09:32:04 Selecting previously unselected package libkrb5support0:amd64. 09:32:04 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 09:32:04 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:32:04 Selecting previously unselected package libk5crypto3:amd64. 09:32:04 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 09:32:04 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:32:04 Selecting previously unselected package libkeyutils1:amd64. 09:32:04 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 09:32:04 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:32:04 Selecting previously unselected package libkrb5-3:amd64. 09:32:04 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 09:32:04 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:32:05 Selecting previously unselected package libgssapi-krb5-2:amd64. 09:32:05 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 09:32:05 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:32:05 Selecting previously unselected package libssl1.0.0:amd64. 09:32:05 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 09:32:05 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 09:32:05 Selecting previously unselected package openssh-client. 09:32:05 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:32:05 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:32:05 Selecting previously unselected package squashfs-tools. 09:32:05 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 09:32:05 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:32:05 Selecting previously unselected package snapd. 09:32:05 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 09:32:05 Unpacking snapd (2.48.3+18.04) ... 09:32:05 Removing intermediate container c0fadf4985bb 09:32:05 ---> 45f7f9bcb7c4 09:32:05 09:32:05 Step 11/24 : FROM alpine:3.12 09:32:05 ---> 9852663dfa18 09:32:05 Step 12/24 : RUN apk add --update --no-cache dumb-init 09:32:05 ---> Using cache 09:32:05 ---> 3a4e37415c7e 09:32:05 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:32:05 ---> Using cache 09:32:05 ---> 258dab424c10 09:32:05 Step 14/24 : ENV APP_PORT=48082 09:32:06 ---> Running in 183bdc0e1b51 09:32:07 Removing intermediate container 183bdc0e1b51 09:32:07 ---> f8adc5e36b89 09:32:07 Step 15/24 : EXPOSE $APP_PORT 09:32:07 ---> Running in 10ad94315309 09:32:08 Removing intermediate container 10ad94315309 09:32:08 ---> 3ed89a5854b9 09:32:08 Step 16/24 : WORKDIR / 09:32:08 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:32:08 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 09:32:08 Setting up mime-support (3.60ubuntu1) ... 09:32:08 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 09:32:08 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:32:08 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:32:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:32:08 Setting up systemd (237-3ubuntu10.47) ... 09:32:08 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 09:32:08 ---> Running in f17943ca1af8 09:32:08 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:32:08 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:32:08 Setting up liblzo2-2:amd64 (2.08-1.2) ... 09:32:08 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:32:08 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:32:08 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 09:32:09 Removing intermediate container f17943ca1af8 09:32:09 ---> c97463d29908 09:32:09 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:32:09 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:32:09 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:32:09 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:32:09 Setting up python3 (3.6.7-1~18.04) ... 09:32:09 running python rtupdate hooks for python3.6... 09:32:09 running python post-rtupdate hooks for python3.6... 09:32:09 Setting up apparmor (2.12-4ubuntu5.1) ... 09:32:10 ---> 81994638d8a6 09:32:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:32:11 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 09:32:11 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:32:11 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:32:11 Setting up snapd (2.48.3+18.04) ... 09:32:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 09:32:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 09:32:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 09:32:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 09:32:12 Removing intermediate container 10d35ebb64ae 09:32:12 ---> 43af0c5d622f 09:32:12 09:32:12 Step 11/22 : FROM alpine:3.12 09:32:12 ---> 9852663dfa18 09:32:12 Step 12/22 : RUN apk add --update --no-cache curl 09:32:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:32:12 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:32:13 ---> Running in 9008527935f8 09:32:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 09:32:13 ---> 0db8575b3662 09:32:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:32:13 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 09:32:13 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 09:32:13 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 09:32:13 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 09:32:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:32:13 Processing triggers for systemd (237-3ubuntu10.47) ... 09:32:14 ---> cf55590e7cf4 09:32:14 Step 20/24 : ENTRYPOINT ["/core-command"] 09:32:14 ---> Running in 702034839a40 09:32:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:32:15 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:32:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:32:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:32:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:32:15 Removing intermediate container 702034839a40 09:32:15 ---> d73676b4ec88 09:32:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:32:15 (1/4) Installing ca-certificates (20191127-r4) 09:32:15 ---> Running in 9d43918fcf12 09:32:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:32:15 (3/4) Installing libcurl (7.76.1-r0) 09:32:15 (4/4) Installing curl (7.76.1-r0) 09:32:15 Executing busybox-1.31.1-r20.trigger 09:32:15 Executing ca-certificates-20191127-r4.trigger 09:32:16 OK: 7 MiB in 18 packages 09:32:16 Removing intermediate container 9d43918fcf12 09:32:16 ---> 8dcca1b5ead0 09:32:16 Step 22/24 : LABEL arch=arm64 09:32:17 Reading package lists... 09:32:17 Reading package lists... 09:32:17 Building dependency tree... 09:32:17 Reading state information... 09:32:17 Calculating upgrade... 09:32:17 The following packages will be upgraded: 09:32:17 advancecomp base-files bash binutils binutils-common 09:32:17 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 09:32:17 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 09:32:17 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 09:32:17 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 09:32:17 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 09:32:17 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 09:32:17 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 09:32:17 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 09:32:17 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 09:32:17 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 09:32:17 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 09:32:17 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 09:32:17 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 09:32:17 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 09:32:17 ---> Running in 872ffe49e759 09:32:17 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 09:32:17 Need to get 64.0 MB of archives. 09:32:17 After this operation, 5041 kB of additional disk space will be used. 09:32:17 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 09:32:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] 09:32:18 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 09:32:18 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 09:32:18 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 09:32:18 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 09:32:18 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 09:32:19 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 09:32:19 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 09:32:19 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 09:32:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 09:32:19 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 09:32:19 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 09:32:19 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 09:32:19 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 09:32:19 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 09:32:19 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 09:32:19 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 09:32:19 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 09:32:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 09:32:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 09:32:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 09:32:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 09:32:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 09:32:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 09:32:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 09:32:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 09:32:19 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 09:32:19 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 09:32:19 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 09:32:19 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 09:32:19 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 09:32:19 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 09:32:19 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 09:32:19 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 09:32:19 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 09:32:19 Removing intermediate container 872ffe49e759 09:32:19 ---> 88fb3a65bcf6 09:32:19 Step 23/24 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:32:19 Removing intermediate container 9008527935f8 09:32:19 ---> 01e071336601 09:32:19 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:32:19 ---> Running in 1773c2a49ddd 09:32:19 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 09:32:19 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 09:32:19 ---> Running in d73421886bb1 09:32:19 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 09:32:19 Removing intermediate container 1b44258ff2ca 09:32:19 ---> a200ceaebcb4 09:32:19 09:32:19 Step 11/23 : FROM alpine:3.12 09:32:19 ---> 9852663dfa18 09:32:19 Step 12/23 : RUN apk add --update --no-cache dumb-init 09:32:19 ---> Using cache 09:32:19 ---> 3a4e37415c7e 09:32:19 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:32:19 ---> Using cache 09:32:19 ---> 258dab424c10 09:32:19 Step 14/23 : ENV APP_PORT=48085 09:32:19 Removing intermediate container 1773c2a49ddd 09:32:19 ---> 74a4c6e829dc 09:32:19 Step 24/24 : LABEL version=0.0.0 09:32:20 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 09:32:20 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 09:32:20 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 09:32:20 ---> Running in bd3718da7bdf 09:32:20 ---> Running in 06eb2a7e7fe2 09:32:20 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 09:32:20 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 09:32:20 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 09:32:20 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 09:32:20 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 09:32:20 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 09:32:20 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 09:32:20 Removing intermediate container d73421886bb1 09:32:20 ---> a9c5e1c6a441 09:32:20 Step 14/22 : WORKDIR /edgex 09:32:20 ---> Running in 60fa2961d8ee 09:32:20 Removing intermediate container bd3718da7bdf 09:32:20 ---> 937c4834635e 09:32:20 Step 15/23 : EXPOSE $APP_PORT 09:32:21 Removing intermediate container 06eb2a7e7fe2 09:32:21 ---> c60ec690b064 09:32:21 09:32:21 ---> Running in 069acd575b8e 09:32:21 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 09:32:21 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 09:32:21 Removing intermediate container 60fa2961d8ee 09:32:21 ---> c5e3e9790bb3 09:32:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:32:21 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 09:32:21 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 09:32:22 Removing intermediate container 069acd575b8e 09:32:22 Successfully built c60ec690b064 09:32:22 ---> d4cd7d1386d4 09:32:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:32:22 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 09:32:22 Successfully tagged docker-core-command-go-arm64:latest 09:32:22  Building docker-core-command-go ... done  ---> 88ccd30b34b3 09:32:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:32:23 ---> b2cdb6d74263 09:32:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:32:25 ---> 9ed4cfb533f1 09:32:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:32:25 ---> cc933aeb6e07 09:32:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:32:27 ---> 67b5157d8c49 09:32:27 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 09:32:27 ---> 9fd7992f3143 09:32:27 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:32:27 ---> Running in 40003bf30898 09:32:27 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 09:32:27 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 09:32:27 ---> Running in 50099940f3fc 09:32:27 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 09:32:28 Removing intermediate container 40003bf30898 09:32:28 ---> 37de3134f400 09:32:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:32:28 Removing intermediate container 50099940f3fc 09:32:28 ---> f23746150186 09:32:28 Step 19/22 : CMD ["--init=true"] 09:32:28 ---> Running in 12b23b2c6ed8 09:32:28 ---> Running in 394a82304cd6 09:32:29 Removing intermediate container 12b23b2c6ed8 09:32:29 ---> e803f10c40fe 09:32:29 Step 21/23 : LABEL arch=arm64 09:32:29 ---> Running in e12bd4ddcd0e 09:32:29 Removing intermediate container 394a82304cd6 09:32:29 ---> 3e9dccad5a23 09:32:29 Step 20/22 : LABEL arch=arm64 09:32:29 ---> Running in 70f664e5f963 09:32:29 Removing intermediate container e12bd4ddcd0e 09:32:29 ---> d57b2fed921b 09:32:29 Step 22/23 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:32:30 ---> Running in 9807c807701e 09:32:30 Removing intermediate container 70f664e5f963 09:32:30 ---> 6f0e2d06d38b 09:32:30 Step 21/22 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:32:30 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 09:32:30 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 09:32:30 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 09:32:30 ---> Running in 53540300d6b0 09:32:30 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 09:32:30 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 09:32:30 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 09:32:30 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 09:32:30 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 09:32:30 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 09:32:30 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 09:32:31 Removing intermediate container 9807c807701e 09:32:31 ---> 6d82735cf50f 09:32:31 Step 23/23 : LABEL version=0.0.0 09:32:31 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 09:32:31 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 09:32:31 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 09:32:31 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 09:32:31 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 09:32:31 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 09:32:31 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 09:32:31 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 09:32:31 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 09:32:31 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 09:32:31 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 09:32:31 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 09:32:31 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 09:32:31 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 09:32:31 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 09:32:31 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 09:32:31 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 09:32:31 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 09:32:31 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 09:32:31 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 09:32:31 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 09:32:31 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 09:32:31 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 09:32:31 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 09:32:31 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 09:32:31 ---> Running in fc978b107785 09:32:31 Removing intermediate container 53540300d6b0 09:32:31 ---> 2730e562d3ef 09:32:31 Step 22/22 : LABEL version=0.0.0 09:32:31 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 09:32:31 ---> Running in 1439dcfc82b6 09:32:32 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 09:32:32 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 09:32:32 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 09:32:32 Removing intermediate container fc978b107785 09:32:32 ---> a40d97dd30cf 09:32:32 09:32:32 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 09:32:32 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 09:32:32 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:32:32 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 09:32:32 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 09:32:32 debconf: delaying package configuration, since apt-utils is not installed 09:32:32 Fetched 64.0 MB in 15s (4311 kB/s) 09:32:32 Successfully built a40d97dd30cf 09:32:32 Successfully tagged docker-support-scheduler-go-arm64:latest 09:32:32 (Reading database ... 13912 files and directories currently installed.) 09:32:32 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 09:32:32 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:32:33  Building docker-support-scheduler-go ... done Removing intermediate container 1439dcfc82b6 09:32:33 ---> 52eec8317a00 09:32:33 09:32:33 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 09:32:33 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:32:33 Successfully built 52eec8317a00 09:32:33 Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... 09:32:33 Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... 09:32:33 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:32:34 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:32:34 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:32:34 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:32:34 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:32:34 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:32:34 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:32:34 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:32:34 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:32:34 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:32:34 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:32:35 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:32:35 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:32:35 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:32:35 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:32:35 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 09:32:35 (Reading database ... 13911 files and directories currently installed.) 09:32:35 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 09:32:35 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 09:32:35 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 09:32:35 (Reading database ... 13911 files and directories currently installed.) 09:32:35 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:32:35 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:32:36 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:32:36 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:32:36 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:32:36 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:32:36 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 09:32:36 (Reading database ... 13911 files and directories currently installed.) 09:32:36 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 09:32:36 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:32:36  Building docker-security-proxy-setup-go ... done Removing intermediate container 82307f616b80 09:32:36 ---> 7cfa803deb7d 09:32:36 09:32:36 Step 11/23 : FROM alpine:3.12 09:32:36 ---> 9852663dfa18 09:32:36 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 09:32:36 ---> Running in 484062cfdcc2 09:32:37 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 09:32:37 (Reading database ... 13911 files and directories currently installed.) 09:32:37 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 09:32:37 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 09:32:37 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 09:32:37 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 09:32:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:32:37 Setting up base-files (10.1ubuntu2.10) ... 09:32:37 Installing new version of config file /etc/issue ... 09:32:37 Installing new version of config file /etc/issue.net ... 09:32:37 Installing new version of config file /etc/lsb-release ... 09:32:37 Installing new version of config file /etc/update-motd.d/50-motd-news ... 09:32:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:32:37 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 09:32:37 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 09:32:37 Removing obsolete conffile /etc/default/motd-news ... 09:32:38 (Reading database ... 13912 files and directories currently installed.) 09:32:38 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 09:32:38 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 09:32:38 (1/2) Installing ca-certificates (20191127-r4) 09:32:38 (2/2) Installing dumb-init (1.2.2-r1) 09:32:38 Executing busybox-1.31.1-r20.trigger 09:32:38 Executing ca-certificates-20191127-r4.trigger 09:32:38 OK: 6 MiB in 16 packages 09:32:38 Setting up bash (4.4.18-2ubuntu1.2) ... 09:32:38 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 09:32:38 (Reading database ... 13912 files and directories currently installed.) 09:32:38 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 09:32:38 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 09:32:38 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 09:32:38 (Reading database ... 13912 files and directories currently installed.) 09:32:38 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 09:32:38 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 09:32:38 Setting up tar (1.29b-2ubuntu0.2) ... 09:32:38 (Reading database ... 13912 files and directories currently installed.) 09:32:38 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 09:32:38 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:32:39 Setting up dpkg (1.19.0.5ubuntu2.3) ... 09:32:39 (Reading database ... 13912 files and directories currently installed.) 09:32:39 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 09:32:39 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:32:39 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 09:32:39 (Reading database ... 13912 files and directories currently installed.) 09:32:39 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 09:32:39 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:32:39 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 09:32:39 (Reading database ... 13912 files and directories currently installed.) 09:32:39 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 09:32:39 Unpacking grep (3.1-2build1) over (3.1-2) ... 09:32:40 Setting up grep (3.1-2build1) ... 09:32:40 (Reading database ... 13912 files and directories currently installed.) 09:32:40 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 09:32:40 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:32:40 Setting up login (1:4.5-1ubuntu2) ... 09:32:40 (Reading database ... 13912 files and directories currently installed.) 09:32:40 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 09:32:40 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:32:40 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 09:32:40 Removing intermediate container 484062cfdcc2 09:32:40 ---> fbb49a6cc563 09:32:40 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:32:40 ---> Running in 03a125292b83 09:32:40 (Reading database ... 13912 files and directories currently installed.) 09:32:40 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 09:32:40 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:32:40 Removing intermediate container 03a125292b83 09:32:40 ---> b8e9ab5f3b07 09:32:40 Step 14/23 : ENV APP_PORT=48060 09:32:40 ---> Running in 45762a320d69 09:32:41 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 09:32:41 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:32:41 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 09:32:41 Removing intermediate container 45762a320d69 09:32:41 ---> e53376a0f3b2 09:32:41 Step 15/23 : EXPOSE $APP_PORT 09:32:41 ---> Running in dc34392a3385 09:32:41 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:32:41 Removing intermediate container dc34392a3385 09:32:41 ---> 382b90980f3d 09:32:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:32:41 Setting up perl-base (5.26.1-6ubuntu0.5) ... 09:32:41 (Reading database ... 13912 files and directories currently installed.) 09:32:41 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 09:32:41 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:32:42 ---> a2c35f108672 09:32:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:32:42 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:32:42 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:32:43 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:32:43 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:32:43 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 09:32:43 (Reading database ... 13912 files and directories currently installed.) 09:32:43 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 09:32:43 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 09:32:43 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 09:32:43 (Reading database ... 13912 files and directories currently installed.) 09:32:43 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:32:43 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:32:43 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:32:43 (Reading database ... 13912 files and directories currently installed.) 09:32:43 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:32:43 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:32:43 ---> 15506ff0e138 09:32:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:32:44 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:32:44 (Reading database ... 13912 files and directories currently installed.) 09:32:44 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:32:44 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:32:44 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:32:44 (Reading database ... 13912 files and directories currently installed.) 09:32:44 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:32:44 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:32:44 ---> 32ae929c28d4 09:32:44 Step 19/23 : ENTRYPOINT ["/support-notifications"] 09:32:44 ---> Running in 5f9d5880f089 09:32:44 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:32:44 (Reading database ... 13912 files and directories currently installed.) 09:32:44 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 09:32:44 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:32:44 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 09:32:44 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:32:44 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 09:32:44 (Reading database ... 13912 files and directories currently installed.) 09:32:44 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 09:32:44 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:32:45 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 09:32:45 (Reading database ... 13912 files and directories currently installed.) 09:32:45 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:32:45 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:32:45 Removing intermediate container 5f9d5880f089 09:32:45 ---> 38702bd200ae 09:32:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:32:45 ---> Running in c8a15dbfeb2c 09:32:45 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:32:45 (Reading database ... 13912 files and directories currently installed.) 09:32:45 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:32:45 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:32:45 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 09:32:45 (Reading database ... 13912 files and directories currently installed.) 09:32:45 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:32:45 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:32:45 Removing intermediate container c8a15dbfeb2c 09:32:45 ---> 65a26307759d 09:32:45 Step 21/23 : LABEL arch=arm64 09:32:45 ---> Running in 265542f140de 09:32:45 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 09:32:46 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 09:32:46 Removing intermediate container 265542f140de 09:32:46 ---> 82e49b7cb891 09:32:46 Step 22/23 : LABEL git_sha=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a 09:32:46 ---> Running in a5845db52af5 09:32:46 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 09:32:46 (Reading database ... 13912 files and directories currently installed.) 09:32:46 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 09:32:46 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:32:46 Removing intermediate container a5845db52af5 09:32:46 ---> aff4d5e70072 09:32:46 Step 23/23 : LABEL version=0.0.0 09:32:46 ---> Running in a6126c47d8de 09:32:47 Setting up libc-bin (2.27-3ubuntu1.4) ... 09:32:47 (Reading database ... 13912 files and directories currently installed.) 09:32:47 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 09:32:47 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:32:47 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 09:32:47 Removing intermediate container a6126c47d8de 09:32:47 ---> 35fb8c972043 09:32:47 09:32:47 (Reading database ... 13914 files and directories currently installed.) 09:32:47 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 09:32:47 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 09:32:47 Setting up debconf (1.5.66ubuntu1) ... 09:32:47 Successfully built 35fb8c972043 09:32:47 Successfully tagged docker-support-notifications-go-arm64:latest 09:32:47 (Reading database ... 13914 files and directories currently installed.) 09:32:47 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 09:32:48  Building docker-support-notifications-go ... done  [Pipeline] } 09:32:48 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:32:48 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 09:32:48 (Reading database ... 13914 files and directories currently installed.) 09:32:48 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 09:32:48 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:32:48 $ docker stop --time=1 84e76d9571bee90861b02cae8d0e69139a05248e5fcfcbd321ce523753111648 09:32:48 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 09:32:48 (Reading database ... 13914 files and directories currently installed.) 09:32:48 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:32:48 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:32:48 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:32:48 (Reading database ... 13914 files and directories currently installed.) 09:32:48 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:32:48 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:32:48 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 09:32:48 (Reading database ... 13914 files and directories currently installed.) 09:32:48 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:32:49 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:32:49 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:32:49 (Reading database ... 13914 files and directories currently installed.) 09:32:49 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:32:49 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:32:49 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 09:32:49 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 09:32:49 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 09:32:49 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:32:49 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 09:32:49 (Reading database ... 13914 files and directories currently installed.) 09:32:49 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 09:32:49 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 09:32:50 $ docker rm -f 84e76d9571bee90861b02cae8d0e69139a05248e5fcfcbd321ce523753111648 09:32:50 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 09:32:50 (Reading database ... 13914 files and directories currently installed.) 09:32:50 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 09:32:50 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [Pipeline] // withDockerContainer [Pipeline] sh 09:32:50 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 09:32:50 + docker+ grep images docker 09:32:50 09:32:50 (Reading database ... 13914 files and directories currently installed.) 09:32:50 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 09:32:50 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:32:50 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 09:32:50 docker-support-notifications-go-arm64 latest 35fb8c972043 3 seconds ago 16.6MB 09:32:50 docker-security-proxy-setup-go-arm64 latest 52eec8317a00 18 seconds ago 23.9MB 09:32:50 docker-support-scheduler-go-arm64 latest a40d97dd30cf 19 seconds ago 16.1MB 09:32:50 docker-core-command-go-arm64 latest c60ec690b064 30 seconds ago 16.1MB 09:32:50 docker-sys-mgmt-agent-go-arm64 latest 101fef047cfa 2 minutes ago 299MB 09:32:50 docker-core-data-go-arm64 latest 32b77126a3fa 3 minutes ago 20.3MB 09:32:50 docker-core-metadata-go-arm64 latest 2e7b538afa5f 3 minutes ago 17.4MB 09:32:50 docker-security-bootstrapper-go-arm64 latest 6675d83bda0b 3 minutes ago 17.1MB 09:32:50 docker-security-secretstore-setup-go-arm64 latest 0c9da4dbbdb6 3 minutes ago 24.3MB 09:32:50 docker 20.10.0 eeaf43b92773 5 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 09:32:50 (Reading database ... 13914 files and directories currently installed.) 09:32:50 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 09:32:50 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 09:32:50 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage 09:32:51 (Reading database ... 13914 files and directories currently installed.) 09:32:51 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 09:32:51 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] libraryResource [Pipeline] sh 09:32:51 ---> job-cost.sh 09:32:51 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kv42 09:32:51 Setting up passwd (1:4.5-1ubuntu2) ... 09:32:51 (Reading database ... 13914 files and directories currently installed.) 09:32:51 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 09:32:51 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:32:51 Setting up gpgv (2.2.4-1ubuntu1.4) ... 09:32:52 (Reading database ... 13914 files and directories currently installed.) 09:32:52 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 09:32:52 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 09:32:52 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 09:32:52 (Reading database ... 13914 files and directories currently installed.) 09:32:52 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 09:32:52 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 09:32:52 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 09:32:52 (Reading database ... 13914 files and directories currently installed.) 09:32:52 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 09:32:52 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 09:32:52 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 09:32:52 (Reading database ... 13914 files and directories currently installed.) 09:32:52 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 09:32:52 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 09:32:52 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 09:32:52 (Reading database ... 13914 files and directories currently installed.) 09:32:52 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 09:32:52 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 09:32:53 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 09:32:53 (Reading database ... 13914 files and directories currently installed.) 09:32:53 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 09:32:53 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 09:32:53 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 09:32:53 (Reading database ... 13914 files and directories currently installed.) 09:32:53 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 09:32:53 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 09:32:53 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 09:32:53 (Reading database ... 13914 files and directories currently installed.) 09:32:53 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 09:32:53 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 09:32:53 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 09:32:53 (Reading database ... 13915 files and directories currently installed.) 09:32:53 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:32:53 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:32:53 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:32:54 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:32:54 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 09:32:54 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 09:32:54 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 09:32:54 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 09:32:54 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 09:32:54 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 09:32:54 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 09:32:54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 09:32:54 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 09:32:54 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 09:32:55 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 09:32:55 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 09:32:55 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 09:32:55 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 09:32:55 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 09:32:55 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 09:32:55 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 09:32:55 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 09:32:55 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 09:32:55 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 09:32:56 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 09:32:56 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 09:32:57 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 09:32:57 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 09:32:57 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:32:57 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:32:57 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:32:57 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:32:57 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:32:57 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:32:57 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:32:57 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:32:57 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:32:58 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:32:58 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:32:58 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:32:58 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:32:58 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:32:58 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:32:58 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:32:59 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:32:59 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:33:00 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:33:00 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:33:01 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:33:01 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:33:02 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:33:02 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:33:04 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:33:04 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:33:04 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:33:04 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:33:04 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 09:33:04 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:33:04 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 09:33:04 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:33:04 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:33:04 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 09:33:04 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:33:04 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:33:04 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:33:04 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:33:04 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 09:33:04 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 09:33:04 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:33:04 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 09:33:04 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:33:04 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:33:04 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:33:04 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 09:33:04 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 09:33:04 Setting up tzdata (2021a-0ubuntu0.18.04) ... 09:33:04 09:33:04 Current default time zone: 'Etc/UTC' 09:33:04 Local time is now: Tue May 11 09:33:04 UTC 2021. 09:33:04 Universal Time is now: Tue May 11 09:33:04 UTC 2021. 09:33:04 Run 'dpkg-reconfigure tzdata' if you wish to change it. 09:33:04 09:33:04 Setting up systemd-sysv (237-3ubuntu10.47) ... 09:33:04 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:33:04 Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... 09:33:04 Setting up mount (2.31.1-0.4ubuntu3.7) ... 09:33:04 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 09:33:04 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 09:33:04 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 09:33:04 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 09:33:04 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 09:33:04 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 09:33:04 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:33:04 Setting up procps (2:3.3.12-3ubuntu1.2) ... 09:33:05 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 09:33:05 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 09:33:05 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 09:33:05 Setting up patch (2.7.6-2ubuntu1.1) ... 09:33:05 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 09:33:05 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 09:33:05 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 09:33:05 Installing new version of config file /etc/ssl/openssl.cnf ... 09:33:05 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 09:33:05 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 09:33:05 Setting up ca-certificates (20210119~18.04.1) ... 09:33:06 Updating certificates in /etc/ssl/certs... 09:33:07 23 added, 27 removed; done. 09:33:07 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 09:33:07 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:33:07 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 09:33:07 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 09:33:07 Setting up pkgbinarymangler (138.18.04.1) ... 09:33:07 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 09:33:07 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 09:33:07 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 09:33:07 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 09:33:07 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:33:07 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 09:33:07 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:33:07 Setting up perl (5.26.1-6ubuntu0.5) ... 09:33:07 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 09:33:08 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 09:33:08 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 09:33:08 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 09:33:08 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 09:33:08 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 09:33:08 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 09:33:08 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 09:33:08 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 09:33:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:33:08 Processing triggers for systemd (237-3ubuntu10.47) ... 09:33:08 Processing triggers for mime-support (3.60ubuntu1) ... 09:33:08 Processing triggers for ca-certificates (20210119~18.04.1) ... 09:33:08 Updating certificates in /etc/ssl/certs... 09:33:09 0 added, 0 removed; done. 09:33:09 Running hooks in /etc/ca-certificates/update.d... 09:33:09 done. 09:33:09 Reading package lists... 09:33:10 Building dependency tree... 09:33:10 Reading state information... 09:33:10 The following NEW packages will be installed: 09:33:10 apt-transport-https 09:33:10 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 09:33:10 Need to get 1692 B of archives. 09:33:10 After this operation, 154 kB of additional disk space will be used. 09:33:10 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 09:33:10 debconf: delaying package configuration, since apt-utils is not installed 09:33:10 Fetched 1692 B in 0s (8695 B/s) 09:33:10 Selecting previously unselected package apt-transport-https. 09:33:10 (Reading database ... 13920 files and directories currently installed.) 09:33:10 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 09:33:10 Unpacking apt-transport-https (1.6.13) ... 09:33:10 Setting up apt-transport-https (1.6.13) ... 09:33:11 Waiting for network to be ready... 09:33:19 2021-05-11T09:33:16Z INFO Waiting for automatic snapd restart... 09:33:19 snapd 2.49.2 from Canonical* installed 09:33:21 "snapd" switched to the "latest/stable" channel 09:33:21 09:33:25 core18 20210309 from Canonical* installed 09:33:25 "core18" switched to the "latest/stable" channel 09:33:25 09:33:30 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:33:30 snapcraft 4.7.1 from Canonical* installed 09:33:30 "snapcraft" switched to the "latest/stable" channel 09:33:30 09:33:34 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 09:33:34 - README.md 09:33:34 09:33:34 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:33:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:33:40 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:33:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:33:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:33:42 Reading package lists... 09:33:42 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 09:33:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:33:49 Reading package lists... 09:33:49 Building dependency tree... 09:33:49 Reading state information... 09:33:49 Suggested packages: 09:33:49 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:33:49 git-gui gitk gitweb git-cvs git-mediawiki git-svn 09:33:49 Recommended packages: 09:33:49 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 09:33:49 The following NEW packages will be installed: 09:33:49 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 09:33:49 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 09:33:49 pkg-config zip 09:33:49 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 09:33:49 Need to get 7663 kB of archives. 09:33:49 After this operation, 43.8 MB of additional disk space will be used. 09:33:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 09:33:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 09:33:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 09:33:49 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 09:33:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 09:33:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 09:33:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 09:33:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 09:33:49 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 09:33:49 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:33:49 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 09:33:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 09:33:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 09:33:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 09:33:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 09:33:50 debconf: delaying package configuration, since apt-utils is not installed 09:33:50 Fetched 7663 kB in 1s (8975 kB/s) 09:33:50 Selecting previously unselected package libglib2.0-0:amd64. 09:33:50 (Reading database ... 13924 files and directories currently installed.) 09:33:50 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 09:33:50 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 09:33:50 Selecting previously unselected package libpsl5:amd64. 09:33:50 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 09:33:50 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 09:33:50 Selecting previously unselected package libnghttp2-14:amd64. 09:33:50 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 09:33:50 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:33:51 Selecting previously unselected package librtmp1:amd64. 09:33:51 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 09:33:51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:33:51 Selecting previously unselected package libcurl3-gnutls:amd64. 09:33:51 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 09:33:51 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 09:33:51 Selecting previously unselected package liberror-perl. 09:33:51 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 09:33:51 Unpacking liberror-perl (0.17025-1) ... 09:33:51 Selecting previously unselected package git-man. 09:33:51 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 09:33:51 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 09:33:51 Selecting previously unselected package git. 09:33:51 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 09:33:51 Unpacking git (1:2.17.1-1ubuntu0.8) ... 09:33:52 Selecting previously unselected package libnorm1:amd64. 09:33:52 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 09:33:52 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:33:52 Selecting previously unselected package libpgm-5.2-0:amd64. 09:33:52 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 09:33:52 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:33:52 Selecting previously unselected package libsodium23:amd64. 09:33:52 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 09:33:52 Unpacking libsodium23:amd64 (1.0.16-2) ... 09:33:52 Selecting previously unselected package libzmq5:amd64. 09:33:52 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 09:33:52 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:33:52 Selecting previously unselected package libzmq3-dev:amd64. 09:33:52 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 09:33:52 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:33:53 Selecting previously unselected package pkg-config. 09:33:53 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 09:33:53 Unpacking pkg-config (0.29.1-0ubuntu2) ... 09:33:53 Selecting previously unselected package zip. 09:33:53 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 09:33:53 Unpacking zip (3.0-11build1) ... 09:33:53 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:33:53 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 09:33:53 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:33:53 Setting up liberror-perl (0.17025-1) ... 09:33:53 Setting up libpsl5:amd64 (0.19.1-5build1) ... 09:33:53 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 09:33:53 No schema files found: doing nothing. 09:33:53 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:33:53 Setting up zip (3.0-11build1) ... 09:33:53 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:33:53 Setting up libsodium23:amd64 (1.0.16-2) ... 09:33:53 Setting up pkg-config (0.29.1-0ubuntu2) ... 09:33:53 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:33:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 09:33:53 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:33:53 Setting up git (1:2.17.1-1ubuntu0.8) ... 09:33:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:34:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:34:00 git set to automatically installed. 09:34:00 git-man set to automatically installed. 09:34:00 libcurl3-gnutls set to automatically installed. 09:34:00 liberror-perl set to automatically installed. 09:34:00 libglib2.0-0 set to automatically installed. 09:34:00 libnghttp2-14 set to automatically installed. 09:34:00 libnorm1 set to automatically installed. 09:34:00 libpgm-5.2-0 set to automatically installed. 09:34:00 libpsl5 set to automatically installed. 09:34:00 librtmp1 set to automatically installed. 09:34:00 libsodium23 set to automatically installed. 09:34:00 libzmq3-dev set to automatically installed. 09:34:00 libzmq5 set to automatically installed. 09:34:00 pkg-config set to automatically installed. 09:34:00 zip set to automatically installed. 09:34:01 snapd is not logged in, snap install commands will use sudo 09:34:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:34:22 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 09:34:22 snapd is not logged in, snap install commands will use sudo 09:34:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:34:29 snap "core18" has no updates available 09:34:30 Pulling go-build-helper 09:34:30 + snapcraftctl pull 09:34:31 'app-service-config' has dependencies that need to be staged: go-build-helper 09:34:31 Skipping pull go-build-helper (already ran) 09:34:31 Building go-build-helper 09:34:31 + snapcraftctl build 09:34:34 Staging go-build-helper 09:34:34 + snapcraftctl stage 09:35:07 lf-activate-venv(): INFO: Adding /tmp/venv-kv42/bin to PATH 09:35:07 INFO: No Stack... 09:35:07 INFO: Retrieving Pricing Info for: lf-standard-4 09:35:07 INFO: Archiving Costs [Pipeline] sh 09:35:07 + cat /w/workspace/edgex-go/7/archives/cost.csv 09:35:07 + cut -d, -f6 [Pipeline] lock 09:35:07 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3435-7-stack-cost] 09:35:07 Resource [jenkins-edgexfoundry-edgex-go-PR-3435-7-stack-cost] did not exist. Created. 09:35:07 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3435-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:35:08 + echo total: 0.20999999344348907 [Pipeline] stash 09:35:08 Stashed 1 file(s) [Pipeline] } 09:35:08 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3435-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:35:20 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:35:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:35:20 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:35:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] 09:35:20 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:35:20 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:35:20 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:35:20 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:35:20 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:35:20 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:35:20 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:35:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 09:35:20 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 09:35:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 09:35:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] 09:35:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 09:35:20 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 09:35:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 09:35:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:35:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2069 kB] 09:35:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 09:35:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 09:35:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 09:35:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 09:35:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 09:35:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 09:35:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 09:35:20 Fetched 24.6 MB in 6s (503 kB/s) 09:35:20 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:35:20 Fetched 224 kB in 0s (0 B/s) 09:35:20 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:35:20 Fetched 157 kB in 0s (0 B/s) 09:35:20 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:35:20 Fetched 221 kB in 0s (0 B/s) 09:35:20 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:35:20 Fetched 143 kB in 0s (0 B/s) 09:35:20 Pulling app-service-config 09:35:20 + snapcraftctl pull 09:35:20 Cloning into '/root/parts/app-service-config/src'... 09:35:20 Pulling config-common 09:35:20 + snapcraftctl pull 09:35:23 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:35:23 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:35:23 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:35:23 Fetched 0 B in 0s (0 B/s) 09:35:23 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:35:23 Fetched 0 B in 0s (0 B/s) 09:35:23 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:35:23 Fetched 0 B in 0s (0 B/s) 09:35:23 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:35:23 Fetched 0 B in 0s (0 B/s) 09:35:23 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:35:23 Fetched 0 B in 0s (0 B/s) 09:35:23 Pulling edgex-go 09:35:23 + snapcraftctl pull 09:35:49 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:35:49 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:35:49 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:35:49 Fetched 0 B in 0s (0 B/s) 09:35:49 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:35:49 Fetched 96.5 kB in 0s (0 B/s) 09:35:49 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:35:49 Fetched 279 kB in 0s (0 B/s) 09:35:49 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:35:49 Fetched 122 kB in 0s (0 B/s) 09:35:49 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:35:49 Fetched 77.8 kB in 0s (0 B/s) 09:35:49 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:35:49 Fetched 8848 B in 0s (0 B/s) 09:35:49 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:35:49 Fetched 47.8 kB in 0s (0 B/s) 09:35:49 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:35:49 Fetched 45.6 kB in 0s (0 B/s) 09:35:49 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 09:35:49 Fetched 15.0 kB in 0s (0 B/s) 09:35:49 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 09:35:49 Fetched 219 kB in 0s (0 B/s) 09:35:49 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 09:35:49 Fetched 154 kB in 0s (0 B/s) 09:35:49 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:35:49 Fetched 50.6 kB in 0s (0 B/s) 09:35:49 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:35:49 Fetched 14.8 kB in 0s (0 B/s) 09:35:49 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:35:49 Fetched 41.8 kB in 0s (0 B/s) 09:35:49 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:35:49 Fetched 499 kB in 0s (0 B/s) 09:35:49 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:35:49 Fetched 111 kB in 0s (0 B/s) 09:35:49 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:35:49 Fetched 240 kB in 0s (0 B/s) 09:35:49 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:35:49 Fetched 29.3 kB in 0s (0 B/s) 09:35:49 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:35:49 Fetched 85.5 kB in 0s (0 B/s) 09:35:49 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:35:49 Fetched 24.5 kB in 0s (0 B/s) 09:35:49 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 09:35:49 Fetched 49.2 kB in 0s (0 B/s) 09:35:49 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:35:49 Fetched 54.2 kB in 0s (0 B/s) 09:35:49 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:35:49 Fetched 30.8 kB in 0s (0 B/s) 09:35:49 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 09:35:49 Fetched 15.8 kB in 0s (0 B/s) 09:35:49 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:35:49 Fetched 85.9 kB in 0s (0 B/s) 09:35:49 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:35:49 Fetched 8720 B in 0s (0 B/s) 09:35:49 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 09:35:49 Fetched 137 kB in 0s (0 B/s) 09:35:49 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:35:49 Fetched 119 kB in 0s (0 B/s) 09:35:49 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 09:35:49 Fetched 110 kB in 0s (0 B/s) 09:35:49 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:35:49 Fetched 11.1 kB in 0s (0 B/s) 09:35:49 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:35:49 Fetched 645 kB in 0s (0 B/s) 09:35:49 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:35:49 Fetched 41.3 kB in 0s (0 B/s) 09:35:49 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:35:49 Fetched 17.9 kB in 0s (0 B/s) 09:35:49 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:35:49 Fetched 368 kB in 0s (0 B/s) 09:35:49 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:35:49 Fetched 187 kB in 0s (0 B/s) 09:35:49 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:35:49 Fetched 175 kB in 0s (0 B/s) 09:35:49 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:35:49 Fetched 206 kB in 0s (0 B/s) 09:35:49 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 09:35:49 Fetched 1301 kB in 0s (0 B/s) 09:35:49 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:35:49 Fetched 36.2 kB in 0s (0 B/s) 09:35:49 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 09:35:49 Fetched 159 kB in 0s (0 B/s) 09:35:49 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:35:49 Fetched 107 kB in 0s (0 B/s) 09:35:49 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:35:49 Fetched 48.7 kB in 0s (0 B/s) 09:35:49 Pulling static-packages 09:35:49 + snapcraftctl pull 09:35:49 Pulling version 09:35:49 + cd /root/project 09:35:49 + [ -f VERSION ] 09:35:49 + PROJECT_VERSION=local-dev 09:35:49 + git rev-parse --short HEAD 09:35:49 + GIT_REVISION=866bf8aa 09:35:49 + snapcraftctl set-version local-dev 09:35:50 Skipping build go-build-helper (already ran) 09:35:50 Building app-service-config 09:35:50 + make build 09:35:50 go mod tidy 09:35:53 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 09:35:53 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 09:35:53 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 09:35:53 go: downloading github.com/google/uuid v1.2.0 09:35:53 go: downloading github.com/stretchr/testify v1.7.0 09:35:53 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 09:35:53 go: downloading github.com/go-kit/kit v0.8.0 09:35:53 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:35:53 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 09:35:53 go: downloading github.com/gorilla/mux v1.8.0 09:35:53 go: downloading gopkg.in/yaml.v2 v2.4.0 09:35:53 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 09:35:53 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 09:35:53 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:35:53 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 09:35:53 go: downloading github.com/stretchr/objx v0.1.0 09:35:53 go: downloading github.com/go-playground/validator/v10 v10.5.0 09:35:53 go: downloading github.com/pelletier/go-toml v1.9.0 09:35:54 go: downloading github.com/davecgh/go-spew v1.1.1 09:35:54 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:35:54 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 09:35:54 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 09:35:54 go: downloading golang.org/x/text v0.3.2 09:35:54 go: downloading github.com/x448/float16 v0.8.4 09:35:54 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:35:54 go: downloading github.com/leodido/go-urn v1.2.0 09:35:54 go: downloading github.com/pmezard/go-difflib v1.0.0 09:35:54 go: downloading github.com/go-stack/stack v1.8.0 09:35:54 go: downloading github.com/go-playground/universal-translator v0.17.0 09:35:54 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:35:54 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:35:54 go: downloading github.com/go-playground/locales v0.13.0 09:35:54 go: downloading github.com/gorilla/websocket v1.4.2 09:35:54 go: downloading github.com/onsi/ginkgo v1.10.1 09:35:54 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:35:54 go: downloading github.com/onsi/gomega v1.7.0 09:35:54 go: downloading github.com/hashicorp/consul/api v1.8.1 09:35:54 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 09:35:54 go: downloading github.com/go-playground/assert/v2 v2.0.1 09:35:54 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 09:35:54 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 09:35:54 go: downloading github.com/hashicorp/consul/sdk v0.7.0 09:35:54 go: downloading github.com/hashicorp/go-hclog v0.12.0 09:35:54 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:35:54 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 09:35:54 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:35:54 go: downloading github.com/pebbe/zmq4 v1.2.7 09:35:54 go: downloading github.com/hashicorp/go-uuid v1.0.1 09:35:54 go: downloading github.com/mattn/go-colorable v0.1.6 09:35:55 go: downloading github.com/hpcloud/tail v1.0.0 09:35:55 go: downloading github.com/mattn/go-isatty v0.0.12 09:35:55 go: downloading github.com/hashicorp/serf v0.9.5 09:35:55 go: downloading github.com/mitchellh/go-homedir v1.1.0 09:35:55 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 09:35:55 go: downloading github.com/fatih/color v1.9.0 09:35:55 go: downloading github.com/golang/protobuf v1.3.2 09:35:55 go: downloading github.com/mitchellh/copystructure v1.0.0 09:35:55 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 09:35:55 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:35:55 go: downloading github.com/hashicorp/memberlist v0.2.2 09:35:55 go: downloading github.com/pkg/errors v0.8.1 09:35:55 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 09:35:55 go: downloading github.com/hashicorp/go-multierror v1.1.0 09:35:55 go: downloading gopkg.in/fsnotify.v1 v1.4.7 09:35:55 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:35:55 go: downloading github.com/miekg/dns v1.1.26 09:35:55 go: downloading github.com/hashicorp/go-msgpack v0.5.3 09:35:55 go: downloading github.com/hashicorp/errwrap v1.0.0 09:35:55 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 09:35:55 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 09:35:55 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 09:35:55 go: downloading github.com/fsnotify/fsnotify v1.4.7 09:35:55 go: downloading github.com/kr/pretty v0.2.0 09:35:55 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:35:55 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 09:35:55 go: downloading github.com/kr/text v0.1.0 09:35:55 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:35:55 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 09:35:55 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:35:55 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 09:36:07 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 09:36:07 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 09:36:07 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 09:36:07 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 09:36:07 Building config-common 09:36:07 + snapcraftctl build 09:36:10 Building edgex-go 09:36:11 + cd /root/parts/edgex-go/src 09:36:11 + make build 09:36:11 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 09:36:11 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:36:11 go: downloading github.com/imdario/mergo v0.3.12 09:36:11 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 09:36:15 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 09:36:21 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 09:36:22 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 09:36:24 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 09:36:25 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 09:36:26 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 09:36:27 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:36:27 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:36:29 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 09:36:30 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 09:36:30 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:36:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:36:33 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 09:36:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:36:34 go: downloading github.com/lib/pq v1.10.1 09:36:36 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 09:36:36 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 09:36:36 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 09:36:36 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 09:36:36 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 09:36:36 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 09:36:36 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 09:36:36 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 09:36:36 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 09:36:36 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 09:36:36 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 09:36:36 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 09:36:36 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 09:36:36 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 09:36:36 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 09:36:36 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 09:36:36 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 09:36:36 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 09:36:36 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 09:36:36 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 09:36:36 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 09:36:36 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 09:36:36 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 09:36:36 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 09:36:36 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 09:36:36 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 09:36:40 Building static-packages 09:36:40 + snapcraftctl build 09:36:42 Building version 09:36:42 + snapcraftctl build 09:36:45 Skipping stage go-build-helper (already ran) 09:36:45 Staging app-service-config 09:36:45 + snapcraftctl stage 09:36:46 Staging config-common 09:36:46 + snapcraftctl stage 09:36:47 Staging edgex-go 09:36:47 + snapcraftctl stage 09:36:48 Staging static-packages 09:36:48 + snapcraftctl stage 09:36:49 Staging version 09:36:49 + snapcraftctl stage 09:36:50 Priming go-build-helper 09:36:50 + snapcraftctl prime 09:36:51 Priming app-service-config 09:36:51 + snapcraftctl prime 09:36:53 Priming config-common 09:36:53 + snapcraftctl prime 09:36:54 Priming edgex-go 09:36:54 + snapcraftctl prime 09:36:55 Priming static-packages 09:36:55 + snapcraftctl prime 09:36:58 Priming version 09:36:58 + snapcraftctl prime 09:36:59 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 09:37:01 provisioning config files... 09:37:01 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config9023049647775190539tmp [Pipeline] { [Pipeline] sh 09:37:02 + set +x 09:37:02 + curl -s https://codecov.io/bash 09:37:02 + bash -s -- 09:37:02 09:37:02 _____ _ 09:37:02 / ____| | | 09:37:02 | | ___ __| | ___ ___ _____ __ 09:37:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:37:02 | |___| (_) | (_| | __/ (_| (_) \ V / 09:37:02 \_____\___/ \__,_|\___|\___\___/ \_/ 09:37:02 Bash-1.0.2 09:37:02 09:37:02 09:37:02 ==> git version 2.24.3 found 09:37:02 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 09:37:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:37:02 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:37:02 ==> Jenkins CI detected. 09:37:02 project root: . 09:37:02 --> token set from env 09:37:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:37:02 ==> Running gcov in . (disable via -X gcov) 09:37:02 ==> Python coveragepy not found 09:37:02 ==> Searching for coverage reports in: 09:37:02 + . 09:37:03 -> Found 1 reports 09:37:03 ==> Detecting git/mercurial file structure 09:37:03 ==> Reading reports 09:37:03 + ./coverage.out bytes=720868 09:37:03 ==> Appending adjustments 09:37:03 https://docs.codecov.io/docs/fixing-reports 09:37:07 + Found adjustments 09:37:07 ==> Gzipping contents 09:37:07 104K /tmp/codecov.lPaWdD.gz 09:37:07 ==> Uploading reports 09:37:07 url: https://codecov.io 09:37:07 query: branch=PR-3435&commit=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3435%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3435&job=&cmd_args= 09:37:07 -> Pinging Codecov 09:37:07 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3435&commit=866bf8aa1cb8e4544f615d343a2d7c39e2f5652a&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3435%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3435&job=&cmd_args= 09:37:07 -> Uploading to 09:37:07 https://storage.googleapis.com/codecov/v4/raw/2021-05-11/00271124DB129430A58F1EEE437C3FCB/866bf8aa1cb8e4544f615d343a2d7c39e2f5652a/8fd5072b-a1ac-4d89-958d-24e20b2db5d0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T093707Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0169caad48045d9f10da037ad0aa1a9646104894afa06d4cbb48fb601c0fb602 09:37:07 % Total % Received % Xferd Average Speed Time Time Time Current 09:37:07 Dload Upload Total Spent Left Speed 09:37:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 100k 0 0 100 100k 0 226k --:--:-- --:--:-- --:--:-- 226k 09:37:07 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/866bf8aa1cb8e4544f615d343a2d7c39e2f5652a [Pipeline] } 09:37:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:37:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:37:09 ---> package-listing.sh 09:37:09 ++ facter osfamily 09:37:09 ++ tr '[:upper:]' '[:lower:]' 09:37:09 + OS_FAMILY=redhat 09:37:09 + workspace=/w/workspace/edgex-go/7 09:37:09 + START_PACKAGES=/tmp/packages_start.txt 09:37:09 + END_PACKAGES=/tmp/packages_end.txt 09:37:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:37:09 + PACKAGES=/tmp/packages_start.txt 09:37:09 + '[' /w/workspace/edgex-go/7 ']' 09:37:09 + PACKAGES=/tmp/packages_end.txt 09:37:09 + case "${OS_FAMILY}" in 09:37:09 + rpm -qa 09:37:09 + sort 09:37:14 + '[' -f /tmp/packages_start.txt ']' 09:37:14 + '[' -f /tmp/packages_end.txt ']' 09:37:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:37:14 + '[' /w/workspace/edgex-go/7 ']' 09:37:14 + mkdir -p /w/workspace/edgex-go/7/archives/ 09:37:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 09:37:14 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:37:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:37:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:37:15 09:37:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:37:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:37:16 alpine: Pulling from edgex-lftools-log-publisher 09:37:16 df20fa9351a1: Pulling fs layer 09:37:16 36b3adc4ff6f: Pulling fs layer 09:37:16 8ad3a11d3b57: Pulling fs layer 09:37:16 46f8f816bc3b: Pulling fs layer 09:37:16 93b61091891f: Pulling fs layer 09:37:16 93b9cdb0e59b: Pulling fs layer 09:37:16 5e14af77c1be: Pulling fs layer 09:37:16 01666e4c0597: Pulling fs layer 09:37:16 aa168da1d23b: Pulling fs layer 09:37:16 93b9cdb0e59b: Waiting 09:37:16 5e14af77c1be: Waiting 09:37:16 aa168da1d23b: Waiting 09:37:16 46f8f816bc3b: Waiting 09:37:16 93b61091891f: Waiting 09:37:16 01666e4c0597: Waiting 09:37:16 36b3adc4ff6f: Verifying Checksum 09:37:16 36b3adc4ff6f: Download complete 09:37:16 46f8f816bc3b: Verifying Checksum 09:37:16 46f8f816bc3b: Download complete 09:37:16 df20fa9351a1: Verifying Checksum 09:37:16 df20fa9351a1: Download complete 09:37:16 93b9cdb0e59b: Download complete 09:37:16 5e14af77c1be: Download complete 09:37:16 01666e4c0597: Verifying Checksum 09:37:16 01666e4c0597: Download complete 09:37:16 93b61091891f: Download complete 09:37:17 8ad3a11d3b57: Verifying Checksum 09:37:17 8ad3a11d3b57: Download complete 09:37:17 df20fa9351a1: Pull complete 09:37:17 36b3adc4ff6f: Pull complete 09:37:18 aa168da1d23b: Download complete 09:37:19 8ad3a11d3b57: Pull complete 09:37:20 46f8f816bc3b: Pull complete 09:37:20 93b61091891f: Pull complete 09:37:20 93b9cdb0e59b: Pull complete 09:37:20 5e14af77c1be: Pull complete 09:37:20 01666e4c0597: Pull complete 09:37:31 aa168da1d23b: Pull complete 09:37:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:37:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:37:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:37:31 prd-centos7-docker-4c-2g-4403 does not seem to be running inside a container 09:37:31 $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:37:35 $ docker top 1a3901c2ee286e00ec0b95a9567940e15244156073f6ed643d19805bce160e0a -eo pid,comm [Pipeline] { [Pipeline] sh 09:37:36 + touch /tmp/pre-build-complete [Pipeline] sh 09:37:36 + mkdir -p /var/log/sa [Pipeline] sh 09:37:37 + ls /var/log/sa-host 09:37:37 + sadf -c /var/log/sa-host/sa11 09:37:37 file_magic: OK 09:37:37 HZ: Using current value: 100 09:37:37 file_header: OK 09:37:37 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 09:37:37 Statistics: 09:37:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:37:37 File successfully converted to sysstat format version 12.2.1 09:37:37 + sadf -c /var/log/sa-host/sa23 09:37:37 file_magic: OK 09:37:37 HZ: Using current value: 100 09:37:37 file_header: OK 09:37:37 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 09:37:37 Statistics: 09:37:37 Hnuu...uuuununununu... 09:37:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:37:37 provisioning config files... 09:37:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config4781235821710250745tmp [Pipeline] { [Pipeline] echo 09:37:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:37:38 ---> create-netrc.sh [Pipeline] } 09:37:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:37:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:37:38 ---> python-tools-install.sh [Pipeline] echo 09:37:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:37:38 ---> sudo-logs.sh 09:37:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:37:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:37:39 ---> job-cost.sh 09:37:39 lf-activate-venv: SKIPPING 09:37:39 DEBUG: total: 0.20999999344348907 09:37:39 INFO: Retrieving Stack Cost... 09:37:40 INFO: Retrieving Pricing Info for: v1-standard-2 09:37:40 INFO: Archiving Costs [Pipeline] echo 09:37:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:37:40 ---> logs-deploy.sh 09:37:40 lf-activate-venv: SKIPPING 09:37:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3435/7 09:37:40 INFO: archiving workspace using pattern(s): 09:37:42 Archives upload complete. 09:37:42 INFO: archiving logs to Nexus 09:37:44 ---> uname -a: 09:37:44 Linux prd-centos7-docker-4c-2g-4403.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:37:44 09:37:44 09:37:44 ---> lscpu: 09:37:44 Architecture: x86_64 09:37:44 CPU op-mode(s): 32-bit, 64-bit 09:37:44 Byte Order: Little Endian 09:37:44 Address sizes: 40 bits physical, 48 bits virtual 09:37:44 CPU(s): 4 09:37:44 On-line CPU(s) list: 0-3 09:37:44 Thread(s) per core: 1 09:37:44 Core(s) per socket: 1 09:37:44 Socket(s): 4 09:37:44 NUMA node(s): 1 09:37:44 Vendor ID: GenuineIntel 09:37:44 CPU family: 6 09:37:44 Model: 44 09:37:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:37:44 Stepping: 1 09:37:44 CPU MHz: 2933.438 09:37:44 BogoMIPS: 5866.87 09:37:44 Virtualization: VT-x 09:37:44 Hypervisor vendor: KVM 09:37:44 Virtualization type: full 09:37:44 L1d cache: 128 KiB 09:37:44 L1i cache: 128 KiB 09:37:44 L2 cache: 16 MiB 09:37:44 L3 cache: 64 MiB 09:37:44 NUMA node0 CPU(s): 0-3 09:37:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:37:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:37:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:37:44 Vulnerability Meltdown: Mitigation; PTI 09:37:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:37:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:37:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:37:44 Vulnerability Srbds: Not affected 09:37:44 Vulnerability Tsx async abort: Not affected 09:37:44 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 09:37:44 09:37:44 09:37:44 ---> nproc: 09:37:44 4 09:37:44 09:37:44 09:37:44 ---> df -h: 09:37:44 Filesystem Size Used Available Use% Mounted on 09:37:44 overlay 50.0G 11.4G 38.6G 23% / 09:37:44 tmpfs 64.0M 0 64.0M 0% /dev 09:37:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:37:44 shm 64.0M 0 64.0M 0% /dev/shm 09:37:44 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 09:37:44 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 09:37:44 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 09:37:44 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 09:37:44 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 09:37:44 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 09:37:44 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 09:37:44 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 09:37:44 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/7 09:37:44 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/7@tmp 09:37:44 09:37:44 09:37:44 ---> free -m: 09:37:44 total used free shared buff/cache available 09:37:44 Mem: 1837 778 99 0 959 981 09:37:44 Swap: 1023 48 975 09:37:44 09:37:44 09:37:44 ---> ip addr: 09:37:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:37:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:37:44 inet 127.0.0.1/8 scope host lo 09:37:44 valid_lft forever preferred_lft forever 09:37:44 inet6 ::1/128 scope host 09:37:44 valid_lft forever preferred_lft forever 09:37:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:37:44 link/ether fa:16:3e:b7:3f:b7 brd ff:ff:ff:ff:ff:ff 09:37:44 inet 10.30.122.30/23 brd 10.30.123.255 scope global dynamic eth0 09:37:44 valid_lft 82424sec preferred_lft 82424sec 09:37:44 inet6 fe80::f816:3eff:feb7:3fb7/64 scope link 09:37:44 valid_lft forever preferred_lft forever 09:37:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:37:44 link/ether 02:42:b5:2b:85:0b brd ff:ff:ff:ff:ff:ff 09:37:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:37:44 valid_lft forever preferred_lft forever 09:37:44 inet6 fe80::42:b5ff:fe2b:850b/64 scope link 09:37:44 valid_lft forever preferred_lft forever 09:37:44 09:37:44 09:37:44 ---> sar -b -r -n DEV: 09:37:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 09:37:44 09:37:44 08:31:14 LINUX RESTART (4 CPU) 09:37:44 09:37:44 08:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:37:44 08:33:01 3.76 0.00 3.76 0.00 0.00 315.12 0.00 09:37:44 08:34:01 1.03 0.00 1.03 0.00 0.00 15.96 0.00 09:37:44 08:35:01 0.22 0.00 0.22 0.00 0.00 3.26 0.00 09:37:44 08:36:01 0.25 0.00 0.25 0.00 0.00 3.75 0.00 09:37:44 08:37:01 0.22 0.00 0.22 0.00 0.00 3.31 0.00 09:37:44 08:38:02 0.35 0.00 0.35 0.00 0.00 4.70 0.00 09:37:44 08:39:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 09:37:44 08:40:01 0.15 0.00 0.15 0.00 0.00 1.63 0.00 09:37:44 08:41:01 0.32 0.00 0.32 0.00 0.00 3.55 0.00 09:37:44 08:42:01 0.27 0.00 0.27 0.00 0.00 3.91 0.00 09:37:44 08:43:01 0.28 0.00 0.28 0.00 0.00 3.46 0.00 09:37:44 08:44:01 0.20 0.00 0.20 0.00 0.00 2.85 0.00 09:37:44 08:45:01 0.30 0.00 0.30 0.00 0.00 3.50 0.00 09:37:44 08:46:01 0.28 0.00 0.28 0.00 0.00 2.56 0.00 09:37:44 08:47:01 0.42 0.23 0.18 0.00 7.33 1.37 0.00 09:37:44 08:48:01 0.78 0.00 0.78 0.00 0.00 15.68 0.00 09:37:44 08:49:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 09:37:44 08:50:01 0.23 0.00 0.23 0.00 0.00 3.33 0.00 09:37:44 08:51:01 0.23 0.00 0.23 0.00 0.00 2.87 0.00 09:37:44 08:52:01 0.28 0.00 0.28 0.00 0.00 3.06 0.00 09:37:44 08:53:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 09:37:44 08:54:01 0.18 0.00 0.18 0.00 0.00 2.32 0.00 09:37:44 08:55:01 0.32 0.00 0.32 0.00 0.00 3.25 0.00 09:37:44 08:56:01 0.23 0.00 0.23 0.00 0.00 2.71 0.00 09:37:44 08:57:01 0.40 0.00 0.40 0.00 0.00 5.33 0.00 09:37:44 08:58:01 0.22 0.00 0.22 0.00 0.00 2.42 0.00 09:37:44 08:59:01 0.20 0.00 0.20 0.00 0.00 1.87 0.00 09:37:44 09:00:01 0.67 0.00 0.67 0.00 0.00 7.95 0.00 09:37:44 09:01:01 0.40 0.02 0.38 0.00 0.13 4.36 0.00 09:37:44 09:02:01 0.52 0.08 0.44 0.00 1.63 6.30 0.00 09:37:44 09:03:01 0.35 0.00 0.35 0.00 0.00 3.80 0.00 09:37:44 09:04:01 0.28 0.00 0.28 0.00 0.00 3.25 0.00 09:37:44 09:05:01 0.18 0.00 0.18 0.00 0.00 1.50 0.00 09:37:44 09:06:01 0.18 0.00 0.18 0.00 0.00 2.05 0.00 09:37:44 09:07:01 0.17 0.00 0.17 0.00 0.00 1.77 0.00 09:37:44 09:08:01 0.23 0.00 0.23 0.00 0.00 3.05 0.00 09:37:44 09:09:01 0.28 0.00 0.28 0.00 0.00 4.08 0.00 09:37:44 09:10:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 09:37:44 09:11:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 09:37:44 09:12:01 0.18 0.00 0.18 0.00 0.00 1.77 0.00 09:37:44 09:13:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 09:37:44 09:14:01 0.20 0.00 0.20 0.00 0.00 2.68 0.00 09:37:44 09:15:01 6.63 2.71 3.91 0.00 203.03 2426.84 0.00 09:37:44 09:16:01 172.63 67.64 104.99 0.00 10592.62 40486.13 0.00 09:37:44 09:17:01 296.19 131.04 165.15 0.00 5232.86 26740.77 0.00 09:37:44 09:18:01 137.40 40.51 96.89 0.00 1689.39 13337.46 0.00 09:37:44 09:19:02 154.16 79.31 74.85 0.00 3683.36 9451.08 0.00 09:37:44 09:20:01 189.32 38.58 150.74 0.00 12339.19 76017.45 0.00 09:37:44 09:21:01 2377.69 2056.46 321.23 0.00 162424.53 179475.24 0.00 09:37:44 09:22:01 1266.00 1050.94 215.06 0.00 71787.90 77115.05 0.00 09:37:44 09:23:02 429.37 171.94 257.43 0.00 46735.81 104715.72 0.00 09:37:44 09:24:01 2140.08 1874.10 265.98 0.00 107445.82 114093.70 0.00 09:37:44 09:25:02 365.53 165.14 200.38 0.00 10154.38 32512.11 0.00 09:37:44 09:26:01 55.76 13.73 42.03 0.00 3000.34 4187.69 0.00 09:37:44 09:27:01 0.18 0.02 0.17 0.00 0.53 1.60 0.00 09:37:44 09:28:01 0.18 0.02 0.17 0.00 0.27 1.60 0.00 09:37:44 09:29:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 09:37:44 09:30:01 0.35 0.00 0.35 0.00 0.00 5.26 0.00 09:37:44 09:31:01 0.20 0.00 0.20 0.00 0.00 2.55 0.00 09:37:44 09:32:01 0.43 0.27 0.17 0.00 12.39 1.47 0.00 09:37:44 09:33:01 0.18 0.02 0.17 0.00 0.53 1.60 0.00 09:37:44 09:34:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 09:37:44 09:35:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 09:37:44 09:36:01 0.25 0.00 0.25 0.00 0.00 2.68 0.00 09:37:44 09:37:01 0.57 0.33 0.23 0.00 79.80 25.30 0.00 09:37:44 Average: 117.08 87.56 29.53 0.00 6705.43 10487.62 0.00 09:37:44 09:37:44 08:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:37:44 08:33:01 91180 0 478564 25.43 2620 1309180 995972 33.99 283304 1311580 20 09:37:44 08:34:01 89900 0 479836 25.50 2620 1309188 996140 34.00 282816 1313420 8 09:37:44 08:35:01 89728 0 480004 25.51 2620 1309192 996224 34.00 283064 1313420 20 09:37:44 08:36:01 90664 0 479064 25.46 2620 1309196 996068 33.99 282140 1313420 16 09:37:44 08:37:01 90684 0 479040 25.46 2620 1309200 996284 34.00 282328 1313420 8 09:37:44 08:38:02 91684 0 478036 25.41 2620 1309204 1004300 34.28 281348 1313420 8 09:37:44 08:39:01 91800 0 477916 25.40 2620 1309208 1004300 34.28 281352 1313420 8 09:37:44 08:40:01 91892 0 477820 25.40 2620 1309212 1004296 34.27 281480 1313420 8 09:37:44 08:41:01 91592 0 478112 25.41 2620 1309220 1004300 34.28 281392 1313420 8 09:37:44 08:42:01 90968 0 478732 25.44 2620 1309224 1004420 34.28 281936 1313420 8 09:37:44 08:43:01 91288 0 478404 25.43 2620 1309232 1004360 34.28 281864 1313420 8 09:37:44 08:44:01 90812 0 478876 25.45 2620 1309236 1004444 34.28 282176 1313420 8 09:37:44 08:45:01 91648 0 478032 25.41 2620 1309244 1004300 34.28 281420 1313424 8 09:37:44 08:46:01 91880 0 477800 25.39 2620 1309244 1004300 34.28 281424 1313420 8 09:37:44 08:47:01 90588 0 479056 25.46 2620 1309280 1004396 34.28 282020 1313448 36 09:37:44 08:48:01 90728 0 478912 25.45 2620 1309284 1004420 34.28 282284 1313448 20 09:37:44 08:49:01 91096 0 478544 25.43 2620 1309284 1004300 34.28 281596 1313448 20 09:37:44 08:50:01 91772 0 477860 25.40 2620 1309292 1004300 34.28 281504 1313448 16 09:37:44 08:51:01 91508 0 478120 25.41 2620 1309296 1004244 34.27 281620 1313448 8 09:37:44 08:52:01 88576 0 481048 25.57 2620 1309300 1004372 34.28 284572 1313448 20 09:37:44 08:53:01 88920 0 480700 25.55 2620 1309304 1004300 34.28 284300 1313448 16 09:37:44 08:54:01 88672 0 480940 25.56 2620 1309312 1004300 34.28 284304 1313452 12 09:37:44 08:55:01 88236 0 481376 25.58 2620 1309312 1004300 34.28 284308 1313448 8 09:37:44 08:56:01 88048 0 481560 25.59 2620 1309316 1004396 34.28 284832 1313448 20 09:37:44 08:57:01 88344 0 481252 25.58 2620 1309328 1004360 34.28 284516 1313448 8 09:37:44 08:58:01 88212 0 481380 25.58 2620 1309332 1004372 34.28 284716 1313448 8 09:37:44 08:59:01 88936 0 480652 25.55 2620 1309336 1004300 34.28 284340 1313448 8 09:37:44 09:00:01 88920 0 480664 25.55 2620 1309340 1004300 34.28 284344 1313448 8 09:37:44 09:01:01 87288 0 482288 25.63 2620 1309348 1006644 34.36 285084 1313448 8 09:37:44 09:02:01 87288 0 482168 25.63 2620 1309468 1004880 34.29 285140 1313512 16 09:37:44 09:03:01 87460 0 481988 25.62 2620 1309476 1004844 34.29 284744 1313512 16 09:37:44 09:04:01 87920 0 481524 25.59 2620 1309480 1004808 34.29 284676 1313512 8 09:37:44 09:05:01 87192 0 482244 25.63 2620 1309488 1004952 34.30 285428 1313516 20 09:37:44 09:06:01 88060 0 481372 25.58 2620 1309492 1004808 34.29 284580 1313512 16 09:37:44 09:07:01 87644 0 481780 25.61 2620 1309500 1004880 34.29 284976 1313512 20 09:37:44 09:08:01 87756 0 481668 25.60 2620 1309500 1004808 34.29 284728 1313512 16 09:37:44 09:09:01 87928 0 481492 25.59 2620 1309504 1004808 34.29 284748 1313512 8 09:37:44 09:10:01 87904 0 481508 25.59 2620 1309512 1004808 34.29 284740 1313512 8 09:37:44 09:11:01 87740 0 481672 25.60 2620 1309512 1004844 34.29 284940 1313512 8 09:37:44 09:12:01 87396 0 482008 25.62 2620 1309520 1004880 34.29 285336 1313508 20 09:37:44 09:13:01 87872 0 481528 25.59 2620 1309524 1004808 34.29 284776 1313512 20 09:37:44 09:14:01 88004 0 481388 25.58 2620 1309532 1004808 34.29 284784 1313512 8 09:37:44 09:15:01 75492 0 591828 31.45 2620 1211604 1097928 37.47 512960 1096772 94220 09:37:44 09:16:01 71692 0 753588 40.05 1960 1054304 1534952 52.39 704704 876200 98484 09:37:44 09:17:01 178904 0 801896 42.62 1492 899252 1743580 59.51 585932 839492 26268 09:37:44 09:18:01 107068 0 853708 45.37 548 920220 1858092 63.41 759160 728644 75424 09:37:44 09:19:02 210508 0 820144 43.59 436 850456 1462904 49.93 600128 771352 7072 09:37:44 09:20:01 64272 0 730156 38.81 88 1087028 1254508 42.81 719712 845584 24836 09:37:44 09:21:01 79236 0 839512 44.62 0 962796 2131692 72.75 699412 866596 2248 09:37:44 09:22:01 351536 0 1076756 57.23 0 453252 3495036 119.28 636428 620332 42252 09:37:44 09:23:02 77968 0 818536 43.50 0 985040 2141560 73.09 704908 879300 34800 09:37:44 09:24:01 549644 0 699880 37.20 0 632020 1402836 47.88 437144 662816 12 09:37:44 09:25:02 193788 0 720796 38.31 0 966960 1350436 46.09 553008 880036 136 09:37:44 09:26:01 184560 0 677536 36.01 0 1019448 1202332 41.03 540384 903184 8 09:37:44 09:27:01 188864 0 673224 35.78 0 1019456 1170940 39.96 537700 902752 12 09:37:44 09:28:01 189952 0 672136 35.72 0 1019456 1168740 39.89 537164 902752 12 09:37:44 09:29:01 190092 0 671980 35.71 0 1019472 1166684 39.82 537068 902736 8 09:37:44 09:30:01 190472 0 671592 35.69 0 1019480 1166684 39.82 537196 902736 8 09:37:44 09:31:01 189988 0 672072 35.72 0 1019484 1166912 39.82 537416 902740 8 09:37:44 09:32:01 189872 0 671784 35.70 0 1019888 1166756 39.82 537232 903108 16 09:37:44 09:33:01 190292 0 671396 35.68 0 1019856 1166720 39.82 537220 903108 12 09:37:44 09:34:01 189864 0 671804 35.70 0 1019876 1166744 39.82 537180 903124 8 09:37:44 09:35:01 189796 0 671864 35.71 0 1019884 1166684 39.82 536988 903124 8 09:37:44 09:36:01 189832 0 671820 35.71 0 1019892 1166816 39.82 537472 903124 8 09:37:44 09:37:01 186088 0 672532 35.74 0 1022924 1166868 39.82 538768 906132 20 09:37:44 Average: 122854 0 568361 30.21 1803 1188526 1164098 39.73 388789 1154910 6253 09:37:44 09:37:44 08:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:37:44 08:33:01 eth0 0.69 0.08 0.06 0.01 0.00 0.00 0.00 0.00 09:37:44 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:34:01 eth0 1.98 0.57 0.46 0.21 0.00 0.00 0.00 0.00 09:37:44 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:35:01 eth0 1.87 0.45 0.62 0.36 0.00 0.00 0.00 0.00 09:37:44 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:36:01 eth0 2.42 0.30 0.44 0.20 0.00 0.00 0.00 0.00 09:37:44 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:37:01 eth0 1.60 0.83 0.94 0.68 0.00 0.00 0.00 0.00 09:37:44 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:38:02 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 08:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:39:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:40:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:41:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:42:01 eth0 1.08 0.37 0.39 0.26 0.00 0.00 0.00 0.00 09:37:44 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:43:01 eth0 0.25 0.15 0.07 0.01 0.00 0.00 0.00 0.00 09:37:44 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:44:01 eth0 1.05 0.37 0.32 0.20 0.00 0.00 0.00 0.00 09:37:44 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:45:01 eth0 0.15 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:46:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:47:01 eth0 1.13 0.52 0.45 0.27 0.00 0.00 0.00 0.00 09:37:44 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:48:01 eth0 1.02 0.30 0.33 0.21 0.00 0.00 0.00 0.00 09:37:44 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:49:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 09:37:44 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:50:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:51:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 09:37:44 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:52:01 eth0 0.33 0.23 0.14 0.07 0.00 0.00 0.00 0.00 09:37:44 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:53:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 09:37:44 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:54:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:55:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 09:37:44 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:56:01 eth0 1.02 0.33 0.32 0.20 0.00 0.00 0.00 0.00 09:37:44 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:57:01 eth0 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 09:37:44 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:58:01 eth0 0.27 0.13 0.07 0.01 0.00 0.00 0.00 0.00 09:37:44 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:59:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:00:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:01:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:02:01 eth0 0.17 0.14 0.08 0.07 0.00 0.00 0.00 0.00 09:37:44 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:03:01 eth0 0.12 0.10 0.06 0.01 0.00 0.00 0.00 0.00 09:37:44 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:04:01 eth0 0.40 0.05 0.02 0.00 0.00 0.00 0.00 0.00 09:37:44 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:05:01 eth0 0.90 0.32 0.31 0.17 0.00 0.00 0.00 0.00 09:37:44 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:06:01 eth0 0.07 0.05 0.00 0.03 0.00 0.00 0.00 0.00 09:37:44 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:07:01 eth0 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 09:37:44 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:08:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:09:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:10:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:11:01 eth0 0.10 0.10 0.06 0.01 0.00 0.00 0.00 0.00 09:37:44 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:12:01 eth0 0.18 0.17 0.08 0.07 0.00 0.00 0.00 0.00 09:37:44 09:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:13:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:14:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:15:01 eth0 619.25 533.12 2889.67 63.79 0.00 0.00 0.00 0.00 09:37:44 09:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:16:01 eth0 1222.25 1255.77 5849.89 169.54 0.00 0.00 0.00 0.00 09:37:44 09:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:16:01 docker0 922.48 802.71 74.30 2694.94 0.00 0.00 0.00 0.00 09:37:44 09:17:01 veth5d07b6f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 09:37:44 09:17:01 eth0 281.16 181.53 877.60 27.42 0.00 0.00 0.00 0.00 09:37:44 09:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:17:01 docker0 159.51 238.93 10.92 842.17 0.00 0.00 0.00 0.00 09:37:44 09:18:01 veth5d07b6f 0.73 0.75 0.06 0.06 0.00 0.00 0.00 0.00 09:37:44 09:18:01 eth0 25.14 13.07 20.37 10.86 0.00 0.00 0.00 0.00 09:37:44 09:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:18:01 docker0 0.73 0.73 0.05 0.06 0.00 0.00 0.00 0.00 09:37:44 09:19:02 veth5d07b6f 1.61 1.61 0.13 0.13 0.00 0.00 0.00 0.00 09:37:44 09:19:02 eth0 37.53 30.33 17.65 80.91 0.00 0.00 0.00 0.00 09:37:44 09:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:19:02 docker0 1.61 1.61 0.11 0.13 0.00 0.00 0.00 0.00 09:37:44 09:20:01 eth0 180.14 136.54 1726.44 24.31 0.00 0.00 0.00 0.00 09:37:44 09:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:20:01 veth17a5a72 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:37:44 09:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:21:01 eth0 100.35 74.15 182.64 57.58 0.00 0.00 0.00 0.00 09:37:44 09:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:21:01 veth17a5a72 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 09:37:44 09:21:01 docker0 50.55 64.32 3.05 165.15 0.00 0.00 0.00 0.00 09:37:44 09:22:01 vethe5c24e3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:37:44 09:22:01 veth31f764a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:37:44 09:22:01 vetheb9684f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:37:44 09:22:01 vethbbedcf0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:37:44 09:23:02 eth0 2758.95 2397.06 12115.63 480.46 0.00 0.00 0.00 0.00 09:37:44 09:23:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:37:44 09:23:02 veth17a5a72 0.00 0.76 0.00 0.04 0.00 0.00 0.00 0.00 09:37:44 09:23:02 docker0 1137.34 1124.31 88.36 3841.44 0.00 0.00 0.00 0.00 09:37:44 09:24:01 eth0 52.78 45.79 79.29 81.83 0.00 0.00 0.00 0.00 09:37:44 09:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:24:01 veth17a5a72 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:37:44 09:24:01 docker0 24.68 27.65 1.72 67.39 0.00 0.00 0.00 0.00 09:37:44 09:25:02 eth0 233.78 158.41 1662.92 27.74 0.00 0.00 0.00 0.00 09:37:44 09:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:25:02 veth17a5a72 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:25:02 docker0 42.76 77.60 2.77 418.28 0.00 0.00 0.00 0.00 09:37:44 09:26:01 eth0 22.67 21.30 9.89 63.05 0.00 0.00 0.00 0.00 09:37:44 09:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:27:01 eth0 0.58 0.45 0.34 0.27 0.00 0.00 0.00 0.00 09:37:44 09:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:28:01 eth0 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 09:37:44 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:30:01 eth0 0.50 0.00 0.05 0.00 0.00 0.00 0.00 0.00 09:37:44 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:31:01 eth0 0.43 0.40 0.26 0.20 0.00 0.00 0.00 0.00 09:37:44 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:32:01 eth0 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 09:37:44 09:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:33:01 eth0 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 09:37:44 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:34:01 eth0 0.42 0.20 0.17 0.01 0.00 0.00 0.00 0.00 09:37:44 09:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:35:01 eth0 0.57 0.05 0.05 0.00 0.00 0.00 0.00 0.00 09:37:44 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:36:01 eth0 0.47 0.35 0.27 0.20 0.00 0.00 0.00 0.00 09:37:44 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:37:01 eth0 0.92 0.78 1.61 0.29 0.00 0.00 0.00 0.00 09:37:44 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 Average: eth0 44.31 38.62 209.07 9.70 0.00 0.00 0.00 0.00 09:37:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:37:44 Average: docker0 18.72 19.11 1.44 67.24 0.00 0.00 0.00 0.00 09:37:44 09:37:44 09:37:44 ---> sar -P ALL: 09:37:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 09:37:44 09:37:44 08:31:14 LINUX RESTART (4 CPU) 09:37:44 09:37:44 08:32:02 CPU %user %nice %system %iowait %steal %idle 09:37:44 08:33:01 all 0.15 0.00 0.06 0.00 0.00 99.79 09:37:44 08:33:01 0 0.02 0.00 0.08 0.00 0.00 99.90 09:37:44 08:33:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:37:44 08:33:01 2 0.07 0.00 0.07 0.00 0.00 99.86 09:37:44 08:33:01 3 0.51 0.00 0.03 0.00 0.00 99.46 09:37:44 08:34:01 all 0.23 0.00 0.08 0.00 0.00 99.68 09:37:44 08:34:01 0 0.08 0.00 0.03 0.00 0.00 99.88 09:37:44 08:34:01 1 0.08 0.00 0.08 0.00 0.00 99.83 09:37:44 08:34:01 2 0.07 0.00 0.05 0.00 0.02 99.87 09:37:44 08:34:01 3 0.70 0.00 0.17 0.00 0.00 99.14 09:37:44 08:35:01 all 0.09 0.00 0.04 0.00 0.00 99.87 09:37:44 08:35:01 0 0.07 0.00 0.00 0.00 0.00 99.93 09:37:44 08:35:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 08:35:01 2 0.08 0.00 0.08 0.00 0.00 99.83 09:37:44 08:35:01 3 0.18 0.00 0.05 0.00 0.00 99.77 09:37:44 08:36:01 all 0.08 0.00 0.05 0.00 0.00 99.87 09:37:44 08:36:01 0 0.00 0.00 0.03 0.00 0.00 99.97 09:37:44 08:36:01 1 0.02 0.00 0.03 0.00 0.00 99.95 09:37:44 08:36:01 2 0.05 0.00 0.03 0.00 0.00 99.92 09:37:44 08:36:01 3 0.25 0.00 0.08 0.00 0.00 99.67 09:37:44 08:37:01 all 0.38 0.00 0.04 0.00 0.00 99.58 09:37:44 08:37:01 0 0.85 0.00 0.05 0.00 0.00 99.10 09:37:44 08:37:01 1 0.05 0.00 0.05 0.00 0.00 99.90 09:37:44 08:37:01 2 0.10 0.00 0.03 0.00 0.00 99.87 09:37:44 08:37:01 3 0.50 0.00 0.02 0.00 0.02 99.47 09:37:44 08:38:02 all 0.15 0.00 0.02 0.00 0.00 99.83 09:37:44 08:38:02 0 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 08:38:02 1 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 08:38:02 2 0.05 0.00 0.03 0.00 0.00 99.92 09:37:44 08:38:02 3 0.52 0.00 0.03 0.00 0.00 99.45 09:37:44 08:39:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:37:44 08:39:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 08:39:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 08:39:01 2 0.03 0.00 0.05 0.00 0.00 99.92 09:37:44 08:39:01 3 0.53 0.00 0.03 0.00 0.00 99.44 09:37:44 08:40:01 all 0.15 0.00 0.02 0.00 0.00 99.83 09:37:44 08:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 08:40:01 1 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 08:40:01 2 0.07 0.00 0.05 0.00 0.00 99.88 09:37:44 08:40:01 3 0.48 0.00 0.02 0.00 0.00 99.50 09:37:44 08:41:01 all 0.14 0.00 0.03 0.00 0.00 99.83 09:37:44 08:41:01 0 0.43 0.00 0.03 0.00 0.00 99.53 09:37:44 08:41:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 08:41:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:37:44 08:41:01 3 0.05 0.00 0.02 0.00 0.00 99.93 09:37:44 08:42:01 all 0.06 0.00 0.04 0.00 0.00 99.90 09:37:44 08:42:01 0 0.03 0.00 0.05 0.00 0.00 99.92 09:37:44 08:42:01 1 0.12 0.00 0.03 0.00 0.02 99.83 09:37:44 08:42:01 2 0.07 0.00 0.05 0.00 0.00 99.88 09:37:44 08:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 08:43:01 all 0.14 0.00 0.03 0.00 0.00 99.83 09:37:44 08:43:01 0 0.03 0.00 0.03 0.00 0.02 99.92 09:37:44 08:43:01 1 0.50 0.00 0.02 0.00 0.00 99.48 09:37:44 08:43:01 2 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 08:43:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:37:44 09:37:44 08:43:01 CPU %user %nice %system %iowait %steal %idle 09:37:44 08:44:01 all 0.16 0.00 0.03 0.00 0.00 99.81 09:37:44 08:44:01 0 0.07 0.00 0.05 0.00 0.00 99.88 09:37:44 08:44:01 1 0.52 0.00 0.02 0.00 0.00 99.47 09:37:44 08:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 08:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 08:45:01 all 0.15 0.00 0.03 0.00 0.00 99.83 09:37:44 08:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 08:45:01 1 0.50 0.00 0.02 0.00 0.00 99.48 09:37:44 08:45:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 08:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 08:46:01 all 0.15 0.00 0.02 0.00 0.00 99.83 09:37:44 08:46:01 0 0.02 0.00 0.05 0.00 0.00 99.93 09:37:44 08:46:01 1 0.52 0.00 0.02 0.00 0.00 99.47 09:37:44 08:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 08:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 08:47:01 all 0.16 0.00 0.05 0.00 0.00 99.79 09:37:44 08:47:01 0 0.03 0.00 0.07 0.00 0.00 99.90 09:37:44 08:47:01 1 0.48 0.00 0.05 0.00 0.00 99.47 09:37:44 08:47:01 2 0.05 0.00 0.03 0.00 0.02 99.90 09:37:44 08:47:01 3 0.07 0.00 0.03 0.00 0.00 99.90 09:37:44 08:48:01 all 0.15 0.00 0.04 0.00 0.00 99.81 09:37:44 08:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 08:48:01 1 0.52 0.00 0.05 0.00 0.00 99.43 09:37:44 08:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 08:48:01 3 0.03 0.00 0.05 0.00 0.02 99.90 09:37:44 08:49:01 all 0.11 0.00 0.04 0.00 0.00 99.85 09:37:44 08:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 08:49:01 1 0.35 0.00 0.08 0.00 0.02 99.55 09:37:44 08:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 08:49:01 3 0.05 0.00 0.05 0.00 0.00 99.90 09:37:44 08:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 09:37:44 08:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 08:50:01 1 0.53 0.00 0.02 0.00 0.00 99.45 09:37:44 08:50:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:37:44 08:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 08:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 09:37:44 08:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 08:51:01 1 0.50 0.00 0.02 0.00 0.00 99.48 09:37:44 08:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 08:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 08:52:01 all 0.14 0.00 0.03 0.00 0.00 99.83 09:37:44 08:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 08:52:01 1 0.50 0.00 0.03 0.00 0.00 99.47 09:37:44 08:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 08:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 08:53:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:37:44 08:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 08:53:01 1 0.50 0.00 0.02 0.00 0.00 99.48 09:37:44 08:53:01 2 0.03 0.00 0.07 0.00 0.00 99.90 09:37:44 08:53:01 3 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 08:54:01 all 0.14 0.00 0.02 0.00 0.00 99.83 09:37:44 08:54:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 08:54:01 1 0.50 0.00 0.02 0.00 0.00 99.48 09:37:44 08:54:01 2 0.05 0.00 0.05 0.00 0.00 99.90 09:37:44 08:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:37:44 08:54:01 CPU %user %nice %system %iowait %steal %idle 09:37:44 08:55:01 all 0.14 0.00 0.02 0.00 0.00 99.83 09:37:44 08:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:37:44 08:55:01 1 0.48 0.00 0.02 0.00 0.00 99.50 09:37:44 08:55:01 2 0.05 0.00 0.05 0.00 0.00 99.90 09:37:44 08:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 08:56:01 all 0.10 0.00 0.04 0.00 0.00 99.85 09:37:44 08:56:01 0 0.17 0.00 0.02 0.00 0.00 99.82 09:37:44 08:56:01 1 0.18 0.00 0.08 0.00 0.00 99.73 09:37:44 08:56:01 2 0.05 0.00 0.05 0.00 0.00 99.90 09:37:44 08:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 08:57:01 all 0.02 0.00 0.03 0.00 0.00 99.95 09:37:44 08:57:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:37:44 08:57:01 1 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 08:57:01 2 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 08:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 08:58:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:37:44 08:58:01 0 0.07 0.00 0.02 0.00 0.00 99.92 09:37:44 08:58:01 1 0.47 0.00 0.02 0.00 0.00 99.52 09:37:44 08:58:01 2 0.02 0.00 0.03 0.00 0.02 99.93 09:37:44 08:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 08:59:01 all 0.14 0.00 0.03 0.00 0.00 99.83 09:37:44 08:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 08:59:01 1 0.52 0.00 0.02 0.00 0.00 99.47 09:37:44 08:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 08:59:01 3 0.02 0.00 0.05 0.00 0.02 99.92 09:37:44 09:00:01 all 0.11 0.00 0.04 0.00 0.00 99.85 09:37:44 09:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:00:01 1 0.33 0.00 0.07 0.00 0.00 99.60 09:37:44 09:00:01 2 0.03 0.00 0.05 0.00 0.00 99.92 09:37:44 09:00:01 3 0.05 0.00 0.03 0.00 0.02 99.90 09:37:44 09:01:01 all 0.03 0.00 0.04 0.00 0.00 99.92 09:37:44 09:01:01 0 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 09:01:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 09:01:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 09:01:01 3 0.05 0.00 0.07 0.00 0.00 99.88 09:37:44 09:02:01 all 0.09 0.00 0.04 0.00 0.00 99.86 09:37:44 09:02:01 0 0.03 0.00 0.07 0.00 0.00 99.90 09:37:44 09:02:01 1 0.31 0.00 0.03 0.00 0.00 99.66 09:37:44 09:02:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:02:01 3 0.00 0.00 0.05 0.00 0.00 99.95 09:37:44 09:03:01 all 0.13 0.00 0.03 0.00 0.00 99.84 09:37:44 09:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:03:01 1 0.50 0.00 0.03 0.00 0.00 99.47 09:37:44 09:03:01 2 0.02 0.00 0.05 0.00 0.00 99.93 09:37:44 09:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:04:01 all 0.15 0.00 0.02 0.00 0.00 99.83 09:37:44 09:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:04:01 1 0.50 0.00 0.00 0.00 0.00 99.50 09:37:44 09:04:01 2 0.07 0.00 0.05 0.00 0.00 99.88 09:37:44 09:04:01 3 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 09:05:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:37:44 09:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:05:01 1 0.52 0.00 0.02 0.00 0.00 99.47 09:37:44 09:05:01 2 0.07 0.00 0.07 0.00 0.00 99.87 09:37:44 09:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:37:44 09:05:01 CPU %user %nice %system %iowait %steal %idle 09:37:44 09:06:01 all 0.15 0.00 0.02 0.00 0.00 99.83 09:37:44 09:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 09:06:01 1 0.52 0.00 0.02 0.00 0.00 99.47 09:37:44 09:06:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:37:44 09:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:07:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:37:44 09:07:01 0 0.03 0.00 0.05 0.00 0.00 99.92 09:37:44 09:07:01 1 0.52 0.00 0.05 0.00 0.00 99.43 09:37:44 09:07:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:08:01 all 0.14 0.00 0.02 0.00 0.00 99.84 09:37:44 09:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 09:08:01 1 0.50 0.00 0.02 0.00 0.00 99.48 09:37:44 09:08:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:37:44 09:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:09:01 all 0.13 0.00 0.02 0.00 0.00 99.84 09:37:44 09:09:01 0 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:09:01 1 0.48 0.00 0.00 0.00 0.00 99.52 09:37:44 09:09:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:37:44 09:09:01 3 0.03 0.00 0.05 0.00 0.02 99.90 09:37:44 09:10:01 all 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 09:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:37:44 09:10:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 09:10:01 2 0.05 0.00 0.05 0.00 0.00 99.90 09:37:44 09:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:11:01 all 0.08 0.00 0.04 0.00 0.00 99.88 09:37:44 09:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:11:01 1 0.27 0.00 0.07 0.00 0.02 99.65 09:37:44 09:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 09:11:01 3 0.00 0.00 0.03 0.00 0.00 99.97 09:37:44 09:12:01 all 0.14 0.00 0.02 0.00 0.00 99.84 09:37:44 09:12:01 0 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:12:01 1 0.50 0.00 0.02 0.00 0.00 99.48 09:37:44 09:12:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:37:44 09:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:13:01 all 0.15 0.00 0.02 0.00 0.00 99.83 09:37:44 09:13:01 0 0.02 0.00 0.03 0.00 0.02 99.93 09:37:44 09:13:01 1 0.53 0.00 0.02 0.00 0.00 99.45 09:37:44 09:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:14:01 all 0.14 0.00 0.01 0.00 0.00 99.85 09:37:44 09:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 09:37:44 09:14:01 1 0.52 0.00 0.02 0.00 0.00 99.47 09:37:44 09:14:01 2 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:37:44 09:15:01 all 3.90 0.00 1.32 0.05 0.03 94.71 09:37:44 09:15:01 0 4.02 0.00 1.99 0.08 0.00 93.90 09:37:44 09:15:01 1 2.51 0.00 0.85 0.02 0.02 96.61 09:37:44 09:15:01 2 6.47 0.00 1.74 0.02 0.03 91.73 09:37:44 09:15:01 3 2.61 0.00 0.69 0.08 0.05 96.57 09:37:44 09:16:01 all 16.69 0.00 9.01 2.36 0.15 71.78 09:37:44 09:16:01 0 16.22 0.00 10.82 1.63 0.12 71.21 09:37:44 09:16:01 1 13.01 0.00 7.53 2.58 0.17 76.71 09:37:44 09:16:01 2 17.22 0.00 8.43 3.40 0.15 70.80 09:37:44 09:16:01 3 20.36 0.00 9.28 1.83 0.17 68.36 09:37:44 09:37:44 09:16:01 CPU %user %nice %system %iowait %steal %idle 09:37:44 09:17:01 all 10.41 0.00 7.60 5.93 0.38 75.67 09:37:44 09:17:01 0 10.83 0.00 8.04 4.52 0.21 76.40 09:37:44 09:17:01 1 9.95 0.00 7.11 7.16 0.43 75.34 09:37:44 09:17:01 2 9.62 0.00 7.40 4.13 0.32 78.52 09:37:44 09:17:01 3 11.25 0.00 7.83 7.92 0.58 72.42 09:37:44 09:18:01 all 56.61 0.00 13.32 5.36 0.29 24.42 09:37:44 09:18:01 0 57.06 0.00 12.53 3.44 0.25 26.73 09:37:44 09:18:01 1 57.22 0.00 13.48 4.85 0.34 24.12 09:37:44 09:18:01 2 57.14 0.00 13.18 8.54 0.28 20.86 09:37:44 09:18:01 3 54.99 0.00 14.10 4.59 0.30 26.01 09:37:44 09:19:02 all 49.18 0.00 15.34 3.47 0.41 31.60 09:37:44 09:19:02 0 48.35 0.00 15.60 1.95 0.40 33.70 09:37:44 09:19:02 1 49.80 0.00 15.51 3.77 0.35 30.57 09:37:44 09:19:02 2 49.66 0.00 14.52 4.06 0.42 31.33 09:37:44 09:19:02 3 48.92 0.00 15.74 4.12 0.46 30.76 09:37:44 09:20:01 all 25.66 0.00 13.11 4.21 1.12 55.90 09:37:44 09:20:01 0 26.96 0.00 13.59 4.28 0.99 54.18 09:37:44 09:20:01 1 25.71 0.00 12.68 4.69 1.18 55.75 09:37:44 09:20:01 2 24.35 0.00 13.01 4.75 1.09 56.80 09:37:44 09:20:01 3 25.61 0.00 13.18 3.10 1.23 56.87 09:37:44 09:21:01 all 22.66 0.00 29.60 18.66 3.25 25.84 09:37:44 09:21:01 0 21.72 0.00 29.41 19.81 3.25 25.81 09:37:44 09:21:01 1 22.15 0.00 29.59 17.05 3.43 27.78 09:37:44 09:21:01 2 23.24 0.00 29.25 18.68 3.42 25.40 09:37:44 09:21:01 3 23.52 0.00 30.16 19.13 2.87 24.32 09:37:44 09:22:01 all 54.35 0.00 20.44 11.59 2.03 11.59 09:37:44 09:22:01 0 53.63 0.00 18.80 11.20 2.34 14.03 09:37:44 09:22:01 1 54.93 0.00 20.27 12.66 2.09 10.05 09:37:44 09:22:01 2 54.54 0.00 21.00 11.97 1.85 10.65 09:37:44 09:22:01 3 54.32 0.00 21.69 10.55 1.84 11.61 09:37:44 09:23:02 all 36.72 0.00 20.70 14.04 2.63 25.91 09:37:44 09:23:02 0 35.26 0.00 18.63 11.18 3.07 31.86 09:37:44 09:23:02 1 37.26 0.00 20.94 13.91 2.45 25.44 09:37:44 09:23:02 2 36.68 0.00 21.67 16.07 2.78 22.79 09:37:44 09:23:02 3 37.72 0.00 21.60 15.07 2.22 23.39 09:37:44 09:24:01 all 43.70 0.00 25.67 12.59 3.66 14.39 09:37:44 09:24:01 0 40.92 0.00 24.15 14.59 4.47 15.88 09:37:44 09:24:01 1 44.31 0.00 26.27 12.67 3.25 13.49 09:37:44 09:24:01 2 44.88 0.00 25.13 10.56 3.90 15.54 09:37:44 09:24:01 3 44.73 0.00 27.17 12.50 3.00 12.61 09:37:44 09:25:02 all 41.25 0.00 16.63 6.84 1.09 34.19 09:37:44 09:25:02 0 41.21 0.00 15.99 4.00 0.90 37.90 09:37:44 09:25:02 1 41.64 0.00 16.93 4.31 1.05 36.08 09:37:44 09:25:02 2 38.67 0.00 16.02 10.55 1.26 33.50 09:37:44 09:25:02 3 43.50 0.00 17.60 8.53 1.13 29.24 09:37:44 09:26:01 all 1.90 0.00 2.12 1.48 0.83 93.67 09:37:44 09:26:01 0 2.23 0.00 2.38 0.63 0.78 93.98 09:37:44 09:26:01 1 1.88 0.00 1.95 2.77 0.77 92.64 09:37:44 09:26:01 2 1.89 0.00 2.12 0.85 0.92 94.22 09:37:44 09:26:01 3 1.62 0.00 2.02 1.67 0.85 93.84 09:37:44 09:27:01 all 0.15 0.00 0.05 0.00 0.05 99.75 09:37:44 09:27:01 0 0.35 0.00 0.05 0.00 0.05 99.55 09:37:44 09:27:01 1 0.20 0.00 0.03 0.00 0.05 99.72 09:37:44 09:27:01 2 0.03 0.00 0.07 0.00 0.05 99.85 09:37:44 09:27:01 3 0.02 0.00 0.03 0.00 0.05 99.90 09:37:44 09:37:44 09:27:01 CPU %user %nice %system %iowait %steal %idle 09:37:44 09:28:01 all 0.16 0.00 0.04 0.00 0.01 99.80 09:37:44 09:28:01 0 0.52 0.00 0.03 0.00 0.00 99.45 09:37:44 09:28:01 1 0.03 0.00 0.03 0.00 0.00 99.93 09:37:44 09:28:01 2 0.05 0.00 0.05 0.00 0.00 99.90 09:37:44 09:28:01 3 0.03 0.00 0.03 0.00 0.03 99.90 09:37:44 09:29:01 all 0.15 0.00 0.03 0.00 0.02 99.80 09:37:44 09:29:01 0 0.50 0.00 0.02 0.00 0.00 99.48 09:37:44 09:29:01 1 0.03 0.00 0.03 0.00 0.05 99.88 09:37:44 09:29:01 2 0.03 0.00 0.03 0.00 0.03 99.90 09:37:44 09:29:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:37:44 09:30:01 all 0.11 0.00 0.05 0.00 0.03 99.81 09:37:44 09:30:01 0 0.32 0.00 0.07 0.00 0.03 99.58 09:37:44 09:30:01 1 0.07 0.00 0.05 0.00 0.05 99.83 09:37:44 09:30:01 2 0.03 0.00 0.03 0.00 0.02 99.92 09:37:44 09:30:01 3 0.02 0.00 0.03 0.00 0.03 99.92 09:37:44 09:31:01 all 0.15 0.00 0.01 0.00 0.01 99.82 09:37:44 09:31:01 0 0.50 0.00 0.00 0.00 0.00 99.50 09:37:44 09:31:01 1 0.07 0.00 0.03 0.00 0.02 99.88 09:37:44 09:31:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:37:44 09:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 09:37:44 09:32:01 all 0.13 0.00 0.05 0.01 0.03 99.78 09:37:44 09:32:01 0 0.45 0.00 0.03 0.00 0.05 99.47 09:37:44 09:32:01 1 0.02 0.00 0.05 0.00 0.00 99.93 09:37:44 09:32:01 2 0.05 0.00 0.07 0.02 0.05 99.82 09:37:44 09:32:01 3 0.02 0.00 0.03 0.02 0.02 99.92 09:37:44 09:33:01 all 0.12 0.00 0.04 0.00 0.05 99.80 09:37:44 09:33:01 0 0.40 0.00 0.03 0.00 0.07 99.50 09:37:44 09:33:01 1 0.02 0.00 0.03 0.00 0.02 99.93 09:37:44 09:33:01 2 0.05 0.00 0.07 0.00 0.12 99.77 09:37:44 09:33:01 3 0.00 0.00 0.02 0.00 0.00 99.98 09:37:44 09:34:01 all 0.07 0.00 0.03 0.00 0.01 99.88 09:37:44 09:34:01 0 0.17 0.00 0.07 0.00 0.02 99.75 09:37:44 09:34:01 1 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 09:34:01 2 0.07 0.00 0.03 0.00 0.02 99.88 09:37:44 09:34:01 3 0.02 0.00 0.02 0.00 0.02 99.95 09:37:44 09:35:01 all 0.07 0.00 0.04 0.00 0.01 99.88 09:37:44 09:35:01 0 0.23 0.00 0.05 0.00 0.02 99.70 09:37:44 09:35:01 1 0.00 0.00 0.03 0.00 0.00 99.97 09:37:44 09:35:01 2 0.03 0.00 0.03 0.00 0.03 99.90 09:37:44 09:35:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:37:44 09:36:01 all 0.15 0.00 0.04 0.00 0.03 99.78 09:37:44 09:36:01 0 0.50 0.00 0.05 0.00 0.02 99.43 09:37:44 09:36:01 1 0.03 0.00 0.05 0.00 0.00 99.92 09:37:44 09:36:01 2 0.08 0.00 0.07 0.00 0.08 99.77 09:37:44 09:36:01 3 0.00 0.00 0.00 0.00 0.02 99.98 09:37:44 09:37:01 all 0.22 0.00 0.03 0.01 0.00 99.73 09:37:44 09:37:01 0 0.62 0.00 0.02 0.00 0.02 99.35 09:37:44 09:37:01 1 0.13 0.00 0.07 0.05 0.00 99.75 09:37:44 09:37:01 2 0.08 0.00 0.03 0.00 0.00 99.88 09:37:44 09:37:01 3 0.03 0.00 0.02 0.00 0.00 99.95 09:37:44 Average: all 5.43 0.00 2.59 1.27 0.24 90.48 09:37:44 Average: 0 5.38 0.00 2.55 1.13 0.25 90.68 09:37:44 Average: 1 5.50 0.00 2.56 1.27 0.23 90.44 09:37:44 Average: 2 5.38 0.00 2.57 1.37 0.25 90.43 09:37:44 Average: 3 5.45 0.00 2.66 1.30 0.22 90.37 09:37:44 09:37:44 09:37:44