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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at f2bd0815c0e73667d07e5744b61daa5be38d8f92 rather than 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb Obtained Jenkinsfile from f2bd0815c0e73667d07e5744b61daa5be38d8f92 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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-32364 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb Merge succeeded, producing 052cd7c14e3190f215230ff24c191390607f6c86 Checking out Revision 052cd7c14e3190f215230ff24c191390607f6c86 (PR-3327) > git config core.sparsecheckout # timeout=10 > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # 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 f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 052cd7c14e3190f215230ff24c191390607f6c86 # timeout=10 Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" > git rev-list --no-walk 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:35 ========================================================= 00:30:35 EdgeX Global Pipelines Version Info 00:30:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:36 ------------------- 00:30:36 stable info: 00:30:36 ------------------- 00:30:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:36 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 00:30:36 Message: update stable to v1.0.186 00:30:37 ------------------- 00:30:37 experimental info: 00:30:37 ------------------- 00:30:37 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:37 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 00:30:37 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3327 [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3327 [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3327 [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 052cd7c14e3190f215230ff24c191390607f6c86 [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 052cd7c [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:41 provisioning config files... 00:30:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7142375187884707946tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:41 ---> docker-login.sh 00:30:41 nexus3.edgexfoundry.org:10001 00:30:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:41 Configure a credential helper to remove this warning. See 00:30:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:41 00:30:41 Login Succeeded 00:30:41 nexus3.edgexfoundry.org:10002 00:30:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:41 Configure a credential helper to remove this warning. See 00:30:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:41 00:30:41 Login Succeeded 00:30:41 nexus3.edgexfoundry.org:10003 00:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:42 Configure a credential helper to remove this warning. See 00:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:42 00:30:42 Login Succeeded 00:30:42 nexus3.edgexfoundry.org:10004 00:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:42 Configure a credential helper to remove this warning. See 00:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:42 00:30:42 Login Succeeded 00:30:42 docker.io 00:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:42 Configure a credential helper to remove this warning. See 00:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:42 00:30:42 Login Succeeded 00:30:42 ---> docker-login.sh ends [Pipeline] } 00:30:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:43 ++ 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:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/core-command/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo core-command,cmd/core-command/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/core-data/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo core-data,cmd/core-data/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/core-metadata/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/support-notifications/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/support-scheduler/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:43 + for file in '`ls cmd/**/Dockerfile`' 00:30:43 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:43 ++ cut -d/ -f2 00:30:43 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:43 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:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:44 00:30:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:44 latest: Pulling from edgex-devops/git-semver 00:30:44 31603596830f: Pulling fs layer 00:30:44 2a8b12db71e7: Pulling fs layer 00:30:44 6ca5941a6612: Pulling fs layer 00:30:44 ecc8261a40a4: Pulling fs layer 00:30:44 ecc8261a40a4: Waiting 00:30:44 2a8b12db71e7: Verifying Checksum 00:30:44 2a8b12db71e7: Download complete 00:30:44 31603596830f: Verifying Checksum 00:30:44 31603596830f: Download complete 00:30:44 ecc8261a40a4: Verifying Checksum 00:30:44 ecc8261a40a4: Download complete 00:30:44 6ca5941a6612: Verifying Checksum 00:30:44 6ca5941a6612: Download complete 00:30:45 31603596830f: Pull complete 00:30:45 2a8b12db71e7: Pull complete 00:30:46 6ca5941a6612: Pull complete 00:30:46 ecc8261a40a4: Pull complete 00:30:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:46 prd-centos7-docker-4c-2g-32364 does not seem to be running inside a container 00:30:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:49 $ docker top f1ccc6c301ec59a7b40dc680e0100aaca93cb993b15f203869cb7eb81c34b9c6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:49 [ssh-agent] Looking for ssh-agent implementation... 00:30:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:49 $ docker exec f1ccc6c301ec59a7b40dc680e0100aaca93cb993b15f203869cb7eb81c34b9c6 ssh-agent 00:30:49 SSH_AUTH_SOCK=/tmp/ssh-TyvV9slomIbX/agent.12 00:30:49 SSH_AGENT_PID=17 00:30:49 Running ssh-add (command line suppressed) 00:30:50 Identity added: /w/workspace/edgex-go/5@tmp/private_key_765795656122631792.key (/w/workspace/edgex-go/5@tmp/private_key_765795656122631792.key) 00:30:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:50 + git tag --points-at HEAD [Pipeline] } 00:30:50 $ docker exec --env ******** --env ******** f1ccc6c301ec59a7b40dc680e0100aaca93cb993b15f203869cb7eb81c34b9c6 ssh-agent -k 00:30:50 unset SSH_AUTH_SOCK; 00:30:50 unset SSH_AGENT_PID; 00:30:50 echo Agent pid 17 killed; 00:30:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:50 [ssh-agent] Looking for ssh-agent implementation... 00:30:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:51 $ docker exec f1ccc6c301ec59a7b40dc680e0100aaca93cb993b15f203869cb7eb81c34b9c6 ssh-agent 00:30:51 SSH_AUTH_SOCK=/tmp/ssh-Q0UhKuARZ6P4/agent.47 00:30:51 SSH_AGENT_PID=53 00:30:51 Running ssh-add (command line suppressed) 00:30:51 Identity added: /w/workspace/edgex-go/5@tmp/private_key_1040882378248965150.key (/w/workspace/edgex-go/5@tmp/private_key_1040882378248965150.key) 00:30:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:51 + git semver init 00:30:51 # -> Open(): unable to determine branch for HEAD 00:30:51 # $GIT_DIR = /w/workspace/edgex-go/5/.git 00:30:51 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 00:30:51 # $SEMVER_REMOTE_NAME = origin 00:30:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:51 # $SEMVER_USER_NAME = edgex-jenkins 00:30:51 # $SEMVER_BRANCH = PR-3327 00:30:51 # $SEMVER_TEMP = /tmp/semver-032910545 00:30:51 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:10 # '/tmp/semver-032910545' -> '/w/workspace/edgex-go/5/.semver' 00:31:10 # -> Force: false 00:31:10 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 00:31:10 $ docker exec --env ******** --env ******** f1ccc6c301ec59a7b40dc680e0100aaca93cb993b15f203869cb7eb81c34b9c6 ssh-agent -k 00:31:10 unset SSH_AUTH_SOCK; 00:31:10 unset SSH_AGENT_PID; 00:31:10 echo Agent pid 53 killed; 00:31:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:11 + git semver [Pipeline] } 00:31:11 $ docker stop --time=1 f1ccc6c301ec59a7b40dc680e0100aaca93cb993b15f203869cb7eb81c34b9c6 00:31:12 $ docker rm -f f1ccc6c301ec59a7b40dc680e0100aaca93cb993b15f203869cb7eb81c34b9c6 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:14 Stashed 1 file(s) [Pipeline] echo 00:31:14 [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:31:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:15 + sudo service docker restart 00:31:15 + true 00:31:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:16 ========================================================= 00:31:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:16 + 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:31:20 Sending build context to Docker daemon 329MB 00:31:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:20 Step 2/6 : FROM ${BASE} 00:31:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:20 188c0c94c7c5: Pulling fs layer 00:31:20 0ef7d3d256c8: Pulling fs layer 00:31:20 de9db76c5a1d: Pulling fs layer 00:31:20 bca2f99d35d6: Pulling fs layer 00:31:20 93359f2a8cfa: Pulling fs layer 00:31:20 7c6f9722023f: Pulling fs layer 00:31:20 a35cf1a2eb13: Pulling fs layer 00:31:20 93359f2a8cfa: Waiting 00:31:20 7c6f9722023f: Waiting 00:31:20 a35cf1a2eb13: Waiting 00:31:20 bca2f99d35d6: Waiting 00:31:20 de9db76c5a1d: Verifying Checksum 00:31:20 de9db76c5a1d: Download complete 00:31:20 0ef7d3d256c8: Verifying Checksum 00:31:20 0ef7d3d256c8: Download complete 00:31:20 93359f2a8cfa: Download complete 00:31:20 7c6f9722023f: Download complete 00:31:20 188c0c94c7c5: Verifying Checksum 00:31:20 188c0c94c7c5: Download complete 00:31:21 188c0c94c7c5: Pull complete 00:31:21 0ef7d3d256c8: Pull complete 00:31:21 de9db76c5a1d: Pull complete 00:31:23 a35cf1a2eb13: Verifying Checksum 00:31:23 a35cf1a2eb13: Download complete 00:31:23 bca2f99d35d6: Verifying Checksum 00:31:23 bca2f99d35d6: Download complete 00:31:29 Still waiting to schedule task 00:31:29 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:31:30 bca2f99d35d6: Pull complete 00:31:30 93359f2a8cfa: Pull complete 00:31:30 7c6f9722023f: Pull complete 00:31:35 a35cf1a2eb13: Pull complete 00:31:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:35 ---> a62c8e92a672 00:31:35 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:35 ---> Running in 1b36fbdbc6d4 00:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:37 (1/12) Installing libmagic (5.38-r0) 00:31:37 (2/12) Installing file (5.38-r0) 00:31:38 (3/12) Installing libc-dev (0.7.2-r3) 00:31:38 (4/12) Installing g++ (9.3.0-r2) 00:31:42 (5/12) Installing fortify-headers (1.1-r0) 00:31:42 (6/12) Installing patch (2.7.6-r6) 00:31:42 (7/12) Installing build-base (0.5-r2) 00:31:42 (8/12) Installing libsodium (1.0.18-r0) 00:31:42 (9/12) Installing pkgconf (1.7.2-r0) 00:31:42 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:42 (11/12) Installing libzmq (4.3.3-r0) 00:31:42 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:43 Executing busybox-1.31.1-r19.trigger 00:31:43 OK: 233 MiB in 51 packages 00:31:46 Removing intermediate container 1b36fbdbc6d4 00:31:46 ---> 31d9d836185a 00:31:46 Step 4/6 : WORKDIR /edgex-go 00:31:46 ---> Running in 1beefe2abdd6 00:31:46 Removing intermediate container 1beefe2abdd6 00:31:46 ---> eed4b78be70a 00:31:46 Step 5/6 : COPY go.mod . 00:31:47 ---> f3d503cd4fbf 00:31:47 Step 6/6 : RUN go mod download 00:31:47 ---> Running in a64b9c6145c6 00:32:13 Removing intermediate container a64b9c6145c6 00:32:13 ---> d7e482c84456 00:32:13 Successfully built d7e482c84456 00:32:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:14 + docker inspect -f . ci-base-image-x86_64 00:32:14 . [Pipeline] withDockerContainer 00:32:14 prd-centos7-docker-4c-2g-32364 does not seem to be running inside a container 00:32:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:15 $ docker top 475b26d718114db3077e283ddf0c663b7601d3042d4cc4cd35409c8caf192db4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:15 + go version 00:32:15 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:15 $ docker stop --time=1 475b26d718114db3077e283ddf0c663b7601d3042d4cc4cd35409c8caf192db4 00:32:17 $ docker rm -f 475b26d718114db3077e283ddf0c663b7601d3042d4cc4cd35409c8caf192db4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:17 + docker inspect -f . ci-base-image-x86_64 00:32:17 . [Pipeline] withDockerContainer 00:32:18 prd-centos7-docker-4c-2g-32364 does not seem to be running inside a container 00:32:18 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:18 $ docker top 5634fa6bfc40ee0176bf3b3ea6af62718d73fe0681734c92c88acf6ddadee70e -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:19 ========================================================= 00:32:19 [edgeXBuildGoParallel] Running Tests and Build... 00:32:19 ========================================================= [Pipeline] sh 00:32:19 + make test 00:32:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:29 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:32:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 45.9% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.060s coverage: 19.8% of statements 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.121s coverage: 100.0% of statements 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.166s coverage: 27.1% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.140s coverage: 71.3% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.185s coverage: 82.9% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.075s coverage: 78.9% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.412s coverage: 28.6% of statements 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.081s coverage: 100.0% of statements 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.155s coverage: 86.7% of statements 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.182s coverage: 97.5% of statements 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.101s coverage: 78.3% of statements 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.380s coverage: 92.8% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 1.0% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 47.1% of statements 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.103s coverage: 79.5% of statements 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements 00:33:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements 00:33:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 00:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.079s coverage: 94.4% of statements 00:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 00:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.315s coverage: 82.6% of statements 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.067s coverage: 100.0% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.080s coverage: 87.2% of statements 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.140s coverage: 91.6% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.245s coverage: 64.4% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.457s coverage: 69.0% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.149s coverage: 38.4% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.209s coverage: 47.0% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.058s coverage: 11.0% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.186s coverage: 87.1% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.109s coverage: 29.1% of statements 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.074s coverage: 100.0% of statements 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.117s coverage: 95.0% of statements 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:33:42 GO111MODULE=on go vet ./... 00:34:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32368 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws 00:34:05 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 00:34:10 using credential edgex-jenkins-ssh 00:34:10 Cloning the remote Git repository 00:34:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:10 > git init /w/workspace/edgex-go/5 # timeout=10 00:34:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:10 > git --version # timeout=10 00:34:11 > git --version # 'git version 2.17.1' 00:34:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:14 gofmt -l . 00:34:15 [ "`gofmt -l .`" = "" ] 00:34:16 ./bin/test-go-mod-tidy.sh 00:34:17 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:18 + ls -al . 00:34:18 total 792 00:34:18 drwxrwxr-x 10 1001 1001 4096 Apr 1 00:34 . 00:34:18 drwxr-xr-x 4 root root 28 Apr 1 00:32 .. 00:34:18 -rw-rw-r-- 1 1001 1001 11 Apr 1 00:30 .dockerignore 00:34:18 drwxrwxr-x 8 1001 1001 179 Apr 1 00:30 .git 00:34:18 drwxrwxr-x 3 1001 1001 125 Apr 1 00:30 .github 00:34:18 -rw-rw-r-- 1 1001 1001 818 Apr 1 00:30 .gitignore 00:34:18 drwx------ 3 1001 1001 60 Apr 1 00:31 .semver 00:34:18 -rw-rw-r-- 1 1001 1001 166 Apr 1 00:30 .sonarcloud.properties 00:34:18 -rw-rw-r-- 1 1001 1001 8607 Apr 1 00:30 Attribution.txt 00:34:18 -rw-rw-r-- 1 1001 1001 3804 Apr 1 00:30 CONTRIBUTING.md 00:34:18 -rw-rw-r-- 1 1001 1001 931 Apr 1 00:30 Dockerfile.build 00:34:18 -rw-rw-r-- 1 1001 1001 863 Apr 1 00:30 Jenkinsfile 00:34:18 -rw-rw-r-- 1 1001 1001 10775 Apr 1 00:30 LICENSE 00:34:18 -rw-rw-r-- 1 1001 1001 5774 Apr 1 00:30 Makefile 00:34:18 -rw-rw-r-- 1 1001 1001 6548 Apr 1 00:30 README.md 00:34:18 -rw-rw-r-- 1 1001 1001 6755 Apr 1 00:30 SECURITY.md 00:34:18 -rw-rw-r-- 1 1001 1001 5 Apr 1 00:31 VERSION 00:34:18 -rw-rw-r-- 1 1001 1001 4131 Apr 1 00:30 ZMQWindows.md 00:34:18 drwxrwxr-x 2 1001 1001 117 Apr 1 00:30 bin 00:34:18 drwxrwxr-x 14 1001 1001 4096 Apr 1 00:30 cmd 00:34:18 -rw-r--r-- 1 root root 680272 Apr 1 00:33 coverage.out 00:34:18 -rw-r--r-- 1 root root 1056 Apr 1 00:34 go.mod 00:34:18 -rw-r--r-- 1 root root 22360 Apr 1 00:34 go.sum 00:34:18 drwxrwxr-x 8 1001 1001 127 Apr 1 00:30 internal 00:34:18 drwxrwxr-x 4 1001 1001 26 Apr 1 00:30 openapi 00:34:18 drwxrwxr-x 4 1001 1001 71 Apr 1 00:30 snap 00:34:18 -rw-rw-r-- 1 1001 1001 168 Apr 1 00:30 version.go [Pipeline] sh 00:34:19 + '[' -e coverage.out ] 00:34:19 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:19 Stashed 1 file(s) [Pipeline] sh 00:34:19 + make build 00:34:19 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:24 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:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:34 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:34 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 00:34:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:34:35 Merge succeeded, producing aacff5641afcb6d46fb5e5f11ac14a478460c64b 00:34:35 Checking out Revision aacff5641afcb6d46fb5e5f11ac14a478460c64b (PR-3327) 00:34:34 > git config core.sparsecheckout # timeout=10 00:34:34 > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 00:34:35 > git remote # timeout=10 00:34:35 > git config --get remote.origin.url # timeout=10 00:34:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:35 > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 00:34:35 > git rev-parse HEAD^{commit} # timeout=10 00:34:35 > git config core.sparsecheckout # timeout=10 00:34:35 > git checkout -f aacff5641afcb6d46fb5e5f11ac14a478460c64b # timeout=10 00:34:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:37 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:39 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:40 Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" 00:34:40 > git rev-list --no-walk 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:41 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:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:42 + true 00:34:42 + sudo service docker restart 00:34:42 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:44 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:45 provisioning config files... 00:34:45 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3539759477130972446tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:45 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:45 ---> docker-login.sh 00:34:45 nexus3.edgexfoundry.org:10001 00:34:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:47 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:34:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:47 Configure a credential helper to remove this warning. See 00:34:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:47 00:34:47 Login Succeeded 00:34:47 nexus3.edgexfoundry.org:10002 00:34:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:47 Configure a credential helper to remove this warning. See 00:34:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:47 00:34:47 Login Succeeded 00:34:47 nexus3.edgexfoundry.org:10003 00:34:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:48 Configure a credential helper to remove this warning. See 00:34:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:48 00:34:48 Login Succeeded 00:34:48 nexus3.edgexfoundry.org:10004 00:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:49 Configure a credential helper to remove this warning. See 00:34:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:49 00:34:49 Login Succeeded 00:34:49 docker.io 00:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } 00:34:49 $ docker stop --time=1 5634fa6bfc40ee0176bf3b3ea6af62718d73fe0681734c92c88acf6ddadee70e 00:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:49 Configure a credential helper to remove this warning. See 00:34:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:49 00:34:49 Login Succeeded 00:34:49 ---> docker-login.sh ends 00:34:51 $ docker rm -f 5634fa6bfc40ee0176bf3b3ea6af62718d73fe0681734c92c88acf6ddadee70e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 00:34:52 Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo 00:34:53 ========================================================= 00:34:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:53 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 00:34:53 + 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:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:53 00:34:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:54 latest: Pulling from edgex-devops/edgex-compose 00:34:54 cbdbe7a5bc2a: Pulling fs layer 00:34:54 ca9280d653b3: Pulling fs layer 00:34:54 7e9c9ca2126c: Pulling fs layer 00:34:54 cbdbe7a5bc2a: Download complete 00:34:55 cbdbe7a5bc2a: Pull complete 00:34:55 ca9280d653b3: Verifying Checksum 00:34:55 ca9280d653b3: Download complete 00:34:56 Sending build context to Docker daemon 167.1MB 00:34:56 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:56 Step 2/6 : FROM ${BASE} 00:34:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:56 5f621e34cdf4: Pulling fs layer 00:34:56 a4357932f1b6: Pulling fs layer 00:34:56 18c013af1878: Pulling fs layer 00:34:56 00ac8860ef70: Pulling fs layer 00:34:56 63d7cb157983: Pulling fs layer 00:34:56 b116817d02f9: Pulling fs layer 00:34:56 745a02a5169b: Pulling fs layer 00:34:56 00ac8860ef70: Waiting 00:34:56 63d7cb157983: Waiting 00:34:56 b116817d02f9: Waiting 00:34:56 745a02a5169b: Waiting 00:34:56 18c013af1878: Download complete 00:34:56 a4357932f1b6: Verifying Checksum 00:34:56 a4357932f1b6: Download complete 00:34:56 63d7cb157983: Download complete 00:34:56 ca9280d653b3: Pull complete 00:34:56 b116817d02f9: Verifying Checksum 00:34:56 b116817d02f9: Download complete 00:34:56 5f621e34cdf4: Verifying Checksum 00:34:56 5f621e34cdf4: Download complete 00:34:57 5f621e34cdf4: Pull complete 00:34:57 a4357932f1b6: Pull complete 00:34:58 18c013af1878: Pull complete 00:34:58 7e9c9ca2126c: Verifying Checksum 00:34:58 7e9c9ca2126c: Download complete 00:34:59 745a02a5169b: Verifying Checksum 00:34:59 745a02a5169b: Download complete 00:35:00 00ac8860ef70: Verifying Checksum 00:35:00 00ac8860ef70: Download complete 00:35:06 7e9c9ca2126c: Pull complete 00:35:06 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:06 prd-centos7-docker-4c-2g-32364 does not seem to be running inside a container 00:35:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:35:08 $ docker top b51953f6b8c19b257571a3722573cceb6d235436f4682706aa92272b8789505d -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:08 + docker-compose build --help 00:35:08 + grep parallel 00:35:10 --parallel Build images in parallel. [Pipeline] } 00:35:10 $ docker stop --time=1 b51953f6b8c19b257571a3722573cceb6d235436f4682706aa92272b8789505d 00:35:11 00ac8860ef70: Pull complete 00:35:11 63d7cb157983: Pull complete 00:35:11 b116817d02f9: Pull complete 00:35:11 $ docker rm -f b51953f6b8c19b257571a3722573cceb6d235436f4682706aa92272b8789505d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:12 . [Pipeline] withDockerContainer 00:35:12 prd-centos7-docker-4c-2g-32364 does not seem to be running inside a container 00:35:12 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:13 $ docker top ef87d61cc46b7d4e90f8edaa1c0d559fa28146904f313427928ff6b9e354ff67 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:13 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:14 745a02a5169b: Pull complete 00:35:14 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:14 ---> b7e6874047d6 00:35:14 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:35:15 Building docker-core-command-go ... 00:35:15 Building docker-core-data-go ... 00:35:15 Building docker-core-metadata-go ... 00:35:15 Building docker-security-bootstrapper-go ... 00:35:15 Building docker-security-proxy-setup-go ... 00:35:15 Building docker-security-secretstore-setup-go ... 00:35:15 Building docker-support-notifications-go ... 00:35:15 Building docker-support-scheduler-go ... 00:35:15 Building docker-sys-mgmt-agent-go ... 00:35:15 Building docker-sys-mgmt-agent-go 00:35:15 Building docker-support-scheduler-go 00:35:15 Building docker-security-proxy-setup-go 00:35:15 Building docker-core-command-go 00:35:15 Building docker-support-notifications-go 00:35:18 ---> Running in cf883d010759 00:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:22 (1/12) Installing libmagic (5.38-r0) 00:35:22 (2/12) Installing file (5.38-r0) 00:35:22 (3/12) Installing libc-dev (0.7.2-r3) 00:35:22 (4/12) Installing g++ (9.3.0-r2) 00:35:30 (5/12) Installing fortify-headers (1.1-r0) 00:35:30 (6/12) Installing patch (2.7.6-r6) 00:35:30 (7/12) Installing build-base (0.5-r2) 00:35:31 (8/12) Installing libsodium (1.0.18-r0) 00:35:31 (9/12) Installing pkgconf (1.7.2-r0) 00:35:31 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:31 (11/12) Installing libzmq (4.3.3-r0) 00:35:31 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:31 Executing busybox-1.31.1-r19.trigger 00:35:31 OK: 217 MiB in 51 packages 00:35:36 Removing intermediate container cf883d010759 00:35:36 ---> 4c381378189a 00:35:36 Step 4/6 : WORKDIR /edgex-go 00:35:36 ---> Running in bc3c67afb759 00:35:36 Removing intermediate container bc3c67afb759 00:35:36 ---> 963d8be6381f 00:35:36 Step 5/6 : COPY go.mod . 00:35:37 ---> 78c2987987e9 00:35:37 Step 6/6 : RUN go mod download 00:35:37 ---> Running in 136da7d83fdf 00:35:54 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> d7e482c84456 00:35:54 Step 3/26 : WORKDIR /edgex-go 00:35:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> d7e482c84456 00:35:54 Step 3/22 : WORKDIR /edgex-go 00:35:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> d7e482c84456 00:35:54 Step 3/22 : WORKDIR /edgex-go 00:35:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> d7e482c84456 00:35:54 Step 3/23 : WORKDIR /edgex-go 00:35:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> d7e482c84456 00:35:54 Step 3/21 : WORKDIR /edgex-go 00:35:54 ---> Running in 88ee4071e9f2 00:35:54 ---> Running in 59c34420e1a8 00:35:54 ---> Running in bb072301eb44 00:35:54 ---> Running in a5335496f844 00:35:54 ---> Running in 19eca8234360 00:35:54 Removing intermediate container 19eca8234360 00:35:54 ---> 7b2398dff749 00:35:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 Removing intermediate container a5335496f844 00:35:54 ---> 1dc40158dc11 00:35:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 Removing intermediate container 59c34420e1a8 00:35:54 ---> 7ef115e5da7a 00:35:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 Removing intermediate container bb072301eb44 00:35:54 ---> d81b9738d1ab 00:35:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 Removing intermediate container 88ee4071e9f2 00:35:54 ---> fa5a83f673c4 00:35:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 ---> Running in a10eabe1a091 00:35:54 ---> Running in c97c5a658ea2 00:35:54 ---> Running in b2fac031e62f 00:35:54 ---> Running in a04d22ca94a6 00:35:54 ---> Running in e2db11e09d6d 00:35:56 Removing intermediate container b2fac031e62f 00:35:56 ---> 1dac2937aa88 00:35:56 Step 5/23 : RUN apk add --update --no-cache make git 00:35:56 Removing intermediate container a10eabe1a091 00:35:56 ---> 7fc16e368405 00:35:56 Step 5/26 : RUN apk add --update --no-cache make bash git 00:35:56 ---> Running in 830e4045eec0 00:35:56 Removing intermediate container c97c5a658ea2 00:35:56 ---> 5544832844aa 00:35:56 Step 5/21 : RUN apk add --update --no-cache make git 00:35:56 ---> Running in 3b9d905c980f 00:35:56 Removing intermediate container a04d22ca94a6 00:35:56 ---> b8cf86a4c660 00:35:56 Step 5/22 : RUN apk add --update --no-cache make git 00:35:56 ---> Running in 57168b84b776 00:35:56 ---> Running in 0df61bdbbd62 00:35:56 Removing intermediate container e2db11e09d6d 00:35:56 ---> a5cb68faa024 00:35:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:56 ---> Running in ce5bc7ee3712 00:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:58 OK: 233 MiB in 51 packages 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:59 Removing intermediate container 830e4045eec0 00:35:59 ---> 6b7cc7b891e5 00:35:59 Step 6/23 : COPY go.mod . 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:59 ---> 3e117f4c1e9a 00:35:59 Step 7/23 : RUN go mod download 00:35:59 ---> Running in 50d8a903058b 00:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:01 Removing intermediate container 50d8a903058b 00:36:01 ---> b5cdb0a9502b 00:36:01 Step 8/23 : COPY . . 00:36:01 OK: 233 MiB in 51 packages 00:36:01 OK: 233 MiB in 51 packages 00:36:02 OK: 233 MiB in 51 packages 00:36:03 OK: 233 MiB in 51 packages 00:36:04 Removing intermediate container 136da7d83fdf 00:36:04 ---> 106b69c86404 00:36:04 Successfully built 106b69c86404 00:36:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:04 + docker inspect -f . ci-base-image-arm64 00:36:04 . [Pipeline] withDockerContainer 00:36:04 prd-ubuntu18.04-docker-arm64-4c-16g-32368 does not seem to be running inside a container 00:36:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-arm64 cat 00:36:06 $ docker top c3783fcaf2ec5e8c258d9eda58f47998218d5b6823f9eb0295f05ef6d77446e6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:07 + go version 00:36:07 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:07 $ docker stop --time=1 c3783fcaf2ec5e8c258d9eda58f47998218d5b6823f9eb0295f05ef6d77446e6 00:36:07 Removing intermediate container 3b9d905c980f 00:36:07 ---> e979b6c8cc76 00:36:07 Step 6/26 : COPY go.mod . 00:36:07 Removing intermediate container 57168b84b776 00:36:07 ---> bcf79debe23c 00:36:07 Step 6/21 : COPY go.mod . 00:36:08 Removing intermediate container 0df61bdbbd62 00:36:08 ---> 1320cfe8f5ff 00:36:08 Step 6/22 : COPY go.mod . 00:36:08 ---> cfa75fc805cf 00:36:08 Step 7/26 : RUN go mod download 00:36:08 Removing intermediate container ce5bc7ee3712 00:36:08 ---> a96243fad569 00:36:08 Step 6/22 : COPY go.mod . 00:36:09 ---> e765c324dc24 00:36:09 Step 7/21 : RUN go mod download 00:36:09 $ docker rm -f c3783fcaf2ec5e8c258d9eda58f47998218d5b6823f9eb0295f05ef6d77446e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 00:36:09 ---> Running in 36f82a146514 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:10 + docker inspect -f . ci-base-image-arm64 00:36:10 . [Pipeline] withDockerContainer 00:36:10 prd-ubuntu18.04-docker-arm64-4c-16g-32368 does not seem to be running inside a container 00:36:10 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-arm64 cat 00:36:11 ---> 43e2531e2c74 00:36:11 Step 7/22 : RUN go mod download 00:36:11 ---> Running in 9e2526f5f4ea 00:36:12 ---> f975c431840b 00:36:12 Step 7/22 : RUN go mod download 00:36:12 $ docker top 29d5c025d8754c57bb40cca0433f340197a4a702d03aba0f33521f5adad82626 -eo pid,comm 00:36:12 ---> Running in d7058c8cbabe 00:36:12 ---> Running in 9061c7e6c89e [Pipeline] { [Pipeline] echo 00:36:12 ========================================================= 00:36:12 [edgeXBuildGoParallel] Running Tests and Build... 00:36:12 ========================================================= [Pipeline] sh 00:36:13 + make test 00:36:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:16 Removing intermediate container 36f82a146514 00:36:16 ---> 28f67bca81c0 00:36:16 Step 8/26 : COPY . . 00:36:16 Removing intermediate container 9e2526f5f4ea 00:36:16 ---> bb9c74dc4314 00:36:16 Step 8/21 : COPY . . 00:36:24 Removing intermediate container d7058c8cbabe 00:36:24 ---> 2f1ffd76f15c 00:36:24 Step 8/22 : COPY . . 00:36:25 Removing intermediate container 9061c7e6c89e 00:36:25 ---> f8970c48000e 00:36:25 Step 8/22 : COPY . . 00:36:30 ---> 544dba48f89f 00:36:30 Step 9/23 : RUN make cmd/core-command/core-command 00:36:34 ---> Running in 34e37f42ed28 00:36:35 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:40 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:56 ---> c33922de4a77 00:36:56 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:59 ---> Running in dc1e8a180b22 00:36:59 ---> e461a8281075 00:36:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:02 ---> Running in fdda93aa3d02 00:37:04 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:37:05 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:37:07 ---> ce629f7b7dfb 00:37:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:37:07 ---> Running in a811440a3e83 00:37:07 ---> 75a6367dcd63 00:37:07 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:07 ---> Running in b78595ea9c47 00:37:08 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:37:08 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:37:17 Removing intermediate container 34e37f42ed28 00:37:17 ---> f61312fc94cd 00:37:17 00:37:17 Step 10/23 : FROM alpine:3.12 00:37:17 3.12: Pulling from library/alpine 00:37:17 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:37:17 Status: Downloaded newer image for alpine:3.12 00:37:17 ---> 42cb162f0360 00:37:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:19 ---> Running in fbdb3f4e9b17 00:37:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:21 (1/1) Installing dumb-init (1.2.2-r1) 00:37:21 Executing busybox-1.31.1-r19.trigger 00:37:21 OK: 6 MiB in 15 packages 00:37:22 Removing intermediate container fbdb3f4e9b17 00:37:22 ---> 6d5f093d2431 00:37:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:22 ---> Running in ba8662cd9362 00:37:23 Removing intermediate container ba8662cd9362 00:37:23 ---> d8aab70309e7 00:37:23 Step 13/23 : ENV APP_PORT=48082 00:37:23 ---> Running in d74f8fef044e 00:37:23 Removing intermediate container d74f8fef044e 00:37:23 ---> b61d27b5f746 00:37:23 Step 14/23 : EXPOSE $APP_PORT 00:37:23 ---> Running in 124f88a74f00 00:37:24 Removing intermediate container 124f88a74f00 00:37:24 ---> 62e12369bfa2 00:37:24 Step 15/23 : WORKDIR / 00:37:24 ---> Running in a97bca755c91 00:37:24 Removing intermediate container a97bca755c91 00:37:24 ---> 33bce8c5f301 00:37:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:25 ---> 7e01e0cafb39 00:37:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:26 ---> b7c36c40fee0 00:37:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:27 ---> 7209b1c3b358 00:37:27 Step 19/23 : ENTRYPOINT ["/core-command"] 00:37:27 ---> Running in 1833b7b18ed9 00:37:27 Removing intermediate container 1833b7b18ed9 00:37:27 ---> 31d3e1175a17 00:37:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:28 ---> Running in 94e671c5ecc5 00:37:28 Removing intermediate container 94e671c5ecc5 00:37:28 ---> 3e44a4fd5182 00:37:28 Step 21/23 : LABEL arch=x86_64 00:37:28 ---> Running in 7638f73cdaea 00:37:28 Removing intermediate container 7638f73cdaea 00:37:28 ---> 25f36fb50e97 00:37:28 Step 22/23 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:37:28 ---> Running in 175012aa3ac8 00:37:29 Removing intermediate container 175012aa3ac8 00:37:29 ---> e4dbeaf53add 00:37:29 Step 23/23 : LABEL version=0.0.0 00:37:29 ---> Running in d6021b9c8c92 00:37:29 Removing intermediate container d6021b9c8c92 00:37:29 ---> 543df05520ad 00:37:29 00:37:29 Successfully built 543df05520ad 00:37:30 Successfully tagged docker-core-command-go:latest 00:37:30 Building docker-core-data-go 00:37:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:44 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:44 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:45  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/secrets-config ./cmd/secrets-config 00:37:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:55 Removing intermediate container dc1e8a180b22 00:37:55 ---> 5ac374100ee2 00:37:55 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:55 ---> Running in 7917e0779dac 00:37:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:56 ---> d7e482c84456 00:37:56 Step 3/23 : WORKDIR /edgex-go 00:37:56 ---> Using cache 00:37:56 ---> fa5a83f673c4 00:37:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:56 ---> Using cache 00:37:56 ---> a5cb68faa024 00:37:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:57 ---> Running in c683f1296782 00:37:57 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:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:01 OK: 233 MiB in 51 packages 00:38:02 Removing intermediate container fdda93aa3d02 00:38:02 ---> 2184b77fa708 00:38:02 00:38:02 Step 10/21 : FROM alpine:3.12 00:38:02 ---> 42cb162f0360 00:38:02 Step 11/21 : RUN apk add --update --no-cache curl 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.348s coverage: 45.9% of statements 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.159s coverage: 19.8% of statements 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.224s coverage: 100.0% of statements 00:38:02 Removing intermediate container 7917e0779dac 00:38:02 ---> 91f493a2635a 00:38:02 00:38:02 Step 11/26 : FROM docker:20.10.0 00:38:02 20.10.0: Pulling from library/docker 00:38:02 ---> Running in 25237f4f4bee 00:38:02 Removing intermediate container b78595ea9c47 00:38:02 ---> d332ee6eac30 00:38:02 00:38:02 Step 10/22 : FROM alpine:3.12 00:38:02 ---> 42cb162f0360 00:38:02 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:02 Removing intermediate container a811440a3e83 00:38:02 ---> ac2fdab328ad 00:38:02 00:38:02 Step 10/22 : FROM alpine:3.12 00:38:02 ---> 42cb162f0360 00:38:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:38:02 ---> Using cache 00:38:02 ---> 6d5f093d2431 00:38:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:02 ---> Using cache 00:38:02 ---> d8aab70309e7 00:38:02 Step 13/22 : ENV APP_PORT=48085 00:38:03 ---> Running in 0e50fb471779 00:38:03 ---> Running in 0abbc2e1f63d 00:38:03 Removing intermediate container c683f1296782 00:38:03 ---> 19e7d0a333f9 00:38:03 Step 6/23 : COPY go.mod . 00:38:03 Removing intermediate container 0abbc2e1f63d 00:38:03 ---> db4ac0f70ac0 00:38:03 Step 14/22 : EXPOSE $APP_PORT 00:38:05 ---> Running in 6877ca483d9c 00:38:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:05 ---> b0c1344e99d5 00:38:05 Step 7/23 : RUN go mod download 00:38:05 ---> Running in f7d8ab374652 00:38:05 (1/4) Installing ca-certificates (20191127-r4) 00:38:05 (1/2) Installing ca-certificates (20191127-r4) 00:38:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:05 (3/4) Installing libcurl (7.69.1-r3) 00:38:05 (4/4) Installing curl (7.69.1-r3) 00:38:05 (2/2) Installing dumb-init (1.2.2-r1) 00:38:05 Executing busybox-1.31.1-r19.trigger 00:38:05 Removing intermediate container 6877ca483d9c 00:38:05 ---> 1e3eef9d1d8a 00:38:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:05 Executing busybox-1.31.1-r19.trigger 00:38:05 Executing ca-certificates-20191127-r4.trigger 00:38:05 Executing ca-certificates-20191127-r4.trigger 00:38:06 OK: 6 MiB in 16 packages 00:38:06 OK: 7 MiB in 18 packages 00:38:07 ---> f7692d154d24 00:38:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:09 Removing intermediate container 0e50fb471779 00:38:09 ---> d532b746a4c5 00:38:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:09 Removing intermediate container 25237f4f4bee 00:38:09 ---> ea63721316f2 00:38:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:10 ---> 2d05f679469f 00:38:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:10 ---> Running in d10ccc5f6305 00:38:10 ---> Running in 8e46f534c1ed 00:38:10 Removing intermediate container f7d8ab374652 00:38:10 ---> 1b6f93c7dd1d 00:38:10 Step 8/23 : COPY . . 00:38:10 Removing intermediate container d10ccc5f6305 00:38:10 ---> f476b45f85f1 00:38:10 Step 13/22 : ENV APP_PORT=48060 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.500s coverage: 27.1% of statements 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.132s coverage: 100.0% of statements 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.214s coverage: 100.0% of statements 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:10 Removing intermediate container 8e46f534c1ed 00:38:10 ---> 3d8f1d0c1ba8 00:38:10 Step 13/21 : WORKDIR /edgex 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.268s coverage: 71.3% of statements 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:11 ---> 645679460a2b 00:38:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:38:11 ---> Running in 3d1da7a585b9 00:38:11 ---> Running in 49dc7dec2a6f 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.661s coverage: 82.9% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.169s coverage: 78.9% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:13 ---> Running in a24652995bdc 00:38:14 Removing intermediate container 3d1da7a585b9 00:38:14 ---> 8386a83ebe0b 00:38:14 Step 14/22 : EXPOSE $APP_PORT 00:38:15 Removing intermediate container 49dc7dec2a6f 00:38:15 ---> d7e29cae8472 00:38:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:15 Status: Downloaded newer image for docker:20.10.0 00:38:15 ---> aefe523efa57 00:38:15 Step 12/26 : RUN apk add --no-cache bash 00:38:15 Removing intermediate container a24652995bdc 00:38:15 ---> 5fa32c7d3284 00:38:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:15 ---> Running in 0e3f3a9a450b 00:38:17 ---> Running in d6a1019be78e 00:38:17 ---> Running in fd7d3f598c67 00:38:17 ---> 279d44e0a931 00:38:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:18 Removing intermediate container 0e3f3a9a450b 00:38:18 ---> ad89935e9aef 00:38:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:19 Removing intermediate container d6a1019be78e 00:38:19 ---> cead8a661696 00:38:19 Step 20/22 : LABEL arch=x86_64 00:38:20 ---> 905d4b132d3e 00:38:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:22 ---> 0c08f0c0a6a8 00:38:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:22 ---> Running in 7395d51a1b8a 00:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:23 ---> d15fc8c86c88 00:38:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:23 (1/2) Installing readline (8.0.4-r0) 00:38:23 (2/2) Installing bash (5.0.17-r0) 00:38:23 Executing bash-5.0.17-r0.post-install 00:38:23 Executing busybox-1.31.1-r19.trigger 00:38:23 OK: 12 MiB in 22 packages 00:38:25 Removing intermediate container 7395d51a1b8a 00:38:25 ---> 3a2e3fa68d1f 00:38:25 Step 21/22 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:38:25 ---> Running in bcca19b709d0 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.247s coverage: 28.6% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.206s coverage: 100.0% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.137s coverage: 100.0% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.403s coverage: 86.7% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.441s coverage: 97.5% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.267s coverage: 78.3% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:25 ---> e833dc355db0 00:38:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:26 ---> Running in 7b6dc975d22a 00:38:27 Removing intermediate container bcca19b709d0 00:38:27 ---> d5be19fb50bc 00:38:27 Step 18/21 : CMD ["--init=true"] 00:38:27 ---> d90efff9e82f 00:38:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:28 ---> Running in 8071c444d7df 00:38:28 ---> Running in d005e06cb24f 00:38:28 Removing intermediate container 7b6dc975d22a 00:38:28 ---> 63ee4c28ab8d 00:38:28 Step 22/22 : LABEL version=0.0.0 00:38:28 Removing intermediate container fd7d3f598c67 00:38:28 ---> d0023f5fb9ad 00:38:28 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:28 ---> Running in 2990213d9570 00:38:28 ---> Running in 007e28245ede 00:38:29 Removing intermediate container 8071c444d7df 00:38:29 ---> 8dc7da5ea7f6 00:38:29 Step 19/21 : LABEL arch=x86_64 00:38:29 Removing intermediate container d005e06cb24f 00:38:29 ---> 9ccd87eda732 00:38:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:30 ---> Running in c455928ad9f4 00:38:30 Removing intermediate container 2990213d9570 00:38:30 ---> 268c1d04cd52 00:38:30 00:38:30 ---> Running in c81ee5862609 00:38:30 Removing intermediate container 007e28245ede 00:38:30 ---> f4f48b9cdbab 00:38:30 Step 14/26 : ENV APP_PORT=48090 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.162s coverage: 92.8% of statements 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.113s coverage: 58.8% of statements 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.251s coverage: 1.0% of statements 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.136s coverage: 47.1% of statements 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.187s coverage: 79.5% of statements 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.120s coverage: 94.1% of statements 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.158s coverage: 96.3% of statements 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.133s coverage: 87.5% of statements 00:38:32 Successfully built 268c1d04cd52 00:38:32 Successfully tagged docker-support-scheduler-go:latest 00:38:32 Building docker-security-bootstrapper-go 00:38:32  Building docker-support-scheduler-go ... done  ---> Running in d683081f8d6d 00:38:32 Removing intermediate container c81ee5862609 00:38:32 ---> 2f594b23e4e1 00:38:32 Step 20/22 : LABEL arch=x86_64 00:38:32 Removing intermediate container c455928ad9f4 00:38:32 ---> a8e6f4a7300a 00:38:32 Step 20/21 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:38:32 ---> Running in 943062a4d79d 00:38:32 ---> 853ef8ce4437 00:38:32 Step 9/23 : RUN make cmd/core-data/core-data 00:38:32 ---> Running in 93b254faeab9 00:38:33 ---> Running in c7cab7060ea5 00:38:33 Removing intermediate container d683081f8d6d 00:38:33 ---> a3f83e6527cc 00:38:33 Step 15/26 : EXPOSE $APP_PORT 00:38:33 Removing intermediate container 93b254faeab9 00:38:33 ---> dc2c64c59388 00:38:33 Step 21/22 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:38:33 ---> Running in 54124baedadd 00:38:33 Removing intermediate container 943062a4d79d 00:38:33 ---> 0e43c65ee4c5 00:38:33 Step 21/21 : LABEL version=0.0.0 00:38:33 ---> Running in 1ee1648881b6 00:38:33 ---> Running in 1ff7e7e5d64e 00:38:33 Removing intermediate container 54124baedadd 00:38:33 ---> f624668002d6 00:38:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:33 Removing intermediate container 1ee1648881b6 00:38:33 ---> 852ea0b17c36 00:38:33 Step 22/22 : LABEL version=0.0.0 00:38:33 Removing intermediate container 1ff7e7e5d64e 00:38:33 ---> f4150515646a 00:38:33 00:38:34 ---> Running in bed0c841c4fc 00:38: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:38:34 Successfully built f4150515646a 00:38:34 Successfully tagged docker-security-proxy-setup-go:latest 00:38:34 Building docker-core-metadata-go 00:38:34  Building docker-security-proxy-setup-go ... done Removing intermediate container bed0c841c4fc 00:38:34 ---> 5e09b816d300 00:38:34 00:38:34 ---> 3f522516b0a1 00:38:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:36 Successfully built 5e09b816d300 00:38:37 Successfully tagged docker-support-notifications-go:latest 00:38:37 Building docker-security-secretstore-setup-go 00:38:42  Building docker-support-notifications-go ... done  ---> 6d22aeaf746b 00:38:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:44 ---> bfe61e040915 00:38:44 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:44 ---> Running in e1eca7900c6e 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.201s coverage: 94.4% of statements 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements 00:38:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:46 (1/33) Installing libbz2 (1.0.8-r1) 00:38:46 (2/33) Installing expat (2.2.9-r1) 00:38:46 (3/33) Installing libffi (3.3-r2) 00:38:46 (4/33) Installing gdbm (1.13-r1) 00:38:46 (5/33) Installing xz-libs (5.2.5-r0) 00:38:46 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:46 (7/33) Installing python3 (3.8.8-r0) 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.470s coverage: 82.6% of statements 00:38:58 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:58 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:58 (11/33) Installing py3-six (1.15.0-r0) 00:38:58 (12/33) Installing py3-packaging (20.4-r0) 00:38:59 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:59 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:59 (15/33) Installing py3-idna (2.9-r0) 00:38:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.227s coverage: 92.9% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.142s coverage: 75.5% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.136s coverage: 80.8% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.190s coverage: 87.2% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.186s coverage: 84.6% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 91.6% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.617s coverage: 64.4% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.143s coverage: 100.0% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements 00:39:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:00 (18/33) Installing py3-requests (2.23.0-r0) 00:39:00 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:00 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:00 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:00 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:00 (24/33) Installing py3-distro (1.5.0-r1) 00:39:00 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:00 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:00 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:00 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:00 (29/33) Installing py3-progress (1.5-r0) 00:39:00 (30/33) Installing py3-toml (0.10.1-r0) 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.083s coverage: 100.0% of statements 00:39:02 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:02 (33/33) Installing py3-pip (20.1.1-r0) 00:39:03 Executing busybox-1.31.1-r19.trigger 00:39:03 OK: 71 MiB in 55 packages 00:39:03 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:03 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:39:03 ---> d7e482c84456 00:39:03 Step 3/31 : WORKDIR /edgex-go 00:39:03 ---> Using cache 00:39:03 ---> fa5a83f673c4 00:39:03 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:03 ---> Using cache 00:39:03 ---> a5cb68faa024 00:39:03 Step 5/31 : RUN apk add --update --no-cache make git 00:39:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:04 ---> d7e482c84456 00:39:04 Step 3/23 : WORKDIR /edgex-go 00:39:04 ---> Using cache 00:39:04 ---> fa5a83f673c4 00:39:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:04 ---> Using cache 00:39:04 ---> a5cb68faa024 00:39:04 Step 5/23 : RUN apk add --update --no-cache make git 00:39:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:04 ---> d7e482c84456 00:39:04 Step 3/24 : WORKDIR /edgex-go 00:39:04 ---> Using cache 00:39:04 ---> fa5a83f673c4 00:39:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:04 ---> Using cache 00:39:04 ---> a5cb68faa024 00:39:04 Step 5/24 : RUN apk add --update --no-cache make git 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.964s coverage: 69.0% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:39:06 ---> Running in bcb499755b0c 00:39:06 ---> Running in 5210045dcf17 00:39:06 ---> Running in 186f45f5a01f 00:39:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.464s coverage: 38.4% of statements 00:39:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.120s coverage: 89.5% of statements 00:39:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:39:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements 00:39:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:09 OK: 233 MiB in 51 packages 00:39:09 OK: 233 MiB in 51 packages 00:39:09 OK: 233 MiB in 51 packages 00:39:13 Removing intermediate container bcb499755b0c 00:39:13 ---> 5c35be8ffa28 00:39:13 Step 6/31 : COPY go.mod . 00:39:13 Removing intermediate container 186f45f5a01f 00:39:13 ---> a45e57e62138 00:39:13 Step 6/24 : COPY go.mod . 00:39:13 Removing intermediate container 5210045dcf17 00:39:13 ---> 2d7197fb85d3 00:39:13 Step 6/23 : COPY go.mod . 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.436s coverage: 47.0% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.109s coverage: 100.0% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.159s coverage: 11.0% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:39:14 ---> e897dcd1da8d 00:39:14 Step 7/31 : RUN go mod download 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.451s coverage: 87.1% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:39:16 ---> Running in 9722bb60a9d1 00:39:17 ---> a05008144f29 00:39:17 Step 7/23 : RUN go mod download 00:39:17 ---> 204ed6059739 00:39:17 Step 7/24 : RUN go mod download 00:39:17 ---> Running in 549fca74ac85 00:39:18 ---> Running in 079ab0cb50f5 00:39:18 Removing intermediate container e1eca7900c6e 00:39:18 ---> f023addf270d 00:39:18 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:19 ---> Running in d485c4ab1cf7 00:39:21 Collecting docker-compose==1.23.2 00:39:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:21 Collecting jsonschema<3,>=2.5.1 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.261s coverage: 29.1% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.179s coverage: 99.0% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.182s coverage: 100.0% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.302s coverage: 95.0% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 00:39:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:21 Removing intermediate container c7cab7060ea5 00:39:21 ---> fd8e68b43045 00:39:21 00:39:21 Step 10/23 : FROM alpine:3.12 00:39:22 ---> 42cb162f0360 00:39:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:22 Removing intermediate container 079ab0cb50f5 00:39:22 ---> 3873355baf62 00:39:22 Step 8/24 : COPY . . 00:39:22 Collecting docker<4.0,>=3.6.0 00:39:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:22 ---> Running in 4600ffc1a123 00:39:22 Removing intermediate container 9722bb60a9d1 00:39:22 ---> c51e5d3ab710 00:39:22 Step 8/31 : COPY . . 00:39:22 Removing intermediate container 549fca74ac85 00:39:22 ---> baa9e3edc000 00:39:22 Step 8/23 : COPY . . 00:39:23 Collecting PyYAML<4,>=3.10 00:39:23 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.114s coverage: 32.1% of statements 00:39:23 Removing intermediate container 4600ffc1a123 00:39:23 ---> 5ea491711bb0 00:39:23 Step 12/23 : ENV APP_PORT=48080 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:39:24 GO111MODULE=on go vet ./... 00:39:26 Collecting cached-property<2,>=1.2.0 00:39:26 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:26 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:39:27 Collecting dockerpty<0.5,>=0.4.1 00:39:27 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:27 ---> Running in b67ef29d30b3 00:39:30 Collecting texttable<0.10,>=0.9.0 00:39:30 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:31 Collecting docopt<0.7,>=0.6.1 00:39:31 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:31 Removing intermediate container b67ef29d30b3 00:39:31 ---> 0095ae333bfb 00:39:31 Step 13/23 : EXPOSE $APP_PORT 00:39:33 ---> Running in a40f3d48632e 00:39:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:36 Collecting websocket-client<1.0,>=0.32.0 00:39:36 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:39:36 Collecting docker-pycreds>=0.4.0 00:39:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:37 Collecting idna<2.8,>=2.5 00:39:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:37 Removing intermediate container a40f3d48632e 00:39:37 ---> 1c42cf4a5173 00:39:37 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:37 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:39:37 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:39:39 Collecting urllib3<1.25,>=1.21.1 00:39:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:41 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:41 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:41 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:41 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:42 Installing collected packages: jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, cached-property, dockerpty, texttable, docopt, docker-compose 00:39:43 ---> Running in d7cff0c9ca42 00:39:48 Attempting uninstall: idna 00:39:48 Found existing installation: idna 2.9 00:39:48 Uninstalling idna-2.9: 00:39:48 Successfully uninstalled idna-2.9 00:39:49 Attempting uninstall: urllib3 00:39:49 Found existing installation: urllib3 1.25.9 00:39:49 Uninstalling urllib3-1.25.9: 00:39:50 Successfully uninstalled urllib3-1.25.9 00:39:50 Attempting uninstall: requests 00:39:50 Found existing installation: requests 2.23.0 00:39:50 Uninstalling requests-2.23.0: 00:39:50 Successfully uninstalled requests-2.23.0 00:39:55 Running setup.py install for PyYAML: started 00:39:56 Removing intermediate container d7cff0c9ca42 00:39:56 ---> a83526679e00 00:39:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:56 Running setup.py install for PyYAML: finished with status 'done' 00:39:56 Running setup.py install for dockerpty: started 00:39:57 ---> Running in 22d1b1f7d652 00:39:57 Running setup.py install for dockerpty: finished with status 'done' 00:39:57 Running setup.py install for texttable: started 00:39:58 Running setup.py install for texttable: finished with status 'done' 00:39:58 Running setup.py install for docopt: started 00:39:58 ---> 7b3043a58d54 00:39:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:58 ---> 0313b035e2dc 00:39:58 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:39:58 ---> Running in 82b02ca4a1cc 00:39:58 ---> 6f72b214aa78 00:39:58 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:39:58 Running setup.py install for docopt: finished with status 'done' 00:39:58 ---> Running in e8ac7c8045fd 00:39:59 ---> Running in 59ca1f05fe8c 00:39:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:59 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:40:00 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:40:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:00 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:40:00 (1/6) Installing dumb-init (1.2.2-r1) 00:40:00 (2/6) Installing libgcc (9.3.0-r2) 00:40:00 (3/6) Installing libsodium (1.0.18-r0) 00:40:00 (4/6) Installing libstdc++ (9.3.0-r2) 00:40:01 (5/6) Installing libzmq (4.3.3-r0) 00:40:01 (6/6) Installing zeromq (4.3.3-r0) 00:40:01 Executing busybox-1.31.1-r19.trigger 00:40:01 OK: 8 MiB in 20 packages 00:40:03 Removing intermediate container d485c4ab1cf7 00:40:03 ---> 12e908ec1d7a 00:40:03 Step 21/26 : RUN apk --no-cache add curl 00:40:03 ---> Running in e06957126cad 00:40:03 Removing intermediate container 22d1b1f7d652 00:40:03 ---> 4f67e24324ab 00:40:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:06 (2/3) Installing libcurl (7.69.1-r3) 00:40:06 (3/3) Installing curl (7.69.1-r3) 00:40:06 Executing busybox-1.31.1-r19.trigger 00:40:06 OK: 72 MiB in 58 packages 00:40:06 ---> defc2c1ee7ec 00:40:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:08 ---> 841ef7dde9a4 00:40:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:08 Removing intermediate container e06957126cad 00:40:08 ---> d72071ce2ca4 00:40:08 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:08 ---> Running in 62139ca03503 00:40:08 Removing intermediate container 62139ca03503 00:40:08 ---> cafaa3bc3b15 00:40:08 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:09 ---> ebd3078cdc6d 00:40:09 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:09 ---> Running in dc25542bc91f 00:40:09 ---> Running in 16a3f7aa4a95 00:40:10 Removing intermediate container dc25542bc91f 00:40:10 ---> 286b158102cd 00:40:10 Step 24/26 : LABEL arch=x86_64 00:40:10 Removing intermediate container 16a3f7aa4a95 00:40:10 ---> 7e635524fbc1 00:40:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:10 ---> Running in c7ea05a694ea 00:40:10 ---> Running in 5803188e3150 00:40:11 Removing intermediate container 5803188e3150 00:40:11 ---> 3bde45051078 00:40:11 Step 21/23 : LABEL arch=x86_64 00:40:11 Removing intermediate container c7ea05a694ea 00:40:11 ---> a4894d959281 00:40:11 Step 25/26 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:40:11 ---> Running in a04805ff5f47 00:40:11 ---> Running in b212d0199546 00:40:11 Removing intermediate container a04805ff5f47 00:40:11 ---> 5c64f10162cd 00:40:11 Step 22/23 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:40:11 Removing intermediate container b212d0199546 00:40:11 ---> 2778d2fcfa04 00:40:11 Step 26/26 : LABEL version=0.0.0 00:40:11 ---> Running in 83917380b1a3 00:40:11 ---> Running in bdbf5a511f67 00:40:12 Removing intermediate container 83917380b1a3 00:40:12 ---> f74e4282a348 00:40:12 Step 23/23 : LABEL version=0.0.0 00:40:12 ---> Running in a2034a20db0d 00:40:12 Removing intermediate container bdbf5a511f67 00:40:12 ---> 50bbaadf6465 00:40:12 00:40:13 Successfully built 50bbaadf6465 00:40:13 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:13 Removing intermediate container a2034a20db0d 00:40:13 ---> 08bb8b9e11dd 00:40:13 00:40:13  Building docker-sys-mgmt-agent-go ... done Successfully built 08bb8b9e11dd 00:40:13 Successfully tagged docker-core-data-go:latest 00:40:26  Building docker-core-data-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:40:30 Removing intermediate container 59ca1f05fe8c 00:40:30 ---> de1d7b9883c7 00:40:30 00:40:30 Step 10/31 : FROM alpine:3.12 00:40:30 ---> 42cb162f0360 00:40:30 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:40:30 ---> Running in c4b844d301ea 00:40:30 Removing intermediate container c4b844d301ea 00:40:30 ---> 43d56e4749a8 00:40:30 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:40:32 ---> Running in bfa444152247 00:40:34 Removing intermediate container 82b02ca4a1cc 00:40:34 ---> f29acd30a179 00:40:34 00:40:34 Step 10/24 : FROM alpine:3.12 00:40:34 ---> 42cb162f0360 00:40:34 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:40:34 Removing intermediate container e8ac7c8045fd 00:40:34 ---> dbbca1ff20d9 00:40:34 00:40:34 Step 10/23 : FROM alpine:3.12 00:40:34 ---> 42cb162f0360 00:40:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:34 ---> Using cache 00:40:34 ---> 6d5f093d2431 00:40:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:34 ---> Using cache 00:40:34 ---> d8aab70309e7 00:40:34 Step 13/23 : ENV APP_PORT=48081 00:40:34 ---> Running in 063f45bbb796 00:40:34 ---> Running in 49b85131914f 00:40:34 Removing intermediate container 49b85131914f 00:40:34 ---> b3d8cf7553a3 00:40:34 Step 14/23 : EXPOSE $APP_PORT 00:40:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:34 ---> Running in 68b07666b3dc 00:40:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:34 Removing intermediate container 68b07666b3dc 00:40:34 ---> cf84f31d0153 00:40:34 Step 15/23 : WORKDIR / 00:40:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:34 (1/2) Installing dumb-init (1.2.2-r1) 00:40:34 ---> Running in cc15ccc8047f 00:40:34 (2/2) Installing su-exec (0.2-r1) 00:40:34 Executing busybox-1.31.1-r19.trigger 00:40:34 OK: 6 MiB in 16 packages 00:40:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:35 (1/6) Installing ca-certificates (20191127-r4) 00:40:35 Removing intermediate container cc15ccc8047f 00:40:35 ---> 1a74c35082f2 00:40:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:35 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:40:35 (3/6) Installing libcurl (7.69.1-r3) 00:40:35 (4/6) Installing curl (7.69.1-r3) 00:40:35 (5/6) Installing dumb-init (1.2.2-r1) 00:40:35 (6/6) Installing su-exec (0.2-r1) 00:40:35 Executing busybox-1.31.1-r19.trigger 00:40:35 Executing ca-certificates-20191127-r4.trigger 00:40:35 OK: 7 MiB in 20 packages 00:40:36 ---> fe6dc3289f14 00:40:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:36 Removing intermediate container bfa444152247 00:40:36 ---> b8126bdbda4f 00:40:36 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:40:37 ---> Running in 4e7d4e6662ee 00:40:37 Removing intermediate container 063f45bbb796 00:40:37 ---> 24366eb0de8a 00:40:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:37 ---> a33dff1b14cc 00:40:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:37 ---> Running in f2976d0cb40b 00:40:37 Removing intermediate container 4e7d4e6662ee 00:40:37 ---> 23fe3733adf8 00:40:37 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:40:37 ---> Running in 0d415b09508d 00:40:37 Removing intermediate container f2976d0cb40b 00:40:37 ---> 3bd1e619d51c 00:40:37 Step 13/24 : WORKDIR / 00:40:37 ---> 8c80c8c3fb89 00:40:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:40:37 ---> Running in 4b6314448af9 00:40:38 ---> Running in c27cd51f2efa 00:40:38 Removing intermediate container 0d415b09508d 00:40:38 ---> ecd37f5dffca 00:40:38 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:40:38 ---> Running in b2552ad8952b 00:40:38 Removing intermediate container 4b6314448af9 00:40:38 ---> a39612f701ab 00:40:38 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:40:38 Removing intermediate container c27cd51f2efa 00:40:38 ---> 9734be72f669 00:40:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:38 ---> Running in b636efdd063f 00:40:39 ---> df4b99f3dbd9 00:40:39 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:40:39 Removing intermediate container b636efdd063f 00:40:39 ---> bfb6c66a1624 00:40:39 Step 21/23 : LABEL arch=x86_64 00:40:39 ---> Running in ff2b5ce22b2e 00:40:39 ---> e0adbaadeb01 00:40:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:39 Removing intermediate container ff2b5ce22b2e 00:40:39 ---> c1bdd4c79e48 00:40:39 Step 22/23 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:40:39 ---> Running in ea7e427fd4f0 00:40:40 Removing intermediate container ea7e427fd4f0 00:40:40 ---> ca90bd3d9a63 00:40:40 Step 23/23 : LABEL version=0.0.0 00:40:40 ---> eeba7399a033 00:40:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:40 ---> Running in e7d569f73610 00:40:40 Removing intermediate container b2552ad8952b 00:40:40 ---> 1af35169aed0 00:40:40 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:40:40 ---> Running in bdd612dae118 00:40:40 Removing intermediate container e7d569f73610 00:40:40 ---> f5485bda19d3 00:40:40 00:40:41 Successfully built f5485bda19d3 00:40:41 Removing intermediate container bdd612dae118 00:40:41 ---> c21c5da95ae8 00:40:41 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:40:41 Successfully tagged docker-core-metadata-go:latest 00:40:41  Building docker-core-metadata-go ... done  ---> 8bb9b32ab5ed 00:40:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:41 ---> da6d75a79feb 00:40:41 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:40:41 ---> Running in da1da64d10f6 00:40:41 ---> ccca96b8a531 00:40:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:41 ---> f5c1ea8c9fad 00:40:41 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:40:41 ---> Running in 232de5647b35 00:40:42 Removing intermediate container da1da64d10f6 00:40:42 ---> fdbb23dd0e48 00:40:42 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:43 Removing intermediate container 232de5647b35 00:40:43 ---> c7488d32ae34 00:40:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:40:43 ---> a218e60f4c5a 00:40:43 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:40:43 ---> Running in bce6b2e2a6fd 00:40:43 Removing intermediate container bce6b2e2a6fd 00:40:43 ---> 8e38586176b9 00:40:43 Step 22/24 : LABEL arch=x86_64 00:40:43 ---> Running in 89f2fbb4e6b3 00:40:43 ---> 33e539e7775b 00:40:43 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:40:43 Removing intermediate container 89f2fbb4e6b3 00:40:43 ---> f823c02de1e3 00:40:43 Step 23/24 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:40:43 ---> Running in 50d272225e98 00:40:44 ---> 27793dda9138 00:40:44 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:40:44 Removing intermediate container 50d272225e98 00:40:44 ---> 47003c6eef07 00:40:44 Step 24/24 : LABEL version=0.0.0 00:40:44 ---> Running in 672460f47919 00:40:44 Removing intermediate container 672460f47919 00:40:44 ---> c36efe4c794b 00:40:44 00:40:44 ---> aa36063111d7 00:40:44 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:40:44 Successfully built c36efe4c794b 00:40:44 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:44  Building docker-security-secretstore-setup-go ... done  ---> 2142b9f8055c 00:40:44 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:40:44 ---> Running in 9b68756a7deb 00:40:44 Removing intermediate container 9b68756a7deb 00:40:44 ---> 71368f4ad49c 00:40:44 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:40:45 ---> 5de6aad1b813 00:40:45 Step 26/31 : RUN chmod +x /entrypoint.sh 00:40:45 ---> Running in 7b269456ba44 00:40:46 gofmt -l . 00:40:46 [ "`gofmt -l .`" = "" ] 00:40:46 Removing intermediate container 7b269456ba44 00:40:46 ---> cb42af915a72 00:40:46 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:40:46 ---> Running in 45db14eee277 00:40:46 Removing intermediate container 45db14eee277 00:40:46 ---> 3214857d7a13 00:40:46 Step 28/31 : CMD ["gate"] 00:40:47 ---> Running in b259e41cf73e 00:40:47 Removing intermediate container b259e41cf73e 00:40:47 ---> 5d6c7396103b 00:40:47 Step 29/31 : LABEL arch=x86_64 00:40:47 ---> Running in f7e9fe2fc6f5 00:40:47 Removing intermediate container f7e9fe2fc6f5 00:40:47 ---> 33e75fcf3f93 00:40:47 Step 30/31 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:40:47 ---> Running in f48ac06f6f85 00:40:47 Removing intermediate container f48ac06f6f85 00:40:47 ---> bdc370827b7e 00:40:47 Step 31/31 : LABEL version=0.0.0 00:40:48 ---> Running in dc7143fb6220 00:40:48 Removing intermediate container dc7143fb6220 00:40:48 ---> 12a0fde9c460 00:40:48 00:40:48 ./bin/test-go-mod-tidy.sh 00:40:48 Successfully built 12a0fde9c460 00:40:48 Successfully tagged docker-security-bootstrapper-go:latest 00:40:48 ./bin/test-attribution-txt.sh 00:40:49  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:40:49 $ docker stop --time=1 ef87d61cc46b7d4e90f8edaa1c0d559fa28146904f313427928ff6b9e354ff67 00:40:51 $ docker rm -f ef87d61cc46b7d4e90f8edaa1c0d559fa28146904f313427928ff6b9e354ff67 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 00:40:51 + docker images 00:40:51 + grep docker 00:40:52 docker-security-bootstrapper-go latest 12a0fde9c460 5 seconds ago 18.9MB 00:40:52 docker-security-secretstore-setup-go latest c36efe4c794b 8 seconds ago 25.7MB 00:40:52 docker-core-metadata-go latest f5485bda19d3 12 seconds ago 19MB 00:40:52 docker-sys-mgmt-agent-go latest 50bbaadf6465 40 seconds ago 314MB 00:40:52 docker-core-data-go latest 08bb8b9e11dd 40 seconds ago 22.7MB 00:40:52 docker-support-notifications-go latest 5e09b816d300 2 minutes ago 17.9MB 00:40:52 docker-security-proxy-setup-go latest f4150515646a 2 minutes ago 25.4MB 00:40:52 docker-support-scheduler-go latest 268c1d04cd52 2 minutes ago 17.4MB 00:40:52 docker-core-command-go latest 543df05520ad 3 minutes ago 17.3MB 00:40:52 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script 00:40:52 + ls -al . 00:40:52 total 820 00:40:52 drwxrwxr-x 9 1001 1001 4096 Apr 1 00:40 . 00:40:52 drwxr-xr-x 4 root root 4096 Apr 1 00:36 .. 00:40:52 -rw-rw-r-- 1 1001 1001 11 Apr 1 00:34 .dockerignore 00:40:52 drwxrwxr-x 8 1001 1001 4096 Apr 1 00:34 .git 00:40:52 drwxrwxr-x 3 1001 1001 4096 Apr 1 00:34 .github 00:40:52 -rw-rw-r-- 1 1001 1001 818 Apr 1 00:34 .gitignore 00:40:52 -rw-rw-r-- 1 1001 1001 166 Apr 1 00:34 .sonarcloud.properties 00:40:52 -rw-rw-r-- 1 1001 1001 8607 Apr 1 00:34 Attribution.txt 00:40:52 -rw-rw-r-- 1 1001 1001 3804 Apr 1 00:34 CONTRIBUTING.md 00:40:52 -rw-rw-r-- 1 1001 1001 931 Apr 1 00:34 Dockerfile.build 00:40:52 -rw-rw-r-- 1 1001 1001 863 Apr 1 00:34 Jenkinsfile 00:40:52 -rw-rw-r-- 1 1001 1001 10775 Apr 1 00:34 LICENSE 00:40:52 -rw-rw-r-- 1 1001 1001 5774 Apr 1 00:34 Makefile 00:40:52 -rw-rw-r-- 1 1001 1001 6548 Apr 1 00:34 README.md 00:40:52 -rw-rw-r-- 1 1001 1001 6755 Apr 1 00:34 SECURITY.md 00:40:52 -rw-rw-r-- 1 1001 1001 5 Apr 1 00:31 VERSION 00:40:52 -rw-rw-r-- 1 1001 1001 4131 Apr 1 00:34 ZMQWindows.md 00:40:52 drwxrwxr-x 2 1001 1001 4096 Apr 1 00:34 bin 00:40:52 drwxrwxr-x 14 1001 1001 4096 Apr 1 00:34 cmd 00:40:52 -rw-r--r-- 1 root root 680272 Apr 1 00:39 coverage.out 00:40:52 -rw-r--r-- 1 root root 1056 Apr 1 00:40 go.mod 00:40:52 -rw-r--r-- 1 root root 22360 Apr 1 00:40 go.sum 00:40:52 drwxrwxr-x 8 1001 1001 4096 Apr 1 00:34 internal 00:40:52 drwxrwxr-x 4 1001 1001 4096 Apr 1 00:34 openapi 00:40:52 drwxrwxr-x 4 1001 1001 4096 Apr 1 00:34 snap 00:40:52 -rw-rw-r-- 1 1001 1001 168 Apr 1 00:34 version.go [Pipeline] } [Pipeline] // stage [Pipeline] sh [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:53 + '[' -e coverage.out ] 00:40:53 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:53 Warning: overwriting stash ‘coverage-report’ 00:40:54 Stashed 1 file(s) [Pipeline] sh 00:40:55 + make build 00:40:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:41:07 Still waiting to schedule task 00:41:07 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-32373’ 00:41:10 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:32 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:36 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:42 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:43 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:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:41:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:42:03 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:42:09 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:42:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:42:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:42:25 $ docker stop --time=1 29d5c025d8754c57bb40cca0433f340197a4a702d03aba0f33521f5adad82626 00:42:28 $ docker rm -f 29d5c025d8754c57bb40cca0433f340197a4a702d03aba0f33521f5adad82626 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:30 00:42:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:31 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:31 29e5d40040c1: Pulling fs layer 00:42:31 1ce36da41761: Pulling fs layer 00:42:31 25b303627fd3: Pulling fs layer 00:42:31 29e5d40040c1: Verifying Checksum 00:42:31 29e5d40040c1: Download complete 00:42:32 1ce36da41761: Download complete 00:42:32 29e5d40040c1: Pull complete 00:42:34 1ce36da41761: Pull complete 00:42:34 25b303627fd3: Verifying Checksum 00:42:34 25b303627fd3: Download complete 00:42:44 25b303627fd3: Pull complete 00:42:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:44 prd-ubuntu18.04-docker-arm64-4c-16g-32368 does not seem to be running inside a container 00:42:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:45 Running on prd-ubuntu18.04-docker-8c-8g-32375 in /w/workspace/edgexfoundry_edgex-go_PR-3327 00:42:47 $ docker top c7d8b385ae41243544b17f778d4a6dd1f6876258c2b0d28b655447703c9d1687 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 00:42:48 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 00:42:48 + docker-compose build --help 00:42:48 + grep parallel 00:42:50 using credential edgex-jenkins-ssh 00:42:50 Cloning the remote Git repository 00:42:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:50 > git init /w/workspace/edgex-go/5 # timeout=10 00:42:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:50 > git --version # timeout=10 00:42:50 > git --version # 'git version 2.17.1' 00:42:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:52 --parallel Build images in parallel. [Pipeline] } 00:42:52 $ docker stop --time=1 c7d8b385ae41243544b17f778d4a6dd1f6876258c2b0d28b655447703c9d1687 00:42:54 $ docker rm -f c7d8b385ae41243544b17f778d4a6dd1f6876258c2b0d28b655447703c9d1687 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:55 . [Pipeline] withDockerContainer 00:42:55 prd-ubuntu18.04-docker-arm64-4c-16g-32368 does not seem to be running inside a container 00:42:55 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:56 $ docker top 8ed026159b32b5dcbc8b1f4213299b075630e06221a01fe31dbda65f00210ff5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:58 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:57 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:58 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb 00:42:58 Merge succeeded, producing 50938c1421f36fb1feac97dd1f9283828d70c530 00:42:58 Checking out Revision 50938c1421f36fb1feac97dd1f9283828d70c530 (PR-3327) 00:42:58 > git config core.sparsecheckout # timeout=10 00:42:58 > git checkout -f 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 00:42:58 > git remote # timeout=10 00:42:58 > git config --get remote.origin.url # timeout=10 00:42:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:58 > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 00:42:58 > git rev-parse HEAD^{commit} # timeout=10 00:42:58 > git config core.sparsecheckout # timeout=10 00:42:58 > git checkout -f 50938c1421f36fb1feac97dd1f9283828d70c530 # timeout=10 00:43:01 Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" 00:43:01 > git rev-list --no-walk 8c982637e038abfcf6c9a1c1a63f6ba0113b03bb # timeout=10 [Pipeline] withEnv [Pipeline] { 00:43:02 Building docker-core-command-go ... 00:43:02 Building docker-core-data-go ... 00:43:02 Building docker-core-metadata-go ... 00:43:02 Building docker-security-bootstrapper-go ... 00:43:02 Building docker-security-proxy-setup-go ... 00:43:02 Building docker-security-secretstore-setup-go ... 00:43:02 Building docker-support-notifications-go ... 00:43:02 Building docker-support-scheduler-go ... 00:43:02 Building docker-sys-mgmt-agent-go ... 00:43:02 Building docker-support-notifications-go 00:43:02 Building docker-security-secretstore-setup-go 00:43:02 Building docker-security-bootstrapper-go 00:43:02 Building docker-core-metadata-go 00:43:02 Building docker-core-command-go [Pipeline] libraryResource [Pipeline] sh 00:43:03 + echo snap-build.sh 00:43:03 snap-build.sh 00:43:03 + SNAP_BASE_DIR=. 00:43:03 + '[' '!' -z /w/workspace/edgex-go/5 ']' 00:43:03 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 00:43:03 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 00:43:03 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 00:43:03 + cd /w/workspace/edgex-go/5 00:43:03 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:03 Reading package lists... 00:43:03 Building dependency tree... 00:43:03 Reading state information... 00:43:03 The following packages were automatically installed and are no longer required: 00:43:03 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:03 uidmap xdelta3 00:43:03 Use 'sudo apt autoremove' to remove them. 00:43:03 The following packages will be REMOVED: 00:43:03 lxd* lxd-client* 00:43:03 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:03 After this operation, 31.7 MB disk space will be freed. 00:43:04 (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:43:04 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:05 Removing lxd dnsmasq configuration 00:43:05 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:05 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:06 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:06 (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:43:06 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:07 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:07 Processing triggers for ureadahead (0.100.0-21) ... 00:43:09 + sudo snap remove --purge lxd 00:43:09 snap "lxd" is not installed 00:43:09 + sudo groupadd --force --system lxd 00:43:09 ++ whoami 00:43:09 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:09 + newgrp - lxd 00:43:09 + sudo snap install lxd 00:44:05 2021-04-01T00:43:57Z INFO Waiting for automatic snapd restart... 00:44:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:24 ---> 106b69c86404 00:44:24 Step 3/23 : WORKDIR /edgex-go 00:44:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:24 ---> 106b69c86404 00:44:24 Step 3/24 : WORKDIR /edgex-go 00:44:24 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:24 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:44:24 ---> 106b69c86404 00:44:24 Step 3/31 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:24 00:44:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:24 ---> 106b69c86404 00:44:24 Step 3/22 : WORKDIR /edgex-go 00:44:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:24 ---> 106b69c86404 00:44:24 Step 3/23 : WORKDIR /edgex-go 00:44:24 ---> Running in 60b78e5936c6 00:44:24 ---> Running in 11e740c2698f 00:44:24 ---> Running in 5f874a445fc1 00:44:24 ---> Running in 6003e7359171 00:44:24 ---> Running in a84fb7c1f24f 00:44:24 Removing intermediate container 6003e7359171 00:44:24 ---> e9b4279bc251 00:44:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:24 Removing intermediate container 11e740c2698f 00:44:24 ---> 9c41d5385391 00:44:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:24 Removing intermediate container a84fb7c1f24f 00:44:24 ---> 10a97b18cefa 00:44:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:24 Removing intermediate container 60b78e5936c6 00:44:24 Removing intermediate container 5f874a445fc1 00:44:24 ---> 276d8424f23c 00:44:24 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:24 ---> 462270b471c6 00:44:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:24 ---> Running in 38cc4d110a18 00:44:24 ---> Running in 127ace9cd23c 00:44:24 ---> Running in ee3c67ab76f1 00:44:24 ---> Running in f49572aa6a67 00:44:24 ---> Running in a2005e09b39e 00:44:24 Removing intermediate container 38cc4d110a18 00:44:24 ---> b3a47316913a 00:44:24 Step 5/23 : RUN apk add --update --no-cache make git 00:44:24 ---> Running in ee37051e0227 00:44:24 Removing intermediate container 127ace9cd23c 00:44:24 ---> 3d5f6a9dd5ab 00:44:24 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:24 Removing intermediate container ee3c67ab76f1 00:44:24 ---> fc8ee7239d20 00:44:24 Step 5/23 : RUN apk add --update --no-cache make git 00:44:24 ---> Running in 55ef4943a622 00:44:24 Removing intermediate container f49572aa6a67 00:44:24 ---> 609a762a7021 00:44:24 Step 5/24 : RUN apk add --update --no-cache make git 00:44:24 ---> Running in 8dca17894dbf 00:44:24 Removing intermediate container a2005e09b39e 00:44:24 ---> 18fd1b40aac4 00:44:24 Step 5/31 : RUN apk add --update --no-cache make git 00:44:24 ---> Running in bb65740ff75b 00:44:24 ---> Running in 88ff3c4046c3 00:44:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:25 OK: 217 MiB in 51 packages 00:44:26 OK: 217 MiB in 51 packages 00:44:26 OK: 217 MiB in 51 packages 00:44:26 OK: 217 MiB in 51 packages 00:44:26 OK: 217 MiB in 51 packages 00:44:27 Removing intermediate container ee37051e0227 00:44:27 ---> 600da39f08a2 00:44:27 Step 6/23 : COPY go.mod . 00:44:28 Removing intermediate container 8dca17894dbf 00:44:28 ---> 9a719c17081a 00:44:28 Step 6/23 : COPY go.mod . 00:44:28 ---> 8b137ed642f2 00:44:28 Step 7/23 : RUN go mod download 00:44:28 ---> Running in 7e8cce1d4e27 00:44:28 Removing intermediate container 55ef4943a622 00:44:28 ---> c384eca6b171 00:44:28 Step 6/22 : COPY go.mod . 00:44:28 Removing intermediate container 88ff3c4046c3 00:44:28 ---> 77d11576e923 00:44:28 Step 6/31 : COPY go.mod . 00:44:28 Removing intermediate container bb65740ff75b 00:44:28 ---> add56ec89523 00:44:28 Step 6/24 : COPY go.mod . 00:44:29 ---> 679aaa1e7acc 00:44:29 Step 7/23 : RUN go mod download 00:44:29 ---> Running in 105e7c060bd2 00:44:29 ---> 37cf03a3faae 00:44:29 Step 7/22 : RUN go mod download 00:44:29 ---> 2d41d10badc0 00:44:29 Step 7/31 : RUN go mod download 00:44:29 ---> bbfa4dfad2dd 00:44:29 Step 7/24 : RUN go mod download 00:44:29 ---> Running in 7121aaa4d044 00:44:30 ---> Running in 9d3349478991 00:44:30 ---> Running in fc2d8c6eaa70 00:44:32 Removing intermediate container 7e8cce1d4e27 00:44:32 ---> 4c9c93109548 00:44:32 Step 8/23 : COPY . . 00:44:33 Removing intermediate container 105e7c060bd2 00:44:33 ---> f9aed777f8b0 00:44:33 Step 8/23 : COPY . . 00:44:35 Removing intermediate container 9d3349478991 00:44:35 ---> feae5ee4408a 00:44:35 Step 8/31 : COPY . . 00:44:36 Removing intermediate container 7121aaa4d044 00:44:36 ---> 31f2f3460b39 00:44:36 Step 8/22 : COPY . . 00:44:36 Removing intermediate container fc2d8c6eaa70 00:44:36 ---> 13a3fc3dff00 00:44:36 Step 8/24 : COPY . . 00:45:03 ---> 3e2486f7fa4a 00:45:03 Step 9/23 : RUN make cmd/core-command/core-command 00:45:03 ---> 2dfb1cf2b459 00:45:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:45:03 ---> 2de0e505a655 00:45:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:45:03 ---> 1107216d570e 00:45:03 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:45:03 ---> Running in 1b88dd25a638 00:45:03 ---> Running in 7e27b2f1d9aa 00:45:03 ---> Running in 21fe9a231f7a 00:45:03 ---> Running in daad20df0267 00:45:03 ---> 8f740cc5f83a 00:45:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:03 ---> Running in b729f6b71dc0 00:45:03 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:45:03 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:45:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:45:03 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 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:45:41 lxd 4.12 from Canonical* installed 00:45:41 + sudo lxd init --auto 00:45:41 + sudo snap install --classic snapcraft 00:46:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:46:58 Removing intermediate container daad20df0267 00:46:58 ---> d66f272aa1f1 00:46:58 00:46:58 Step 10/31 : FROM alpine:3.12 00:46:58 3.12: Pulling from library/alpine 00:46:58 Removing intermediate container b729f6b71dc0 00:46:58 ---> f1a49af95f46 00:46:58 00:46:58 Step 10/24 : FROM alpine:3.12 00:46:58 3.12: Pulling from library/alpine 00:46:58 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:46:58 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:46:58 Status: Downloaded newer image for alpine:3.12 00:46:58 Status: Downloaded newer image for alpine:3.12 00:46:58 ---> e47305ac9786 00:46:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:46:58 ---> e47305ac9786 00:46:58 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:46:58 ---> Running in 7565f90f04dd 00:46:58 ---> Running in 774740847b8f 00:46:59 Removing intermediate container 7565f90f04dd 00:46:59 ---> 7cd486040cd3 00:46:59 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:46:59 ---> Running in 15d58093f165 00:47:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:01 (1/6) Installing ca-certificates (20191127-r4) 00:47:02 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:47:02 (3/6) Installing libcurl (7.69.1-r3) 00:47:02 (4/6) Installing curl (7.69.1-r3) 00:47:02 (5/6) Installing dumb-init (1.2.2-r1) 00:47:02 (6/6) Installing su-exec (0.2-r1) 00:47:02 Executing busybox-1.31.1-r19.trigger 00:47:02 Executing ca-certificates-20191127-r4.trigger 00:47:02 OK: 7 MiB in 20 packages 00:47:02 (1/2) Installing dumb-init (1.2.2-r1) 00:47:02 (2/2) Installing su-exec (0.2-r1) 00:47:02 Executing busybox-1.31.1-r19.trigger 00:47:02 OK: 5 MiB in 16 packages 00:47:05 Removing intermediate container 7e27b2f1d9aa 00:47:05 ---> 38b7cb43cd48 00:47:05 00:47:05 Step 10/23 : FROM alpine:3.12 00:47:05 ---> e47305ac9786 00:47:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:05 ---> Running in 1b9c7a3e0b5d 00:47:06 Removing intermediate container 15d58093f165 00:47:06 ---> 124733856c31 00:47:06 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:47:06 Removing intermediate container 774740847b8f 00:47:06 ---> fb507f1af749 00:47:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:06 ---> Running in 0846ddd45add 00:47:06 ---> Running in c0963849de79 00:47:07 Removing intermediate container 21fe9a231f7a 00:47:07 ---> 90471d271c6e 00:47:07 00:47:07 Step 10/22 : FROM alpine:3.12 00:47:07 ---> e47305ac9786 00:47:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:47:07 ---> Running in ff45c76e5604 00:47:07 Removing intermediate container 0846ddd45add 00:47:07 ---> ca89088c9859 00:47:07 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:47:07 Removing intermediate container c0963849de79 00:47:07 ---> 8d4b7eca34f3 00:47:07 Step 13/24 : WORKDIR / 00:47:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:08 ---> Running in 590dd226e6c1 00:47:08 ---> Running in c7b1c1ed89c0 00:47:08 (1/1) Installing dumb-init (1.2.2-r1) 00:47:08 Executing busybox-1.31.1-r19.trigger 00:47:08 OK: 5 MiB in 15 packages 00:47:09 Removing intermediate container 590dd226e6c1 00:47:09 ---> cb288da6712e 00:47:09 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:47:09 Removing intermediate container c7b1c1ed89c0 00:47:09 ---> 72128ffcdb97 00:47:09 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:47:09 ---> Running in 632b30e18588 00:47:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:10 (1/2) Installing ca-certificates (20191127-r4) 00:47:10 (2/2) Installing dumb-init (1.2.2-r1) 00:47:10 Executing busybox-1.31.1-r19.trigger 00:47:10 Executing ca-certificates-20191127-r4.trigger 00:47:10 OK: 6 MiB in 16 packages 00:47:11 ---> 5570b051090b 00:47:11 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:47:11 Removing intermediate container 1b9c7a3e0b5d 00:47:11 ---> c192fdb4d5cc 00:47:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:11 ---> Running in 31ee0ed88863 00:47:12 ---> 7c1ebd596667 00:47:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:12 Removing intermediate container 31ee0ed88863 00:47:12 ---> 9825862ef780 00:47:12 Step 13/23 : ENV APP_PORT=48082 00:47:13 Removing intermediate container ff45c76e5604 00:47:13 ---> 22e8251e8029 00:47:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:47:13 ---> Running in a0f0a28920b2 00:47:13 Removing intermediate container 632b30e18588 00:47:13 ---> df287a8d5434 00:47:13 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:47:13 ---> Running in dc434448d81b 00:47:13 Removing intermediate container 1b88dd25a638 00:47:13 ---> 4f959f93e0ed 00:47:13 00:47:13 Step 10/23 : FROM alpine:3.12 00:47:13 ---> e47305ac9786 00:47:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:13 ---> Using cache 00:47:13 ---> c192fdb4d5cc 00:47:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:13 ---> Using cache 00:47:13 ---> 9825862ef780 00:47:13 Step 13/23 : ENV APP_PORT=48081 00:47:13 ---> 7cf20ceb6c04 00:47:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:13 ---> Running in 0c7be88bde47 00:47:14 ---> Running in 50eec84a840e 00:47:14 Removing intermediate container a0f0a28920b2 00:47:14 ---> e4d9b49b4a39 00:47:14 Step 14/23 : EXPOSE $APP_PORT 00:47:14 Removing intermediate container dc434448d81b 00:47:14 ---> 0bf974e5a1fd 00:47:14 Step 13/22 : ENV APP_PORT=48060 00:47:14 ---> Running in feb496eaa7f0 00:47:14 ---> Running in 3472f402e52c 00:47:14 Removing intermediate container 0c7be88bde47 00:47:14 ---> b8a5cf8256fd 00:47:14 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:47:14 Removing intermediate container 50eec84a840e 00:47:14 ---> e0a716245e39 00:47:14 Step 14/23 : EXPOSE $APP_PORT 00:47:15 ---> Running in b817e75745c7 00:47:15 Removing intermediate container 3472f402e52c 00:47:15 ---> 9646194fe905 00:47:15 Removing intermediate container feb496eaa7f0 00:47:15 ---> 77665e0023f0 00:47:15 Step 15/23 : WORKDIR / 00:47:15 Step 14/22 : EXPOSE $APP_PORT 00:47:15 ---> e7e10aad379f 00:47:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:15 ---> Running in a982adf40707 00:47:15 ---> Running in 8f4be60cfecb 00:47:15 ---> a37447b269d4 00:47:15 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:47:15 Removing intermediate container b817e75745c7 00:47:15 ---> 10fb6dbfd264 00:47:15 Step 15/23 : WORKDIR / 00:47:16 ---> Running in 9cd4790b49cf 00:47:16 ---> Running in d4a642c84453 00:47:16 Removing intermediate container a982adf40707 00:47:16 ---> 0ae1e05a9eb6 00:47:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:16 Removing intermediate container 8f4be60cfecb 00:47:16 ---> 86d3a0978728 00:47:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:16 ---> 94426db54a04 00:47:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:16 Removing intermediate container 9cd4790b49cf 00:47:16 ---> 72eccd8e253f 00:47:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:17 ---> 3b76b2ce9422 00:47:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:17 ---> 6da7fc50cc5e 00:47:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:17 ---> 7e0eac4c6ba0 00:47:17 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:47:18 ---> Running in 2f850f0a8adc 00:47:18 snapcraft 4.6 from Canonical* installed 00:47:18 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 00:47:18 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 00:47:18 % Total % Received % Xferd Average Speed Time Time Time Current 00:47:18 Dload Upload Total Spent Left Speed 00:47:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 9796 0 --:--:-- --:--:-- --:--:-- 9952 00:47:18 100 3325k 100 3325k 0 0 22.5M 0 --:--:-- --:--:-- --:--:-- 22.5M 00:47:18 ./yq_linux_amd64 00:47:18 + sudo snapcraft prime --use-lxd 00:47:18 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:47:18 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:47:18 - README.md 00:47:18 00:47:18 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:47:18 Launching a container. 00:47:18 ---> c39efcc5371b 00:47:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47:20 ---> a42fb451f422 00:47:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:20 Removing intermediate container d4a642c84453 00:47:20 ---> 7f6c8646daa0 00:47:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:21 ---> 81c2e1211b12 00:47:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:21 ---> 66822218ee2d 00:47:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:21 ---> 444cc5304c0a 00:47:21 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:47:22 ---> Running in 5c610c44feca 00:47:22 ---> aec72cf353ff 00:47:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:47:22 ---> 622b91d8cc79 00:47:22 Step 19/23 : ENTRYPOINT ["/core-command"] 00:47:22 ---> aec5652f8cc8 00:47:22 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:47:23 ---> Running in 5ef84f483966 00:47:23 ---> Running in 1e2165927187 00:47:23 Removing intermediate container 2f850f0a8adc 00:47:23 ---> 748922ec22df 00:47:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:24 ---> e25b16e05221 00:47:24 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:47:24 Removing intermediate container 5c610c44feca 00:47:24 ---> e79a87ad0543 00:47:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:24 ---> Running in 755d3b8dda4f 00:47:24 ---> Running in 19192b9ee1d8 00:47:25 Removing intermediate container 1e2165927187 00:47:25 ---> 5ef5414a1a1b 00:47:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:25 Removing intermediate container 5ef84f483966 00:47:25 ---> 8ea266265d5c 00:47:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:25 ---> 06dbe720da32 00:47:25 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:47:25 ---> Running in 9fb1f4dc44ed 00:47:25 ---> Running in 66207ab10ebe 00:47:25 Removing intermediate container 755d3b8dda4f 00:47:25 ---> 9d8c2e1e2f26 00:47:25 Step 22/24 : LABEL arch=arm64 00:47:25 Removing intermediate container 19192b9ee1d8 00:47:25 ---> 7ab91e6c44a3 00:47:25 Step 20/22 : LABEL arch=arm64 00:47:26 ---> Running in e7cb50cc4998 00:47:26 ---> Running in a1f6fcd83018 00:47:26 Removing intermediate container 9fb1f4dc44ed 00:47:26 ---> 0c76e9436185 00:47:26 Step 21/23 : LABEL arch=arm64 00:47:26 Removing intermediate container 66207ab10ebe 00:47:26 ---> cc9e77708d19 00:47:26 Step 21/23 : LABEL arch=arm64 00:47:26 ---> e6fc6c973b73 00:47:26 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:47:26 Removing intermediate container e7cb50cc4998 00:47:26 ---> 3f41e34ff1b9 00:47:26 Step 23/24 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:47:27 ---> Running in ee51d72731ec 00:47:27 ---> Running in d203e33cdf6b 00:47:27 ---> Running in a2256a6247f6 00:47:27 Removing intermediate container a1f6fcd83018 00:47:27 ---> 54d961d92d4b 00:47:27 Step 21/22 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:47:27 ---> 830538f7a170 00:47:27 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:47:28 ---> Running in 4ae9c555e268 00:47:28 Waiting for container to be ready 00:47:28 To start your first instance, try: lxc launch ubuntu:18.04 00:47:28 00:47:28 ---> Running in a15030a95ce8 00:47:28 Removing intermediate container ee51d72731ec 00:47:28 ---> 08f29031fe52 00:47:28 Step 22/23 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:47:28 Removing intermediate container d203e33cdf6b 00:47:28 ---> 4fe721e3d559 00:47:28 Step 22/23 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:47:28 Removing intermediate container a2256a6247f6 00:47:28 ---> cbb1179e2ec1 00:47:28 Step 24/24 : LABEL version=0.0.0 00:47:28 Removing intermediate container 4ae9c555e268 00:47:28 ---> 0783513abd6c 00:47:28 Step 22/22 : LABEL version=0.0.0 00:47:29 ---> Running in b185c51257b5 00:47:29 ---> Running in b3f334da88e7 00:47:29 ---> Running in 2cc9a487a26c 00:47:29 ---> Running in d48ef33c4103 00:47:29 Removing intermediate container a15030a95ce8 00:47:29 ---> 0453976017dc 00:47:29 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:47:30 Removing intermediate container b185c51257b5 00:47:30 Removing intermediate container 2cc9a487a26c 00:47:30 ---> d537aefacc7a 00:47:30 Step 23/23 : LABEL version=0.0.0 00:47:30 ---> a1da949e4a31 00:47:30 Step 23/23 : LABEL version=0.0.0 00:47:30 Removing intermediate container b3f334da88e7 00:47:30 ---> 3683712b33b5 00:47:30 00:47:30 ---> Running in fd8f84c73250 00:47:30 ---> Running in 640adc95ee0c 00:47:30 Removing intermediate container d48ef33c4103 00:47:30 ---> 60f7f5dff2ea 00:47:30 00:47:30 ---> a2c71a22441e 00:47:30 Step 26/31 : RUN chmod +x /entrypoint.sh 00:47:31 Successfully built 3683712b33b5 00:47:31 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:31  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 00:47:31 Successfully built 60f7f5dff2ea 00:47:31 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:31  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 00:47:31 ---> Running in 419f18d86666 00:47:31 Removing intermediate container fd8f84c73250 00:47:31 ---> 0940269edd52 00:47:31 00:47:31 Removing intermediate container 640adc95ee0c 00:47:31 ---> 5a9af3da1fe2 00:47:31 00:47:31 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:47:32 Waiting for network to be ready... 00:47:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:47:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 00:47:32 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:47:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:47:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:47:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:47:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:47:32 Successfully built 0940269edd52 00:47:32 Successfully built 5a9af3da1fe2 00:47:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:47:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:47:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:47:32 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:32 Successfully tagged docker-core-command-go-arm64:latest 00:47:32  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 00:47:32  Building docker-core-command-go ... done Building docker-core-data-go 00:47:32 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:47:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:47:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:47:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:47:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:47:33 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:47:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:47:33 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:47:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:47:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 00:47:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 00:47:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:47:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:47:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 00:47:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 00:47:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 00:47:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 00:47:35 Removing intermediate container 419f18d86666 00:47:35 ---> 272db92bf82b 00:47:35 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:47:35 ---> Running in c72c62e07564 00:47:35 Removing intermediate container c72c62e07564 00:47:35 ---> 8bb924fd9e3e 00:47:35 Step 28/31 : CMD ["gate"] 00:47:35 ---> Running in 040284c74443 00:47:36 Removing intermediate container 040284c74443 00:47:36 ---> 4f287a349b52 00:47:36 Step 29/31 : LABEL arch=arm64 00:47:36 Fetched 24.2 MB in 5s (5332 kB/s) 00:47:37 ---> Running in 5850b724c4f5 00:47:37 Reading package lists... 00:47:38 Reading package lists... 00:47:38 Building dependency tree... 00:47:38 Reading state information... 00:47:38 The following additional packages will be installed: 00:47:38 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:47:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:47:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:47:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:47:38 Suggested packages: 00:47:38 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:47:38 Recommended packages: 00:47:38 gnupg libsasl2-modules 00:47:38 The following NEW packages will be installed: 00:47:38 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:47:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:47:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:47:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:47:38 The following packages will be upgraded: 00:47:38 gpg gpg-agent gpgconf libudev1 00:47:38 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:47:38 Need to get 3530 kB of archives. 00:47:38 After this operation, 13.3 MB of additional disk space will be used. 00:47:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:47:38 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 00:47:38 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:47:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:47:38 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 00:47:38 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:47:38 Removing intermediate container 5850b724c4f5 00:47:38 ---> a85573e90be7 00:47:38 Step 30/31 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:47:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:47:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:47:39 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:47:39 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:47:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:47:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:47:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:47:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:47:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:47:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:47:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:47:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:47:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:47:39 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:47:39 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:47:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:47:39 debconf: delaying package configuration, since apt-utils is not installed 00:47:39 Fetched 3530 kB in 1s (3188 kB/s) 00:47:39 (Reading database ... 12511 files and directories currently installed.) 00:47:39 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 00:47:39 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:47:39 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 00:47:39 Selecting previously unselected package udev. 00:47:39 (Reading database ... 12511 files and directories currently installed.) 00:47:39 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 00:47:39 Unpacking udev (237-3ubuntu10.45) ... 00:47:40 Selecting previously unselected package libfuse2:amd64. 00:47:40 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:47:40 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:47:40 Selecting previously unselected package fuse. 00:47:40 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:47:40 Unpacking fuse (2.9.7-1ubuntu1) ... 00:47:40 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:47:40 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:47:40 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:47:40 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:47:40 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:47:40 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:47:40 Selecting previously unselected package libksba8:amd64. 00:47:40 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:47:40 Unpacking libksba8:amd64 (1.3.5-2) ... 00:47:40 Selecting previously unselected package libroken18-heimdal:amd64. 00:47:40 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:47:40 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:40 ---> Running in 3f28d12fc7c8 00:47:41 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:47:41 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:47:41 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:41 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:47:41 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:47:41 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:41 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:47:41 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:47:41 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:41 Selecting previously unselected package libwind0-heimdal:amd64. 00:47:41 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:47:41 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:41 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:47:41 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:47:41 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:41 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:47:41 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:47:41 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:41 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:47:41 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:47:41 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:41 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:47:41 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:47:41 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:42 Removing intermediate container 3f28d12fc7c8 00:47:42 ---> 83bcbe415f96 00:47:42 Step 31/31 : LABEL version=0.0.0 00:47:42 Selecting previously unselected package libsasl2-modules-db:amd64. 00:47:42 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:47:42 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:47:42 Selecting previously unselected package libsasl2-2:amd64. 00:47:42 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:47:42 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:47:42 Selecting previously unselected package libldap-common. 00:47:42 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:47:42 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:47:42 Selecting previously unselected package libldap-2.4-2:amd64. 00:47:42 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:47:42 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:47:42 Selecting previously unselected package dirmngr. 00:47:42 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:47:42 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:47:42 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:47:42 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:47:42 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:47:42 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:47:42 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:47:42 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:47:42 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:42 Setting up libksba8:amd64 (1.3.5-2) ... 00:47:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:47:42 Setting up udev (237-3ubuntu10.45) ... 00:47:43 invoke-rc.d: policy-rc.d denied execution of start. 00:47:43 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:43 Processing triggers for systemd (237-3ubuntu10) ... 00:47:43 Setting up fuse (2.9.7-1ubuntu1) ... 00:47:43 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:47:43 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:43 ---> Running in c01307ea2031 00:47:43 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:43 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:43 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:43 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:43 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:43 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:47:43 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:47:43 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:47:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:47:44 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:47:44 settings in the [Install] section, and DefaultInstance for template units). 00:47:44 This means they are not meant to be enabled using systemctl. 00:47:44 Possible reasons for having this kind of units are: 00:47:44 1) A unit may be statically enabled by being symlinked from another unit's 00:47:44 .wants/ or .requires/ directory. 00:47:44 2) A unit's purpose may be to act as a helper for some other unit which has 00:47:44 a requirement dependency on it. 00:47:44 3) A unit may be started when needed via activation (socket, path, timer, 00:47:44 D-Bus, udev, scripted systemctl call, ...). 00:47:44 4) In case of template units, the unit is meant to be enabled with some 00:47:44 instance name specified. 00:47:44 Removing intermediate container c01307ea2031 00:47:44 ---> 97929b6a33df 00:47:44 00:47:44 Reading package lists... 00:47:44 Building dependency tree... 00:47:44 Reading state information... 00:47:44 Successfully built 97929b6a33df 00:47:44 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:47:44 The following additional packages will be installed: 00:47:44 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:47:44 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:47:44 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:47:44 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:47:44 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:47:44 Suggested packages: 00:47:44 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:47:44 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:47:44 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:47:44 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:47:44 systemd-container policykit-1 00:47:44 Recommended packages: 00:47:44 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:47:44 The following NEW packages will be installed: 00:47:44 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:47:44 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:47:44 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:47:44 multiarch-support openssh-client python3 python3-minimal python3.6 00:47:44 python3.6-minimal snapd squashfs-tools sudo 00:47:44 The following packages will be upgraded: 00:47:44 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:47:44 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:47:44 Need to get 35.2 MB of archives. 00:47:44 After this operation, 141 MB of additional disk space will be used. 00:47:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:47:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:47:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 00:47:45 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 00:47:45 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:47:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:47:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:47:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:47:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:47:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:47:45 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:47:45 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:47:45 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:47:45 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:47:45 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:47:45 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:47:45 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:47:45 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:47:45 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:47:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 00:47:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:47:45 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:47:45 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:47:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:47:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:47:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:47:45 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:47:45 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:47:45 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:47:45 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:47:46 debconf: delaying package configuration, since apt-utils is not installed 00:47:46 Fetched 35.2 MB in 1s (31.2 MB/s) 00:47:46 (Reading database ... 12757 files and directories currently installed.) 00:47:46 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 00:47:46 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:47:46 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 00:47:46 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:47:46 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 00:47:46 (Reading database ... 12757 files and directories currently installed.) 00:47:46 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:47:46 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:47:47 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:47:47 (Reading database ... 12757 files and directories currently installed.) 00:47:47 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:47:47 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:47:47 Setting up apt (1.6.12ubuntu0.2) ... 00:47:47 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:47:48 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:47:48 (Reading database ... 12764 files and directories currently installed.) 00:47:48 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:47:48 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:47:48 Selecting previously unselected package libpython3.6-minimal:amd64. 00:47:48 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:47:48 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:47:48 Selecting previously unselected package libexpat1:amd64. 00:47:48 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:47:48 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:47:48 Selecting previously unselected package python3.6-minimal. 00:47:48 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:47:48 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:47:49 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 00:47:49 Checking for services that may need to be restarted...done. 00:47:49 Checking for services that may need to be restarted...done. 00:47:49 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:47:49 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:47:49 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:47:49 Selecting previously unselected package python3-minimal. 00:47:49 (Reading database ... 13012 files and directories currently installed.) 00:47:49 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:47:49 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:47:50 Selecting previously unselected package mime-support. 00:47:50 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:47:50 Unpacking mime-support (3.60ubuntu1) ... 00:47:50 Selecting previously unselected package libmpdec2:amd64. 00:47:50 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:47:50 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:47:50 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:47:50 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:47:50 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:47:50 Selecting previously unselected package python3.6. 00:47:50 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:47:50 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:47:50 Selecting previously unselected package libpython3-stdlib:amd64. 00:47:50 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:47:50 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:47:50 Setting up python3-minimal (3.6.7-1~18.04) ... 00:47:51 Selecting previously unselected package python3. 00:47:51 (Reading database ... 13442 files and directories currently installed.) 00:47:51 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:47:51 Unpacking python3 (3.6.7-1~18.04) ... 00:47:51 Selecting previously unselected package multiarch-support. 00:47:51 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:47:51 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:47:51 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:47:51 Selecting previously unselected package liblzo2-2:amd64. 00:47:51 (Reading database ... 13479 files and directories currently installed.) 00:47:51 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:47:51 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:47:51 Selecting previously unselected package libbsd0:amd64. 00:47:51 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:47:51 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:47:51 Selecting previously unselected package sudo. 00:47:51 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:47:51 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:47:51 Selecting previously unselected package apparmor. 00:47:51 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:47:51 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:47:52 Selecting previously unselected package libedit2:amd64. 00:47:52 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:47:52 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:47:52 Selecting previously unselected package libkrb5support0:amd64. 00:47:52 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:47:52 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:47:52 Selecting previously unselected package libk5crypto3:amd64. 00:47:52 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:47:52 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:47:52 Selecting previously unselected package libkeyutils1:amd64. 00:47:52 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:47:52 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:47:52 Selecting previously unselected package libkrb5-3:amd64. 00:47:52 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:47:52 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:47:52 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:47:52 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:47:52 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:47:52 Selecting previously unselected package libssl1.0.0:amd64. 00:47:52 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:47:52 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:47:52 Selecting previously unselected package openssh-client. 00:47:52 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:47:52 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:47:52 Selecting previously unselected package squashfs-tools. 00:47:52 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:47:52 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:47:53 Selecting previously unselected package snapd. 00:47:53 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:47:53 Unpacking snapd (2.48.3+18.04) ... 00:47:55 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:47:55 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:47:55 Setting up mime-support (3.60ubuntu1) ... 00:47:55 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:47:55 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:47:55 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:47:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:47:55 Setting up systemd (237-3ubuntu10.45) ... 00:47:56 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:47:57 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:47:57 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:47:57 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:47:57 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:47:57 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:47:57 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:47:58 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:47:58 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:47:58 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:47:58 Setting up python3 (3.6.7-1~18.04) ... 00:47:58 running python rtupdate hooks for python3.6... 00:47:58 running python post-rtupdate hooks for python3.6... 00:47:58 Setting up apparmor (2.12-4ubuntu5.1) ... 00:47:59 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:47:59 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:47:59 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:47:59 Setting up snapd (2.48.3+18.04) ... 00:48:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:48:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:48:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:48:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:48:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:48:01 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:48:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:48:01 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:48:01 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:48:01 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:48:02 /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:48:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:48:02 Processing triggers for systemd (237-3ubuntu10.45) ... 00:48:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:48:02 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:48:02 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:48:03 Fetched 88.7 kB in 1s (155 kB/s) 00:48:04 Reading package lists... 00:48:04 Reading package lists... 00:48:05 Building dependency tree... 00:48:05 Reading state information... 00:48:05 Calculating upgrade... 00:48:05 The following packages will be upgraded: 00:48:05 advancecomp base-files bash binutils binutils-common 00:48:05 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:48:05 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:48:05 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:48:05 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:48:05 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:48:05 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:48:05 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:48:05 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:48:05 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:48:05 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:48:05 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:48:05 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:48:05 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:48:05 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:48:05 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:48:05 Need to get 63.8 MB of archives. 00:48:05 After this operation, 5208 kB of additional disk space will be used. 00:48:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 00:48:05 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:48:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:48:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:48:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:48:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:48:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:48:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:48:05 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:48:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:48:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:48:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:48:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:48:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:48:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:48:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:48:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:48:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:48:05 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:48:05 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:48:05 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:48:05 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:48:05 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:48:05 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:48:05 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:48:05 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:48:05 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:48:05 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:48:05 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:48:05 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:48:05 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:48:05 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:48:05 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:48:05 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:48:05 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:48:05 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 00:48:05 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:48:05 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:48:05 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:48:05 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 00:48:05 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:48:05 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:48:05 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:48:05 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:48:05 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:48:05 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:48:05 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:48:05 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:48:05 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:48:05 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:48:05 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:48:05 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:48:05 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:48:05 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:48:05 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:48:06 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:48:06 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:48:06 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:48:06 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:48:06 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:48:06 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:48:06 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:48:06 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:48:06 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:48:06 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:48:06 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:48:06 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:48:06 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:48:06 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:48:06 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:48:06 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:48:06 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:48:06 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:48:06 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:48:06 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:48:06 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:48:06 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:48:06 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:48:06 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:48:06 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:48:06 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:48:06 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:48:06 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:48:06 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 00:48:06 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:48:06 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:48:06 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:48:06 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:48:07 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:48:07 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 00:48:07 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:48:07 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:48:07 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:48:07 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:48:07 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:48:07 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:48:07 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:48:07 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:48:07 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:48:07 debconf: delaying package configuration, since apt-utils is not installed 00:48:07 Fetched 63.8 MB in 2s (30.8 MB/s) 00:48:07 (Reading database ... 13912 files and directories currently installed.) 00:48:07 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:48:07 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:48:08 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:48:08 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:48:08 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 00:48:08 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 00:48:09 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:48:09 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:48:09 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:48:09 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:48:09 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:48:09 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:48:09 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:48:09 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:48:09 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:48:09 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:48:09 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:48:09 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:48:10 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:48:10 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:48:10 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:48:10 (Reading database ... 13911 files and directories currently installed.) 00:48:10 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:48:10 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:48:10 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:48:10 (Reading database ... 13911 files and directories currently installed.) 00:48:10 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:48:10 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:48:10 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:48:10 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:48:10 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:48:10 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:48:10 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:48:10 (Reading database ... 13911 files and directories currently installed.) 00:48:10 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:48:11 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:48:11 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:48:12 (Reading database ... 13911 files and directories currently installed.) 00:48:12 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:48:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:48:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:48:12 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:48:12 Setting up base-files (10.1ubuntu2.10) ... 00:48:12 Installing new version of config file /etc/issue ... 00:48:12 Installing new version of config file /etc/issue.net ... 00:48:12 Installing new version of config file /etc/lsb-release ... 00:48:12 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:48:12 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:48:12 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:48:12 Removing obsolete conffile /etc/default/motd-news ... 00:48:12 (Reading database ... 13912 files and directories currently installed.) 00:48:12 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:48:12 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:48:12 Setting up bash (4.4.18-2ubuntu1.2) ... 00:48:13 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:48:13 (Reading database ... 13912 files and directories currently installed.) 00:48:13 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:48:13 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:48:13 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:48:13 (Reading database ... 13912 files and directories currently installed.) 00:48:13 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:48:13 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:48:13 Setting up tar (1.29b-2ubuntu0.2) ... 00:48:13 (Reading database ... 13912 files and directories currently installed.) 00:48:13 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:48:13 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:48:13 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:48:13 (Reading database ... 13912 files and directories currently installed.) 00:48:13 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:48:13 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:48:14 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:48:14 (Reading database ... 13912 files and directories currently installed.) 00:48:14 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:48:14 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:48:14 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:48:14 (Reading database ... 13912 files and directories currently installed.) 00:48:14 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:48:14 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:48:14 Setting up grep (3.1-2build1) ... 00:48:14 (Reading database ... 13912 files and directories currently installed.) 00:48:14 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:48:14 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:48:14 Setting up login (1:4.5-1ubuntu2) ... 00:48:14 (Reading database ... 13912 files and directories currently installed.) 00:48:14 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:48:14 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:48:14 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:48:14 (Reading database ... 13912 files and directories currently installed.) 00:48:14 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:48:15 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:48:15 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:48:15 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:48:15 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:48:15 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:48:16 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:48:16 (Reading database ... 13912 files and directories currently installed.) 00:48:16 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:48:16 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:48:17 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:48:17 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:48:17 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:48:17 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:48:17 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:48:17 (Reading database ... 13912 files and directories currently installed.) 00:48:17 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:48:17 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:48:17 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:48:17 (Reading database ... 13912 files and directories currently installed.) 00:48:17 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:48:17 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:48:18 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:48:18 (Reading database ... 13912 files and directories currently installed.) 00:48:18 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:48:18 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:48:18 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:48:18 (Reading database ... 13912 files and directories currently installed.) 00:48:18 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:48:18 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:48:18 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:48:18 (Reading database ... 13912 files and directories currently installed.) 00:48:18 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:48:18 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:48:18 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:48:19 (Reading database ... 13912 files and directories currently installed.) 00:48:19 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:48:19 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:48:19 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:48:19 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:48:19 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:48:19 (Reading database ... 13912 files and directories currently installed.) 00:48:19 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:48:19 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:48:19 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:48:19 (Reading database ... 13912 files and directories currently installed.) 00:48:19 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:48:19 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:48:19 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:48:19 (Reading database ... 13912 files and directories currently installed.) 00:48:19 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:48:19 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:48:19 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:48:19 (Reading database ... 13912 files and directories currently installed.) 00:48:19 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:48:19 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:48:20 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:48:20 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:48:20 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:48:20 (Reading database ... 13912 files and directories currently installed.) 00:48:20 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:48:20 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:48:21 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:48:21 (Reading database ... 13912 files and directories currently installed.) 00:48:21 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:48:21 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:48:21 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:48:21 (Reading database ... 13914 files and directories currently installed.) 00:48:21 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:48:21 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:48:21 Setting up debconf (1.5.66ubuntu1) ... 00:48:22 (Reading database ... 13914 files and directories currently installed.) 00:48:22 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:48:22 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:48:22 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:48:22 (Reading database ... 13914 files and directories currently installed.) 00:48:22 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:48:22 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:48:22 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:48:22 (Reading database ... 13914 files and directories currently installed.) 00:48:22 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:48:22 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:48:22 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:48:22 (Reading database ... 13914 files and directories currently installed.) 00:48:22 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:48:22 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:48:23 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:48:23 (Reading database ... 13914 files and directories currently installed.) 00:48:23 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:48:23 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:48:23 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:48:23 (Reading database ... 13914 files and directories currently installed.) 00:48:23 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:48:23 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:48:23 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 00:48:23 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:48:24 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:48:24 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:48:24 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:48:24 (Reading database ... 13914 files and directories currently installed.) 00:48:24 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:48:24 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:48:24 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:48:24 (Reading database ... 13914 files and directories currently installed.) 00:48:24 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:48:24 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:48:24 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:48:24 (Reading database ... 13914 files and directories currently installed.) 00:48:24 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:48:25 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:48:25 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:48:25 (Reading database ... 13914 files and directories currently installed.) 00:48:25 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 00:48:25 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 00:48:25 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 00:48:25 (Reading database ... 13914 files and directories currently installed.) 00:48:25 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:48:25 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:48:25 Setting up passwd (1:4.5-1ubuntu2) ... 00:48:25 (Reading database ... 13914 files and directories currently installed.) 00:48:25 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:48:25 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:48:26 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:48:26 (Reading database ... 13914 files and directories currently installed.) 00:48:26 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:48:26 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:48:26 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:48:26 (Reading database ... 13914 files and directories currently installed.) 00:48:26 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:48:26 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:48:26 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:48:26 (Reading database ... 13914 files and directories currently installed.) 00:48:26 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:48:26 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:48:26 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:48:26 (Reading database ... 13914 files and directories currently installed.) 00:48:26 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:48:26 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:48:27 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:48:27 (Reading database ... 13914 files and directories currently installed.) 00:48:27 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:48:27 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:48:27 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:48:27 (Reading database ... 13914 files and directories currently installed.) 00:48:27 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 00:48:27 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 00:48:27 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 00:48:27 (Reading database ... 13915 files and directories currently installed.) 00:48:27 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:48:27 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:48:27 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:48:27 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:48:27 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:48:27 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:48:28 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:48:28 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:48:28 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:48:28 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:48:28 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:48:28 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:48:28 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:48:28 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:48:28 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:48:28 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:48:28 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:48:28 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:48:29 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:48:29 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:48:29 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:48:29 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:48:29 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:48:29 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:48:30 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:48:30 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:48:30 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:48:30 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:48:30 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:48:30 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:48:30 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:48:30 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:48:30 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:48:30 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:48:30 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:48:30 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:48:31 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:48:31 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:48:31 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:48:31 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:48:31 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:48:31 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:48:31 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:48:31 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:48:31  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:31 ---> 106b69c86404 00:48:31 Step 3/21 : WORKDIR /edgex-go 00:48:31 ---> Using cache 00:48:31 ---> 462270b471c6 00:48:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:31 ---> Using cache 00:48:31 ---> 609a762a7021 00:48:31 Step 5/21 : RUN apk add --update --no-cache make git 00:48:31 ---> Using cache 00:48:31 ---> add56ec89523 00:48:31 Step 6/21 : COPY go.mod . 00:48:31 ---> Using cache 00:48:31 ---> bbfa4dfad2dd 00:48:31 Step 7/21 : RUN go mod download 00:48:31 ---> Using cache 00:48:31 ---> 13a3fc3dff00 00:48:31 Step 8/21 : COPY . . 00:48:31 ---> Using cache 00:48:31 ---> 8f740cc5f83a 00:48:31 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:48:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:31 ---> 106b69c86404 00:48:31 Step 3/22 : WORKDIR /edgex-go 00:48:31 ---> Using cache 00:48:31 ---> 462270b471c6 00:48:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:31 ---> Using cache 00:48:31 ---> 609a762a7021 00:48:31 Step 5/22 : RUN apk add --update --no-cache make git 00:48:31 ---> Using cache 00:48:31 ---> add56ec89523 00:48:31 Step 6/22 : COPY go.mod . 00:48:31 ---> Using cache 00:48:31 ---> bbfa4dfad2dd 00:48:31 Step 7/22 : RUN go mod download 00:48:31 ---> Using cache 00:48:31 ---> 13a3fc3dff00 00:48:31 Step 8/22 : COPY . . 00:48:31 ---> Using cache 00:48:31 ---> 8f740cc5f83a 00:48:31 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:48:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:31 ---> 106b69c86404 00:48:31 Step 3/23 : WORKDIR /edgex-go 00:48:31 ---> Using cache 00:48:31 ---> 462270b471c6 00:48:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:31 ---> Using cache 00:48:31 ---> 609a762a7021 00:48:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:31 ---> 106b69c86404 00:48:31 Step 3/26 : WORKDIR /edgex-go 00:48:31 ---> Using cache 00:48:31 ---> 462270b471c6 00:48:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:31 ---> Using cache 00:48:31 ---> 609a762a7021 00:48:31 Step 5/26 : RUN apk add --update --no-cache make bash git 00:48:33 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:48:33 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:48:33 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:48:33 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:48:34 ---> Running in fc13b8f36532 00:48:34 ---> Running in e1dac1276f66 00:48:34 ---> Running in 31fa527c4f98 00:48:34 ---> Running in cdba5f7c64e8 00:48:34 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:48:34 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:48:35 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:48:35 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:48:36 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:48:36 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:48:36 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:48:36 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:48:36 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:48:36 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:48:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:48:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:48:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:36 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:48:36 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:48:36 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:48:36 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:48:36 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:48:36 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:48:36 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:48:36 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:48:36 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:48:36 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:48:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:37 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:48:37 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:48:37 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:48:37 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:48:37 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:48:37 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:48:37 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:48:37 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:37 00:48:37 Current default time zone: 'Etc/UTC' 00:48:37 Local time is now: Thu Apr 1 00:48:37 UTC 2021. 00:48:37 Universal Time is now: Thu Apr 1 00:48:37 UTC 2021. 00:48:37 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:48:37 00:48:37 Setting up systemd-sysv (237-3ubuntu10.45) ... 00:48:37 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:48:37 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 00:48:37 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:48:37 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:48:37 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:48:37 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:48:37 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:48:37 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:48:37 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:48:37 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:48:37 OK: 217 MiB in 51 packages 00:48:37 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:48:38 OK: 217 MiB in 51 packages 00:48:38 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:48:38 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:48:38 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:48:38 Setting up patch (2.7.6-2ubuntu1.1) ... 00:48:38 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:48:38 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:48:38 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 00:48:38 Installing new version of config file /etc/ssl/openssl.cnf ... 00:48:38 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:48:38 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:48:38 Setting up ca-certificates (20210119~18.04.1) ... 00:48:39 Removing intermediate container 31fa527c4f98 00:48:39 ---> b4966891ab5c 00:48:39 Step 6/26 : COPY go.mod . 00:48:39 Updating certificates in /etc/ssl/certs... 00:48:40 23 added, 27 removed; done. 00:48:40 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:48:40 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:48:40 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:48:40 Removing intermediate container cdba5f7c64e8 00:48:40 ---> 84386f29fe46 00:48:40 Step 6/23 : COPY go.mod . 00:48:40 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:48:40 Setting up pkgbinarymangler (138.18.04.1) ... 00:48:40 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:48:40 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:48:40 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:48:40 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:48:40 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:48:40 ---> 31bd71f465e5 00:48:40 Step 7/26 : RUN go mod download 00:48:40 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:48:40 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:48:40 Setting up perl (5.26.1-6ubuntu0.5) ... 00:48:40 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:48:40 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:48:40 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:48:40 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:48:40 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:48:41 ---> Running in 3ae57d243de1 00:48:41 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:48:41 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:48:41 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:48:41 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:48:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:48:41 Processing triggers for systemd (237-3ubuntu10.45) ... 00:48:41 Processing triggers for mime-support (3.60ubuntu1) ... 00:48:41 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:48:41 Updating certificates in /etc/ssl/certs... 00:48:41 ---> 30d684906862 00:48:41 Step 7/23 : RUN go mod download 00:48:41 ---> Running in d6f8490e3f9b 00:48:42 0 added, 0 removed; done. 00:48:42 Running hooks in /etc/ca-certificates/update.d... 00:48:42 done. 00:48:42 Reading package lists... 00:48:42 Building dependency tree... 00:48:42 Reading state information... 00:48:42 The following NEW packages will be installed: 00:48:42 apt-transport-https 00:48:42 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:48:42 Need to get 1696 B of archives. 00:48:42 After this operation, 153 kB of additional disk space will be used. 00:48:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:48:42 debconf: delaying package configuration, since apt-utils is not installed 00:48:42 Fetched 1696 B in 0s (46.9 kB/s) 00:48:42 Selecting previously unselected package apt-transport-https. 00:48:42 (Reading database ... 13920 files and directories currently installed.) 00:48:42 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:48:42 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:48:42 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:48:43 Waiting for network to be ready... 00:48:46 Removing intermediate container 3ae57d243de1 00:48:46 ---> 524eb5a77b7a 00:48:46 Step 8/26 : COPY . . 00:48:46 Removing intermediate container d6f8490e3f9b 00:48:46 ---> d9550d5f712a 00:48:46 Step 8/23 : COPY . . 00:48:48 2021-04-01T00:48:46Z INFO Waiting for automatic snapd restart... 00:48:48 snapd 2.49.1 from Canonical* installed 00:48:49 "snapd" switched to the "latest/stable" channel 00:48:49 00:48:54 core18 20210309 from Canonical* installed 00:48:54 "core18" switched to the "latest/stable" channel 00:48:54 00:48:58 snapcraft 4.6 from Canonical* installed 00:48:58 "snapcraft" switched to the "latest/stable" channel 00:48:58 00:49:02 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:49:02 - README.md 00:49:02 00:49:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:49:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:49:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:49:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:49:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:49:09 Fetched 88.7 kB in 0s (262 kB/s) 00:49:09 Reading package lists... 00:49:10 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:49:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:49:16 Reading package lists... 00:49:16 Building dependency tree... 00:49:16 Reading state information... 00:49:16 Suggested packages: 00:49:16 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:49:16 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:49:16 Recommended packages: 00:49:16 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:49:16 The following NEW packages will be installed: 00:49:16 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:49:16 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:49:16 pkg-config zip 00:49:16 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:49:16 Need to get 7663 kB of archives. 00:49:16 After this operation, 43.8 MB of additional disk space will be used. 00:49:16 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:49:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 00:49:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 00:49:16 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:49:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 00:49:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:49:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:49:16 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:49:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:49:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:49:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:49:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:49:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:49:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:49:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:49:17 debconf: delaying package configuration, since apt-utils is not installed 00:49:17 Fetched 7663 kB in 1s (10.7 MB/s) 00:49:17 Selecting previously unselected package libglib2.0-0:amd64. 00:49:17 (Reading database ... 13924 files and directories currently installed.) 00:49:17 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 00:49:17 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:49:17 Selecting previously unselected package libpsl5:amd64. 00:49:17 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:49:17 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:49:17 Selecting previously unselected package libnghttp2-14:amd64. 00:49:17 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:49:17 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:49:17 Selecting previously unselected package librtmp1:amd64. 00:49:17 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:49:18 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:49:18 Selecting previously unselected package libcurl3-gnutls:amd64. 00:49:18 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 00:49:18 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 00:49:18 Selecting previously unselected package liberror-perl. 00:49:18 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:49:18 Unpacking liberror-perl (0.17025-1) ... 00:49:18 Selecting previously unselected package git-man. 00:49:18 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 00:49:18 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 00:49:18 Selecting previously unselected package git. 00:49:18 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 00:49:18 Unpacking git (1:2.17.1-1ubuntu0.8) ... 00:49:19 ---> 7f9b3c4d14d0 00:49:19 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:49:19 ---> 6682f61c0d55 00:49:19 Step 9/23 : RUN make cmd/core-data/core-data 00:49:19 ---> Running in 1a540224ce92 00:49:19 ---> Running in faef917ce92c 00:49:19 Selecting previously unselected package libnorm1:amd64. 00:49:19 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:49:19 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:49:19 Selecting previously unselected package libpgm-5.2-0:amd64. 00:49:19 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:49:19 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:49:19 Selecting previously unselected package libsodium23:amd64. 00:49:19 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:49:19 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:49:19 Selecting previously unselected package libzmq5:amd64. 00:49:19 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:49:19 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:49:19 Selecting previously unselected package libzmq3-dev:amd64. 00:49:19 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:49:19 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:49:19 Selecting previously unselected package pkg-config. 00:49:19 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:49:19 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:49:19 Selecting previously unselected package zip. 00:49:19 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:49:19 Unpacking zip (3.0-11build1) ... 00:49:19 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:49:20 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:49:20 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 00:49:20 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:49:20 Setting up liberror-perl (0.17025-1) ... 00:49:20 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:49:20 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:49:20 No schema files found: doing nothing. 00:49:20 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:49:20 Setting up zip (3.0-11build1) ... 00:49:20 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:20 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:49:20 Setting up libsodium23:amd64 (1.0.16-2) ... 00:49:20 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:49:20 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:49:20 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 00:49:20 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:49:20 Setting up git (1:2.17.1-1ubuntu0.8) ... 00:49:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:49:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:49:27 git set to automatically installed. 00:49:27 git-man set to automatically installed. 00:49:27 libcurl3-gnutls set to automatically installed. 00:49:27 liberror-perl set to automatically installed. 00:49:27 libglib2.0-0 set to automatically installed. 00:49:27 libnghttp2-14 set to automatically installed. 00:49:27 libnorm1 set to automatically installed. 00:49:27 libpgm-5.2-0 set to automatically installed. 00:49:27 libpsl5 set to automatically installed. 00:49:27 librtmp1 set to automatically installed. 00:49:27 libsodium23 set to automatically installed. 00:49:27 libzmq3-dev set to automatically installed. 00:49:27 libzmq5 set to automatically installed. 00:49:27 pkg-config set to automatically installed. 00:49:27 zip set to automatically installed. 00:49:29 snapd is not logged in, snap install commands will use sudo 00:49:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:49:38 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:49:57 Removing intermediate container fc13b8f36532 00:49:57 ---> d6124fb15cad 00:49:57 00:49:57 Step 10/21 : FROM alpine:3.12 00:49:57 ---> e47305ac9786 00:49:57 Step 11/21 : RUN apk add --update --no-cache curl 00:49:57 ---> Running in 8687e676e5cc 00:49:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:57 (1/4) Installing ca-certificates (20191127-r4) 00:49:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:57 (3/4) Installing libcurl (7.69.1-r3) 00:49:57 (4/4) Installing curl (7.69.1-r3) 00:49:57 Executing busybox-1.31.1-r19.trigger 00:49:57 Executing ca-certificates-20191127-r4.trigger 00:49:58 OK: 7 MiB in 18 packages 00:50:01 Removing intermediate container 8687e676e5cc 00:50:01 ---> 833fe827af60 00:50:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:01 ---> Running in d9522becb632 00:50:02 Removing intermediate container d9522becb632 00:50:02 ---> 5186d3a5cd09 00:50:02 Step 13/21 : WORKDIR /edgex 00:50:02 ---> Running in 383bcd572471 00:50:03 Removing intermediate container 383bcd572471 00:50:03 ---> 492bc47d5c06 00:50:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:06 ---> 8c62ea25ae95 00:50:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:06 Removing intermediate container e1dac1276f66 00:50:06 ---> e82b4796ce9f 00:50:06 00:50:06 Step 10/22 : FROM alpine:3.12 00:50:06 ---> e47305ac9786 00:50:06 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:50:06 ---> Using cache 00:50:06 ---> c192fdb4d5cc 00:50:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:06 ---> Using cache 00:50:06 ---> 9825862ef780 00:50:06 Step 13/22 : ENV APP_PORT=48085 00:50:06 ---> Running in 2cc6dfad7107 00:50:07 ---> a0921d1d8e17 00:50:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:07 Removing intermediate container 2cc6dfad7107 00:50:07 ---> b78bff0247b8 00:50:07 Step 14/22 : EXPOSE $APP_PORT 00:50:08 ---> Running in 924043eafe9d 00:50:09 Removing intermediate container 924043eafe9d 00:50:09 ---> 37fe77bc3e8c 00:50:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:09 ---> acfb69285e8b 00:50:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:10 ---> Running in 2ee340cd3040 00:50:10 ---> 707eab255fed 00:50:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:11 Removing intermediate container 2ee340cd3040 00:50:11 ---> c328f679e1ec 00:50:11 Step 18/21 : CMD ["--init=true"] 00:50:11 ---> Running in 1dbc399a30a0 00:50:12 Removing intermediate container 1dbc399a30a0 00:50:12 ---> bafa456c15bb 00:50:12 Step 19/21 : LABEL arch=arm64 00:50:12 ---> e9af2b7d1a9d 00:50:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:12 ---> Running in bc31e19aed70 00:50:13 Removing intermediate container bc31e19aed70 00:50:13 ---> eeaa4f4b04c4 00:50:13 Step 20/21 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:50:13 ---> 25773d03c028 00:50:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:50:13 ---> Running in 591490e8e102 00:50:14 ---> Running in 4ebd75c61189 00:50:14 Removing intermediate container 591490e8e102 00:50:14 ---> 300fae029e7c 00:50:14 Step 21/21 : LABEL version=0.0.0 00:50:14 ---> Running in 6605ed55b02b 00:50:14 Removing intermediate container 4ebd75c61189 00:50:15 ---> 6c278b7a111a 00:50:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:15 ---> Running in cb512f8d39d7 00:50:15 Removing intermediate container 6605ed55b02b 00:50:15 ---> 4314596d6a32 00:50:15 00:50:15 Removing intermediate container cb512f8d39d7 00:50:15 ---> 24d55d4c52cb 00:50:15 Step 20/22 : LABEL arch=arm64 00:50:15 ---> Running in 1857593392e8 00:50:16 Successfully built 4314596d6a32 00:50:16 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:16  Building docker-security-proxy-setup-go ... done Removing intermediate container 1857593392e8 00:50:16 ---> 84b1dcb85a6e 00:50:16 Step 21/22 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:50:17 ---> Running in 3480ca404308 00:50:17 Removing intermediate container 3480ca404308 00:50:17 ---> 35c4ae9a4366 00:50:17 Step 22/22 : LABEL version=0.0.0 00:50:17 ---> Running in 2e178b8443e3 00:50:18 Removing intermediate container 2e178b8443e3 00:50:18 ---> dcc5afb3f493 00:50:18 00:50:19 Successfully built dcc5afb3f493 00:50:19 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:37  Building docker-support-scheduler-go ... done Removing intermediate container 1a540224ce92 00:50:37 ---> 18bc340e4217 00:50:37 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:50:37 ---> Running in c79b09dfb983 00:50:37 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:50:40 Removing intermediate container c79b09dfb983 00:50:40 ---> 9aff45fc6c05 00:50:40 00:50:40 Step 11/26 : FROM docker:20.10.0 00:50:40 20.10.0: Pulling from library/docker 00:50:49 Removing intermediate container faef917ce92c 00:50:49 ---> 1cda38ccd0ca 00:50:49 00:50:49 Step 10/23 : FROM alpine:3.12 00:50:49 ---> e47305ac9786 00:50:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:49 ---> Running in 9d196cad9274 00:50:49 Removing intermediate container 9d196cad9274 00:50:49 ---> 3452ef034a3b 00:50:49 Step 12/23 : ENV APP_PORT=48080 00:50:50 ---> Running in 57104a1bfd2b 00:50:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:50:50 Status: Downloaded newer image for docker:20.10.0 00:50:50 ---> eeaf43b92773 00:50:50 Step 12/26 : RUN apk add --no-cache bash 00:50:50 ---> Running in 78cafbf3eb8d 00:50:50 Removing intermediate container 57104a1bfd2b 00:50:50 ---> 0e0e82b7d3a7 00:50:50 Step 13/23 : EXPOSE $APP_PORT 00:50:50 ---> Running in 9da839982762 00:50:51 Removing intermediate container 9da839982762 00:50:51 ---> 13931382188e 00:50:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:51 ---> Running in cbafb5b63964 00:50:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:52 (1/2) Installing readline (8.0.4-r0) 00:50:52 (2/2) Installing bash (5.0.17-r0) 00:50:52 Executing bash-5.0.17-r0.post-install 00:50:52 Executing busybox-1.31.1-r19.trigger 00:50:52 OK: 12 MiB in 22 packages 00:50:53 Removing intermediate container cbafb5b63964 00:50:53 ---> c38fc7e96122 00:50:53 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:50:53 ---> Running in 332ee72eaf04 00:50:53 Removing intermediate container 78cafbf3eb8d 00:50:53 ---> 528585f715cc 00:50:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:54 ---> Running in ae263103d175 00:50:54 Removing intermediate container ae263103d175 00:50:54 ---> 72d26ceb7ab9 00:50:54 Step 14/26 : ENV APP_PORT=48090 00:50:54 ---> Running in 616d922e9bc8 00:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:55 Removing intermediate container 616d922e9bc8 00:50:55 ---> a88df606dd24 00:50:55 Step 15/26 : EXPOSE $APP_PORT 00:50:55 ---> Running in d38d57670153 00:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:55 Removing intermediate container d38d57670153 00:50:55 ---> 80617bd8d9c5 00:50:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:56 (1/6) Installing dumb-init (1.2.2-r1) 00:50:56 (2/6) Installing libgcc (9.3.0-r2) 00:50:56 (3/6) Installing libsodium (1.0.18-r0) 00:50:56 (4/6) Installing libstdc++ (9.3.0-r2) 00:50:57 ---> 368005879435 00:50:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:57 (5/6) Installing libzmq (4.3.3-r0) 00:50:57 (6/6) Installing zeromq (4.3.3-r0) 00:50:57 Executing busybox-1.31.1-r19.trigger 00:50:57 OK: 8 MiB in 20 packages 00:50:57 ---> 87105512e090 00:50:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:58 Removing intermediate container 332ee72eaf04 00:50:58 ---> 23da7bda7a53 00:50:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:58 ---> b41c7a1bc7bd 00:50:58 Step 19/26 : RUN apk --no-cache add py3-pip 00:50:59 ---> Running in ccc1b87c5865 00:50:59 ---> 085c407e8350 00:50:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:01 ---> 28e1f08daf14 00:51:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:01 (1/33) Installing libbz2 (1.0.8-r1) 00:51:01 (2/33) Installing expat (2.2.9-r1) 00:51:01 (3/33) Installing libffi (3.3-r2) 00:51:01 (4/33) Installing gdbm (1.13-r1) 00:51:01 (5/33) Installing xz-libs (5.2.5-r0) 00:51:01 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:01 (7/33) Installing python3 (3.8.8-r0) 00:51:02 ---> 4d62f81a3eb5 00:51:02 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:02 ---> Running in ff15ffc0d705 00:51:03 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:03 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:03 (11/33) Installing py3-six (1.15.0-r0) 00:51:03 (12/33) Installing py3-packaging (20.4-r0) 00:51:03 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:03 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:03 (15/33) Installing py3-idna (2.9-r0) 00:51:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:03 (18/33) Installing py3-requests (2.23.0-r0) 00:51:03 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:03 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:03 Removing intermediate container ff15ffc0d705 00:51:03 ---> 850d9649c0e0 00:51:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:03 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:03 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:03 (24/33) Installing py3-distro (1.5.0-r1) 00:51:03 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:03 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:03 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:03 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:03 (29/33) Installing py3-progress (1.5-r0) 00:51:03 (30/33) Installing py3-toml (0.10.1-r0) 00:51:03 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:03 (33/33) Installing py3-pip (20.1.1-r0) 00:51:03 ---> Running in 0d11829cf4c6 00:51:03 Executing busybox-1.31.1-r19.trigger 00:51:03 OK: 71 MiB in 55 packages 00:51:04 Removing intermediate container 0d11829cf4c6 00:51:04 ---> ebbe4a88329b 00:51:04 Step 21/23 : LABEL arch=arm64 00:51:04 ---> Running in b2b192310bef 00:51:05 Removing intermediate container b2b192310bef 00:51:05 ---> 88e5c261e4ef 00:51:05 Step 22/23 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:51:05 ---> Running in 3836c57cf3e8 00:51:05 Removing intermediate container 3836c57cf3e8 00:51:05 ---> 8d42339d795a 00:51:05 Step 23/23 : LABEL version=0.0.0 00:51:06 ---> Running in b227a7b08136 00:51:06 Removing intermediate container b227a7b08136 00:51:06 ---> 05432a41eb6c 00:51:06 00:51:07 Successfully built 05432a41eb6c 00:51:07 Successfully tagged docker-core-data-go-arm64:latest 00:51:09  Building docker-core-data-go ... done Removing intermediate container ccc1b87c5865 00:51:09 ---> d830939e704b 00:51:09 Step 20/26 : RUN pip install docker-compose==1.23.2 00:51:09 ---> Running in 3aa8bcd53fb7 00:51:15 Collecting docker-compose==1.23.2 00:51:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:15 Collecting cached-property<2,>=1.2.0 00:51:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:16 Collecting jsonschema<3,>=2.5.1 00:51:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:16 Collecting docopt<0.7,>=0.6.1 00:51:16 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:18 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:51:19 Collecting texttable<0.10,>=0.9.0 00:51:19 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:23 Collecting PyYAML<4,>=3.10 00:51:23 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:26 Collecting dockerpty<0.5,>=0.4.1 00:51:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:27 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 00:51:27 snapd is not logged in, snap install commands will use sudo 00:51:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:51:27 snap "core18" has no updates available 00:51:27 Pulling go-build-helper 00:51:27 + snapcraftctl pull 00:51:27 'app-service-config' has dependencies that need to be staged: go-build-helper 00:51:27 Skipping pull go-build-helper (already ran) 00:51:27 Building go-build-helper 00:51:27 + snapcraftctl build 00:51:27 Staging go-build-helper 00:51:27 + snapcraftctl stage 00:51:29 Collecting docker<4.0,>=3.6.0 00:51:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:29 Collecting websocket-client<1.0,>=0.32.0 00:51:29 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:51:29 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:51:29 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:51:29 Collecting idna<2.8,>=2.5 00:51:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:30 Collecting urllib3<1.25,>=1.21.1 00:51:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:30 Collecting docker-pycreds>=0.4.0 00:51:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:31 Installing collected packages: cached-property, jsonschema, docopt, texttable, idna, urllib3, requests, PyYAML, dockerpty, websocket-client, docker-pycreds, docker, docker-compose 00:51:32 Running setup.py install for docopt: started 00:51:34 Running setup.py install for docopt: finished with status 'done' 00:51:34 Running setup.py install for texttable: started 00:51:36 Running setup.py install for texttable: finished with status 'done' 00:51:36 Attempting uninstall: idna 00:51:36 Found existing installation: idna 2.9 00:51:36 Uninstalling idna-2.9: 00:51:36 Successfully uninstalled idna-2.9 00:51:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:51:37 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:51:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 00:51:37 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:51:37 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:51:37 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:51:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:51:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:51:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:51:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:51:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:51:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:51:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:51:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:51:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:51:37 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:51:37 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:51:37 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:51:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:51:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 00:51:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 00:51:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:51:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:51:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 00:51:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 00:51:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 00:51:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 00:51:37 Fetched 24.2 MB in 0s (0 B/s) 00:51:37 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:51:37 Fetched 224 kB in 0s (0 B/s) 00:51:37 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:51:37 Fetched 157 kB in 0s (0 B/s) 00:51:37 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:51:37 Fetched 221 kB in 0s (0 B/s) 00:51:37 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:51:37 Fetched 143 kB in 0s (0 B/s) 00:51:37 Pulling app-service-config 00:51:37 + snapcraftctl pull 00:51:37 Attempting uninstall: urllib3 00:51:37 Found existing installation: urllib3 1.25.9 00:51:37 Uninstalling urllib3-1.25.9: 00:51:37 Successfully uninstalled urllib3-1.25.9 00:51:38 Cloning into '/root/parts/app-service-config/src'... 00:51:38 Attempting uninstall: requests 00:51:38 Found existing installation: requests 2.23.0 00:51:38 Uninstalling requests-2.23.0: 00:51:38 Successfully uninstalled requests-2.23.0 00:51:38 Pulling config-common 00:51:38 + snapcraftctl pull 00:51:38 Running setup.py install for PyYAML: started 00:51:41 Running setup.py install for PyYAML: finished with status 'done' 00:51:41 Running setup.py install for dockerpty: started 00:51:43 Running setup.py install for dockerpty: finished with status 'done' 00:51:44 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:51:44 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:51:44 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:51:44 Fetched 0 B in 0s (0 B/s) 00:51:44 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:51:44 Fetched 0 B in 0s (0 B/s) 00:51:44 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:51:44 Fetched 0 B in 0s (0 B/s) 00:51:44 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:51:44 Fetched 0 B in 0s (0 B/s) 00:51:44 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:51:44 Fetched 0 B in 0s (0 B/s) 00:51:44 Pulling edgex-go 00:51:44 + snapcraftctl pull 00:51:45 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:51:49 Removing intermediate container 3aa8bcd53fb7 00:51:49 ---> 018137d2e54b 00:51:49 Step 21/26 : RUN apk --no-cache add curl 00:51:49 ---> Running in ae8df7644154 00:51:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:51 (2/3) Installing libcurl (7.69.1-r3) 00:51:51 (3/3) Installing curl (7.69.1-r3) 00:51:51 Executing busybox-1.31.1-r19.trigger 00:51:51 OK: 72 MiB in 58 packages 00:51:52 Removing intermediate container ae8df7644154 00:51:52 ---> b3f52d5f4565 00:51:52 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:52 ---> Running in b41bd709cc7d 00:51:52 Removing intermediate container b41bd709cc7d 00:51:52 ---> 005d536f1d3e 00:51:52 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:53 ---> Running in d0a5ac73edc9 00:51:53 Removing intermediate container d0a5ac73edc9 00:51:53 ---> 1d0a15d7dfdc 00:51:53 Step 24/26 : LABEL arch=arm64 00:51:53 ---> Running in 078d4ba68e27 00:51:54 Removing intermediate container 078d4ba68e27 00:51:54 ---> 84c1fd22cfe9 00:51:54 Step 25/26 : LABEL git_sha=052cd7c14e3190f215230ff24c191390607f6c86 00:51:54 ---> Running in 5d8174053a03 00:51:54 Removing intermediate container 5d8174053a03 00:51:54 ---> 0e4d435a6c82 00:51:54 Step 26/26 : LABEL version=0.0.0 00:51:54 ---> Running in 193a3fb25195 00:51:55 Removing intermediate container 193a3fb25195 00:51:55 ---> a74c59f88687 00:51:55 00:51:55 Successfully built a74c59f88687 00:51:55 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:56  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:51:56 $ docker stop --time=1 8ed026159b32b5dcbc8b1f4213299b075630e06221a01fe31dbda65f00210ff5 00:51:58 $ docker rm -f 8ed026159b32b5dcbc8b1f4213299b075630e06221a01fe31dbda65f00210ff5 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:59 + docker images 00:51:59 + grep docker 00:51:59 docker-sys-mgmt-agent-go-arm64 latest a74c59f88687 4 seconds ago 301MB 00:51:59 docker-core-data-go-arm64 latest 05432a41eb6c 53 seconds ago 21.4MB 00:51:59 docker-support-scheduler-go-arm64 latest dcc5afb3f493 About a minute ago 16.4MB 00:51:59 docker-security-proxy-setup-go-arm64 latest 4314596d6a32 About a minute ago 24.1MB 00:51:59 docker-security-bootstrapper-go-arm64 latest 97929b6a33df 4 minutes ago 17.9MB 00:51:59 docker-core-metadata-go-arm64 latest 0940269edd52 4 minutes ago 17.9MB 00:51:59 docker-core-command-go-arm64 latest 5a9af3da1fe2 4 minutes ago 16.3MB 00:51:59 docker-support-notifications-go-arm64 latest 60f7f5dff2ea 4 minutes ago 16.9MB 00:51:59 docker-security-secretstore-setup-go-arm64 latest 3683712b33b5 4 minutes ago 24.4MB 00:51:59 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:52:00 ---> job-cost.sh 00:52:00 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-INji 00:52:05 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:52:05 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:52:05 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:52:05 Fetched 0 B in 0s (0 B/s) 00:52:05 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:52:05 Fetched 96.5 kB in 0s (0 B/s) 00:52:05 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:52:05 Fetched 279 kB in 0s (0 B/s) 00:52:05 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:52:05 Fetched 122 kB in 0s (0 B/s) 00:52:05 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:52:05 Fetched 77.8 kB in 0s (0 B/s) 00:52:05 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:52:05 Fetched 8848 B in 0s (0 B/s) 00:52:05 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:52:05 Fetched 47.8 kB in 0s (0 B/s) 00:52:05 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:52:05 Fetched 45.6 kB in 0s (0 B/s) 00:52:05 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:52:05 Fetched 15.0 kB in 0s (0 B/s) 00:52:05 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 00:52:05 Fetched 219 kB in 0s (0 B/s) 00:52:05 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 00:52:05 Fetched 154 kB in 0s (0 B/s) 00:52:05 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:52:05 Fetched 50.6 kB in 0s (0 B/s) 00:52:05 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:52:05 Fetched 14.8 kB in 0s (0 B/s) 00:52:05 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:52:05 Fetched 41.8 kB in 0s (0 B/s) 00:52:05 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:52:05 Fetched 499 kB in 0s (0 B/s) 00:52:05 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:52:05 Fetched 111 kB in 0s (0 B/s) 00:52:05 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:52:05 Fetched 240 kB in 0s (0 B/s) 00:52:05 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:52:05 Fetched 29.3 kB in 0s (0 B/s) 00:52:05 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:52:05 Fetched 85.5 kB in 0s (0 B/s) 00:52:05 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:52:05 Fetched 24.5 kB in 0s (0 B/s) 00:52:05 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:52:05 Fetched 49.2 kB in 0s (0 B/s) 00:52:05 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:52:05 Fetched 54.2 kB in 0s (0 B/s) 00:52:05 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:52:05 Fetched 30.8 kB in 0s (0 B/s) 00:52:05 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 00:52:05 Fetched 15.8 kB in 0s (0 B/s) 00:52:05 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:52:05 Fetched 85.9 kB in 0s (0 B/s) 00:52:05 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:52:05 Fetched 8720 B in 0s (0 B/s) 00:52:05 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:52:05 Fetched 137 kB in 0s (0 B/s) 00:52:05 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:52:05 Fetched 119 kB in 0s (0 B/s) 00:52:05 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:52:05 Fetched 109 kB in 0s (0 B/s) 00:52:05 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:52:05 Fetched 11.1 kB in 0s (0 B/s) 00:52:05 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:52:05 Fetched 645 kB in 0s (0 B/s) 00:52:05 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:52:05 Fetched 41.3 kB in 0s (0 B/s) 00:52:05 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:52:05 Fetched 17.9 kB in 0s (0 B/s) 00:52:05 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:52:05 Fetched 368 kB in 0s (0 B/s) 00:52:05 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:52:05 Fetched 187 kB in 0s (0 B/s) 00:52:05 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:52:05 Fetched 175 kB in 0s (0 B/s) 00:52:05 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:52:05 Fetched 206 kB in 0s (0 B/s) 00:52:05 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 00:52:05 Fetched 1301 kB in 0s (0 B/s) 00:52:05 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:52:05 Fetched 36.2 kB in 0s (0 B/s) 00:52:05 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 00:52:05 Fetched 159 kB in 0s (0 B/s) 00:52:05 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:52:05 Fetched 107 kB in 0s (0 B/s) 00:52:05 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:52:05 Fetched 48.7 kB in 0s (0 B/s) 00:52:05 Pulling static-packages 00:52:05 + snapcraftctl pull 00:52:05 Pulling version 00:52:05 + cd /root/project 00:52:05 + [ -f VERSION ] 00:52:05 + PROJECT_VERSION=local-dev 00:52:05 + git rev-parse --short HEAD 00:52:05 + GIT_REVISION=50938c14 00:52:05 + snapcraftctl set-version local-dev 00:52:06 Skipping build go-build-helper (already ran) 00:52:06 Building app-service-config 00:52:06 + make build 00:52:06 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:52:08 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 00:52:08 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 00:52:08 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 00:52:08 go: downloading github.com/google/uuid v1.2.0 00:52:08 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 00:52:08 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 00:52:08 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:52:08 go: downloading github.com/go-playground/validator/v10 v10.4.1 00:52:08 go: downloading github.com/pebbe/zmq4 v1.2.5 00:52:08 go: downloading github.com/go-kit/kit v0.8.0 00:52:08 go: downloading github.com/x448/float16 v0.8.4 00:52:08 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 00:52:08 go: downloading github.com/gorilla/mux v1.8.0 00:52:08 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 00:52:08 go: downloading github.com/pelletier/go-toml v1.2.0 00:52:08 go: downloading github.com/go-playground/universal-translator v0.17.0 00:52:08 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:52:09 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:52:09 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:52:09 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 00:52:09 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 00:52:09 go: downloading github.com/go-playground/locales v0.13.0 00:52:09 go: downloading github.com/mitchellh/copystructure v1.0.0 00:52:09 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:52:09 go: downloading github.com/leodido/go-urn v1.2.0 00:52:09 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:52:09 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:52:09 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 00:52:09 go: downloading github.com/gorilla/websocket v1.4.2 00:52:10 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:52:10 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:52:10 go: downloading github.com/hashicorp/consul/api v1.8.1 00:52:10 go: downloading github.com/BurntSushi/toml v0.3.1 00:52:10 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:52:10 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:52:10 go: downloading github.com/hashicorp/serf v0.9.5 00:52:10 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:52:10 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:52:10 go: downloading github.com/mattn/go-isatty v0.0.12 00:52:10 go: downloading github.com/fatih/color v1.9.0 00:52:10 go: downloading github.com/mattn/go-colorable v0.1.6 00:52:10 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 00:52:10 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:52:10 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:52:10 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:52:20 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 00:52:20 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 00:52:20 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 00:52:20 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 00:52:21 Building config-common 00:52:21 + snapcraftctl build 00:52:23 Building edgex-go 00:52:24 + cd /root/parts/edgex-go/src 00:52:24 + make build 00:52: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:52:24 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 00:52:24 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:52:24 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 00:52:24 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 00:52:24 go: downloading github.com/imdario/mergo v0.3.12 00:52:24 go: downloading github.com/pkg/errors v0.8.1 00:52:24 go: downloading github.com/pebbe/zmq4 v1.2.7 00:52:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:52:30 go: downloading gopkg.in/yaml.v2 v2.4.0 00:52:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:52:36 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:52:38 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:52:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:52:38 go: downloading github.com/stretchr/testify v1.7.0 00:52:38 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:52:38 go: downloading github.com/pmezard/go-difflib v1.0.0 00:52:38 go: downloading github.com/davecgh/go-spew v1.1.1 00:52:40 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:52:40 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:52:40 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:52:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:52:43 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:52: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:52:45 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:52:45 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:52:47 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:52:47 go: downloading github.com/lib/pq v1.9.0 00:52:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:52:49 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:52:49 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:52:49 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:52:49 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:52:49 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:52:49 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:52:49 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:52:49 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:52:49 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:52:49 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:52:49 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:52:49 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:52:49 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:52:49 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:52:49 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:52:49 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:52:49 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:52:49 + 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:52:49 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:52:49 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:52:49 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 00:52:49 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:52:49 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:52:49 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:52:49 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:52:49 + 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:52:52 Building static-packages 00:52:52 + snapcraftctl build 00:52:54 Building version 00:52:54 + snapcraftctl build 00:52:57 Skipping stage go-build-helper (already ran) 00:52:57 Staging app-service-config 00:52:57 + snapcraftctl stage 00:52:58 Staging config-common 00:52:58 + snapcraftctl stage 00:52:59 Staging edgex-go 00:52:59 + snapcraftctl stage 00:53:00 Staging static-packages 00:53:00 + snapcraftctl stage 00:53:01 Staging version 00:53:01 + snapcraftctl stage 00:53:02 Priming go-build-helper 00:53:02 + snapcraftctl prime 00:53:03 Priming app-service-config 00:53:03 + snapcraftctl prime 00:53:05 Priming config-common 00:53:05 + snapcraftctl prime 00:53:06 Priming edgex-go 00:53:06 + snapcraftctl prime 00:53:07 Priming static-packages 00:53:07 + snapcraftctl prime 00:53:10 Priming version 00:53:10 + snapcraftctl prime 00:53:10 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:54:24 lf-activate-venv(): INFO: Adding /tmp/venv-INji/bin to PATH 00:54:24 INFO: No Stack... 00:54:24 INFO: Retrieving Pricing Info for: lf-standard-4 00:54:24 INFO: Archiving Costs [Pipeline] sh 00:54:24 + cat /w/workspace/edgex-go/5/archives/cost.csv 00:54:24 + cut -d, -f6 [Pipeline] lock 00:54:24 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3327-5-stack-cost] 00:54:24 Resource [jenkins-edgexfoundry-edgex-go-PR-3327-5-stack-cost] did not exist. Created. 00:54:24 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3327-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:54:25 + echo total: 0.20999999344348907 [Pipeline] stash 00:54:25 Stashed 1 file(s) [Pipeline] } 00:54:25 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3327-5-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:27 provisioning config files... 00:54:27 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config4121030116920041545tmp [Pipeline] { [Pipeline] sh 00:54:27 + set +x 00:54:27 + curl -s https://codecov.io/bash 00:54:27 + bash -s -- 00:54:28 00:54:28 _____ _ 00:54:28 / ____| | | 00:54:28 | | ___ __| | ___ ___ _____ __ 00:54:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:54:28 | |___| (_) | (_| | __/ (_| (_) \ V / 00:54:28 \_____\___/ \__,_|\___|\___\___/ \_/ 00:54:28 Bash-20210309-2b87ace 00:54:28 00:54:28 00:54:28 ==> git version 2.24.3 found 00:54:28 ==> 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:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:54:28 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:54:28 ==> Jenkins CI detected. 00:54:28 project root: . 00:54:28 --> token set from env 00:54:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:54:28 ==> Running gcov in . (disable via -X gcov) 00:54:28 ==> Python coveragepy not found 00:54:28 ==> Searching for coverage reports in: 00:54:28 + . 00:54:28 -> Found 1 reports 00:54:28 ==> Detecting git/mercurial file structure 00:54:28 ==> Reading reports 00:54:28 + ./coverage.out bytes=680272 00:54:28 ==> Appending adjustments 00:54:28 https://docs.codecov.io/docs/fixing-reports 00:54:32 + Found adjustments 00:54:32 ==> Gzipping contents 00:54:32 96K /tmp/codecov.66SQr4.gz 00:54:32 ==> Uploading reports 00:54:32 url: https://codecov.io 00:54:32 query: branch=PR-3327&commit=052cd7c14e3190f215230ff24c191390607f6c86&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3327%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3327&job=&cmd_args= 00:54:32 -> Pinging Codecov 00:54:32 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3327&commit=052cd7c14e3190f215230ff24c191390607f6c86&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3327%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3327&job=&cmd_args= 00:54:32 -> Uploading to 00:54:32 https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/052cd7c14e3190f215230ff24c191390607f6c86/56ac92aa-37ca-4e02-ab14-0ce7f0967a63.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T005432Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f958d2fe2e2ce10bb43e632e18eace2abc64e53cc1e3c163393e3e4167f5e698 00:54:32 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:32 Dload Upload Total Spent Left Speed 00:54:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97867 0 0 100 97867 0 223k --:--:-- --:--:-- --:--:-- 223k 00:54:32 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/052cd7c14e3190f215230ff24c191390607f6c86 [Pipeline] } 00:54:32 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:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:35 ---> package-listing.sh 00:54:35 ++ facter osfamily 00:54:35 ++ tr '[:upper:]' '[:lower:]' 00:54:35 + OS_FAMILY=redhat 00:54:35 + workspace=/w/workspace/edgex-go/5 00:54:35 + START_PACKAGES=/tmp/packages_start.txt 00:54:35 + END_PACKAGES=/tmp/packages_end.txt 00:54:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:35 + PACKAGES=/tmp/packages_start.txt 00:54:35 + '[' /w/workspace/edgex-go/5 ']' 00:54:35 + PACKAGES=/tmp/packages_end.txt 00:54:35 + case "${OS_FAMILY}" in 00:54:35 + rpm -qa 00:54:35 + sort 00:54:41 + '[' -f /tmp/packages_start.txt ']' 00:54:41 + '[' -f /tmp/packages_end.txt ']' 00:54:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:41 + '[' /w/workspace/edgex-go/5 ']' 00:54:41 + mkdir -p /w/workspace/edgex-go/5/archives/ 00:54:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 00:54:41 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:54:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:54:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:41 00:54:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:42 alpine: Pulling from edgex-lftools-log-publisher 00:54:42 df20fa9351a1: Pulling fs layer 00:54:42 36b3adc4ff6f: Pulling fs layer 00:54:42 8ad3a11d3b57: Pulling fs layer 00:54:42 46f8f816bc3b: Pulling fs layer 00:54:42 93b61091891f: Pulling fs layer 00:54:42 93b9cdb0e59b: Pulling fs layer 00:54:42 5e14af77c1be: Pulling fs layer 00:54:42 01666e4c0597: Pulling fs layer 00:54:42 aa168da1d23b: Pulling fs layer 00:54:42 93b9cdb0e59b: Waiting 00:54:42 5e14af77c1be: Waiting 00:54:42 01666e4c0597: Waiting 00:54:42 aa168da1d23b: Waiting 00:54:42 46f8f816bc3b: Waiting 00:54:42 93b61091891f: Waiting 00:54:42 36b3adc4ff6f: Verifying Checksum 00:54:42 36b3adc4ff6f: Download complete 00:54:42 46f8f816bc3b: Verifying Checksum 00:54:42 46f8f816bc3b: Download complete 00:54:42 df20fa9351a1: Verifying Checksum 00:54:42 df20fa9351a1: Download complete 00:54:42 93b9cdb0e59b: Verifying Checksum 00:54:42 93b9cdb0e59b: Download complete 00:54:42 5e14af77c1be: Verifying Checksum 00:54:42 5e14af77c1be: Download complete 00:54:42 93b61091891f: Verifying Checksum 00:54:42 93b61091891f: Download complete 00:54:42 01666e4c0597: Verifying Checksum 00:54:42 01666e4c0597: Download complete 00:54:43 df20fa9351a1: Pull complete 00:54:43 36b3adc4ff6f: Pull complete 00:54:43 8ad3a11d3b57: Verifying Checksum 00:54:43 8ad3a11d3b57: Download complete 00:54:44 8ad3a11d3b57: Pull complete 00:54:44 46f8f816bc3b: Pull complete 00:54:45 aa168da1d23b: Verifying Checksum 00:54:45 aa168da1d23b: Download complete 00:54:46 93b61091891f: Pull complete 00:54:46 93b9cdb0e59b: Pull complete 00:54:46 5e14af77c1be: Pull complete 00:54:46 01666e4c0597: Pull complete 00:54:57 aa168da1d23b: Pull complete 00:54:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:54:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:57 prd-centos7-docker-4c-2g-32364 does not seem to be running inside a container 00:54:57 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:55:02 $ docker top 1e91322c40bae6602373a9bde294a5ee60146348855aaeb40058198d5144bff0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:03 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:03 + mkdir -p /var/log/sa [Pipeline] sh 00:55:03 + ls /var/log/sa-host 00:55:03 + sadf -c /var/log/sa-host/sa01 00:55:03 file_magic: OK 00:55:03 HZ: Using current value: 100 00:55:03 file_header: OK 00:55:03 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:55:03 Statistics: 00:55:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:55:03 File successfully converted to sysstat format version 12.2.1 00:55:03 + sadf -c /var/log/sa-host/sa23 00:55:03 file_magic: OK 00:55:03 HZ: Using current value: 100 00:55:03 file_header: OK 00:55:03 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:55:03 Statistics: 00:55:03 Hnuu...uuuununununu... 00:55:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:04 provisioning config files... 00:55:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1420096696187538164tmp [Pipeline] { [Pipeline] echo 00:55:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:04 ---> create-netrc.sh [Pipeline] } 00:55:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:05 ---> python-tools-install.sh [Pipeline] echo 00:55:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:05 ---> sudo-logs.sh 00:55:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:55:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:55:05 ---> job-cost.sh 00:55:05 lf-activate-venv: SKIPPING 00:55:05 DEBUG: total: 0.20999999344348907 00:55:05 INFO: Retrieving Stack Cost... 00:55:06 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:07 INFO: Archiving Costs [Pipeline] echo 00:55:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:07 ---> logs-deploy.sh 00:55:07 lf-activate-venv: SKIPPING 00:55:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3327/5 00:55:07 INFO: archiving workspace using pattern(s): 00:55:08 Archives upload complete. 00:55:09 INFO: archiving logs to Nexus 00:55:10 ---> uname -a: 00:55:10 Linux prd-centos7-docker-4c-2g-32364.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:10 00:55:10 00:55:10 ---> lscpu: 00:55:10 Architecture: x86_64 00:55:10 CPU op-mode(s): 32-bit, 64-bit 00:55:10 Byte Order: Little Endian 00:55:10 Address sizes: 40 bits physical, 48 bits virtual 00:55:10 CPU(s): 4 00:55:10 On-line CPU(s) list: 0-3 00:55:10 Thread(s) per core: 1 00:55:10 Core(s) per socket: 1 00:55:10 Socket(s): 4 00:55:10 NUMA node(s): 1 00:55:10 Vendor ID: GenuineIntel 00:55:10 CPU family: 6 00:55:10 Model: 44 00:55:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:55:10 Stepping: 1 00:55:10 CPU MHz: 2933.438 00:55:10 BogoMIPS: 5866.87 00:55:10 Virtualization: VT-x 00:55:10 Hypervisor vendor: KVM 00:55:10 Virtualization type: full 00:55:10 L1d cache: 128 KiB 00:55:10 L1i cache: 128 KiB 00:55:10 L2 cache: 16 MiB 00:55:10 L3 cache: 64 MiB 00:55:10 NUMA node0 CPU(s): 0-3 00:55:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:55:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:55:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:55:10 Vulnerability Meltdown: Mitigation; PTI 00:55:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:55:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:55:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:55:10 Vulnerability Srbds: Not affected 00:55:10 Vulnerability Tsx async abort: Not affected 00:55:10 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:10 00:55:10 00:55:10 ---> nproc: 00:55:10 4 00:55:10 00:55:10 00:55:10 ---> df -h: 00:55:10 Filesystem Size Used Available Use% Mounted on 00:55:10 overlay 50.0G 13.1G 36.9G 26% / 00:55:10 tmpfs 64.0M 0 64.0M 0% /dev 00:55:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:55:10 shm 64.0M 0 64.0M 0% /dev/shm 00:55:10 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 00:55:10 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 00:55:10 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 00:55:10 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 00:55:10 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 00:55:10 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 00:55:10 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 00:55:10 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 00:55:10 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/5 00:55:10 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/5@tmp 00:55:10 00:55:10 00:55:10 ---> free -m: 00:55:10 total used free shared buff/cache available 00:55:10 Mem: 1837 727 92 0 1017 1027 00:55:10 Swap: 1023 60 963 00:55:10 00:55:10 00:55:10 ---> ip addr: 00:55:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:55:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:55:10 inet 127.0.0.1/8 scope host lo 00:55:10 valid_lft forever preferred_lft forever 00:55:10 inet6 ::1/128 scope host 00:55:10 valid_lft forever preferred_lft forever 00:55:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:55:10 link/ether fa:16:3e:82:25:aa brd ff:ff:ff:ff:ff:ff 00:55:10 inet 10.30.122.44/23 brd 10.30.123.255 scope global dynamic eth0 00:55:10 valid_lft 84879sec preferred_lft 84879sec 00:55:10 inet6 fe80::f816:3eff:fe82:25aa/64 scope link 00:55:10 valid_lft forever preferred_lft forever 00:55:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:55:10 link/ether 02:42:da:0c:65:f2 brd ff:ff:ff:ff:ff:ff 00:55:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:55:10 valid_lft forever preferred_lft forever 00:55:10 inet6 fe80::42:daff:fe0c:65f2/64 scope link 00:55:10 valid_lft forever preferred_lft forever 00:55:10 00:55:10 00:55:10 ---> sar -b -r -n DEV: 00:55:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 00:55:10 00:55:10 00:29:38 LINUX RESTART (4 CPU) 00:55:10 00:55:10 00:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:55:10 00:31:01 133.91 47.88 86.02 0.00 8486.09 35232.96 0.00 00:55:10 00:32:01 280.84 100.38 180.46 0.00 7601.20 50518.38 0.00 00:55:10 00:33:01 206.88 94.83 112.05 0.00 3757.77 13882.63 0.00 00:55:10 00:34:01 105.04 46.67 58.37 0.00 1645.60 7165.08 0.00 00:55:10 00:35:01 111.05 35.10 75.94 0.00 2205.16 18312.31 0.00 00:55:10 00:36:02 1043.97 786.78 257.19 0.00 99039.92 155663.27 0.00 00:55:10 00:37:02 2050.15 1691.09 359.06 0.00 146687.45 151879.11 0.00 00:55:10 00:38:01 1106.81 847.13 259.68 0.00 56092.13 60794.14 0.00 00:55:10 00:39:02 1472.30 1105.76 366.54 0.00 109106.21 135435.48 0.00 00:55:10 00:40:02 2110.38 1774.16 336.21 0.00 101524.60 106855.41 0.00 00:55:10 00:41:01 238.57 61.18 177.39 0.00 6467.56 23373.51 0.00 00:55:10 00:42:01 5.68 0.03 5.64 0.00 1.07 175.94 0.00 00:55:10 00:43:01 0.28 0.03 0.25 0.00 0.53 3.30 0.00 00:55:10 00:44:01 0.40 0.02 0.38 0.00 0.53 4.11 0.00 00:55:10 00:45:01 2.16 1.68 0.48 0.00 54.09 5.51 0.00 00:55:10 00:46:01 1.32 0.28 1.03 0.00 161.36 18.42 0.00 00:55:10 00:47:02 0.30 0.00 0.30 0.00 0.00 4.01 0.00 00:55:10 00:48:01 0.20 0.02 0.19 0.00 0.54 1.68 0.00 00:55:10 00:49:01 0.28 0.00 0.28 0.00 0.00 3.56 0.00 00:55:10 00:50:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 00:55:10 00:51:01 0.48 0.02 0.47 0.00 0.53 6.49 0.00 00:55:10 00:52:01 0.17 0.00 0.17 0.00 0.00 1.68 0.00 00:55:10 00:53:01 0.27 0.02 0.25 0.00 0.53 2.25 0.00 00:55:10 00:54:01 0.28 0.00 0.28 0.00 0.00 3.41 0.00 00:55:10 00:55:01 170.59 81.89 88.70 0.00 7096.80 17984.04 0.00 00:55:10 Average: 362.29 267.48 94.82 0.00 22072.89 31198.60 0.00 00:55:10 00:55:10 00:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:55:10 00:31:01 72244 0 746720 39.69 2620 1059960 1390448 47.45 657364 947316 132 00:55:10 00:32:01 73116 0 771204 40.99 1492 1035732 1505972 51.40 630480 896136 83692 00:55:10 00:33:01 207384 0 762648 40.53 744 910768 1354800 46.24 624008 762088 39072 00:55:10 00:34:01 252292 0 792260 42.11 584 836408 1741160 59.42 614076 727584 72952 00:55:10 00:35:01 68908 0 782136 41.57 492 1030008 1540104 52.56 630124 899944 42420 00:55:10 00:36:02 108524 0 745080 39.60 0 1027940 1920360 65.54 598892 954812 115616 00:55:10 00:37:02 71124 0 848516 45.10 0 961904 2219552 75.75 681464 879992 68136 00:55:10 00:38:01 338216 0 700412 37.23 0 842916 1369052 46.72 503244 798968 7560 00:55:10 00:39:02 75504 0 851812 45.27 0 954228 2516740 85.89 760320 814348 84392 00:55:10 00:40:02 257628 0 909664 48.35 0 714252 2335264 79.70 674524 681568 1980 00:55:10 00:41:01 345676 0 647956 34.44 0 887912 1205280 41.13 567540 715952 20 00:55:10 00:42:01 350196 0 643480 34.20 0 887868 1173464 40.05 565008 715612 12 00:55:10 00:43:01 350136 0 643532 34.20 0 887876 1173608 40.05 565688 715588 8 00:55:10 00:44:01 349696 0 643976 34.23 0 887872 1173608 40.05 565784 715596 8 00:55:10 00:45:01 348648 0 644048 34.23 0 888848 1173460 40.05 565244 716500 20 00:55:10 00:46:01 341316 0 646536 34.36 0 893692 1173548 40.05 570988 718504 8 00:55:10 00:47:02 341328 0 646524 34.36 0 893692 1173464 40.05 570876 718504 12 00:55:10 00:48:01 341344 0 646496 34.36 0 893704 1173464 40.05 570776 718520 12 00:55:10 00:49:01 341452 0 646380 34.35 0 893712 1173464 40.05 570904 718520 16 00:55:10 00:50:01 341740 0 646084 34.34 0 893720 1173464 40.05 570784 718520 8 00:55:10 00:51:01 341612 0 646204 34.34 0 893728 1173536 40.05 570868 718536 8 00:55:10 00:52:01 341536 0 646272 34.35 0 893736 1173464 40.05 570796 718536 8 00:55:10 00:53:01 341272 0 646544 34.36 0 893728 1173464 40.05 570800 718536 8 00:55:10 00:54:01 341756 0 646036 34.34 0 893752 1173464 40.05 571032 718552 8 00:55:10 00:55:01 180428 0 713540 37.92 0 987576 1370508 46.77 558348 847932 8 00:55:10 Average: 260923 0 706562 37.55 237 913821 1428988 48.77 595997 770267 20645 00:55:10 00:55:10 00:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:55:10 00:31:01 veth1c7a9da 874.69 701.69 83.70 2727.38 0.00 0.00 0.00 0.00 00:55:10 00:31:01 eth0 1654.67 1515.16 6482.90 201.04 0.00 0.00 0.00 0.00 00:55:10 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:31:01 docker0 874.69 701.56 71.75 2727.37 0.00 0.00 0.00 0.00 00:55:10 00:32:01 eth0 489.60 424.80 3674.88 44.86 0.00 0.00 0.00 0.00 00:55:10 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:32:01 docker0 157.02 174.48 11.34 828.47 0.00 0.00 0.00 0.00 00:55:10 00:33:01 vethb3f4371 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:10 00:33:01 eth0 43.50 30.81 30.51 69.48 0.00 0.00 0.00 0.00 00:55:10 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:34:01 vethb3f4371 2.44 2.44 0.20 0.20 0.00 0.00 0.00 0.00 00:55:10 00:34:01 eth0 27.29 14.34 19.95 10.67 0.00 0.00 0.00 0.00 00:55:10 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:34:01 docker0 2.44 2.44 0.16 0.20 0.00 0.00 0.00 0.00 00:55:10 00:35:01 eth0 253.64 221.59 1697.21 91.93 0.00 0.00 0.00 0.00 00:55:10 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:36:02 veth3172a83 7.38 5.56 29.11 0.38 0.00 0.00 0.00 0.00 00:55:10 00:36:02 vethf987e91 4.23 7.14 0.28 29.10 0.00 0.00 0.00 0.00 00:55:10 00:36:02 veth31811a2 0.00 0.26 0.00 0.02 0.00 0.00 0.00 0.00 00:55:10 00:36:02 eth0 62.78 40.55 173.39 13.70 0.00 0.00 0.00 0.00 00:55:10 00:37:02 vethf7b4263 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:10 00:37:02 veth9fdb3f6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:37:02 veth31811a2 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:37:02 eth0 37.12 24.08 25.49 65.95 0.00 0.00 0.00 0.00 00:55:10 00:38:01 veth31811a2 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:38:01 eth0 47.74 24.47 133.29 14.44 0.00 0.00 0.00 0.00 00:55:10 00:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:55:10 00:38:01 docker0 1063.22 924.37 84.80 3772.32 0.00 0.00 0.00 0.00 00:55:10 00:39:02 veth8ae9a81 15.80 29.57 1.09 304.73 0.00 0.00 0.00 0.00 00:55:10 00:39:02 veth31811a2 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 00:55:10 00:39:02 eth0 208.37 147.06 1648.32 92.14 0.00 0.00 0.00 0.00 00:55:10 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:40:02 vethefe66e3 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:55:10 00:40:02 veth31811a2 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 00:55:10 00:40:02 eth0 88.34 50.02 189.35 78.17 0.00 0.00 0.00 0.00 00:55:10 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:41:01 eth0 53.95 28.80 137.95 16.81 0.00 0.00 0.00 0.00 00:55:10 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:41:01 docker0 1109.63 1017.67 87.68 4465.06 0.00 0.00 0.00 0.00 00:55:10 00:42:01 eth0 0.55 0.07 0.06 0.01 0.00 0.00 0.00 0.00 00:55:10 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:43:01 eth0 2.31 0.83 0.90 0.56 0.00 0.00 0.00 0.00 00:55:10 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:44:01 eth0 1.48 0.53 0.59 0.42 0.00 0.00 0.00 0.00 00:55:10 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:45:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:55:10 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:46:01 eth0 0.40 0.28 0.18 0.08 0.00 0.00 0.00 0.00 00:55:10 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:47:02 eth0 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:55:10 00:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:48:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:55:10 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:55:10 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:50:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:55:10 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:51:01 eth0 0.33 0.27 0.14 0.08 0.00 0.00 0.00 0.00 00:55:10 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:52:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:55:10 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:53:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:55:10 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:54:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:55:01 eth0 239.55 208.54 2180.48 76.42 0.00 0.00 0.00 0.00 00:55:10 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 Average: eth0 127.74 108.60 653.71 31.03 0.00 0.00 0.00 0.00 00:55:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:10 Average: docker0 43.73 40.11 3.46 175.98 0.00 0.00 0.00 0.00 00:55:10 00:55:10 00:55:10 ---> sar -P ALL: 00:55:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 00:55:10 00:55:10 00:29:38 LINUX RESTART (4 CPU) 00:55:10 00:55:10 00:30:02 CPU %user %nice %system %iowait %steal %idle 00:55:10 00:31:01 all 21.07 0.00 9.69 5.37 0.22 63.65 00:55:10 00:31:01 0 17.51 0.00 11.74 3.48 0.21 67.05 00:55:10 00:31:01 1 21.68 0.00 8.00 6.28 0.26 63.78 00:55:10 00:31:01 2 25.88 0.00 8.98 7.37 0.23 57.55 00:55:10 00:31:01 3 19.13 0.00 10.08 4.33 0.19 66.27 00:55:10 00:32:01 all 14.77 0.00 9.70 4.24 0.51 70.79 00:55:10 00:32:01 0 14.43 0.00 8.93 3.61 0.52 72.51 00:55:10 00:32:01 1 19.10 0.00 10.18 4.72 0.51 65.49 00:55:10 00:32:01 2 13.33 0.00 9.66 5.40 0.46 71.15 00:55:10 00:32:01 3 12.24 0.00 10.03 3.21 0.53 74.00 00:55:10 00:33:01 all 43.52 0.00 12.11 4.26 0.39 39.72 00:55:10 00:33:01 0 41.91 0.00 12.21 3.35 0.36 42.16 00:55:10 00:33:01 1 42.39 0.00 11.82 6.04 0.46 39.29 00:55:10 00:33:01 2 45.38 0.00 12.19 2.45 0.38 39.61 00:55:10 00:33:01 3 44.40 0.00 12.23 5.21 0.35 37.81 00:55:10 00:34:01 all 50.80 0.00 13.62 2.35 0.95 32.28 00:55:10 00:34:01 0 50.96 0.00 13.29 2.32 1.05 32.38 00:55:10 00:34:01 1 51.17 0.00 13.47 1.09 1.05 33.22 00:55:10 00:34:01 2 50.66 0.00 14.18 3.86 0.78 30.52 00:55:10 00:34:01 3 50.40 0.00 13.52 2.14 0.92 33.02 00:55:10 00:35:01 all 36.44 0.00 13.01 2.19 1.22 47.13 00:55:10 00:35:01 0 37.88 0.00 13.35 3.25 1.18 44.35 00:55:10 00:35:01 1 35.44 0.00 12.67 0.98 1.10 49.80 00:55:10 00:35:01 2 35.64 0.00 12.81 1.88 1.55 48.12 00:55:10 00:35:01 3 36.81 0.00 13.21 2.66 1.07 46.25 00:55:10 00:36:02 all 21.82 0.00 24.42 8.96 1.69 43.11 00:55:10 00:36:02 0 20.87 0.00 23.34 7.99 1.76 46.04 00:55:10 00:36:02 1 20.39 0.00 25.12 9.43 1.69 43.37 00:55:10 00:36:02 2 23.52 0.00 23.81 8.65 1.65 42.37 00:55:10 00:36:02 3 22.51 0.00 25.42 9.78 1.64 40.65 00:55:10 00:37:02 all 25.17 0.00 26.05 28.76 1.46 18.57 00:55:10 00:37:02 0 25.65 0.00 26.35 28.06 1.46 18.47 00:55:10 00:37:02 1 25.87 0.00 26.42 28.29 1.37 18.04 00:55:10 00:37:02 2 25.69 0.00 26.71 27.55 1.49 18.55 00:55:10 00:37:02 3 23.44 0.00 24.70 31.13 1.53 19.20 00:55:10 00:38:01 all 60.11 0.00 20.44 14.27 1.01 4.16 00:55:10 00:38:01 0 62.64 0.00 18.85 12.18 0.91 5.43 00:55:10 00:38:01 1 59.41 0.00 21.02 15.05 1.10 3.42 00:55:10 00:38:01 2 60.25 0.00 20.80 14.79 1.01 3.15 00:55:10 00:38:01 3 58.16 0.00 21.08 15.09 1.03 4.64 00:55:10 00:39:02 all 27.30 0.00 24.61 25.17 1.46 21.47 00:55:10 00:39:02 0 26.86 0.00 25.52 25.53 1.37 20.72 00:55:10 00:39:02 1 28.51 0.00 23.85 26.92 1.54 19.19 00:55:10 00:39:02 2 27.89 0.00 24.45 24.80 1.49 21.36 00:55:10 00:39:02 3 25.92 0.00 24.62 23.39 1.42 24.64 00:55:10 00:40:02 all 25.09 0.00 23.49 30.59 1.28 19.54 00:55:10 00:40:02 0 23.63 0.00 23.59 28.60 1.31 22.88 00:55:10 00:40:02 1 25.08 0.00 24.03 30.48 1.26 19.15 00:55:10 00:40:02 2 26.58 0.00 23.41 32.39 1.30 16.32 00:55:10 00:40:02 3 25.08 0.00 22.95 30.87 1.26 19.84 00:55:10 00:41:01 all 38.58 0.00 12.09 7.26 0.12 41.95 00:55:10 00:41:01 0 37.81 0.00 12.08 7.92 0.14 42.04 00:55:10 00:41:01 1 38.57 0.00 12.22 6.13 0.09 43.00 00:55:10 00:41:01 2 38.76 0.00 11.78 6.80 0.12 42.54 00:55:10 00:41:01 3 39.17 0.00 12.29 8.18 0.14 40.22 00:55:10 00:55:10 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:55:10 00:42:01 all 0.15 0.00 0.05 0.00 0.00 99.80 00:55:10 00:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:55:10 00:42:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:55:10 00:42:01 2 0.53 0.00 0.10 0.00 0.00 99.37 00:55:10 00:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:10 00:43:01 all 0.18 0.00 0.03 0.00 0.00 99.78 00:55:10 00:43:01 0 0.07 0.00 0.03 0.00 0.00 99.90 00:55:10 00:43:01 1 0.03 0.00 0.05 0.02 0.00 99.90 00:55:10 00:43:01 2 0.05 0.00 0.02 0.00 0.02 99.92 00:55:10 00:43:01 3 0.55 0.00 0.03 0.00 0.00 99.42 00:55:10 00:44:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:55:10 00:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:55:10 00:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:55:10 00:44:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:55:10 00:44:01 3 0.52 0.00 0.03 0.00 0.00 99.45 00:55:10 00:45:01 all 0.11 0.00 0.11 0.02 0.00 99.76 00:55:10 00:45:01 0 0.03 0.00 0.07 0.00 0.00 99.90 00:55:10 00:45:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:55:10 00:45:01 2 0.07 0.00 0.13 0.00 0.00 99.80 00:55:10 00:45:01 3 0.28 0.00 0.18 0.08 0.00 99.45 00:55:10 00:46:01 all 0.03 0.00 0.05 0.01 0.00 99.91 00:55:10 00:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:10 00:46:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:55:10 00:46:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:55:10 00:46:01 3 0.05 0.00 0.08 0.05 0.00 99.82 00:55:10 00:47:02 all 0.03 0.00 0.03 0.00 0.00 99.94 00:55:10 00:47:02 0 0.00 0.00 0.03 0.00 0.00 99.97 00:55:10 00:47:02 1 0.03 0.00 0.05 0.00 0.00 99.92 00:55:10 00:47:02 2 0.02 0.00 0.02 0.00 0.00 99.97 00:55:10 00:47:02 3 0.05 0.00 0.03 0.00 0.00 99.92 00:55:10 00:48:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:55:10 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:10 00:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:55:10 00:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:55:10 00:48:01 3 0.53 0.00 0.02 0.00 0.00 99.46 00:55:10 00:49:01 all 0.15 0.00 0.02 0.00 0.00 99.84 00:55:10 00:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:55:10 00:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:55:10 00:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 00:55:10 00:49:01 3 0.53 0.00 0.02 0.00 0.00 99.45 00:55:10 00:50:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:55:10 00:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:55:10 00:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:55:10 00:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:55:10 00:50:01 3 0.53 0.00 0.03 0.00 0.00 99.43 00:55:10 00:51:01 all 0.14 0.00 0.02 0.00 0.00 99.83 00:55:10 00:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:10 00:51:01 1 0.02 0.00 0.05 0.00 0.02 99.92 00:55:10 00:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:55:10 00:51:01 3 0.52 0.00 0.00 0.00 0.00 99.48 00:55:10 00:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:55:10 00:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:10 00:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:55:10 00:52:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:55:10 00:52:01 3 0.53 0.00 0.03 0.00 0.00 99.43 00:55:10 00:55:10 00:52:01 CPU %user %nice %system %iowait %steal %idle 00:55:10 00:53:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:55:10 00:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:55:10 00:53:01 1 0.02 0.00 0.02 0.02 0.00 99.95 00:55:10 00:53:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:55:10 00:53:01 3 0.52 0.00 0.02 0.00 0.00 99.47 00:55:10 00:54:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:55:10 00:54:01 0 0.00 0.00 0.03 0.00 0.00 99.97 00:55:10 00:54:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:55:10 00:54:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:55:10 00:54:01 3 0.52 0.00 0.00 0.00 0.00 99.48 00:55:10 00:55:01 all 6.67 0.00 4.99 3.98 0.02 84.35 00:55:10 00:55:01 0 6.92 0.00 5.78 3.77 0.02 83.51 00:55:10 00:55:01 1 5.73 0.00 4.45 3.34 0.02 86.47 00:55:10 00:55:01 2 7.64 0.00 4.97 5.85 0.02 81.53 00:55:10 00:55:01 3 6.38 0.00 4.76 2.97 0.02 85.88 00:55:10 Average: all 14.56 0.00 7.58 5.32 0.40 72.15 00:55:10 Average: 0 14.34 0.00 7.61 5.04 0.40 72.62 00:55:10 Average: 1 14.59 0.00 7.55 5.38 0.41 72.07 00:55:10 Average: 2 14.92 0.00 7.57 5.50 0.41 71.61 00:55:10 Average: 3 14.37 0.00 7.59 5.36 0.39 72.29 00:55:10 00:55:10 00:55:10