Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 670f3584858cccf1ec2af0b55bcc1500b96a803a+f1ea93c16db09b36626d9198e09713e38083a332 (5d1d0b95f66da3874a8780a2511454829e4b3b87) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4669 in /w/workspace/edgexfoundry_edgex-go_PR-3447 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/3447/head:refs/remotes/origin/PR-3447 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit 670f3584858cccf1ec2af0b55bcc1500b96a803a Merge succeeded, producing 3b6d5b24bcaf46cc00bcb090dc39238eb501c210 Checking out Revision 3b6d5b24bcaf46cc00bcb090dc39238eb501c210 (PR-3447) > git config core.sparsecheckout # timeout=10 > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # 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 f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3b6d5b24bcaf46cc00bcb090dc39238eb501c210 # timeout=10 Commit message: "Merge commit 'f1ea93c16db09b36626d9198e09713e38083a332' into HEAD" > git rev-list --no-walk 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:31:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:31:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:31:23 ========================================================= 08:31:23 EdgeX Global Pipelines Version Info 08:31:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:31:26 ------------------- 08:31:26 stable info: 08:31:26 ------------------- 08:31:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:31:26 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 08:31:26 Message: update stable to v1.0.192 08:31:27 ------------------- 08:31:27 experimental info: 08:31:27 ------------------- 08:31:27 Commited By: **** collab-it+edgex@linuxfoundation.org 08:31:27 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 08:31:27 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:31:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:31:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:31:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:31:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:31:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:31:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:31:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3447 [Pipeline] echo 08:31:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3447 [Pipeline] echo 08:31:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3447 [Pipeline] echo 08:31:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3b6d5b24bcaf46cc00bcb090dc39238eb501c210 [Pipeline] echo 08:31:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3b6d5b2 [Pipeline] echo 08:31:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:31:28 provisioning config files... 08:31:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1327201671595329718tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:31:28 ---> docker-login.sh 08:31:28 nexus3.edgexfoundry.org:10001 08:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:29 Configure a credential helper to remove this warning. See 08:31:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:29 08:31:29 Login Succeeded 08:31:29 nexus3.edgexfoundry.org:10002 08:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:30 Configure a credential helper to remove this warning. See 08:31:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:30 08:31:30 Login Succeeded 08:31:30 nexus3.edgexfoundry.org:10003 08:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:30 Configure a credential helper to remove this warning. See 08:31:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:30 08:31:30 Login Succeeded 08:31:30 nexus3.edgexfoundry.org:10004 08:31:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:31 Configure a credential helper to remove this warning. See 08:31:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:31 08:31:31 Login Succeeded 08:31:31 docker.io 08:31:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:32 Configure a credential helper to remove this warning. See 08:31:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:32 08:31:32 Login Succeeded 08:31:32 ---> docker-login.sh ends [Pipeline] } 08:31:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:31:33 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 08:31:33 + for file in '`ls cmd/**/Dockerfile`' 08:31:33 ++ dirname cmd/core-command/Dockerfile 08:31:33 ++ cut -d/ -f2 08:31:33 + echo core-command,cmd/core-command/Dockerfile 08:31:33 + for file in '`ls cmd/**/Dockerfile`' 08:31:33 ++ dirname cmd/core-data/Dockerfile 08:31:33 ++ cut -d/ -f2 08:31:33 + echo core-data,cmd/core-data/Dockerfile 08:31:33 + for file in '`ls cmd/**/Dockerfile`' 08:31:33 ++ dirname cmd/core-metadata/Dockerfile 08:31:33 ++ cut -d/ -f2 08:31:33 + echo core-metadata,cmd/core-metadata/Dockerfile 08:31:33 + for file in '`ls cmd/**/Dockerfile`' 08:31:33 ++ dirname cmd/security-bootstrapper/Dockerfile 08:31:33 ++ cut -d/ -f2 08:31:33 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:31:33 + for file in '`ls cmd/**/Dockerfile`' 08:31:33 ++ cut -d/ -f2 08:31:33 ++ dirname cmd/security-proxy-setup/Dockerfile 08:31:33 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:31:33 + for file in '`ls cmd/**/Dockerfile`' 08:31:33 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:31:33 ++ cut -d/ -f2 08:31:33 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:31:33 + for file in '`ls cmd/**/Dockerfile`' 08:31:33 ++ dirname cmd/support-notifications/Dockerfile 08:31:33 ++ cut -d/ -f2 08:31:33 + echo support-notifications,cmd/support-notifications/Dockerfile 08:31:33 + for file in '`ls cmd/**/Dockerfile`' 08:31:33 ++ dirname cmd/support-scheduler/Dockerfile 08:31:33 ++ cut -d/ -f2 08:31:33 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:31:33 + for file in '`ls cmd/**/Dockerfile`' 08:31:33 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:31:33 ++ cut -d/ -f2 08:31:33 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:31:33 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 08:31:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:34 08:31:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:31:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:35 latest: Pulling from edgex-devops/git-semver 08:31:35 31603596830f: Pulling fs layer 08:31:35 54011a49482f: Pulling fs layer 08:31:35 a6820b24f6d8: Pulling fs layer 08:31:35 f581987b2513: Pulling fs layer 08:31:35 f581987b2513: Waiting 08:31:35 54011a49482f: Verifying Checksum 08:31:35 54011a49482f: Download complete 08:31:35 31603596830f: Verifying Checksum 08:31:35 31603596830f: Download complete 08:31:35 f581987b2513: Verifying Checksum 08:31:35 f581987b2513: Download complete 08:31:35 a6820b24f6d8: Verifying Checksum 08:31:35 a6820b24f6d8: Download complete 08:31:36 31603596830f: Pull complete 08:31:36 54011a49482f: Pull complete 08:31:38 a6820b24f6d8: Pull complete 08:31:39 f581987b2513: Pull complete 08:31:39 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 08:31:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:31:40 prd-centos7-docker-4c-2g-4669 does not seem to be running inside a container 08:31:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:31:44 $ docker top 78a38ea4658f98e325e06a0051c046b891c595a2383738a7928668b4bf75df9b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:31:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:44 [ssh-agent] Looking for ssh-agent implementation... 08:31:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:45 $ docker exec 78a38ea4658f98e325e06a0051c046b891c595a2383738a7928668b4bf75df9b ssh-agent 08:31:45 SSH_AUTH_SOCK=/tmp/ssh-vNKxogUVQR9r/agent.11 08:31:45 SSH_AGENT_PID=16 08:31:45 Running ssh-add (command line suppressed) 08:31:46 Identity added: /w/workspace/edgex-go/4@tmp/private_key_7448744944364545590.key (/w/workspace/edgex-go/4@tmp/private_key_7448744944364545590.key) 08:31:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:47 + git tag --points-at HEAD [Pipeline] } 08:31:48 $ docker exec --env ******** --env ******** 78a38ea4658f98e325e06a0051c046b891c595a2383738a7928668b4bf75df9b ssh-agent -k 08:31:48 unset SSH_AUTH_SOCK; 08:31:48 unset SSH_AGENT_PID; 08:31:48 echo Agent pid 16 killed; 08:31:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:31:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:48 [ssh-agent] Looking for ssh-agent implementation... 08:31:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:49 $ docker exec 78a38ea4658f98e325e06a0051c046b891c595a2383738a7928668b4bf75df9b ssh-agent 08:31:50 SSH_AUTH_SOCK=/tmp/ssh-LI4sDwgWKFhD/agent.45 08:31:50 SSH_AGENT_PID=50 08:31:50 Running ssh-add (command line suppressed) 08:31:50 Identity added: /w/workspace/edgex-go/4@tmp/private_key_1865798228549656976.key (/w/workspace/edgex-go/4@tmp/private_key_1865798228549656976.key) 08:31:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:51 + git semver init 08:31:51 # -> Open(): unable to determine branch for HEAD 08:31:51 # $GIT_DIR = /w/workspace/edgex-go/4/.git 08:31:51 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 08:31:51 # $SEMVER_REMOTE_NAME = origin 08:31:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:31:51 # $SEMVER_USER_NAME = edgex-jenkins 08:31:51 # $SEMVER_BRANCH = PR-3447 08:31:51 # $SEMVER_TEMP = /tmp/semver-092354858 08:31:51 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:32:30 # '/tmp/semver-092354858' -> '/w/workspace/edgex-go/4/.semver' 08:32:30 # -> Force: false 08:32:30 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 08:32:30 $ docker exec --env ******** --env ******** 78a38ea4658f98e325e06a0051c046b891c595a2383738a7928668b4bf75df9b ssh-agent -k 08:32:31 unset SSH_AUTH_SOCK; 08:32:31 unset SSH_AGENT_PID; 08:32:31 echo Agent pid 50 killed; 08:32:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:32:32 + git semver [Pipeline] } 08:32:32 $ docker stop --time=1 78a38ea4658f98e325e06a0051c046b891c595a2383738a7928668b4bf75df9b 08:32:34 $ docker rm -f 78a38ea4658f98e325e06a0051c046b891c595a2383738a7928668b4bf75df9b [Pipeline] // withDockerContainer [Pipeline] sh 08:32:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:32:36 Stashed 1 file(s) [Pipeline] echo 08:32:36 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:32:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:32:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:32:38 + true 08:32:38 + sudo service docker restart 08:32:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:32:39 ========================================================= 08:32:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 08:32:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:32:40 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 08:32:48 Sending build context to Docker daemon 330.3MB 08:32:48 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 08:32:48 Step 2/6 : FROM ${BASE} 08:32:48 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 08:32:48 540db60ca938: Pulling fs layer 08:32:48 adcc1eea9eea: Pulling fs layer 08:32:48 4c4ab2625f07: Pulling fs layer 08:32:48 0510c868ecb4: Pulling fs layer 08:32:48 afea3b2eda06: Pulling fs layer 08:32:48 7809a108b3ef: Pulling fs layer 08:32:48 f706445af74f: Pulling fs layer 08:32:48 0510c868ecb4: Waiting 08:32:48 afea3b2eda06: Waiting 08:32:48 7809a108b3ef: Waiting 08:32:48 f706445af74f: Waiting 08:32:48 4c4ab2625f07: Verifying Checksum 08:32:48 4c4ab2625f07: Download complete 08:32:48 adcc1eea9eea: Verifying Checksum 08:32:48 adcc1eea9eea: Download complete 08:32:48 afea3b2eda06: Verifying Checksum 08:32:48 afea3b2eda06: Download complete 08:32:48 7809a108b3ef: Verifying Checksum 08:32:48 7809a108b3ef: Download complete 08:32:48 540db60ca938: Verifying Checksum 08:32:48 540db60ca938: Download complete 08:32:49 540db60ca938: Pull complete 08:32:49 adcc1eea9eea: Pull complete 08:32:49 4c4ab2625f07: Pull complete 08:32:51 Still waiting to schedule task 08:32:51 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:32:52 f706445af74f: Verifying Checksum 08:32:52 f706445af74f: Download complete 08:32:53 0510c868ecb4: Verifying Checksum 08:32:53 0510c868ecb4: Download complete 08:33:06 0510c868ecb4: Pull complete 08:33:06 afea3b2eda06: Pull complete 08:33:06 7809a108b3ef: Pull complete 08:33:10 f706445af74f: Pull complete 08:33:11 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 08:33:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 08:33:11 ---> b068be0155e3 08:33:11 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 08:33:11 ---> Running in ca9ff16f2e2f 08:33:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:33:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:33:13 (1/12) Installing libmagic (5.39-r0) 08:33:14 (2/12) Installing file (5.39-r0) 08:33:14 (3/12) Installing libc-dev (0.7.2-r3) 08:33:14 (4/12) Installing g++ (10.2.1_pre1-r3) 08:33:21 (5/12) Installing fortify-headers (1.1-r0) 08:33:21 (6/12) Installing patch (2.7.6-r6) 08:33:21 (7/12) Installing build-base (0.5-r2) 08:33:21 (8/12) Installing libsodium (1.0.18-r0) 08:33:21 (9/12) Installing pkgconf (1.7.3-r0) 08:33:21 (10/12) Installing libsodium-dev (1.0.18-r0) 08:33:21 (11/12) Installing libzmq (4.3.3-r1) 08:33:21 (12/12) Installing zeromq-dev (4.3.3-r1) 08:33:21 Executing busybox-1.32.1-r6.trigger 08:33:21 OK: 219 MiB in 52 packages 08:33:25 Removing intermediate container ca9ff16f2e2f 08:33:25 ---> c0469d862aa3 08:33:25 Step 4/6 : WORKDIR /edgex-go 08:33:25 ---> Running in 9628680895ca 08:33:25 Removing intermediate container 9628680895ca 08:33:25 ---> f32cb1170958 08:33:25 Step 5/6 : COPY go.mod . 08:33:25 ---> 34aaa12f4c9b 08:33:25 Step 6/6 : RUN go mod download 08:33:25 ---> Running in 9364e50b0da9 08:33:52 Removing intermediate container 9364e50b0da9 08:33:52 ---> 9db6b4128e4d 08:33:52 Successfully built 9db6b4128e4d 08:33:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:33:53 + docker inspect -f . ci-base-image-x86_64 08:33:53 . [Pipeline] withDockerContainer 08:33:53 prd-centos7-docker-4c-2g-4669 does not seem to be running inside a container 08:33:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:33:55 $ docker top 6694255d4c81ec4f0278f74d3ecbbc2dca9b99b7ec0d2e4651dd83e0cc4b0dbe -eo pid,comm [Pipeline] { [Pipeline] sh 08:33:56 + go version 08:33:56 go version go1.16.3 linux/amd64 [Pipeline] } 08:33:56 $ docker stop --time=1 6694255d4c81ec4f0278f74d3ecbbc2dca9b99b7ec0d2e4651dd83e0cc4b0dbe 08:33:58 $ docker rm -f 6694255d4c81ec4f0278f74d3ecbbc2dca9b99b7ec0d2e4651dd83e0cc4b0dbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:33:59 + docker inspect -f . ci-base-image-x86_64 08:33:59 . [Pipeline] withDockerContainer 08:33:59 prd-centos7-docker-4c-2g-4669 does not seem to be running inside a container 08:33:59 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:34:00 $ docker top 51a4caba9d074ab7a33e64c532c99b51a8e6d19ff4fdfaaef912d6e0b5d2b7e5 -eo pid,comm [Pipeline] { [Pipeline] echo 08:34:01 ========================================================= 08:34:01 [edgeXBuildGoParallel] Running Tests and Build... 08:34:01 ========================================================= [Pipeline] sh 08:34:01 + go mod tidy [Pipeline] sh 08:34:08 + make test 08:34:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:34:26 ? github.com/edgexfoundry/edgex-go [no test files] 08:34:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:35:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:35:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:35:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:35:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:35:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:35:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:35:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:35:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:35:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:35:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:35:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:35:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:35:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.262s coverage: 45.9% of statements 08:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:35:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.173s coverage: 28.7% of statements 08:35:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.260s coverage: 100.0% of statements 08:35:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.372s coverage: 27.8% of statements 08:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:35:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.207s coverage: 81.2% of statements 08:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:35:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.107s coverage: 100.0% of statements 08:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:35:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.115s coverage: 100.0% of statements 08:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:35:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:35:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.160s coverage: 71.3% of statements 08:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:35:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:35:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.484s coverage: 87.7% of statements 08:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:35:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.192s coverage: 78.9% of statements 08:35:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.126s coverage: 28.6% of statements 08:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.173s coverage: 100.0% of statements 08:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.218s coverage: 100.0% of statements 08:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.577s coverage: 86.7% of statements 08:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:35:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.367s coverage: 97.5% of statements 08:35:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:35:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.232s coverage: 78.3% of statements 08:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:35:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:35:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4673 in /w/workspace/edgexfoundry_edgex-go_PR-3447 [Pipeline] { [Pipeline] ws 08:35:50 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 08:35:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.083s coverage: 95.1% of statements 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:35:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.159s coverage: 58.8% of statements 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:35:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.209s coverage: 0.9% of statements 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:35:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.177s coverage: 22.0% of statements 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:35:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.160s coverage: 47.1% of statements 08:35:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.140s coverage: 79.5% of statements 08:35:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements 08:35:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.137s coverage: 96.3% of statements 08:35:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.083s coverage: 87.5% of statements 08:35:56 using credential edgex-jenkins-ssh 08:35:56 Cloning the remote Git repository 08:35:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:35:56 > git init /w/workspace/edgex-go/4 # timeout=10 08:35:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:35:56 > git --version # timeout=10 08:35:56 > git --version # 'git version 2.17.1' 08:35:56 using GIT_SSH to set credentials SSH Credentials for GitHub 08:35:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.134s coverage: 94.4% of statements 08:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.082s coverage: 44.8% of statements 08:36:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.908s coverage: 81.8% of statements 08:36:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:36:13 Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit 670f3584858cccf1ec2af0b55bcc1500b96a803a 08:36:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:36:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:36:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:36:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:36:12 using GIT_SSH to set credentials SSH Credentials for GitHub 08:36:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3447/head:refs/remotes/origin/PR-3447 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:36:13 > git config core.sparsecheckout # timeout=10 08:36:13 > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 08:36:14 Merge succeeded, producing de53bb2e10cca617451cd7af12b774e023880282 08:36:14 Checking out Revision de53bb2e10cca617451cd7af12b774e023880282 (PR-3447) 08:36:13 > git remote # timeout=10 08:36:13 > git config --get remote.origin.url # timeout=10 08:36:13 using GIT_SSH to set credentials SSH Credentials for GitHub 08:36:13 > git merge f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 08:36:14 > git rev-parse HEAD^{commit} # timeout=10 08:36:14 > git config core.sparsecheckout # timeout=10 08:36:14 > git checkout -f de53bb2e10cca617451cd7af12b774e023880282 # timeout=10 08:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.240s coverage: 92.9% of statements 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.043s coverage: 65.1% of statements 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.318s coverage: 87.2% of statements 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.068s coverage: 100.0% of statements 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.430s coverage: 76.0% of statements 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.116s coverage: 80.0% of statements 08:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.167s coverage: 87.2% of statements 08:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.171s coverage: 85.4% of statements 08:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.483s coverage: 91.2% of statements 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.556s coverage: 64.4% of statements 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 08:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements 08:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.199s coverage: 100.0% of statements 08:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.308s coverage: 73.7% of statements 08:36:18 Commit message: "Merge commit 'f1ea93c16db09b36626d9198e09713e38083a332' into HEAD" 08:36:18 > git rev-list --no-walk 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:36:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.115s coverage: 100.0% of statements 08:36:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:36:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:36:20 + true 08:36:20 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:36:22 provisioning config files... 08:36:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2384126636742743523tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:36:23 ---> docker-login.sh 08:36:23 nexus3.edgexfoundry.org:10001 08:36:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:24 Configure a credential helper to remove this warning. See 08:36:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:24 08:36:24 Login Succeeded 08:36:24 nexus3.edgexfoundry.org:10002 08:36:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 2.347s coverage: 66.9% of statements 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:36:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:25 Configure a credential helper to remove this warning. See 08:36:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:25 08:36:25 Login Succeeded 08:36:25 nexus3.edgexfoundry.org:10003 08:36:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.330s coverage: 43.4% of statements 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:36:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.244s coverage: 89.5% of statements 08:36:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:36:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.389s coverage: 84.8% of statements 08:36:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:25 Configure a credential helper to remove this warning. See 08:36:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:25 08:36:25 Login Succeeded 08:36:25 nexus3.edgexfoundry.org:10004 08:36:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:26 Configure a credential helper to remove this warning. See 08:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:26 08:36:26 Login Succeeded 08:36:26 docker.io 08:36:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:26 Configure a credential helper to remove this warning. See 08:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:26 08:36:26 Login Succeeded 08:36:26 ---> docker-login.sh ends [Pipeline] } 08:36:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:36:27 ========================================================= 08:36:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 08:36:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:36: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 . 08:36:30 Sending build context to Docker daemon 167.7MB 08:36:30 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 08:36:30 Step 2/6 : FROM ${BASE} 08:36:30 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:36:30 595b0fe564bb: Pulling fs layer 08:36:30 7186ed65a4f7: Pulling fs layer 08:36:30 316046926c0a: Pulling fs layer 08:36:30 4ebd0625c992: Pulling fs layer 08:36:30 207e8628e3a3: Pulling fs layer 08:36:30 c791037a9be2: Pulling fs layer 08:36:30 ffd874e62e21: Pulling fs layer 08:36:30 4ebd0625c992: Waiting 08:36:30 207e8628e3a3: Waiting 08:36:30 c791037a9be2: Waiting 08:36:30 ffd874e62e21: Waiting 08:36:30 7186ed65a4f7: Verifying Checksum 08:36:30 7186ed65a4f7: Download complete 08:36:30 316046926c0a: Verifying Checksum 08:36:30 316046926c0a: Download complete 08:36:30 207e8628e3a3: Verifying Checksum 08:36:30 207e8628e3a3: Download complete 08:36:30 c791037a9be2: Verifying Checksum 08:36:30 c791037a9be2: Download complete 08:36:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.384s coverage: 47.0% of statements 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:36:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.101s coverage: 100.0% of statements 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:36:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:36:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:36:30 595b0fe564bb: Download complete 08:36:31 595b0fe564bb: Pull complete 08:36:31 7186ed65a4f7: Pull complete 08:36:31 316046926c0a: Pull complete 08:36:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.148s coverage: 22.7% of statements 08:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:36:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.355s coverage: 92.6% of statements 08:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:36:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:36:32 ffd874e62e21: Verifying Checksum 08:36:32 ffd874e62e21: Download complete 08:36:33 4ebd0625c992: Download complete 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.770s coverage: 28.7% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.139s coverage: 99.0% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.108s coverage: 100.0% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.177s coverage: 64.6% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.332s coverage: 97.6% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.066s coverage: 0.0% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:36:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.168s coverage: 100.0% of statements 08:36:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:36:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:36:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:36:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:36:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.226s coverage: 87.9% of statements 08:36:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:36:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:36:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements 08:36:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.174s coverage: 28.1% of statements 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 08:36:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.097s coverage: 85.7% of statements 08:36:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 08:36:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.212s coverage: 100.0% of statements 08:36:42 GO111MODULE=on go vet ./... 08:36:44 4ebd0625c992: Pull complete 08:36:44 207e8628e3a3: Pull complete 08:36:44 c791037a9be2: Pull complete 08:36:48 ffd874e62e21: Pull complete 08:36:48 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 08:36:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 08:36:48 ---> cfc18b08335c 08:36: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 08:36:52 ---> Running in 67b9c8ef61f1 08:36:52 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:36:53 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:36:55 (1/12) Installing libmagic (5.39-r0) 08:36:55 (2/12) Installing file (5.39-r0) 08:36:55 (3/12) Installing libc-dev (0.7.2-r3) 08:36:55 (4/12) Installing g++ (10.2.1_pre1-r3) 08:37:08 (5/12) Installing fortify-headers (1.1-r0) 08:37:08 (6/12) Installing patch (2.7.6-r6) 08:37:08 (7/12) Installing build-base (0.5-r2) 08:37:08 (8/12) Installing libsodium (1.0.18-r0) 08:37:08 (9/12) Installing pkgconf (1.7.3-r0) 08:37:08 (10/12) Installing libsodium-dev (1.0.18-r0) 08:37:08 (11/12) Installing libzmq (4.3.3-r1) 08:37:08 (12/12) Installing zeromq-dev (4.3.3-r1) 08:37:08 Executing busybox-1.32.1-r6.trigger 08:37:08 OK: 218 MiB in 52 packages 08:37:12 Removing intermediate container 67b9c8ef61f1 08:37:12 ---> c0ef3cd9bb75 08:37:12 Step 4/6 : WORKDIR /edgex-go 08:37:12 ---> Running in 17cbdfc7f08d 08:37:12 Removing intermediate container 17cbdfc7f08d 08:37:12 ---> 07e0a4d7fd40 08:37:12 Step 5/6 : COPY go.mod . 08:37:12 ---> 8859b428f1a7 08:37:12 Step 6/6 : RUN go mod download 08:37:12 ---> Running in a6416ea582a8 08:37:39 Removing intermediate container a6416ea582a8 08:37:39 ---> b975d9064c91 08:37:39 Successfully built b975d9064c91 08:37:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:37:40 + docker inspect -f . ci-base-image-arm64 08:37:40 . [Pipeline] withDockerContainer 08:37:40 prd-ubuntu18.04-docker-arm64-4c-16g-4673 does not seem to be running inside a container 08:37:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:37:42 $ docker top 4be73cf64aa35e6d515f5a7a25729cce6c60687f8f046bb4b0183d03d40425c7 -eo pid,comm [Pipeline] { [Pipeline] sh 08:37:43 + go version 08:37:43 go version go1.16.3 linux/arm64 [Pipeline] } 08:37:43 $ docker stop --time=1 4be73cf64aa35e6d515f5a7a25729cce6c60687f8f046bb4b0183d03d40425c7 08:37:44 $ docker rm -f 4be73cf64aa35e6d515f5a7a25729cce6c60687f8f046bb4b0183d03d40425c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:37:45 + docker inspect -f . ci-base-image-arm64 08:37:45 . [Pipeline] withDockerContainer 08:37:45 prd-ubuntu18.04-docker-arm64-4c-16g-4673 does not seem to be running inside a container 08:37:46 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:37:47 $ docker top 57e66792f75bed92ce17d8c4fd937b764939c33f5036e9a08c57a5b9fa7dc91a -eo pid,comm [Pipeline] { [Pipeline] echo 08:37:47 ========================================================= 08:37:47 [edgeXBuildGoParallel] Running Tests and Build... 08:37:47 ========================================================= [Pipeline] sh 08:37:48 + go mod tidy [Pipeline] sh 08:37:50 + make test 08:37:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:38:04 gofmt -l . 08:38:04 [ "`gofmt -l .`" = "" ] 08:38:04 ./bin/test-go-mod-tidy.sh 08:38:04 ./bin/test-attribution-txt.sh [Pipeline] sh 08:38:05 + ls -al . 08:38:05 total 828 08:38:05 drwxrwxr-x 10 1001 1001 4096 May 12 08:37 . 08:38:05 drwxr-xr-x 4 root root 28 May 12 08:34 .. 08:38:05 -rw-rw-r-- 1 1001 1001 11 May 12 08:31 .dockerignore 08:38:05 drwxrwxr-x 8 1001 1001 179 May 12 08:31 .git 08:38:05 drwxrwxr-x 3 1001 1001 125 May 12 08:31 .github 08:38:05 -rw-rw-r-- 1 1001 1001 818 May 12 08:31 .gitignore 08:38:05 drwx------ 3 1001 1001 60 May 12 08:32 .semver 08:38:05 -rw-rw-r-- 1 1001 1001 166 May 12 08:31 .sonarcloud.properties 08:38:05 -rw-rw-r-- 1 1001 1001 8609 May 12 08:31 Attribution.txt 08:38:05 -rw-rw-r-- 1 1001 1001 3804 May 12 08:31 CONTRIBUTING.md 08:38:05 -rw-rw-r-- 1 1001 1001 931 May 12 08:31 Dockerfile.build 08:38:05 -rw-rw-r-- 1 1001 1001 863 May 12 08:31 Jenkinsfile 08:38:05 -rw-rw-r-- 1 1001 1001 10775 May 12 08:31 LICENSE 08:38:05 -rw-rw-r-- 1 1001 1001 5594 May 12 08:31 Makefile 08:38:05 -rw-rw-r-- 1 1001 1001 7978 May 12 08:31 README.md 08:38:05 -rw-rw-r-- 1 1001 1001 6755 May 12 08:31 SECURITY.md 08:38:05 -rw-rw-r-- 1 1001 1001 5 May 12 08:32 VERSION 08:38:05 -rw-rw-r-- 1 1001 1001 4131 May 12 08:31 ZMQWindows.md 08:38:05 drwxrwxr-x 2 1001 1001 117 May 12 08:31 bin 08:38:05 drwxrwxr-x 14 1001 1001 4096 May 12 08:31 cmd 08:38:05 -rw-r--r-- 1 root root 720868 May 12 08:36 coverage.out 08:38:05 -rw-r--r-- 1 root root 1060 May 12 08:37 go.mod 08:38:05 -rw-r--r-- 1 root root 21713 May 12 08:34 go.sum 08:38:05 drwxrwxr-x 8 1001 1001 127 May 12 08:31 internal 08:38:05 drwxrwxr-x 4 1001 1001 26 May 12 08:31 openapi 08:38:05 drwxrwxr-x 4 1001 1001 71 May 12 08:31 snap 08:38:05 -rw-rw-r-- 1 1001 1001 168 May 12 08:31 version.go [Pipeline] sh 08:38:06 + '[' -e coverage.out ] 08:38:06 + chown 1001:1001 coverage.out [Pipeline] stash 08:38:07 Stashed 1 file(s) [Pipeline] sh 08:38:07 + make build 08:38:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:38:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:38:16 ? github.com/edgexfoundry/edgex-go [no test files] 08:38:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:38:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:38:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:38:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:38:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:38:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:38:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:38:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:38:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:38:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 08:39:01 $ docker stop --time=1 51a4caba9d074ab7a33e64c532c99b51a8e6d19ff4fdfaaef912d6e0b5d2b7e5 08:39:03 $ docker rm -f 51a4caba9d074ab7a33e64c532c99b51a8e6d19ff4fdfaaef912d6e0b5d2b7e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:39:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:39:06 08:39:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:39:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:39:06 latest: Pulling from edgex-devops/edgex-compose 08:39:06 cbdbe7a5bc2a: Pulling fs layer 08:39:06 ca9280d653b3: Pulling fs layer 08:39:06 7e9c9ca2126c: Pulling fs layer 08:39:06 cbdbe7a5bc2a: Download complete 08:39:08 cbdbe7a5bc2a: Pull complete 08:39:08 ca9280d653b3: Verifying Checksum 08:39:08 ca9280d653b3: Download complete 08:39:13 ca9280d653b3: Pull complete 08:39:13 7e9c9ca2126c: Verifying Checksum 08:39:13 7e9c9ca2126c: Download complete 08:39:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:39:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:39:23 7e9c9ca2126c: Pull complete 08:39:23 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:39:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:39:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:39:23 prd-centos7-docker-4c-2g-4669 does not seem to be running inside a container 08:39:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:39:26 $ docker top d2e0f63e85368c6c946649721c8da6776f08a942c7cf105b1579e0cbd88fe345 -eo pid,comm [Pipeline] { [Pipeline] sh 08:39:27 + docker-compose build --help 08:39:27 + grep parallel 08:39:28 --parallel Build images in parallel. [Pipeline] } 08:39:28 $ docker stop --time=1 d2e0f63e85368c6c946649721c8da6776f08a942c7cf105b1579e0cbd88fe345 08:39:30 $ docker rm -f d2e0f63e85368c6c946649721c8da6776f08a942c7cf105b1579e0cbd88fe345 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:39:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:39:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:39:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:39:30 . [Pipeline] withDockerContainer 08:39:30 prd-centos7-docker-4c-2g-4669 does not seem to be running inside a container 08:39:30 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:39:32 $ docker top 967018908afa7a8086da9d92805deb9e464799fa6f82cf18cf87f6c53ddd78ec -eo pid,comm [Pipeline] { [Pipeline] sh 08:39:33 + docker-compose -f ./docker-compose-build.yml build --parallel 08:39:34 Building core-command ... 08:39:34 Building core-data ... 08:39:34 Building core-metadata ... 08:39:34 Building security-bootstrapper ... 08:39:34 Building security-proxy-setup ... 08:39:34 Building security-secretstore-setup ... 08:39:34 Building support-notifications ... 08:39:34 Building support-scheduler ... 08:39:34 Building sys-mgmt-agent ... 08:39:34 Building support-notifications 08:39:34 Building security-bootstrapper 08:39:34 Building security-proxy-setup 08:39:34 Building core-command 08:39:34 Building core-metadata 08:39:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:39:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:39:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:39:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:39:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:39:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:39:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:39:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:39:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:39:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.413s coverage: 45.9% of statements 08:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:39:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.157s coverage: 28.7% of statements 08:39:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.310s coverage: 100.0% of statements 08:40:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.535s coverage: 27.8% of statements 08:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:40:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.211s coverage: 81.2% of statements 08:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:40:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.201s coverage: 100.0% of statements 08:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:40:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.171s coverage: 100.0% of statements 08:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:40:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:40:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.270s coverage: 71.3% of statements 08:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:40:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.594s coverage: 87.7% of statements 08:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.153s coverage: 78.9% of statements 08:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:40:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.156s coverage: 28.6% of statements 08:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:40:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.220s coverage: 100.0% of statements 08:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:40:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.177s coverage: 100.0% of statements 08:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:40:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.452s coverage: 86.7% of statements 08:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:40:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.387s coverage: 97.5% of statements 08:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:40:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.224s coverage: 78.3% of statements 08:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:40:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.259s coverage: 95.1% of statements 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:40:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.113s coverage: 58.8% of statements 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:40:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.248s coverage: 0.9% of statements 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:40:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.126s coverage: 22.0% of statements 08:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.151s coverage: 47.1% of statements 08:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.149s coverage: 79.5% of statements 08:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.116s coverage: 94.1% of statements 08:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.177s coverage: 96.3% of statements 08:40:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.128s coverage: 87.5% of statements 08:40:31 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:40:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:40:31 08:40:31 Step 2/32 : FROM ${BUILDER_BASE} AS builder 08:40:31 ---> 9db6b4128e4d 08:40:31 Step 3/22 : WORKDIR /edgex-go 08:40:31 ---> 9db6b4128e4d 08:40:31 Step 3/32 : WORKDIR /edgex-go 08:40:31 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:40:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:40:31 ---> 9db6b4128e4d 08:40:31 Step 3/24 : WORKDIR /edgex-go 08:40:31 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:40:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:40:31 ---> 9db6b4128e4d 08:40:31 Step 3/23 : WORKDIR /edgex-go 08:40:31 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:40:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:40:31 ---> 9db6b4128e4d 08:40:31 Step 3/24 : WORKDIR /edgex-go 08:40:31 ---> Running in cfde6a2da64b 08:40:31 ---> Running in 24f3171c5636 08:40:31 ---> Running in e2c6059e6e96 08:40:31 ---> Running in 235f92a26490 08:40:31 ---> Running in baea6cba9c94 08:40:31 Removing intermediate container 235f92a26490 08:40:31 ---> 9f63aeae9e65 08:40:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:31 Removing intermediate container e2c6059e6e96 08:40:31 ---> 55305a384751 08:40:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:31 Removing intermediate container cfde6a2da64b 08:40:31 ---> a5cb68aba3c1 08:40:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:31 Removing intermediate container baea6cba9c94 08:40:31 ---> 3ff8f01b107a 08:40:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:31 Removing intermediate container 24f3171c5636 08:40:31 ---> c6dc45bbca3e 08:40:31 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:31 ---> Running in 6ba41b12fccf 08:40:31 ---> Running in 00b9e9662b51 08:40:31 ---> Running in 3c9e72e31d88 08:40:31 ---> Running in 7e3b50b23555 08:40:31 ---> Running in c4e8dc378d15 08:40:35 Removing intermediate container 7e3b50b23555 08:40:35 ---> 0a17c8ebe86c 08:40:35 Step 5/24 : RUN apk add --update --no-cache make git 08:40:35 ---> Running in 19f138083eb0 08:40:35 Removing intermediate container 6ba41b12fccf 08:40:35 ---> 805a0e9db246 08:40:35 Step 5/24 : RUN apk add --update --no-cache make git 08:40:35 Removing intermediate container 00b9e9662b51 08:40:35 ---> 69715af6bfc1 08:40:35 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 08:40:35 Removing intermediate container 3c9e72e31d88 08:40:35 ---> ca686d0a94f1 08:40:35 Step 5/22 : RUN apk add --update --no-cache make git 08:40:36 ---> Running in 4ad843a7eec9 08:40:36 Removing intermediate container c4e8dc378d15 08:40:36 ---> 43e2a8d5b03b 08:40:36 Step 5/32 : RUN apk add --update --no-cache make git 08:40:36 ---> Running in de8a98fe5e58 08:40:36 ---> Running in 09829a92b964 08:40:36 ---> Running in 9cb06ad49f65 08:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.142s coverage: 94.4% of statements 08:40:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.126s coverage: 44.8% of statements 08:40:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:40:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:40:37 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:40:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:40:38 OK: 219 MiB in 52 packages 08:40:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:40:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:40:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:40:38 OK: 219 MiB in 52 packages 08:40:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:40:39 Removing intermediate container 19f138083eb0 08:40:39 ---> 6de7a3644426 08:40:39 Step 6/24 : COPY go.mod . 08:40:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:40:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:40:39 OK: 219 MiB in 52 packages 08:40:40 ---> 3aa622fc1b2a 08:40:40 Step 7/24 : RUN go mod download 08:40:40 OK: 219 MiB in 52 packages 08:40:40 OK: 219 MiB in 52 packages 08:40:40 ---> Running in 7f208cfe275f 08:40:40 Removing intermediate container 4ad843a7eec9 08:40:40 ---> 317b19245f38 08:40:40 Step 6/24 : COPY go.mod . 08:40:41 Removing intermediate container de8a98fe5e58 08:40:41 ---> 79d1c9ef023b 08:40:41 Step 6/23 : COPY go.mod . 08:40:41 ---> 82dacc5d2cd2 08:40:41 Step 7/24 : RUN go mod download 08:40:41 ---> Running in eeb058b0936e 08:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.531s coverage: 81.8% of statements 08:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:40:42 Removing intermediate container 09829a92b964 08:40:42 ---> 6a06b2c792af 08:40:42 Step 6/22 : COPY go.mod . 08:40:42 Removing intermediate container 9cb06ad49f65 08:40:42 ---> 2976bd15be63 08:40:42 Step 6/32 : COPY go.mod . 08:40:42 ---> 3d340dc589cd 08:40:42 Step 7/23 : RUN go mod download 08:40:42 ---> Running in e26e275b8af8 08:40:42 ---> 579c2ff86c6a 08:40:42 Step 7/22 : RUN go mod download 08:40:42 ---> 1d6147f029ba 08:40:42 Step 7/32 : RUN go mod download 08:40:42 ---> Running in e17eafeefed1 08:40:42 ---> Running in a24627a9c3d0 08:40:44 Removing intermediate container 7f208cfe275f 08:40:44 ---> 958a72c7bf72 08:40:44 Step 8/24 : COPY . . 08:40:44 Removing intermediate container eeb058b0936e 08:40:44 ---> 0635d3d7b478 08:40:44 Step 8/24 : COPY . . 08:40:44 Removing intermediate container e26e275b8af8 08:40:44 ---> 09709f5a7365 08:40:44 Step 8/23 : COPY . . 08:40:46 Removing intermediate container e17eafeefed1 08:40:46 ---> 54ccfe9f77e0 08:40:46 Step 8/22 : COPY . . 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.185s coverage: 92.9% of statements 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.140s coverage: 76.0% of statements 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.138s coverage: 80.0% of statements 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.205s coverage: 87.2% of statements 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.202s coverage: 85.4% of statements 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.222s coverage: 91.2% of statements 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.598s coverage: 64.4% of statements 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:40:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements 08:40:48 Removing intermediate container a24627a9c3d0 08:40:48 ---> 26826d5edfb0 08:40:48 Step 8/32 : COPY . . 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 08:40:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.113s coverage: 73.7% of statements 08:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements 08:40:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.928s coverage: 66.9% of statements 08:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:40:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.665s coverage: 43.4% of statements 08:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.085s coverage: 89.5% of statements 08:40:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:40:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.138s coverage: 84.8% of statements 08:41:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.412s coverage: 47.0% of statements 08:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:41:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements 08:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:41:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.130s coverage: 100.0% of statements 08:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:41:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:41:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.182s coverage: 22.7% of statements 08:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:41:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.401s coverage: 92.6% of statements 08:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:41:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:41:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.689s coverage: 28.7% of statements 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:41:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.175s coverage: 99.0% of statements 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:41:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.189s coverage: 100.0% of statements 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:41:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.175s coverage: 64.6% of statements 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:41:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.353s coverage: 97.6% of statements 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:41:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:41:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.112s coverage: 100.0% of statements 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:41:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:41:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:41:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 08:41:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.182s coverage: 28.1% of statements 08:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 08:41:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.063s coverage: 85.7% of statements 08:41:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 08:41:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.083s coverage: 100.0% of statements 08:41:14 GO111MODULE=on go vet ./... 08:41:57 ---> 3ba3646a033f 08:41:57 Step 9/23 : RUN go mod tidy 08:41:57 ---> 5cfed200fc5a 08:41:57 Step 9/24 : RUN go mod tidy 08:41:57 ---> d0f7108094a3 08:41:57 Step 9/32 : RUN go mod tidy 08:41:57 ---> 01b6a6642ec6 08:41:57 Step 9/22 : RUN go mod tidy 08:41:57 ---> Running in bd4b6d385b89 08:41:57 ---> Running in 5f71cd621f8e 08:41:57 ---> Running in 2209e3262bdd 08:41:57 ---> Running in 4bfdf49779bf 08:41:57 ---> 911d71ee9005 08:41:57 Step 9/24 : RUN go mod tidy 08:41:57 ---> Running in 0c232ba47a35 08:42:10 Removing intermediate container 4bfdf49779bf 08:42:10 ---> 04bce38bc74f 08:42:10 Step 10/24 : RUN make cmd/core-metadata/core-metadata 08:42:10 Removing intermediate container 2209e3262bdd 08:42:10 ---> 18d315e0821e 08:42:10 Step 10/23 : RUN make cmd/support-notifications/support-notifications 08:42:10 Removing intermediate container bd4b6d385b89 08:42:10 ---> e67f902bebfa 08:42:10 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:42:10 Removing intermediate container 0c232ba47a35 08:42:10 ---> 0decb5168710 08:42:10 Step 10/24 : RUN make cmd/core-command/core-command 08:42:10 Removing intermediate container 5f71cd621f8e 08:42:10 ---> adcf0d9cfc50 08:42:10 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:42:10 ---> Running in 7404a656fa0d 08:42:10 ---> Running in cff8be427ae6 08:42:10 ---> Running in 4988ea6d1710 08:42:10 ---> Running in 6b6f1611c661 08:42:10 ---> Running in 5994f47c8cba 08:42:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:42:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:42:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:42:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:42:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:42:51 gofmt -l . 08:42:51 [ "`gofmt -l .`" = "" ] 08:42:53 ./bin/test-go-mod-tidy.sh 08:42:54 ./bin/test-attribution-txt.sh [Pipeline] sh 08:42:57 + ls -al . 08:42:57 total 856 08:42:57 drwxrwxr-x 9 1001 1001 4096 May 12 08:42 . 08:42:57 drwxr-xr-x 4 root root 4096 May 12 08:37 .. 08:42:57 -rw-rw-r-- 1 1001 1001 11 May 12 08:36 .dockerignore 08:42:57 drwxrwxr-x 8 1001 1001 4096 May 12 08:36 .git 08:42:57 drwxrwxr-x 3 1001 1001 4096 May 12 08:36 .github 08:42:57 -rw-rw-r-- 1 1001 1001 818 May 12 08:36 .gitignore 08:42:57 -rw-rw-r-- 1 1001 1001 166 May 12 08:36 .sonarcloud.properties 08:42:57 -rw-rw-r-- 1 1001 1001 8609 May 12 08:36 Attribution.txt 08:42:57 -rw-rw-r-- 1 1001 1001 3804 May 12 08:36 CONTRIBUTING.md 08:42:57 -rw-rw-r-- 1 1001 1001 931 May 12 08:36 Dockerfile.build 08:42:57 -rw-rw-r-- 1 1001 1001 863 May 12 08:36 Jenkinsfile 08:42:57 -rw-rw-r-- 1 1001 1001 10775 May 12 08:36 LICENSE 08:42:57 -rw-rw-r-- 1 1001 1001 5594 May 12 08:36 Makefile 08:42:57 -rw-rw-r-- 1 1001 1001 7978 May 12 08:36 README.md 08:42:57 -rw-rw-r-- 1 1001 1001 6755 May 12 08:36 SECURITY.md 08:42:57 -rw-rw-r-- 1 1001 1001 5 May 12 08:32 VERSION 08:42:57 -rw-rw-r-- 1 1001 1001 4131 May 12 08:36 ZMQWindows.md 08:42:57 drwxrwxr-x 2 1001 1001 4096 May 12 08:36 bin 08:42:57 drwxrwxr-x 14 1001 1001 4096 May 12 08:36 cmd 08:42:57 -rw-r--r-- 1 root root 720868 May 12 08:41 coverage.out 08:42:57 -rw-r--r-- 1 root root 1060 May 12 08:42 go.mod 08:42:57 -rw-r--r-- 1 root root 21713 May 12 08:37 go.sum 08:42:57 drwxrwxr-x 8 1001 1001 4096 May 12 08:36 internal 08:42:57 drwxrwxr-x 4 1001 1001 4096 May 12 08:36 openapi 08:42:57 drwxrwxr-x 4 1001 1001 4096 May 12 08:36 snap 08:42:57 -rw-rw-r-- 1 1001 1001 168 May 12 08:36 version.go [Pipeline] sh 08:42:58 + '[' -e coverage.out ] 08:42:58 + chown 1001:1001 coverage.out [Pipeline] stash 08:42:58 Warning: overwriting stash ‘coverage-report’ 08:42:59 Stashed 1 file(s) [Pipeline] sh 08:43:00 + make build 08:43:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:43:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:43:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:43:25 Removing intermediate container 5994f47c8cba 08:43:25 ---> a16afa26cac4 08:43:25 08:43:25 Step 11/32 : FROM alpine:3.12 08:43:25 3.12: Pulling from library/alpine 08:43:25 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:43:25 Status: Downloaded newer image for alpine:3.12 08:43:25 ---> 13621d1b12d4 08:43:25 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:43:30 ---> Running in e4b6c4d54e04 08:43:30 Removing intermediate container 6b6f1611c661 08:43:30 ---> 0554f4c3c466 08:43:30 08:43:30 Step 11/24 : FROM alpine:3.12 08:43:30 ---> 13621d1b12d4 08:43:30 Step 12/24 : RUN apk add --update --no-cache dumb-init 08:43:30 Removing intermediate container 7404a656fa0d 08:43:30 ---> 4cbe42e872f9 08:43:30 08:43:30 Step 11/22 : FROM alpine:3.12 08:43:30 ---> 13621d1b12d4 08:43:30 Step 12/22 : RUN apk add --update --no-cache curl 08:43:30 Removing intermediate container cff8be427ae6 08:43:30 ---> 4b0ca4863a97 08:43:30 08:43:30 Step 11/23 : FROM alpine:3.12 08:43:30 ---> 13621d1b12d4 08:43:30 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 08:43:30 ---> Running in 6c65487d28d0 08:43:30 ---> Running in d09ed89c1d00 08:43:30 Removing intermediate container e4b6c4d54e04 08:43:30 ---> c9b52acceeaf 08:43:30 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 08:43:30 ---> Running in c7e59f4a0ffb 08:43:31 ---> Running in 2757ab31ec60 08:43:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:43:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:43:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:43:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:43:33 (1/1) Installing dumb-init (1.2.2-r1) 08:43:33 Executing busybox-1.31.1-r20.trigger 08:43:33 OK: 6 MiB in 15 packages 08:43:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:43:34 (1/4) Installing ca-certificates (20191127-r4) 08:43:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:43:34 (3/4) Installing libcurl (7.76.1-r0) 08:43:34 (4/4) Installing curl (7.76.1-r0) 08:43:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:43:34 Executing busybox-1.31.1-r20.trigger 08:43:34 Executing ca-certificates-20191127-r4.trigger 08:43:34 OK: 7 MiB in 18 packages 08:43:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:43:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:43:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:43:34 (1/2) Installing ca-certificates (20191127-r4) 08:43:34 (2/2) Installing dumb-init (1.2.2-r1) 08:43:34 Executing busybox-1.31.1-r20.trigger 08:43:34 (1/2) Installing dumb-init (1.2.2-r1) 08:43:34 (2/2) Installing su-exec (0.2-r1) 08:43:35 Executing busybox-1.31.1-r20.trigger 08:43:35 OK: 6 MiB in 16 packages 08:43:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:43:35 Executing ca-certificates-20191127-r4.trigger 08:43:35 OK: 6 MiB in 16 packages 08:43:37 Removing intermediate container 4988ea6d1710 08:43:37 ---> 2bc05c1aa1e0 08:43:37 08:43:37 Step 11/24 : FROM alpine:3.12 08:43:37 ---> 13621d1b12d4 08:43:37 Step 12/24 : RUN apk add --update --no-cache dumb-init 08:43:37 ---> Running in 0a5984bf5300 08:43:39 Removing intermediate container 6c65487d28d0 08:43:39 ---> a4d86a621104 08:43:39 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:43:39 ---> Running in 9590dfd1c80b 08:43:40 Removing intermediate container 2757ab31ec60 08:43:40 ---> 3de20993c0b9 08:43:40 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 08:43:40 Removing intermediate container d09ed89c1d00 08:43:40 ---> 082ab46ab40b 08:43:40 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:43:40 Removing intermediate container c7e59f4a0ffb 08:43:40 ---> aa20402aee5a 08:43:40 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:43:40 ---> Running in 03fb4d85de5f 08:43:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:43:40 ---> Running in 234d9af24c08 08:43:40 ---> Running in 0c884425f7c2 08:43:40 Removing intermediate container 9590dfd1c80b 08:43:40 ---> d0230094f80f 08:43:40 Step 14/24 : ENV APP_PORT=48082 08:43:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:43:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:43:41 ---> Running in 5d44c7e10f8c 08:43:41 (1/1) Installing dumb-init (1.2.2-r1) 08:43:41 Executing busybox-1.31.1-r20.trigger 08:43:41 OK: 6 MiB in 15 packages 08:43:41 Removing intermediate container 234d9af24c08 08:43:41 ---> 25efe3058bee 08:43:41 Step 14/22 : WORKDIR /edgex 08:43:41 Removing intermediate container 03fb4d85de5f 08:43:41 ---> 7fe2974baa43 08:43:41 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:43:41 Removing intermediate container 0c884425f7c2 08:43:41 ---> 29ad9861ce7d 08:43:41 Step 14/23 : ENV APP_PORT=48060 08:43:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:43:42 ---> Running in b36109b56d3d 08:43:42 ---> Running in 95e9351dfa3b 08:43:42 ---> Running in f0e047c2e4c0 08:43:42 Removing intermediate container 5d44c7e10f8c 08:43:42 ---> 8cd6a407bb19 08:43:42 Step 15/24 : EXPOSE $APP_PORT 08:43:42 ---> Running in f896a1f65b1d 08:43:42 Removing intermediate container b36109b56d3d 08:43:42 ---> d82000d5f08d 08:43:42 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:43:43 Removing intermediate container 95e9351dfa3b 08:43:43 ---> 558ac343eb7d 08:43:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:43:43 Removing intermediate container f0e047c2e4c0 08:43:43 ---> e9556aa5d1bb 08:43:43 Step 15/23 : EXPOSE $APP_PORT 08:43:43 ---> Running in 4faa17fe36c9 08:43:43 Removing intermediate container 0a5984bf5300 08:43:43 ---> fc10fd5eb664 08:43:43 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:43:43 ---> Running in 2491daa606cb 08:43:43 ---> Running in 8686b28b3373 08:43:43 Removing intermediate container f896a1f65b1d 08:43:43 ---> 648d4491d28c 08:43:43 Step 16/24 : WORKDIR / 08:43:43 ---> Running in a6d384d932a9 08:43:43 ---> d4782b2e8cf4 08:43:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:43:44 Removing intermediate container 8686b28b3373 08:43:44 ---> ceed037a70c0 08:43:44 Step 14/24 : ENV APP_PORT=48081 08:43:44 Removing intermediate container 2491daa606cb 08:43:44 ---> 23c34664945f 08:43:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:43:44 ---> Running in 1a3e15abd17f 08:43:44 Removing intermediate container a6d384d932a9 08:43:44 ---> edfb40bd1e95 08:43:44 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:43:44 ---> af58be939dee 08:43:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:43:45 ---> 093b47465ffc 08:43:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:43:45 Removing intermediate container 1a3e15abd17f 08:43:45 ---> cb0b4b66169c 08:43:45 Step 15/24 : EXPOSE $APP_PORT 08:43:45 ---> 072c9aee8738 08:43:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:43:45 ---> Running in 462323d27363 08:43:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:43:46 Removing intermediate container 4faa17fe36c9 08:43:46 ---> c1697f63c53c 08:43:46 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 08:43:46 ---> Running in 392d86aaaa61 08:43:46 Removing intermediate container 462323d27363 08:43:46 ---> 44effe47ef31 08:43:46 Step 16/24 : WORKDIR / 08:43:46 ---> 0834464fd818 08:43:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:43:46 ---> 9ac92f3d0b33 08:43:46 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:43:46 ---> Running in a58c0f9b4c47 08:43:47 ---> Running in e48fb941d6e8 08:43:47 ---> 13dd7a9cfe87 08:43:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:43:47 Removing intermediate container 392d86aaaa61 08:43:47 ---> 17c3cf0e1802 08:43:47 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:43:47 ---> b6c060705767 08:43:47 Step 19/23 : ENTRYPOINT ["/support-notifications"] 08:43:47 Removing intermediate container a58c0f9b4c47 08:43:47 ---> caeb7390330e 08:43:47 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:43:47 Removing intermediate container e48fb941d6e8 08:43:47 ---> 237d414271f3 08:43:47 Step 19/22 : CMD ["--init=true"] 08:43:47 ---> Running in de1b1782f278 08:43:47 ---> 9cf0d2b0f516 08:43:47 Step 20/24 : ENTRYPOINT ["/core-command"] 08:43:47 ---> Running in 8ba66375c414 08:43:48 ---> c91a5a1fba61 08:43:48 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:43:48 ---> Running in 8c16ca3b93dd 08:43:48 ---> Running in 55377c071bc9 08:43:48 Removing intermediate container de1b1782f278 08:43:48 ---> cb0d558b1cf8 08:43:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:43:48 ---> f1494b7915e1 08:43:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:43:48 Removing intermediate container 8ba66375c414 08:43:48 ---> fd928b5dc10e 08:43:48 Step 20/22 : LABEL arch=x86_64 08:43:48 ---> Running in b5c15855c3e0 08:43:48 ---> Running in 3f790f600d35 08:43:48 Removing intermediate container 8c16ca3b93dd 08:43:48 ---> 7d614b9ba238 08:43:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:43:49 ---> Running in 8eef4240e0b5 08:43:49 Removing intermediate container b5c15855c3e0 08:43:49 ---> 1759ba5f832a 08:43:49 Step 21/23 : LABEL arch=x86_64 08:43:50 Removing intermediate container 3f790f600d35 08:43:50 ---> 3eb088be0b5c 08:43:50 Step 21/22 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:43:50 ---> Running in 3a80cc114180 08:43:50 Removing intermediate container 8eef4240e0b5 08:43:50 ---> 32b6554f516a 08:43:50 Step 22/24 : LABEL arch=x86_64 08:43:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:43:50 ---> bc0abd90ed6d 08:43:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:43:50 ---> Running in fe3f1d008f4d 08:43:50 ---> Running in 411a4af588ac 08:43:50 Removing intermediate container 3a80cc114180 08:43:50 ---> e6fc4fef4227 08:43:50 Step 22/23 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:43:51 Removing intermediate container fe3f1d008f4d 08:43:51 ---> e674513ae946 08:43:51 Step 22/22 : LABEL version=0.0.0 08:43:51 ---> Running in b0b302f69303 08:43:51 ---> Running in 827afda68fc7 08:43:51 Removing intermediate container 411a4af588ac 08:43:51 ---> f746ef95d633 08:43:51 Step 23/24 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:43:51 ---> be2dc4727cec 08:43:51 Step 20/24 : ENTRYPOINT ["/core-metadata"] 08:43:51 ---> Running in 9d90db04b907 08:43:51 ---> Running in e1f2f74d20c6 08:43:51 Removing intermediate container 55377c071bc9 08:43:51 ---> 1de0ad38b05d 08:43:51 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 08:43:52 Removing intermediate container 827afda68fc7 08:43:52 ---> e7ac8b7300e2 08:43:52 08:43:52 Removing intermediate container b0b302f69303 08:43:52 ---> dc324bd9fb65 08:43:52 Step 23/23 : LABEL version=0.0.0 08:43:52 ---> Running in f5d82ebc4944 08:43:52 Removing intermediate container e1f2f74d20c6 08:43:52 ---> 615bafd5249e 08:43:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:43:52 Removing intermediate container 9d90db04b907 08:43:52 ---> 42642ca5984d 08:43:52 Step 24/24 : LABEL version=0.0.0 08:43:52 ---> cc9924c46094 08:43:52 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:43:52 ---> Running in b1c4b93c8641 08:43:52 ---> Running in ca9f3a2ad4fc 08:43:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:43:53 Removing intermediate container f5d82ebc4944 08:43:53 ---> a7fe66d56862 08:43:53 08:43:53 Successfully built e7ac8b7300e2 08:43:53 Successfully tagged security-proxy-setup:latest 08:43:53 Removing intermediate container b1c4b93c8641 08:43:53 ---> a7214d8f7c04 08:43:53 Step 22/24 : LABEL arch=x86_64 08:43:53  Building security-proxy-setup ... done Building security-secretstore-setup 08:43:53 Removing intermediate container ca9f3a2ad4fc 08:43:53 ---> 58ceb0f67087 08:43:53 08:43:53 Successfully built a7fe66d56862 08:43:53 Successfully tagged support-notifications:latest 08:43:53  Building support-notifications ... done Building sys-mgmt-agent 08:43:53 ---> Running in 2d8929182b8b 08:43:53 ---> 68e61d636d88 08:43:53 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:43:54 Successfully built 58ceb0f67087 08:43:54 Successfully tagged core-command:latest 08:43:54 Building core-data 08:43:54  Building core-command ... done  ---> 0f47021d668a 08:43:54 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:43:54 Removing intermediate container 2d8929182b8b 08:43:54 ---> 4a993f03aed3 08:43:54 Step 23/24 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:43:54 ---> Running in 11b44e451af9 08:43:54 Removing intermediate container 11b44e451af9 08:43:54 ---> e42ad9819791 08:43:54 Step 24/24 : LABEL version=0.0.0 08:43:55 ---> 974182d5be6b 08:43:55 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:43:55 ---> Running in de6cdc6d1ce9 08:43:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:43:56 Removing intermediate container de6cdc6d1ce9 08:43:56 ---> 96229acd1849 08:43:56 08:43:58 ---> 14dd74ccb7c6 08:43:58 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 08:43:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:44:00 Successfully built 96229acd1849 08:44:00 Successfully tagged core-metadata:latest 08:44:00  Building core-metadata ... done Building support-scheduler 08:44:01 ---> Running in 4d32b7c1e63c 08:44:02 Removing intermediate container 4d32b7c1e63c 08:44:02 ---> 63eef1689930 08:44:02 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:44:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:44:03 ---> 1d27976d1cf0 08:44:03 Step 27/32 : RUN chmod +x /entrypoint.sh 08:44:03 ---> Running in 072c2ecfa42f 08:44:07 Removing intermediate container 072c2ecfa42f 08:44:07 ---> 7edda2df8a22 08:44:07 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 08:44:07 ---> Running in a1ff922076c2 08:44:07 Removing intermediate container a1ff922076c2 08:44:07 ---> b6f33de513f9 08:44:07 Step 29/32 : CMD ["gate"] 08:44:07 ---> Running in e890fd44e5f3 08:44:08 Removing intermediate container e890fd44e5f3 08:44:08 ---> f192b6500d4c 08:44:08 Step 30/32 : LABEL arch=x86_64 [Pipeline] } 08:44:08 $ docker stop --time=1 57e66792f75bed92ce17d8c4fd937b764939c33f5036e9a08c57a5b9fa7dc91a 08:44:09 ---> Running in eaf04f130b5e 08:44:10 Removing intermediate container eaf04f130b5e 08:44:10 ---> 75e83f59c5f7 08:44:10 Step 31/32 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:44:11 $ docker rm -f 57e66792f75bed92ce17d8c4fd937b764939c33f5036e9a08c57a5b9fa7dc91a 08:44:11 ---> Running in 96edaaef51f6 08:44:11 Removing intermediate container 96edaaef51f6 08:44:11 ---> f2b3e1a641cb 08:44:11 Step 32/32 : LABEL version=0.0.0 08:44:11 ---> Running in 3214eac67752 08:44:12 Removing intermediate container 3214eac67752 08:44:12 ---> a3f81dacc133 08:44:12 08:44:12 Successfully built a3f81dacc133 08:44:12 Successfully tagged security-bootstrapper:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:44:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:44:13 08:44:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:44:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:44:13 latest: Pulling from edgex-devops/edgex-compose-arm64 08:44:13 29e5d40040c1: Pulling fs layer 08:44:13 1ce36da41761: Pulling fs layer 08:44:13 25b303627fd3: Pulling fs layer 08:44:13 29e5d40040c1: Verifying Checksum 08:44:13 29e5d40040c1: Download complete 08:44:14 29e5d40040c1: Pull complete 08:44:14 1ce36da41761: Verifying Checksum 08:44:14 1ce36da41761: Download complete 08:44:15 1ce36da41761: Pull complete 08:44:15 25b303627fd3: Download complete 08:44:26 25b303627fd3: Pull complete 08:44:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:44:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:44:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:44:26 prd-ubuntu18.04-docker-arm64-4c-16g-4673 does not seem to be running inside a container 08:44:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:44:29 $ docker top 84c97ccee7530cce75f8971733622b9c7e06f8a648db0024babe6a2e57eda3da -eo pid,comm [Pipeline] { [Pipeline] sh 08:44:30 + docker-compose build --help 08:44:30 + grep parallel 08:44:33 --parallel Build images in parallel. [Pipeline] } 08:44:33 $ docker stop --time=1 84c97ccee7530cce75f8971733622b9c7e06f8a648db0024babe6a2e57eda3da 08:44:35 $ docker rm -f 84c97ccee7530cce75f8971733622b9c7e06f8a648db0024babe6a2e57eda3da [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:44:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:44:36 . [Pipeline] withDockerContainer 08:44:36 prd-ubuntu18.04-docker-arm64-4c-16g-4673 does not seem to be running inside a container 08:44:36 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:44:38 $ docker top 2d67ecf660e2894f20f486f72a4153106558ae6c12c9c4f0bc272811628a912b -eo pid,comm [Pipeline] { [Pipeline] sh 08:44:39 + docker-compose -f ./docker-compose-build.yml build --parallel 08:44:43 Building core-command ... 08:44:43 Building core-data ... 08:44:43 Building core-metadata ... 08:44:43 Building security-bootstrapper ... 08:44:43 Building security-proxy-setup ... 08:44:43 Building security-secretstore-setup ... 08:44:43 Building support-notifications ... 08:44:43 Building support-scheduler ... 08:44:43 Building sys-mgmt-agent ... 08:44:43 Building support-notifications 08:44:43 Building core-command 08:44:43 Building security-proxy-setup 08:44:43 Building security-secretstore-setup 08:44:43 Building core-metadata 08:44:48  Building security-bootstrapper ... done Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:44:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:44:48 ---> 9db6b4128e4d 08:44:48 Step 3/26 : WORKDIR /edgex-go 08:44:48 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:44:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:44:48 ---> 9db6b4128e4d 08:44:48 Step 3/23 : WORKDIR /edgex-go 08:44:48 ---> Using cache 08:44:48 ---> c6dc45bbca3e 08:44:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:48 ---> Using cache 08:44:48 ---> c6dc45bbca3e 08:44:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:48 ---> Using cache 08:44:48 ---> 43e2a8d5b03b 08:44:48 Step 5/26 : RUN apk add --update --no-cache make git 08:44:48 ---> Using cache 08:44:48 ---> 43e2a8d5b03b 08:44:48 Step 5/23 : RUN apk add --update --no-cache make git 08:44:48 ---> Using cache 08:44:48 ---> Using cache 08:44:48 ---> 2976bd15be63 08:44:48 ---> 2976bd15be63 08:44:48 Step 6/23 : COPY go.mod . 08:44:48 Step 6/26 : COPY go.mod . 08:44:48 ---> Using cache 08:44:48 ---> 1d6147f029ba 08:44:48 Step 7/23 : RUN go mod download 08:44:48 ---> Using cache 08:44:48 ---> 1d6147f029ba 08:44:48 Step 7/26 : RUN go mod download 08:44:48 ---> Using cache 08:44:48 ---> 26826d5edfb0 08:44:48 Step 8/23 : COPY . . 08:44:48 ---> Using cache 08:44:48 ---> 26826d5edfb0 08:44:48 Step 8/26 : COPY . . 08:44:48 ---> Using cache 08:44:48 ---> d0f7108094a3 08:44:48 Step 9/26 : RUN go mod tidy 08:44:48 ---> Using cache 08:44:48 ---> d0f7108094a3 08:44:48 Step 9/23 : RUN go mod tidy 08:44:48 ---> Using cache 08:44:48 ---> adcf0d9cfc50 08:44:48 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:44:48 ---> Using cache 08:44:48 ---> adcf0d9cfc50 08:44:48 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 08:44:48 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:44:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:44:48 ---> 9db6b4128e4d 08:44:48 Step 3/24 : WORKDIR /edgex-go 08:44:48 ---> Using cache 08:44:48 ---> c6dc45bbca3e 08:44:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:48 ---> Using cache 08:44:48 ---> 43e2a8d5b03b 08:44:48 Step 5/24 : RUN apk add --update --no-cache make bash git 08:44:48 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:44:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:44:48 ---> 9db6b4128e4d 08:44:48 Step 3/24 : WORKDIR /edgex-go 08:44:48 ---> Using cache 08:44:48 ---> c6dc45bbca3e 08:44:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:48 ---> Using cache 08:44:48 ---> 43e2a8d5b03b 08:44:48 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:44:48 ---> Running in 810ff68769f8 08:44:48 ---> Running in 3d5b1689d3ed 08:44:48 ---> Running in 75d9bec3ec12 08:44:48 ---> Running in a3b933921066 08:44:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:44:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:44:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:44:51 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:44:52 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:44:52 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:44:53 OK: 219 MiB in 52 packages 08:44:53 OK: 219 MiB in 52 packages 08:44:56 Removing intermediate container 75d9bec3ec12 08:44:56 ---> 6b59da17d117 08:44:56 Step 6/24 : COPY go.mod . 08:44:56 Removing intermediate container 3d5b1689d3ed 08:44:56 ---> 794ac0929f60 08:44:56 Step 6/24 : COPY go.mod . 08:44:57 ---> 8eb3eb3746c5 08:44:57 Step 7/24 : RUN go mod download 08:44:57 ---> e75a1077a04b 08:44:57 Step 7/24 : RUN go mod download 08:44:57 ---> Running in 6e706ced3e15 08:44:57 ---> Running in 3335d948a91c 08:45:04 Removing intermediate container 6e706ced3e15 08:45:04 ---> b39a811c857b 08:45:04 Step 8/24 : COPY . . 08:45:04 Removing intermediate container 3335d948a91c 08:45:04 ---> 7c049faf1a4f 08:45:04 Step 8/24 : COPY . . 08:45:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:45:49 Removing intermediate container 810ff68769f8 08:45:49 ---> ecf639344b75 08:45:49 08:45:49 Step 11/23 : FROM alpine:3.12 08:45:49 ---> 13621d1b12d4 08:45:49 Step 12/23 : RUN apk add --update --no-cache dumb-init 08:45:49 ---> Using cache 08:45:49 ---> fc10fd5eb664 08:45:49 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:45:49 ---> Using cache 08:45:49 ---> ceed037a70c0 08:45:49 Step 14/23 : ENV APP_PORT=48085 08:45:51 ---> Running in 59a1caf14b3c 08:45:53 Removing intermediate container 59a1caf14b3c 08:45:53 ---> 838b2bec66e4 08:45:53 Step 15/23 : EXPOSE $APP_PORT 08:45:55 ---> Running in 2beb1ae2f55f 08:45:57 Removing intermediate container 2beb1ae2f55f 08:45:57 ---> b6cc7bd40dcc 08:45:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:45:58 ---> b5410a3f90da 08:45:58 Step 9/24 : RUN go mod tidy 08:45:58 ---> d18e94a2cf17 08:45:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:45:58 Removing intermediate container a3b933921066 08:45:58 ---> d5e7f812eb07 08:45:58 08:45:58 Step 11/26 : FROM alpine:3.12 08:45:58 ---> 13621d1b12d4 08:45:58 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:45:58 ---> Running in 5886f98b4cac 08:45:58 ---> 1591939749e7 08:45:58 Step 9/24 : RUN go mod tidy 08:45:58 ---> Running in ac50cabc9dbf 08:45:58 ---> Running in 6436348d6db3 08:45:59 ---> ff49e03a73c2 08:45:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:46:00 ---> 842270420302 08:46:00 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 08:46:00 ---> Running in b435d89deaa8 08:46:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:46:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:46:00 Removing intermediate container b435d89deaa8 08:46:00 ---> 1320d6a3ca3c 08:46:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:46:01 (1/6) Installing ca-certificates (20191127-r4) 08:46:01 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:46:01 (3/6) Installing libcurl (7.76.1-r0) 08:46:01 ---> Running in 1bcc286bc7d1 08:46:01 (4/6) Installing curl (7.76.1-r0) 08:46:01 (5/6) Installing dumb-init (1.2.2-r1) 08:46:01 (6/6) Installing su-exec (0.2-r1) 08:46:01 Executing busybox-1.31.1-r20.trigger 08:46:01 Executing ca-certificates-20191127-r4.trigger 08:46:01 OK: 7 MiB in 20 packages 08:46:01 Removing intermediate container 1bcc286bc7d1 08:46:01 ---> 0ca37fc5da62 08:46:01 Step 21/23 : LABEL arch=x86_64 08:46:02 ---> Running in f23e105ff98a 08:46:02 Removing intermediate container f23e105ff98a 08:46:02 ---> 693cad3abf57 08:46:02 Step 22/23 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:46:03 ---> Running in 18966819daf5 08:46:03 Removing intermediate container 18966819daf5 08:46:03 ---> 6f005678dc82 08:46:03 Step 23/23 : LABEL version=0.0.0 08:46:03 Removing intermediate container ac50cabc9dbf 08:46:03 ---> 845fae2c0732 08:46:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:46:04 ---> Running in 064357eb5cc5 08:46:04 ---> Running in e64d1fc05f47 08:46:04 Removing intermediate container 064357eb5cc5 08:46:04 ---> bf4ee9e49756 08:46:04 08:46:04 Removing intermediate container e64d1fc05f47 08:46:04 ---> b1395f3b2410 08:46:04 Step 14/26 : WORKDIR / 08:46:05 ---> Running in 76451125e243 08:46:05 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:46:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:46:05 ---> b975d9064c91 08:46:05 Step 3/24 : WORKDIR /edgex-go 08:46:05 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:46:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:46:05 ---> b975d9064c91 08:46:05 Step 3/23 : WORKDIR /edgex-go 08:46:05 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:46:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:46:05 ---> b975d9064c91 08:46:05 Step 3/24 : WORKDIR /edgex-go 08:46:05 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:46:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:46:05 ---> b975d9064c91 08:46:05 Step 3/22 : WORKDIR /edgex-go 08:46:05 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:46:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:46:05 ---> b975d9064c91 08:46:05 Step 3/26 : WORKDIR /edgex-go 08:46:05 ---> Running in 314194bf16a7 08:46:05 ---> Running in 6d160fe51007 08:46:05 ---> Running in a2b02920d72e 08:46:05 ---> Running in 1e962dc08af6 08:46:05 ---> Running in 014c156e8833 08:46:05 Removing intermediate container 314194bf16a7 08:46:05 ---> 2b522ca07f67 08:46:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:05 Removing intermediate container 1e962dc08af6 08:46:05 ---> d950c2b4fdce 08:46:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:05 Removing intermediate container a2b02920d72e 08:46:05 ---> 030755e6ef6f 08:46:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:05 Removing intermediate container 6d160fe51007 08:46:05 ---> 2bb721ee8867 08:46:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:05 Removing intermediate container 014c156e8833 08:46:05 ---> d06643c917ab 08:46:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:05 ---> Running in 86c1b11dc61a 08:46:05 ---> Running in 27a3dcfe16ce 08:46:05 ---> Running in 32f76c3e5a4a 08:46:05 ---> Running in 3fe63ba037cb 08:46:05 ---> Running in 5d7881688c48 08:46:05 Removing intermediate container 32f76c3e5a4a 08:46:05 ---> cb65f6e013fe 08:46:05 Step 5/24 : RUN apk add --update --no-cache make git 08:46:05 ---> Running in 7fb6d1b2a722 08:46:05 Removing intermediate container 86c1b11dc61a 08:46:05 ---> 47f11e345f8e 08:46:05 Step 5/24 : RUN apk add --update --no-cache make git 08:46:05 Removing intermediate container 3fe63ba037cb 08:46:05 ---> 7e1734981426 08:46:05 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 08:46:05 ---> Running in 3c40f39d5631 08:46:05 ---> Running in e42ff6b7a0cb 08:46:05 Removing intermediate container 5d7881688c48 08:46:05 ---> 85d1dd085ce2 08:46:05 Step 5/26 : RUN apk add --update --no-cache make git 08:46:05 Removing intermediate container 27a3dcfe16ce 08:46:05 ---> 13ab7fc51299 08:46:05 Step 5/22 : RUN apk add --update --no-cache make git 08:46:05 ---> Running in 238f742c45f7 08:46:05 ---> Running in e93ee4658daa 08:46:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:46:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:46:05 Removing intermediate container 6436348d6db3 08:46:05 ---> 2b97d23b5a2c 08:46:05 Step 10/24 : RUN make cmd/core-data/core-data 08:46:05 Removing intermediate container 76451125e243 08:46:05 ---> 3b5f97b2a2b9 08:46:05 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:46:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:46:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:46:05 Removing intermediate container 5886f98b4cac 08:46:05 ---> 42c77589dc07 08:46:05 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:46:05 ---> Running in b13a8919e4c2 08:46:05 Successfully built bf4ee9e49756 08:46:05 Successfully tagged support-scheduler:latest 08:46:05  Building support-scheduler ... done  ---> Running in ac91b67012b9 08:46:05 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:46:05 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:46:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:46:06 ---> 352e5c39b5c8 08:46:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:46:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:46:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:46:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:46:06 OK: 218 MiB in 52 packages 08:46: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 08:46:06 ---> 8cb457f0be82 08:46:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:46:07 OK: 218 MiB in 52 packages 08:46:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:46:07 ---> fbe76d08ddd3 08:46:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 08:46:08 OK: 218 MiB in 52 packages 08:46:08 OK: 218 MiB in 52 packages 08:46:08 OK: 218 MiB in 52 packages 08:46:08 Removing intermediate container 7fb6d1b2a722 08:46:08 ---> 6110b0284423 08:46:08 Step 6/24 : COPY go.mod . 08:46:08 Removing intermediate container 3c40f39d5631 08:46:08 ---> 14db5405b83b 08:46:08 Step 6/24 : COPY go.mod . 08:46:09 ---> 895f833f375e 08:46:09 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:46:09 ---> 23ed5ae75398 08:46:09 Step 7/24 : RUN go mod download 08:46:09 ---> Running in 1ad64c792fe0 08:46:09 Removing intermediate container e93ee4658daa 08:46:09 ---> c6c3def02f81 08:46:09 Step 6/26 : COPY go.mod . 08:46:10 Removing intermediate container 238f742c45f7 08:46:10 ---> 6477db344d5c 08:46:10 Step 6/22 : COPY go.mod . 08:46:10 Removing intermediate container e42ff6b7a0cb 08:46:10 ---> 486edac3a2a3 08:46:10 Step 6/23 : COPY go.mod . 08:46:10 ---> b80401d6fe3a 08:46:10 Step 7/24 : RUN go mod download 08:46:10 ---> Running in f4e7e62ecdb0 08:46:10 ---> 4b211ef7328d 08:46:10 Step 7/26 : RUN go mod download 08:46:11 ---> Running in 8b5410371fea 08:46:11 ---> df088ec64dca 08:46:11 Step 7/22 : RUN go mod download 08:46:11 ---> 8e4c8719d042 08:46:11 Step 7/23 : RUN go mod download 08:46:11 ---> Running in 8a8a4dc004dd 08:46:11 ---> Running in a5231fd33842 08:46:11 ---> 2f6d182f2102 08:46:11 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:46:13 ---> 66d6087f98bf 08:46:13 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:46:13 Removing intermediate container 1ad64c792fe0 08:46:13 ---> b5dbefbb30c3 08:46:13 Step 8/24 : COPY . . 08:46:13 ---> b0f440ef5eb3 08:46:13 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/ 08:46:13 ---> Running in 1da618ff3ac9 08:46:14 Removing intermediate container f4e7e62ecdb0 08:46:14 ---> fbb612709f1d 08:46:14 Step 8/24 : COPY . . 08:46:15 Removing intermediate container 8b5410371fea 08:46:15 ---> ae5cb6d19884 08:46:15 Step 8/26 : COPY . . 08:46:16 Removing intermediate container 8a8a4dc004dd 08:46:16 ---> c1994aacee46 08:46:16 Step 8/22 : COPY . . 08:46:16 Removing intermediate container 1da618ff3ac9 08:46:16 ---> 0e952c054660 08:46:16 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:46:16 Removing intermediate container a5231fd33842 08:46:16 ---> a72eafcf3029 08:46:16 Step 8/23 : COPY . . 08:46:16 ---> Running in 3730e92c2f1a 08:46:17 Removing intermediate container 3730e92c2f1a 08:46:17 ---> 2048f2d5ea60 08:46:17 Step 24/26 : LABEL arch=x86_64 08:46:17 ---> Running in 185acb116ab9 08:46:18 Removing intermediate container 185acb116ab9 08:46:18 ---> a250002fa64d 08:46:18 Step 25/26 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:46:18 ---> Running in a21e3e4a6789 08:46:19 Removing intermediate container a21e3e4a6789 08:46:19 ---> ed2c3c6542f5 08:46:19 Step 26/26 : LABEL version=0.0.0 08:46:19 ---> Running in 7ebcf2d27718 08:46:20 Removing intermediate container 7ebcf2d27718 08:46:20 ---> ad88a627f4d6 08:46:20 08:46:21 Successfully built ad88a627f4d6 08:46:21 Successfully tagged security-secretstore-setup:latest 08:46:43 ---> 21d176c6cd43 08:46:43 Step 9/26 : RUN go mod tidy 08:46:43 ---> 38f76ae2d8fb 08:46:43 Step 9/24 : RUN go mod tidy 08:46:43 ---> 21efa836d28e 08:46:43 Step 9/24 : RUN go mod tidy 08:46:43 ---> 2d1a5264c815 08:46:43 Step 9/22 : RUN go mod tidy 08:46:43 ---> d3b4eb0d6748 08:46:43 Step 9/23 : RUN go mod tidy 08:46:43 ---> Running in 7aabe9599f6d 08:46:43 ---> Running in f75647fd9427 08:46:43 ---> Running in 5e1e710d7242 08:46:43 ---> Running in 5b29a13984e5 08:46:43 ---> Running in 964755dd32f3 08:46:44  Building security-secretstore-setup ... done Removing intermediate container ac91b67012b9 08:46:44 ---> 92be030a1667 08:46:44 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:46:44 ---> Running in e078574cd49d 08:46:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:46:48 Removing intermediate container 7aabe9599f6d 08:46:48 ---> aeaa5e03c89f 08:46:48 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:46:48 ---> Running in de1f48f502d6 08:46:49 Removing intermediate container f75647fd9427 08:46:49 ---> 44b6b13f9798 08:46:49 Step 10/24 : RUN make cmd/core-command/core-command 08:46:49 Removing intermediate container 5b29a13984e5 08:46:49 ---> 20b788935ff5 08:46:49 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:46:49 ---> Running in e08a441f4b45 08:46:49 ---> Running in c77b0a13e4f8 08:46:49 Removing intermediate container 5e1e710d7242 08:46:49 ---> 2850b965f68a 08:46:49 Step 10/24 : RUN make cmd/core-metadata/core-metadata 08:46:49 Removing intermediate container 964755dd32f3 08:46:49 ---> 11e8d3978d53 08:46:49 Step 10/23 : RUN make cmd/support-notifications/support-notifications 08:46:50 ---> Running in 9e92082a8bee 08:46:50 ---> Running in 36edbecd1ced 08:46:50 Removing intermediate container b13a8919e4c2 08:46:50 ---> 4dc45af506c0 08:46:50 08:46:50 Step 11/24 : FROM alpine:3.12 08:46:50 ---> 13621d1b12d4 08:46:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:46:50 ---> Running in 2ddb884fd715 08:46:50 Removing intermediate container e078574cd49d 08:46:50 ---> 9bab81a6d5a2 08:46:50 08:46:50 Step 12/24 : FROM docker:20.10.0 08:46:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:46:50 20.10.0: Pulling from library/docker 08:46:50 Removing intermediate container 2ddb884fd715 08:46:50 ---> fd17332f25f7 08:46:50 Step 13/24 : ENV APP_PORT=48080 08:46:50 ---> Running in 91f406366538 08:46:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:46:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:46:51 Removing intermediate container 91f406366538 08:46:51 ---> fbaccdf339a1 08:46:51 Step 14/24 : EXPOSE $APP_PORT 08:46:51 ---> Running in 942d86e685ba 08:46:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:46:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:46:52 Removing intermediate container 942d86e685ba 08:46:52 ---> 99370d1fdb74 08:46:52 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:52 ---> Running in e2c0c5786308 08:46:56 Removing intermediate container e2c0c5786308 08:46:56 ---> 9cd304b4ca78 08:46:56 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 08:46:56 ---> Running in afab76a94bdf 08:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:46:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:46:59 (1/6) Installing dumb-init (1.2.2-r1) 08:46:59 (2/6) Installing libgcc (9.3.0-r2) 08:46:59 (3/6) Installing libsodium (1.0.18-r0) 08:47:00 (4/6) Installing libstdc++ (9.3.0-r2) 08:47:00 (5/6) Installing libzmq (4.3.3-r0) 08:47:00 (6/6) Installing zeromq (4.3.3-r0) 08:47:00 Executing busybox-1.31.1-r20.trigger 08:47:00 OK: 8 MiB in 20 packages 08:47:02 Removing intermediate container afab76a94bdf 08:47:02 ---> 23a84fc9fba2 08:47:02 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:47:04 ---> ad979d57358b 08:47:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:47:05 ---> 233055bbdbf2 08:47:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:47:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:47:05 Status: Downloaded newer image for docker:20.10.0 08:47:05 ---> aefe523efa57 08:47:05 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:47:05 ---> Running in d6abb14faed5 08:47:05 ---> c58468dfb3ef 08:47:05 Step 20/24 : ENTRYPOINT ["/core-data"] 08:47:05 Removing intermediate container d6abb14faed5 08:47:05 ---> 78e46b85c26f 08:47:05 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:47:05 ---> Running in fbbcb21957f1 08:47:05 ---> Running in 4fefbf6766bf 08:47:06 Removing intermediate container fbbcb21957f1 08:47:06 ---> b73b28e594d6 08:47:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:47:06 ---> Running in 3d76968c77c9 08:47:07 Removing intermediate container 3d76968c77c9 08:47:07 ---> 73e890e4ab8c 08:47:07 Step 22/24 : LABEL arch=x86_64 08:47:07 ---> Running in cb368bc29274 08:47:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:47:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:47:07 Removing intermediate container cb368bc29274 08:47:07 ---> bd8262ae9bed 08:47:07 Step 23/24 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:47:07 ---> Running in 945652dc6275 08:47:07 (1/39) Installing readline (8.0.4-r0) 08:47:07 (2/39) Installing bash (5.0.17-r0) 08:47:07 Executing bash-5.0.17-r0.post-install 08:47:07 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:47:07 (4/39) Installing libcurl (7.76.1-r0) 08:47:07 (5/39) Installing curl (7.76.1-r0) 08:47:07 (6/39) Installing dumb-init (1.2.2-r1) 08:47:07 (7/39) Installing libbz2 (1.0.8-r1) 08:47:07 (8/39) Installing expat (2.2.9-r1) 08:47:07 (9/39) Installing libffi (3.3-r2) 08:47:07 (10/39) Installing gdbm (1.13-r1) 08:47:07 (11/39) Installing xz-libs (5.2.5-r0) 08:47:07 (12/39) Installing sqlite-libs (3.32.1-r0) 08:47:07 (13/39) Installing python3 (3.8.10-r0) 08:47:07 Removing intermediate container 945652dc6275 08:47:07 ---> e66cdb02c9db 08:47:07 Step 24/24 : LABEL version=0.0.0 08:47:09 ---> Running in 0e6457608744 08:47:10 (14/39) Installing py3-appdirs (1.4.4-r1) 08:47:10 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:47:10 (16/39) Installing py3-parsing (2.4.7-r0) 08:47:10 (17/39) Installing py3-six (1.15.0-r0) 08:47:11 (18/39) Installing py3-packaging (20.4-r0) 08:47:11 (19/39) Installing py3-setuptools (47.0.0-r0) 08:47:11 Removing intermediate container 0e6457608744 08:47:11 ---> 5b66b91255cf 08:47:11 08:47:11 (20/39) Installing py3-chardet (3.0.4-r4) 08:47:11 (21/39) Installing py3-idna (2.9-r0) 08:47:11 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:47:11 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:47:11 (24/39) Installing py3-requests (2.23.0-r0) 08:47:11 (25/39) Installing py3-msgpack (1.0.0-r0) 08:47:11 (26/39) Installing py3-lockfile (0.12.2-r3) 08:47:11 Successfully built 5b66b91255cf 08:47:11 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:47:11 Successfully tagged core-data:latest 08:47:11  Building core-data ... done (28/39) Installing py3-colorama (0.4.3-r0) 08:47:11 (29/39) Installing py3-distlib (0.3.0-r0) 08:47:11 (30/39) Installing py3-distro (1.5.0-r1) 08:47:11 (31/39) Installing py3-webencodings (0.5.1-r3) 08:47:11 (32/39) Installing py3-html5lib (1.0.1-r4) 08:47:11 (33/39) Installing py3-pytoml (0.1.21-r0) 08:47:11 (34/39) Installing py3-pep517 (0.8.2-r0) 08:47:11 (35/39) Installing py3-progress (1.5-r0) 08:47:11 (36/39) Installing py3-toml (0.10.1-r0) 08:47:11 (37/39) Installing py3-retrying (1.3.3-r0) 08:47:11 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:47:11 (39/39) Installing py3-pip (20.1.1-r0) 08:47:12 Executing busybox-1.31.1-r19.trigger 08:47:12 OK: 72 MiB in 59 packages 08:47:14 Collecting docker-compose==1.23.2 08:47:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:47:14 Collecting websocket-client<1.0,>=0.32.0 08:47:14 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 08:47:14 Collecting dockerpty<0.5,>=0.4.1 08:47:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:47:15 Collecting docopt<0.7,>=0.6.1 08:47:15 Downloading docopt-0.6.2.tar.gz (25 kB) 08:47:16 Collecting jsonschema<3,>=2.5.1 08:47:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:47:16 Collecting docker<4.0,>=3.6.0 08:47:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:47:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:47:17 Collecting texttable<0.10,>=0.9.0 08:47:17 Downloading texttable-0.9.1.tar.gz (11 kB) 08:47:17 Collecting cached-property<2,>=1.2.0 08:47:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:47:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:47:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:47:18 Collecting PyYAML<4,>=3.10 08:47:18 Downloading PyYAML-3.13.tar.gz (270 kB) 08:47:19 Collecting docker-pycreds>=0.4.0 08:47:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:47:19 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 08:47:19 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 08:47:19 Collecting idna<2.8,>=2.5 08:47:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:47:19 Collecting urllib3<1.25,>=1.21.1 08:47:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:47:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:47:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:47:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:47:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:47:20 Installing collected packages: websocket-client, dockerpty, docopt, jsonschema, idna, urllib3, requests, docker-pycreds, docker, texttable, cached-property, PyYAML, docker-compose 08:47:20 Running setup.py install for dockerpty: started 08:47:21 Running setup.py install for dockerpty: finished with status 'done' 08:47:21 Running setup.py install for docopt: started 08:47:22 Running setup.py install for docopt: finished with status 'done' 08:47:22 Attempting uninstall: idna 08:47:22 Found existing installation: idna 2.9 08:47:22 Uninstalling idna-2.9: 08:47:22 Successfully uninstalled idna-2.9 08:47:23 Attempting uninstall: urllib3 08:47:23 Found existing installation: urllib3 1.25.9 08:47:23 Uninstalling urllib3-1.25.9: 08:47:23 Successfully uninstalled urllib3-1.25.9 08:47:23 Attempting uninstall: requests 08:47:23 Found existing installation: requests 2.23.0 08:47:23 Uninstalling requests-2.23.0: 08:47:23 Successfully uninstalled requests-2.23.0 08:47:23 Running setup.py install for texttable: started 08:47:24 Running setup.py install for texttable: finished with status 'done' 08:47:24 Running setup.py install for PyYAML: started 08:47:25 Running setup.py install for PyYAML: finished with status 'done' 08:47:25 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 08:47:36 Removing intermediate container 4fefbf6766bf 08:47:36 ---> 31a583b659b3 08:47:36 Step 15/24 : ENV APP_PORT=48090 08:47:36 ---> Running in b729cf386f1f 08:47:36 Removing intermediate container b729cf386f1f 08:47:36 ---> 82fe1f0b40e2 08:47:36 Step 16/24 : EXPOSE $APP_PORT 08:47:36 ---> Running in 4f6fc98b9f83 08:47:36 Removing intermediate container 4f6fc98b9f83 08:47:36 ---> 60acc42d911d 08:47:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:47:36 ---> 243cebe3faed 08:47:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:47:36 ---> e07b405132c9 08:47:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:47:36 ---> 39a5353ad89c 08:47:36 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 08:47:36 ---> Running in eb118d13cf37 08:47:36 Removing intermediate container eb118d13cf37 08:47:36 ---> 6aa50a4e2057 08:47:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:47:36 ---> Running in 70be7acb3235 08:47:37 Removing intermediate container 70be7acb3235 08:47:37 ---> 9b8023a719b2 08:47:37 Step 22/24 : LABEL arch=x86_64 08:47:37 ---> Running in b60093864498 08:47:37 Removing intermediate container b60093864498 08:47:37 ---> 719a38af6c1b 08:47:37 Step 23/24 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:47:37 ---> Running in b93729b3d842 08:47:38 Removing intermediate container b93729b3d842 08:47:38 ---> d893996ddf11 08:47:38 Step 24/24 : LABEL version=0.0.0 08:47:38 ---> Running in 509cb24dbe6f 08:47:38 Removing intermediate container 509cb24dbe6f 08:47:38 ---> 702e0d5cf9ae 08:47:38 08:47:38 Successfully built 702e0d5cf9ae 08:47:39 Successfully tagged sys-mgmt-agent:latest 08:47:40  Building sys-mgmt-agent ... done  [Pipeline] } 08:47:40 $ docker stop --time=1 967018908afa7a8086da9d92805deb9e464799fa6f82cf18cf87f6c53ddd78ec 08:47:42 $ docker rm -f 967018908afa7a8086da9d92805deb9e464799fa6f82cf18cf87f6c53ddd78ec [Pipeline] // withDockerContainer [Pipeline] sh 08:47:42 + docker images 08:47:43 REPOSITORY TAG IMAGE ID CREATED SIZE 08:47:43 sys-mgmt-agent latest 702e0d5cf9ae 5 seconds ago 312MB 08:47:43 core-data latest 5b66b91255cf 34 seconds ago 21.5MB 08:47:43 9bab81a6d5a2 53 seconds ago 1.15GB 08:47:43 4dc45af506c0 54 seconds ago 1.17GB 08:47:43 security-secretstore-setup latest ad88a627f4d6 About a minute ago 25.7MB 08:47:43 support-scheduler latest bf4ee9e49756 About a minute ago 17.1MB 08:47:43 d5e7f812eb07 About a minute ago 1.16GB 08:47:43 ecf639344b75 About a minute ago 1.16GB 08:47:43 security-bootstrapper latest a3f81dacc133 3 minutes ago 18.2MB 08:47:43 core-metadata latest 96229acd1849 3 minutes ago 18.6MB 08:47:43 support-notifications latest a7fe66d56862 3 minutes ago 17.7MB 08:47:43 core-command latest 58ceb0f67087 3 minutes ago 17MB 08:47:43 security-proxy-setup latest e7ac8b7300e2 3 minutes ago 25.3MB 08:47:43 2bc05c1aa1e0 4 minutes ago 1.17GB 08:47:43 4b0ca4863a97 4 minutes ago 1.16GB 08:47:43 4cbe42e872f9 4 minutes ago 1.15GB 08:47:43 0554f4c3c466 4 minutes ago 1.16GB 08:47:43 a16afa26cac4 4 minutes ago 1.15GB 08:47:43 ci-base-image-x86_64 latest 9db6b4128e4d 13 minutes ago 648MB 08:47:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 12 days ago 445MB 08:47:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 2 weeks ago 37.5MB 08:47:43 alpine 3.12 13621d1b12d4 3 weeks ago 5.58MB 08:47:43 docker 20.10.0 aefe523efa57 5 months ago 240MB 08:47:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 10 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 08:47:58 Still waiting to schedule task 08:47:58 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:48:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:48:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:48:50 Removing intermediate container de1f48f502d6 08:48:50 ---> 3f092f867bc3 08:48:50 08:48:50 Step 11/26 : FROM alpine:3.12 08:48:50 3.12: Pulling from library/alpine 08:48:50 Removing intermediate container c77b0a13e4f8 08:48:50 ---> ca77df4b6647 08:48:50 08:48:50 Step 11/22 : FROM alpine:3.12 08:48:50 3.12: Pulling from library/alpine 08:48:51 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:48:51 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:48:51 Status: Downloaded newer image for alpine:3.12 08:48:51 ---> 9852663dfa18 08:48:51 Step 12/22 : RUN apk add --update --no-cache curl 08:48:51 Status: Image is up to date for alpine:3.12 08:48:51 ---> 9852663dfa18 08:48:51 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:48:51 ---> Running in 401920bd6357 08:48:51 ---> Running in f5ef866fe325 08:48:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:54 (1/4) Installing ca-certificates (20191127-r4) 08:48:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:48:54 (3/4) Installing libcurl (7.76.1-r0) 08:48:54 (4/4) Installing curl (7.76.1-r0) 08:48:54 Executing busybox-1.31.1-r20.trigger 08:48:54 Executing ca-certificates-20191127-r4.trigger 08:48:54 (1/6) Installing ca-certificates (20191127-r4) 08:48:54 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:48:54 (3/6) Installing libcurl (7.76.1-r0) 08:48:54 (4/6) Installing curl (7.76.1-r0) 08:48:54 (5/6) Installing dumb-init (1.2.2-r1) 08:48:54 (6/6) Installing su-exec (0.2-r1) 08:48:54 Executing busybox-1.31.1-r20.trigger 08:48:54 Executing ca-certificates-20191127-r4.trigger 08:48:54 OK: 7 MiB in 18 packages 08:48:54 Running on prd-ubuntu18.04-docker-8c-8g-4675 in /w/workspace/edgexfoundry_edgex-go_PR-3447 [Pipeline] { [Pipeline] ws 08:48:54 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 08:48:55 OK: 7 MiB in 20 packages 08:48:57 using credential edgex-jenkins-ssh 08:48:57 Cloning the remote Git repository 08:48:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:48:57 > git init /w/workspace/edgex-go/4 # timeout=10 08:48:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:48:57 > git --version # timeout=10 08:48:57 > git --version # 'git version 2.17.1' 08:48:57 using GIT_SSH to set credentials SSH Credentials for GitHub 08:48:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:48:59 Removing intermediate container f5ef866fe325 08:48:59 ---> b6d6fa9e0a50 08:48:59 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:48:59 Removing intermediate container 401920bd6357 08:48:59 ---> d2bcc1c39ec2 08:48:59 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:49:00 ---> Running in c02446eb63ae 08:49:00 ---> Running in 57793d79bc72 08:49:01 Removing intermediate container c02446eb63ae 08:49:01 ---> 5cc8bda83937 08:49:01 Step 14/22 : WORKDIR /edgex 08:49:02 Removing intermediate container 57793d79bc72 08:49:02 ---> 45e5ce715888 08:49:02 Step 14/26 : WORKDIR / 08:49:02 ---> Running in f6a11277d932 08:49:02 Removing intermediate container e08a441f4b45 08:49:02 ---> 8f93609dc58d 08:49:02 08:49:02 Step 11/24 : FROM alpine:3.12 08:49:02 ---> 9852663dfa18 08:49:02 Step 12/24 : RUN apk add --update --no-cache dumb-init 08:49:02 Removing intermediate container 36edbecd1ced 08:49:02 ---> b7dccdc056d2 08:49:02 08:49:02 Step 11/23 : FROM alpine:3.12 08:49:02 ---> 9852663dfa18 08:49:02 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 08:49:02 ---> Running in 4c65a05c9282 08:49:02 ---> Running in c93036fedc67 08:49:02 ---> Running in a34a5b7b0ad5 08:49:02 Removing intermediate container f6a11277d932 08:49:02 ---> cd42970bb314 08:49:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:49:03 Removing intermediate container 4c65a05c9282 08:49:03 ---> c5a6d9d9dfea 08:49:03 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:49:04 ---> 60f6827cd38c 08:49:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:49:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:04 ---> 32023441687f 08:49:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:49:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:05 (1/1) Installing dumb-init (1.2.2-r1) 08:49:05 Executing busybox-1.31.1-r20.trigger 08:49:05 (1/2) Installing ca-certificates (20191127-r4) 08:49:05 OK: 5 MiB in 15 packages 08:49:05 (2/2) Installing dumb-init (1.2.2-r1) 08:49:05 Executing busybox-1.31.1-r20.trigger 08:49:06 Executing ca-certificates-20191127-r4.trigger 08:49:06 OK: 6 MiB in 16 packages 08:49:06 ---> cfd623fcbc0b 08:49:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:49:07 ---> 15b5748e3617 08:49:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:49:08 ---> 33aafe42f731 08:49:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 08:49:08 Removing intermediate container c93036fedc67 08:49:08 ---> f4c4f2064bea 08:49:08 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:49:09 ---> 0a03e2882479 08:49:09 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:49:09 Removing intermediate container a34a5b7b0ad5 08:49:09 ---> 229db3093f57 08:49:09 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:49:09 ---> Running in 3139e5156eed 08:49:09 ---> Running in bca131e4a1cd 08:49:09 ---> 1df92258e14c 08:49:09 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:49:09 ---> Running in e3112874d131 08:49:09 Removing intermediate container 9e92082a8bee 08:49:09 ---> 0a3af53e358f 08:49:09 08:49:09 Step 11/24 : FROM alpine:3.12 08:49:09 ---> 9852663dfa18 08:49:09 Step 12/24 : RUN apk add --update --no-cache dumb-init 08:49:09 ---> Using cache 08:49:09 ---> f4c4f2064bea 08:49:09 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:49:09 ---> Using cache 08:49:09 ---> a8b2aac7b07f 08:49:09 Step 14/24 : ENV APP_PORT=48081 08:49:09 Removing intermediate container 3139e5156eed 08:49:09 ---> a8b2aac7b07f 08:49:09 Step 14/24 : ENV APP_PORT=48082 08:49:09 Removing intermediate container bca131e4a1cd 08:49:09 ---> bda9e326cca2 08:49:09 Step 19/22 : CMD ["--init=true"] 08:49:10 ---> Running in 9fcfd6af3b52 08:49:10 ---> Running in 9a2da4b82f3a 08:49:10 Removing intermediate container e3112874d131 08:49:10 ---> 5f9b8362830c 08:49:10 Step 14/23 : ENV APP_PORT=48060 08:49:10 ---> Running in 412a8fb06c99 08:49:10 ---> Running in f39fbcac9a58 08:49:10 Removing intermediate container 9fcfd6af3b52 08:49:10 ---> d7261fcce929 08:49:10 Step 15/24 : EXPOSE $APP_PORT 08:49:11 ---> d7f7133fe0c4 08:49:11 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:49:11 Removing intermediate container 9a2da4b82f3a 08:49:11 ---> 77801eaf5239 08:49:11 Step 15/24 : EXPOSE $APP_PORT 08:49:11 ---> Running in 1be2b5d91198 08:49:11 Removing intermediate container 412a8fb06c99 08:49:11 ---> 515f79c63c73 08:49:11 Step 20/22 : LABEL arch=arm64 08:49:11 Removing intermediate container f39fbcac9a58 08:49:11 ---> a81ee51564af 08:49:11 Step 15/23 : EXPOSE $APP_PORT 08:49:11 ---> Running in f9a0a7167251 08:49:11 ---> Running in b590e072327d 08:49:11 ---> Running in fa48152e0b7f 08:49:11 Removing intermediate container 1be2b5d91198 08:49:11 ---> 47c5cc212c7c 08:49:11 Step 16/24 : WORKDIR / 08:49:12 Removing intermediate container f9a0a7167251 08:49:12 ---> ce8c4b6b51c1 08:49:12 Step 16/24 : WORKDIR / 08:49:12 ---> Running in d213f4be29be 08:49:12 Removing intermediate container b590e072327d 08:49:12 ---> 7ede8dc2feb3 08:49:12 Step 21/22 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:49:12 ---> Running in 9614d05c26ee 08:49:12 Removing intermediate container fa48152e0b7f 08:49:12 ---> c5a14420fba0 08:49:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:49:12 ---> Running in fd95d1236ae3 08:49:12 ---> b737d9abf2cf 08:49:12 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:49:13 Removing intermediate container d213f4be29be 08:49:13 ---> b4924211ceae 08:49:13 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:49:13 Removing intermediate container 9614d05c26ee 08:49:13 ---> dbbf97084ada 08:49:13 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:49:13 Removing intermediate container fd95d1236ae3 08:49:13 ---> d833aa7e9878 08:49:13 Step 22/22 : LABEL version=0.0.0 08:49:13 ---> Running in d5349840b08c 08:49:13 ---> a27cc6d1f76f 08:49:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:49:13 ---> 6c7d48eed531 08:49:13 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/ 08:49:14 ---> 005eaaaf0477 08:49:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:49:14 ---> Running in 403ba59cdfe9 08:49:14 Removing intermediate container d5349840b08c 08:49:14 ---> 9919a748f7f3 08:49:14 08:49:14 ---> 099bed24873f 08:49:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:49:15 Successfully built 9919a748f7f3 08:49:15 Successfully tagged security-proxy-setup-arm64:latest 08:49:15  Building security-proxy-setup ... done Building support-scheduler 08:49:15 ---> 87fb21512949 08:49:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:49:16 ---> 30568ef4ec1a 08:49:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:49:16 ---> a82645ebb1cf 08:49:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:49:17 Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit 670f3584858cccf1ec2af0b55bcc1500b96a803a 08:49:17 Merge succeeded, producing 57feba9367d3f22bd750570130b7d9137e6a8866 08:49:17 Checking out Revision 57feba9367d3f22bd750570130b7d9137e6a8866 (PR-3447) 08:49:18 ---> 3c1b7fc25f64 08:49:18 Step 19/23 : ENTRYPOINT ["/support-notifications"] 08:49:18 ---> e9031f74174e 08:49:18 Step 20/24 : ENTRYPOINT ["/core-metadata"] 08:49:18 ---> 4dd827638e8e 08:49:18 Step 20/24 : ENTRYPOINT ["/core-command"] 08:49:18 Removing intermediate container 403ba59cdfe9 08:49:18 ---> 277f93c56a41 08:49:18 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 08:49:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:49:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:49:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:49:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:49:16 using GIT_SSH to set credentials SSH Credentials for GitHub 08:49:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3447/head:refs/remotes/origin/PR-3447 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:49:17 > git config core.sparsecheckout # timeout=10 08:49:17 > git checkout -f 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 08:49:17 > git remote # timeout=10 08:49:17 > git config --get remote.origin.url # timeout=10 08:49:17 using GIT_SSH to set credentials SSH Credentials for GitHub 08:49:17 > git merge f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 08:49:17 > git rev-parse HEAD^{commit} # timeout=10 08:49:17 > git config core.sparsecheckout # timeout=10 08:49:17 > git checkout -f 57feba9367d3f22bd750570130b7d9137e6a8866 # timeout=10 08:49:19 ---> Running in 5e46b79e6b8a 08:49:19 ---> Running in 65153c60a050 08:49:19 ---> Running in 5e37bd896b02 08:49:19 ---> Running in 29bc107351cc 08:49:19 Removing intermediate container 5e46b79e6b8a 08:49:19 ---> 8059eea0ad5a 08:49:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:19 Removing intermediate container 5e37bd896b02 08:49:19 ---> 6917b23f0a0b 08:49:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:19 Removing intermediate container 65153c60a050 08:49:19 ---> a8460b0a7abc 08:49:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:19 ---> Running in 293b533348d9 08:49:19 Removing intermediate container 29bc107351cc 08:49:19 ---> 734f0c02c9d1 08:49:20 Step 24/26 : LABEL arch=arm64 08:49:20 ---> Running in c5db5e584cfd 08:49:20 ---> Running in 33ba969cc9d3 08:49:20 ---> Running in faef3009a37e 08:49:21 Removing intermediate container 293b533348d9 08:49:21 ---> f6eee0fa6e8e 08:49:21 Step 22/24 : LABEL arch=arm64 08:49:21 Commit message: "Merge commit 'f1ea93c16db09b36626d9198e09713e38083a332' into HEAD" 08:49:21 > git rev-list --no-walk 670f3584858cccf1ec2af0b55bcc1500b96a803a # timeout=10 08:49:21 Removing intermediate container c5db5e584cfd 08:49:21 ---> 79228260bd84 08:49:21 Step 22/24 : LABEL arch=arm64 08:49:21 Removing intermediate container 33ba969cc9d3 08:49:21 ---> a854a0166924 08:49:21 Step 21/23 : LABEL arch=arm64 08:49:21 Removing intermediate container faef3009a37e 08:49:21 ---> e9a0b95a39be [Pipeline] withEnv [Pipeline] { 08:49:21 Step 25/26 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:49:21 ---> Running in 952e38d25da4 08:49:21 ---> Running in 731a2dd268de 08:49:21 ---> Running in 6340b5368da7 08:49:21 ---> Running in ca4c3ce6a173 [Pipeline] libraryResource [Pipeline] sh 08:49:21 Removing intermediate container 952e38d25da4 08:49:21 ---> cd62b1e388b3 08:49:21 Step 23/24 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:49:22 Removing intermediate container 731a2dd268de 08:49:22 ---> bd8397b7fec9 08:49:22 Step 23/24 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:49:22 + echo snap-build.sh 08:49:22 snap-build.sh 08:49:22 + SNAP_BASE_DIR=. 08:49:22 + '[' '!' -z /w/workspace/edgex-go/4 ']' 08:49:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 08:49:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 08:49:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 08:49:22 + cd /w/workspace/edgex-go/4 08:49:22 + sudo apt-get remove -qy --purge lxd lxd-client 08:49:22 Reading package lists... 08:49:22 Building dependency tree... 08:49:22 Reading state information... 08:49:22 ---> Running in f3b57e464bce 08:49:22 ---> Running in f57427db437c 08:49:22 Removing intermediate container ca4c3ce6a173 08:49:22 ---> 308799e4aaf3 08:49:22 Step 26/26 : LABEL version=0.0.0 08:49:22 Removing intermediate container 6340b5368da7 08:49:22 ---> 9a2a90f16abe 08:49:22 Step 22/23 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:49:22 The following packages were automatically installed and are no longer required: 08:49:22 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:49:22 uidmap xdelta3 08:49:22 Use 'sudo apt autoremove' to remove them. 08:49:22 The following packages will be REMOVED: 08:49:22 lxd* lxd-client* 08:49:22 ---> Running in 56a01c9f5db7 08:49:22 ---> Running in 876830ae0876 08:49:22 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:49:22 After this operation, 31.7 MB disk space will be freed. 08:49:23 Removing intermediate container f3b57e464bce 08:49:23 ---> 5a8eb085f22a 08:49:23 Step 24/24 : LABEL version=0.0.0 08:49:23 Removing intermediate container f57427db437c 08:49:23 ---> bf356a7aa4f7 08:49:23 Step 24/24 : LABEL version=0.0.0 08:49:23 ---> Running in 4e3df6ad8027 08:49:23 ---> Running in 853b754bc2e4 08:49:23 Removing intermediate container 56a01c9f5db7 08:49:23 ---> 80cd20e60983 08:49:23 08:49:23 Removing intermediate container 876830ae0876 08:49:23 ---> ddeed0f7638d 08:49:23 Step 23/23 : LABEL version=0.0.0 08:49:24 Removing intermediate container 4e3df6ad8027 08:49:24 ---> ceebe14f8f15 08:49:24 08:49:24 Successfully built 80cd20e60983 08:49:24 (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.) 08:49:24 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:49:24 Successfully tagged security-secretstore-setup-arm64:latest 08:49:24  Building security-secretstore-setup ... done Building security-bootstrapper 08:49:24 ---> Running in b8a6decc04ea 08:49:24 Removing intermediate container 853b754bc2e4 08:49:24 ---> 8df45af58610 08:49:24 08:49:24 Successfully built ceebe14f8f15 08:49:24 Successfully tagged core-metadata-arm64:latest 08:49:24 Building sys-mgmt-agent 08:49:24 Removing lxd dnsmasq configuration 08:49:24  Building core-metadata ... done Successfully built 8df45af58610 08:49:24 Successfully tagged core-command-arm64:latest 08:49:25 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:49:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:49:25 Building core-data 08:49:25  Building core-command ... done Removing intermediate container b8a6decc04ea 08:49:25 ---> f06e52df8d60 08:49:25 08:49:25 Successfully built f06e52df8d60 08:49:25 Successfully tagged support-notifications-arm64:latest 08:49:26 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:49:26 (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.) 08:49:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:49:27 Processing triggers for systemd (237-3ubuntu10.42) ... 08:49:27 Processing triggers for ureadahead (0.100.0-21) ... 08:49:28 + sudo snap remove --purge lxd 08:49:28 snap "lxd" is not installed 08:49:28 + sudo groupadd --force --system lxd 08:49:28 ++ whoami 08:49:28 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:49:28 + newgrp - lxd 08:49:28 + sudo snap install lxd 08:49:38 2021-05-12T08:49:36Z INFO Waiting for automatic snapd restart... 08:49:52 lxd 4.14 from Canonical* installed 08:49:52 + sudo lxd init --auto 08:50:00 + sudo snap install --classic snapcraft 08:50:04 snapcraft 4.7.1 from Canonical* installed 08:50:04 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 08:50:04 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 08:50:04 % Total % Received % Xferd Average Speed Time Time Time Current 08:50:04 Dload Upload Total Spent Left Speed 08:50:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3426 0 --:--:-- --:--:-- --:--:-- 3445 08:50:04  Building support-notifications ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:50:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:50:04 ---> b975d9064c91 08:50:04 Step 3/23 : WORKDIR /edgex-go 08:50:04 ---> Using cache 08:50:04 ---> d06643c917ab 08:50:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:04 ---> Using cache 08:50:04 ---> 85d1dd085ce2 08:50:04 Step 5/23 : RUN apk add --update --no-cache make git 08:50:04 ---> Using cache 08:50:04 ---> c6c3def02f81 08:50:04 Step 6/23 : COPY go.mod . 08:50:04 ---> Using cache 08:50:04 ---> 4b211ef7328d 08:50:04 Step 7/23 : RUN go mod download 08:50:04 ---> Using cache 08:50:04 ---> ae5cb6d19884 08:50:04 Step 8/23 : COPY . . 08:50:04 ---> Using cache 08:50:04 ---> 21d176c6cd43 08:50:04 Step 9/23 : RUN go mod tidy 08:50:04 ---> Using cache 08:50:04 ---> aeaa5e03c89f 08:50:04 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 08:50:05 100 3325k 100 3325k 0 0 7029k 0 --:--:-- --:--:-- --:--:-- 7029k 08:50:05 ./yq_linux_amd64 08:50:05 + sudo snapcraft prime --use-lxd 08:50:06 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:50:06 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: 08:50:06 - README.md 08:50:06 08:50:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:50:07 Launching a container. 08:50:09 ---> Running in 68bfc032bc66 08:50:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:50:15 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:50:15 Step 2/32 : FROM ${BUILDER_BASE} AS builder 08:50:15 ---> b975d9064c91 08:50:15 Step 3/32 : WORKDIR /edgex-go 08:50:15 ---> Using cache 08:50:15 ---> d06643c917ab 08:50:15 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:15 ---> Using cache 08:50:15 ---> 85d1dd085ce2 08:50:15 Step 5/32 : RUN apk add --update --no-cache make git 08:50:15 ---> Using cache 08:50:15 ---> c6c3def02f81 08:50:15 Step 6/32 : COPY go.mod . 08:50:15 ---> Using cache 08:50:15 ---> 4b211ef7328d 08:50:15 Step 7/32 : RUN go mod download 08:50:15 ---> Using cache 08:50:15 ---> ae5cb6d19884 08:50:15 Step 8/32 : COPY . . 08:50:15 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:50:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:50:15 ---> b975d9064c91 08:50:15 Step 3/24 : WORKDIR /edgex-go 08:50:15 ---> Using cache 08:50:15 ---> d06643c917ab 08:50:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:15 ---> Using cache 08:50:15 ---> 85d1dd085ce2 08:50:15 Step 5/24 : RUN apk add --update --no-cache make bash git 08:50:15 ---> Using cache 08:50:15 ---> 21d176c6cd43 08:50:15 Step 9/32 : RUN go mod tidy 08:50:15 ---> Using cache 08:50:15 ---> aeaa5e03c89f 08:50:15 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:50:15 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 08:50:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:50:15 ---> b975d9064c91 08:50:15 Step 3/24 : WORKDIR /edgex-go 08:50:15 ---> Using cache 08:50:15 ---> d06643c917ab 08:50:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:15 ---> Using cache 08:50:15 ---> 85d1dd085ce2 08:50:15 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:50:16 ---> Running in ed89b15f6906 08:50:16 ---> Running in 6afa611e72d3 08:50:16 ---> Running in 275cae089984 08:50:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:50:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:50:19 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:50:19 Waiting for container to be ready 08:50:19 To start your first instance, try: lxc launch ubuntu:18.04 08:50:19 08:50:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:50:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:50:21 OK: 218 MiB in 52 packages 08:50:21 OK: 218 MiB in 52 packages 08:50:22 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:50:22 Waiting for network to be ready... 08:50:23 Removing intermediate container 6afa611e72d3 08:50:23 ---> b9fc7c97e9e8 08:50:23 Step 6/24 : COPY go.mod . 08:50:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:50:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] 08:50:23 Removing intermediate container ed89b15f6906 08:50:23 ---> e79a5b1dfe69 08:50:23 Step 6/24 : COPY go.mod . 08:50:23 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:50:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 08:50:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:50:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:50:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] 08:50:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 08:50:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 08:50:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:50:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:50:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:50:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:50:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:50:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:50:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:50:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:50:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:50:24 ---> 7c49775f4b3a 08:50:24 Step 7/24 : RUN go mod download 08:50:24 ---> Running in 16f2c3a076f9 08:50:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:50:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 08:50:24 ---> fceaa0a0174c 08:50:24 Step 7/24 : RUN go mod download 08:50:24 ---> Running in 572ea989e9a1 08:50:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 08:50:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:50:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:50:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 08:50:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 08:50:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 08:50:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:50:27 Fetched 24.6 MB in 4s (5715 kB/s) 08:50:28 Reading package lists... 08:50:28 Reading package lists... 08:50:28 Building dependency tree... 08:50:28 Reading state information... 08:50:28 The following additional packages will be installed: 08:50:28 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:50:28 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:50:28 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:50:28 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:50:28 Suggested packages: 08:50:28 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:50:28 Recommended packages: 08:50:28 gnupg libsasl2-modules 08:50:28 The following NEW packages will be installed: 08:50:28 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:50:28 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:50:28 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:50:28 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:50:28 The following packages will be upgraded: 08:50:28 gpg gpg-agent gpgconf libudev1 08:50:28 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 08:50:28 Need to get 3530 kB of archives. 08:50:28 After this operation, 13.3 MB of additional disk space will be used. 08:50:28 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 08:50:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 08:50:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 08:50:29 Removing intermediate container 16f2c3a076f9 08:50:29 ---> adaf3c2072ff 08:50:29 Step 8/24 : COPY . . 08:50:29 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 08:50:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 08:50:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 08:50:29 Removing intermediate container 572ea989e9a1 08:50:29 ---> 25b59f76deb0 08:50:29 Step 8/24 : COPY . . 08:50:29 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:50:29 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:50:29 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 08:50:29 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 08:50:29 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 08:50:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:50:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:50:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:50:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:50:29 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:50:29 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:50:29 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:50:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:50:29 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:50:29 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:50:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 08:50:30 debconf: delaying package configuration, since apt-utils is not installed 08:50:30 Fetched 3530 kB in 1s (2785 kB/s) 08:50:30 (Reading database ... 12511 files and directories currently installed.) 08:50:30 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 08:50:30 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 08:50:30 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 08:50:30 Selecting previously unselected package udev. 08:50:30 (Reading database ... 12511 files and directories currently installed.) 08:50:30 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 08:50:30 Unpacking udev (237-3ubuntu10.47) ... 08:50:30 Selecting previously unselected package libfuse2:amd64. 08:50:30 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:50:30 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:50:30 Selecting previously unselected package fuse. 08:50:30 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:50:30 Unpacking fuse (2.9.7-1ubuntu1) ... 08:50:30 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 08:50:30 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:50:31 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 08:50:31 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:50:31 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 08:50:31 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:50:31 Selecting previously unselected package libksba8:amd64. 08:50:31 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:50:31 Unpacking libksba8:amd64 (1.3.5-2) ... 08:50:31 Selecting previously unselected package libroken18-heimdal:amd64. 08:50:31 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:50:31 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:31 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:50:31 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:50:31 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:31 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:50:31 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:50:31 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:31 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:50:31 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:50:31 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:31 Selecting previously unselected package libwind0-heimdal:amd64. 08:50:31 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:50:31 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:31 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:50:31 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:50:31 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:31 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:50:31 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:50:32 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:32 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:50:32 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:50:32 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:32 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:50:32 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:50:32 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:32 Selecting previously unselected package libsasl2-modules-db:amd64. 08:50:32 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:50:32 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:50:32 Selecting previously unselected package libsasl2-2:amd64. 08:50:32 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:50:32 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:50:32 Selecting previously unselected package libldap-common. 08:50:32 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 08:50:32 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:50:32 Selecting previously unselected package libldap-2.4-2:amd64. 08:50:32 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 08:50:32 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:50:32 Selecting previously unselected package dirmngr. 08:50:32 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 08:50:32 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 08:50:32 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:50:32 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 08:50:32 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:50:32 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:50:32 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:50:32 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 08:50:33 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:33 Setting up libksba8:amd64 (1.3.5-2) ... 08:50:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:50:33 Setting up udev (237-3ubuntu10.47) ... 08:50:33 invoke-rc.d: policy-rc.d denied execution of start. 08:50:33 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:33 Processing triggers for systemd (237-3ubuntu10) ... 08:50:33 Setting up fuse (2.9.7-1ubuntu1) ... 08:50:34 Setting up gpg (2.2.4-1ubuntu1.4) ... 08:50:34 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:34 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:34 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:34 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:34 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:34 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:34 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:50:34 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:50:34 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 08:50:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:50:34 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:50:34 settings in the [Install] section, and DefaultInstance for template units). 08:50:34 This means they are not meant to be enabled using systemctl. 08:50:34 Possible reasons for having this kind of units are: 08:50:34 1) A unit may be statically enabled by being symlinked from another unit's 08:50:34 .wants/ or .requires/ directory. 08:50:34 2) A unit's purpose may be to act as a helper for some other unit which has 08:50:34 a requirement dependency on it. 08:50:34 3) A unit may be started when needed via activation (socket, path, timer, 08:50:34 D-Bus, udev, scripted systemctl call, ...). 08:50:34 4) In case of template units, the unit is meant to be enabled with some 08:50:34 instance name specified. 08:50:35 Reading package lists... 08:50:35 Building dependency tree... 08:50:35 Reading state information... 08:50:35 The following additional packages will be installed: 08:50:35 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:50:35 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:50:35 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:50:35 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:50:35 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:50:35 Suggested packages: 08:50:35 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:50:35 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:50:35 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:50:35 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:50:35 systemd-container policykit-1 08:50:35 Recommended packages: 08:50:35 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:50:35 The following NEW packages will be installed: 08:50:35 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:50:35 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:50:35 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:50:35 multiarch-support openssh-client python3 python3-minimal python3.6 08:50:35 python3.6-minimal snapd squashfs-tools sudo 08:50:35 The following packages will be upgraded: 08:50:35 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:50:35 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 08:50:35 Need to get 35.2 MB of archives. 08:50:35 After this operation, 141 MB of additional disk space will be used. 08:50:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 08:50:35 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 08:50:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 08:50:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:50:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 08:50:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 08:50:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 08:50:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:50:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:50:35 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:50:35 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:50:35 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:50:35 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:50:35 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:50:35 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 08:50:35 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:50:35 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 08:50:36 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 08:50:36 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 08:50:36 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 08:50:36 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:50:36 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:50:36 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:50:36 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:50:36 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:50:36 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:50:36 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:50:36 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:50:36 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:50:36 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:50:36 debconf: delaying package configuration, since apt-utils is not installed 08:50:36 Fetched 35.2 MB in 2s (23.0 MB/s) 08:50:37 (Reading database ... 12757 files and directories currently installed.) 08:50:37 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 08:50:37 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 08:50:37 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 08:50:37 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 08:50:37 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 08:50:37 (Reading database ... 12757 files and directories currently installed.) 08:50:37 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 08:50:37 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 08:50:38 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 08:50:38 (Reading database ... 12757 files and directories currently installed.) 08:50:38 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 08:50:38 Unpacking apt (1.6.13) over (1.6.1) ... 08:50:38 Setting up apt (1.6.13) ... 08:50:38 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:50:39 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:50:39 (Reading database ... 12764 files and directories currently installed.) 08:50:39 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:50:39 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:50:39 Selecting previously unselected package libpython3.6-minimal:amd64. 08:50:39 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:50:39 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:50:40 Selecting previously unselected package libexpat1:amd64. 08:50:40 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:50:40 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:50:40 Selecting previously unselected package python3.6-minimal. 08:50:40 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:50:40 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:50:40 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 08:50:40 Checking for services that may need to be restarted...done. 08:50:40 Checking for services that may need to be restarted...done. 08:50:40 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:50:40 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:50:40 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:50:41 Selecting previously unselected package python3-minimal. 08:50:41 (Reading database ... 13012 files and directories currently installed.) 08:50:41 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:50:41 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:50:41 Selecting previously unselected package mime-support. 08:50:41 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:50:41 Unpacking mime-support (3.60ubuntu1) ... 08:50:41 Selecting previously unselected package libmpdec2:amd64. 08:50:41 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:50:41 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:50:41 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:50:41 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:50:41 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:50:41 Selecting previously unselected package python3.6. 08:50:41 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:50:41 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:50:41 Selecting previously unselected package libpython3-stdlib:amd64. 08:50:41 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:50:41 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:50:41 Setting up python3-minimal (3.6.7-1~18.04) ... 08:50:42 Selecting previously unselected package python3. 08:50:42 (Reading database ... 13442 files and directories currently installed.) 08:50:42 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:50:42 Unpacking python3 (3.6.7-1~18.04) ... 08:50:42 Selecting previously unselected package multiarch-support. 08:50:42 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:50:42 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:50:42 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:50:42 Selecting previously unselected package liblzo2-2:amd64. 08:50:42 (Reading database ... 13479 files and directories currently installed.) 08:50:42 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:50:42 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:50:42 Selecting previously unselected package libbsd0:amd64. 08:50:42 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:50:42 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:50:42 Selecting previously unselected package sudo. 08:50:42 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:50:42 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:50:42 Selecting previously unselected package apparmor. 08:50:42 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:50:42 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:50:43 Selecting previously unselected package libedit2:amd64. 08:50:43 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:50:43 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:50:43 Selecting previously unselected package libkrb5support0:amd64. 08:50:43 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:50:43 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:50:43 Selecting previously unselected package libk5crypto3:amd64. 08:50:43 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:50:43 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:50:43 Selecting previously unselected package libkeyutils1:amd64. 08:50:43 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:50:43 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:50:43 Selecting previously unselected package libkrb5-3:amd64. 08:50:43 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:50:43 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:50:43 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:50:43 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:50:43 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:50:43 Selecting previously unselected package libssl1.0.0:amd64. 08:50:43 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 08:50:43 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:50:43 Selecting previously unselected package openssh-client. 08:50:43 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:50:43 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:50:43 Selecting previously unselected package squashfs-tools. 08:50:43 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:50:43 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:50:44 Selecting previously unselected package snapd. 08:50:44 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 08:50:44 Unpacking snapd (2.48.3+18.04) ... 08:50:46 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:50:46 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:50:46 Setting up mime-support (3.60ubuntu1) ... 08:50:46 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:50:46 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:50:46 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:50:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:50:46 Setting up systemd (237-3ubuntu10.47) ... 08:50:46 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:50:47 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:50:47 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:50:47 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:50:47 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:50:47 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:50:47 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:50:48 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:50:48 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:50:48 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:50:48 Setting up python3 (3.6.7-1~18.04) ... 08:50:48 running python rtupdate hooks for python3.6... 08:50:48 running python post-rtupdate hooks for python3.6... 08:50:48 Setting up apparmor (2.12-4ubuntu5.1) ... 08:50:49 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:50:49 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:50:49 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:50:49 Setting up snapd (2.48.3+18.04) ... 08:50:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:50:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:50:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:50:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:50:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:50:51 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:50:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:50:51 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:50:51 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:50:51 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:50:51 /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' 08:50:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:50:52 Processing triggers for systemd (237-3ubuntu10.47) ... 08:50:53 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:50:53 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:50:53 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:50:54 Reading package lists... 08:50:54 Reading package lists... 08:50:54 Building dependency tree... 08:50:54 Reading state information... 08:50:54 Calculating upgrade... 08:50:54 The following packages will be upgraded: 08:50:54 advancecomp base-files bash binutils binutils-common 08:50:54 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:50:54 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:50:54 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:50:54 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:50:54 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:50:54 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:50:54 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 08:50:54 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 08:50:54 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 08:50:54 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 08:50:54 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 08:50:54 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 08:50:54 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 08:50:54 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:50:55 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:50:55 Need to get 64.0 MB of archives. 08:50:55 After this operation, 5041 kB of additional disk space will be used. 08:50:55 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:50:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] 08:50:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:50:55 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:50:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:50:56 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:50:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:50:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:50:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:50:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:50:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:50:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:50:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:50:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:50:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:50:56 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:50:56 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:50:56 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:50:56 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:50:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:50:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:50:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:50:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:50:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:50:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:50:56 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:50:56 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:50:56 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:50:56 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:50:56 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:50:56 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:50:56 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:50:56 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 08:50:56 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:50:56 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 08:50:56 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:50:56 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:50:56 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:50:56 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:50:56 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:50:56 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 08:50:56 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:50:56 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:50:56 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 08:50:56 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 08:50:56 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:50:56 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:50:56 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 08:50:56 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:50:56 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:50:56 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:50:56 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:50:57 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:50:57 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:50:57 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:50:57 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:50:57 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:50:57 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:50:57 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:50:57 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:50:57 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:50:57 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:50:57 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:50:57 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:50:57 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:50:57 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:50:57 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:50:57 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:50:57 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:50:57 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:50:57 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:50:57 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 08:50:58 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 08:50:58 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 08:50:58 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:50:58 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:50:58 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 08:50:58 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:50:58 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:50:58 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:50:58 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:50:58 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:50:58 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:50:58 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:50:58 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] 08:50:58 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 08:50:58 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 08:50:58 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 08:50:58 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:50:58 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:50:58 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:50:58 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:50:58 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:50:59 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:50:59 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:50:59 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:50:59 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:50:59 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:50:59 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:50:59 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:50:59 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:50:59 debconf: delaying package configuration, since apt-utils is not installed 08:50:59 Fetched 64.0 MB in 5s (12.5 MB/s) 08:50:59 (Reading database ... 13912 files and directories currently installed.) 08:50:59 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:50:59 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:51:00 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:51:00 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:51:00 Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... 08:51:00 Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... 08:51:01 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:51:01 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:51:01 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:51:01 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:51:01 ---> 869e7c62f55f 08:51:01 Step 9/24 : RUN go mod tidy 08:51:01 ---> 25772cca50f6 08:51:01 Step 9/24 : RUN go mod tidy 08:51:01 ---> Running in da3e7ec488aa 08:51:01 ---> Running in c5c317cf31a1 08:51:02 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:51:02 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:51:02 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:51:02 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:51:02 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:51:02 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:51:02 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:51:02 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:51:02 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:51:02 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:51:02 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:51:02 (Reading database ... 13911 files and directories currently installed.) 08:51:02 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:51:02 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:51:02 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:51:02 (Reading database ... 13911 files and directories currently installed.) 08:51:02 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:51:02 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:51:03 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:51:03 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:51:03 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:51:03 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:51:03 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:51:03 (Reading database ... 13911 files and directories currently installed.) 08:51:03 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:51:03 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:51:04 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:51:04 (Reading database ... 13911 files and directories currently installed.) 08:51:04 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:51:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:51:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:51:04 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:51:04 Setting up base-files (10.1ubuntu2.10) ... 08:51:04 Installing new version of config file /etc/issue ... 08:51:04 Installing new version of config file /etc/issue.net ... 08:51:04 Installing new version of config file /etc/lsb-release ... 08:51:04 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:51:04 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:51:04 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:51:04 Removing obsolete conffile /etc/default/motd-news ... 08:51:05 (Reading database ... 13912 files and directories currently installed.) 08:51:05 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:51:05 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:51:05 Setting up bash (4.4.18-2ubuntu1.2) ... 08:51:05 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 08:51:05 (Reading database ... 13912 files and directories currently installed.) 08:51:05 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:51:05 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:51:05 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:51:05 (Reading database ... 13912 files and directories currently installed.) 08:51:05 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:51:05 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:51:05 Setting up tar (1.29b-2ubuntu0.2) ... 08:51:05 (Reading database ... 13912 files and directories currently installed.) 08:51:05 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:51:05 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:51:06 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:51:06 (Reading database ... 13912 files and directories currently installed.) 08:51:06 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:51:06 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:51:06 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:51:06 (Reading database ... 13912 files and directories currently installed.) 08:51:06 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:51:06 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:51:07 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:51:07 (Reading database ... 13912 files and directories currently installed.) 08:51:07 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:51:07 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:51:07 Setting up grep (3.1-2build1) ... 08:51:07 (Reading database ... 13912 files and directories currently installed.) 08:51:07 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:51:07 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:51:07 Setting up login (1:4.5-1ubuntu2) ... 08:51:07 (Reading database ... 13912 files and directories currently installed.) 08:51:07 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:51:07 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:51:07 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:51:07 (Reading database ... 13912 files and directories currently installed.) 08:51:07 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:51:07 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:51:08 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:51:08 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:51:08 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:51:08 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:51:09 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:51:09 (Reading database ... 13912 files and directories currently installed.) 08:51:09 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:51:09 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:51:10 Removing intermediate container da3e7ec488aa 08:51:10 ---> 3ab5206b1e23 08:51:10 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:51:10 Removing intermediate container c5c317cf31a1 08:51:10 ---> 6c624f1a3d5b 08:51:10 Step 10/24 : RUN make cmd/core-data/core-data 08:51:10 ---> Running in 73c273edeb2f 08:51:10 ---> Running in 93d0c80186b0 08:51:10 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:51:10 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:51:10 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:51:10 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:51:10 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:51:10 (Reading database ... 13912 files and directories currently installed.) 08:51:10 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:51:10 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:51:10 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:51:10 (Reading database ... 13912 files and directories currently installed.) 08:51:10 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:51:10 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:51:11 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:51:11 (Reading database ... 13912 files and directories currently installed.) 08:51:11 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:51:11 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:51:11 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:51:11 (Reading database ... 13912 files and directories currently installed.) 08:51:11 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:51:11 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:51:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:51:11 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:51:11 (Reading database ... 13912 files and directories currently installed.) 08:51:11 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:51: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 08:51:12 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:51:12 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:51:12 (Reading database ... 13912 files and directories currently installed.) 08:51:12 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:51:12 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:51:12 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:51:12 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:51:12 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:51:12 (Reading database ... 13912 files and directories currently installed.) 08:51:12 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:51:12 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:51:12 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:51:12 (Reading database ... 13912 files and directories currently installed.) 08:51:12 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:51:12 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:51:13 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:51:13 (Reading database ... 13912 files and directories currently installed.) 08:51:13 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:51:13 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:51:13 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:51:13 (Reading database ... 13912 files and directories currently installed.) 08:51:13 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:51:13 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:51:13 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:51:14 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:51:14 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:51:14 (Reading database ... 13912 files and directories currently installed.) 08:51:14 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:51:14 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:51:14 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:51:14 (Reading database ... 13912 files and directories currently installed.) 08:51:14 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:51:14 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:51:14 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:51:15 (Reading database ... 13914 files and directories currently installed.) 08:51:15 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:51:15 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:51:15 Setting up debconf (1.5.66ubuntu1) ... 08:51:15 (Reading database ... 13914 files and directories currently installed.) 08:51:15 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:51:15 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:51:15 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:51:15 (Reading database ... 13914 files and directories currently installed.) 08:51:15 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:51:15 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:51:15 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:51:15 (Reading database ... 13914 files and directories currently installed.) 08:51:15 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:51:16 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:51:16 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:51:16 (Reading database ... 13914 files and directories currently installed.) 08:51:16 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:51:16 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:51:16 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:51:16 (Reading database ... 13914 files and directories currently installed.) 08:51:16 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:51:16 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:51:16 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:51:17 (Reading database ... 13914 files and directories currently installed.) 08:51:17 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:51:17 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:51:17 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 08:51:17 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 08:51:17 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:51:17 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:51:17 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:51:17 (Reading database ... 13914 files and directories currently installed.) 08:51:17 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:51:17 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:51:17 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:51:17 (Reading database ... 13914 files and directories currently installed.) 08:51:17 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:51:17 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:51:18 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:51:18 (Reading database ... 13914 files and directories currently installed.) 08:51:18 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:51:18 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:51:18 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:51:18 (Reading database ... 13914 files and directories currently installed.) 08:51:18 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 08:51:18 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 08:51:18 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 08:51:18 (Reading database ... 13914 files and directories currently installed.) 08:51:18 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:51:18 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:51:19 Setting up passwd (1:4.5-1ubuntu2) ... 08:51:19 (Reading database ... 13914 files and directories currently installed.) 08:51:19 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 08:51:19 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:51:19 Setting up gpgv (2.2.4-1ubuntu1.4) ... 08:51:19 (Reading database ... 13914 files and directories currently installed.) 08:51:19 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 08:51:19 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:51:20 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 08:51:20 (Reading database ... 13914 files and directories currently installed.) 08:51:20 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 08:51:20 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:51:20 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 08:51:20 (Reading database ... 13914 files and directories currently installed.) 08:51:20 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:51:20 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:51:20 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:51:20 (Reading database ... 13914 files and directories currently installed.) 08:51:20 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:51:20 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:51:20 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:51:20 (Reading database ... 13914 files and directories currently installed.) 08:51:20 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:51:20 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:51:21 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:51:21 (Reading database ... 13914 files and directories currently installed.) 08:51:21 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:51:21 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:51:21 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:51:21 (Reading database ... 13914 files and directories currently installed.) 08:51:21 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 08:51:21 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 08:51:21 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 08:51:21 (Reading database ... 13914 files and directories currently installed.) 08:51:21 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 08:51:21 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 08:51:21 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 08:51:21 (Reading database ... 13915 files and directories currently installed.) 08:51:21 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:51:21 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:51:22 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:51:22 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:51:22 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:51:22 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:51:22 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:51:22 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:51:22 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:51:22 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:51:23 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:51:23 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:51:23 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:51:23 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:51:23 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:51:23 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:51:23 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:51:23 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:51:23 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:51:23 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:51:23 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:51:23 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:51:24 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:51:24 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:51:24 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:51:24 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:51:24 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:51:24 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:51:25 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:51:25 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:51:25 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:51:25 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:51:25 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:51:25 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:51:26 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:51:26 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:51:26 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:51:26 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:51:26 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:51:26 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:51:26 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:51:26 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:51:26 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:51:26 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:51:27 Removing intermediate container 68bfc032bc66 08:51:27 ---> 58d081a7e5f6 08:51:27 08:51:27 Step 11/23 : FROM alpine:3.12 08:51:27 ---> 9852663dfa18 08:51:27 Step 12/23 : RUN apk add --update --no-cache dumb-init 08:51:27 ---> Using cache 08:51:27 ---> f4c4f2064bea 08:51:27 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:51:27 ---> Using cache 08:51:27 ---> a8b2aac7b07f 08:51:27 Step 14/23 : ENV APP_PORT=48085 08:51:27 ---> Running in f2b2e89fa31e 08:51:27 Removing intermediate container f2b2e89fa31e 08:51:27 ---> bbb584cd078f 08:51:27 Step 15/23 : EXPOSE $APP_PORT 08:51:27 ---> Running in 0dcd36f3cf9b 08:51:27 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:51:27 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:51:27 Removing intermediate container 0dcd36f3cf9b 08:51:27 ---> 91629f866f6a 08:51:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:28 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:51:28 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:51:29 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:51:29 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:51:29 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:51:29 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:51:29 ---> 7b7d620398cc 08:51:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:51:30 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:51:30 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:51:30 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:51:30 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:51:30 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:51:30 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:51:30 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:51:30 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:51:31 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:51:31 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:51:31 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:51:31 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:51:31 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:51:31 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:51:31 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:51:31 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:51:31 ---> 0042e158685a 08:51:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:51:31 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:51:31 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:51:31 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:51:31 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:51:31 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:51:31 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:51:31 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:51:31 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:51:31 08:51:31 Current default time zone: 'Etc/UTC' 08:51:31 Local time is now: Wed May 12 08:51:31 UTC 2021. 08:51:31 Universal Time is now: Wed May 12 08:51:31 UTC 2021. 08:51:31 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:51:31 08:51:31 Setting up systemd-sysv (237-3ubuntu10.47) ... 08:51:31 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:51:31 Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... 08:51:31 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:51:31 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:51:31 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:51:31 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:51:32 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:51:32 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:51:32 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:51:32 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:51:32 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:51:32 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:51:32 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 08:51:32 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:51:32 Setting up patch (2.7.6-2ubuntu1.1) ... 08:51:32 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:51:32 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:51:32 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 08:51:32 Installing new version of config file /etc/ssl/openssl.cnf ... 08:51:32 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:51:32 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:51:32 Setting up ca-certificates (20210119~18.04.1) ... 08:51:32 ---> 5cb8ab76042d 08:51:32 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 08:51:33 ---> Running in 93aa50cd23e3 08:51:34 Removing intermediate container 93aa50cd23e3 08:51:34 ---> 1581d0e9c0c9 08:51:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:34 ---> Running in feac7386e6e6 08:51:34 Updating certificates in /etc/ssl/certs... 08:51:35 Removing intermediate container feac7386e6e6 08:51:35 ---> 96786bcb9921 08:51:35 Step 21/23 : LABEL arch=arm64 08:51:35 23 added, 27 removed; done. 08:51:35 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:51:35 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:51:35 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:51:35 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:51:35 Setting up pkgbinarymangler (138.18.04.1) ... 08:51:35 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:51:35 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 08:51:35 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:51:35 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:51:35 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:51:35 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:51:35 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:51:35 Setting up perl (5.26.1-6ubuntu0.5) ... 08:51:35 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 08:51:35 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:51:35 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:51:35 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 08:51:35 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:51:35 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:51:35 ---> Running in 4272f70bf867 08:51:35 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:51:35 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:51:35 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:51:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:51:35 Processing triggers for systemd (237-3ubuntu10.47) ... 08:51:35 Removing intermediate container 275cae089984 08:51:35 ---> b91baed498a8 08:51:35 08:51:35 Step 11/32 : FROM alpine:3.12 08:51:35 ---> 9852663dfa18 08:51:35 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:51:36 Processing triggers for mime-support (3.60ubuntu1) ... 08:51:36 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:51:36 Updating certificates in /etc/ssl/certs... 08:51:36 ---> Running in 523f38db06e8 08:51:36 Removing intermediate container 4272f70bf867 08:51:36 ---> b135f91dbc88 08:51:36 Step 22/23 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:51:36 ---> Running in f6f29a19e03f 08:51:36 0 added, 0 removed; done. 08:51:36 Running hooks in /etc/ca-certificates/update.d... 08:51:36 done. 08:51:37 Reading package lists... 08:51:37 Removing intermediate container 523f38db06e8 08:51:37 ---> 26210ea93e03 08:51:37 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 08:51:37 Building dependency tree... 08:51:37 Reading state information... 08:51:37 ---> Running in 85315311b33a 08:51:37 Removing intermediate container f6f29a19e03f 08:51:37 ---> a47dd3869f84 08:51:37 Step 23/23 : LABEL version=0.0.0 08:51:37 The following NEW packages will be installed: 08:51:37 apt-transport-https 08:51:37 ---> Running in 74a8e1200ec6 08:51:37 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:51:37 Need to get 1692 B of archives. 08:51:37 After this operation, 154 kB of additional disk space will be used. 08:51:37 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 08:51:37 debconf: delaying package configuration, since apt-utils is not installed 08:51:38 Fetched 1692 B in 0s (5679 B/s) 08:51:38 Selecting previously unselected package apt-transport-https. 08:51:38 (Reading database ... 13920 files and directories currently installed.) 08:51:38 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 08:51:38 Unpacking apt-transport-https (1.6.13) ... 08:51:38 Setting up apt-transport-https (1.6.13) ... 08:51:38 Waiting for network to be ready... 08:51:38 Removing intermediate container 74a8e1200ec6 08:51:38 ---> 05ac6097b0a2 08:51:38 08:51:39 Successfully built 05ac6097b0a2 08:51:39 Successfully tagged support-scheduler-arm64:latest 08:51:39  Building support-scheduler ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:40 (1/2) Installing dumb-init (1.2.2-r1) 08:51:40 (2/2) Installing su-exec (0.2-r1) 08:51:40 Executing busybox-1.31.1-r20.trigger 08:51:40 OK: 5 MiB in 16 packages 08:51:42 Removing intermediate container 85315311b33a 08:51:42 ---> 24ec262dd569 08:51:42 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 08:51:42 ---> Running in a7ddf42610e9 08:51:43 Removing intermediate container a7ddf42610e9 08:51:43 ---> 7309aed25163 08:51:43 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:51:43 ---> Running in b07506c59e9b 08:51:44 Removing intermediate container b07506c59e9b 08:51:44 ---> 321856cd182f 08:51:44 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:51:44 ---> Running in 1c758aec14a0 08:51:46 2021-05-12T08:51:42Z INFO Waiting for automatic snapd restart... 08:51:47 snapd 2.49.2 from Canonical* installed 08:51:48 Removing intermediate container 1c758aec14a0 08:51:48 ---> a30f34d995a0 08:51:48 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 08:51:48 ---> Running in b89161fc7087 08:51:48 "snapd" switched to the "latest/stable" channel 08:51:48 08:51:48 Removing intermediate container b89161fc7087 08:51:48 ---> ecf89582cdac 08:51:48 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:51:50 ---> 758a6a76c8c5 08:51:50 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:51:50 ---> Running in 11c3b4d978f5 08:51:50 core18 20210309 from Canonical* installed 08:51:51 "core18" switched to the "latest/stable" channel 08:51:51 08:51:53 Removing intermediate container 11c3b4d978f5 08:51:53 ---> 7aa3331d6e84 08:51:53 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:54 ---> 8a42cb54eaef 08:51:54 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:51:55 snapcraft 4.7.1 from Canonical* installed 08:51:55 "snapcraft" switched to the "latest/stable" channel 08:51:55 08:51:56 ---> b43242522833 08:51:56 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:51:57 ---> 2eca22e685fd 08:51:57 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:51:58 ---> 5027d2f8fa05 08:51:58 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:51:59 ---> 3a92ef465bbf 08:51:59 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 08:51:59 ---> Running in 493563d159c5 08:51:59 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: 08:51:59 - README.md 08:51:59 08:51:59 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:52:00 Removing intermediate container 493563d159c5 08:52:00 ---> 86b681b32ba5 08:52:00 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:52:01 ---> a1eb9f5cb803 08:52:01 Step 27/32 : RUN chmod +x /entrypoint.sh 08:52:01 ---> Running in b8ab54315e10 08:52:05 Removing intermediate container b8ab54315e10 08:52:05 ---> 5d43dbb18f41 08:52:05 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 08:52:05 ---> Running in 846834bfe1a6 08:52:06 Removing intermediate container 846834bfe1a6 08:52:06 ---> fa4085113592 08:52:06 Step 29/32 : CMD ["gate"] 08:52:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:52:06 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:52:06 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:52:06 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:52:06 ---> Running in e6631d0dcaa7 08:52:06 Reading package lists... 08:52:07 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 08:52:07 Removing intermediate container e6631d0dcaa7 08:52:07 ---> 5e34a1e5285e 08:52:07 Step 30/32 : LABEL arch=arm64 08:52:07 ---> Running in 25e4624beeec 08:52:08 Removing intermediate container 25e4624beeec 08:52:08 ---> 1e60948fcfe8 08:52:08 Step 31/32 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:52:08 ---> Running in 6afafa769bb2 08:52:09 Removing intermediate container 6afafa769bb2 08:52:09 ---> c65bde9e6afc 08:52:09 Step 32/32 : LABEL version=0.0.0 08:52:09 ---> Running in 4ab253eb1c3c 08:52:10 Removing intermediate container 4ab253eb1c3c 08:52:10 ---> 2f8697764d28 08:52:10 08:52:11 Successfully built 2f8697764d28 08:52:11 Successfully tagged security-bootstrapper-arm64:latest 08:52:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:52:13 Reading package lists... 08:52:13 Building dependency tree... 08:52:13 Reading state information... 08:52:13 Suggested packages: 08:52:13 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:52:13 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:52:13 Recommended packages: 08:52:13 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:52:13 The following NEW packages will be installed: 08:52:13 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:52:13 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:52:13 pkg-config zip 08:52:13 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:52:13 Need to get 7663 kB of archives. 08:52:13 After this operation, 43.8 MB of additional disk space will be used. 08:52:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 08:52:13 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:52:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 08:52:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 08:52:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 08:52:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:52:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:52:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:52:14 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:52:14 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:52:14 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:52:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:52:14 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:52:14 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:52:14 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:52:14 debconf: delaying package configuration, since apt-utils is not installed 08:52:14 Fetched 7663 kB in 1s (10.2 MB/s) 08:52:14 Selecting previously unselected package libglib2.0-0:amd64. 08:52:14 (Reading database ... 13924 files and directories currently installed.) 08:52:14 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 08:52:14 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:52:14 Selecting previously unselected package libpsl5:amd64. 08:52:14 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:52:14 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:52:14 Selecting previously unselected package libnghttp2-14:amd64. 08:52:14 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:52:14 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:52:14 Selecting previously unselected package librtmp1:amd64. 08:52:14 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:52:14 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:52:14 Selecting previously unselected package libcurl3-gnutls:amd64. 08:52:14 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 08:52:14 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:52:15 Selecting previously unselected package liberror-perl. 08:52:15 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:52:15 Unpacking liberror-perl (0.17025-1) ... 08:52:15 Selecting previously unselected package git-man. 08:52:15 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 08:52:15 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 08:52:15 Selecting previously unselected package git. 08:52:15 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 08:52:15 Unpacking git (1:2.17.1-1ubuntu0.8) ... 08:52:16 Selecting previously unselected package libnorm1:amd64. 08:52:16 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:52:16 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:52:16 Selecting previously unselected package libpgm-5.2-0:amd64. 08:52:16 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:52:16 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:52:16 Selecting previously unselected package libsodium23:amd64. 08:52:16 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:52:16 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:52:16 Selecting previously unselected package libzmq5:amd64. 08:52:16 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:52:16 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:52:16 Selecting previously unselected package libzmq3-dev:amd64. 08:52:16 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:52:16 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:52:16 Selecting previously unselected package pkg-config. 08:52:16 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:52:16 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:52:16 Selecting previously unselected package zip. 08:52:16 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:52:16 Unpacking zip (3.0-11build1) ... 08:52:16 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:52:16 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 08:52:16 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:52:16 Setting up liberror-perl (0.17025-1) ... 08:52:16 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:52:16 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:52:16 No schema files found: doing nothing. 08:52:16 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:52:17 Setting up zip (3.0-11build1) ... 08:52:17 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:52:17 Setting up libsodium23:amd64 (1.0.16-2) ... 08:52:17 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:52:17 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:52:17 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:52:17 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:52:17 Setting up git (1:2.17.1-1ubuntu0.8) ... 08:52:17 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:52:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:52:24 git set to automatically installed. 08:52:24 git-man set to automatically installed. 08:52:24 libcurl3-gnutls set to automatically installed. 08:52:24 liberror-perl set to automatically installed. 08:52:24 libglib2.0-0 set to automatically installed. 08:52:24 libnghttp2-14 set to automatically installed. 08:52:24 libnorm1 set to automatically installed. 08:52:24 libpgm-5.2-0 set to automatically installed. 08:52:24 libpsl5 set to automatically installed. 08:52:24 librtmp1 set to automatically installed. 08:52:24 libsodium23 set to automatically installed. 08:52:24 libzmq3-dev set to automatically installed. 08:52:24 libzmq5 set to automatically installed. 08:52:24 pkg-config set to automatically installed. 08:52:24 zip set to automatically installed. 08:52:25 snapd is not logged in, snap install commands will use sudo 08:52:26  Building security-bootstrapper ... done Removing intermediate container 73c273edeb2f 08:52:26 ---> ab4d3a071fcd 08:52:26 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:52:26 ---> Running in cb91c12f5003 08:52:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:52:29 Removing intermediate container cb91c12f5003 08:52:29 ---> eb26216ef592 08:52:29 08:52:29 Step 12/24 : FROM docker:20.10.0 08:52:29 20.10.0: Pulling from library/docker 08:52:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:52:36 Removing intermediate container 93d0c80186b0 08:52:36 ---> bd86b777e192 08:52:36 08:52:36 Step 11/24 : FROM alpine:3.12 08:52:36 ---> 9852663dfa18 08:52:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:52:36 ---> Running in e0446aa67ec5 08:52:37 Removing intermediate container e0446aa67ec5 08:52:37 ---> 21441e6b0225 08:52:37 Step 13/24 : ENV APP_PORT=48080 08:52:37 ---> Running in 6ad2143862ac 08:52:37 Removing intermediate container 6ad2143862ac 08:52:37 ---> 64d2e5cbf3c1 08:52:37 Step 14/24 : EXPOSE $APP_PORT 08:52:37 ---> Running in 6175416808f3 08:52:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:52:38 Status: Downloaded newer image for docker:20.10.0 08:52:38 ---> eeaf43b92773 08:52:38 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:52:38 ---> Running in 3ca5176f9d22 08:52:38 Removing intermediate container 6175416808f3 08:52:38 ---> 274950bdd565 08:52:38 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:52:38 ---> Running in 3c5d29e6fe3d 08:52:38 Removing intermediate container 3ca5176f9d22 08:52:38 ---> d6e5fa1ccf66 08:52:38 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:52:39 ---> Running in 1445c129957d 08:52:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:52:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:52:40 Removing intermediate container 3c5d29e6fe3d 08:52:40 ---> 2c8b8e43f7ab 08:52:40 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 08:52:41 ---> Running in 2a758ef8b089 08:52:41 (1/39) Installing readline (8.0.4-r0) 08:52:41 (2/39) Installing bash (5.0.17-r0) 08:52:41 Executing bash-5.0.17-r0.post-install 08:52:41 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:52:41 (4/39) Installing libcurl (7.76.1-r0) 08:52:41 (5/39) Installing curl (7.76.1-r0) 08:52:41 (6/39) Installing dumb-init (1.2.2-r1) 08:52:41 (7/39) Installing libbz2 (1.0.8-r1) 08:52:41 (8/39) Installing expat (2.2.9-r1) 08:52:41 (9/39) Installing libffi (3.3-r2) 08:52:41 (10/39) Installing gdbm (1.13-r1) 08:52:41 (11/39) Installing xz-libs (5.2.5-r0) 08:52:41 (12/39) Installing sqlite-libs (3.32.1-r0) 08:52:41 (13/39) Installing python3 (3.8.10-r0) 08:52:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:52:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:52:42 (14/39) Installing py3-appdirs (1.4.4-r1) 08:52:42 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:52:42 (16/39) Installing py3-parsing (2.4.7-r0) 08:52:42 (17/39) Installing py3-six (1.15.0-r0) 08:52:42 (18/39) Installing py3-packaging (20.4-r0) 08:52:43 (19/39) Installing py3-setuptools (47.0.0-r0) 08:52:43 (20/39) Installing py3-chardet (3.0.4-r4) 08:52:43 (21/39) Installing py3-idna (2.9-r0) 08:52:43 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:52:43 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:52:43 (24/39) Installing py3-requests (2.23.0-r0) 08:52:43 (25/39) Installing py3-msgpack (1.0.0-r0) 08:52:43 (26/39) Installing py3-lockfile (0.12.2-r3) 08:52:43 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:52:43 (28/39) Installing py3-colorama (0.4.3-r0) 08:52:43 (29/39) Installing py3-distlib (0.3.0-r0) 08:52:43 (30/39) Installing py3-distro (1.5.0-r1) 08:52:43 (31/39) Installing py3-webencodings (0.5.1-r3) 08:52:43 (32/39) Installing py3-html5lib (1.0.1-r4) 08:52:43 (33/39) Installing py3-pytoml (0.1.21-r0) 08:52:43 (34/39) Installing py3-pep517 (0.8.2-r0) 08:52:43 (35/39) Installing py3-progress (1.5-r0) 08:52:43 (36/39) Installing py3-toml (0.10.1-r0) 08:52:43 (37/39) Installing py3-retrying (1.3.3-r0) 08:52:43 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:52:43 (39/39) Installing py3-pip (20.1.1-r0) 08:52:43 (1/6) Installing dumb-init (1.2.2-r1) 08:52:43 (2/6) Installing libgcc (9.3.0-r2) 08:52:43 Executing busybox-1.31.1-r19.trigger 08:52:43 (3/6) Installing libsodium (1.0.18-r0) 08:52:43 OK: 72 MiB in 59 packages 08:52:44 (4/6) Installing libstdc++ (9.3.0-r2) 08:52:44 (5/6) Installing libzmq (4.3.3-r0) 08:52:44 (6/6) Installing zeromq (4.3.3-r0) 08:52:44 Executing busybox-1.31.1-r20.trigger 08:52:44 OK: 8 MiB in 20 packages 08:52:46 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 08:52:46 snapd is not logged in, snap install commands will use sudo 08:52:47 Removing intermediate container 2a758ef8b089 08:52:47 ---> 5b11943523e1 08:52:47 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 08:52:47 ---> 3715729891df 08:52:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:52:48 Collecting docker-compose==1.23.2 08:52:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:52:48 ---> 4015206639e8 08:52:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:52:49 Collecting docker<4.0,>=3.6.0 08:52:49 ---> b5729a719ebf 08:52:49 Step 20/24 : ENTRYPOINT ["/core-data"] 08:52:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:52:49 ---> Running in e4507ab28731 08:52:50 Removing intermediate container e4507ab28731 08:52:50 ---> 822d6209dd3e 08:52:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:52:50 ---> Running in 141abdd6b867 08:52:50 Collecting websocket-client<1.0,>=0.32.0 08:52:50 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 08:52:50 Removing intermediate container 141abdd6b867 08:52:50 ---> d20afc7b4e32 08:52:50 Step 22/24 : LABEL arch=arm64 08:52:51 ---> Running in e7c5f894184f 08:52:51 Removing intermediate container e7c5f894184f 08:52:51 ---> 9289314b8ba2 08:52:51 Step 23/24 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:52:51 ---> Running in 05ee3b400f9f 08:52:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:52:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:52:52 Removing intermediate container 05ee3b400f9f 08:52:52 ---> 8253ec585f60 08:52:52 Step 24/24 : LABEL version=0.0.0 08:52:52 ---> Running in 35d4840ebabb 08:52:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:52:52 Removing intermediate container 35d4840ebabb 08:52:52 ---> 815afc47380f 08:52:52 08:52:52 Collecting jsonschema<3,>=2.5.1 08:52:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:52:53 Successfully built 815afc47380f 08:52:53 Collecting cached-property<2,>=1.2.0 08:52:53 Successfully tagged core-data-arm64:latest 08:52:53  Building core-data ... done  Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:52:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:52:53 Collecting dockerpty<0.5,>=0.4.1 08:52:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:52:54 snap "core18" has no updates available 08:52:54 Pulling go-build-helper 08:52:54 + snapcraftctl pull 08:52:55 Collecting texttable<0.10,>=0.9.0 08:52:55 Downloading texttable-0.9.1.tar.gz (11 kB) 08:52:56 'app-service-config' has dependencies that need to be staged: go-build-helper 08:52:56 Skipping pull go-build-helper (already ran) 08:52:56 Building go-build-helper 08:52:56 + snapcraftctl build 08:52:57 Staging go-build-helper 08:52:57 + snapcraftctl stage 08:52:58 Collecting PyYAML<4,>=3.10 08:52:58 Downloading PyYAML-3.13.tar.gz (270 kB) 08:53:00 Collecting docopt<0.7,>=0.6.1 08:53:00 Downloading docopt-0.6.2.tar.gz (25 kB) 08:53:02 Collecting docker-pycreds>=0.4.0 08:53:02 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:53:02 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 08:53:02 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 08:53:03 Collecting idna<2.8,>=2.5 08:53:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:53:03 Collecting urllib3<1.25,>=1.21.1 08:53:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:53:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:53:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:53:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:53:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:53:04 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, cached-property, dockerpty, texttable, PyYAML, docopt, docker-compose 08:53:04 Attempting uninstall: idna 08:53:04 Found existing installation: idna 2.9 08:53:04 Uninstalling idna-2.9: 08:53:04 Successfully uninstalled idna-2.9 08:53:05 Attempting uninstall: urllib3 08:53:05 Found existing installation: urllib3 1.25.9 08:53:05 Uninstalling urllib3-1.25.9: 08:53:05 Successfully uninstalled urllib3-1.25.9 08:53:05 Attempting uninstall: requests 08:53:06 Found existing installation: requests 2.23.0 08:53:06 Uninstalling requests-2.23.0: 08:53:06 Successfully uninstalled requests-2.23.0 08:53:07 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:53:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:53:07 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:53:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1723 kB] 08:53:07 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:53:07 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:53:07 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:53:07 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:53:07 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:53:07 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:53:07 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:53:07 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 08:53:07 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:53:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:53:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [321 kB] 08:53:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 08:53:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 08:53:07 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:53:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:53:07 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 08:53:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 08:53:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:53:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:53:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 08:53:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 08:53:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 08:53:07 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:53:07 Fetched 24.6 MB in 0s (0 B/s) 08:53:07 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:53:07 Fetched 224 kB in 0s (0 B/s) 08:53:07 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:53:07 Fetched 157 kB in 0s (0 B/s) 08:53:07 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:53:07 Fetched 221 kB in 0s (0 B/s) 08:53:07 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:53:07 Fetched 143 kB in 0s (0 B/s) 08:53:07 Pulling app-service-config 08:53:07 + snapcraftctl pull 08:53:08 Running setup.py install for dockerpty: started 08:53:08 Cloning into '/root/parts/app-service-config/src'... 08:53:09 Pulling config-common 08:53:09 + snapcraftctl pull 08:53:09 Running setup.py install for dockerpty: finished with status 'done' 08:53:09 Running setup.py install for texttable: started 08:53:11 Running setup.py install for texttable: finished with status 'done' 08:53:11 Running setup.py install for PyYAML: started 08:53:13 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:53:13 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:53:13 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:53:13 Fetched 0 B in 0s (0 B/s) 08:53:13 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:53:13 Fetched 0 B in 0s (0 B/s) 08:53:13 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:53:13 Fetched 0 B in 0s (0 B/s) 08:53:13 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:53:13 Fetched 0 B in 0s (0 B/s) 08:53:13 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:53:13 Fetched 0 B in 0s (0 B/s) 08:53:13 Pulling edgex-go 08:53:13 + snapcraftctl pull 08:53:13 Running setup.py install for PyYAML: finished with status 'done' 08:53:13 Running setup.py install for docopt: started 08:53:15 Running setup.py install for docopt: finished with status 'done' 08:53:16 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 08:53:24 Removing intermediate container 1445c129957d 08:53:24 ---> c3c56a734811 08:53:24 Step 15/24 : ENV APP_PORT=48090 08:53:24 ---> Running in c09a41a76eec 08:53:24 Removing intermediate container c09a41a76eec 08:53:24 ---> 69f7bf27656a 08:53:24 Step 16/24 : EXPOSE $APP_PORT 08:53:24 ---> Running in 3336c564788a 08:53:25 Removing intermediate container 3336c564788a 08:53:25 ---> 19a7641a387c 08:53:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:53:26 ---> 395c5dbbb18a 08:53:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:53:27 ---> 94e9431e7396 08:53:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:53:27 ---> 165b8a9e7a61 08:53:27 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 08:53:28 ---> Running in d965b12c817c 08:53:28 Removing intermediate container d965b12c817c 08:53:28 ---> 867795f122b3 08:53:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:53:28 ---> Running in e67fb2341f73 08:53:29 Removing intermediate container e67fb2341f73 08:53:29 ---> e4a2a143b8c1 08:53:29 Step 22/24 : LABEL arch=arm64 08:53:29 ---> Running in 18038708c463 08:53:29 Removing intermediate container 18038708c463 08:53:29 ---> 1b0aa5b5e384 08:53:29 Step 23/24 : LABEL git_sha=3b6d5b24bcaf46cc00bcb090dc39238eb501c210 08:53:29 ---> Running in a750931300b0 08:53:30 Removing intermediate container a750931300b0 08:53:30 ---> 789f7d09f5d5 08:53:30 Step 24/24 : LABEL version=0.0.0 08:53:30 ---> Running in a5d562ff6e86 08:53:31 Removing intermediate container a5d562ff6e86 08:53:31 ---> 24ffa8dd73ae 08:53:31 08:53:31 Successfully built 24ffa8dd73ae 08:53:31 Successfully tagged sys-mgmt-agent-arm64:latest 08:53:31  Building sys-mgmt-agent ... done  [Pipeline] } 08:53:32 $ docker stop --time=1 2d67ecf660e2894f20f486f72a4153106558ae6c12c9c4f0bc272811628a912b 08:53:33 $ docker rm -f 2d67ecf660e2894f20f486f72a4153106558ae6c12c9c4f0bc272811628a912b [Pipeline] // withDockerContainer [Pipeline] sh 08:53:34 + docker images 08:53:34 REPOSITORY TAG IMAGE ID CREATED SIZE 08:53:34 sys-mgmt-agent-arm64 latest 24ffa8dd73ae 4 seconds ago 299MB 08:53:34 core-data-arm64 latest 815afc47380f 42 seconds ago 20.3MB 08:53:34 bd86b777e192 About a minute ago 989MB 08:53:34 eb26216ef592 About a minute ago 976MB 08:53:34 security-bootstrapper-arm64 latest 2f8697764d28 About a minute ago 17.1MB 08:53:34 support-scheduler-arm64 latest 05ac6097b0a2 About a minute ago 16.1MB 08:53:34 b91baed498a8 About a minute ago 973MB 08:53:34 58d081a7e5f6 2 minutes ago 980MB 08:53:34 support-notifications-arm64 latest f06e52df8d60 4 minutes ago 16.6MB 08:53:34 core-command-arm64 latest 8df45af58610 4 minutes ago 16.1MB 08:53:34 security-secretstore-setup-arm64 latest 80cd20e60983 4 minutes ago 24.3MB 08:53:34 core-metadata-arm64 latest ceebe14f8f15 4 minutes ago 17.4MB 08:53:34 security-proxy-setup-arm64 latest 9919a748f7f3 4 minutes ago 23.9MB 08:53:34 0a3af53e358f 4 minutes ago 988MB 08:53:34 8f93609dc58d 4 minutes ago 979MB 08:53:34 b7dccdc056d2 4 minutes ago 980MB 08:53:34 ca77df4b6647 4 minutes ago 977MB 08:53:34 3f092f867bc3 4 minutes ago 977MB 08:53:34 ci-base-image-arm64 latest b975d9064c91 15 minutes ago 641MB 08:53:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 12 days ago 428MB 08:53:34 alpine 3.12 9852663dfa18 3 weeks ago 5.32MB 08:53:34 docker 20.10.0 eeaf43b92773 5 months ago 228MB 08:53:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 08:53:35 ---> job-cost.sh 08:53:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wTNs 08:53:35 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:53:35 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:53:35 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:53:35 Fetched 0 B in 0s (0 B/s) 08:53:35 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:53:35 Fetched 96.5 kB in 0s (0 B/s) 08:53:35 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:53:35 Fetched 279 kB in 0s (0 B/s) 08:53:35 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:53:35 Fetched 122 kB in 0s (0 B/s) 08:53:35 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:53:35 Fetched 77.8 kB in 0s (0 B/s) 08:53:35 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:53:35 Fetched 8848 B in 0s (0 B/s) 08:53:35 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:53:35 Fetched 47.8 kB in 0s (0 B/s) 08:53:35 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:53:35 Fetched 45.6 kB in 0s (0 B/s) 08:53:35 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:53:35 Fetched 15.0 kB in 0s (0 B/s) 08:53:35 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 08:53:35 Fetched 219 kB in 0s (0 B/s) 08:53:35 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 08:53:35 Fetched 154 kB in 0s (0 B/s) 08:53:35 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:53:35 Fetched 50.6 kB in 0s (0 B/s) 08:53:35 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:53:35 Fetched 14.8 kB in 0s (0 B/s) 08:53:35 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:53:35 Fetched 41.8 kB in 0s (0 B/s) 08:53:35 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:53:35 Fetched 499 kB in 0s (0 B/s) 08:53:35 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:53:35 Fetched 111 kB in 0s (0 B/s) 08:53:35 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:53:35 Fetched 240 kB in 0s (0 B/s) 08:53:35 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:53:35 Fetched 29.3 kB in 0s (0 B/s) 08:53:35 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:53:35 Fetched 85.5 kB in 0s (0 B/s) 08:53:35 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:53:35 Fetched 24.5 kB in 0s (0 B/s) 08:53:35 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:53:35 Fetched 49.2 kB in 0s (0 B/s) 08:53:35 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:53:35 Fetched 54.2 kB in 0s (0 B/s) 08:53:35 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:53:35 Fetched 30.8 kB in 0s (0 B/s) 08:53:35 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 08:53:35 Fetched 15.8 kB in 0s (0 B/s) 08:53:35 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:53:35 Fetched 85.9 kB in 0s (0 B/s) 08:53:35 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:53:35 Fetched 8720 B in 0s (0 B/s) 08:53:35 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 08:53:35 Fetched 137 kB in 0s (0 B/s) 08:53:35 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:53:35 Fetched 119 kB in 0s (0 B/s) 08:53:35 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 08:53:35 Fetched 110 kB in 0s (0 B/s) 08:53:35 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:53:35 Fetched 11.1 kB in 0s (0 B/s) 08:53:35 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:53:35 Fetched 645 kB in 0s (0 B/s) 08:53:35 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:53:35 Fetched 41.3 kB in 0s (0 B/s) 08:53:35 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:53:35 Fetched 17.9 kB in 0s (0 B/s) 08:53:35 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:53:35 Fetched 368 kB in 0s (0 B/s) 08:53:35 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:53:35 Fetched 187 kB in 0s (0 B/s) 08:53:35 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:53:35 Fetched 175 kB in 0s (0 B/s) 08:53:35 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:53:35 Fetched 206 kB in 0s (0 B/s) 08:53:35 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 08:53:35 Fetched 1301 kB in 0s (0 B/s) 08:53:35 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:53:35 Fetched 36.2 kB in 0s (0 B/s) 08:53:35 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 08:53:35 Fetched 159 kB in 0s (0 B/s) 08:53:35 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:53:35 Fetched 107 kB in 0s (0 B/s) 08:53:35 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:53:35 Fetched 48.7 kB in 0s (0 B/s) 08:53:35 Pulling static-packages 08:53:35 + snapcraftctl pull 08:53:35 Pulling version 08:53:35 + cd /root/project 08:53:35 + [ -f VERSION ] 08:53:35 + PROJECT_VERSION=local-dev 08:53:35 + git rev-parse --short HEAD 08:53:35 + GIT_REVISION=57feba93 08:53:35 + snapcraftctl set-version local-dev 08:53:35 Skipping build go-build-helper (already ran) 08:53:35 Building app-service-config 08:53:35 + make build 08:53:35 go mod tidy 08:53:39 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 08:53:39 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 08:53:39 go: downloading github.com/gorilla/mux v1.8.0 08:53:39 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 08:53:39 go: downloading github.com/stretchr/testify v1.7.0 08:53:39 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 08:53:39 go: downloading github.com/go-playground/validator/v10 v10.5.0 08:53:39 go: downloading github.com/stretchr/objx v0.1.0 08:53:39 go: downloading github.com/google/uuid v1.2.0 08:53:39 go: downloading github.com/go-kit/kit v0.8.0 08:53:39 go: downloading github.com/go-playground/universal-translator v0.17.0 08:53:39 go: downloading github.com/pmezard/go-difflib v1.0.0 08:53:39 go: downloading github.com/davecgh/go-spew v1.1.1 08:53:40 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:53:40 go: downloading golang.org/x/text v0.3.2 08:53:40 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 08:53:40 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:53:40 go: downloading github.com/pelletier/go-toml v1.9.0 08:53:40 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 08:53:40 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 08:53:40 go: downloading github.com/go-playground/locales v0.13.0 08:53:40 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 08:53:40 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 08:53:40 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 08:53:40 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:53:40 go: downloading github.com/pebbe/zmq4 v1.2.7 08:53:40 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 08:53:40 go: downloading github.com/onsi/ginkgo v1.10.1 08:53:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:53:40 go: downloading github.com/mitchellh/copystructure v1.0.0 08:53:40 go: downloading github.com/onsi/gomega v1.7.0 08:53:40 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:53:40 go: downloading github.com/go-stack/stack v1.8.0 08:53:41 go: downloading github.com/gorilla/websocket v1.4.2 08:53:41 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 08:53:41 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 08:53:41 go: downloading github.com/leodido/go-urn v1.2.0 08:53:41 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:53:41 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:53:41 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 08:53:41 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:53:41 go: downloading github.com/hashicorp/consul/api v1.8.1 08:53:41 go: downloading github.com/kr/pretty v0.2.0 08:53:41 go: downloading github.com/x448/float16 v0.8.4 08:53:41 go: downloading github.com/kr/text v0.1.0 08:53:41 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:53:41 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:53:41 go: downloading gopkg.in/yaml.v2 v2.4.0 08:53:41 go: downloading github.com/hpcloud/tail v1.0.0 08:53:41 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 08:53:41 go: downloading github.com/golang/protobuf v1.3.2 08:53:41 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:53:41 go: downloading github.com/go-playground/assert/v2 v2.0.1 08:53:41 go: downloading github.com/hashicorp/consul/sdk v0.7.0 08:53:41 go: downloading github.com/hashicorp/serf v0.9.5 08:53:41 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 08:53:41 go: downloading github.com/mitchellh/go-homedir v1.1.0 08:53:41 go: downloading github.com/hashicorp/go-uuid v1.0.1 08:53:41 go: downloading github.com/pkg/errors v0.8.1 08:53:41 go: downloading gopkg.in/fsnotify.v1 v1.4.7 08:53:41 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 08:53:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:53:41 go: downloading github.com/hashicorp/go-hclog v0.12.0 08:53:41 go: downloading github.com/hashicorp/go-msgpack v0.5.3 08:53:41 go: downloading github.com/hashicorp/memberlist v0.2.2 08:53:41 go: downloading github.com/fsnotify/fsnotify v1.4.7 08:53:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:53:41 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 08:53:41 go: downloading github.com/mattn/go-colorable v0.1.6 08:53:41 go: downloading github.com/mattn/go-isatty v0.0.12 08:53:41 go: downloading github.com/fatih/color v1.9.0 08:53:41 go: downloading github.com/hashicorp/go-multierror v1.1.0 08:53:41 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 08:53:41 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 08:53:41 go: downloading github.com/miekg/dns v1.1.26 08:53:41 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 08:53:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:53:41 go: downloading github.com/hashicorp/errwrap v1.0.0 08:53:41 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 08:53:41 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 08:53:54 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 08:53:54 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 08:53:54 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 08:53:54 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 08:53:54 Building config-common 08:53:54 + snapcraftctl build 08:53:55 Building edgex-go 08:53:55 + cd /root/parts/edgex-go/src 08:53:55 + make build 08:53:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:53:56 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 08:53:56 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:53:56 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.84 08:53:56 go: downloading github.com/imdario/mergo v0.3.12 08:54:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:54:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:54:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:54:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:54:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:54:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:54:11 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:54:11 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:54:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:54:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:54:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:54:14 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:54:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:54:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:54: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 08:54:18 go: downloading github.com/lib/pq v1.10.1 08:54:20 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 08:54:20 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 08:54:20 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 08:54:20 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 08:54:20 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 08:54:20 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 08:54:20 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 08:54:20 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 08:54:20 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 08:54:20 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 08:54:20 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 08:54:20 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 08:54:20 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 08:54:20 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 08:54:20 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 08:54:20 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 08:54:20 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 08:54:20 + 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 08:54:20 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 08:54:20 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 08:54:20 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 08:54:20 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 08:54:20 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 08:54:20 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 08:54:20 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 08:54:20 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 08:54:23 Building static-packages 08:54:23 + snapcraftctl build 08:54:25 Building version 08:54:25 + snapcraftctl build 08:54:27 Skipping stage go-build-helper (already ran) 08:54:27 Staging app-service-config 08:54:27 + snapcraftctl stage 08:54:28 Staging config-common 08:54:28 + snapcraftctl stage 08:54:29 Staging edgex-go 08:54:29 + snapcraftctl stage 08:54:30 Staging static-packages 08:54:30 + snapcraftctl stage 08:54:31 Staging version 08:54:31 + snapcraftctl stage 08:54:32 Priming go-build-helper 08:54:32 + snapcraftctl prime 08:54:33 Priming app-service-config 08:54:33 + snapcraftctl prime 08:54:34 Priming config-common 08:54:34 + snapcraftctl prime 08:54:35 Priming edgex-go 08:54:35 + snapcraftctl prime 08:54:36 Priming static-packages 08:54:36 + snapcraftctl prime 08:54:39 Priming version 08:54:39 + snapcraftctl prime 08:54:40 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] } 08:55:51 lf-activate-venv(): INFO: Adding /tmp/venv-wTNs/bin to PATH 08:55:51 INFO: No Stack... 08:55:51 INFO: Retrieving Pricing Info for: lf-standard-4 08:55:51 INFO: Archiving Costs [Pipeline] sh 08:55:51 + + cutcat /w/workspace/edgex-go/4/archives/cost.csv 08:55:51 -d, -f6 [Pipeline] lock 08:55:51 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3447-4-stack-cost] 08:55:51 Resource [jenkins-edgexfoundry-edgex-go-PR-3447-4-stack-cost] did not exist. Created. 08:55:51 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3447-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:55:52 + echo total: 0.20999999344348907 [Pipeline] stash 08:55:52 Stashed 1 file(s) [Pipeline] } 08:55:52 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3447-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:55:52 provisioning config files... 08:55:52 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4957973926996042234tmp [Pipeline] { [Pipeline] sh 08:55:53 + set +x 08:55:53 + curl -s https://codecov.io/bash 08:55:53 + bash -s -- 08:55:53 08:55:53 _____ _ 08:55:53 / ____| | | 08:55:53 | | ___ __| | ___ ___ _____ __ 08:55:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:55:53 | |___| (_) | (_| | __/ (_| (_) \ V / 08:55:53 \_____\___/ \__,_|\___|\___\___/ \_/ 08:55:53 Bash-1.0.2 08:55:53 08:55:53 08:55:53 ==> git version 2.24.3 found 08:55:53 ==> 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 08:55:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:55:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:55:53 ==> Jenkins CI detected. 08:55:53 project root: . 08:55:53 --> token set from env 08:55:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:55:53 ==> Running gcov in . (disable via -X gcov) 08:55:53 ==> Python coveragepy not found 08:55:53 ==> Searching for coverage reports in: 08:55:53 + . 08:55:54 -> Found 1 reports 08:55:54 ==> Detecting git/mercurial file structure 08:55:54 ==> Reading reports 08:55:54 + ./coverage.out bytes=720868 08:55:54 ==> Appending adjustments 08:55:54 https://docs.codecov.io/docs/fixing-reports 08:55:59 + Found adjustments 08:55:59 ==> Gzipping contents 08:55:59 104K /tmp/codecov.FWJa7b.gz 08:55:59 ==> Uploading reports 08:55:59 url: https://codecov.io 08:55:59 query: branch=PR-3447&commit=3b6d5b24bcaf46cc00bcb090dc39238eb501c210&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3447%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3447&job=&cmd_args= 08:55:59 -> Pinging Codecov 08:55:59 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3447&commit=3b6d5b24bcaf46cc00bcb090dc39238eb501c210&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3447%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3447&job=&cmd_args= 08:56:00 -> Uploading to 08:56:00 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/00271124DB129430A58F1EEE437C3FCB/3b6d5b24bcaf46cc00bcb090dc39238eb501c210/0ebec0d4-2ce1-4698-8935-e643952ae9d0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T085559Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=661c95d16777bb0c23d17938516b2cce0c84432a7ee6bd25ad2efec0e0d00cac 08:56:00 % Total % Received % Xferd Average Speed Time Time Time Current 08:56:00 Dload Upload Total Spent Left Speed 08:56:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 100k 0 0 100 100k 0 158k --:--:-- --:--:-- --:--:-- 157k 08:56:00 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3b6d5b24bcaf46cc00bcb090dc39238eb501c210 [Pipeline] } 08:56:00 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 08:56:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:56:02 ---> package-listing.sh 08:56:02 ++ facter osfamily 08:56:02 ++ tr '[:upper:]' '[:lower:]' 08:56:02 + OS_FAMILY=redhat 08:56:02 + workspace=/w/workspace/edgex-go/4 08:56:02 + START_PACKAGES=/tmp/packages_start.txt 08:56:02 + END_PACKAGES=/tmp/packages_end.txt 08:56:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:56:02 + PACKAGES=/tmp/packages_start.txt 08:56:02 + '[' /w/workspace/edgex-go/4 ']' 08:56:02 + PACKAGES=/tmp/packages_end.txt 08:56:02 + case "${OS_FAMILY}" in 08:56:02 + rpm -qa 08:56:02 + sort 08:56:08 + '[' -f /tmp/packages_start.txt ']' 08:56:08 + '[' -f /tmp/packages_end.txt ']' 08:56:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:56:08 + '[' /w/workspace/edgex-go/4 ']' 08:56:08 + mkdir -p /w/workspace/edgex-go/4/archives/ 08:56:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 08:56:08 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:56:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:56:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:56:09 08:56:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:56:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:56:09 alpine: Pulling from edgex-lftools-log-publisher 08:56:09 df20fa9351a1: Pulling fs layer 08:56:09 36b3adc4ff6f: Pulling fs layer 08:56:09 8ad3a11d3b57: Pulling fs layer 08:56:09 46f8f816bc3b: Pulling fs layer 08:56:09 93b61091891f: Pulling fs layer 08:56:09 93b9cdb0e59b: Pulling fs layer 08:56:09 5e14af77c1be: Pulling fs layer 08:56:09 01666e4c0597: Pulling fs layer 08:56:09 aa168da1d23b: Pulling fs layer 08:56:09 93b9cdb0e59b: Waiting 08:56:09 5e14af77c1be: Waiting 08:56:09 46f8f816bc3b: Waiting 08:56:09 93b61091891f: Waiting 08:56:09 01666e4c0597: Waiting 08:56:09 aa168da1d23b: Waiting 08:56:09 36b3adc4ff6f: Download complete 08:56:09 46f8f816bc3b: Verifying Checksum 08:56:09 46f8f816bc3b: Download complete 08:56:10 df20fa9351a1: Verifying Checksum 08:56:10 df20fa9351a1: Download complete 08:56:10 93b9cdb0e59b: Verifying Checksum 08:56:10 93b9cdb0e59b: Download complete 08:56:10 5e14af77c1be: Download complete 08:56:10 93b61091891f: Download complete 08:56:10 01666e4c0597: Verifying Checksum 08:56:10 01666e4c0597: Download complete 08:56:10 8ad3a11d3b57: Verifying Checksum 08:56:10 8ad3a11d3b57: Download complete 08:56:10 df20fa9351a1: Pull complete 08:56:10 36b3adc4ff6f: Pull complete 08:56:12 8ad3a11d3b57: Pull complete 08:56:12 46f8f816bc3b: Pull complete 08:56:13 93b61091891f: Pull complete 08:56:14 aa168da1d23b: Verifying Checksum 08:56:14 aa168da1d23b: Download complete 08:56:15 93b9cdb0e59b: Pull complete 08:56:15 5e14af77c1be: Pull complete 08:56:15 01666e4c0597: Pull complete 08:56:28 aa168da1d23b: Pull complete 08:56:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:56:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:56:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:56:28 prd-centos7-docker-4c-2g-4669 does not seem to be running inside a container 08:56:28 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:56:33 $ docker top 7d5c6b18c0a6e75a45aa403f6a3b5909122bc71460053884d69088a165031c28 -eo pid,comm [Pipeline] { [Pipeline] sh 08:56:33 + touch /tmp/pre-build-complete [Pipeline] sh 08:56:33 + mkdir -p /var/log/sa [Pipeline] sh 08:56:34 + ls /var/log/sa-host 08:56:34 + sadf -c /var/log/sa-host/sa12 08:56:34 file_magic: OK 08:56:34 HZ: Using current value: 100 08:56:34 file_header: OK 08:56:34 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:56:34 Statistics: 08:56:34 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... 08:56:34 File successfully converted to sysstat format version 12.2.1 08:56:34 + sadf -c /var/log/sa-host/sa23 08:56:34 file_magic: OK 08:56:34 HZ: Using current value: 100 08:56:34 file_header: OK 08:56:34 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:56:34 Statistics: 08:56:34 Hnuu...uuuununununu... 08:56:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:56:34 provisioning config files... 08:56:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config3791625607274089138tmp [Pipeline] { [Pipeline] echo 08:56:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:56:34 ---> create-netrc.sh [Pipeline] } 08:56:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:56:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:56:35 ---> python-tools-install.sh [Pipeline] echo 08:56:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:56:35 ---> sudo-logs.sh 08:56:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:56:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:56:35 ---> job-cost.sh 08:56:35 lf-activate-venv: SKIPPING 08:56:35 DEBUG: total: 0.20999999344348907 08:56:35 INFO: Retrieving Stack Cost... 08:56:36 INFO: Retrieving Pricing Info for: v1-standard-2 08:56:37 INFO: Archiving Costs [Pipeline] echo 08:56:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:56:37 ---> logs-deploy.sh 08:56:37 lf-activate-venv: SKIPPING 08:56:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3447/4 08:56:37 INFO: archiving workspace using pattern(s): 08:56:39 Archives upload complete. 08:56:39 INFO: archiving logs to Nexus 08:56:41 ---> uname -a: 08:56:41 Linux prd-centos7-docker-4c-2g-4669.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:56:41 08:56:41 08:56:41 ---> lscpu: 08:56:41 Architecture: x86_64 08:56:41 CPU op-mode(s): 32-bit, 64-bit 08:56:41 Byte Order: Little Endian 08:56:41 Address sizes: 40 bits physical, 48 bits virtual 08:56:41 CPU(s): 4 08:56:41 On-line CPU(s) list: 0-3 08:56:41 Thread(s) per core: 1 08:56:41 Core(s) per socket: 1 08:56:41 Socket(s): 4 08:56:41 NUMA node(s): 1 08:56:41 Vendor ID: GenuineIntel 08:56:41 CPU family: 6 08:56:41 Model: 44 08:56:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:56:41 Stepping: 1 08:56:41 CPU MHz: 2933.436 08:56:41 BogoMIPS: 5866.87 08:56:41 Virtualization: VT-x 08:56:41 Hypervisor vendor: KVM 08:56:41 Virtualization type: full 08:56:41 L1d cache: 128 KiB 08:56:41 L1i cache: 128 KiB 08:56:41 L2 cache: 16 MiB 08:56:41 L3 cache: 64 MiB 08:56:41 NUMA node0 CPU(s): 0-3 08:56:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:56:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:56:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:56:41 Vulnerability Meltdown: Mitigation; PTI 08:56:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:56:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:56:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:56:41 Vulnerability Srbds: Not affected 08:56:41 Vulnerability Tsx async abort: Not affected 08:56:41 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 08:56:41 08:56:41 08:56:41 ---> nproc: 08:56:41 4 08:56:41 08:56:41 08:56:41 ---> df -h: 08:56:41 Filesystem Size Used Available Use% Mounted on 08:56:41 overlay 50.0G 12.2G 37.8G 24% / 08:56:41 tmpfs 64.0M 0 64.0M 0% /dev 08:56:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:56:41 shm 64.0M 0 64.0M 0% /dev/shm 08:56:41 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 08:56:41 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 08:56:41 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 08:56:41 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 08:56:41 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 08:56:41 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 08:56:41 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 08:56:41 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 08:56:41 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/4 08:56:41 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/4@tmp 08:56:41 08:56:41 08:56:41 ---> free -m: 08:56:41 total used free shared buff/cache available 08:56:41 Mem: 1837 729 126 0 982 1026 08:56:41 Swap: 1023 91 932 08:56:41 08:56:41 08:56:41 ---> ip addr: 08:56:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:56:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:56:41 inet 127.0.0.1/8 scope host lo 08:56:41 valid_lft forever preferred_lft forever 08:56:41 inet6 ::1/128 scope host 08:56:41 valid_lft forever preferred_lft forever 08:56:41 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:56:41 link/ether fa:16:3e:1c:e0:13 brd ff:ff:ff:ff:ff:ff 08:56:41 inet 10.30.122.150/23 brd 10.30.123.255 scope global dynamic eth0 08:56:41 valid_lft 84820sec preferred_lft 84820sec 08:56:41 inet6 fe80::f816:3eff:fe1c:e013/64 scope link 08:56:41 valid_lft forever preferred_lft forever 08:56:41 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:56:41 link/ether 02:42:40:e6:7f:20 brd ff:ff:ff:ff:ff:ff 08:56:41 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:56:41 valid_lft forever preferred_lft forever 08:56:41 inet6 fe80::42:40ff:fee6:7f20/64 scope link 08:56:41 valid_lft forever preferred_lft forever 08:56:41 08:56:41 08:56:41 ---> sar -b -r -n DEV: 08:56:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 08:56:41 08:56:41 08:30:06 LINUX RESTART (4 CPU) 08:56:41 08:56:41 08:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:56:41 08:32:01 68.63 17.22 51.42 0.00 5312.59 9219.41 0.00 08:56:41 08:33:02 149.62 71.05 78.56 0.00 6722.55 35311.32 0.00 08:56:41 08:34:01 246.61 72.30 174.31 0.00 3906.28 26395.14 0.00 08:56:41 08:35:01 151.64 99.22 52.42 0.00 2863.28 6822.45 0.00 08:56:41 08:36:01 61.16 15.14 46.01 0.00 543.87 6206.58 0.00 08:56:41 08:37:02 75.96 40.84 35.12 0.00 1538.31 2386.53 0.00 08:56:41 08:38:01 82.97 31.91 51.06 0.00 953.29 6642.26 0.00 08:56:41 08:39:01 43.06 7.73 35.33 0.00 1227.15 7003.33 0.00 08:56:41 08:40:03 249.83 94.52 155.32 0.00 28012.10 94002.78 0.00 08:56:41 08:41:03 1754.09 1518.66 235.43 0.00 115413.17 121647.92 0.00 08:56:41 08:42:02 1377.65 1189.27 188.37 0.00 97046.35 102013.87 0.00 08:56:41 08:43:02 148.35 82.78 65.56 0.00 5367.99 9563.95 0.00 08:56:41 08:44:02 308.73 105.52 203.21 0.00 14471.04 42987.52 0.00 08:56:41 08:45:02 930.22 743.27 186.95 0.00 74226.08 105881.55 0.00 08:56:41 08:46:01 1300.52 1087.81 212.71 0.00 72967.83 73978.05 0.00 08:56:41 08:47:02 203.22 77.40 125.82 0.00 5946.63 23066.28 0.00 08:56:41 08:48:01 121.75 20.15 101.61 0.00 3321.43 9570.97 0.00 08:56:41 08:49:01 4.51 0.80 3.71 0.00 21.57 94.17 0.00 08:56:41 08:50:01 0.22 0.02 0.20 0.00 0.27 2.31 0.00 08:56:41 08:51:01 0.35 0.07 0.28 0.00 1.47 3.10 0.00 08:56:41 08:52:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 08:56:41 08:53:01 0.38 0.03 0.35 0.00 0.80 4.88 0.00 08:56:41 08:54:01 0.27 0.02 0.25 0.00 0.27 2.70 0.00 08:56:41 08:55:01 0.18 0.00 0.18 0.00 0.00 1.37 0.00 08:56:41 08:56:01 20.45 20.13 0.32 0.00 1571.50 26.54 0.00 08:56:41 Average: 290.90 210.85 80.05 0.00 17610.20 27342.51 0.00 08:56:41 08:56:41 08:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:56:41 08:32:01 73780 0 704732 37.45 2620 1100412 1344536 45.89 541264 1061560 71024 08:56:41 08:33:02 77540 0 762412 40.52 2352 1039240 1594288 54.41 695048 888452 30004 08:56:41 08:34:01 276840 0 773988 41.14 1492 829224 1468212 50.11 477288 854600 36 08:56:41 08:35:01 79408 0 998192 53.05 668 803276 1897492 64.76 769384 755508 29500 08:56:41 08:36:01 94768 0 873484 46.42 532 912760 1965256 67.07 761552 738928 75708 08:56:41 08:37:02 293280 0 827744 43.99 440 760080 1772392 60.49 571020 732444 72592 08:56:41 08:38:01 301748 0 760256 40.41 440 819100 1227872 41.91 512600 773892 5648 08:56:41 08:39:01 150552 0 760020 40.39 392 970580 1266512 43.22 592048 845716 33996 08:56:41 08:40:03 79636 0 873348 46.42 0 928560 2322072 79.25 733936 848688 35772 08:56:41 08:41:03 75884 0 863044 45.87 0 942616 2341300 79.90 684552 904544 59784 08:56:41 08:42:02 442628 0 795232 42.26 0 643684 2413840 82.38 558308 613344 60 08:56:41 08:43:02 450456 0 963928 51.23 0 467160 3920620 133.80 561312 587908 43656 08:56:41 08:44:02 70356 0 766520 40.74 0 1044668 1540688 52.58 738264 811204 84572 08:56:41 08:45:02 63696 0 999388 53.12 0 818460 2881616 98.34 802336 767552 656 08:56:41 08:46:01 390144 0 717740 38.15 0 773660 2045552 69.81 593748 651912 0 08:56:41 08:47:02 106184 0 718204 38.17 0 1057156 1583348 54.04 655588 875708 1628 08:56:41 08:48:01 152248 0 654932 34.81 0 1074364 1209564 41.28 607100 863604 20 08:56:41 08:49:01 159628 0 647552 34.42 0 1074364 1169220 39.90 604160 863496 16 08:56:41 08:50:01 159124 0 648040 34.44 0 1074380 1169268 39.91 604404 863508 12 08:56:41 08:51:01 159900 0 647256 34.40 0 1074388 1169088 39.90 603800 863544 12 08:56:41 08:52:01 160336 0 646808 34.38 0 1074400 1169088 39.90 603708 863544 8 08:56:41 08:53:01 160288 0 646836 34.38 0 1074420 1169160 39.90 603836 863564 20 08:56:41 08:54:01 160668 0 646468 34.36 0 1074408 1169016 39.90 603496 863568 8 08:56:41 08:55:01 160684 0 646440 34.36 0 1074420 1169016 39.90 603624 863576 8 08:56:41 08:56:01 104344 0 657740 34.96 0 1119460 1185984 40.48 618168 901736 132 08:56:41 Average: 176165 0 760012 40.39 357 945010 1686600 57.56 628022 820884 21795 08:56:41 08:56:41 08:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:56:41 08:32:01 eth0 1072.12 1035.91 4548.12 131.64 0.00 0.00 0.00 0.00 08:56:41 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:32:01 vethf9467c6 434.57 376.94 42.96 1222.22 0.00 0.00 0.00 0.00 08:56:41 08:32:01 docker0 434.57 376.81 37.02 1222.21 0.00 0.00 0.00 0.00 08:56:41 08:33:02 eth0 670.03 638.38 4143.38 96.91 0.00 0.00 0.00 0.00 08:56:41 08:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:33:02 docker0 416.28 387.78 33.88 1459.82 0.00 0.00 0.00 0.00 08:56:41 08:34:01 veth9756c1a 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:34:01 eth0 270.10 209.25 892.61 28.09 0.00 0.00 0.00 0.00 08:56:41 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:34:01 docker0 184.64 234.45 12.60 861.57 0.00 0.00 0.00 0.00 08:56:41 08:35:01 veth9756c1a 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 08:56:41 08:35:01 eth0 17.63 12.75 15.12 6.90 0.00 0.00 0.00 0.00 08:56:41 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:36:01 veth9756c1a 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 08:56:41 08:36:01 eth0 39.01 32.86 22.49 83.72 0.00 0.00 0.00 0.00 08:56:41 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:36:01 docker0 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 08:56:41 08:37:02 veth9756c1a 1.80 1.80 0.14 0.14 0.00 0.00 0.00 0.00 08:56:41 08:37:02 eth0 27.47 21.05 20.17 11.31 0.00 0.00 0.00 0.00 08:56:41 08:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:37:02 docker0 1.80 1.80 0.12 0.14 0.00 0.00 0.00 0.00 08:56:41 08:38:01 veth9756c1a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:38:01 eth0 2.25 1.62 1.65 0.88 0.00 0.00 0.00 0.00 08:56:41 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:39:01 veth9756c1a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:39:01 eth0 38.64 33.80 24.81 76.02 0.00 0.00 0.00 0.00 08:56:41 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:40:03 veth9673f33 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:56:41 08:40:03 eth0 169.17 142.91 1638.69 23.33 0.00 0.00 0.00 0.00 08:56:41 08:40:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:40:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:41:03 veth9673f33 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 08:56:41 08:41:03 eth0 79.69 60.23 180.09 11.63 0.00 0.00 0.00 0.00 08:56:41 08:41:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:41:03 docker0 46.39 60.20 3.03 165.56 0.00 0.00 0.00 0.00 08:56:41 08:42:02 veth9673f33 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:42:02 vethc576a01 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 08:56:41 08:42:02 eth0 5.26 3.80 3.99 2.17 0.00 0.00 0.00 0.00 08:56:41 08:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:43:02 veth752b135 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:56:41 08:43:02 vethc586b61 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:56:41 08:43:02 veth9673f33 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:43:02 eth0 19.21 17.92 8.06 58.30 0.00 0.00 0.00 0.00 08:56:41 08:44:02 veth9673f33 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 08:56:41 08:44:02 eth0 73.70 43.52 235.65 15.76 0.00 0.00 0.00 0.00 08:56:41 08:44:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:56:41 08:44:02 docker0 1110.49 1106.39 88.47 3908.24 0.00 0.00 0.00 0.00 08:56:41 08:45:02 veth9673f33 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:56:41 08:45:02 veth40f6d19 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 08:56:41 08:45:02 eth0 49.05 34.87 83.04 10.54 0.00 0.00 0.00 0.00 08:56:41 08:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:46:01 vethf03d832 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 08:56:41 08:46:01 veth9673f33 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:46:01 eth0 38.17 31.03 54.76 81.69 0.00 0.00 0.00 0.00 08:56:41 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:47:02 veth9673f33 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:47:02 eth0 162.66 124.58 1284.98 20.70 0.00 0.00 0.00 0.00 08:56:41 08:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:47:02 docker0 1129.27 1142.48 89.36 4007.92 0.00 0.00 0.00 0.00 08:56:41 08:48:01 eth0 105.43 59.98 378.72 77.71 0.00 0.00 0.00 0.00 08:56:41 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:48:01 docker0 21.97 56.83 1.53 351.08 0.00 0.00 0.00 0.00 08:56:41 08:49:01 eth0 0.97 0.45 0.67 0.21 0.00 0.00 0.00 0.00 08:56:41 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:50:01 eth0 0.85 0.25 0.31 0.20 0.00 0.00 0.00 0.00 08:56:41 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:51:01 eth0 0.28 0.18 0.09 0.07 0.00 0.00 0.00 0.00 08:56:41 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:52:01 eth0 0.75 0.18 0.23 0.07 0.00 0.00 0.00 0.00 08:56:41 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:53:01 eth0 0.48 0.32 0.27 0.20 0.00 0.00 0.00 0.00 08:56:41 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:54:01 eth0 0.15 0.07 0.01 0.00 0.00 0.00 0.00 0.00 08:56:41 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:55:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:56:41 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:56:01 eth0 9.84 6.29 9.87 5.13 0.00 0.00 0.00 0.00 08:56:41 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 Average: eth0 114.50 100.88 545.34 29.74 0.00 0.00 0.00 0.00 08:56:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:41 Average: docker0 46.22 48.12 3.65 174.79 0.00 0.00 0.00 0.00 08:56:41 08:56:41 08:56:41 ---> sar -P ALL: 08:56:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 08:56:41 08:56:41 08:30:06 LINUX RESTART (4 CPU) 08:56:41 08:56:41 08:31:01 CPU %user %nice %system %iowait %steal %idle 08:56:41 08:32:01 all 11.88 0.00 6.10 1.14 20.02 60.87 08:56:41 08:32:01 0 11.88 0.00 6.94 0.84 21.06 59.28 08:56:41 08:32:01 1 12.00 0.00 5.18 1.23 21.23 60.35 08:56:41 08:32:01 2 10.06 0.00 5.15 0.11 18.95 65.73 08:56:41 08:32:01 3 13.62 0.00 7.18 2.39 18.81 58.00 08:56:41 08:33:02 all 10.30 0.00 5.74 1.25 17.07 65.64 08:56:41 08:33:02 0 9.24 0.00 6.01 1.29 17.69 65.77 08:56:41 08:33:02 1 6.85 0.00 4.04 0.82 17.55 70.74 08:56:41 08:33:02 2 16.35 0.00 6.63 1.88 16.35 58.79 08:56:41 08:33:02 3 8.85 0.00 6.32 1.01 16.68 67.14 08:56:41 08:34:01 all 7.00 0.00 8.42 4.37 15.22 64.98 08:56:41 08:34:01 0 7.08 0.00 8.12 2.51 16.12 66.17 08:56:41 08:34:01 1 6.56 0.00 8.46 4.81 15.27 64.90 08:56:41 08:34:01 2 6.17 0.00 7.05 3.64 15.24 67.90 08:56:41 08:34:01 3 8.24 0.00 10.13 6.62 14.22 60.80 08:56:41 08:35:01 all 40.07 0.00 11.90 5.23 16.77 26.02 08:56:41 08:35:01 0 39.24 0.00 11.59 4.07 16.82 28.29 08:56:41 08:35:01 1 38.49 0.00 10.61 5.96 17.46 27.47 08:56:41 08:35:01 2 39.08 0.00 12.20 4.68 16.76 27.27 08:56:41 08:35:01 3 43.57 0.00 13.27 6.23 16.01 20.92 08:56:41 08:36:01 all 35.22 0.00 11.33 2.81 27.02 23.62 08:56:41 08:36:01 0 34.95 0.00 12.20 3.26 27.91 21.68 08:56:41 08:36:01 1 41.35 0.00 11.33 3.66 24.67 18.99 08:56:41 08:36:01 2 32.27 0.00 11.22 2.27 27.90 26.33 08:56:41 08:36:01 3 32.58 0.00 10.58 2.10 27.53 27.21 08:56:41 08:37:02 all 26.71 0.00 10.68 2.54 32.47 27.59 08:56:41 08:37:02 0 24.26 0.00 8.74 2.37 33.58 31.05 08:56:41 08:37:02 1 27.26 0.00 11.04 2.48 31.86 27.34 08:56:41 08:37:02 2 24.82 0.00 10.56 2.53 32.35 29.74 08:56:41 08:37:02 3 30.77 0.00 12.53 2.78 32.02 21.89 08:56:41 08:38:01 all 32.54 0.00 14.36 3.40 24.64 25.06 08:56:41 08:38:01 0 32.23 0.00 14.29 3.60 24.95 24.93 08:56:41 08:38:01 1 31.28 0.00 13.73 3.08 24.33 27.59 08:56:41 08:38:01 2 29.80 0.00 13.41 2.59 25.99 28.22 08:56:41 08:38:01 3 37.10 0.00 16.12 4.42 23.22 19.16 08:56:41 08:39:01 all 21.72 0.00 11.74 1.16 20.10 45.28 08:56:41 08:39:01 0 19.44 0.00 10.20 0.85 21.99 47.52 08:56:41 08:39:01 1 22.51 0.00 12.79 0.62 19.26 44.82 08:56:41 08:39:01 2 21.06 0.00 10.84 0.96 20.40 46.73 08:56:41 08:39:01 3 23.96 0.00 13.18 2.23 18.66 41.96 08:56:41 08:40:03 all 8.44 0.00 10.30 5.54 25.49 50.24 08:56:41 08:40:03 0 6.98 0.00 8.76 6.40 26.07 51.80 08:56:41 08:40:03 1 7.30 0.00 10.67 5.12 25.09 51.82 08:56:41 08:40:03 2 10.78 0.00 11.03 5.35 25.32 47.51 08:56:41 08:40:03 3 8.76 0.00 10.76 5.25 25.48 49.75 08:56:41 08:41:03 all 15.21 0.00 18.93 16.20 24.29 25.38 08:56:41 08:41:03 0 15.99 0.00 19.02 14.15 23.62 27.22 08:56:41 08:41:03 1 14.48 0.00 19.15 17.96 24.24 24.17 08:56:41 08:41:03 2 15.25 0.00 18.19 16.66 24.37 25.53 08:56:41 08:41:03 3 15.11 0.00 19.35 16.01 24.93 24.61 08:56:41 08:42:02 all 11.91 0.00 12.78 24.00 30.98 20.34 08:56:41 08:42:02 0 10.36 0.00 12.37 23.41 31.87 21.99 08:56:41 08:42:02 1 12.36 0.00 13.04 23.31 30.70 20.58 08:56:41 08:42:02 2 11.12 0.00 11.92 24.59 30.69 21.67 08:56:41 08:42:02 3 13.89 0.00 13.84 24.71 30.63 16.93 08:56:41 08:56:41 08:42:02 CPU %user %nice %system %iowait %steal %idle 08:56:41 08:43:02 all 60.00 0.00 13.43 5.04 16.71 4.83 08:56:41 08:43:02 0 63.46 0.00 15.00 5.89 11.78 3.87 08:56:41 08:43:02 1 59.22 0.00 12.46 4.80 18.43 5.08 08:56:41 08:43:02 2 61.26 0.00 14.37 4.79 14.78 4.81 08:56:41 08:43:02 3 56.04 0.00 11.87 4.66 21.85 5.58 08:56:41 08:44:02 all 26.48 0.00 13.95 10.56 24.95 24.06 08:56:41 08:44:02 0 26.57 0.00 14.34 8.49 26.12 24.48 08:56:41 08:44:02 1 25.70 0.00 13.79 8.10 24.52 27.89 08:56:41 08:44:02 2 25.34 0.00 12.77 14.76 25.82 21.30 08:56:41 08:44:02 3 28.37 0.00 14.91 10.88 23.34 22.50 08:56:41 08:45:02 all 16.20 0.00 13.31 13.03 29.42 28.04 08:56:41 08:45:02 0 14.69 0.00 11.70 14.37 29.71 29.53 08:56:41 08:45:02 1 16.84 0.00 13.40 15.19 28.00 26.56 08:56:41 08:45:02 2 16.46 0.00 14.61 11.67 30.78 26.47 08:56:41 08:45:02 3 16.88 0.00 13.63 10.75 29.19 29.55 08:56:41 08:46:01 all 31.75 0.00 17.82 15.81 21.98 12.63 08:56:41 08:46:01 0 29.70 0.00 16.97 16.40 24.07 12.86 08:56:41 08:46:01 1 32.43 0.00 17.73 14.40 22.08 13.37 08:56:41 08:46:01 2 32.54 0.00 17.93 17.31 20.71 11.51 08:56:41 08:46:01 3 32.34 0.00 18.66 15.15 21.06 12.79 08:56:41 08:47:02 all 35.45 0.00 14.22 6.37 19.40 24.56 08:56:41 08:47:02 0 36.15 0.00 13.78 6.81 18.42 24.84 08:56:41 08:47:02 1 35.29 0.00 15.03 7.80 19.20 22.68 08:56:41 08:47:02 2 35.14 0.00 14.16 5.58 19.43 25.69 08:56:41 08:47:02 3 35.22 0.00 13.92 5.27 20.55 25.04 08:56:41 08:48:01 all 7.14 0.00 5.42 4.12 6.34 76.99 08:56:41 08:48:01 0 8.58 0.00 5.93 3.45 6.61 75.44 08:56:41 08:48:01 1 6.54 0.00 4.90 4.35 5.91 78.29 08:56:41 08:48:01 2 5.78 0.00 4.86 3.95 6.66 78.75 08:56:41 08:48:01 3 7.66 0.00 5.97 4.72 6.17 75.47 08:56:41 08:49:01 all 0.13 0.00 0.07 0.04 0.47 99.29 08:56:41 08:49:01 0 0.00 0.00 0.05 0.02 0.15 99.78 08:56:41 08:49:01 1 0.40 0.00 0.05 0.10 0.51 98.94 08:56:41 08:49:01 2 0.05 0.00 0.08 0.02 0.22 99.63 08:56:41 08:49:01 3 0.07 0.00 0.12 0.02 0.99 98.81 08:56:41 08:50:01 all 0.12 0.00 0.23 0.00 0.62 99.03 08:56:41 08:50:01 0 0.07 0.00 0.30 0.00 0.58 99.05 08:56:41 08:50:01 1 0.28 0.00 0.07 0.00 0.51 99.14 08:56:41 08:50:01 2 0.08 0.00 0.10 0.00 0.86 98.96 08:56:41 08:50:01 3 0.05 0.00 0.45 0.00 0.53 98.97 08:56:41 08:51:01 all 0.13 0.00 0.04 0.00 0.08 99.75 08:56:41 08:51:01 0 0.28 0.00 0.05 0.00 0.03 99.63 08:56:41 08:51:01 1 0.15 0.00 0.02 0.00 0.05 99.78 08:56:41 08:51:01 2 0.08 0.00 0.08 0.00 0.23 99.60 08:56:41 08:51:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:56:41 08:52:01 all 0.12 0.00 0.16 0.00 0.27 99.45 08:56:41 08:52:01 0 0.03 0.00 0.17 0.00 0.15 99.65 08:56:41 08:52:01 1 0.07 0.00 0.08 0.00 0.40 99.45 08:56:41 08:52:01 2 0.03 0.00 0.17 0.00 0.27 99.53 08:56:41 08:52:01 3 0.33 0.00 0.23 0.00 0.28 99.15 08:56:41 08:53:01 all 0.11 0.00 0.07 0.00 0.05 99.78 08:56:41 08:53:01 0 0.15 0.00 0.05 0.00 0.03 99.77 08:56:41 08:53:01 1 0.07 0.00 0.08 0.00 0.10 99.75 08:56:41 08:53:01 2 0.20 0.00 0.08 0.00 0.03 99.68 08:56:41 08:53:01 3 0.02 0.00 0.05 0.00 0.02 99.92 08:56:41 08:56:41 08:53:01 CPU %user %nice %system %iowait %steal %idle 08:56:41 08:54:01 all 0.14 0.00 0.05 0.00 0.13 99.68 08:56:41 08:54:01 0 0.00 0.00 0.03 0.00 0.05 99.92 08:56:41 08:54:01 1 0.05 0.00 0.07 0.00 0.27 99.62 08:56:41 08:54:01 2 0.45 0.00 0.05 0.00 0.13 99.37 08:56:41 08:54:01 3 0.05 0.00 0.03 0.00 0.08 99.83 08:56:41 08:55:01 all 0.13 0.00 0.04 0.00 0.25 99.59 08:56:41 08:55:01 0 0.35 0.00 0.03 0.00 0.20 99.42 08:56:41 08:55:01 1 0.03 0.00 0.03 0.00 0.63 99.30 08:56:41 08:55:01 2 0.12 0.00 0.07 0.00 0.13 99.68 08:56:41 08:55:01 3 0.02 0.00 0.02 0.00 0.02 99.95 08:56:41 08:56:01 all 1.36 0.00 0.95 0.59 0.57 96.53 08:56:41 08:56:01 0 1.67 0.00 1.24 0.68 0.47 95.94 08:56:41 08:56:01 1 1.50 0.00 0.88 1.00 0.72 95.91 08:56:41 08:56:01 2 1.77 0.00 1.12 0.55 0.58 95.98 08:56:41 08:56:01 3 0.50 0.00 0.57 0.12 0.53 98.29 08:56:41 Average: all 15.68 0.00 8.06 4.94 15.15 56.16 08:56:41 Average: 0 15.39 0.00 7.89 4.80 15.43 56.50 08:56:41 Average: 1 15.62 0.00 7.93 5.01 15.07 56.37 08:56:41 Average: 2 15.55 0.00 7.93 4.97 15.16 56.38 08:56:41 Average: 3 16.18 0.00 8.49 4.99 14.94 55.39 08:56:41 08:56:41 08:56:41