Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 29b7741412918b380152c0207621d70cd23b397e+4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (caba79c88dcd8770a10b1a90dbfc96dbf85f0303) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30059 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 29b7741412918b380152c0207621d70cd23b397e Merge succeeded, producing 8210e0cd3d31697cb0e07c31f24c285899732b21 Checking out Revision 8210e0cd3d31697cb0e07c31f24c285899732b21 (PR-3241) > git config core.sparsecheckout # timeout=10 > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # 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 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8210e0cd3d31697cb0e07c31f24c285899732b21 # timeout=10 Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 84e505e40705358717362c9b0dc5ba7440a3616c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:13 ========================================================= 00:30:13 EdgeX Global Pipelines Version Info 00:30:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:15 ------------------- 00:30:15 stable info: 00:30:15 ------------------- 00:30:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:15 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:30:15 Message: update stable to v1.0.184 00:30:16 ------------------- 00:30:16 experimental info: 00:30:16 ------------------- 00:30:16 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:16 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:30:16 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:30:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3241 [Pipeline] echo 00:30:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3241 [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3241 [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8210e0cd3d31697cb0e07c31f24c285899732b21 [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8210e0c [Pipeline] echo 00:30:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:19 provisioning config files... 00:30:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config7341827996388636855tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:19 ---> docker-login.sh 00:30:19 nexus3.edgexfoundry.org:10001 00:30:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:20 Configure a credential helper to remove this warning. See 00:30:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:20 00:30:20 Login Succeeded 00:30:20 nexus3.edgexfoundry.org:10002 00:30:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:20 Configure a credential helper to remove this warning. See 00:30:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:20 00:30:20 Login Succeeded 00:30:20 nexus3.edgexfoundry.org:10003 00:30:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:20 Configure a credential helper to remove this warning. See 00:30:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:20 00:30:20 Login Succeeded 00:30:20 nexus3.edgexfoundry.org:10004 00:30:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:21 Configure a credential helper to remove this warning. See 00:30:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:21 00:30:21 Login Succeeded 00:30:21 docker.io 00:30:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:21 Configure a credential helper to remove this warning. See 00:30:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:21 00:30:21 Login Succeeded 00:30:21 ---> docker-login.sh ends [Pipeline] } 00:30:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:21 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:30:21 + for file in '`ls cmd/**/Dockerfile`' 00:30:21 ++ dirname cmd/core-command/Dockerfile 00:30:21 ++ cut -d/ -f2 00:30:21 + echo core-command,cmd/core-command/Dockerfile 00:30:21 + for file in '`ls cmd/**/Dockerfile`' 00:30:21 ++ dirname cmd/core-data/Dockerfile 00:30:21 ++ cut -d/ -f2 00:30:21 + echo core-data,cmd/core-data/Dockerfile 00:30:21 + for file in '`ls cmd/**/Dockerfile`' 00:30:21 ++ dirname cmd/core-metadata/Dockerfile 00:30:21 ++ cut -d/ -f2 00:30:21 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:21 + for file in '`ls cmd/**/Dockerfile`' 00:30:21 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:21 ++ cut -d/ -f2 00:30:21 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:21 + for file in '`ls cmd/**/Dockerfile`' 00:30:21 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:21 ++ cut -d/ -f2 00:30:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:21 + for file in '`ls cmd/**/Dockerfile`' 00:30:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:21 ++ cut -d/ -f2 00:30:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:21 + for file in '`ls cmd/**/Dockerfile`' 00:30:21 ++ dirname cmd/support-notifications/Dockerfile 00:30:21 ++ cut -d/ -f2 00:30:21 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:21 + for file in '`ls cmd/**/Dockerfile`' 00:30:21 ++ dirname cmd/support-scheduler/Dockerfile 00:30:21 ++ cut -d/ -f2 00:30:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:21 + for file in '`ls cmd/**/Dockerfile`' 00:30:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:21 ++ cut -d/ -f2 00:30:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:21 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:30:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:23 00:30:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:23 latest: Pulling from edgex-devops/git-semver 00:30:23 31603596830f: Pulling fs layer 00:30:23 2a8b12db71e7: Pulling fs layer 00:30:23 6ca5941a6612: Pulling fs layer 00:30:23 ecc8261a40a4: Pulling fs layer 00:30:23 ecc8261a40a4: Waiting 00:30:23 2a8b12db71e7: Download complete 00:30:23 31603596830f: Verifying Checksum 00:30:23 31603596830f: Download complete 00:30:23 6ca5941a6612: Verifying Checksum 00:30:23 6ca5941a6612: Download complete 00:30:24 ecc8261a40a4: Verifying Checksum 00:30:24 ecc8261a40a4: Download complete 00:30:24 31603596830f: Pull complete 00:30:24 2a8b12db71e7: Pull complete 00:30:25 6ca5941a6612: Pull complete 00:30:25 ecc8261a40a4: Pull complete 00:30:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:25 prd-centos7-docker-4c-2g-30059 does not seem to be running inside a container 00:30:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:10004/edgex-devops/git-semver:latest cat 00:30:28 $ docker top f8a62987b7200056e234306c0116716542a065928da24b1976d7aba8d5f2a678 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:28 [ssh-agent] Looking for ssh-agent implementation... 00:30:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:28 $ docker exec f8a62987b7200056e234306c0116716542a065928da24b1976d7aba8d5f2a678 ssh-agent 00:30:29 SSH_AUTH_SOCK=/tmp/ssh-QNIkNfMzFgyt/agent.11 00:30:29 SSH_AGENT_PID=16 00:30:29 Running ssh-add (command line suppressed) 00:30:29 Identity added: /w/workspace/edgex-go/6@tmp/private_key_720286138772266197.key (/w/workspace/edgex-go/6@tmp/private_key_720286138772266197.key) 00:30:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:29 + git tag --points-at HEAD [Pipeline] } 00:30:29 $ docker exec --env ******** --env ******** f8a62987b7200056e234306c0116716542a065928da24b1976d7aba8d5f2a678 ssh-agent -k 00:30:29 unset SSH_AUTH_SOCK; 00:30:29 unset SSH_AGENT_PID; 00:30:29 echo Agent pid 16 killed; 00:30:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:29 [ssh-agent] Looking for ssh-agent implementation... 00:30:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:30 $ docker exec f8a62987b7200056e234306c0116716542a065928da24b1976d7aba8d5f2a678 ssh-agent 00:30:30 SSH_AUTH_SOCK=/tmp/ssh-AZRoOg2GLShc/agent.45 00:30:30 SSH_AGENT_PID=51 00:30:30 Running ssh-add (command line suppressed) 00:30:30 Identity added: /w/workspace/edgex-go/6@tmp/private_key_5458544306973789252.key (/w/workspace/edgex-go/6@tmp/private_key_5458544306973789252.key) 00:30:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:30 + git semver init 00:30:30 # -> Open(): unable to determine branch for HEAD 00:30:30 # $GIT_DIR = /w/workspace/edgex-go/6/.git 00:30:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 00:30:30 # $SEMVER_REMOTE_NAME = origin 00:30:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:30 # $SEMVER_USER_NAME = edgex-jenkins 00:30:30 # $SEMVER_BRANCH = PR-3241 00:30:30 # $SEMVER_TEMP = /tmp/semver-174731872 00:30:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:30:49 # '/tmp/semver-174731872' -> '/w/workspace/edgex-go/6/.semver' 00:30:49 # -> Force: false 00:30:49 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 00:30:49 $ docker exec --env ******** --env ******** f8a62987b7200056e234306c0116716542a065928da24b1976d7aba8d5f2a678 ssh-agent -k 00:30:49 unset SSH_AUTH_SOCK; 00:30:49 unset SSH_AGENT_PID; 00:30:49 echo Agent pid 51 killed; 00:30:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:50 + git semver [Pipeline] } 00:30:50 $ docker stop --time=1 f8a62987b7200056e234306c0116716542a065928da24b1976d7aba8d5f2a678 00:30:52 $ docker rm -f f8a62987b7200056e234306c0116716542a065928da24b1976d7aba8d5f2a678 [Pipeline] // withDockerContainer [Pipeline] sh 00:30:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:30:53 Stashed 1 file(s) [Pipeline] echo 00:30:53 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:30:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:30:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:30:54 + sudo service docker restart 00:30:54 + true 00:30:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:30:55 ========================================================= 00:30:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:30:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:30:55 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:30:59 Sending build context to Docker daemon 328.6MB 00:30:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:30:59 Step 2/6 : FROM ${BASE} 00:30:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:30:59 188c0c94c7c5: Pulling fs layer 00:30:59 0ef7d3d256c8: Pulling fs layer 00:30:59 de9db76c5a1d: Pulling fs layer 00:30:59 bca2f99d35d6: Pulling fs layer 00:30:59 93359f2a8cfa: Pulling fs layer 00:30:59 7c6f9722023f: Pulling fs layer 00:30:59 a35cf1a2eb13: Pulling fs layer 00:30:59 93359f2a8cfa: Waiting 00:30:59 7c6f9722023f: Waiting 00:30:59 bca2f99d35d6: Waiting 00:30:59 a35cf1a2eb13: Waiting 00:30:59 de9db76c5a1d: Verifying Checksum 00:30:59 de9db76c5a1d: Download complete 00:30:59 0ef7d3d256c8: Verifying Checksum 00:30:59 93359f2a8cfa: Verifying Checksum 00:30:59 93359f2a8cfa: Download complete 00:30:59 7c6f9722023f: Download complete 00:30:59 188c0c94c7c5: Verifying Checksum 00:30:59 188c0c94c7c5: Download complete 00:30:59 188c0c94c7c5: Pull complete 00:31:00 0ef7d3d256c8: Pull complete 00:31:00 de9db76c5a1d: Pull complete 00:31:01 a35cf1a2eb13: Download complete 00:31:02 bca2f99d35d6: Verifying Checksum 00:31:02 bca2f99d35d6: Download complete 00:31:08 bca2f99d35d6: Pull complete 00:31:08 93359f2a8cfa: Pull complete 00:31:08 7c6f9722023f: Pull complete 00:31:08 Still waiting to schedule task 00:31:08 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:13 a35cf1a2eb13: Pull complete 00:31:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:13 ---> a62c8e92a672 00:31:13 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:31:13 ---> Running in 242c204a534f 00:31:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:15 (1/12) Installing libmagic (5.38-r0) 00:31:15 (2/12) Installing file (5.38-r0) 00:31:15 (3/12) Installing libc-dev (0.7.2-r3) 00:31:15 (4/12) Installing g++ (9.3.0-r2) 00:31:30 (5/12) Installing fortify-headers (1.1-r0) 00:31:30 (6/12) Installing patch (2.7.6-r6) 00:31:30 (7/12) Installing build-base (0.5-r2) 00:31:30 (8/12) Installing libsodium (1.0.18-r0) 00:31:30 (9/12) Installing pkgconf (1.7.2-r0) 00:31:30 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:30 (11/12) Installing libzmq (4.3.3-r0) 00:31:30 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:30 Executing busybox-1.31.1-r19.trigger 00:31:30 OK: 233 MiB in 51 packages 00:31:34 Removing intermediate container 242c204a534f 00:31:34 ---> 71fa6dc7c18c 00:31:34 Step 4/6 : WORKDIR /edgex-go 00:31:34 ---> Running in 7541b8443418 00:31:34 Removing intermediate container 7541b8443418 00:31:34 ---> 9d0d18d51ac7 00:31:34 Step 5/6 : COPY go.mod . 00:31:34 ---> 65768f56463f 00:31:34 Step 6/6 : RUN go mod download 00:31:34 ---> Running in ce0a87127564 00:32:01 Removing intermediate container ce0a87127564 00:32:01 ---> c27ad13ca170 00:32:01 Successfully built c27ad13ca170 00:32:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:02 + docker inspect -f . ci-base-image-x86_64 00:32:02 . [Pipeline] withDockerContainer 00:32:02 prd-centos7-docker-4c-2g-30059 does not seem to be running inside a container 00:32:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:03 $ docker top 6ae35d8bd19098a3c14bf5aa9de54f62014d5baeb4bfe65658570a8cf5135b76 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:03 + go version 00:32:03 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:03 $ docker stop --time=1 6ae35d8bd19098a3c14bf5aa9de54f62014d5baeb4bfe65658570a8cf5135b76 00:32:05 $ docker rm -f 6ae35d8bd19098a3c14bf5aa9de54f62014d5baeb4bfe65658570a8cf5135b76 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:06 + docker inspect -f . ci-base-image-x86_64 00:32:06 . [Pipeline] withDockerContainer 00:32:06 prd-centos7-docker-4c-2g-30059 does not seem to be running inside a container 00:32:06 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:07 $ docker top 43189825a6fddc4f991f7432d7dee9b54ede292893006e1011e1e44c1b0062b1 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:07 ========================================================= 00:32:07 [edgeXBuildGoParallel] Running Tests and Build... 00:32:07 ========================================================= [Pipeline] sh 00:32:07 + make test 00:32:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:17 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:32:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:50 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.105s coverage: 45.9% of statements 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:32:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.069s coverage: 19.8% of statements 00:32:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.943s coverage: 100.0% of statements 00:32:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.774s coverage: 27.1% of statements 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:32:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:32:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:32:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.203s coverage: 82.9% of statements 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.072s coverage: 78.9% of statements 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.407s coverage: 28.6% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.388s coverage: 92.8% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.1% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 47.1% of statements 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.054s coverage: 79.5% of statements 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.054s coverage: 94.4% of statements 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.126s coverage: 81.9% of statements 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.067s coverage: 92.9% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.6% of statements 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.6% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 62.4% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.308s coverage: 69.0% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 38.4% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.0% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.078s coverage: 100.0% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.145s coverage: 87.1% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.769s coverage: 29.1% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.082s coverage: 96.5% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 00:33:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 00:33:27 GO111MODULE=on go vet ./... 00:33:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30065 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws 00:33:39 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 00:33:44 using credential edgex-jenkins-ssh 00:33:44 Cloning the remote Git repository 00:33:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:33:44 > git init /w/workspace/edgex-go/6 # timeout=10 00:33:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:33:44 > git --version # timeout=10 00:33:44 > git --version # 'git version 2.17.1' 00:33:44 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:00 gofmt -l . 00:34:00 [ "`gofmt -l .`" = "" ] 00:34:00 ./bin/test-go-mod-tidy.sh 00:34:00 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:00 + ls -al . 00:34:00 total 760 00:34:00 drwxrwxr-x 10 1001 1001 4096 Mar 17 00:33 . 00:34:00 drwxr-xr-x 4 root root 28 Mar 17 00:32 .. 00:34:00 -rw-rw-r-- 1 1001 1001 11 Mar 17 00:30 .dockerignore 00:34:00 drwxrwxr-x 8 1001 1001 179 Mar 17 00:30 .git 00:34:00 drwxrwxr-x 3 1001 1001 125 Mar 17 00:30 .github 00:34:00 -rw-rw-r-- 1 1001 1001 818 Mar 17 00:30 .gitignore 00:34:00 drwx------ 3 1001 1001 60 Mar 17 00:30 .semver 00:34:00 -rw-rw-r-- 1 1001 1001 166 Mar 17 00:30 .sonarcloud.properties 00:34:00 -rw-rw-r-- 1 1001 1001 8607 Mar 17 00:30 Attribution.txt 00:34:00 -rw-rw-r-- 1 1001 1001 3804 Mar 17 00:30 CONTRIBUTING.md 00:34:00 -rw-rw-r-- 1 1001 1001 931 Mar 17 00:30 Dockerfile.build 00:34:00 -rw-rw-r-- 1 1001 1001 863 Mar 17 00:30 Jenkinsfile 00:34:00 -rw-rw-r-- 1 1001 1001 10775 Mar 17 00:30 LICENSE 00:34:00 -rw-rw-r-- 1 1001 1001 5774 Mar 17 00:30 Makefile 00:34:00 -rw-rw-r-- 1 1001 1001 6548 Mar 17 00:30 README.md 00:34:00 -rw-rw-r-- 1 1001 1001 6755 Mar 17 00:30 SECURITY.md 00:34:00 -rw-rw-r-- 1 1001 1001 5 Mar 17 00:30 VERSION 00:34:00 -rw-rw-r-- 1 1001 1001 4131 Mar 17 00:30 ZMQWindows.md 00:34:00 drwxrwxr-x 2 1001 1001 117 Mar 17 00:30 bin 00:34:00 drwxrwxr-x 14 1001 1001 4096 Mar 17 00:30 cmd 00:34:00 -rw-r--r-- 1 root root 650607 Mar 17 00:33 coverage.out 00:34:00 -rw-r--r-- 1 root root 1055 Mar 17 00:33 go.mod 00:34:00 -rw-r--r-- 1 root root 21981 Mar 17 00:33 go.sum 00:34:00 drwxrwxr-x 8 1001 1001 127 Mar 17 00:30 internal 00:34:00 drwxrwxr-x 4 1001 1001 26 Mar 17 00:30 openapi 00:34:00 drwxrwxr-x 4 1001 1001 71 Mar 17 00:30 snap 00:34:00 -rw-rw-r-- 1 1001 1001 168 Mar 17 00:30 version.go [Pipeline] sh 00:34:01 + '[' -e coverage.out ] 00:34:01 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:01 Stashed 1 file(s) [Pipeline] sh 00:34:01 + make build 00:34:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:03 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 29b7741412918b380152c0207621d70cd23b397e 00:34:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:03 > git config core.sparsecheckout # timeout=10 00:34:04 Merge succeeded, producing 7c34e240b388b55597e867e86777a83559a9b9fd 00:34:04 Checking out Revision 7c34e240b388b55597e867e86777a83559a9b9fd (PR-3241) 00:34:03 > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 00:34:03 > git remote # timeout=10 00:34:03 > git config --get remote.origin.url # timeout=10 00:34:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:03 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 00:34:04 > git rev-parse HEAD^{commit} # timeout=10 00:34:04 > git config core.sparsecheckout # timeout=10 00:34:04 > git checkout -f 7c34e240b388b55597e867e86777a83559a9b9fd # timeout=10 00:34: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 00:34:08 Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" 00:34:08 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:08 > git rev-list --no-walk 84e505e40705358717362c9b0dc5ba7440a3616c # timeout=10 00:34:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:10 + true 00:34:10 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:13 provisioning config files... 00:34:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config616827314519865928tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:13 ---> docker-login.sh 00:34:13 nexus3.edgexfoundry.org:10001 00:34:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:14 Configure a credential helper to remove this warning. See 00:34:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:14 00:34:14 Login Succeeded 00:34:14 nexus3.edgexfoundry.org:10002 00:34:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:15 Configure a credential helper to remove this warning. See 00:34:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:15 00:34:15 Login Succeeded 00:34:15 nexus3.edgexfoundry.org:10003 00:34:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:15 Configure a credential helper to remove this warning. See 00:34:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:15 00:34:15 Login Succeeded 00:34:15 nexus3.edgexfoundry.org:10004 00:34:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:34:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:16 Configure a credential helper to remove this warning. See 00:34:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:16 00:34:16 Login Succeeded 00:34:16 docker.io 00:34:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:17 Configure a credential helper to remove this warning. See 00:34:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:17 00:34:17 Login Succeeded 00:34:17 ---> docker-login.sh ends [Pipeline] } 00:34:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:34:17 ========================================================= 00:34:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:34:18 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:34:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:20 Sending build context to Docker daemon 166.8MB 00:34:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:20 Step 2/6 : FROM ${BASE} 00:34:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:20 5f621e34cdf4: Pulling fs layer 00:34:20 a4357932f1b6: Pulling fs layer 00:34:20 18c013af1878: Pulling fs layer 00:34:20 00ac8860ef70: Pulling fs layer 00:34:20 63d7cb157983: Pulling fs layer 00:34:20 b116817d02f9: Pulling fs layer 00:34:20 745a02a5169b: Pulling fs layer 00:34:20 63d7cb157983: Waiting 00:34:20 00ac8860ef70: Waiting 00:34:20 b116817d02f9: Waiting 00:34:20 745a02a5169b: Waiting 00:34:20 18c013af1878: Verifying Checksum 00:34:20 18c013af1878: Download complete 00:34:20 a4357932f1b6: Verifying Checksum 00:34:20 a4357932f1b6: Download complete 00:34:20 63d7cb157983: Verifying Checksum 00:34:20 63d7cb157983: Download complete 00:34:20 b116817d02f9: Verifying Checksum 00:34:20 b116817d02f9: Download complete 00:34:20 5f621e34cdf4: Verifying Checksum 00:34:20 5f621e34cdf4: Download complete 00:34:21 5f621e34cdf4: Pull complete 00:34:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:34:22 a4357932f1b6: Pull complete 00:34:22 18c013af1878: Pull complete 00:34:23 745a02a5169b: Verifying Checksum 00:34:23 745a02a5169b: Download complete 00:34:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:34:24 00ac8860ef70: Verifying Checksum 00:34:24 00ac8860ef70: Download complete 00:34:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:34:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:34:29 $ docker stop --time=1 43189825a6fddc4f991f7432d7dee9b54ede292893006e1011e1e44c1b0062b1 00:34:30 $ docker rm -f 43189825a6fddc4f991f7432d7dee9b54ede292893006e1011e1e44c1b0062b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:34 00:34:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:34 latest: Pulling from edgex-devops/edgex-compose 00:34:34 cbdbe7a5bc2a: Pulling fs layer 00:34:34 ca9280d653b3: Pulling fs layer 00:34:34 7e9c9ca2126c: Pulling fs layer 00:34:34 00ac8860ef70: Pull complete 00:34:34 63d7cb157983: Pull complete 00:34:35 b116817d02f9: Pull complete 00:34:35 cbdbe7a5bc2a: Download complete 00:34:36 ca9280d653b3: Verifying Checksum 00:34:36 ca9280d653b3: Download complete 00:34:36 cbdbe7a5bc2a: Pull complete 00:34:37 ca9280d653b3: Pull complete 00:34:37 7e9c9ca2126c: Verifying Checksum 00:34:37 7e9c9ca2126c: Download complete 00:34:38 745a02a5169b: Pull complete 00:34:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:34:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:34:38 ---> b7e6874047d6 00:34:38 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:34:42 ---> Running in 92c1d5e4df08 00:34:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:34:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:34:44 7e9c9ca2126c: Pull complete 00:34:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:44 prd-centos7-docker-4c-2g-30059 does not seem to be running inside a container 00:34:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:44 (1/12) Installing libmagic (5.38-r0) 00:34:44 (2/12) Installing file (5.38-r0) 00:34:44 (3/12) Installing libc-dev (0.7.2-r3) 00:34:44 (4/12) Installing g++ (9.3.0-r2) 00:34:47 $ docker top 8bca777c30c31851dc03ffe9d95040471c52304f2dc88656f01f4e43b60054c4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:47 + docker-compose build --help 00:34:47 + grep parallel 00:34:48 --parallel Build images in parallel. [Pipeline] } 00:34:48 $ docker stop --time=1 8bca777c30c31851dc03ffe9d95040471c52304f2dc88656f01f4e43b60054c4 00:34:50 (5/12) Installing fortify-headers (1.1-r0) 00:34:50 (6/12) Installing patch (2.7.6-r6) 00:34:50 (7/12) Installing build-base (0.5-r2) 00:34:50 (8/12) Installing libsodium (1.0.18-r0) 00:34:50 (9/12) Installing pkgconf (1.7.2-r0) 00:34:50 (10/12) Installing libsodium-dev (1.0.18-r0) 00:34:50 (11/12) Installing libzmq (4.3.3-r0) 00:34:50 $ docker rm -f 8bca777c30c31851dc03ffe9d95040471c52304f2dc88656f01f4e43b60054c4 [Pipeline] // withDockerContainer 00:34:50 (12/12) Installing zeromq-dev (4.3.3-r0) 00:34:50 Executing busybox-1.31.1-r19.trigger 00:34:50 OK: 217 MiB in 51 packages [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:51 . [Pipeline] withDockerContainer 00:34:51 prd-centos7-docker-4c-2g-30059 does not seem to be running inside a container 00:34:51 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:52 $ docker top 701a8ea307fa69ceb180c1baa9ac8a23f1c203259934d66004a84fbe28fd8bd9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:52 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:53 Building docker-core-command-go ... 00:34:53 Building docker-core-data-go ... 00:34:53 Building docker-core-metadata-go ... 00:34:53 Building docker-security-bootstrapper-go ... 00:34:53 Building docker-security-proxy-setup-go ... 00:34:53 Building docker-security-secretstore-setup-go ... 00:34:53 Building docker-support-notifications-go ... 00:34:53 Building docker-support-scheduler-go ... 00:34:53 Building docker-sys-mgmt-agent-go ... 00:34:53 Building docker-support-notifications-go 00:34:53 Building docker-core-command-go 00:34:53 Building docker-core-data-go 00:34:53 Building docker-support-scheduler-go 00:34:53 Building docker-sys-mgmt-agent-go 00:34:54 Removing intermediate container 92c1d5e4df08 00:34:54 ---> bf8174e561c3 00:34:54 Step 4/6 : WORKDIR /edgex-go 00:34:54 ---> Running in b216c644f0f8 00:34:55 Removing intermediate container b216c644f0f8 00:34:55 ---> a657a307a3d7 00:34:55 Step 5/6 : COPY go.mod . 00:34:56 ---> a12ebac24930 00:34:56 Step 6/6 : RUN go mod download 00:34:56 ---> Running in 2f2a1be0fccd 00:35:22 Removing intermediate container 2f2a1be0fccd 00:35:22 ---> ee5b62bccd81 00:35:22 Successfully built ee5b62bccd81 00:35:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:23 + docker inspect -f . ci-base-image-arm64 00:35:23 . [Pipeline] withDockerContainer 00:35:23 prd-ubuntu18.04-docker-arm64-4c-16g-30065 does not seem to be running inside a container 00:35:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:35:25 $ docker top 0513dcacb0b4cc81e0d867a1e10223e1f60814979d26db0a299bdb1604caeb8f -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:26 + go version 00:35:26 go version go1.15.5 linux/arm64 [Pipeline] } 00:35:26 $ docker stop --time=1 0513dcacb0b4cc81e0d867a1e10223e1f60814979d26db0a299bdb1604caeb8f 00:35:28 $ docker rm -f 0513dcacb0b4cc81e0d867a1e10223e1f60814979d26db0a299bdb1604caeb8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:29 + docker inspect -f . ci-base-image-arm64 00:35:29 . [Pipeline] withDockerContainer 00:35:29 prd-ubuntu18.04-docker-arm64-4c-16g-30065 does not seem to be running inside a container 00:35:29 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:35:30 $ docker top d2d6080bf1decd27ad9d6516b501548f9ae22d2594a5c3a16510fb27951ffbd2 -eo pid,comm [Pipeline] { [Pipeline] echo 00:35:31 ========================================================= 00:35:31 [edgeXBuildGoParallel] Running Tests and Build... 00:35:31 ========================================================= [Pipeline] sh 00:35:31 + make test 00:35:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:35:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:32 ---> c27ad13ca170 00:35:32 Step 3/23 : WORKDIR /edgex-go 00:35:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:35:32 ---> c27ad13ca170 00:35:32 Step 3/26 : WORKDIR /edgex-go 00:35:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:32 ---> c27ad13ca170 00:35:32 Step 3/22 : WORKDIR /edgex-go 00:35:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:32 ---> c27ad13ca170 00:35:32 Step 3/23 : WORKDIR /edgex-go 00:35:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:32 ---> c27ad13ca170 00:35:32 Step 3/22 : WORKDIR /edgex-go 00:35:32 ---> Running in 8a3851cceb9a 00:35:32 ---> Running in 672e21c7ccc4 00:35:32 ---> Running in e0e43baf074f 00:35:32 ---> Running in 463db54bb7a1 00:35:32 ---> Running in 1ffd10aee90c 00:35:32 Removing intermediate container 672e21c7ccc4 00:35:32 ---> 42e4534548a7 00:35:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:32 Removing intermediate container 8a3851cceb9a 00:35:32 ---> d297b3437111 00:35:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:32 Removing intermediate container 463db54bb7a1 00:35:32 ---> 22e15984d96d 00:35:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:32 Removing intermediate container 1ffd10aee90c 00:35:32 ---> a6681ae89639 00:35:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:32 Removing intermediate container e0e43baf074f 00:35:32 ---> 51b800f7da95 00:35:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:32 ---> Running in de2496c98197 00:35:32 ---> Running in 1240f7a12175 00:35:32 ---> Running in 570ed11fc2db 00:35:32 ---> Running in 992e50c53308 00:35:32 ---> Running in f337cf9ce819 00:35:32 Removing intermediate container 570ed11fc2db 00:35:32 ---> 1533d093db18 00:35:32 Step 5/22 : RUN apk add --update --no-cache make git 00:35:32 ---> Running in d3053c7fa79a 00:35:32 Removing intermediate container de2496c98197 00:35:32 ---> 41e4a2f81fdc 00:35:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:35:33 Removing intermediate container f337cf9ce819 00:35:33 ---> e9d00f7d04ef 00:35:33 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:33 ---> Running in 75f729da7129 00:35:33 Removing intermediate container 992e50c53308 00:35:33 ---> 6c5546d11ef5 00:35:33 Step 5/26 : RUN apk add --update --no-cache make bash git 00:35:33 ---> Running in 68dfc2f42c97 00:35:33 Removing intermediate container 1240f7a12175 00:35:33 ---> d2103f75ef17 00:35:33 Step 5/23 : RUN apk add --update --no-cache make git 00:35:33 ---> Running in a7bcfa1f1b41 00:35:33 ---> Running in e83a60ca95a8 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:35 OK: 233 MiB in 51 packages 00:35:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:35 OK: 233 MiB in 51 packages 00:35:36 Removing intermediate container d3053c7fa79a 00:35:36 ---> a49103afe080 00:35:36 Step 6/22 : COPY go.mod . 00:35:36 Removing intermediate container 75f729da7129 00:35:36 ---> 59015224ffae 00:35:36 Step 6/23 : COPY go.mod . 00:35:36 ---> 37986b02bcb3 00:35:36 Step 7/22 : RUN go mod download 00:35:36 OK: 233 MiB in 51 packages 00:35:36 ---> e5bd27a36519 00:35:36 Step 7/23 : RUN go mod download 00:35:36 ---> Running in 1f88ffb2bdd6 00:35:36 OK: 233 MiB in 51 packages 00:35:36 ---> Running in 8eb6cefaf688 00:35:36 OK: 233 MiB in 51 packages 00:35:37 Removing intermediate container 68dfc2f42c97 00:35:37 ---> fe441932bb20 00:35:37 Step 6/22 : COPY go.mod . 00:35:37 Removing intermediate container a7bcfa1f1b41 00:35:37 ---> 6062b4b55b37 00:35:37 Step 6/26 : COPY go.mod . 00:35:37 Removing intermediate container e83a60ca95a8 00:35:37 ---> cda0728ca520 00:35:37 Step 6/23 : COPY go.mod . 00:35:38 ---> 13bba64585c7 00:35:38 Step 7/22 : RUN go mod download 00:35:38 ---> Running in 8e06e78f2a2f 00:35:38 ---> 54f896d615ed 00:35:38 Step 7/23 : RUN go mod download 00:35:38 ---> ffe9c989f45a 00:35:38 Step 7/26 : RUN go mod download 00:35:38 ---> Running in 234a4d0bdf6a 00:35:38 ---> Running in 0134555538b0 00:35:39 Removing intermediate container 8eb6cefaf688 00:35:39 ---> 7530ad10f88e 00:35:39 Step 8/23 : COPY . . 00:35:39 Removing intermediate container 1f88ffb2bdd6 00:35:39 ---> d45ce847939f 00:35:39 Step 8/22 : COPY . . 00:35:45 Removing intermediate container 8e06e78f2a2f 00:35:45 ---> dcc9a3470922 00:35:45 Step 8/22 : COPY . . 00:35:50 Removing intermediate container 234a4d0bdf6a 00:35:50 ---> 45c5597b1624 00:35:50 Step 8/23 : COPY . . 00:35:52 Removing intermediate container 0134555538b0 00:35:52 ---> b0ef00eef595 00:35:52 Step 8/26 : COPY . . 00:35:58 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:19 ---> 4c54af98e62d 00:36:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:36:19 ---> 56cf0d58afbf 00:36:19 Step 9/23 : RUN make cmd/core-data/core-data 00:36:21 ---> Running in eef5e5495faa 00:36:21 ---> Running in bcd2c246f297 00:36:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:36:24 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:36:27 ---> 1cc8156052ad 00:36:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:36:28 ---> Running in 77ba26aa947f 00:36:28 ---> dc230dc5ed4f 00:36:28 Step 9/23 : RUN make cmd/core-command/core-command 00:36:28 ---> adbb9c01d092 00:36:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:28 ---> Running in e17c09d67c7e 00:36:28 ---> Running in bcb932ed48d6 00:36:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:36:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:36:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:36:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:09 Removing intermediate container eef5e5495faa 00:37:09 ---> 6742f5403b8f 00:37:09 00:37:09 Step 10/22 : FROM alpine:3.12 00:37:09 3.12: Pulling from library/alpine 00:37:09 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:37:09 Status: Downloaded newer image for alpine:3.12 00:37:09 ---> 88dd2752d2ea 00:37:09 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:11 ---> Running in 89dc66d4f545 00:37:11 Removing intermediate container e17c09d67c7e 00:37:11 ---> 5246c52968fd 00:37:11 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:11 ---> Running in 5d1be7060791 00:37:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:12 (1/1) Installing dumb-init (1.2.2-r1) 00:37:12 Executing busybox-1.31.1-r19.trigger 00:37:12 OK: 6 MiB in 15 packages 00:37:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:37:16 Removing intermediate container bcb932ed48d6 00:37:16 ---> 313535200580 00:37:16 00:37:16 Step 10/23 : FROM alpine:3.12 00:37:17 ---> 88dd2752d2ea 00:37:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:17 ---> Using cache 00:37:17 ---> 497e3ce6536c 00:37:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:17 Removing intermediate container 89dc66d4f545 00:37:17 ---> 497e3ce6536c 00:37:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:17 Removing intermediate container 77ba26aa947f 00:37:17 ---> 797a5154ad21 00:37:17 00:37:17 Step 10/22 : FROM alpine:3.12 00:37:17 ---> 88dd2752d2ea 00:37:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:18 Removing intermediate container bcd2c246f297 00:37:18 ---> 4dfacf96ca08 00:37:18 00:37:18 Step 10/23 : FROM alpine:3.12 00:37:18 ---> 88dd2752d2ea 00:37:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:18 ---> Running in 5298aeba2f07 00:37:18 ---> Running in 299e4ffa7b78 00:37:18 ---> Running in a5f0635f30c1 00:37:18 ---> Running in 8195c9e74282 00:37:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:18 Removing intermediate container 5298aeba2f07 00:37:18 ---> fca2e4a62105 00:37:18 Step 13/23 : ENV APP_PORT=48082 00:37:18 Removing intermediate container 8195c9e74282 00:37:18 ---> e77f58311988 00:37:18 Step 12/23 : ENV APP_PORT=48080 00:37:18 Removing intermediate container a5f0635f30c1 00:37:18 ---> e76aeab9e759 00:37:18 Step 13/22 : ENV APP_PORT=48085 00:37:19 Removing intermediate container 5d1be7060791 00:37:19 ---> c1d6aca150b7 00:37:19 00:37:19 Step 11/26 : FROM docker:20.10.0 00:37:19 20.10.0: Pulling from library/docker 00:37:19 ---> Running in 777397c6f4a5 00:37:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:19 ---> Running in ab2aea2ac54b 00:37:19 ---> Running in 1f31e7dbcdef 00:37:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:19 (1/2) Installing ca-certificates (20191127-r4) 00:37:19 (2/2) Installing dumb-init (1.2.2-r1) 00:37:19 Executing busybox-1.31.1-r19.trigger 00:37:19 Executing ca-certificates-20191127-r4.trigger 00:37:19 OK: 6 MiB in 16 packages 00:37:21 Removing intermediate container 1f31e7dbcdef 00:37:21 ---> 2064eaf3514d 00:37:21 Step 13/23 : EXPOSE $APP_PORT 00:37:21 Removing intermediate container 777397c6f4a5 00:37:21 ---> 932dc8f61703 00:37:21 Step 14/23 : EXPOSE $APP_PORT 00:37:21 Removing intermediate container ab2aea2ac54b 00:37:21 ---> ec6fa3573f44 00:37:21 Step 14/22 : EXPOSE $APP_PORT 00:37:21 ---> Running in b14c87c5b64a 00:37:21 ---> Running in ff5d8484f763 00:37:22 ---> Running in 596433a4bfee 00:37:22 Removing intermediate container ff5d8484f763 00:37:22 ---> 3d96bc5603fe 00:37:22 Step 15/23 : WORKDIR / 00:37:22 Removing intermediate container b14c87c5b64a 00:37:22 ---> f40645fdd442 00:37:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:22 Removing intermediate container 299e4ffa7b78 00:37:22 ---> 80d6012928fb 00:37:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:22 ---> Running in 571ea7b11bdd 00:37:22 ---> Running in c6a843777f83 00:37:22 ---> Running in b38bdc73af78 00:37:22 Removing intermediate container 596433a4bfee 00:37:22 ---> 03df70831d11 00:37:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:23 Removing intermediate container 571ea7b11bdd 00:37:23 ---> b3e40b227cf9 00:37:23 Step 13/22 : ENV APP_PORT=48060 00:37:23 ---> Running in 5129ccd5c5e6 00:37:23 ---> 403e0ca93a90 00:37:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:23 Removing intermediate container b38bdc73af78 00:37:23 ---> 8bf18ebdcbd7 00:37:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:23 Removing intermediate container 5129ccd5c5e6 00:37:23 ---> 975d5de53bd6 00:37:23 Step 14/22 : EXPOSE $APP_PORT 00:37:23 ---> Running in 9adddef2e7ae 00:37:23 ---> a25059e9c7d4 00:37:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:24 Removing intermediate container 9adddef2e7ae 00:37:24 ---> df7b680c0b56 00:37:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:24 ---> 86f8791cec01 00:37:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:24 Removing intermediate container c6a843777f83 00:37:24 ---> aa87328ad3e5 00:37:24 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:37:24 ---> Running in 4f7cc95d14ca 00:37:25 ---> b246f5e45bb5 00:37:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:25 ---> 9a1db2944772 00:37:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:25 ---> 66be0a6da109 00:37:25 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:37:25 ---> Running in abd83adb1fd7 00:37:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.395s coverage: 45.9% of statements 00:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:37:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.121s coverage: 19.8% of statements 00:37:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.224s coverage: 100.0% of statements 00:37:25 ---> e823334a25b6 00:37:25 Step 19/23 : ENTRYPOINT ["/core-command"] 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:25 Removing intermediate container abd83adb1fd7 00:37:25 ---> 75925a91461d 00:37:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:25 ---> Running in b9f2c6122a8d 00:37:26 ---> 6899fd72e2ec 00:37:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:26 ---> Running in ba49fcb834dd 00:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:26 Removing intermediate container b9f2c6122a8d 00:37:26 ---> be8672ea0fa5 00:37:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:26 ---> Running in 27fa92f82eb6 00:37:26 Removing intermediate container ba49fcb834dd 00:37:26 ---> cbab19139efe 00:37:26 Step 20/22 : LABEL arch=x86_64 00:37:26 ---> ade4b37230e5 00:37:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:26 ---> Running in d9f7c9d1afc9 00:37:26 ---> Running in 315318f10a15 00:37:26 Removing intermediate container 27fa92f82eb6 00:37:26 ---> 584c23cfb25f 00:37:26 Step 21/23 : LABEL arch=x86_64 00:37:26 (1/6) Installing dumb-init (1.2.2-r1) 00:37:26 Removing intermediate container d9f7c9d1afc9 00:37:26 ---> 8157f9bc153f 00:37:26 Step 21/22 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:37:26 ---> Running in 1bdee65bf21c 00:37:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:37:27 Status: Downloaded newer image for docker:20.10.0 00:37:27 ---> aefe523efa57 00:37:27 Step 12/26 : RUN apk add --no-cache bash 00:37:27 (2/6) Installing libgcc (9.3.0-r2) 00:37:27 Removing intermediate container 315318f10a15 00:37:27 ---> 795923d2a9d2 00:37:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:27 (3/6) Installing libsodium (1.0.18-r0) 00:37:27 ---> Running in 03743417579b 00:37:27 (4/6) Installing libstdc++ (9.3.0-r2) 00:37:27 ---> Running in 540144cfbfd4 00:37:27 ---> Running in 056566ce5534 00:37:27 Removing intermediate container 1bdee65bf21c 00:37:27 ---> 261788bea404 00:37:27 Step 22/23 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:37:27 (5/6) Installing libzmq (4.3.3-r0) 00:37:27 (6/6) Installing zeromq (4.3.3-r0) 00:37:27 Removing intermediate container 03743417579b 00:37:27 ---> ac0379d483ec 00:37:27 Step 22/22 : LABEL version=0.0.0 00:37:27 Executing busybox-1.31.1-r19.trigger 00:37:27 OK: 8 MiB in 20 packages 00:37:28 ---> Running in 0e569bdb02ce 00:37:28 ---> Running in f214520428af 00:37:28 Removing intermediate container 056566ce5534 00:37:28 ---> 19cc929568b2 00:37:28 Step 20/22 : LABEL arch=x86_64 00:37:28 ---> Running in 03d6b3ca1c65 00:37:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:28 Removing intermediate container 0e569bdb02ce 00:37:28 ---> 510b03818307 00:37:28 Step 23/23 : LABEL version=0.0.0 00:37:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:28 Removing intermediate container f214520428af 00:37:28 ---> 912803367a8e 00:37:28 00:37:28 (1/2) Installing readline (8.0.4-r0) 00:37:28 ---> Running in 73b2b6a67002 00:37:28 Removing intermediate container 03d6b3ca1c65 00:37:28 ---> 74192e4bcd21 00:37:28 Step 21/22 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:37:28 (2/2) Installing bash (5.0.17-r0) 00:37:28 Executing bash-5.0.17-r0.post-install 00:37:28 Executing busybox-1.31.1-r19.trigger 00:37:28 OK: 12 MiB in 22 packages 00:37:28 Removing intermediate container 4f7cc95d14ca 00:37:28 ---> 916ae85c873c 00:37:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:29 ---> Running in ce5613120baa 00:37:29 Successfully built 912803367a8e 00:37:29 Removing intermediate container 73b2b6a67002 00:37:29 ---> fe4111a941b6 00:37:29 00:37:29 Successfully tagged docker-support-scheduler-go:latest 00:37:29 Building docker-security-bootstrapper-go 00:37:29  Building docker-support-scheduler-go ... done Successfully built fe4111a941b6 00:37:29 Successfully tagged docker-core-command-go:latest 00:37:29  Building docker-core-command-go ... done Removing intermediate container ce5613120baa 00:37:29 ---> ef4220be7c98 00:37:29 Step 22/22 : LABEL version=0.0.0 00:37:29 Building docker-security-proxy-setup-go 00:37:29 ---> 4050985e1748 00:37:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:37:29 ---> Running in 329d5b33bc70 00:37:29 Removing intermediate container 540144cfbfd4 00:37:29 ---> c487b74edc1e 00:37:29 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:29 Removing intermediate container 329d5b33bc70 00:37:29 ---> 63166c927f15 00:37:29 00:37:29 ---> Running in c3b897b5737b 00:37:30 Successfully built 63166c927f15 00:37:32 Successfully tagged docker-support-notifications-go:latest 00:37:32  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 00:37:32 ---> 272681bc1bac 00:37:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:37:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.589s coverage: 27.1% of statements 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:37:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:37:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.133s coverage: 100.0% of statements 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:37:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.225s coverage: 71.3% of statements 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:37:35 Removing intermediate container c3b897b5737b 00:37:35 ---> 7c9856c054be 00:37:35 Step 14/26 : ENV APP_PORT=48090 00:37:36 ---> Running in d2c133f272f3 00:37:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.537s coverage: 82.9% of statements 00:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:37:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.130s coverage: 78.9% of statements 00:37:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:37:38 ---> 3a304c7e5943 00:37:38 Step 19/23 : ENTRYPOINT ["/core-data"] 00:37:38 Removing intermediate container d2c133f272f3 00:37:38 ---> 408463ccc539 00:37:38 Step 15/26 : EXPOSE $APP_PORT 00:37:38 ---> Running in d586735fd5f7 00:37:39 ---> Running in 9ad7bbb7d2b3 00:37:39 Removing intermediate container 9ad7bbb7d2b3 00:37:39 ---> 2aa5f3f2db16 00:37:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:39 Removing intermediate container d586735fd5f7 00:37:39 ---> b9030ffce62b 00:37:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:39 ---> Running in 6b5205712cf3 00:37:40 Removing intermediate container 6b5205712cf3 00:37:40 ---> 5c240e2ed722 00:37:40 Step 21/23 : LABEL arch=x86_64 00:37:40 ---> Running in 3a18ccf3e8c3 00:37:42 ---> 2197730ecd4e 00:37:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:42 Removing intermediate container 3a18ccf3e8c3 00:37:42 ---> a552abb6116c 00:37:42 Step 22/23 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:37:42 ---> Running in 5a60ddc24b30 00:37:43 ---> 74571f7e80f5 00:37:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:44 Removing intermediate container 5a60ddc24b30 00:37:44 ---> 24d70b573020 00:37:44 Step 23/23 : LABEL version=0.0.0 00:37:45 ---> ba4350192077 00:37:45 Step 19/26 : RUN apk --no-cache add py3-pip 00:37:45 ---> Running in 971093eab265 00:37:46 ---> Running in 2a445410423d 00:37:47 Removing intermediate container 971093eab265 00:37:47 ---> 276c722cdadd 00:37:47 00:37:47 Successfully built 276c722cdadd 00:37:47 Successfully tagged docker-core-data-go:latest 00:37:47 Building docker-core-metadata-go 00:37:48  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.285s coverage: 28.6% of statements 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.170s coverage: 100.0% of statements 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.331s coverage: 86.7% of statements 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.346s coverage: 97.5% of statements 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:37:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:37:49 (1/33) Installing libbz2 (1.0.8-r1) 00:37:49 (2/33) Installing expat (2.2.9-r1) 00:37:49 (3/33) Installing libffi (3.3-r2) 00:37:49 (4/33) Installing gdbm (1.13-r1) 00:37:49 (5/33) Installing xz-libs (5.2.5-r0) 00:37:49 (6/33) Installing sqlite-libs (3.32.1-r0) 00:37:49 (7/33) Installing python3 (3.8.8-r0) 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.336s coverage: 92.8% of statements 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.250s coverage: 0.1% of statements 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.084s coverage: 79.5% of statements 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.127s coverage: 96.3% of statements 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 00:37:57 (8/33) Installing py3-appdirs (1.4.4-r1) 00:37:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:37:57 (10/33) Installing py3-parsing (2.4.7-r0) 00:37:57 (11/33) Installing py3-six (1.15.0-r0) 00:37:57 (12/33) Installing py3-packaging (20.4-r0) 00:37:57 (13/33) Installing py3-setuptools (47.0.0-r0) 00:37:57 (14/33) Installing py3-chardet (3.0.4-r4) 00:37:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:57 ---> c27ad13ca170 00:37:57 Step 3/21 : WORKDIR /edgex-go 00:37:57 ---> Using cache 00:37:57 ---> 51b800f7da95 00:37:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:57 ---> Using cache 00:37:57 ---> e9d00f7d04ef 00:37:57 Step 5/21 : RUN apk add --update --no-cache make git 00:37:58 (15/33) Installing py3-idna (2.9-r0) 00:37:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:37:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:37:59 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:59 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:37:59 ---> c27ad13ca170 00:37:59 Step 3/31 : WORKDIR /edgex-go 00:37:59 ---> Using cache 00:37:59 ---> 51b800f7da95 00:37:59 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:59 ---> Using cache 00:37:59 ---> e9d00f7d04ef 00:37:59 Step 5/31 : RUN apk add --update --no-cache make git 00:38:00 (18/33) Installing py3-requests (2.23.0-r0) 00:38:01 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:01 ---> c27ad13ca170 00:38:01 Step 3/24 : WORKDIR /edgex-go 00:38:01 ---> Using cache 00:38:01 ---> 51b800f7da95 00:38:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:01 ---> Using cache 00:38:01 ---> e9d00f7d04ef 00:38:01 Step 5/24 : RUN apk add --update --no-cache make git 00:38:01 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:01 ---> Running in 82e80ce2a811 00:38:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:01 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:01 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:02 (24/33) Installing py3-distro (1.5.0-r1) 00:38:02 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:02 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:02 ---> Running in 9758097c814a 00:38:02 ---> Running in 1c16cfea9308 00:38:02 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:02 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:02 (29/33) Installing py3-progress (1.5-r0) 00:38:02 (30/33) Installing py3-toml (0.10.1-r0) 00:38:02 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:02 (33/33) Installing py3-pip (20.1.1-r0) 00:38:03 Executing busybox-1.31.1-r19.trigger 00:38:03 OK: 71 MiB in 55 packages 00:38:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:05 OK: 233 MiB in 51 packages 00:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:06 OK: 233 MiB in 51 packages 00:38:06 OK: 233 MiB in 51 packages 00:38:08 Removing intermediate container 82e80ce2a811 00:38:08 ---> bd9d2f469d4a 00:38:08 Step 6/21 : COPY go.mod . 00:38:08 Removing intermediate container 1c16cfea9308 00:38:08 ---> cc2eaa050bb3 00:38:08 Step 6/31 : COPY go.mod . 00:38:09 Removing intermediate container 9758097c814a 00:38:09 ---> 26363a59b7c5 00:38:09 Step 6/24 : COPY go.mod . 00:38:10 ---> ce0b96b09a1e 00:38:10 Step 7/21 : RUN go mod download 00:38:11 ---> 5ab1172bf8b5 00:38:11 Step 7/31 : RUN go mod download 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.106s coverage: 94.4% of statements 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 00:38:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:12 ---> c27ad13ca170 00:38:12 Step 3/23 : WORKDIR /edgex-go 00:38:12 ---> Using cache 00:38:12 ---> 51b800f7da95 00:38:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:12 ---> Using cache 00:38:12 ---> e9d00f7d04ef 00:38:12 Step 5/23 : RUN apk add --update --no-cache make git 00:38:12 ---> Using cache 00:38:12 ---> 26363a59b7c5 00:38:12 Step 6/23 : COPY go.mod . 00:38:13 ---> Running in c033fb8f3bdb 00:38:13 ---> f56d3a771b7b 00:38:13 Step 7/24 : RUN go mod download 00:38:13 ---> Running in cd1938e69052 00:38:13 ---> f3fad33621f3 00:38:13 Step 7/23 : RUN go mod download 00:38:13 ---> Running in 0ed508822295 00:38:14 ---> Running in 2d39b78b34be 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.294s coverage: 81.9% of statements 00:38:18 Removing intermediate container cd1938e69052 00:38:18 ---> 4aac4f2aa750 00:38:18 Step 8/31 : COPY . . 00:38:18 Removing intermediate container 0ed508822295 00:38:18 ---> 2676869f1cff 00:38:18 Step 8/24 : COPY . . 00:38:18 Removing intermediate container 2a445410423d 00:38:18 ---> daeb470bd32b 00:38:18 Step 20/26 : RUN pip install docker-compose==1.23.2 00:38:18 Removing intermediate container 2d39b78b34be 00:38:18 ---> e36148e32a57 00:38:18 Step 8/23 : COPY . . 00:38:18 Removing intermediate container c033fb8f3bdb 00:38:18 ---> 3fcb3981e0a7 00:38:18 Step 8/21 : COPY . . 00:38:18 ---> Running in 9341c040d0e7 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.137s coverage: 92.9% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.136s coverage: 87.2% of statements 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.6% of statements 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.222s coverage: 91.6% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.729s coverage: 62.4% of statements 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.089s coverage: 100.0% of statements 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.149s coverage: 73.7% of statements 00:38:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.026s coverage: 69.0% of statements 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.410s coverage: 38.4% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.116s coverage: 89.5% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.126s coverage: 84.8% of statements 00:38:41 Collecting docker-compose==1.23.2 00:38:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:41 Collecting docopt<0.7,>=0.6.1 00:38:41 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.487s coverage: 47.0% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:38:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.504s coverage: 87.1% of statements 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:38:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:38:45 Collecting docker<4.0,>=3.6.0 00:38:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:38:46 Collecting cached-property<2,>=1.2.0 00:38:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:47 Collecting texttable<0.10,>=0.9.0 00:38:47 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:51 Collecting dockerpty<0.5,>=0.4.1 00:38:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:53 Collecting websocket-client<1.0,>=0.32.0 00:38:53 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:38:53 Collecting jsonschema<3,>=2.5.1 00:38:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.774s coverage: 29.1% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.133s coverage: 100.0% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.230s coverage: 96.5% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:38:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:38:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 00:38:53 Collecting PyYAML<4,>=3.10 00:38:53 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 00:38:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements 00:38:56 Collecting docker-pycreds>=0.4.0 00:38:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:56 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:38:56 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:38:56 ---> dc03c24883d4 00:38:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:56 ---> 9a6c17689187 00:38:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:56 ---> 1b9c2c39522a 00:38:56 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:38:56 Collecting urllib3<1.25,>=1.21.1 00:38:56 GO111MODULE=on go vet ./... 00:38:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:57 ---> Running in d7db32affee2 00:38:57 ---> Running in 93061120bb2f 00:38:57 Collecting idna<2.8,>=2.5 00:38:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:57 ---> Running in 0d70a3399a44 00:38:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:57 ---> 32729af9c7f3 00:38:57 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:57 Installing collected packages: docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, texttable, dockerpty, jsonschema, PyYAML, docker-compose 00:38:57 Running setup.py install for docopt: started 00:38:58 ---> Running in b4c0e28b06d5 00:38:58 Running setup.py install for docopt: finished with status 'done' 00:38:58 Attempting uninstall: urllib3 00:38:58 Found existing installation: urllib3 1.25.9 00:38:58 Uninstalling urllib3-1.25.9: 00:38:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:38:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:38:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:38:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:38:58 Successfully uninstalled urllib3-1.25.9 00:38:59 Attempting uninstall: idna 00:38:59 Found existing installation: idna 2.9 00:38:59 Uninstalling idna-2.9: 00:38:59 Successfully uninstalled idna-2.9 00:38:59 Attempting uninstall: requests 00:38:59 Found existing installation: requests 2.23.0 00:38:59 Uninstalling requests-2.23.0: 00:38:59 Successfully uninstalled requests-2.23.0 00:39:00 Running setup.py install for texttable: started 00:39:00 Running setup.py install for texttable: finished with status 'done' 00:39:00 Running setup.py install for dockerpty: started 00:39:01 Running setup.py install for dockerpty: finished with status 'done' 00:39:01 Running setup.py install for PyYAML: started 00:39:04 Running setup.py install for PyYAML: finished with status 'done' 00:39:05 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:39:09 Removing intermediate container 9341c040d0e7 00:39:09 ---> 094d28dfc254 00:39:09 Step 21/26 : RUN apk --no-cache add curl 00:39:09 ---> Running in b3b7e3230eaa 00:39:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:10 (2/3) Installing libcurl (7.69.1-r3) 00:39:10 (3/3) Installing curl (7.69.1-r3) 00:39:10 Executing busybox-1.31.1-r19.trigger 00:39:11 OK: 72 MiB in 58 packages 00:39:12 Removing intermediate container b3b7e3230eaa 00:39:12 ---> da160f37d799 00:39:12 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:12 ---> Running in 19a3184f0aa4 00:39:12 Removing intermediate container 19a3184f0aa4 00:39:12 ---> 1fc6367bcc75 00:39:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:12 ---> Running in f1517e6b5a2e 00:39:13 Removing intermediate container f1517e6b5a2e 00:39:13 ---> 8bf30a3e378a 00:39:13 Step 24/26 : LABEL arch=x86_64 00:39:13 ---> Running in 2fcf7f2f3995 00:39:13 Removing intermediate container 2fcf7f2f3995 00:39:13 ---> dfbba52a7741 00:39:13 Step 25/26 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:39:13 ---> Running in 7b5ad19bf7fe 00:39:15 Removing intermediate container 7b5ad19bf7fe 00:39:15 ---> 8dc915888326 00:39:15 Step 26/26 : LABEL version=0.0.0 00:39:15 ---> Running in 56beb3eeff02 00:39:15 Removing intermediate container 56beb3eeff02 00:39:15 ---> 5d61b82ffda8 00:39:15 00:39:15 Successfully built 5d61b82ffda8 00:39:15 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:23  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:39:36 Removing intermediate container 93061120bb2f 00:39:36 Removing intermediate container d7db32affee2 00:39:36 ---> 43a1df3db59a 00:39:36 ---> 9b1048ac5235 00:39:36 00:39:36 Step 10/21 : FROM alpine:3.12 00:39:36 Removing intermediate container 0d70a3399a44 00:39:36 ---> 6b6e7f830ae5 00:39:36 00:39:36 00:39:36 Step 10/24 : FROM alpine:3.12Step 10/31 : FROM alpine:3.12 00:39:36 00:39:36 ---> 88dd2752d2ea 00:39:36 Step 11/21 : RUN apk add --update --no-cache curl 00:39:36 ---> 88dd2752d2ea 00:39:36 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl ---> 88dd2752d2ea 00:39:36 00:39:36 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:39:36 ---> Running in 01b94aa6d379 00:39:36 ---> Running in e79b1b23d502 00:39:36 ---> Running in 972d432380a5 00:39:36 Removing intermediate container 01b94aa6d379 00:39:36 ---> 068588ba2cc4 00:39:36 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:39:36 ---> Running in 6b71d45eab0d 00:39:36 Removing intermediate container b4c0e28b06d5 00:39:36 ---> 59957cfbc4b6 00:39:36 00:39:36 Step 10/23 : FROM alpine:3.12 00:39:36 ---> 88dd2752d2ea 00:39:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:36 ---> Using cache 00:39:36 ---> 497e3ce6536c 00:39:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:36 ---> Using cache 00:39:36 ---> e76aeab9e759 00:39:36 Step 13/23 : ENV APP_PORT=48081 00:39:36 ---> Running in 6cc45b51d9d2 00:39:37 Removing intermediate container 6cc45b51d9d2 00:39:37 ---> f06d1539b6af 00:39:37 Step 14/23 : EXPOSE $APP_PORT 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:37 ---> Running in 7b0a0c9e6d20 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:37 (1/5) Installing ca-certificates (20191127-r4) 00:39:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:37 (3/5) Installing libcurl (7.69.1-r3) 00:39:37 (4/5) Installing curl (7.69.1-r3) 00:39:37 (5/5) Installing dumb-init (1.2.2-r1) 00:39:37 Executing busybox-1.31.1-r19.trigger 00:39:37 (1/2) Installing dumb-init (1.2.2-r1) 00:39:37 Executing ca-certificates-20191127-r4.trigger 00:39:37 (2/2) Installing su-exec (0.2-r1) 00:39:37 Executing busybox-1.31.1-r19.trigger 00:39:37 OK: 6 MiB in 16 packages 00:39:37 (1/4) Installing ca-certificates (20191127-r4) 00:39:37 OK: 7 MiB in 19 packages 00:39:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:37 (3/4) Installing libcurl (7.69.1-r3) 00:39:37 (4/4) Installing curl (7.69.1-r3) 00:39:37 Executing busybox-1.31.1-r19.trigger 00:39:37 Executing ca-certificates-20191127-r4.trigger 00:39:37 OK: 7 MiB in 18 packages 00:39:37 Removing intermediate container 7b0a0c9e6d20 00:39:37 ---> 40afa9b68f50 00:39:37 Step 15/23 : WORKDIR / 00:39:38 ---> Running in 83c470c2eb0b 00:39:39 Removing intermediate container 83c470c2eb0b 00:39:39 ---> 0f813349ab20 00:39:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:40 Removing intermediate container 972d432380a5 00:39:40 ---> 0a9d88298483 00:39:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:40 ---> 5c49c372bf5e 00:39:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:40 ---> Running in 1c67254691f5 00:39:40 Removing intermediate container 6b71d45eab0d 00:39:40 ---> c40562349313 00:39:40 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:39:41 Removing intermediate container e79b1b23d502 00:39:41 ---> a66dad6cecd0 00:39:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:41 Removing intermediate container 1c67254691f5 00:39:41 ---> b3cb2d404680 00:39:41 Step 13/24 : WORKDIR / 00:39:41 ---> Running in 72d54e7cea72 00:39:41 ---> Running in 3e74ceb6f643 00:39:41 ---> 7835256fb0f0 00:39:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:41 ---> Running in 4fda1771b707 00:39:41 Removing intermediate container 72d54e7cea72 00:39:41 ---> c2ad5fca2962 00:39:41 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:39:41 Removing intermediate container 3e74ceb6f643 00:39:41 ---> a462d4c208e8 00:39:41 Step 13/21 : WORKDIR /edgex 00:39:41 ---> Running in 7b07226d73b9 00:39:41 Removing intermediate container 4fda1771b707 00:39:41 ---> 07125c975061 00:39:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:41 ---> 2710fa3ad1ea 00:39:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:41 ---> Running in 8623418c8bf3 00:39:41 ---> Running in 06e4eca058a0 00:39:41 Removing intermediate container 7b07226d73b9 00:39:41 ---> e56c00161ba7 00:39:41 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:39:41 ---> d703b415691d 00:39:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:42 ---> Running in 472202f9f95d 00:39:42 Removing intermediate container 8623418c8bf3 00:39:42 ---> b9a4edd3a9d2 00:39:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:42 Removing intermediate container 06e4eca058a0 00:39:42 ---> 140a325a9d54 00:39:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:42 ---> Running in 3e4e6034dc0c 00:39:42 ---> f17edd0ac1ca 00:39:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:42 ---> 06afb10a9962 00:39:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:43 Removing intermediate container 3e4e6034dc0c 00:39:43 ---> 605a9e694e9f 00:39:43 Step 21/23 : LABEL arch=x86_64 00:39:43 ---> Running in 8f4ec5899064 00:39:43 ---> 8322395e4993 00:39:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:43 ---> 498ba9dc426b 00:39:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:43 Removing intermediate container 8f4ec5899064 00:39:43 ---> c9ccaca73459 00:39:43 Step 22/23 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:39:43 ---> Running in 4963565cea9f 00:39:43 Removing intermediate container 4963565cea9f 00:39:43 ---> 1efdc17a746f 00:39:43 Step 23/23 : LABEL version=0.0.0 00:39:43 ---> f19f3075f3d5 00:39:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:43 ---> Running in 9edcad2ca4e7 00:39:43 ---> c140f589765b 00:39:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:43 Removing intermediate container 472202f9f95d 00:39:43 ---> 8712e60723ea 00:39:43 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:39:44 ---> Running in c44d0b404d9e 00:39:44 ---> Running in 00753eae5d80 00:39:44 Removing intermediate container 9edcad2ca4e7 00:39:44 ---> 47c89976e5de 00:39:44 00:39:44 Successfully built 47c89976e5de 00:39:44 Successfully tagged docker-core-metadata-go:latest 00:39:44  Building docker-core-metadata-go ... done  ---> 84ed69494476 00:39:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:44 Removing intermediate container c44d0b404d9e 00:39:44 ---> 4c4eab0a63c6 00:39:44 Step 18/21 : CMD ["--init=true"] 00:39:44 Removing intermediate container 00753eae5d80 00:39:44 ---> 7bce45202ffc 00:39:44 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:39:44 ---> Running in 834b0bd4e244 00:39:45 ---> 62fa5753173d 00:39:45 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:39:45 Removing intermediate container 834b0bd4e244 00:39:45 ---> dd89d8a4c842 00:39:45 Step 19/21 : LABEL arch=x86_64 00:39:45 ---> Running in 028eb2ae857a 00:39:45 ---> 76bc9e10646f 00:39:45 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:39:45 ---> Running in fbfde9a76729 00:39:45 ---> Running in 47744518a8e4 00:39:45 Removing intermediate container fbfde9a76729 00:39:45 ---> 5b463630d387 00:39:45 Step 20/21 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:39:45 ---> Running in f231e3d5d21a 00:39:46 Removing intermediate container f231e3d5d21a 00:39:46 ---> b809b029bd84 00:39:46 Step 21/21 : LABEL version=0.0.0 00:39:46 ---> Running in 46568f87b166 00:39:46 Removing intermediate container 46568f87b166 00:39:46 ---> 84d0b835f865 00:39:46 00:39:46 Successfully built 84d0b835f865 00:39:46 Successfully tagged docker-security-proxy-setup-go:latest 00:39:46  Building docker-security-proxy-setup-go ... done Removing intermediate container 028eb2ae857a 00:39:46 ---> 1e4bd782a5f4 00:39:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:46 ---> Running in 3bfc33c26137 00:39:46 Removing intermediate container 47744518a8e4 00:39:46 ---> cf85b5133e0b 00:39:46 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:47 Removing intermediate container 3bfc33c26137 00:39:47 ---> 0fedea12734c 00:39:47 Step 22/24 : LABEL arch=x86_64 00:39:47 ---> Running in 6817f5de3555 00:39:47 ---> 685842271e39 00:39:47 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:39:47 Removing intermediate container 6817f5de3555 00:39:47 ---> e4d634d0e19f 00:39:47 Step 23/24 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:39:47 ---> Running in d4cfa0b0a4dc 00:39:47 Removing intermediate container d4cfa0b0a4dc 00:39:47 ---> d7dff2efa419 00:39:47 Step 24/24 : LABEL version=0.0.0 00:39:47 ---> Running in 180581f5cd2a 00:39:47 ---> 7603ada91d01 00:39:47 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:39:47 Removing intermediate container 180581f5cd2a 00:39:47 ---> d56d30931277 00:39:47 00:39:48 ---> 02fe0b57a600 00:39:48 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:39:48 Successfully built d56d30931277 00:39:48 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:48  Building docker-security-secretstore-setup-go ... done  ---> 7cd496b9c555 00:39:48 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:39:48 ---> 8ef0a345863d 00:39:48 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:39:49 ---> Running in e90f42104757 00:39:49 Removing intermediate container e90f42104757 00:39:49 ---> d2953ef093bc 00:39:49 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:39:49 ---> 86002574cc46 00:39:49 Step 26/31 : RUN chmod +x /entrypoint.sh 00:39:49 ---> Running in afcbe0428cee 00:39:51 Removing intermediate container afcbe0428cee 00:39:51 ---> 8b8e297e38e4 00:39:51 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:39:51 ---> Running in ac8b7d6ce099 00:39:51 Removing intermediate container ac8b7d6ce099 00:39:51 ---> af08fd392cfd 00:39:51 Step 28/31 : CMD ["gate"] 00:39:51 ---> Running in 4801a708d05a 00:39:51 Removing intermediate container 4801a708d05a 00:39:51 ---> 69d329d8f831 00:39:51 Step 29/31 : LABEL arch=x86_64 00:39:52 ---> Running in a2d5c2405f42 00:39:52 Removing intermediate container a2d5c2405f42 00:39:52 ---> 106acde07ea8 00:39:52 Step 30/31 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:39:52 ---> Running in d9a514a31d81 00:39:52 Removing intermediate container d9a514a31d81 00:39:52 ---> e0ce75b7dc2a 00:39:52 Step 31/31 : LABEL version=0.0.0 00:39:52 ---> Running in e2bab651f22e 00:39:53 Removing intermediate container e2bab651f22e 00:39:53 ---> ce08548b1b1f 00:39:53 00:39:53 Successfully built ce08548b1b1f 00:39:53 Successfully tagged docker-security-bootstrapper-go:latest 00:39:53  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:39:53 $ docker stop --time=1 701a8ea307fa69ceb180c1baa9ac8a23f1c203259934d66004a84fbe28fd8bd9 00:39:55 $ docker rm -f 701a8ea307fa69ceb180c1baa9ac8a23f1c203259934d66004a84fbe28fd8bd9 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:55 + docker images 00:39:55 + grep docker 00:39:55 docker-security-bootstrapper-go latest ce08548b1b1f 3 seconds ago 18.8MB 00:39:55 docker-security-secretstore-setup-go latest d56d30931277 8 seconds ago 24.9MB 00:39:55 docker-security-proxy-setup-go latest 84d0b835f865 9 seconds ago 24.7MB 00:39:55 docker-core-metadata-go latest 47c89976e5de 11 seconds ago 19MB 00:39:55 docker-sys-mgmt-agent-go latest 5d61b82ffda8 40 seconds ago 313MB 00:39:55 docker-core-data-go latest 276c722cdadd 2 minutes ago 22.6MB 00:39:55 docker-support-notifications-go latest 63166c927f15 2 minutes ago 17.8MB 00:39:55 docker-support-scheduler-go latest 912803367a8e 2 minutes ago 17.3MB 00:39:55 docker-core-command-go latest fe4111a941b6 2 minutes ago 17.2MB 00:39:55 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:40:11 Still waiting to schedule task 00:40:11 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:33 gofmt -l . 00:40:33 [ "`gofmt -l .`" = "" ] 00:40:33 ./bin/test-go-mod-tidy.sh 00:40:33 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:35 + ls -al . 00:40:35 total 788 00:40:35 drwxrwxr-x 9 1001 1001 4096 Mar 17 00:40 . 00:40:35 drwxr-xr-x 4 root root 4096 Mar 17 00:35 .. 00:40:35 -rw-rw-r-- 1 1001 1001 11 Mar 17 00:34 .dockerignore 00:40:35 drwxrwxr-x 8 1001 1001 4096 Mar 17 00:34 .git 00:40:35 drwxrwxr-x 3 1001 1001 4096 Mar 17 00:34 .github 00:40:35 -rw-rw-r-- 1 1001 1001 818 Mar 17 00:34 .gitignore 00:40:35 -rw-rw-r-- 1 1001 1001 166 Mar 17 00:34 .sonarcloud.properties 00:40:35 -rw-rw-r-- 1 1001 1001 8607 Mar 17 00:34 Attribution.txt 00:40:35 -rw-rw-r-- 1 1001 1001 3804 Mar 17 00:34 CONTRIBUTING.md 00:40:35 -rw-rw-r-- 1 1001 1001 931 Mar 17 00:34 Dockerfile.build 00:40:35 -rw-rw-r-- 1 1001 1001 863 Mar 17 00:34 Jenkinsfile 00:40:35 -rw-rw-r-- 1 1001 1001 10775 Mar 17 00:34 LICENSE 00:40:35 -rw-rw-r-- 1 1001 1001 5774 Mar 17 00:34 Makefile 00:40:35 -rw-rw-r-- 1 1001 1001 6548 Mar 17 00:34 README.md 00:40:35 -rw-rw-r-- 1 1001 1001 6755 Mar 17 00:34 SECURITY.md 00:40:35 -rw-rw-r-- 1 1001 1001 5 Mar 17 00:30 VERSION 00:40:35 -rw-rw-r-- 1 1001 1001 4131 Mar 17 00:34 ZMQWindows.md 00:40:35 drwxrwxr-x 2 1001 1001 4096 Mar 17 00:34 bin 00:40:35 drwxrwxr-x 14 1001 1001 4096 Mar 17 00:34 cmd 00:40:35 -rw-r--r-- 1 root root 650607 Mar 17 00:38 coverage.out 00:40:35 -rw-r--r-- 1 root root 1055 Mar 17 00:40 go.mod 00:40:35 -rw-r--r-- 1 root root 21981 Mar 17 00:40 go.sum 00:40:35 drwxrwxr-x 8 1001 1001 4096 Mar 17 00:34 internal 00:40:35 drwxrwxr-x 4 1001 1001 4096 Mar 17 00:34 openapi 00:40:35 drwxrwxr-x 4 1001 1001 4096 Mar 17 00:34 snap 00:40:35 -rw-rw-r-- 1 1001 1001 168 Mar 17 00:34 version.go [Pipeline] sh 00:40:36 + '[' -e coverage.out ] 00:40:36 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:36 Warning: overwriting stash ‘coverage-report’ 00:40:37 Stashed 1 file(s) [Pipeline] sh 00:40:38 + make build 00:40:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:41:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:41:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:40 Running on prd-ubuntu18.04-docker-8c-8g-30071 in /w/workspace/edgexfoundry_edgex-go_PR-3241 [Pipeline] { [Pipeline] ws 00:41:40 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 00:41:42 using credential edgex-jenkins-ssh 00:41:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:41:42 Cloning the remote Git repository 00:41:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:42 > git init /w/workspace/edgex-go/6 # timeout=10 00:41:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:42 > git --version # timeout=10 00:41:42 > git --version # 'git version 2.17.1' 00:41:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3241/head:refs/remotes/origin/PR-3241 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:41:49 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 29b7741412918b380152c0207621d70cd23b397e 00:41:49 Merge succeeded, producing abf1dcca7813016df427dd45f6e61f4c61e3a1ef 00:41:49 Checking out Revision abf1dcca7813016df427dd45f6e61f4c61e3a1ef (PR-3241) 00:41:49 > git config core.sparsecheckout # timeout=10 00:41:49 > git checkout -f 29b7741412918b380152c0207621d70cd23b397e # timeout=10 00:41:49 > git remote # timeout=10 00:41:49 > git config --get remote.origin.url # timeout=10 00:41:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:49 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 00:41:49 > git rev-parse HEAD^{commit} # timeout=10 00:41:49 > git config core.sparsecheckout # timeout=10 00:41:49 > git checkout -f abf1dcca7813016df427dd45f6e61f4c61e3a1ef # timeout=10 00:41:53 Commit message: "Merge commit '4dfaf167a75f3c6dea6f872deeb8969b2f6df637' into HEAD" 00:41:53 First time build. Skipping changelog. 00:41:53 > git rev-list --no-walk 84e505e40705358717362c9b0dc5ba7440a3616c # timeout=10 00:41:53 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 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:54 + echo snap-build.sh 00:41:54 snap-build.sh 00:41:54 + SNAP_BASE_DIR=. 00:41:54 + '[' '!' -z /w/workspace/edgex-go/6 ']' 00:41:54 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 00:41:54 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 00:41:54 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 00:41:54 + cd /w/workspace/edgex-go/6 00:41:54 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:54 Reading package lists... 00:41:54 Building dependency tree... 00:41:54 Reading state information... 00:41:54 The following packages were automatically installed and are no longer required: 00:41:54 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:54 uidmap xdelta3 00:41:54 Use 'sudo apt autoremove' to remove them. 00:41:54 The following packages will be REMOVED: 00:41:54 lxd* lxd-client* 00:41:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:55 After this operation, 31.7 MB disk space will be freed. 00:41:56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:41:56 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:56 Removing lxd dnsmasq configuration 00:41:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:57 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:41:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:41:58 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:59 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:59 Processing triggers for ureadahead (0.100.0-21) ... 00:42:01 + sudo snap remove --purge lxd 00:42:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:42:01 snap "lxd" is not installed 00:42:01 + sudo groupadd --force --system lxd 00:42:01 ++ whoami 00:42:01 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:01 + newgrp - lxd 00:42:01 + sudo snap install lxd 00:42:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:42:11 2021-03-17T00:42:08Z INFO Waiting for automatic snapd restart... [Pipeline] } 00:42:13 $ docker stop --time=1 d2d6080bf1decd27ad9d6516b501548f9ae22d2594a5c3a16510fb27951ffbd2 00:42:16 $ docker rm -f d2d6080bf1decd27ad9d6516b501548f9ae22d2594a5c3a16510fb27951ffbd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:18 00:42:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:19 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:19 29e5d40040c1: Pulling fs layer 00:42:19 1ce36da41761: Pulling fs layer 00:42:19 25b303627fd3: Pulling fs layer 00:42:19 29e5d40040c1: Download complete 00:42:20 1ce36da41761: Verifying Checksum 00:42:20 1ce36da41761: Download complete 00:42:20 29e5d40040c1: Pull complete 00:42:21 1ce36da41761: Pull complete 00:42:21 25b303627fd3: Verifying Checksum 00:42:21 25b303627fd3: Download complete 00:42:32 25b303627fd3: Pull complete 00:42:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:32 prd-ubuntu18.04-docker-arm64-4c-16g-30065 does not seem to be running inside a container 00:42:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:35 $ docker top 5fe822306b3eda27613693e0a817f1b07bd77c25726f45ab8713da5604b05c1a -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:36 + docker-compose build --help 00:42:36 + grep parallel 00:42:42 --parallel Build images in parallel. [Pipeline] } 00:42:42 $ docker stop --time=1 5fe822306b3eda27613693e0a817f1b07bd77c25726f45ab8713da5604b05c1a 00:42:44 $ docker rm -f 5fe822306b3eda27613693e0a817f1b07bd77c25726f45ab8713da5604b05c1a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:44 . [Pipeline] withDockerContainer 00:42:45 prd-ubuntu18.04-docker-arm64-4c-16g-30065 does not seem to be running inside a container 00:42:45 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:46 $ docker top b79e4c4f552576f4614719728919ea6c1c129320a6c86c9849738bb310b558a6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:48 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:50 lxd 4.12 from Canonical* installed 00:42:50 + sudo lxd init --auto 00:42:53 Building docker-core-command-go ... 00:42:53 Building docker-core-data-go ... 00:42:53 Building docker-core-metadata-go ... 00:42:53 Building docker-security-bootstrapper-go ... 00:42:53 Building docker-security-proxy-setup-go ... 00:42:53 Building docker-security-secretstore-setup-go ... 00:42:53 Building docker-support-notifications-go ... 00:42:53 Building docker-support-scheduler-go ... 00:42:53 Building docker-sys-mgmt-agent-go ... 00:42:53 Building docker-support-notifications-go 00:42:53 Building docker-sys-mgmt-agent-go 00:42:53 Building docker-core-metadata-go 00:42:53 Building docker-security-proxy-setup-go 00:42:53 Building docker-support-scheduler-go 00:42:53 + sudo snap install --classic snapcraft 00:43:08 snapcraft 4.5.4 from Canonical* installed 00:43:08 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:08 + patch --verbose -p1 00:43:08 Hmm... Looks like a unified diff to me... 00:43:08 The text leading up to this was: 00:43:08 -------------------------- 00:43:08 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:43:08 |From: Tony Espy 00:43:08 |Date: Tue, 9 Mar 2021 19:05:15 -0500 00:43:08 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:08 | 00:43:08 |This patch is used by the EdgeX CI pipeline builds to 00:43:08 |optimize the snap CI check run for pull requests. When 00:43:08 |applied, it essentially strips out everything (apps and 00:43:08 |parts) from the snapcraft.yaml file except those required 00:43:08 |to build edgex-go, as the whole idea of the CI check is to 00:43:08 |catch changes to edgex-go that break the snap build. 00:43:08 | 00:43:08 |In general, anyone updating snapcraft.yaml will also need 00:43:08 |to update this patch file, otherwise it may fail to apply, 00:43:08 |resulting in a failed snap build CI check in the associated 00:43:08 |pull request. 00:43:08 | 00:43:08 |Note - in addition to applying this patch, the pipeline also 00:43:08 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:08 |need to build the finally binary .snap file (and it won't 00:43:08 |work with the patch applied). This further reduces the build 00:43:08 |time. 00:43:08 |--- 00:43:08 | snap/snapcraft.yaml | 452 +------------------------------------------- 00:43:08 | 1 file changed, 1 insertion(+), 451 deletions(-) 00:43:08 | 00:43:08 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:08 |index d8bc12bc..5a5f5fbb 100644 00:43:08 |--- a/snap/snapcraft.yaml 00:43:08 |+++ b/snap/snapcraft.yaml 00:43:08 -------------------------- 00:43:08 patching file snap/snapcraft.yaml 00:43:08 Using Plan A... 00:43:08 Hunk #1 succeeded at 73. 00:43:08 Hunk #2 succeeded at 205. 00:43:08 Hunk #3 succeeded at 217. 00:43:08 Hunk #4 succeeded at 225. 00:43:08 Hunk #5 succeeded at 232. 00:43:08 Hunk #6 succeeded at 259. 00:43:08 Hunk #7 succeeded at 271. 00:43:08 Hunk #8 succeeded at 327. 00:43:08 Hmm... Ignoring the trailing garbage. 00:43:08 done 00:43:08 + sudo snapcraft prime --use-lxd 00:43:08 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:43:08 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: 00:43:08 - README.md 00:43:08 00:43:08 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:08 Launching a container. 00:43:20 Waiting for container to be ready 00:43:20 To start your first instance, try: lxc launch ubuntu:18.04 00:43:20 00:43:23 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:43:23 Waiting for network to be ready... 00:43:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:43:24 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:43:25 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:43:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 00:43:25 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:43:25 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:43:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:43:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:43:25 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:43:25 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:43:25 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:43:25 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 00:43:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:43:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:43:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 00:43:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 00:43:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 00:43:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 00:43:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:43:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 00:43:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 00:43:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:43:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:43:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 00:43:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 00:43:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 00:43:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 00:43:28 Fetched 24.1 MB in 4s (5456 kB/s) 00:43:29 Reading package lists... 00:43:29 Reading package lists... 00:43:30 Building dependency tree... 00:43:30 Reading state information... 00:43:30 The following additional packages will be installed: 00:43:30 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:30 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:30 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:30 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:43:30 Suggested packages: 00:43:30 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:43:30 Recommended packages: 00:43:30 gnupg libsasl2-modules 00:43:30 The following NEW packages will be installed: 00:43:30 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:30 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:30 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:30 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:43:30 The following packages will be upgraded: 00:43:30 gpg gpg-agent gpgconf libudev1 00:43:30 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:43:30 Need to get 3530 kB of archives. 00:43:30 After this operation, 13.3 MB of additional disk space will be used. 00:43:30 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:43:30 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] 00:43:30 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] 00:43:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:43:30 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:43:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:43:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:43:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:43:31 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:43:31 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:43:31 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:43:31 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:43:31 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:43:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:43:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:43:31 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:43:31 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:43:31 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:43:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:43:31 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:43:31 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:43:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:43:31 debconf: delaying package configuration, since apt-utils is not installed 00:43:31 Fetched 3530 kB in 1s (3075 kB/s) 00:43:31 (Reading database ... 12511 files and directories currently installed.) 00:43:31 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:43:31 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:31 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:43:31 Selecting previously unselected package udev. 00:43:31 (Reading database ... 12511 files and directories currently installed.) 00:43:31 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:43:31 Unpacking udev (237-3ubuntu10.44) ... 00:43:32 Selecting previously unselected package libfuse2:amd64. 00:43:32 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:43:32 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:32 Selecting previously unselected package fuse. 00:43:32 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:43:32 Unpacking fuse (2.9.7-1ubuntu1) ... 00:43:32 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:43:32 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:43:32 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:43:32 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:43:32 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:43:32 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:43:32 Selecting previously unselected package libksba8:amd64. 00:43:32 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:43:32 Unpacking libksba8:amd64 (1.3.5-2) ... 00:43:32 Selecting previously unselected package libroken18-heimdal:amd64. 00:43:32 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:33 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:33 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:43:33 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:33 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:33 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:43:33 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:33 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:33 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:43:33 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:33 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:33 Selecting previously unselected package libwind0-heimdal:amd64. 00:43:33 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:33 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:33 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:43:33 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:33 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:33 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:43:33 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:33 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:33 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:43:33 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:33 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:33 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:43:33 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:33 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:33 Selecting previously unselected package libsasl2-modules-db:amd64. 00:43:33 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:33 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:33 Selecting previously unselected package libsasl2-2:amd64. 00:43:33 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:33 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:34 Selecting previously unselected package libldap-common. 00:43:34 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:43:34 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:43:34 Selecting previously unselected package libldap-2.4-2:amd64. 00:43:34 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:43:34 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:43:34 Selecting previously unselected package dirmngr. 00:43:34 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:43:34 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:43:34 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:43:34 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:43:34 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:34 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:34 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:34 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:43:34 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:34 Setting up libksba8:amd64 (1.3.5-2) ... 00:43:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:34 Setting up udev (237-3ubuntu10.44) ... 00:43:34 invoke-rc.d: policy-rc.d denied execution of start. 00:43:35 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:35 Processing triggers for systemd (237-3ubuntu10) ... 00:43:35 Setting up fuse (2.9.7-1ubuntu1) ... 00:43:35 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:43:35 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:35 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:35 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:35 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:35 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:35 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:35 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:35 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:43:35 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:43:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:35 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:43:35 settings in the [Install] section, and DefaultInstance for template units). 00:43:35 This means they are not meant to be enabled using systemctl. 00:43:35 Possible reasons for having this kind of units are: 00:43:35 1) A unit may be statically enabled by being symlinked from another unit's 00:43:35 .wants/ or .requires/ directory. 00:43:35 2) A unit's purpose may be to act as a helper for some other unit which has 00:43:35 a requirement dependency on it. 00:43:35 3) A unit may be started when needed via activation (socket, path, timer, 00:43:35 D-Bus, udev, scripted systemctl call, ...). 00:43:35 4) In case of template units, the unit is meant to be enabled with some 00:43:35 instance name specified. 00:43:36 Reading package lists... 00:43:36 Building dependency tree... 00:43:36 Reading state information... 00:43:36 The following additional packages will be installed: 00:43:36 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:43:36 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:43:36 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:43:36 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:43:36 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:43:36 Suggested packages: 00:43:36 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:43:36 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:43:36 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:43:36 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:43:36 systemd-container policykit-1 00:43:36 Recommended packages: 00:43:36 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:43:36 The following NEW packages will be installed: 00:43:36 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:43:36 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:43:36 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:43:36 multiarch-support openssh-client python3 python3-minimal python3.6 00:43:36 python3.6-minimal snapd squashfs-tools sudo 00:43:36 The following packages will be upgraded: 00:43:36 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:43:36 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:43:36 Need to get 35.2 MB of archives. 00:43:36 After this operation, 141 MB of additional disk space will be used. 00:43:36 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:43:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:43:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:43:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 00:43:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:43:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:43:37 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:43:37 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:43:37 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:43:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:43:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:43:37 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:43:37 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:43:37 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:43:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:43:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:43:37 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:43:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:43:37 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:43:37 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:43:37 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:43:37 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:43:37 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:43:37 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:43:37 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:43:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:43:37 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:43:37 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:43:38 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:43:38 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:43:39 debconf: delaying package configuration, since apt-utils is not installed 00:43:39 Fetched 35.2 MB in 2s (14.7 MB/s) 00:43:39 (Reading database ... 12757 files and directories currently installed.) 00:43:39 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:43:39 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:40 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:43:40 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:40 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:43:40 (Reading database ... 12757 files and directories currently installed.) 00:43:40 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:43:40 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:40 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:43:40 (Reading database ... 12757 files and directories currently installed.) 00:43:40 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:43:40 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:41 Setting up apt (1.6.12ubuntu0.2) ... 00:43:41 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:43:41 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:43:41 (Reading database ... 12764 files and directories currently installed.) 00:43:41 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:43:41 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:43:41 Selecting previously unselected package libpython3.6-minimal:amd64. 00:43:41 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:43:41 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:43:42 Selecting previously unselected package libexpat1:amd64. 00:43:42 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:43:42 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:42 Selecting previously unselected package python3.6-minimal. 00:43:42 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:43:42 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:43:42 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 00:43:42 Checking for services that may need to be restarted...done. 00:43:42 Checking for services that may need to be restarted...done. 00:43:42 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:43:42 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:42 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:43:43 Selecting previously unselected package python3-minimal. 00:43:43 (Reading database ... 13012 files and directories currently installed.) 00:43:43 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:43:43 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:43:43 Selecting previously unselected package mime-support. 00:43:43 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:43:43 Unpacking mime-support (3.60ubuntu1) ... 00:43:43 Selecting previously unselected package libmpdec2:amd64. 00:43:43 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:43:43 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:43 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:43:43 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:43:43 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:43:43 Selecting previously unselected package python3.6. 00:43:43 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:43:43 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:43:43 Selecting previously unselected package libpython3-stdlib:amd64. 00:43:43 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:43:43 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:43 Setting up python3-minimal (3.6.7-1~18.04) ... 00:43:44 Selecting previously unselected package python3. 00:43:44 (Reading database ... 13442 files and directories currently installed.) 00:43:44 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:43:44 Unpacking python3 (3.6.7-1~18.04) ... 00:43:44 Selecting previously unselected package multiarch-support. 00:43:44 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:43:44 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:43:44 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:43:44 Selecting previously unselected package liblzo2-2:amd64. 00:43:44 (Reading database ... 13479 files and directories currently installed.) 00:43:44 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:43:44 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:43:44 Selecting previously unselected package libbsd0:amd64. 00:43:44 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:43:44 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:44 Selecting previously unselected package sudo. 00:43:44 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:43:44 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:43:44 Selecting previously unselected package apparmor. 00:43:44 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:43:44 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:43:45 Selecting previously unselected package libedit2:amd64. 00:43:45 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:43:45 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:43:45 Selecting previously unselected package libkrb5support0:amd64. 00:43:45 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:43:45 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:45 Selecting previously unselected package libk5crypto3:amd64. 00:43:45 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:43:45 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:45 Selecting previously unselected package libkeyutils1:amd64. 00:43:45 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:43:45 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:45 Selecting previously unselected package libkrb5-3:amd64. 00:43:45 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:43:45 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:45 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:43:45 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:43:45 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:45 Selecting previously unselected package libssl1.0.0:amd64. 00:43:45 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:43:45 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:43:45 Selecting previously unselected package openssh-client. 00:43:45 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:43:45 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:46 Selecting previously unselected package squashfs-tools. 00:43:46 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:43:46 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:46 Selecting previously unselected package snapd. 00:43:46 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:43:46 Unpacking snapd (2.48.3+18.04) ... 00:43:48 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:43:48 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:43:48 Setting up mime-support (3.60ubuntu1) ... 00:43:48 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:43:48 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:48 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:48 Setting up systemd (237-3ubuntu10.44) ... 00:43:48 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:43:49 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:49 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:49 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:43:49 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:43:49 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:49 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:43:50 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:51 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:51 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:51 Setting up python3 (3.6.7-1~18.04) ... 00:43:51 running python rtupdate hooks for python3.6... 00:43:51 running python post-rtupdate hooks for python3.6... 00:43:51 Setting up apparmor (2.12-4ubuntu5.1) ... 00:43:52 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:43:52 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:52 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:52 Setting up snapd (2.48.3+18.04) ... 00:43:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:43:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:43:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:43:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:43:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:53 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:43:53 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:43:54 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:43:54 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:43:54 /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' 00:43:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:54 Processing triggers for systemd (237-3ubuntu10.44) ... 00:43:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:56 Reading package lists... 00:43:56 Reading package lists... 00:43:57 Building dependency tree... 00:43:57 Reading state information... 00:43:57 Calculating upgrade... 00:43:57 The following packages will be upgraded: 00:43:57 advancecomp base-files bash binutils binutils-common 00:43:57 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:43:57 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:43:57 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:43:57 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:43:57 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:43:57 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:43:57 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:43:57 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:43:57 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:43:57 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:43:57 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:43:57 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:43:57 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:43:57 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:43:57 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:43:57 Need to get 63.8 MB of archives. 00:43:57 After this operation, 5206 kB of additional disk space will be used. 00:43:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] 00:43:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:43:57 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:43:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:43:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:43:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:43:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:43:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:43:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:43:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:43:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:43:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:43:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:43:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:43:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:43:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:43:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:43:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:43:57 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:43:57 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:43:57 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:43:57 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:43:57 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:43:57 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:43:57 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:43:57 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:43:57 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:43:57 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:43:57 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:43:57 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:43:57 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:43:57 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:43:57 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:43:57 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:43:57 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:43:57 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 00:43:57 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:43:57 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:43:57 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:43:57 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 00:43:57 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:43:57 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:43:57 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:43:57 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:43:57 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:43:57 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:43:57 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:43:57 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 00:43:57 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:43:57 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:43:57 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:43:57 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:43:57 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:43:57 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:43:57 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:43:57 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:43:58 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:43:58 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:43:58 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:43:58 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:43:58 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:43:58 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:43:58 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:43:58 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:43:58 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:43:58 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:43:58 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:43:58 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:43:58 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:43:58 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:43:58 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:43:58 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:43:58 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:43:58 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:43:58 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:43:58 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:43:58 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:43:58 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:43:58 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:43:58 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:43:58 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:43:58 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:43:58 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:43:58 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:43:58 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:43:58 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:43:58 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:43:58 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:43:58 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:43:59 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:43:59 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:43:59 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:43:59 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:43:59 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:43:59 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:43:59 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:43:59 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:43:59 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:43:59 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:43:59 debconf: delaying package configuration, since apt-utils is not installed 00:43:59 Fetched 63.8 MB in 2s (33.9 MB/s) 00:43:59 (Reading database ... 13912 files and directories currently installed.) 00:43:59 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:43:59 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:00 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:00 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:00 Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... 00:44:00 Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... 00:44:01 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:01 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:01 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:01 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:01 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:01 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:01 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:01 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:02 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:02 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:02 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:02 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:02 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:02 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:02 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:02 (Reading database ... 13911 files and directories currently installed.) 00:44:02 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:02 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:44:02 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:44:02 (Reading database ... 13911 files and directories currently installed.) 00:44:02 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:02 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:02 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:02 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:03 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:03 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:03 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:03 (Reading database ... 13911 files and directories currently installed.) 00:44:03 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:44:03 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:03 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:44:04 (Reading database ... 13911 files and directories currently installed.) 00:44:04 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:44:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:44:04 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:44:04 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:44:04 Setting up base-files (10.1ubuntu2.10) ... 00:44:04 Installing new version of config file /etc/issue ... 00:44:04 Installing new version of config file /etc/issue.net ... 00:44:04 Installing new version of config file /etc/lsb-release ... 00:44:04 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:44:04 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:44:04 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:44:04 Removing obsolete conffile /etc/default/motd-news ... 00:44:04 (Reading database ... 13912 files and directories currently installed.) 00:44:04 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:44:05 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:44:05 Setting up bash (4.4.18-2ubuntu1.2) ... 00:44: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 00:44:05 (Reading database ... 13912 files and directories currently installed.) 00:44:05 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:05 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:44:05 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:44:05 (Reading database ... 13912 files and directories currently installed.) 00:44:05 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:44:05 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:44:05 Setting up tar (1.29b-2ubuntu0.2) ... 00:44:06 (Reading database ... 13912 files and directories currently installed.) 00:44:06 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:44:06 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:06 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:44:06 (Reading database ... 13912 files and directories currently installed.) 00:44:06 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:06 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:06 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:06 (Reading database ... 13912 files and directories currently installed.) 00:44:06 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:06 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:06 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:44:07 (Reading database ... 13912 files and directories currently installed.) 00:44:07 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:44:07 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:44:07 Setting up grep (3.1-2build1) ... 00:44:07 (Reading database ... 13912 files and directories currently installed.) 00:44:07 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:07 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:07 Setting up login (1:4.5-1ubuntu2) ... 00:44:07 (Reading database ... 13912 files and directories currently installed.) 00:44:07 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:07 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:07 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:44:07 (Reading database ... 13912 files and directories currently installed.) 00:44:07 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:07 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:08 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:08 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:08 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:08 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:08 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:44:09 (Reading database ... 13912 files and directories currently installed.) 00:44:09 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:44:09 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:10 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:10 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:10 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:10 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:44:10 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:44:10 (Reading database ... 13912 files and directories currently installed.) 00:44:10 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:44:10 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:44:10 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:44:10 (Reading database ... 13912 files and directories currently installed.) 00:44:10 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:10 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:11 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:11 (Reading database ... 13912 files and directories currently installed.) 00:44:11 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:11 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:11 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:11 (Reading database ... 13912 files and directories currently installed.) 00:44:11 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:11 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:11 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:12 (Reading database ... 13912 files and directories currently installed.) 00:44:12 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:12 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:12 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:12 (Reading database ... 13912 files and directories currently installed.) 00:44:12 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:12 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:12 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:12 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:12 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:12 (Reading database ... 13912 files and directories currently installed.) 00:44:12 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:12 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:12 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:12 (Reading database ... 13912 files and directories currently installed.) 00:44:12 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:12 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:12 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:44:12 (Reading database ... 13912 files and directories currently installed.) 00:44:12 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:12 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:13 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:44:13 (Reading database ... 13912 files and directories currently installed.) 00:44:13 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:13 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:13 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:44:13 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:44:14 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:14 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:14 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:44:14 (Reading database ... 13912 files and directories currently installed.) 00:44:14 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:44:14 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:14 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:44:14 (Reading database ... 13914 files and directories currently installed.) 00:44:14 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:44:14 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:44:14 Setting up debconf (1.5.66ubuntu1) ... 00:44:15 (Reading database ... 13914 files and directories currently installed.) 00:44:15 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:44:15 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:15 ---> ee5b62bccd81 00:44:15 Step 3/23 : WORKDIR /edgex-go 00:44:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:15 ---> ee5b62bccd81 00:44:15 Step 3/22 : WORKDIR /edgex-go 00:44:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:15 ---> ee5b62bccd81 00:44:15 Step 3/22 : WORKDIR /edgex-go 00:44:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:15 ---> ee5b62bccd81 00:44:15 Step 3/21 : WORKDIR /edgex-go 00:44:15 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:44:15 ---> ee5b62bccd81 00:44:15 Step 3/26 : WORKDIR /edgex-go 00:44:15 ---> Running in c1197afde458 00:44:15 ---> Running in 515a5867568f 00:44:15 ---> Running in 9e14151242af 00:44:15 ---> Running in 52c2a39f0e92 00:44:15 ---> Running in f40fb47ef230 00:44:15 Removing intermediate container f40fb47ef230 00:44:15 ---> a71e8d8127bf 00:44:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:15 Removing intermediate container 515a5867568f 00:44:15 ---> 4dd726176008 00:44:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:15 Removing intermediate container 52c2a39f0e92 00:44:15 ---> 0e710e8c2aae 00:44:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:15 Removing intermediate container c1197afde458 00:44:15 Removing intermediate container 9e14151242af 00:44:15 ---> 7e3462c4eb73 00:44:15 ---> a80e1444ff00 00:44:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:15 00:44:15 ---> Running in 0b937864b36e 00:44:15 ---> Running in 9b226065eb52 00:44:15 ---> Running in bffa8c7698e6 00:44:15 ---> Running in 4c2c5aa46232 00:44:15 ---> Running in 38aa0da6df5a 00:44:15 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:44:15 (Reading database ... 13914 files and directories currently installed.) 00:44:15 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:44:15 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:44:15 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:44:15 (Reading database ... 13914 files and directories currently installed.) 00:44:15 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:15 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:15 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:15 (Reading database ... 13914 files and directories currently installed.) 00:44:15 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:16 Removing intermediate container 0b937864b36e 00:44:16 ---> b4fed5d0117a 00:44:16 Step 5/22 : RUN apk add --update --no-cache make git 00:44:16 ---> Running in 082623c2305b 00:44:16 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:16 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:16 (Reading database ... 13914 files and directories currently installed.) 00:44:16 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:44:16 Removing intermediate container bffa8c7698e6 00:44:16 ---> 6945baf4fc85 00:44:16 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:16 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:16 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:16 (Reading database ... 13914 files and directories currently installed.) 00:44:16 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:16 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:44:16 ---> Running in dcb2d9f30d98 00:44:16 Removing intermediate container 38aa0da6df5a 00:44:16 ---> 43c54a9b1773 00:44:16 Step 5/23 : RUN apk add --update --no-cache make git 00:44:16 Removing intermediate container 9b226065eb52 00:44:16 ---> 0365f9347609 00:44:16 Step 5/21 : RUN apk add --update --no-cache make git 00:44:17 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:44:17 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:44:17 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:17 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:17 Removing intermediate container 4c2c5aa46232 00:44:17 ---> 6fac8d1c8c28 00:44:17 Step 5/26 : RUN apk add --update --no-cache make bash git 00:44:17 ---> Running in 50ba9ec7213a 00:44:17 ---> Running in e84aa36c4e76 00:44:17 ---> Running in 55a65f083b7c 00:44:17 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:17 (Reading database ... 13914 files and directories currently installed.) 00:44:17 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:44:17 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:44:17 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:44:17 (Reading database ... 13914 files and directories currently installed.) 00:44:17 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:44:17 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:44:17 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:18 (Reading database ... 13914 files and directories currently installed.) 00:44:18 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:18 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:18 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:18 (Reading database ... 13914 files and directories currently installed.) 00:44:18 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 00:44:18 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 00:44:18 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 00:44:18 (Reading database ... 13914 files and directories currently installed.) 00:44:18 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:18 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:18 Setting up passwd (1:4.5-1ubuntu2) ... 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:44:19 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:19 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:44:19 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:19 OK: 217 MiB in 51 packages 00:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:19 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:44:19 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:44:19 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:19 (Reading database ... 13914 files and directories currently installed.) 00:44:19 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:44:19 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:44:19 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:44:20 (Reading database ... 13914 files and directories currently installed.) 00:44:20 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:44:20 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:44:20 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:44:20 OK: 217 MiB in 51 packages 00:44:20 OK: 217 MiB in 51 packages 00:44:20 (Reading database ... 13914 files and directories currently installed.) 00:44:20 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:44:20 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:44:20 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:44:20 OK: 217 MiB in 51 packages 00:44:20 OK: 217 MiB in 51 packages 00:44:20 (Reading database ... 13914 files and directories currently installed.) 00:44:20 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:44:20 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:44:20 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:44:20 (Reading database ... 13915 files and directories currently installed.) 00:44:20 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:20 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:20 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:44:20 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:44:21 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:44:21 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:44:21 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:44:21 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:44:21 Removing intermediate container 082623c2305b 00:44:21 ---> 83a7931f1842 00:44:21 Step 6/22 : COPY go.mod . 00:44:21 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:44:21 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:44:21 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:44:21 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:44:21 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:44:21 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:44:21 Removing intermediate container dcb2d9f30d98 00:44:21 ---> 3ea6bfb490cd 00:44:21 Step 6/22 : COPY go.mod . 00:44:21 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:44:21 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:44:22 Removing intermediate container 50ba9ec7213a 00:44:22 ---> 2b78cd4ae1d0 00:44:22 Step 6/23 : COPY go.mod . 00:44:22 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:44:22 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:44:22 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:44:22 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:44:22 ---> 1255fff491c7 00:44:22 Step 7/22 : RUN go mod download 00:44:22 Removing intermediate container e84aa36c4e76 00:44:22 ---> c353b8d9be50 00:44:22 Step 6/21 : COPY go.mod . 00:44:22 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:44:22 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:44:22 Removing intermediate container 55a65f083b7c 00:44:22 ---> 6c1180be32f1 00:44:22 Step 6/26 : COPY go.mod . 00:44:22 ---> Running in c02d5e86fc1f 00:44:22 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:44:22 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:44:22 ---> f608e30fdffd 00:44:22 Step 7/22 : RUN go mod download 00:44:23 ---> 491f0bbe9b87 00:44:23 Step 7/23 : RUN go mod download 00:44:23 ---> Running in 7013a8b18288 00:44:23 ---> Running in 844349067afd 00:44:23 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:44:23 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:44:23 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:44:23 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:44:23 ---> 7e6d233fc2a5 00:44:23 Step 7/21 : RUN go mod download 00:44:23 ---> e03f095aaeb8 00:44:23 Step 7/26 : RUN go mod download 00:44:23 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:23 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:24 ---> Running in e1f5e8df7381 00:44:24 ---> Running in 780ae1f99263 00:44:24 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:24 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:24 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:24 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:24 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:44:24 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:44:24 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:24 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:25 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:25 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:25 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:25 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:25 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:25 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:26 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:26 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:27 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:27 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:27 Removing intermediate container c02d5e86fc1f 00:44:27 ---> 7984540fcaa0 00:44:27 Step 8/22 : COPY . . 00:44:27 Removing intermediate container 7013a8b18288 00:44:27 ---> 18cb354deb68 00:44:27 Step 8/22 : COPY . . 00:44:27 Removing intermediate container 844349067afd 00:44:27 ---> 7609169cc141 00:44:27 Step 8/23 : COPY . . 00:44:28 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:28 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:28 Removing intermediate container 780ae1f99263 00:44:28 ---> eecb342357f2 00:44:28 Step 8/26 : COPY . . 00:44:28 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:28 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:28 Removing intermediate container e1f5e8df7381 00:44:28 ---> feaea7273872 00:44:28 Step 8/21 : COPY . . 00:44:29 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:29 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:44:29 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:29 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:29 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:44:29 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:29 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:44:29 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:29 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:29 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:44:29 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:29 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:29 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:29 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:44:30 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:44:30 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:44:30 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:30 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:44:30 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:30 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:30 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:30 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:44:30 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:44:30 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:44:30 00:44:30 Current default time zone: 'Etc/UTC' 00:44:30 Local time is now: Wed Mar 17 00:44:30 UTC 2021. 00:44:30 Universal Time is now: Wed Mar 17 00:44:30 UTC 2021. 00:44:30 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:44:30 00:44:30 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:44:30 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:30 Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... 00:44:30 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:44:30 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:44:30 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:44:30 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:44:30 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:44:30 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:44:30 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:44:30 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:31 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:44:31 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:31 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:44:31 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:31 Setting up patch (2.7.6-2ubuntu1.1) ... 00:44:31 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:44:31 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:44:31 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 00:44:31 Installing new version of config file /etc/ssl/openssl.cnf ... 00:44:31 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:44:31 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:44:31 Setting up ca-certificates (20210119~18.04.1) ... 00:44:33 Updating certificates in /etc/ssl/certs... 00:44:34 23 added, 27 removed; done. 00:44:34 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:44:34 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:34 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:44:34 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:44:34 Setting up pkgbinarymangler (138.18.04.1) ... 00:44:34 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:34 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:44:34 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:34 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:34 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:35 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:35 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:35 Setting up perl (5.26.1-6ubuntu0.5) ... 00:44:35 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:44:35 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:44:35 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:35 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:44:35 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:35 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:35 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:44:35 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:35 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:44:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:35 Processing triggers for systemd (237-3ubuntu10.44) ... 00:44:35 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:35 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:44:35 Updating certificates in /etc/ssl/certs... 00:44:36 0 added, 0 removed; done. 00:44:36 Running hooks in /etc/ca-certificates/update.d... 00:44:36 done. 00:44:36 Reading package lists... 00:44:36 Building dependency tree... 00:44:36 Reading state information... 00:44:36 The following NEW packages will be installed: 00:44:36 apt-transport-https 00:44:36 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:44:36 Need to get 1696 B of archives. 00:44:36 After this operation, 153 kB of additional disk space will be used. 00:44:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:44:37 debconf: delaying package configuration, since apt-utils is not installed 00:44:37 Fetched 1696 B in 0s (21.9 kB/s) 00:44:37 Selecting previously unselected package apt-transport-https. 00:44:37 (Reading database ... 13920 files and directories currently installed.) 00:44:37 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:44:37 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:44:37 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:44:37 Waiting for network to be ready... 00:44:44 2021-03-17T00:44:41Z INFO Waiting for automatic snapd restart... 00:44:45 snapd 2.49 from Canonical* installed 00:44:46 "snapd" switched to the "latest/stable" channel 00:44:46 00:44:49 core18 20210128 from Canonical* installed 00:44:49 "core18" switched to the "latest/stable" channel 00:44:49 00:44:53 snapcraft 4.5.4 from Canonical* installed 00:44:53 "snapcraft" switched to the "latest/stable" channel 00:44:53 00:44:55 ---> 300d155d3fad 00:44:55 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:44:55 ---> e46d60ed26ee 00:44:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:44:55 ---> 3c27b8947b10 00:44:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:44:55 ---> b9c6719a4b3a 00:44:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:44:55 ---> Running in f4126cbed343 00:44:55 ---> Running in 8245cddc1be9 00:44:55 ---> Running in 83f93597440a 00:44:55 ---> Running in bb128a0dd672 00:44:55 ---> 7f807b49a609 00:44:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:44:56 ---> Running in 7a6cc5fb1135 00:44:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:57 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: 00:44:57 - README.md 00:44:57 00:44:57 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:44:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:45:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:03 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:03 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:03 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:04 Reading package lists... 00:45:05 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 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 00:45:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:11 Reading package lists... 00:45:11 Building dependency tree... 00:45:11 Reading state information... 00:45:11 Suggested packages: 00:45:11 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:45:11 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:45:11 Recommended packages: 00:45:11 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:45:11 The following NEW packages will be installed: 00:45:11 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:45:11 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:45:11 pkg-config zip 00:45:11 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:45:11 Need to get 7657 kB of archives. 00:45:11 After this operation, 43.8 MB of additional disk space will be used. 00:45:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 00:45:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:45:11 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:45:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 00:45:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 00:45:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:45:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:45:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:45:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:45:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:11 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:45:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:45:12 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:45:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:45:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:45:12 debconf: delaying package configuration, since apt-utils is not installed 00:45:12 Fetched 7657 kB in 1s (10.6 MB/s) 00:45:12 Selecting previously unselected package libglib2.0-0:amd64. 00:45:12 (Reading database ... 13924 files and directories currently installed.) 00:45:12 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 00:45:12 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:45:12 Selecting previously unselected package libpsl5:amd64. 00:45:12 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:45:12 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:45:12 Selecting previously unselected package libnghttp2-14:amd64. 00:45:12 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:45:12 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:12 Selecting previously unselected package librtmp1:amd64. 00:45:12 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:45:12 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:12 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:12 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:45:12 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:12 Selecting previously unselected package liberror-perl. 00:45:12 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:45:12 Unpacking liberror-perl (0.17025-1) ... 00:45:12 Selecting previously unselected package git-man. 00:45:12 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 00:45:12 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 00:45:13 Selecting previously unselected package git. 00:45:13 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 00:45:13 Unpacking git (1:2.17.1-1ubuntu0.8) ... 00:45:13 Selecting previously unselected package libnorm1:amd64. 00:45:13 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:45:13 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:14 Selecting previously unselected package libpgm-5.2-0:amd64. 00:45:14 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:45:14 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:14 Selecting previously unselected package libsodium23:amd64. 00:45:14 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:45:14 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:45:14 Selecting previously unselected package libzmq5:amd64. 00:45:14 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:14 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:14 Selecting previously unselected package libzmq3-dev:amd64. 00:45:14 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:14 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:14 Selecting previously unselected package pkg-config. 00:45:14 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:45:14 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:45:14 Selecting previously unselected package zip. 00:45:14 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:45:14 Unpacking zip (3.0-11build1) ... 00:45:14 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:14 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 00:45:14 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:14 Setting up liberror-perl (0.17025-1) ... 00:45:14 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:45:14 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:45:14 No schema files found: doing nothing. 00:45:14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:14 Setting up zip (3.0-11build1) ... 00:45:14 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:15 Setting up libsodium23:amd64 (1.0.16-2) ... 00:45:15 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:45:15 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:15 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:15 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:15 Setting up git (1:2.17.1-1ubuntu0.8) ... 00:45:15 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:21 git set to automatically installed. 00:45:21 git-man set to automatically installed. 00:45:21 libcurl3-gnutls set to automatically installed. 00:45:21 liberror-perl set to automatically installed. 00:45:21 libglib2.0-0 set to automatically installed. 00:45:21 libnghttp2-14 set to automatically installed. 00:45:21 libnorm1 set to automatically installed. 00:45:21 libpgm-5.2-0 set to automatically installed. 00:45:21 libpsl5 set to automatically installed. 00:45:21 librtmp1 set to automatically installed. 00:45:21 libsodium23 set to automatically installed. 00:45:21 libzmq3-dev set to automatically installed. 00:45:21 libzmq5 set to automatically installed. 00:45:21 pkg-config set to automatically installed. 00:45:21 zip set to automatically installed. 00:45:24 snapd is not logged in, snap install commands will use sudo 00:45:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:31 snap "core18" has no updates available 00:45:31 snapd is not logged in, snap install commands will use sudo 00:45:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:46:58 Removing intermediate container bb128a0dd672 00:46:58 ---> 9305155dea3f 00:46:58 00:46:58 Step 10/21 : FROM alpine:3.12 00:46:58 3.12: Pulling from library/alpine 00:46:58 Removing intermediate container 7a6cc5fb1135 00:46:58 ---> 1a05e02424e4 00:46:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:46:59 ---> Running in 515700d16952 00:46:59 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:46:59 Status: Downloaded newer image for alpine:3.12 00:46:59 ---> d10569e2745f 00:46:59 Step 11/21 : RUN apk add --update --no-cache curl 00:46:59 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 00:46:59 Pulling config-common 00:46:59 + snapcraftctl pull 00:46:59 Pulling go-build-helper 00:46:59 + snapcraftctl pull 00:46:59 'edgex-go' has dependencies that need to be staged: go-build-helper 00:46:59 Skipping pull go-build-helper (already ran) 00:46:59 Building go-build-helper 00:46:59 + snapcraftctl build 00:46:59 Staging go-build-helper 00:46:59 + snapcraftctl stage 00:46:59 ---> Running in fee9b30bfe34 00:47:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:03 (1/4) Installing ca-certificates (20191127-r4) 00:47:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:03 (3/4) Installing libcurl (7.69.1-r3) 00:47:03 (4/4) Installing curl (7.69.1-r3) 00:47:03 Executing busybox-1.31.1-r19.trigger 00:47:03 Executing ca-certificates-20191127-r4.trigger 00:47:04 OK: 7 MiB in 18 packages 00:47:07 Removing intermediate container fee9b30bfe34 00:47:07 ---> 60e111c77499 00:47:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:07 ---> Running in a5b647b170d6 00:47:08 Removing intermediate container a5b647b170d6 00:47:08 ---> 5a8d699e93a1 00:47:08 Step 13/21 : WORKDIR /edgex 00:47:08 Removing intermediate container 515700d16952 00:47:08 ---> 33c710a5bde6 00:47:08 00:47:08 Step 11/26 : FROM docker:20.10.0 00:47:08 20.10.0: Pulling from library/docker 00:47:09 ---> Running in b076a793c0c7 00:47:09 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:47:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:47:09 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:47:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 00:47:09 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:47:09 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:47:09 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:47:09 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:47:09 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:47:09 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:47:09 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:47:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 00:47:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:47:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:47:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 00:47:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 00:47:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 00:47:09 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 00:47:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:47:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 00:47:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 00:47:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:47:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:47:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 00:47:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 00:47:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 00:47:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 00:47:09 Fetched 24.1 MB in 0s (0 B/s) 00:47:09 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:47:09 Fetched 224 kB in 0s (0 B/s) 00:47:09 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:47:09 Fetched 157 kB in 0s (0 B/s) 00:47:09 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:47:09 Fetched 221 kB in 0s (0 B/s) 00:47:09 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:47:09 Fetched 143 kB in 0s (0 B/s) 00:47:09 Pulling edgex-go 00:47:09 + snapcraftctl pull 00:47:12 Removing intermediate container b076a793c0c7 00:47:12 ---> 2dc5fc852301 00:47:12 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:14 ---> f025a591980c 00:47:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:17 Removing intermediate container f4126cbed343 00:47:17 ---> 623c0de0139f 00:47:17 00:47:17 Step 10/22 : FROM alpine:3.12 00:47:17 ---> d10569e2745f 00:47:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:47:18 ---> 6d85c1fa3a2b 00:47:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:47:18 ---> Running in 0022199b6be6 00:47:19 Removing intermediate container 83f93597440a 00:47:19 ---> 3a5da6bbfc17 00:47:19 00:47:19 Step 10/22 : FROM alpine:3.12 00:47:19 ---> d10569e2745f 00:47:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:47:19 ---> Running in 2126c8fdc323 00:47:20 ---> 80ba185b335a 00:47:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:20 ---> Running in 69288b7f9dd4 00:47:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:22 (1/1) Installing dumb-init (1.2.2-r1) 00:47:22 Executing busybox-1.31.1-r19.trigger 00:47:22 OK: 5 MiB in 15 packages 00:47:22 Removing intermediate container 69288b7f9dd4 00:47:22 ---> bfc9e6bd0056 00:47:22 Step 18/21 : CMD ["--init=true"] 00:47:22 (1/2) Installing ca-certificates (20191127-r4) 00:47:22 (2/2) Installing dumb-init (1.2.2-r1) 00:47:22 Executing busybox-1.31.1-r19.trigger 00:47:22 Executing ca-certificates-20191127-r4.trigger 00:47:22 OK: 6 MiB in 16 packages 00:47:22 ---> Running in 83bef5952c92 00:47:24 Removing intermediate container 83bef5952c92 00:47:24 ---> d2b12443ae7a 00:47:24 Step 19/21 : LABEL arch=arm64 00:47:24 Removing intermediate container 0022199b6be6 00:47:24 ---> e4f1481a8c6d 00:47:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:24 Removing intermediate container 8245cddc1be9 00:47:24 ---> 30096dd1e21f 00:47:24 00:47:24 Step 10/23 : FROM alpine:3.12 00:47:24 ---> d10569e2745f 00:47:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:24 ---> Using cache 00:47:24 ---> e4f1481a8c6d 00:47:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:24 ---> Running in 1a5ad8156885 00:47:24 ---> Running in 5993edcf2d03 00:47:24 ---> Running in dbaec037e3e2 00:47:25 Removing intermediate container 2126c8fdc323 00:47:25 ---> 51316d646a71 00:47:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:47:25 ---> Running in 9618e6368958 00:47:25 Removing intermediate container 1a5ad8156885 00:47:25 ---> 45c475a5e899 00:47:25 Step 20/21 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:47:25 Removing intermediate container dbaec037e3e2 00:47:25 ---> c87a92efbc11 00:47:25 Step 13/23 : ENV APP_PORT=48081 00:47:25 Removing intermediate container 5993edcf2d03 00:47:25 ---> 46fe4514ae1b 00:47:25 Step 13/22 : ENV APP_PORT=48085 00:47:26 ---> Running in 66b3e24d0c1c 00:47:26 ---> Running in ecaab3f90047 00:47:26 ---> Running in 8a69304bd238 00:47:26 Removing intermediate container 9618e6368958 00:47:26 ---> f0e6bd77ea36 00:47:26 Step 13/22 : ENV APP_PORT=48060 00:47:26 ---> Running in 849306796df9 00:47:26 Removing intermediate container 66b3e24d0c1c 00:47:26 ---> 24e1b83e8c89 00:47:26 Step 21/21 : LABEL version=0.0.0 00:47:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:47:26 Removing intermediate container ecaab3f90047 00:47:26 ---> aebbb8cf1169 00:47:26 Step 14/22 : EXPOSE $APP_PORT 00:47:26 Status: Downloaded newer image for docker:20.10.0 00:47:26 Removing intermediate container 8a69304bd238 00:47:26 ---> d9d957298b0f 00:47:26 Step 14/23 : EXPOSE $APP_PORT 00:47:26 ---> eeaf43b92773 00:47:26 Step 12/26 : RUN apk add --no-cache bash 00:47:26 ---> Running in cb4b1c42b037 00:47:26 ---> Running in 4c21c2247a85 00:47:26 Removing intermediate container 849306796df9 00:47:26 ---> fbf3a42172ce 00:47:26 Step 14/22 : EXPOSE $APP_PORT 00:47:27 ---> Running in 0f5afb7d9ded 00:47:27 ---> Running in 34fef27c2e0c 00:47:27 ---> Running in a1137e2be9e8 00:47:27 Removing intermediate container cb4b1c42b037 00:47:27 ---> 877273b6f1e0 00:47:27 00:47:27 Removing intermediate container 4c21c2247a85 00:47:27 ---> 478ec3827a0b 00:47:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:27 Removing intermediate container a1137e2be9e8 00:47:27 ---> 617dfdc42414 00:47:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:28 Removing intermediate container 34fef27c2e0c 00:47:28 ---> 747d166cc912 00:47:28 Step 15/23 : WORKDIR / 00:47:28 ---> Running in 6d909ff3b526 00:47:28 Successfully built 877273b6f1e0 00:47:28 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:47:28  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 00:47:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:29 ---> c3c6d727ba14 00:47:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:29 ---> 26ecbfe55aa8 00:47:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler /Removing intermediate container 6d909ff3b526 00:47:29 ---> 629351b7dfac 00:47:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:29 00:47:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:30 (1/2) Installing readline (8.0.4-r0) 00:47:30 (2/2) Installing bash (5.0.17-r0) 00:47:31 Executing bash-5.0.17-r0.post-install 00:47:31 Executing busybox-1.31.1-r19.trigger 00:47:31 OK: 12 MiB in 22 packages 00:47:31 ---> a5fd81d1d327 00:47:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:31 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:31 Fetched 0 B in 0s (0 B/s) 00:47:31 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:47:31 Fetched 96.5 kB in 0s (0 B/s) 00:47:31 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:47:31 Fetched 279 kB in 0s (0 B/s) 00:47:31 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:47:31 Fetched 122 kB in 0s (0 B/s) 00:47:31 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:47:31 Fetched 77.8 kB in 0s (0 B/s) 00:47:31 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:47:31 Fetched 8848 B in 0s (0 B/s) 00:47:31 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:47:31 Fetched 47.8 kB in 0s (0 B/s) 00:47:31 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:47:31 Fetched 45.6 kB in 0s (0 B/s) 00:47:31 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:47:31 Fetched 15.0 kB in 0s (0 B/s) 00:47:31 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:47:31 Fetched 214 kB in 0s (0 B/s) 00:47:31 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 00:47:31 Fetched 154 kB in 0s (0 B/s) 00:47:31 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:47:31 Fetched 50.6 kB in 0s (0 B/s) 00:47:31 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:47:31 Fetched 14.8 kB in 0s (0 B/s) 00:47:31 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:47:31 Fetched 41.8 kB in 0s (0 B/s) 00:47:31 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:47:31 Fetched 499 kB in 0s (0 B/s) 00:47:31 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:47:31 Fetched 111 kB in 0s (0 B/s) 00:47:31 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:47:31 Fetched 240 kB in 0s (0 B/s) 00:47:31 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:47:31 Fetched 29.3 kB in 0s (0 B/s) 00:47:31 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:47:31 Fetched 85.5 kB in 0s (0 B/s) 00:47:31 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:47:31 Fetched 24.5 kB in 0s (0 B/s) 00:47:31 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:47:31 Fetched 49.2 kB in 0s (0 B/s) 00:47:31 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:47:31 Fetched 54.2 kB in 0s (0 B/s) 00:47:31 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:47:31 Fetched 30.8 kB in 0s (0 B/s) 00:47:31 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 00:47:31 Fetched 15.8 kB in 0s (0 B/s) 00:47:31 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:47:31 Fetched 85.9 kB in 0s (0 B/s) 00:47:31 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:47:31 Fetched 8720 B in 0s (0 B/s) 00:47:31 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:47:31 Fetched 137 kB in 0s (0 B/s) 00:47:31 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:47:31 Fetched 119 kB in 0s (0 B/s) 00:47:31 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:47:31 Fetched 109 kB in 0s (0 B/s) 00:47:31 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:47:31 Fetched 11.1 kB in 0s (0 B/s) 00:47:31 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:47:31 Fetched 645 kB in 0s (0 B/s) 00:47:31 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:47:31 Fetched 41.3 kB in 0s (0 B/s) 00:47:31 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:47:31 Fetched 17.9 kB in 0s (0 B/s) 00:47:31 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:47:31 Fetched 368 kB in 0s (0 B/s) 00:47:31 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:47:31 Fetched 187 kB in 0s (0 B/s) 00:47:31 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:47:31 Fetched 175 kB in 0s (0 B/s) 00:47:31 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:47:31 Fetched 206 kB in 0s (0 B/s) 00:47:31 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 00:47:31 Fetched 1301 kB in 0s (0 B/s) 00:47:31 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:47:31 Fetched 36.2 kB in 0s (0 B/s) 00:47:31 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:47:31 Fetched 159 kB in 0s (0 B/s) 00:47:31 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:47:31 Fetched 107 kB in 0s (0 B/s) 00:47:31 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:47:31 Fetched 48.7 kB in 0s (0 B/s) 00:47:31 Pulling static-packages 00:47:31 + snapcraftctl pull 00:47:31 Pulling version 00:47:31 + cd /root/project 00:47:31 + [ -f VERSION ] 00:47:31 + PROJECT_VERSION=local-dev 00:47:31 + git rev-parse --short HEAD 00:47:31 + GIT_REVISION=abf1dcca 00:47:31 + snapcraftctl set-version local-dev 00:47:31 ---> 4514e7147fac 00:47:31 ---> bc5fd9ac9cb2 00:47:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:47:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:32 Building config-common 00:47:32 + snapcraftctl build 00:47:33 ---> 6be384e93342 00:47:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:34 Removing intermediate container 0f5afb7d9ded 00:47:34 ---> d57f29926f74 00:47:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:47:34 Skipping build go-build-helper (already ran) 00:47:34 ---> 138eb08d8083 00:47:34 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:47:34 ---> 19296e2d43cf 00:47:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:47:34 Building edgex-go 00:47:34 + cd /root/parts/edgex-go/src 00:47:34 + make build 00:47:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:47:35 ---> Running in 7528fbe5ed3b 00:47:35 ---> f445a7485b7d 00:47:35 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:47:35 ---> Running in fcde13b51a63 00:47:35 ---> Running in 860ce98d6fc2 00:47:35 ---> Running in 31785c156172 00:47:35 Removing intermediate container 7528fbe5ed3b 00:47:35 ---> b38223977db7 00:47:35 Step 14/26 : ENV APP_PORT=48090 00:47:36 ---> Running in 85639ceb68f8 00:47:36 Removing intermediate container 860ce98d6fc2 00:47:36 ---> d6ecd39ad434 00:47:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:36 Removing intermediate container fcde13b51a63 00:47:36 ---> 91778835e088 00:47:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:36 Removing intermediate container 31785c156172 00:47:36 ---> 0df953e9636e 00:47:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:36 ---> Running in 1b289b3ef2c9 00:47:36 ---> Running in e44f952558b3 00:47:36 ---> Running in 59ba2595d46e 00:47:37 Removing intermediate container 85639ceb68f8 00:47:37 ---> 5bc0b6642e21 00:47:37 Step 15/26 : EXPOSE $APP_PORT 00:47:37 go: downloading github.com/gorilla/mux v1.8.0 00:47:37 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 00:47:37 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.51 00:47:37 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:47:37 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 00:47:37 go: downloading github.com/google/uuid v1.2.0 00:47:37 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 00:47:37 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:47:37 go: downloading github.com/go-kit/kit v0.8.0 00:47:37 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:47:37 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:47:37 ---> Running in 6ebe3e94555c 00:47:37 Removing intermediate container 1b289b3ef2c9 00:47:37 ---> 5d7931df0bd5 00:47:37 Step 20/22 : LABEL arch=arm64 00:47:37 go: downloading github.com/go-playground/universal-translator v0.17.0 00:47:37 go: downloading github.com/leodido/go-urn v1.2.0 00:47:37 go: downloading github.com/BurntSushi/toml v0.3.1 00:47:37 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 00:47:37 ---> Running in 3334ee048c24 00:47:37 Removing intermediate container e44f952558b3 00:47:37 ---> c1e46eac0a90 00:47:37 Step 20/22 : LABEL arch=arm64 00:47:37 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 00:47:37 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:47:37 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:47:37 Removing intermediate container 59ba2595d46e 00:47:37 ---> 8227b207acb3 00:47:37 Step 21/23 : LABEL arch=arm64 00:47:37 go: downloading github.com/imdario/mergo v0.3.12 00:47:37 go: downloading github.com/mitchellh/copystructure v1.0.0 00:47:37 go: downloading github.com/pkg/errors v0.8.1 00:47:37 go: downloading github.com/pelletier/go-toml v1.2.0 00:47:37 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:47:37 go: downloading github.com/go-playground/locales v0.13.0 00:47:37 go: downloading github.com/hashicorp/consul/api v1.8.1 00:47:37 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:47:37 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 00:47:37 go: downloading github.com/x448/float16 v0.8.4 00:47:37 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:47:37 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:47:37 go: downloading github.com/pebbe/zmq4 v1.2.5 00:47:37 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:47:37 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:47:37 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:47:38 ---> Running in b9ce7529ef56 00:47:38 Removing intermediate container 6ebe3e94555c 00:47:38 ---> 899b63455c82 00:47:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:47:38 go: downloading github.com/hashicorp/serf v0.9.5 00:47:38 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:47:38 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 00:47:38 go: downloading github.com/gorilla/websocket v1.4.2 00:47:38 go: downloading github.com/fatih/color v1.9.0 00:47:38 go: downloading github.com/mattn/go-isatty v0.0.12 00:47:38 go: downloading github.com/mattn/go-colorable v0.1.6 00:47:38 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 00:47:38 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:47:38 ---> Running in a5c1110bb8f8 00:47:38 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:47:38 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:47:38 Removing intermediate container 3334ee048c24 00:47:38 ---> 7aecd26a2967 00:47:38 Step 21/22 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:47:39 Removing intermediate container b9ce7529ef56 00:47:39 ---> e470fc84a636 00:47:39 Step 21/22 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:47:39 ---> Running in ed2fd06c1e81 00:47:39 Removing intermediate container a5c1110bb8f8 00:47:39 ---> c1082205df26 00:47:39 Step 22/23 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:47:39 ---> Running in 510a72112c64 00:47:40 ---> Running in 4569d53fc86d 00:47:41 Removing intermediate container ed2fd06c1e81 00:47:41 ---> f03c2f0f9a77 00:47:41 Step 22/22 : LABEL version=0.0.0 00:47:41 Removing intermediate container 510a72112c64 00:47:41 ---> bb0f0bcf4019 00:47:41 Step 22/22 : LABEL version=0.0.0 00:47:41 ---> f33f72254849 00:47:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:47:41 ---> Running in e130cb2cd5b5 00:47:41 ---> Running in 1c1e79fc48b5 00:47:41 Removing intermediate container 4569d53fc86d 00:47:41 ---> 215e34121e16 00:47:41 Step 23/23 : LABEL version=0.0.0 00:47:42 ---> Running in 4b05756249de 00:47:42 Removing intermediate container e130cb2cd5b5 00:47:42 ---> 53da2e2355ac 00:47:42 00:47:42 Removing intermediate container 1c1e79fc48b5 00:47:42 ---> b82bfe5bb4b7 00:47:42 00:47:42 ---> b97c021a0d89 00:47:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:47:43 Removing intermediate container 4b05756249de 00:47:43 ---> c4d286f6c74a 00:47:43 00:47:43 Successfully built 53da2e2355ac 00:47:43 Successfully tagged docker-support-scheduler-go-arm64:latest 00:47:43  Building docker-support-scheduler-go ... done Building docker-core-data-go 00:47:43 Successfully built b82bfe5bb4b7 00:47:43 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:43 Building docker-security-secretstore-setup-go 00:47:43  Building docker-support-notifications-go ... done Successfully built c4d286f6c74a 00:47:44 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:44  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 00:47:44 ---> 0bfcb6878d15 00:47:44 Step 19/26 : RUN apk --no-cache add py3-pip 00:47:44 ---> Running in e5ab2dd7c40a 00:47:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:47 (1/33) Installing libbz2 (1.0.8-r1) 00:47:47 (2/33) Installing expat (2.2.9-r1) 00:47:47 (3/33) Installing libffi (3.3-r2) 00:47:47 (4/33) Installing gdbm (1.13-r1) 00:47:47 (5/33) Installing xz-libs (5.2.5-r0) 00:47:47 (6/33) Installing sqlite-libs (3.32.1-r0) 00:47:47 (7/33) Installing python3 (3.8.8-r0) 00:47:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:47:48 go: downloading gopkg.in/yaml.v2 v2.4.0 00:47:52 (8/33) Installing py3-appdirs (1.4.4-r1) 00:47:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:47:52 (10/33) Installing py3-parsing (2.4.7-r0) 00:47:52 (11/33) Installing py3-six (1.15.0-r0) 00:47:52 (12/33) Installing py3-packaging (20.4-r0) 00:47:52 (13/33) Installing py3-setuptools (47.0.0-r0) 00:47:52 (14/33) Installing py3-chardet (3.0.4-r4) 00:47:52 (15/33) Installing py3-idna (2.9-r0) 00:47:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:47:52 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:47:52 (18/33) Installing py3-requests (2.23.0-r0) 00:47:52 (19/33) Installing py3-msgpack (1.0.0-r0) 00:47:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:52 (20/33) Installing py3-lockfile (0.12.2-r3) 00:47:52 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:47:52 (22/33) Installing py3-colorama (0.4.3-r0) 00:47:52 (23/33) Installing py3-distlib (0.3.0-r0) 00:47:52 (24/33) Installing py3-distro (1.5.0-r1) 00:47:52 (25/33) Installing py3-webencodings (0.5.1-r3) 00:47:52 (26/33) Installing py3-html5lib (1.0.1-r4) 00:47:52 (27/33) Installing py3-pytoml (0.1.21-r0) 00:47:52 (28/33) Installing py3-pep517 (0.8.2-r0) 00:47:52 (29/33) Installing py3-progress (1.5-r0) 00:47:52 (30/33) Installing py3-toml (0.10.1-r0) 00:47:52 (31/33) Installing py3-retrying (1.3.3-r0) 00:47:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:47:52 (33/33) Installing py3-pip (20.1.1-r0) 00:47:53 Executing busybox-1.31.1-r19.trigger 00:47:53 OK: 71 MiB in 55 packages 00:47:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:55 ---> ee5b62bccd81 00:47:55 Step 3/23 : WORKDIR /edgex-go 00:47:55 ---> Using cache 00:47:55 ---> 7e3462c4eb73 00:47:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:55 ---> Using cache 00:47:55 ---> 43c54a9b1773 00:47:55 Step 5/23 : RUN apk add --update --no-cache make git 00:47:55 ---> Using cache 00:47:55 ---> 2b78cd4ae1d0 00:47:55 Step 6/23 : COPY go.mod . 00:47:55 ---> Using cache 00:47:55 ---> 491f0bbe9b87 00:47:55 Step 7/23 : RUN go mod download 00:47:55 ---> Using cache 00:47:55 ---> 7609169cc141 00:47:55 Step 8/23 : COPY . . 00:47:55 ---> Using cache 00:47:55 ---> e46d60ed26ee 00:47:55 Step 9/23 : RUN make cmd/core-command/core-command 00:47:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:47:56 go: downloading github.com/stretchr/testify v1.7.0 00:47:56 go: downloading github.com/davecgh/go-spew v1.1.1 00:47:56 go: downloading github.com/pmezard/go-difflib v1.0.0 00:47:56 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:47:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:58 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:47:58 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:48:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:48:00 ---> Running in 364a36064ec3 00:48:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:01 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 00:48:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:48:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:48:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:04 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:48:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:48:06 go: downloading github.com/lib/pq v1.9.0 00:48:07 Removing intermediate container e5ab2dd7c40a 00:48:07 ---> 769868081a00 00:48:07 Step 20/26 : RUN pip install docker-compose==1.23.2 00:48:07 ---> Running in 671bc19dd31f 00:48:07 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:48:07 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:48:07 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:48:07 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:48:07 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:48:07 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:48:07 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:48:07 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:48:07 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:48:07 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:48:07 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:48:07 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:48:07 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:48:08 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:48:08 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:48:08 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:48:08 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:48:08 + 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 00:48:08 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:48:08 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:48:08 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:48:08 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:48:08 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:48:08 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:48:08 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 00:48:11 Building static-packages 00:48:11 + snapcraftctl build 00:48:12 Building version 00:48:12 + snapcraftctl build 00:48:14 Staging config-common 00:48:14 + snapcraftctl stage 00:48:15 Skipping stage go-build-helper (already ran) 00:48:15 Staging edgex-go 00:48:15 + snapcraftctl stage 00:48:16 Staging static-packages 00:48:16 + snapcraftctl stage 00:48:17 Staging version 00:48:17 + snapcraftctl stage 00:48:17 Collecting docker-compose==1.23.2 00:48:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:48:17 Collecting cached-property<2,>=1.2.0 00:48:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:48:18 Priming config-common 00:48:18 + snapcraftctl prime 00:48:18 Collecting websocket-client<1.0,>=0.32.0 00:48:18 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:48:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:48:19 Priming go-build-helper 00:48:19 + snapcraftctl prime 00:48:19 Collecting dockerpty<0.5,>=0.4.1 00:48:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:48:20 Priming edgex-go 00:48:20 + snapcraftctl prime 00:48:21 Priming static-packages 00:48:21 + snapcraftctl prime 00:48:24 Priming version 00:48:24 + snapcraftctl prime 00:48:24 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:48:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:48:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:48:25 Collecting jsonschema<3,>=2.5.1 00:48:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] } [Pipeline] // withEnv 00:48:26 Collecting texttable<0.10,>=0.9.0 00:48:26 Downloading texttable-0.9.1.tar.gz (11 kB) [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:48:30 Collecting docker<4.0,>=3.6.0 00:48:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48:31 Collecting docopt<0.7,>=0.6.1 00:48:31 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:35 Collecting PyYAML<4,>=3.10 00:48:35 Downloading PyYAML-3.13.tar.gz (270 kB) 00:48:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:39 ---> ee5b62bccd81 00:48:39 Step 3/23 : WORKDIR /edgex-go 00:48:39 ---> Using cache 00:48:39 ---> 7e3462c4eb73 00:48:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:39 ---> Using cache 00:48:39 ---> 43c54a9b1773 00:48:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:39 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:39 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:48:39 ---> ee5b62bccd81 00:48:39 Step 3/31 : WORKDIR /edgex-go 00:48:39 ---> Using cache 00:48:39 ---> 7e3462c4eb73 00:48:39 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:39 ---> Using cache 00:48:39 ---> 43c54a9b1773 00:48:39 Step 5/31 : RUN apk add --update --no-cache make git 00:48:39 ---> Using cache 00:48:39 ---> 2b78cd4ae1d0 00:48:39 Step 6/31 : COPY go.mod . 00:48:39 ---> Using cache 00:48:39 ---> 491f0bbe9b87 00:48:39 Step 7/31 : RUN go mod download 00:48:39 ---> Using cache 00:48:39 ---> 7609169cc141 00:48:39 Step 8/31 : COPY . . 00:48:39 ---> Using cache 00:48:39 ---> e46d60ed26ee 00:48:39 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:48:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:48:40 ---> ee5b62bccd81 00:48:40 Step 3/24 : WORKDIR /edgex-go 00:48:40 ---> Using cache 00:48:40 ---> 7e3462c4eb73 00:48:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:40 ---> Using cache 00:48:40 ---> 43c54a9b1773 00:48:40 Step 5/24 : RUN apk add --update --no-cache make git 00:48:40 ---> Using cache 00:48:40 ---> 2b78cd4ae1d0 00:48:40 Step 6/24 : COPY go.mod . 00:48:40 ---> Using cache 00:48:40 ---> 491f0bbe9b87 00:48:40 Step 7/24 : RUN go mod download 00:48:40 ---> Using cache 00:48:40 ---> 7609169cc141 00:48:40 Step 8/24 : COPY . . 00:48:40 ---> Using cache 00:48:40 ---> e46d60ed26ee 00:48:40 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:48:42 Collecting urllib3<1.25,>=1.21.1 00:48:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:48:43 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:48:43 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:48:43 ---> Running in 624841efd088 00:48:43 ---> Running in bc455af21709 00:48:43 ---> Running in 26925ec3cacd 00:48:43 Collecting idna<2.8,>=2.5 00:48:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:48:44 Collecting docker-pycreds>=0.4.0 00:48:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:48:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:48:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:48:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:48:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:48:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:48:45 Installing collected packages: cached-property, websocket-client, dockerpty, urllib3, idna, requests, jsonschema, texttable, docker-pycreds, docker, docopt, PyYAML, docker-compose 00:48:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:48:46 Running setup.py install for dockerpty: started 00:48:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:48 OK: 217 MiB in 51 packages 00:48:50 Running setup.py install for dockerpty: finished with status 'done' 00:48:50 Attempting uninstall: urllib3 00:48:50 Found existing installation: urllib3 1.25.9 00:48:50 Uninstalling urllib3-1.25.9: 00:48:50 Successfully uninstalled urllib3-1.25.9 00:48:50 Removing intermediate container 26925ec3cacd 00:48:50 ---> 985fb8310525 00:48:50 Step 6/23 : COPY go.mod . 00:48:51 Attempting uninstall: idna 00:48:51 Found existing installation: idna 2.9 00:48:51 Uninstalling idna-2.9: 00:48:51 ---> ce09ef92235f 00:48:51 Step 7/23 : RUN go mod download 00:48:51 Successfully uninstalled idna-2.9 00:48:51 ---> Running in 6978ed0ef7aa 00:48:52 Attempting uninstall: requests 00:48:52 Found existing installation: requests 2.23.0 00:48:52 Uninstalling requests-2.23.0: 00:48:53 Successfully uninstalled requests-2.23.0 00:48:54 Running setup.py install for texttable: started 00:48:57 Removing intermediate container 6978ed0ef7aa 00:48:57 ---> 7b7eca12d6a3 00:48:57 Step 8/23 : COPY . . 00:48:59 Running setup.py install for texttable: finished with status 'done' 00:49:00 Running setup.py install for docopt: started 00:49:04 Running setup.py install for docopt: finished with status 'done' 00:49:04 Running setup.py install for PyYAML: started 00:49:09 Running setup.py install for PyYAML: finished with status 'done' 00:49:11 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:49:19 ---> 3708202b81d5 00:49:19 Step 9/23 : RUN make cmd/core-data/core-data 00:49:19 ---> Running in 91ec1aa5551d 00:49:21 Removing intermediate container 671bc19dd31f 00:49:21 ---> 535f8a931eb1 00:49:21 Step 21/26 : RUN apk --no-cache add curl 00:49:21 ---> Running in 912a96ba8c77 00:49:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:49:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:25 (2/3) Installing libcurl (7.69.1-r3) 00:49:25 (3/3) Installing curl (7.69.1-r3) 00:49:25 Executing busybox-1.31.1-r19.trigger 00:49:25 OK: 72 MiB in 58 packages 00:49:27 Removing intermediate container 912a96ba8c77 00:49:27 ---> f6eeb6d9ad27 00:49:27 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:27 ---> Running in 0a743990033c 00:49:28 Removing intermediate container 0a743990033c 00:49:28 ---> 5519f6164461 00:49:28 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:28 ---> Running in b8a0ca9e4ee9 00:49:29 Removing intermediate container b8a0ca9e4ee9 00:49:29 ---> 71ea518512a5 00:49:29 Step 24/26 : LABEL arch=arm64 00:49:29 ---> Running in 70627c49e08c 00:49:30 Removing intermediate container 70627c49e08c 00:49:30 ---> 66670634745d 00:49:30 Step 25/26 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:49:30 ---> Running in c65e918165d4 00:49:31 Removing intermediate container c65e918165d4 00:49:31 ---> ea0b2d9b7d3f 00:49:31 Step 26/26 : LABEL version=0.0.0 00:49:31 ---> Running in 17525dff866c 00:49:32 Removing intermediate container 17525dff866c 00:49:32 ---> a8337689a550 00:49:32 00:49:33 Successfully built a8337689a550 00:49:33 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:49:55  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 364a36064ec3 00:49:55 ---> a217690b9a76 00:49:55 00:49:55 Step 10/23 : FROM alpine:3.12 00:49:55 ---> d10569e2745f 00:49:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:55 ---> Using cache 00:49:55 ---> e4f1481a8c6d 00:49:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:55 ---> Using cache 00:49:55 ---> 46fe4514ae1b 00:49:55 Step 13/23 : ENV APP_PORT=48082 00:49:55 ---> Running in 6ef1124f5dcf 00:49:55 Removing intermediate container 6ef1124f5dcf 00:49:55 ---> 79fd653434cd 00:49:55 Step 14/23 : EXPOSE $APP_PORT 00:49:55 ---> Running in d93a878c4473 00:49:55 Removing intermediate container d93a878c4473 00:49:55 ---> c3bc66d0a45b 00:49:55 Step 15/23 : WORKDIR / 00:49:56 ---> Running in ba2770b36b81 00:49:57 Removing intermediate container ba2770b36b81 00:49:57 ---> 064a43aa0aa8 00:49:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:58 ---> 609ab078dd5e 00:49:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:00 ---> d7c4643237b4 00:50:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:01 ---> 8e8b4891bb9e 00:50:01 Step 19/23 : ENTRYPOINT ["/core-command"] 00:50:01 ---> Running in 6a481916323b 00:50:02 Removing intermediate container 6a481916323b 00:50:02 ---> 3546d19e8504 00:50:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:02 ---> Running in e60c95b34114 00:50:02 Removing intermediate container e60c95b34114 00:50:02 ---> 2cec9f43131d 00:50:02 Step 21/23 : LABEL arch=arm64 00:50:03 ---> Running in 2163fbd3f5b4 00:50:03 Removing intermediate container 2163fbd3f5b4 00:50:03 ---> 6883c26ab13c 00:50:03 Step 22/23 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:50:04 ---> Running in f7d9f4d49bce 00:50:04 Removing intermediate container f7d9f4d49bce 00:50:04 ---> 4b8cf09ec5f4 00:50:04 Step 23/23 : LABEL version=0.0.0 00:50:04 ---> Running in a5ea0d32532d 00:50:05 Removing intermediate container a5ea0d32532d 00:50:05 ---> d37789f246f5 00:50:05 00:50:06 Successfully built d37789f246f5 00:50:06 Successfully tagged docker-core-command-go-arm64:latest 00:50:18  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:50:33 Removing intermediate container 624841efd088 00:50:33 ---> ec8665ff7e39 00:50:33 00:50:33 Step 10/24 : FROM alpine:3.12 00:50:33 ---> d10569e2745f 00:50:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:50:33 ---> Running in d5fa6a9d042a 00:50:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:37 (1/5) Installing ca-certificates (20191127-r4) 00:50:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:50:37 (3/5) Installing libcurl (7.69.1-r3) 00:50:37 (4/5) Installing curl (7.69.1-r3) 00:50:37 (5/5) Installing dumb-init (1.2.2-r1) 00:50:37 Executing busybox-1.31.1-r19.trigger 00:50:37 Executing ca-certificates-20191127-r4.trigger 00:50:37 OK: 7 MiB in 19 packages 00:50:37 Removing intermediate container bc455af21709 00:50:37 ---> 0a634775d5dc 00:50:37 00:50:37 Step 10/31 : FROM alpine:3.12 00:50:37 ---> d10569e2745f 00:50:37 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:50:38 ---> Running in 9daa757da5f9 00:50:39 Removing intermediate container 9daa757da5f9 00:50:39 ---> a058d3bd9735 00:50:39 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:50:39 ---> Running in 7ebf82fa7dab 00:50:40 Removing intermediate container d5fa6a9d042a 00:50:40 ---> 9c909024b09c 00:50:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:40 ---> Running in dbfad8fec906 00:50:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:41 Removing intermediate container dbfad8fec906 00:50:41 ---> f7b633959a9d 00:50:41 Step 13/24 : WORKDIR / 00:50:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:41 ---> Running in f2cb5c97a12f 00:50:42 (1/2) Installing dumb-init (1.2.2-r1) 00:50:42 (2/2) Installing su-exec (0.2-r1) 00:50:42 Executing busybox-1.31.1-r19.trigger 00:50:42 OK: 5 MiB in 16 packages 00:50:42 Removing intermediate container f2cb5c97a12f 00:50:42 ---> 19bb716e7052 00:50:42 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:50:44 ---> 0ef997aedf59 00:50:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:50:44 Removing intermediate container 7ebf82fa7dab 00:50:44 ---> 63f5f974e081 00:50:44 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:50:44 ---> Running in bd287e51dd85 00:50:45 Removing intermediate container bd287e51dd85 00:50:45 ---> e87a89f6619d 00:50:45 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:50:45 ---> 70c6d8a8e9ed 00:50:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:45 ---> Running in ca2f1c087f00 00:50:46 Removing intermediate container ca2f1c087f00 00:50:46 ---> 5544a2ad74a9 00:50:46 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:50:46 ---> Running in 6cac5dd019d0 00:50:46 ---> 95798bd62605 00:50:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:48 ---> 98b41e1695dc 00:50:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:49 Removing intermediate container 6cac5dd019d0 00:50:49 ---> a06797b0d8c9 00:50:49 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:50:49 ---> f1d492493668 00:50:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:49 ---> Running in e9ab6fac9e3c 00:50:50 Removing intermediate container e9ab6fac9e3c 00:50:50 ---> 4a4fd0add890 00:50:50 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:50:50 ---> d450051d71bc 00:50:50 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:50:51 ---> Running in 7dc6329f3d11 00:50:51 ---> 82d9189787d8 00:50:51 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:50:51 ---> Running in 752ac3140bc7 00:50:54 Removing intermediate container 7dc6329f3d11 00:50:54 ---> 69f6801c153f 00:50:54 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:50:54 ---> Running in 86ffb0190556 00:50:55 Removing intermediate container 86ffb0190556 00:50:55 ---> 3b6611325aba 00:50:55 Step 22/24 : LABEL arch=arm64 00:50:55 Removing intermediate container 752ac3140bc7 00:50:55 ---> f54d18614754 00:50:55 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:55 ---> Running in e27151114121 00:50:56 Removing intermediate container e27151114121 00:50:56 ---> 85c904a71a30 00:50:56 Step 23/24 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:50:56 ---> Running in 2c0fcde7a79f 00:50:56 ---> 544e45224724 00:50:56 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:50:57 Removing intermediate container 2c0fcde7a79f 00:50:57 ---> a58ed851aa8d 00:50:57 Step 24/24 : LABEL version=0.0.0 00:50:57 ---> Running in a1ccdb714185 00:50:58 ---> e88eeea730ce 00:50:58 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:50:58 Removing intermediate container a1ccdb714185 00:50:58 ---> df358861279e 00:50:58 00:50:58 Successfully built df358861279e 00:50:58 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:59  Building docker-security-secretstore-setup-go ... done  ---> 2c41ba9ec607 00:50:59 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:51:00 ---> 60944a2dde74 00:51:00 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:51:01 ---> 0bedf33be78b 00:51:01 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:51:02 ---> Running in ddd308c8df26 00:51:02 Removing intermediate container ddd308c8df26 00:51:02 ---> 0b5de0494159 00:51:02 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:51:03 Removing intermediate container 91ec1aa5551d 00:51:03 ---> 088733321103 00:51:03 00:51:03 Step 10/23 : FROM alpine:3.12 00:51:03 ---> d10569e2745f 00:51:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:03 ---> Running in c5ed1aca70ca 00:51:03 ---> f5164060bb3d 00:51:03 Step 26/31 : RUN chmod +x /entrypoint.sh 00:51:04 ---> Running in 539e109bc7cb 00:51:04 Removing intermediate container c5ed1aca70ca 00:51:04 ---> a652d39197d1 00:51:04 Step 12/23 : ENV APP_PORT=48080 00:51:04 ---> Running in 3719b7c0942a 00:51:04 Removing intermediate container 3719b7c0942a 00:51:04 ---> 64f2e88e5f19 00:51:04 Step 13/23 : EXPOSE $APP_PORT 00:51:05 ---> Running in c4acd5279783 00:51:05 Removing intermediate container c4acd5279783 00:51:05 ---> b6b1df155191 00:51:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:05 ---> Running in ae8baa1d6738 00:51:06 Removing intermediate container 539e109bc7cb 00:51:06 ---> b2dd85b271ca 00:51:06 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:51:07 ---> Running in 4f987160ad53 00:51:08 Removing intermediate container 4f987160ad53 00:51:08 ---> eafccbdd5c3d 00:51:08 Step 28/31 : CMD ["gate"] 00:51:08 ---> Running in cd0b127b44de 00:51:08 Removing intermediate container ae8baa1d6738 00:51:08 ---> 52395b880971 00:51:08 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:09 ---> Running in 02435d165582 00:51:09 Removing intermediate container cd0b127b44de 00:51:09 ---> f0ed62f96efd 00:51:09 Step 29/31 : LABEL arch=arm64 00:51:09 ---> Running in db98b0ef5071 00:51:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:10 Removing intermediate container db98b0ef5071 00:51:10 ---> c9d2ca476532 00:51:10 Step 30/31 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:51:10 ---> Running in 415ae7270bf3 00:51:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:11 Removing intermediate container 415ae7270bf3 00:51:11 ---> f58a48d73ca6 00:51:11 Step 31/31 : LABEL version=0.0.0 00:51:11 ---> Running in 2659b04b93ee 00:51:11 (1/6) Installing dumb-init (1.2.2-r1) 00:51:11 (2/6) Installing libgcc (9.3.0-r2) 00:51:12 (3/6) Installing libsodium (1.0.18-r0) 00:51:12 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:12 Removing intermediate container 2659b04b93ee 00:51:12 ---> 7e96af39652c 00:51:12 00:51:12 (5/6) Installing libzmq (4.3.3-r0) 00:51:12 (6/6) Installing zeromq (4.3.3-r0) 00:51:12 Executing busybox-1.31.1-r19.trigger 00:51:12 OK: 8 MiB in 20 packages 00:51:12 Successfully built 7e96af39652c 00:51:12 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:51:14  Building docker-security-bootstrapper-go ... done Removing intermediate container 02435d165582 00:51:14 ---> e601dfe3e591 00:51:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:14 ---> a69b6056436c 00:51:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:16 ---> 7ee3e587792e 00:51:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:17 ---> 781a8d55161e 00:51:17 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:17 ---> Running in 56ee484e0c1f 00:51:17 Removing intermediate container 56ee484e0c1f 00:51:17 ---> 11f5be2b94c9 00:51:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:17 ---> Running in 4687b8157ff2 00:51:18 Removing intermediate container 4687b8157ff2 00:51:18 ---> fa7b8a11cab6 00:51:18 Step 21/23 : LABEL arch=arm64 00:51:18 ---> Running in 26b7124f5547 00:51:19 Removing intermediate container 26b7124f5547 00:51:19 ---> 7991e5077671 00:51:19 Step 22/23 : LABEL git_sha=8210e0cd3d31697cb0e07c31f24c285899732b21 00:51:19 ---> Running in f6abe977dff9 00:51:19 Removing intermediate container f6abe977dff9 00:51:19 ---> 7a3d206e0628 00:51:19 Step 23/23 : LABEL version=0.0.0 00:51:19 ---> Running in a2a2ba16a2ab 00:51:20 Removing intermediate container a2a2ba16a2ab 00:51:20 ---> b26c622d5574 00:51:20 00:51:20 Successfully built b26c622d5574 00:51:20 Successfully tagged docker-core-data-go-arm64:latest 00:51:21  Building docker-core-data-go ... done  [Pipeline] } 00:51:21 $ docker stop --time=1 b79e4c4f552576f4614719728919ea6c1c129320a6c86c9849738bb310b558a6 00:51:23 $ docker rm -f b79e4c4f552576f4614719728919ea6c1c129320a6c86c9849738bb310b558a6 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:24 + docker images 00:51:24 + grep docker 00:51:24 docker-core-data-go-arm64 latest b26c622d5574 4 seconds ago 21.3MB 00:51:24 docker-security-bootstrapper-go-arm64 latest 7e96af39652c 13 seconds ago 17.8MB 00:51:24 docker-security-secretstore-setup-go-arm64 latest df358861279e 27 seconds ago 23.7MB 00:51:24 docker-core-command-go-arm64 latest d37789f246f5 About a minute ago 16.2MB 00:51:24 docker-sys-mgmt-agent-go-arm64 latest a8337689a550 About a minute ago 300MB 00:51:24 docker-support-notifications-go-arm64 latest b82bfe5bb4b7 3 minutes ago 16.9MB 00:51:24 docker-core-metadata-go-arm64 latest c4d286f6c74a 3 minutes ago 17.9MB 00:51:24 docker-support-scheduler-go-arm64 latest 53da2e2355ac 3 minutes ago 16.3MB 00:51:24 docker-security-proxy-setup-go-arm64 latest 877273b6f1e0 3 minutes ago 23.4MB 00:51:24 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:51:25 ---> job-cost.sh 00:51:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6DEp 00:52:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:54:14 lf-activate-venv(): INFO: Adding /tmp/venv-6DEp/bin to PATH 00:54:14 INFO: No Stack... 00:54:15 INFO: Retrieving Pricing Info for: lf-standard-4 00:54:15 INFO: Archiving Costs [Pipeline] sh 00:54:16 + cat /w/workspace/edgex-go/6/archives/cost.csv 00:54:16 + cut -d, -f6 [Pipeline] lock 00:54:16 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3241-6-stack-cost] 00:54:16 Resource [jenkins-edgexfoundry-edgex-go-PR-3241-6-stack-cost] did not exist. Created. 00:54:16 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3241-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:54:16 + echo total: 0.20999999344348907 [Pipeline] stash 00:54:16 Stashed 1 file(s) [Pipeline] } 00:54:16 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3241-6-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 00:54:17 provisioning config files... 00:54:18 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config8784319678411058232tmp [Pipeline] { [Pipeline] sh 00:54:18 + set +x 00:54:18 + curl -s https://codecov.io/bash 00:54:18 + bash -s -- 00:54:18 00:54:18 _____ _ 00:54:18 / ____| | | 00:54:18 | | ___ __| | ___ ___ _____ __ 00:54:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:54:18 | |___| (_) | (_| | __/ (_| (_) \ V / 00:54:18 \_____\___/ \__,_|\___|\___\___/ \_/ 00:54:18 Bash-20210309-2b87ace 00:54:18 00:54:18 00:54:18 ==> git version 2.24.3 found 00:54:18 ==> 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 00:54:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:54:18 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:54:18 ==> Jenkins CI detected. 00:54:18 project root: . 00:54:18 --> token set from env 00:54:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:54:18 ==> Running gcov in . (disable via -X gcov) 00:54:18 ==> Python coveragepy not found 00:54:18 ==> Searching for coverage reports in: 00:54:18 + . 00:54:19 -> Found 1 reports 00:54:19 ==> Detecting git/mercurial file structure 00:54:19 ==> Reading reports 00:54:19 + ./coverage.out bytes=650607 00:54:19 ==> Appending adjustments 00:54:19 https://docs.codecov.io/docs/fixing-reports 00:54:22 + Found adjustments 00:54:22 ==> Gzipping contents 00:54:22 96K /tmp/codecov.mtvg3z.gz 00:54:22 ==> Uploading reports 00:54:22 url: https://codecov.io 00:54:22 query: branch=PR-3241&commit=8210e0cd3d31697cb0e07c31f24c285899732b21&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3241%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3241&job=&cmd_args= 00:54:22 -> Pinging Codecov 00:54:22 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3241&commit=8210e0cd3d31697cb0e07c31f24c285899732b21&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3241%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3241&job=&cmd_args= 00:54:24 -> Uploading to 00:54:24 https://storage.googleapis.com/codecov/v4/raw/2021-03-17/00271124DB129430A58F1EEE437C3FCB/8210e0cd3d31697cb0e07c31f24c285899732b21/b0a7d078-84d9-4b6d-91fe-feae3a7d81b8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210317T005424Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bd9bb573d5908fde7f699baf5058007ce526062068eee7f76ece8908222f286f 00:54:24 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:24 Dload Upload Total Spent Left Speed 00:54:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94828 0 0 100 94828 0 155k --:--:-- --:--:-- --:--:-- 155k 00:54:25 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8210e0cd3d31697cb0e07c31f24c285899732b21 [Pipeline] } 00:54:25 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 00:54:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:27 ---> package-listing.sh 00:54:27 ++ facter osfamily 00:54:27 ++ tr '[:upper:]' '[:lower:]' 00:54:27 + OS_FAMILY=redhat 00:54:27 + workspace=/w/workspace/edgex-go/6 00:54:27 + START_PACKAGES=/tmp/packages_start.txt 00:54:27 + END_PACKAGES=/tmp/packages_end.txt 00:54:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:27 + PACKAGES=/tmp/packages_start.txt 00:54:27 + '[' /w/workspace/edgex-go/6 ']' 00:54:27 + PACKAGES=/tmp/packages_end.txt 00:54:27 + case "${OS_FAMILY}" in 00:54:27 + rpm -qa 00:54:27 + sort 00:54:33 + '[' -f /tmp/packages_start.txt ']' 00:54:33 + '[' -f /tmp/packages_end.txt ']' 00:54:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:33 + '[' /w/workspace/edgex-go/6 ']' 00:54:33 + mkdir -p /w/workspace/edgex-go/6/archives/ 00:54:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 00:54:33 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:54:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:54:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:33 00:54:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:34 alpine: Pulling from edgex-lftools-log-publisher 00:54:34 df20fa9351a1: Pulling fs layer 00:54:34 36b3adc4ff6f: Pulling fs layer 00:54:34 8ad3a11d3b57: Pulling fs layer 00:54:34 46f8f816bc3b: Pulling fs layer 00:54:34 93b61091891f: Pulling fs layer 00:54:34 93b9cdb0e59b: Pulling fs layer 00:54:34 5e14af77c1be: Pulling fs layer 00:54:34 01666e4c0597: Pulling fs layer 00:54:34 aa168da1d23b: Pulling fs layer 00:54:34 46f8f816bc3b: Waiting 00:54:34 93b61091891f: Waiting 00:54:34 93b9cdb0e59b: Waiting 00:54:34 5e14af77c1be: Waiting 00:54:34 aa168da1d23b: Waiting 00:54:34 01666e4c0597: Waiting 00:54:34 36b3adc4ff6f: Verifying Checksum 00:54:34 36b3adc4ff6f: Download complete 00:54:34 46f8f816bc3b: Download complete 00:54:34 df20fa9351a1: Download complete 00:54:34 93b9cdb0e59b: Verifying Checksum 00:54:34 93b9cdb0e59b: Download complete 00:54:34 5e14af77c1be: Verifying Checksum 00:54:34 5e14af77c1be: Download complete 00:54:34 01666e4c0597: Verifying Checksum 00:54:34 01666e4c0597: Download complete 00:54:34 93b61091891f: Verifying Checksum 00:54:34 93b61091891f: Download complete 00:54:34 8ad3a11d3b57: Verifying Checksum 00:54:34 8ad3a11d3b57: Download complete 00:54:34 df20fa9351a1: Pull complete 00:54:35 36b3adc4ff6f: Pull complete 00:54:36 8ad3a11d3b57: Pull complete 00:54:36 46f8f816bc3b: Pull complete 00:54:36 aa168da1d23b: Verifying Checksum 00:54:36 aa168da1d23b: Download complete 00:54:37 93b61091891f: Pull complete 00:54:37 93b9cdb0e59b: Pull complete 00:54:37 5e14af77c1be: Pull complete 00:54:38 01666e4c0597: Pull complete 00:54:48 aa168da1d23b: Pull complete 00:54:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:54:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:48 prd-centos7-docker-4c-2g-30059 does not seem to be running inside a container 00:54:48 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-lftools-log-publisher:alpine cat 00:54:54 $ docker top 41f3b3166d7ea16f329b6150f78e84ee18e45f1382f6f2c0c30d3171480a1fab -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:54 + touch /tmp/pre-build-complete [Pipeline] sh 00:54:54 + mkdir -p /var/log/sa [Pipeline] sh 00:54:55 + ls /var/log/sa-host 00:54:55 + sadf -c /var/log/sa-host/sa17 00:54:55 file_magic: OK 00:54:55 HZ: Using current value: 100 00:54:55 file_header: OK 00:54:55 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:54:55 Statistics: 00:54:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:54:55 File successfully converted to sysstat format version 12.2.1 00:54:55 + sadf -c /var/log/sa-host/sa23 00:54:55 file_magic: OK 00:54:55 HZ: Using current value: 100 00:54:55 file_header: OK 00:54:55 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:54:55 Statistics: 00:54:55 Hnuu...uuuununununu... 00:54:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:55 provisioning config files... 00:54:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config944990961205400762tmp [Pipeline] { [Pipeline] echo 00:54:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:55 ---> create-netrc.sh [Pipeline] } 00:54:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:54:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:56 ---> python-tools-install.sh [Pipeline] echo 00:54:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:56 ---> sudo-logs.sh 00:54:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:54:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:56 ---> job-cost.sh 00:54:56 lf-activate-venv: SKIPPING 00:54:56 DEBUG: total: 0.20999999344348907 00:54:56 INFO: Retrieving Stack Cost... 00:54:58 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:58 INFO: Archiving Costs [Pipeline] echo 00:54:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:59 ---> logs-deploy.sh 00:54:59 lf-activate-venv: SKIPPING 00:54:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3241/6 00:54:59 INFO: archiving workspace using pattern(s): 00:55:01 Archives upload complete. 00:55:01 INFO: archiving logs to Nexus 00:55:02 ---> uname -a: 00:55:02 Linux prd-centos7-docker-4c-2g-30059.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:55:02 00:55:02 00:55:02 ---> lscpu: 00:55:02 Architecture: x86_64 00:55:02 CPU op-mode(s): 32-bit, 64-bit 00:55:02 Byte Order: Little Endian 00:55:02 Address sizes: 40 bits physical, 48 bits virtual 00:55:02 CPU(s): 4 00:55:02 On-line CPU(s) list: 0-3 00:55:02 Thread(s) per core: 1 00:55:02 Core(s) per socket: 1 00:55:02 Socket(s): 4 00:55:02 NUMA node(s): 1 00:55:02 Vendor ID: GenuineIntel 00:55:02 CPU family: 6 00:55:02 Model: 44 00:55:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:55:02 Stepping: 1 00:55:02 CPU MHz: 2933.438 00:55:02 BogoMIPS: 5866.87 00:55:02 Virtualization: VT-x 00:55:02 Hypervisor vendor: KVM 00:55:02 Virtualization type: full 00:55:02 L1d cache: 128 KiB 00:55:02 L1i cache: 128 KiB 00:55:02 L2 cache: 16 MiB 00:55:02 L3 cache: 64 MiB 00:55:02 NUMA node0 CPU(s): 0-3 00:55:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:55:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:55:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:55:02 Vulnerability Meltdown: Mitigation; PTI 00:55:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:55:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:55:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:55:02 Vulnerability Srbds: Not affected 00:55:02 Vulnerability Tsx async abort: Not affected 00:55:02 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:55:02 00:55:02 00:55:02 ---> nproc: 00:55:02 4 00:55:02 00:55:02 00:55:02 ---> df -h: 00:55:02 Filesystem Size Used Available Use% Mounted on 00:55:02 overlay 50.0G 13.0G 37.0G 26% / 00:55:02 tmpfs 64.0M 0 64.0M 0% /dev 00:55:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:55:02 shm 64.0M 0 64.0M 0% /dev/shm 00:55:02 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 00:55:02 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 00:55:02 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 00:55:02 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 00:55:02 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 00:55:02 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 00:55:02 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 00:55:02 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 00:55:02 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/6 00:55:02 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/6@tmp 00:55:02 00:55:02 00:55:02 ---> free -m: 00:55:02 total used free shared buff/cache available 00:55:02 Mem: 1837 717 129 0 990 1038 00:55:02 Swap: 1023 39 984 00:55:02 00:55:02 00:55:02 ---> ip addr: 00:55:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:55:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:55:02 inet 127.0.0.1/8 scope host lo 00:55:02 valid_lft forever preferred_lft forever 00:55:02 inet6 ::1/128 scope host 00:55:02 valid_lft forever preferred_lft forever 00:55:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:55:02 link/ether fa:16:3e:6c:c6:a0 brd ff:ff:ff:ff:ff:ff 00:55:02 inet 10.30.122.200/23 brd 10.30.123.255 scope global dynamic eth0 00:55:02 valid_lft 84868sec preferred_lft 84868sec 00:55:02 inet6 fe80::f816:3eff:fe6c:c6a0/64 scope link 00:55:02 valid_lft forever preferred_lft forever 00:55:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:55:02 link/ether 02:42:46:fb:d9:be brd ff:ff:ff:ff:ff:ff 00:55:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:55:02 valid_lft forever preferred_lft forever 00:55:02 inet6 fe80::42:46ff:fefb:d9be/64 scope link 00:55:02 valid_lft forever preferred_lft forever 00:55:02 00:55:02 00:55:02 ---> sar -b -r -n DEV: 00:55:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/17/21 _x86_64_ (4 CPU) 00:55:02 00:55:02 00:29:19 LINUX RESTART (4 CPU) 00:55:02 00:55:02 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:55:02 00:31:01 139.59 55.07 84.53 0.00 8734.79 32644.70 0.00 00:55:02 00:32:01 239.17 64.04 175.13 0.00 2768.19 38424.96 0.00 00:55:02 00:33:01 186.25 90.26 95.99 0.00 3187.89 10709.20 0.00 00:55:02 00:34:01 130.44 71.35 59.09 0.00 3483.35 4600.32 0.00 00:55:02 00:35:01 166.19 35.94 130.25 0.00 8574.71 60225.26 0.00 00:55:02 00:36:02 2135.07 1799.29 335.77 0.00 162265.33 193428.90 0.00 00:55:02 00:37:01 1461.20 1230.79 230.40 0.00 73078.92 81496.30 0.00 00:55:02 00:38:02 1333.45 975.46 357.99 0.00 75808.06 136193.53 0.00 00:55:02 00:39:01 2888.04 2544.43 343.62 0.00 135110.41 141980.87 0.00 00:55:02 00:40:01 284.51 73.08 211.43 0.00 8893.18 27923.54 0.00 00:55:02 00:41:01 4.16 0.03 4.13 0.00 0.67 138.46 0.00 00:55:02 00:42:01 0.23 0.02 0.22 0.00 0.13 2.58 0.00 00:55:02 00:43:01 0.22 0.02 0.20 0.00 0.27 1.93 0.00 00:55:02 00:44:01 0.28 0.00 0.28 0.00 0.00 3.26 0.00 00:55:02 00:45:01 2.45 1.63 0.82 0.00 51.55 15.38 0.00 00:55:02 00:46:01 0.30 0.02 0.28 0.00 0.53 3.45 0.00 00:55:02 00:47:01 0.27 0.00 0.27 0.00 0.00 2.78 0.00 00:55:02 00:48:01 0.25 0.00 0.25 0.00 0.00 3.66 0.00 00:55:02 00:49:01 0.25 0.02 0.23 0.00 0.53 3.03 0.00 00:55:02 00:50:02 0.20 0.00 0.20 0.00 0.00 1.65 0.00 00:55:02 00:51:01 0.25 0.02 0.24 0.00 0.54 2.83 0.00 00:55:02 00:52:01 0.25 0.00 0.25 0.00 0.00 3.18 0.00 00:55:02 00:53:01 0.32 0.00 0.32 0.00 0.00 3.68 0.00 00:55:02 00:54:01 0.28 0.02 0.27 0.00 0.53 2.55 0.00 00:55:02 Average: 373.38 288.73 84.65 0.00 20097.15 30360.63 0.00 00:55:02 00:55:02 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:55:02 00:31:01 73404 0 629720 33.47 2596 1175824 1297224 44.27 687560 905084 63488 00:55:02 00:32:01 361136 0 661648 35.17 1220 857540 1091568 37.25 424532 817484 20 00:55:02 00:33:01 211468 0 807504 42.92 760 861812 1747956 59.65 679172 703164 52088 00:55:02 00:34:01 263964 0 717692 38.14 760 899128 1362648 46.50 550616 768620 41952 00:55:02 00:35:01 78720 0 689608 36.65 232 1112984 1240388 42.33 715680 819588 74420 00:55:02 00:36:02 68660 0 815948 43.37 4 996932 2320256 79.19 770128 817484 25652 00:55:02 00:37:01 355180 0 928580 49.35 4 597780 3162284 107.92 556856 692228 0 00:55:02 00:38:02 210948 0 696568 37.02 4 974024 1512492 51.62 616444 831684 0 00:55:02 00:39:01 172384 0 1025520 54.50 4 683636 4051456 138.27 752344 672820 6540 00:55:02 00:40:01 356612 0 641300 34.08 4 883628 1211480 41.35 558276 707084 20 00:55:02 00:41:01 363748 0 633972 33.69 4 883820 1160652 39.61 553152 706572 12 00:55:02 00:42:01 364120 0 633588 33.67 4 883832 1160688 39.61 553416 706524 8 00:55:02 00:43:01 364168 0 633540 33.67 4 883832 1160664 39.61 553396 706524 8 00:55:02 00:44:01 365088 0 632604 33.62 4 883848 1152428 39.33 552560 706440 12 00:55:02 00:45:01 363640 0 633164 33.65 4 884736 1152488 39.33 552692 707276 8 00:55:02 00:46:01 363940 0 632868 33.64 4 884732 1152428 39.33 552624 707276 8 00:55:02 00:47:01 363892 0 632896 33.64 4 884752 1152428 39.33 552752 707292 8 00:55:02 00:48:01 363824 0 632960 33.64 4 884756 1152428 39.33 552632 707292 8 00:55:02 00:49:01 363620 0 633152 33.65 4 884768 1152428 39.33 552640 707308 8 00:55:02 00:50:02 363464 0 633304 33.66 4 884772 1152500 39.33 552724 707308 12 00:55:02 00:51:01 363884 0 632888 33.64 4 884768 1152476 39.33 552852 707308 12 00:55:02 00:52:01 363636 0 633112 33.65 4 884792 1152428 39.33 552780 707324 12 00:55:02 00:53:01 363424 0 633316 33.66 4 884800 1152548 39.33 553180 707324 8 00:55:02 00:54:01 363748 0 632928 33.64 4 884864 1152536 39.33 553048 707356 28 00:55:02 Average: 301945 0 686599 36.49 235 892765 1464870 49.99 585502 734765 11014 00:55:02 00:55:02 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:55:02 00:31:01 eth0 1432.64 1309.23 6657.43 166.10 0.00 0.00 0.00 0.00 00:55:02 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:31:01 docker0 843.77 826.27 69.61 2688.58 0.00 0.00 0.00 0.00 00:55:02 00:32:01 eth0 238.87 197.90 1409.96 23.87 0.00 0.00 0.00 0.00 00:55:02 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:32:01 docker0 153.87 174.47 10.88 843.48 0.00 0.00 0.00 0.00 00:55:02 00:33:01 eth0 51.75 36.08 34.60 54.85 0.00 0.00 0.00 0.00 00:55:02 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:33:01 vethdc31ad8 0.52 0.65 0.04 0.06 0.00 0.00 0.00 0.00 00:55:02 00:33:01 docker0 0.52 0.52 0.04 0.05 0.00 0.00 0.00 0.00 00:55:02 00:34:01 eth0 41.64 32.42 18.24 52.43 0.00 0.00 0.00 0.00 00:55:02 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:34:01 vethdc31ad8 1.73 1.73 0.14 0.14 0.00 0.00 0.00 0.00 00:55:02 00:34:01 docker0 1.73 1.73 0.11 0.14 0.00 0.00 0.00 0.00 00:55:02 00:35:01 eth0 235.94 195.79 1699.70 59.64 0.00 0.00 0.00 0.00 00:55:02 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:35:01 veth9c197b0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:55:02 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:36:02 eth0 49.42 22.71 162.78 9.25 0.00 0.00 0.00 0.00 00:55:02 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:36:02 veth9c197b0 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 00:55:02 00:36:02 docker0 11.82 27.91 0.62 145.05 0.00 0.00 0.00 0.00 00:55:02 00:37:01 vetha9ec0bd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:02 00:37:01 eth0 19.28 12.59 11.68 44.50 0.00 0.00 0.00 0.00 00:55:02 00:37:01 vethb1c72e2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:02 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:38:02 vethdcbf9d1 27.44 38.36 1.85 293.58 0.00 0.00 0.00 0.00 00:55:02 00:38:02 vethe37f1aa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:38:02 vethf084258 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:38:02 eth0 214.83 161.12 1731.38 66.83 0.00 0.00 0.00 0.00 00:55:02 00:39:01 veth32fbc85 6.31 6.21 0.68 18.40 0.00 0.00 0.00 0.00 00:55:02 00:39:01 vethd8824e6 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:55:02 00:39:01 veth3bc6f47 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:55:02 00:39:01 eth0 68.76 43.40 150.92 54.18 0.00 0.00 0.00 0.00 00:55:02 00:40:01 eth0 75.61 48.47 176.15 54.35 0.00 0.00 0.00 0.00 00:55:02 00:40:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:55:02 00:40:01 docker0 1076.77 1135.62 85.11 4368.63 0.00 0.00 0.00 0.00 00:55:02 00:41:01 eth0 1.02 0.33 0.32 0.21 0.00 0.00 0.00 0.00 00:55:02 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:42:01 eth0 1.20 0.33 0.34 0.20 0.00 0.00 0.00 0.00 00:55:02 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:43:01 eth0 1.25 0.58 0.57 0.37 0.00 0.00 0.00 0.00 00:55:02 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:44:01 eth0 0.17 0.08 0.01 0.04 0.00 0.00 0.00 0.00 00:55:02 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:45:01 eth0 0.25 0.15 0.14 0.07 0.00 0.00 0.00 0.00 00:55:02 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:46:01 eth0 0.85 0.05 0.07 0.00 0.00 0.00 0.00 0.00 00:55:02 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:55:02 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:48:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:49:01 eth0 0.65 0.07 0.06 0.01 0.00 0.00 0.00 0.00 00:55:02 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:50:02 eth0 1.00 0.12 0.13 0.07 0.00 0.00 0.00 0.00 00:55:02 00:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:51:01 eth0 0.85 0.17 0.13 0.01 0.00 0.00 0.00 0.00 00:55:02 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:52:01 eth0 0.72 0.03 0.07 0.00 0.00 0.00 0.00 0.00 00:55:02 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:53:01 eth0 0.98 0.35 0.29 0.20 0.00 0.00 0.00 0.00 00:55:02 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:54:01 eth0 1.48 0.25 0.37 0.20 0.00 0.00 0.00 0.00 00:55:02 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 Average: eth0 101.74 86.02 502.91 24.48 0.00 0.00 0.00 0.00 00:55:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:02 Average: docker0 44.96 47.42 3.55 182.42 0.00 0.00 0.00 0.00 00:55:02 00:55:02 00:55:02 ---> sar -P ALL: 00:55:02 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/17/21 _x86_64_ (4 CPU) 00:55:02 00:55:02 00:29:19 LINUX RESTART (4 CPU) 00:55:02 00:55:02 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:55:02 00:31:01 all 15.41 0.00 7.92 1.93 0.25 74.50 00:55:02 00:31:01 0 14.30 0.00 8.83 0.99 0.26 75.63 00:55:02 00:31:01 1 12.11 0.00 7.00 2.22 0.19 78.47 00:55:02 00:31:01 2 18.62 0.00 7.79 2.04 0.22 71.32 00:55:02 00:31:01 3 16.60 0.00 8.08 2.46 0.31 72.55 00:55:02 00:32:01 all 9.26 0.00 7.90 5.43 0.13 77.26 00:55:02 00:32:01 0 9.11 0.00 8.08 4.22 0.14 78.45 00:55:02 00:32:01 1 9.41 0.00 8.10 6.02 0.10 76.37 00:55:02 00:32:01 2 9.45 0.00 7.61 5.39 0.16 77.39 00:55:02 00:32:01 3 9.08 0.00 7.83 6.10 0.14 76.86 00:55:02 00:33:01 all 55.33 0.00 13.86 4.69 0.31 25.81 00:55:02 00:33:01 0 54.21 0.00 13.79 2.77 0.23 29.00 00:55:02 00:33:01 1 56.50 0.00 13.20 5.03 0.25 25.02 00:55:02 00:33:01 2 54.77 0.00 13.62 6.65 0.39 24.57 00:55:02 00:33:01 3 55.85 0.00 14.82 4.29 0.37 24.68 00:55:02 00:34:01 all 43.09 0.00 13.35 3.41 0.24 39.91 00:55:02 00:34:01 0 42.20 0.00 13.14 3.52 0.18 40.96 00:55:02 00:34:01 1 43.30 0.00 13.41 4.23 0.26 38.79 00:55:02 00:34:01 2 43.45 0.00 13.16 3.10 0.25 40.05 00:55:02 00:34:01 3 43.40 0.00 13.70 2.80 0.28 39.82 00:55:02 00:35:01 all 24.69 0.00 13.07 3.95 0.38 57.91 00:55:02 00:35:01 0 25.63 0.00 12.99 2.90 0.33 58.14 00:55:02 00:35:01 1 23.53 0.00 13.33 4.40 0.38 58.36 00:55:02 00:35:01 2 25.13 0.00 12.70 2.99 0.40 58.77 00:55:02 00:35:01 3 24.48 0.00 13.25 5.49 0.42 56.36 00:55:02 00:36:02 all 22.14 0.00 32.78 18.26 0.70 26.12 00:55:02 00:36:02 0 21.62 0.00 31.49 21.33 0.77 24.79 00:55:02 00:36:02 1 22.64 0.00 32.26 16.58 0.77 27.75 00:55:02 00:36:02 2 21.68 0.00 33.13 17.11 0.71 27.38 00:55:02 00:36:02 3 22.63 0.00 34.26 18.02 0.56 24.53 00:55:02 00:37:01 all 59.03 0.00 21.74 12.09 0.36 6.78 00:55:02 00:37:01 0 58.50 0.00 21.59 12.27 0.35 7.31 00:55:02 00:37:01 1 59.23 0.00 21.76 12.76 0.38 5.88 00:55:02 00:37:01 2 59.15 0.00 21.49 12.98 0.42 5.96 00:55:02 00:37:01 3 59.25 0.00 22.11 10.31 0.31 8.01 00:55:02 00:38:02 all 24.84 0.00 23.09 23.17 0.72 28.19 00:55:02 00:38:02 0 24.25 0.00 22.63 22.59 0.81 29.71 00:55:02 00:38:02 1 24.78 0.00 24.31 25.42 0.67 24.82 00:55:02 00:38:02 2 25.26 0.00 24.22 22.21 0.74 27.57 00:55:02 00:38:02 3 25.07 0.00 21.16 22.44 0.66 30.67 00:55:02 00:39:01 all 21.44 0.00 25.17 30.45 0.80 22.14 00:55:02 00:39:01 0 21.37 0.00 25.84 31.60 0.78 20.41 00:55:02 00:39:01 1 21.93 0.00 24.79 29.06 0.90 23.31 00:55:02 00:39:01 2 21.38 0.00 26.39 31.57 0.78 19.87 00:55:02 00:39:01 3 21.08 0.00 23.64 29.58 0.71 24.98 00:55:02 00:40:01 all 42.34 0.00 13.01 8.67 0.17 35.81 00:55:02 00:40:01 0 42.29 0.00 13.33 8.02 0.16 36.19 00:55:02 00:40:01 1 42.95 0.00 13.54 10.89 0.16 32.46 00:55:02 00:40:01 2 42.23 0.00 13.18 9.48 0.18 34.93 00:55:02 00:40:01 3 41.89 0.00 11.97 6.27 0.19 39.69 00:55:02 00:41:01 all 0.17 0.00 0.07 0.00 0.00 99.76 00:55:02 00:41:01 0 0.53 0.00 0.05 0.00 0.00 99.42 00:55:02 00:41:01 1 0.03 0.00 0.07 0.00 0.00 99.90 00:55:02 00:41:01 2 0.03 0.00 0.12 0.02 0.00 99.83 00:55:02 00:41:01 3 0.07 0.00 0.05 0.00 0.00 99.88 00:55:02 00:55:02 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:55:02 00:42:01 all 0.19 0.00 0.14 0.00 0.01 99.66 00:55:02 00:42:01 0 0.57 0.00 0.13 0.00 0.03 99.27 00:55:02 00:42:01 1 0.05 0.00 0.12 0.00 0.00 99.83 00:55:02 00:42:01 2 0.07 0.00 0.15 0.00 0.02 99.77 00:55:02 00:42:01 3 0.07 0.00 0.17 0.00 0.00 99.77 00:55:02 00:43:01 all 0.15 0.00 0.04 0.00 0.00 99.80 00:55:02 00:43:01 0 0.52 0.00 0.03 0.00 0.00 99.45 00:55:02 00:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:55:02 00:43:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:55:02 00:43:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:55:02 00:44:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:55:02 00:44:01 0 0.52 0.00 0.02 0.00 0.00 99.47 00:55:02 00:44:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:55:02 00:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:55:02 00:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:55:02 00:45:01 all 0.16 0.00 0.06 0.02 0.00 99.75 00:55:02 00:45:01 0 0.52 0.00 0.02 0.00 0.00 99.47 00:55:02 00:45:01 1 0.05 0.00 0.07 0.02 0.00 99.87 00:55:02 00:45:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:55:02 00:45:01 3 0.05 0.00 0.12 0.07 0.00 99.77 00:55:02 00:46:01 all 0.09 0.00 0.03 0.00 0.00 99.87 00:55:02 00:46:01 0 0.27 0.00 0.05 0.00 0.00 99.68 00:55:02 00:46:01 1 0.05 0.00 0.03 0.00 0.02 99.90 00:55:02 00:46:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:55:02 00:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:02 00:47:01 all 0.10 0.00 0.03 0.00 0.00 99.87 00:55:02 00:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:55:02 00:47:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:55:02 00:47:01 2 0.25 0.00 0.02 0.00 0.00 99.73 00:55:02 00:47:01 3 0.07 0.00 0.03 0.00 0.00 99.90 00:55:02 00:48:01 all 0.13 0.00 0.03 0.00 0.00 99.83 00:55:02 00:48:01 0 0.00 0.00 0.03 0.00 0.00 99.97 00:55:02 00:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:55:02 00:48:01 2 0.50 0.00 0.05 0.00 0.00 99.45 00:55:02 00:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:55:02 00:49:01 all 0.17 0.00 0.03 0.00 0.00 99.80 00:55:02 00:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:55:02 00:49:01 1 0.07 0.00 0.03 0.00 0.00 99.90 00:55:02 00:49:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:55:02 00:49:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:55:02 00:50:02 all 0.16 0.00 0.03 0.00 0.00 99.80 00:55:02 00:50:02 0 0.03 0.00 0.03 0.00 0.00 99.93 00:55:02 00:50:02 1 0.30 0.00 0.03 0.00 0.00 99.67 00:55:02 00:50:02 2 0.28 0.00 0.03 0.00 0.00 99.68 00:55:02 00:50:02 3 0.03 0.00 0.03 0.00 0.00 99.93 00:55:02 00:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:55:02 00:51:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:55:02 00:51:01 1 0.53 0.00 0.02 0.00 0.00 99.46 00:55:02 00:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:55:02 00:51:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:55:02 00:52:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:55:02 00:52:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:55:02 00:52:01 1 0.53 0.00 0.03 0.00 0.00 99.43 00:55:02 00:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:55:02 00:52:01 3 0.05 0.00 0.07 0.00 0.00 99.88 00:55:02 00:55:02 00:52:01 CPU %user %nice %system %iowait %steal %idle 00:55:02 00:53:01 all 0.13 0.00 0.04 0.00 0.00 99.83 00:55:02 00:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:55:02 00:53:01 1 0.28 0.00 0.05 0.00 0.00 99.67 00:55:02 00:53:01 2 0.20 0.00 0.05 0.00 0.02 99.73 00:55:02 00:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:55:02 00:54:01 all 0.03 0.00 0.03 0.00 0.00 99.93 00:55:02 00:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:55:02 00:54:01 1 0.05 0.00 0.07 0.02 0.02 99.85 00:55:02 00:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:55:02 00:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:55:02 Average: all 12.84 0.00 6.91 4.47 0.16 75.62 00:55:02 Average: 0 12.72 0.00 6.90 4.40 0.16 75.82 00:55:02 Average: 1 12.82 0.00 6.92 4.67 0.16 75.42 00:55:02 Average: 2 13.00 0.00 6.98 4.53 0.17 75.32 00:55:02 Average: 3 12.81 0.00 6.84 4.28 0.16 75.91 00:55:02 00:55:02 00:55:02