Pull request #3269 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ca07e100999dc5c116f7ac63d0363044f02ddcad+8b8c045020ade9246d1189f9fd3b0cac0b6edd42 (3a55f7528c5a781cdf05dc4a662500e012a8cc8f) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-30913 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8b8c045020ade9246d1189f9fd3b0cac0b6edd42 into PR head commit ca07e100999dc5c116f7ac63d0363044f02ddcad > 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/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ca07e100999dc5c116f7ac63d0363044f02ddcad # timeout=10 Merge succeeded, producing ca07e100999dc5c116f7ac63d0363044f02ddcad Checking out Revision ca07e100999dc5c116f7ac63d0363044f02ddcad (PR-3269) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8b8c045020ade9246d1189f9fd3b0cac0b6edd42 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ca07e100999dc5c116f7ac63d0363044f02ddcad # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.4" > git rev-list --no-walk 92943d8cb36f1cb6d280a58ccbd3973606d3b70b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:45:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:46:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:46:01 ========================================================= 19:46:01 EdgeX Global Pipelines Version Info 19:46:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:46:03 ------------------- 19:46:03 stable info: 19:46:03 ------------------- 19:46:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:46:03 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:46:03 Message: update stable to v1.0.186 19:46:03 ------------------- 19:46:03 experimental info: 19:46:03 ------------------- 19:46:03 Commited By: **** collab-it+edgex@linuxfoundation.org 19:46:03 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:46:03 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:46:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:46:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:46:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:46:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:46:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:46:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:46:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:46:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:46:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:46:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:46:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:46:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:46:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:46:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:46:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:46:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:46:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:46:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:46:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:46:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:46:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:46:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:46:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3269 [Pipeline] echo 19:46:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3269 [Pipeline] echo 19:46:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3269 [Pipeline] echo 19:46:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ca07e100999dc5c116f7ac63d0363044f02ddcad [Pipeline] echo 19:46:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ca07e10 [Pipeline] echo 19:46:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:46:07 provisioning config files... 19:46:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config3898751956405205043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:46:07 ---> docker-login.sh 19:46:07 nexus3.edgexfoundry.org:10001 19:46:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:07 Configure a credential helper to remove this warning. See 19:46:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:07 19:46:07 Login Succeeded 19:46:07 nexus3.edgexfoundry.org:10002 19:46:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:07 Configure a credential helper to remove this warning. See 19:46:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:07 19:46:07 Login Succeeded 19:46:07 nexus3.edgexfoundry.org:10003 19:46:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:08 Configure a credential helper to remove this warning. See 19:46:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:08 19:46:08 Login Succeeded 19:46:08 nexus3.edgexfoundry.org:10004 19:46:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:08 Configure a credential helper to remove this warning. See 19:46:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:08 19:46:08 Login Succeeded 19:46:08 docker.io 19:46:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:46:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:46:08 Configure a credential helper to remove this warning. See 19:46:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:46:08 19:46:08 Login Succeeded 19:46:08 ---> docker-login.sh ends [Pipeline] } 19:46:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:46:09 ++ 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 19:46:09 + for file in '`ls cmd/**/Dockerfile`' 19:46:09 ++ dirname cmd/core-command/Dockerfile 19:46:09 ++ cut -d/ -f2 19:46:09 + echo core-command,cmd/core-command/Dockerfile 19:46:09 + for file in '`ls cmd/**/Dockerfile`' 19:46:09 ++ dirname cmd/core-data/Dockerfile 19:46:09 ++ cut -d/ -f2 19:46:09 + echo core-data,cmd/core-data/Dockerfile 19:46:09 + for file in '`ls cmd/**/Dockerfile`' 19:46:09 ++ dirname cmd/core-metadata/Dockerfile 19:46:09 ++ cut -d/ -f2 19:46:09 + echo core-metadata,cmd/core-metadata/Dockerfile 19:46:09 + for file in '`ls cmd/**/Dockerfile`' 19:46:09 ++ dirname cmd/security-bootstrapper/Dockerfile 19:46:09 ++ cut -d/ -f2 19:46:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:46:09 + for file in '`ls cmd/**/Dockerfile`' 19:46:09 ++ dirname cmd/security-proxy-setup/Dockerfile 19:46:09 ++ cut -d/ -f2 19:46:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:46:09 + for file in '`ls cmd/**/Dockerfile`' 19:46:09 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:46:09 ++ cut -d/ -f2 19:46:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:46:09 + for file in '`ls cmd/**/Dockerfile`' 19:46:09 ++ dirname cmd/support-notifications/Dockerfile 19:46:09 ++ cut -d/ -f2 19:46:09 + echo support-notifications,cmd/support-notifications/Dockerfile 19:46:09 + for file in '`ls cmd/**/Dockerfile`' 19:46:09 ++ dirname cmd/support-scheduler/Dockerfile 19:46:09 ++ cut -d/ -f2 19:46:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:46:09 + for file in '`ls cmd/**/Dockerfile`' 19:46:09 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:46:09 ++ cut -d/ -f2 19:46:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:46:09 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 19:46:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:46:10 19:46:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:46:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:46:11 latest: Pulling from edgex-devops/git-semver 19:46:11 31603596830f: Pulling fs layer 19:46:11 2a8b12db71e7: Pulling fs layer 19:46:11 6ca5941a6612: Pulling fs layer 19:46:11 ecc8261a40a4: Pulling fs layer 19:46:11 ecc8261a40a4: Waiting 19:46:11 2a8b12db71e7: Download complete 19:46:11 31603596830f: Download complete 19:46:11 ecc8261a40a4: Verifying Checksum 19:46:11 ecc8261a40a4: Download complete 19:46:11 6ca5941a6612: Verifying Checksum 19:46:11 6ca5941a6612: Download complete 19:46:11 31603596830f: Pull complete 19:46:11 2a8b12db71e7: Pull complete 19:46:12 6ca5941a6612: Pull complete 19:46:13 ecc8261a40a4: Pull complete 19:46:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:46:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:46:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:46:13 prd-centos7-docker-4c-2g-30913 does not seem to be running inside a container 19:46:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:46:15 $ docker top 18e7ab2f07a917298d67a328beaf752aab5001b9e77592edce3eaeb570e6ba2f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:46:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:46:16 [ssh-agent] Looking for ssh-agent implementation... 19:46:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:46:16 $ docker exec 18e7ab2f07a917298d67a328beaf752aab5001b9e77592edce3eaeb570e6ba2f ssh-agent 19:46:16 SSH_AUTH_SOCK=/tmp/ssh-eK501ix40Fdf/agent.11 19:46:16 SSH_AGENT_PID=16 19:46:16 Running ssh-add (command line suppressed) 19:46:16 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4637546851923552304.key (/w/workspace/edgex-go/6@tmp/private_key_4637546851923552304.key) 19:46:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:46:16 + git tag --points-at HEAD [Pipeline] } 19:46:17 $ docker exec --env ******** --env ******** 18e7ab2f07a917298d67a328beaf752aab5001b9e77592edce3eaeb570e6ba2f ssh-agent -k 19:46:17 unset SSH_AUTH_SOCK; 19:46:17 unset SSH_AGENT_PID; 19:46:17 echo Agent pid 16 killed; 19:46:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:46:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:46:17 [ssh-agent] Looking for ssh-agent implementation... 19:46:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:46:17 $ docker exec 18e7ab2f07a917298d67a328beaf752aab5001b9e77592edce3eaeb570e6ba2f ssh-agent 19:46:17 SSH_AUTH_SOCK=/tmp/ssh-ybaVOH1DwyrV/agent.45 19:46:17 SSH_AGENT_PID=51 19:46:17 Running ssh-add (command line suppressed) 19:46:17 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4892465714339902128.key (/w/workspace/edgex-go/6@tmp/private_key_4892465714339902128.key) 19:46:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:46:18 + git semver init 19:46:18 # -> Open(): unable to determine branch for HEAD 19:46:18 # $GIT_DIR = /w/workspace/edgex-go/6/.git 19:46:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 19:46:18 # $SEMVER_REMOTE_NAME = origin 19:46:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:46:18 # $SEMVER_USER_NAME = edgex-jenkins 19:46:18 # $SEMVER_BRANCH = PR-3269 19:46:18 # $SEMVER_TEMP = /tmp/semver-570701393 19:46:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:46:36 # '/tmp/semver-570701393' -> '/w/workspace/edgex-go/6/.semver' 19:46:36 # -> Force: false 19:46:36 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 19:46:36 $ docker exec --env ******** --env ******** 18e7ab2f07a917298d67a328beaf752aab5001b9e77592edce3eaeb570e6ba2f ssh-agent -k 19:46:36 unset SSH_AUTH_SOCK; 19:46:36 unset SSH_AGENT_PID; 19:46:36 echo Agent pid 51 killed; 19:46:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:46:37 + git semver [Pipeline] } 19:46:37 $ docker stop --time=1 18e7ab2f07a917298d67a328beaf752aab5001b9e77592edce3eaeb570e6ba2f 19:46:39 $ docker rm -f 18e7ab2f07a917298d67a328beaf752aab5001b9e77592edce3eaeb570e6ba2f [Pipeline] // withDockerContainer [Pipeline] sh 19:46:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:46:40 Stashed 1 file(s) [Pipeline] echo 19:46:40 [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 19:46:41 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:46:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:46:42 + sudo service docker restart 19:46:42 + true 19:46:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:46:42 ========================================================= 19:46:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:46:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:46:43 + 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 . 19:46:46 Sending build context to Docker daemon 328.7MB 19:46:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:46:46 Step 2/6 : FROM ${BASE} 19:46:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:46:46 188c0c94c7c5: Pulling fs layer 19:46:46 0ef7d3d256c8: Pulling fs layer 19:46:46 de9db76c5a1d: Pulling fs layer 19:46:46 bca2f99d35d6: Pulling fs layer 19:46:46 93359f2a8cfa: Pulling fs layer 19:46:46 7c6f9722023f: Pulling fs layer 19:46:46 a35cf1a2eb13: Pulling fs layer 19:46:46 93359f2a8cfa: Waiting 19:46:46 7c6f9722023f: Waiting 19:46:46 bca2f99d35d6: Waiting 19:46:46 a35cf1a2eb13: Waiting 19:46:46 de9db76c5a1d: Verifying Checksum 19:46:46 de9db76c5a1d: Download complete 19:46:46 0ef7d3d256c8: Verifying Checksum 19:46:46 0ef7d3d256c8: Download complete 19:46:46 93359f2a8cfa: Verifying Checksum 19:46:46 93359f2a8cfa: Download complete 19:46:46 7c6f9722023f: Verifying Checksum 19:46:46 7c6f9722023f: Download complete 19:46:46 188c0c94c7c5: Verifying Checksum 19:46:46 188c0c94c7c5: Download complete 19:46:47 188c0c94c7c5: Pull complete 19:46:47 0ef7d3d256c8: Pull complete 19:46:47 de9db76c5a1d: Pull complete 19:46:49 a35cf1a2eb13: Verifying Checksum 19:46:49 a35cf1a2eb13: Download complete 19:46:49 bca2f99d35d6: Download complete 19:46:55 bca2f99d35d6: Pull complete 19:46:55 93359f2a8cfa: Pull complete 19:46:55 7c6f9722023f: Pull complete 19:46:55 Still waiting to schedule task 19:46:55 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:46:59 a35cf1a2eb13: Pull complete 19:46:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:46:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:46:59 ---> a62c8e92a672 19:46:59 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 19:46:59 ---> Running in c0161936a411 19:47:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:47:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:47:01 (1/12) Installing libmagic (5.38-r0) 19:47:01 (2/12) Installing file (5.38-r0) 19:47:01 (3/12) Installing libc-dev (0.7.2-r3) 19:47:01 (4/12) Installing g++ (9.3.0-r2) 19:47:05 (5/12) Installing fortify-headers (1.1-r0) 19:47:05 (6/12) Installing patch (2.7.6-r6) 19:47:05 (7/12) Installing build-base (0.5-r2) 19:47:05 (8/12) Installing libsodium (1.0.18-r0) 19:47:05 (9/12) Installing pkgconf (1.7.2-r0) 19:47:05 (10/12) Installing libsodium-dev (1.0.18-r0) 19:47:05 (11/12) Installing libzmq (4.3.3-r0) 19:47:05 (12/12) Installing zeromq-dev (4.3.3-r0) 19:47:05 Executing busybox-1.31.1-r19.trigger 19:47:05 OK: 233 MiB in 51 packages 19:47:08 Removing intermediate container c0161936a411 19:47:08 ---> 75a329002820 19:47:08 Step 4/6 : WORKDIR /edgex-go 19:47:08 ---> Running in 54523e2bb5f1 19:47:08 Removing intermediate container 54523e2bb5f1 19:47:08 ---> 66eeb37a642f 19:47:08 Step 5/6 : COPY go.mod . 19:47:09 ---> 1f4523a609dd 19:47:09 Step 6/6 : RUN go mod download 19:47:09 ---> Running in 9690fef67343 19:47:31 Removing intermediate container 9690fef67343 19:47:31 ---> baeef76952d7 19:47:31 Successfully built baeef76952d7 19:47:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:47:31 + docker inspect -f . ci-base-image-x86_64 19:47:31 . [Pipeline] withDockerContainer 19:47:31 prd-centos7-docker-4c-2g-30913 does not seem to be running inside a container 19:47:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:47:32 $ docker top 1a092f6dd34fe1ac47d87ae326dc9bdf72ccfb7b3e077a25ff9db9c3048ebbf7 -eo pid,comm [Pipeline] { [Pipeline] sh 19:47:33 + go version 19:47:33 go version go1.15.5 linux/amd64 [Pipeline] } 19:47:33 $ docker stop --time=1 1a092f6dd34fe1ac47d87ae326dc9bdf72ccfb7b3e077a25ff9db9c3048ebbf7 19:47:34 $ docker rm -f 1a092f6dd34fe1ac47d87ae326dc9bdf72ccfb7b3e077a25ff9db9c3048ebbf7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:47:35 + docker inspect -f . ci-base-image-x86_64 19:47:35 . [Pipeline] withDockerContainer 19:47:35 prd-centos7-docker-4c-2g-30913 does not seem to be running inside a container 19:47:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:47:36 $ docker top a741da2407d1b80fbcb08ff7aa3529c341cb5e382c44a8bd5245db8a48726564 -eo pid,comm [Pipeline] { [Pipeline] echo 19:47:36 ========================================================= 19:47:36 [edgeXBuildGoParallel] Running Tests and Build... 19:47:36 ========================================================= [Pipeline] sh 19:47:36 + make test 19:47:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:47:45 ? github.com/edgexfoundry/edgex-go [no test files] 19:48:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:48:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:48:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:48:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:48:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:48:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:48:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:48:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:48:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:48:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:48:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:48:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:48:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:48:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.119s coverage: 45.9% of statements 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:48:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:48:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.053s coverage: 19.8% of statements 19:48:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements 19:48:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements 19:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:48:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 19:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:48:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements 19:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:48:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:48:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.112s coverage: 71.3% of statements 19:48:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:48:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:48:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.172s coverage: 82.9% of statements 19:48:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:48:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:48:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.079s coverage: 78.9% of statements 19:48:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:48:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements 19:48:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:48:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:48:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:48:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:48:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:48:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements 19:48:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:48:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 19:48:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:48:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements 19:48:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:48:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements 19:48:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:48:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements 19:48:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:48:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:48:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:48:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:48:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.399s coverage: 92.8% of statements 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:48:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:48:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:48:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:48:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 47.1% of statements 19:48:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.043s coverage: 79.5% of statements 19:48:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements 19:48:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.045s coverage: 96.3% of statements 19:48:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements 19:48:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements 19:48:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 19:48:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.534s coverage: 81.7% of statements 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.6% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 64.4% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 69.0% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 38.4% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.032s coverage: 84.8% of statements 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.161s coverage: 87.1% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.733s coverage: 29.1% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:48:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:48:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:48:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.111s coverage: 96.5% of statements 19:48:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:48:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:48:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:48:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 19:48:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:48:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 19:48:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:48:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:48:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:48:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:48:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 19:48:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:48:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:48:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 19:48:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 19:48:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 19:48:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30914 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws 19:48:51 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 19:48:52 GO111MODULE=on go vet ./... 19:48:56 using credential edgex-jenkins-ssh 19:48:56 Cloning the remote Git repository 19:48:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:48:56 > git init /w/workspace/edgex-go/6 # timeout=10 19:48:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:48:56 > git --version # timeout=10 19:48:56 > git --version # 'git version 2.17.1' 19:48:56 using GIT_SSH to set credentials SSH Credentials for GitHub 19:48:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:49:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:49:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:49:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:49:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:49:13 using GIT_SSH to set credentials SSH Credentials for GitHub 19:49:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:49:14 Merging remotes/origin/master commit 8b8c045020ade9246d1189f9fd3b0cac0b6edd42 into PR head commit ca07e100999dc5c116f7ac63d0363044f02ddcad 19:49:14 Merge succeeded, producing ca07e100999dc5c116f7ac63d0363044f02ddcad 19:49:14 Checking out Revision ca07e100999dc5c116f7ac63d0363044f02ddcad (PR-3269) 19:49:14 > git config core.sparsecheckout # timeout=10 19:49:14 > git checkout -f ca07e100999dc5c116f7ac63d0363044f02ddcad # timeout=10 19:49:14 > git remote # timeout=10 19:49:14 > git config --get remote.origin.url # timeout=10 19:49:14 using GIT_SSH to set credentials SSH Credentials for GitHub 19:49:14 > git merge 8b8c045020ade9246d1189f9fd3b0cac0b6edd42 # timeout=10 19:49:14 > git rev-parse HEAD^{commit} # timeout=10 19:49:14 > git config core.sparsecheckout # timeout=10 19:49:14 > git checkout -f ca07e100999dc5c116f7ac63d0363044f02ddcad # timeout=10 19:49:18 gofmt -l . 19:49:19 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.4" 19:49:19 [ "`gofmt -l .`" = "" ] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:49:20 ./bin/test-go-mod-tidy.sh 19:49:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 19:49:20 ./bin/test-attribution-txt.sh [Pipeline] sh 19:49:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh 19:49:21 + + truesudo 19:49:21 service docker restart 19:49:21 + ls -al . 19:49:21 total 772 19:49:21 drwxrwxr-x 10 1001 1001 4096 Mar 22 19:49 . 19:49:21 drwxr-xr-x 4 root root 28 Mar 22 19:47 .. 19:49:21 -rw-rw-r-- 1 1001 1001 11 Mar 22 19:45 .dockerignore 19:49:21 drwxrwxr-x 8 1001 1001 179 Mar 22 19:45 .git 19:49:21 drwxrwxr-x 3 1001 1001 125 Mar 22 19:45 .github 19:49:21 -rw-rw-r-- 1 1001 1001 818 Mar 22 19:45 .gitignore 19:49:21 drwx------ 3 1001 1001 60 Mar 22 19:46 .semver 19:49:21 -rw-rw-r-- 1 1001 1001 166 Mar 22 19:45 .sonarcloud.properties 19:49:21 -rw-rw-r-- 1 1001 1001 8607 Mar 22 19:45 Attribution.txt 19:49:21 -rw-rw-r-- 1 1001 1001 3804 Mar 22 19:45 CONTRIBUTING.md 19:49:21 -rw-rw-r-- 1 1001 1001 931 Mar 22 19:45 Dockerfile.build 19:49:21 -rw-rw-r-- 1 1001 1001 863 Mar 22 19:45 Jenkinsfile 19:49:21 -rw-rw-r-- 1 1001 1001 10775 Mar 22 19:45 LICENSE 19:49:21 -rw-rw-r-- 1 1001 1001 5774 Mar 22 19:45 Makefile 19:49:21 -rw-rw-r-- 1 1001 1001 6548 Mar 22 19:45 README.md 19:49:21 -rw-rw-r-- 1 1001 1001 6755 Mar 22 19:45 SECURITY.md 19:49:21 -rw-rw-r-- 1 1001 1001 5 Mar 22 19:46 VERSION 19:49:21 -rw-rw-r-- 1 1001 1001 4131 Mar 22 19:45 ZMQWindows.md 19:49:21 drwxrwxr-x 2 1001 1001 117 Mar 22 19:45 bin 19:49:21 drwxrwxr-x 14 1001 1001 4096 Mar 22 19:45 cmd 19:49:21 -rw-r--r-- 1 root root 659965 Mar 22 19:48 coverage.out 19:49:21 -rw-r--r-- 1 root root 1055 Mar 22 19:49 go.mod 19:49:21 -rw-r--r-- 1 root root 22325 Mar 22 19:49 go.sum 19:49:21 drwxrwxr-x 8 1001 1001 127 Mar 22 19:45 internal 19:49:21 drwxrwxr-x 4 1001 1001 26 Mar 22 19:45 openapi 19:49:21 drwxrwxr-x 4 1001 1001 71 Mar 22 19:45 snap 19:49:21 -rw-rw-r-- 1 1001 1001 168 Mar 22 19:45 version.go [Pipeline] sh 19:49:22 + '[' -e coverage.out ] 19:49:22 + chown 1001:1001 coverage.out [Pipeline] stash 19:49:22 Stashed 1 file(s) [Pipeline] sh 19:49:23 + make build 19:49:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:49:23 provisioning config files... 19:49:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config8835017080639378846tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:49:24 ---> docker-login.sh 19:49:24 nexus3.edgexfoundry.org:10001 19:49:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:25 Configure a credential helper to remove this warning. See 19:49:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:25 19:49:25 Login Succeeded 19:49:25 nexus3.edgexfoundry.org:10002 19:49:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:26 Configure a credential helper to remove this warning. See 19:49:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:26 19:49:26 Login Succeeded 19:49:26 nexus3.edgexfoundry.org:10003 19:49:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:26 Configure a credential helper to remove this warning. See 19:49:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:26 19:49:26 Login Succeeded 19:49:26 nexus3.edgexfoundry.org:10004 19:49:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:27 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 19:49:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:27 Configure a credential helper to remove this warning. See 19:49:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:27 19:49:27 Login Succeeded 19:49:27 docker.io 19:49:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:49:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:49:28 Configure a credential helper to remove this warning. See 19:49:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:49:28 19:49:28 Login Succeeded 19:49:28 ---> docker-login.sh ends [Pipeline] } 19:49:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:49:28 ========================================================= 19:49:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:49:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:49:28 + 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 . 19:49:31 Sending build context to Docker daemon 166.9MB 19:49:31 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:49:31 Step 2/6 : FROM ${BASE} 19:49:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:49:31 5f621e34cdf4: Pulling fs layer 19:49:31 a4357932f1b6: Pulling fs layer 19:49:31 18c013af1878: Pulling fs layer 19:49:31 00ac8860ef70: Pulling fs layer 19:49:31 63d7cb157983: Pulling fs layer 19:49:31 b116817d02f9: Pulling fs layer 19:49:31 745a02a5169b: Pulling fs layer 19:49:31 00ac8860ef70: Waiting 19:49:31 745a02a5169b: Waiting 19:49:31 63d7cb157983: Waiting 19:49:31 b116817d02f9: Waiting 19:49:31 18c013af1878: Verifying Checksum 19:49:31 18c013af1878: Download complete 19:49:31 a4357932f1b6: Verifying Checksum 19:49:31 a4357932f1b6: Download complete 19:49:31 63d7cb157983: Download complete 19:49:31 b116817d02f9: Verifying Checksum 19:49:31 b116817d02f9: Download complete 19:49:31 5f621e34cdf4: Verifying Checksum 19:49:31 5f621e34cdf4: Download complete 19:49:32 5f621e34cdf4: Pull complete 19:49:32 a4357932f1b6: Pull complete 19:49:33 18c013af1878: Pull complete 19:49:33 745a02a5169b: Verifying Checksum 19:49:33 745a02a5169b: Download complete 19:49:35 00ac8860ef70: Verifying Checksum 19:49:35 00ac8860ef70: Download complete 19:49:37 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 19:49:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:49:39 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 19:49:39 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 19:49:41 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 19:49: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 19:49: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 19:49: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 19:49: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 19:49: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 19:49:47 00ac8860ef70: Pull complete 19:49:47 63d7cb157983: Pull complete 19:49:47 b116817d02f9: Pull complete [Pipeline] } 19:49:49 $ docker stop --time=1 a741da2407d1b80fbcb08ff7aa3529c341cb5e382c44a8bd5245db8a48726564 19:49:50 745a02a5169b: Pull complete 19:49:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:49:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:49:50 ---> b7e6874047d6 19:49:50 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 19:49:50 $ docker rm -f a741da2407d1b80fbcb08ff7aa3529c341cb5e382c44a8bd5245db8a48726564 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 19:49:53 ---> Running in 21a6605a06ff [Pipeline] isUnix [Pipeline] sh 19:49:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:49:54 19:49:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:49:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:49:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:49:54 latest: Pulling from edgex-devops/edgex-compose 19:49:54 cbdbe7a5bc2a: Pulling fs layer 19:49:54 ca9280d653b3: Pulling fs layer 19:49:54 7e9c9ca2126c: Pulling fs layer 19:49:54 cbdbe7a5bc2a: Download complete 19:49:55 cbdbe7a5bc2a: Pull complete 19:49:55 ca9280d653b3: Verifying Checksum 19:49:55 ca9280d653b3: Download complete 19:49:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:56 ca9280d653b3: Pull complete 19:49:56 7e9c9ca2126c: Verifying Checksum 19:49:56 7e9c9ca2126c: Download complete 19:49:57 (1/12) Installing libmagic (5.38-r0) 19:49:57 (2/12) Installing file (5.38-r0) 19:49:57 (3/12) Installing libc-dev (0.7.2-r3) 19:49:57 (4/12) Installing g++ (9.3.0-r2) 19:50:03 7e9c9ca2126c: Pull complete 19:50:03 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:50:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:50:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:50:03 prd-centos7-docker-4c-2g-30913 does not seem to be running inside a container 19:50:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:50:06 $ docker top 8ee301aa53e67f888ce5ee7951d430fc7e0b6aaa05334af7c722fe6c8a401e2a -eo pid,comm [Pipeline] { [Pipeline] sh 19:50:07 + docker-compose build --help 19:50:07 + grep parallel 19:50:07 (5/12) Installing fortify-headers (1.1-r0) 19:50:07 (6/12) Installing patch (2.7.6-r6) 19:50:07 (7/12) Installing build-base (0.5-r2) 19:50:07 (8/12) Installing libsodium (1.0.18-r0) 19:50:07 (9/12) Installing pkgconf (1.7.2-r0) 19:50:07 (10/12) Installing libsodium-dev (1.0.18-r0) 19:50:07 (11/12) Installing libzmq (4.3.3-r0) 19:50:07 (12/12) Installing zeromq-dev (4.3.3-r0) 19:50:07 Executing busybox-1.31.1-r19.trigger 19:50:07 OK: 217 MiB in 51 packages 19:50:08 --parallel Build images in parallel. [Pipeline] } 19:50:08 $ docker stop --time=1 8ee301aa53e67f888ce5ee7951d430fc7e0b6aaa05334af7c722fe6c8a401e2a 19:50:09 $ docker rm -f 8ee301aa53e67f888ce5ee7951d430fc7e0b6aaa05334af7c722fe6c8a401e2a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:50:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:50:10 . [Pipeline] withDockerContainer 19:50:10 prd-centos7-docker-4c-2g-30913 does not seem to be running inside a container 19:50:10 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:50:11 $ docker top 85aa3cd1b3a31d6af8a3b5fb059280772df3e54e773d960d272445731dc37c5e -eo pid,comm [Pipeline] { [Pipeline] sh 19:50:11 + docker-compose -f ./docker-compose-build.yml build --parallel 19:50:11 Removing intermediate container 21a6605a06ff 19:50:11 ---> 5161359ecd7f 19:50:11 Step 4/6 : WORKDIR /edgex-go 19:50:11 ---> Running in 4b5bd2a662af 19:50:12 Removing intermediate container 4b5bd2a662af 19:50:12 ---> 498c5d7267ba 19:50:12 Step 5/6 : COPY go.mod . 19:50:12 Building docker-core-command-go ... 19:50:12 Building docker-core-data-go ... 19:50:12 Building docker-core-metadata-go ... 19:50:12 Building docker-security-bootstrapper-go ... 19:50:12 Building docker-security-proxy-setup-go ... 19:50:12 Building docker-security-secretstore-setup-go ... 19:50:12 Building docker-support-notifications-go ... 19:50:12 Building docker-support-scheduler-go ... 19:50:12 Building docker-sys-mgmt-agent-go ... 19:50:12 Building docker-core-data-go 19:50:12 Building docker-security-bootstrapper-go 19:50:12 Building docker-support-notifications-go 19:50:12 Building docker-security-proxy-setup-go 19:50:12 Building docker-support-scheduler-go 19:50:12 ---> 49eb71e18980 19:50:12 Step 6/6 : RUN go mod download 19:50:12 ---> Running in 433cef8b17d0 19:50:39 Removing intermediate container 433cef8b17d0 19:50:39 ---> 284ceac310de 19:50:39 Successfully built 284ceac310de 19:50:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:50:39 + docker inspect -f . ci-base-image-arm64 19:50:39 . [Pipeline] withDockerContainer 19:50:40 prd-ubuntu18.04-docker-arm64-4c-16g-30914 does not seem to be running inside a container 19:50:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:50:41 $ docker top 84c8505cb62bb8037b25d168294f6885d2f8b2a94164775957beba8357ff204c -eo pid,comm [Pipeline] { [Pipeline] sh 19:50:42 + go version 19:50:42 go version go1.15.5 linux/arm64 [Pipeline] } 19:50:42 $ docker stop --time=1 84c8505cb62bb8037b25d168294f6885d2f8b2a94164775957beba8357ff204c 19:50:44 $ docker rm -f 84c8505cb62bb8037b25d168294f6885d2f8b2a94164775957beba8357ff204c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:50:45 + docker inspect -f . ci-base-image-arm64 19:50:45 . [Pipeline] withDockerContainer 19:50:46 prd-ubuntu18.04-docker-arm64-4c-16g-30914 does not seem to be running inside a container 19:50:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:50:47 $ docker top 395c5793e431b674255ef7b15ab54be3b000befffddea12cc0ed4798aa75001a -eo pid,comm [Pipeline] { [Pipeline] echo 19:50:47 ========================================================= 19:50:47 [edgeXBuildGoParallel] Running Tests and Build... 19:50:47 ========================================================= [Pipeline] sh 19:50:48 + make test 19:50:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:50:51 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:51 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:50:51 ---> baeef76952d7 19:50:51 Step 3/31 : WORKDIR /edgex-go 19:50:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:50:51 ---> baeef76952d7 19:50:51 Step 3/22 : WORKDIR /edgex-go 19:50:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:50:51 ---> baeef76952d7 19:50:51 Step 3/21 : WORKDIR /edgex-go 19:50:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:50:51 ---> baeef76952d7 19:50:51 Step 3/22 : WORKDIR /edgex-go 19:50:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:50:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:50:51 ---> baeef76952d7 19:50:51 Step 3/23 : WORKDIR /edgex-go 19:50:51 ---> Running in 9c5b5b4136aa 19:50:51 ---> Running in c918563a4e13 19:50:51 ---> Running in fdce55026a26 19:50:51 ---> Running in be08e152793a 19:50:51 ---> Running in 5e6233587a99 19:50:51 Removing intermediate container fdce55026a26 19:50:51 ---> ee6aaf9c4090 19:50:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:51 Removing intermediate container be08e152793a 19:50:51 ---> 65e738675236 19:50:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:51 Removing intermediate container 9c5b5b4136aa 19:50:51 ---> 15bf2c6adc9b 19:50:51 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:51 Removing intermediate container 5e6233587a99 19:50:51 ---> 3cd7c4127b40 19:50:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:51 Removing intermediate container c918563a4e13 19:50:51 ---> 01ebb1e279a7 19:50:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:50:51 ---> Running in 88c59d085dde 19:50:51 ---> Running in d707a2ba5518 19:50:51 ---> Running in 6c10a4821226 19:50:51 ---> Running in 5449bf6a6d9f 19:50:51 ---> Running in 33629496da2f 19:50:51 Removing intermediate container d707a2ba5518 19:50:51 ---> 80a528dc2dbe 19:50:51 Step 5/21 : RUN apk add --update --no-cache make git 19:50:51 ---> Running in 4a4037ba7211 19:50:51 Removing intermediate container 6c10a4821226 19:50:51 ---> a43d085c2c49 19:50:51 Step 5/22 : RUN apk add --update --no-cache make git 19:50:51 Removing intermediate container 88c59d085dde 19:50:51 ---> c5237286ede4 19:50:51 Step 5/31 : RUN apk add --update --no-cache make git 19:50:51 Removing intermediate container 33629496da2f 19:50:51 ---> 25d69d69bea9 19:50:51 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:50:51 ---> Running in ca4455f5f595 19:50:51 Removing intermediate container 5449bf6a6d9f 19:50:51 ---> 26be316d17ed 19:50:51 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:50:51 ---> Running in f78cc0a4a24b 19:50:51 ---> Running in a8311a514ff7 19:50:51 ---> Running in 168ded300d5e 19:50:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:50:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:52 OK: 233 MiB in 51 packages 19:50:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:50:52 OK: 233 MiB in 51 packages 19:50:52 OK: 233 MiB in 51 packages 19:50:52 Removing intermediate container 4a4037ba7211 19:50:52 ---> 4202d7d1176b 19:50:52 Step 6/21 : COPY go.mod . 19:50:52 OK: 233 MiB in 51 packages 19:50:52 OK: 233 MiB in 51 packages 19:50:53 ---> 9efa4b6ce6b7 19:50:53 Step 7/21 : RUN go mod download 19:50:53 Removing intermediate container ca4455f5f595 19:50:53 ---> 85a6d83fb028 19:50:53 Step 6/22 : COPY go.mod . 19:50:53 ---> Running in 731404cb85ec 19:50:53 Removing intermediate container f78cc0a4a24b 19:50:53 ---> 953193e22d8b 19:50:53 Step 6/31 : COPY go.mod . 19:50:54 ---> 31bcd621a956 19:50:54 Step 7/22 : RUN go mod download 19:50:54 Removing intermediate container 168ded300d5e 19:50:54 ---> cbe08698f12c 19:50:54 Step 6/23 : COPY go.mod . 19:50:54 ---> b4bf69976897 19:50:54 Step 7/31 : RUN go mod download 19:50:54 Removing intermediate container a8311a514ff7 19:50:54 ---> 318337911b2c 19:50:54 Step 6/22 : COPY go.mod . 19:50:54 ---> Running in 9377996619f5 19:50:54 ---> Running in 5e55be175f40 19:50:54 ---> af967d97588b 19:50:54 Step 7/23 : RUN go mod download 19:50:54 ---> 49ebff7ad15e 19:50:54 Step 7/22 : RUN go mod download 19:50:54 ---> Running in 4c45c5099f32 19:50:54 ---> Running in 7761200feb40 19:50:55 Removing intermediate container 9377996619f5 19:50:55 ---> bf2038b3d564 19:50:55 Step 8/22 : COPY . . 19:50:55 Removing intermediate container 731404cb85ec 19:50:55 ---> 5d524580da5c 19:50:55 Step 8/21 : COPY . . 19:51:01 Removing intermediate container 5e55be175f40 19:51:01 ---> 7e8999ae0edf 19:51:01 Step 8/31 : COPY . . 19:51:01 Removing intermediate container 4c45c5099f32 19:51:01 ---> aed463c3fdf0 19:51:01 Step 8/23 : COPY . . 19:51:07 Removing intermediate container 7761200feb40 19:51:07 ---> f52360c687fc 19:51:07 Step 8/22 : COPY . . 19:51:10 ? github.com/edgexfoundry/edgex-go [no test files] 19:51:46 ---> bab036b231c1 19:51:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:51:46 ---> a9207e253041 19:51:46 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:51:46 ---> Running in 5724fb18507e 19:51:46 ---> Running in 6abc3370f425 19:51:46 ---> f83d9268f10a 19:51:46 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:51:46 ---> b9c00569efa0 19:51:46 Step 9/23 : RUN make cmd/core-data/core-data 19:51:46 ---> Running in 2904537e94ab 19:51:46 ---> Running in 608b5a8f5ee0 19:51:46 ---> e6fad51c374f 19:51:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:51:46 ---> Running in f78812b187f7 19:51:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:51:46 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 19:51:46 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 19:51:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:51:46 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 19:51:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:52:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:52:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:52:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:52:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:52:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:52:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:52:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:52:18 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 19:52:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:52:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:52:22 Removing intermediate container 608b5a8f5ee0 19:52:22 ---> 54f56da735d3 19:52:22 19:52:22 Step 10/31 : FROM alpine:3.12 19:52:22 3.12: Pulling from library/alpine 19:52:25 Removing intermediate container 5724fb18507e 19:52:25 ---> f457f777525c 19:52:25 19:52:25 Step 10/21 : FROM alpine:3.12 19:52:25 3.12: Pulling from library/alpine 19:52:25 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:52:25 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:52:25 Status: Downloaded newer image for alpine:3.12 19:52:25 ---> 88dd2752d2ea 19:52:25 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:52:25 Status: Downloaded newer image for alpine:3.12 19:52:25 ---> 88dd2752d2ea 19:52:25 Step 11/21 : RUN apk add --update --no-cache curl 19:52:25 Removing intermediate container 6abc3370f425 19:52:25 ---> 04861f7adf09 19:52:25 19:52:25 Step 10/22 : FROM alpine:3.12 19:52:25 ---> 88dd2752d2ea 19:52:25 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:52:26 ---> Running in 08b8c746a7d4 19:52:26 ---> Running in 6313a4d2d42b 19:52:26 ---> Running in 3172eb6279b2 19:52:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:52:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:52:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:52:28 Removing intermediate container 6313a4d2d42b 19:52:28 ---> f6a3be771a51 19:52:28 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:52:28 Removing intermediate container f78812b187f7 19:52:28 ---> 45739a308049 19:52:28 19:52:28 Step 10/22 : FROM alpine:3.12 19:52:28 ---> 88dd2752d2ea 19:52:28 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:52:30 ---> Running in a70e0320acc3 19:52:30 ---> Running in f723774b2af2 19:52:30 Removing intermediate container 2904537e94ab 19:52:30 ---> 2e5955069b6b 19:52:30 19:52:30 Step 10/23 : FROM alpine:3.12 19:52:30 ---> 88dd2752d2ea 19:52:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:52:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:52:30 ---> Running in c41d5d31c439 19:52:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:52:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:52:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:52:30 Removing intermediate container c41d5d31c439 19:52:30 ---> 0771c6fd5e29 19:52:30 Step 12/23 : ENV APP_PORT=48080 19:52:30 (1/1) Installing dumb-init (1.2.2-r1) 19:52:30 Executing busybox-1.31.1-r19.trigger 19:52:30 OK: 6 MiB in 15 packages 19:52:30 (1/4) Installing ca-certificates (20191127-r4) 19:52:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:52:30 (3/4) Installing libcurl (7.69.1-r3) 19:52:30 (4/4) Installing curl (7.69.1-r3) 19:52:30 ---> Running in 38b51c5dfd64 19:52:30 Executing busybox-1.31.1-r19.trigger 19:52:30 Executing ca-certificates-20191127-r4.trigger 19:52:30 OK: 7 MiB in 18 packages 19:52:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:52:31 (1/2) Installing ca-certificates (20191127-r4) 19:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:52:31 (2/2) Installing dumb-init (1.2.2-r1) 19:52:31 Executing busybox-1.31.1-r19.trigger 19:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:52:31 Executing ca-certificates-20191127-r4.trigger 19:52:31 (1/2) Installing dumb-init (1.2.2-r1) 19:52:31 (2/2) Installing su-exec (0.2-r1) 19:52:31 Executing busybox-1.31.1-r19.trigger 19:52:31 OK: 6 MiB in 16 packages 19:52:31 OK: 6 MiB in 16 packages 19:52:32 Removing intermediate container 38b51c5dfd64 19:52:32 ---> c7435181e12e 19:52:32 Step 13/23 : EXPOSE $APP_PORT 19:52:32 ---> Running in c1ff4416edeb 19:52:32 Removing intermediate container 3172eb6279b2 19:52:32 ---> 63922344b004 19:52:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:52:32 Removing intermediate container c1ff4416edeb 19:52:32 ---> e78b1ea6a5db 19:52:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.336s coverage: 45.9% of statements 19:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.119s coverage: 19.8% of statements 19:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.227s coverage: 100.0% of statements 19:52:33 ---> Running in 774c855d7db9 19:52:33 ---> Running in eb9a09a69c22 19:52:33 Removing intermediate container 08b8c746a7d4 19:52:33 ---> 96c8ef479c07 19:52:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:52:33 Removing intermediate container f723774b2af2 19:52:33 ---> 70589822a61f 19:52:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:52:33 Removing intermediate container 774c855d7db9 19:52:33 ---> a7b1b35a088b 19:52:33 Step 13/22 : ENV APP_PORT=48085 19:52:34 Removing intermediate container a70e0320acc3 19:52:34 ---> a8d413277276 19:52:34 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:52:34 ---> Running in 595dae5172e5 19:52:34 ---> Running in 8803640db0cb 19:52:34 ---> Running in 10b4561328e2 19:52:34 ---> Running in 52f8b5721462 19:52:34 Removing intermediate container 595dae5172e5 19:52:34 ---> 7eb590812c16 19:52:34 Step 14/22 : EXPOSE $APP_PORT 19:52:34 Removing intermediate container 8803640db0cb 19:52:34 ---> 99bffca2cfbe 19:52:34 Step 13/22 : ENV APP_PORT=48060 19:52:34 Removing intermediate container 10b4561328e2 19:52:34 ---> 9f703de543d0 19:52:34 Step 13/21 : WORKDIR /edgex 19:52:35 ---> Running in 2957f90d1ccf 19:52:35 Removing intermediate container 52f8b5721462 19:52:35 ---> 7ce24df3097e 19:52:35 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:52:35 ---> Running in 3c02b4b1a746 19:52:35 ---> Running in 17f99d80c330 19:52:35 ---> Running in 17bb31b231b3 19:52:35 Removing intermediate container 2957f90d1ccf 19:52:35 ---> d352b2dbfd6c 19:52:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:52:35 Removing intermediate container 3c02b4b1a746 19:52:35 ---> f7339a5f89d2 19:52:35 Step 14/22 : EXPOSE $APP_PORT 19:52:35 Removing intermediate container 17f99d80c330 19:52:35 ---> 789c341b6f0d 19:52:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:52:35 Removing intermediate container 17bb31b231b3 19:52:35 ---> 79faa2a45799 19:52:35 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:52:35 ---> Running in 07b056f349eb 19:52:35 ---> Running in f789bdc9cb51 19:52:35 Removing intermediate container eb9a09a69c22 19:52:35 ---> aec8cdde2ed1 19:52:35 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:52:36 ---> 9c7eaa4ac0f8 19:52:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:52:36 ---> 8d95d4ee3108 19:52:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:52:36 ---> Running in d11e552c3331 19:52:36 Removing intermediate container 07b056f349eb 19:52:36 ---> 74b65358e6aa 19:52:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:52:37 ---> 6f96740c22ab 19:52:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:52:37 ---> 6aec68ff8977 19:52:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:52:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:52:37 ---> c34dc3db92fd 19:52:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:52:37 ---> f8e5a78a3b08 19:52:37 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:52:37 ---> Running in c40386887381 19:52:37 ---> ce430d2cdc29 19:52:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:52:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:52:37 Removing intermediate container f789bdc9cb51 19:52:37 ---> 9d6abd27e206 19:52:37 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:52:38 ---> 073eeb216025 19:52:38 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:52:38 ---> Running in ecfa8e8dd072 19:52:38 ---> Running in 7f553a5ed201 19:52:38 ---> cf6d29bd4e9b 19:52:38 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:52:38 Removing intermediate container c40386887381 19:52:38 ---> 316f812ab60d 19:52:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:52:38 ---> Running in e81f1acfd6cf 19:52:38 ---> Running in b98f3dcd373a 19:52:38 (1/6) Installing dumb-init (1.2.2-r1) 19:52:38 (2/6) Installing libgcc (9.3.0-r2) 19:52:38 Removing intermediate container 7f553a5ed201 19:52:38 ---> d50f1b584bc9 19:52:38 Step 18/21 : CMD ["--init=true"] 19:52:38 Removing intermediate container ecfa8e8dd072 19:52:38 ---> a734be7ab8d6 19:52:38 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:52:38 (3/6) Installing libsodium (1.0.18-r0) 19:52:38 (4/6) Installing libstdc++ (9.3.0-r2) 19:52:38 ---> Running in 8a67a3b16ba7 19:52:38 Removing intermediate container e81f1acfd6cf 19:52:38 ---> 559a598a691f 19:52:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:52:38 Removing intermediate container b98f3dcd373a 19:52:38 ---> c0c842ca490f 19:52:38 Step 20/22 : LABEL arch=x86_64 19:52:38 ---> Running in 10f11b7d85cc 19:52:38 (5/6) Installing libzmq (4.3.3-r0) 19:52:38 ---> 7eaef6b02b47 19:52:38 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:52:39 ---> Running in 126b6e1da35a 19:52:39 (6/6) Installing zeromq (4.3.3-r0) 19:52:39 Removing intermediate container 8a67a3b16ba7 19:52:39 ---> b94903e5a307 19:52:39 Step 19/21 : LABEL arch=x86_64 19:52:39 Executing busybox-1.31.1-r19.trigger 19:52:39 OK: 8 MiB in 20 packages 19:52:39 ---> Running in 54beba6d2c97 19:52:39 ---> Running in 085188dac169 19:52:39 Removing intermediate container 10f11b7d85cc 19:52:39 ---> 87fa72c7c0ce 19:52:39 Step 20/22 : LABEL arch=x86_64 19:52:39 Removing intermediate container 126b6e1da35a 19:52:39 ---> b459c1d10641 19:52:39 Step 21/22 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 19:52:39 ---> Running in 8d3dd4170c67 19:52:39 ---> Running in 442fafce6474 19:52:39 Removing intermediate container 085188dac169 19:52:39 ---> ff26b9e04c54 19:52:39 Step 20/21 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 19:52:40 ---> Running in c4c5c86445f6 19:52:40 Removing intermediate container 8d3dd4170c67 19:52:40 ---> 56eff36935a1 19:52:40 Step 21/22 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 19:52:40 Removing intermediate container 442fafce6474 19:52:40 ---> 8ccc7ba89e74 19:52:40 Step 22/22 : LABEL version=0.0.0 19:52:40 ---> Running in 194038e6bdc0 19:52:40 ---> Running in e3e4bb98810b 19:52:40 Removing intermediate container d11e552c3331 19:52:40 ---> cc36c9488437 19:52:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:52:40 Removing intermediate container c4c5c86445f6 19:52:40 ---> f61c76d45586 19:52:40 Step 21/21 : LABEL version=0.0.0 19:52:41 Removing intermediate container 194038e6bdc0 19:52:41 ---> f9c16d66748d 19:52:41 Step 22/22 : LABEL version=0.0.0 19:52:41 ---> Running in e89cc98d6a65 19:52:41 Removing intermediate container e3e4bb98810b 19:52:41 ---> f3db906ad5ec 19:52:41 19:52:41 ---> 9043aa7a5c13 19:52:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:52:41 ---> Running in ade955b74970 19:52:41 Removing intermediate container e89cc98d6a65 19:52:41 ---> 09d66a971506 19:52:41 19:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.539s coverage: 27.1% of statements 19:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements 19:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.124s coverage: 100.0% of statements 19:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.271s coverage: 71.3% of statements 19:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:52:41 Successfully built f3db906ad5ec 19:52:41 Successfully built 09d66a971506 19:52:41 Successfully tagged docker-security-proxy-setup-go:latest 19:52:41 Successfully tagged docker-support-scheduler-go:latest 19:52:41  Building docker-support-scheduler-go ... done Removing intermediate container ade955b74970 19:52:41 ---> 287bb906d22e 19:52:41 19:52:41 Building docker-sys-mgmt-agent-go 19:52:41  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 19:52:42 Removing intermediate container 54beba6d2c97 19:52:42 ---> facfefb3b081 19:52:42 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:52:42 ---> 9c3acba55256 19:52:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:52:42 Successfully built 287bb906d22e 19:52:42 Successfully tagged docker-support-notifications-go:latest 19:52:42  Building docker-support-notifications-go ... done Building docker-core-metadata-go 19:52:42 ---> 6018a88e9f9d 19:52:42 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:52:42 ---> a0d27d8fdc39 19:52:42 Step 19/23 : ENTRYPOINT ["/core-data"] 19:52:42 ---> Running in 2029052ae68d 19:52:42 Removing intermediate container 2029052ae68d 19:52:42 ---> 232aabcf10d0 19:52:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:52:42 ---> Running in 1d6a49226d09 19:52:42 ---> 6a1d0478cc72 19:52:42 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:52:43 Removing intermediate container 1d6a49226d09 19:52:43 ---> 4a2687be75b9 19:52:43 Step 21/23 : LABEL arch=x86_64 19:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.457s coverage: 82.9% of statements 19:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.147s coverage: 78.9% of statements 19:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:52:45 ---> fae3c907317c 19:52:45 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:52:45 ---> Running in 6b4bd7f81543 19:52:49 ---> 49cfffac7d66 19:52:49 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:52:49 Removing intermediate container 6b4bd7f81543 19:52:49 ---> a6c558cceb8c 19:52:49 Step 22/23 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 19:52:52 ---> Running in 3e0330e7d0ae 19:52:52 ---> f186832fa4e6 19:52:52 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:52:52 Removing intermediate container 3e0330e7d0ae 19:52:52 ---> 5a3dba14464c 19:52:52 Step 23/23 : LABEL version=0.0.0 19:52:52 ---> Running in 7c2b5dc6a75c 19:52:52 ---> Running in 2c7c4752e820 19:52:53 Removing intermediate container 2c7c4752e820 19:52:53 ---> 7d0aa410987e 19:52:53 19:52:53 Removing intermediate container 7c2b5dc6a75c 19:52:53 ---> 1abc9fca2f5f 19:52:53 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:52:53 Successfully built 7d0aa410987e 19:52:53 Successfully tagged docker-core-data-go:latest 19:52:53  Building docker-core-data-go ... done Building docker-core-command-go 19:52:53 ---> f5317172d713 19:52:53 Step 26/31 : RUN chmod +x /entrypoint.sh 19:52:54 ---> Running in 1e32951ad774 19:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.150s coverage: 28.6% of statements 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.145s coverage: 100.0% of statements 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.100s coverage: 100.0% of statements 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.276s coverage: 86.7% of statements 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.403s coverage: 97.5% of statements 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.126s coverage: 78.3% of statements 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:53:00 Removing intermediate container 1e32951ad774 19:53:00 ---> 3e5b588336f6 19:53:00 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:53:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.213s coverage: 92.8% of statements 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:53:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:53:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.214s coverage: 0.1% of statements 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:53:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:53:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 47.1% of statements 19:53:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements 19:53:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.101s coverage: 94.1% of statements 19:53:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements 19:53:01 ---> Running in 82eb9c1d092a 19:53:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 19:53:02 Removing intermediate container 82eb9c1d092a 19:53:02 ---> 18ac3114b28d 19:53:02 Step 28/31 : CMD ["gate"] 19:53:02 ---> Running in 4c8a875c1750 19:53:02 Removing intermediate container 4c8a875c1750 19:53:02 ---> 079401ed6695 19:53:02 Step 29/31 : LABEL arch=x86_64 19:53:03 ---> Running in 03b6812d4442 19:53:04 Removing intermediate container 03b6812d4442 19:53:04 ---> ba2b2dd4e37a 19:53:04 Step 30/31 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 19:53:07 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:53:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:53:07 ---> baeef76952d7 19:53:07 Step 3/26 : WORKDIR /edgex-go 19:53:07 ---> Using cache 19:53:07 ---> 01ebb1e279a7 19:53:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:53:07 ---> Using cache 19:53:07 ---> 25d69d69bea9 19:53:07 Step 5/26 : RUN apk add --update --no-cache make bash git 19:53:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:53:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:53:07 ---> baeef76952d7 19:53:07 Step 3/24 : WORKDIR /edgex-go 19:53:07 ---> Using cache 19:53:07 ---> 01ebb1e279a7 19:53:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:53:07 ---> Using cache 19:53:07 ---> 25d69d69bea9 19:53:07 Step 5/24 : RUN apk add --update --no-cache make git 19:53:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:53:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:53:07 ---> baeef76952d7 19:53:07 Step 3/23 : WORKDIR /edgex-go 19:53:07 ---> Using cache 19:53:07 ---> 01ebb1e279a7 19:53:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:53:07 ---> Using cache 19:53:07 ---> 25d69d69bea9 19:53:07 Step 5/23 : RUN apk add --update --no-cache make git 19:53:09 ---> Running in cf55d5e037ea 19:53:09 ---> Running in 97fbe26d07cc 19:53:09 ---> Running in caa72c9d8c9e 19:53:09 ---> Running in 4891b729d404 19:53:10 Removing intermediate container cf55d5e037ea 19:53:10 ---> b57ff76c12cc 19:53:10 Step 31/31 : LABEL version=0.0.0 19:53:11 ---> Running in 395c1d9f0478 19:53:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:53:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:53:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:53:12 Removing intermediate container 395c1d9f0478 19:53:12 ---> c1535fd968dc 19:53:12 19:53:12 Successfully built c1535fd968dc 19:53:12 Successfully tagged docker-security-bootstrapper-go:latest 19:53:13  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:53:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:53:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:53:13 OK: 233 MiB in 51 packages 19:53:13 OK: 233 MiB in 51 packages 19:53:13 OK: 233 MiB in 51 packages 19:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.098s coverage: 94.4% of statements 19:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 19:53:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:53:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:53:14 ---> baeef76952d7 19:53:14 Step 3/23 : WORKDIR /edgex-go 19:53:14 ---> Using cache 19:53:14 ---> 01ebb1e279a7 19:53:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:53:14 ---> Using cache 19:53:14 ---> 25d69d69bea9 19:53:14 Step 5/23 : RUN apk add --update --no-cache make git 19:53:15 ---> Running in 872f27ac168d 19:53:15 Removing intermediate container 97fbe26d07cc 19:53:15 ---> 37a1235a64ef 19:53:15 Step 6/24 : COPY go.mod . 19:53:15 Removing intermediate container 4891b729d404 19:53:15 ---> 31db2b40e390 19:53:15 Step 6/23 : COPY go.mod . 19:53:15 Removing intermediate container caa72c9d8c9e 19:53:15 ---> 81eaf8d6637a 19:53:15 Step 6/26 : COPY go.mod . 19:53:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:53:15 ---> 206618580880 19:53:15 Step 7/24 : RUN go mod download 19:53:15 ---> b368dcd581fa 19:53:15 Step 7/23 : RUN go mod download 19:53:15 ---> Running in cf01b140c501 19:53:15 ---> 5c79517ac74a 19:53:15 Step 7/26 : RUN go mod download 19:53:16 ---> Running in adf29c5f9a46 19:53:16 ---> Running in 773a448620fd 19:53:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:53:17 OK: 233 MiB in 51 packages 19:53:17 Removing intermediate container 872f27ac168d 19:53:17 ---> d51d831be4fd 19:53:17 Step 6/23 : COPY go.mod . 19:53:17 ---> 33196ce28284 19:53:17 Step 7/23 : RUN go mod download 19:53:18 ---> Running in 619fdbaa8c86 19:53:18 Removing intermediate container 773a448620fd 19:53:18 ---> 94880c617633 19:53:18 Step 8/26 : COPY . . 19:53:18 Removing intermediate container cf01b140c501 19:53:18 ---> ce3b9d720113 19:53:18 Step 8/24 : COPY . . 19:53:18 Removing intermediate container adf29c5f9a46 19:53:18 ---> 2c13b5a47d35 19:53:18 Step 8/23 : COPY . . 19:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.295s coverage: 81.7% of statements 19:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.121s coverage: 92.9% of statements 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 75.5% of statements 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 19:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements 19:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.6% of statements 19:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.6% of statements 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.484s coverage: 64.4% of statements 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 19:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 19:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 19:53:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.113s coverage: 73.7% of statements 19:53:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 19:53:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.815s coverage: 69.0% of statements 19:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:53:34 Removing intermediate container 619fdbaa8c86 19:53:34 ---> 3b7acfb0689b 19:53:34 Step 8/23 : COPY . . 19:53:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.395s coverage: 38.4% of statements 19:53:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:53:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:53:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.132s coverage: 89.5% of statements 19:53:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:53:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.103s coverage: 84.8% of statements 19:53:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.459s coverage: 47.0% of statements 19:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:53:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements 19:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:53:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.092s coverage: 100.0% of statements 19:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:53:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.500s coverage: 87.1% of statements 19:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:53:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:53:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.140s coverage: 29.1% of statements 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:53:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:53:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:53:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.312s coverage: 96.5% of statements 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:53:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:53:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.084s coverage: 100.0% of statements 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:53:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:53:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:53:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 19:53:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 19:53:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 19:53:51 GO111MODULE=on go vet ./... 19:53:53 ---> 09e94deff0f0 19:53:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:53:53 ---> c07b68e0a654 19:53:53 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:53:53 ---> 76e60affb271 19:53:53 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:53:53 ---> Running in ab0b81933ef8 19:53:53 ---> Running in e11be9645725 19:53:53 ---> Running in ad97a82cbaae 19:53:55 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 19:53:55 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 19:53:55 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 19:53:58 ---> 718c4fff78bc 19:53:58 Step 9/23 : RUN make cmd/core-command/core-command 19:53:58 ---> Running in 1354990b4bb1 19:54:00 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 19:54:18 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 19:54:25 Removing intermediate container ab0b81933ef8 19:54:25 ---> 4178f4f42426 19:54:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:54:25 Removing intermediate container ad97a82cbaae 19:54:25 ---> f83a8ba8bf4b 19:54:25 19:54:25 Step 10/24 : FROM alpine:3.12 19:54:25 ---> 88dd2752d2ea 19:54:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:54:25 ---> Running in c19c467119d4 19:54:25 ---> Running in a46fd275ebcd 19:54:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:54:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:54:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:54:26 (1/5) Installing ca-certificates (20191127-r4) 19:54:26 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:54:26 (3/5) Installing libcurl (7.69.1-r3) 19:54:26 (4/5) Installing curl (7.69.1-r3) 19:54:26 (5/5) Installing dumb-init (1.2.2-r1) 19:54:26 Executing busybox-1.31.1-r19.trigger 19:54:26 Executing ca-certificates-20191127-r4.trigger 19:54:26 OK: 7 MiB in 19 packages 19:54:32 Removing intermediate container e11be9645725 19:54:32 ---> 0b4bf71ecb1b 19:54:32 19:54:32 Step 10/23 : FROM alpine:3.12 19:54:32 ---> 88dd2752d2ea 19:54:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:54:32 ---> Using cache 19:54:32 ---> 63922344b004 19:54:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:54:32 ---> Using cache 19:54:32 ---> a7b1b35a088b 19:54:32 Step 13/23 : ENV APP_PORT=48081 19:54:32 Removing intermediate container 1354990b4bb1 19:54:32 ---> 0c6dfa518aca 19:54:32 19:54:32 Step 10/23 : FROM alpine:3.12 19:54:32 ---> 88dd2752d2ea 19:54:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:54:32 ---> Using cache 19:54:32 ---> 63922344b004 19:54:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:54:32 ---> Using cache 19:54:32 ---> a7b1b35a088b 19:54:32 Step 13/23 : ENV APP_PORT=48082 19:54:32 ---> Running in ba7793eec0be 19:54:32 Removing intermediate container a46fd275ebcd 19:54:32 ---> 6a194a5fa108 19:54:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:54:32 Removing intermediate container c19c467119d4 19:54:32 ---> 210751133d60 19:54:32 19:54:32 Step 11/26 : FROM docker:20.10.0 19:54:32 ---> Running in 6bbeb721c4a5 19:54:32 ---> Running in 7a586570706a 19:54:32 20.10.0: Pulling from library/docker 19:54:32 Removing intermediate container ba7793eec0be 19:54:32 ---> 093b76d6d471 19:54:32 Step 14/23 : EXPOSE $APP_PORT 19:54:32 ---> Running in df93c3f217fa 19:54:33 Removing intermediate container 7a586570706a 19:54:33 ---> 77a71a8063ef 19:54:33 Step 13/24 : WORKDIR / 19:54:33 Removing intermediate container 6bbeb721c4a5 19:54:33 ---> 0314b1aea368 19:54:33 Step 14/23 : EXPOSE $APP_PORT 19:54:33 ---> Running in 10f9c7470db0 19:54:33 ---> Running in 5d2a89b203a0 19:54:33 Removing intermediate container df93c3f217fa 19:54:33 ---> 7640ff247513 19:54:33 Step 15/23 : WORKDIR / 19:54:34 ---> Running in 3cdb51f1472f 19:54:34 Removing intermediate container 10f9c7470db0 19:54:34 ---> 9917c9015cd3 19:54:34 Step 15/23 : WORKDIR / 19:54:34 ---> Running in 1b897ab5094f 19:54:34 Removing intermediate container 5d2a89b203a0 19:54:34 ---> 396c072ead58 19:54:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:54:34 Removing intermediate container 3cdb51f1472f 19:54:34 ---> b241bc0cd109 19:54:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:54:34 Removing intermediate container 1b897ab5094f 19:54:34 ---> 36da6ed9e508 19:54:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:54:35 ---> 8970c5a96453 19:54:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:54:35 ---> f281038ec61f 19:54:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:54:35 ---> aaffdf6db941 19:54:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:54:36 ---> 897dbbec5d59 19:54:36 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:54:36 ---> 01b2ba5aa3e5 19:54:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:54:36 ---> 87a251b25723 19:54:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:54:36 ---> 39addf9d1b71 19:54:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:54:36 ---> 34cc8db01a5c 19:54:36 Step 19/23 : ENTRYPOINT ["/core-command"] 19:54:36 ---> 22deab8818b4 19:54:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:54:37 ---> Running in 8f4f697846b5 19:54:37 ---> Running in 07bcb483af5b 19:54:38 Removing intermediate container 8f4f697846b5 19:54:38 ---> e12317308f34 19:54:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:54:38 Removing intermediate container 07bcb483af5b 19:54:38 ---> 3b38d0787f50 19:54:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:54:38 ---> 48d2f5fc760f 19:54:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:54:38 ---> Running in f9fbfd6d8c58 19:54:38 ---> Running in 68e15e272f87 19:54:38 Removing intermediate container f9fbfd6d8c58 19:54:38 ---> 4ecef2cf6e02 19:54:38 Step 21/23 : LABEL arch=x86_64 19:54:38 Removing intermediate container 68e15e272f87 19:54:38 ---> 62087acbc312 19:54:38 Step 21/23 : LABEL arch=x86_64 19:54:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:54:38 Status: Downloaded newer image for docker:20.10.0 19:54:38 ---> aefe523efa57 19:54:38 Step 12/26 : RUN apk add --no-cache bash 19:54:38 ---> 74d0736b6650 19:54:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:54:38 ---> Running in 1e5061ef5baf 19:54:39 ---> Running in 8135edebca74 19:54:39 ---> Running in 4f88983a1354 19:54:39 Removing intermediate container 1e5061ef5baf 19:54:39 ---> c23b0d22e4cc 19:54:39 Step 22/23 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 19:54:39 ---> Running in d0b3fe54d04e 19:54:39 Removing intermediate container 4f88983a1354 19:54:39 ---> a5b5dbeed15c 19:54:39 Step 22/23 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 19:54:39 ---> 4695b0887799 19:54:39 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/ 19:54:39 ---> Running in 03d609570833 19:54:39 ---> Running in 07ed9151a6ea 19:54:39 Removing intermediate container d0b3fe54d04e 19:54:39 ---> 68864c266d07 19:54:39 Step 23/23 : LABEL version=0.0.0 19:54:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:54:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:54:40 ---> Running in 8945115acef9 19:54:40 Removing intermediate container 07ed9151a6ea 19:54:40 ---> 7a7c0c48e88a 19:54:40 Step 23/23 : LABEL version=0.0.0 19:54:40 ---> Running in 1d95d5a12b89 19:54:40 (1/2) Installing readline (8.0.4-r0) 19:54:40 (2/2) Installing bash (5.0.17-r0) 19:54:40 Executing bash-5.0.17-r0.post-install 19:54:40 Executing busybox-1.31.1-r19.trigger 19:54:40 OK: 12 MiB in 22 packages 19:54:40 Removing intermediate container 8945115acef9 19:54:40 ---> cc11ed05d040 19:54:40 19:54:40 Removing intermediate container 1d95d5a12b89 19:54:40 ---> 41bb51489fae 19:54:40 19:54:40 Successfully built cc11ed05d040 19:54:40 Successfully tagged docker-core-command-go:latest 19:54:40  Building docker-core-command-go ... done Successfully built 41bb51489fae 19:54:40 Successfully tagged docker-core-metadata-go:latest 19:54:40  Building docker-core-metadata-go ... done Removing intermediate container 8135edebca74 19:54:40 ---> b04bac7c1295 19:54:40 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:54:40 ---> Running in b727ec455875 19:54:40 Removing intermediate container 03d609570833 19:54:40 ---> 41335ebeda7e 19:54:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:54:41 ---> Running in e323618eb044 19:54:41 Removing intermediate container b727ec455875 19:54:41 ---> eb0cd75114d4 19:54:41 Step 14/26 : ENV APP_PORT=48090 19:54:41 ---> Running in 7ad714ec6c50 19:54:41 Removing intermediate container e323618eb044 19:54:41 ---> e21a1efb5d34 19:54:41 Step 22/24 : LABEL arch=x86_64 19:54:41 ---> Running in e559b34a5d14 19:54:41 Removing intermediate container 7ad714ec6c50 19:54:41 ---> 76cf74757bdc 19:54:41 Step 15/26 : EXPOSE $APP_PORT 19:54:41 ---> Running in 5f5dc9711e68 19:54:41 Removing intermediate container e559b34a5d14 19:54:41 ---> 591f125f1558 19:54:41 Step 23/24 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 19:54:41 ---> Running in 5281892cdf57 19:54:41 Removing intermediate container 5f5dc9711e68 19:54:41 ---> 5edf0a88940c 19:54:41 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:54:41 Removing intermediate container 5281892cdf57 19:54:41 ---> bb01cb09b79f 19:54:41 Step 24/24 : LABEL version=0.0.0 19:54:41 ---> Running in 26279c90386c 19:54:42 Removing intermediate container 26279c90386c 19:54:42 ---> 1a0cb5d8a949 19:54:42 19:54:42 ---> 6276e8b78211 19:54:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:54:42 Successfully built 1a0cb5d8a949 19:54:42 Successfully tagged docker-security-secretstore-setup-go:latest 19:54:42  Building docker-security-secretstore-setup-go ... done  ---> 0a421d8de495 19:54:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:54:42 ---> acbcf927b47d 19:54:42 Step 19/26 : RUN apk --no-cache add py3-pip 19:54:42 ---> Running in 8f8e8097a086 19:54:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:54:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:54:43 (1/33) Installing libbz2 (1.0.8-r1) 19:54:43 (2/33) Installing expat (2.2.9-r1) 19:54:43 (3/33) Installing libffi (3.3-r2) 19:54:43 (4/33) Installing gdbm (1.13-r1) 19:54:43 (5/33) Installing xz-libs (5.2.5-r0) 19:54:43 (6/33) Installing sqlite-libs (3.32.1-r0) 19:54:43 (7/33) Installing python3 (3.8.8-r0) 19:54:45 (8/33) Installing py3-appdirs (1.4.4-r1) 19:54:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:54:45 (10/33) Installing py3-parsing (2.4.7-r0) 19:54:45 (11/33) Installing py3-six (1.15.0-r0) 19:54:45 (12/33) Installing py3-packaging (20.4-r0) 19:54:45 (13/33) Installing py3-setuptools (47.0.0-r0) 19:54:45 (14/33) Installing py3-chardet (3.0.4-r4) 19:54:45 (15/33) Installing py3-idna (2.9-r0) 19:54:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:54:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:54:45 (18/33) Installing py3-requests (2.23.0-r0) 19:54:45 (19/33) Installing py3-msgpack (1.0.0-r0) 19:54:45 (20/33) Installing py3-lockfile (0.12.2-r3) 19:54:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:54:45 (22/33) Installing py3-colorama (0.4.3-r0) 19:54:45 (23/33) Installing py3-distlib (0.3.0-r0) 19:54:45 (24/33) Installing py3-distro (1.5.0-r1) 19:54:45 (25/33) Installing py3-webencodings (0.5.1-r3) 19:54:45 (26/33) Installing py3-html5lib (1.0.1-r4) 19:54:45 (27/33) Installing py3-pytoml (0.1.21-r0) 19:54:45 (28/33) Installing py3-pep517 (0.8.2-r0) 19:54:45 (29/33) Installing py3-progress (1.5-r0) 19:54:45 (30/33) Installing py3-toml (0.10.1-r0) 19:54:45 (31/33) Installing py3-retrying (1.3.3-r0) 19:54:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:54:45 (33/33) Installing py3-pip (20.1.1-r0) 19:54:45 Executing busybox-1.31.1-r19.trigger 19:54:45 OK: 71 MiB in 55 packages 19:54:55 Removing intermediate container 8f8e8097a086 19:54:55 ---> 7bc326c454a5 19:54:55 Step 20/26 : RUN pip install docker-compose==1.23.2 19:54:55 ---> Running in b1ce21d688e1 19:54:55 Collecting docker-compose==1.23.2 19:54:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:54:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:54:56 Collecting dockerpty<0.5,>=0.4.1 19:54:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:54:56 Collecting cached-property<2,>=1.2.0 19:54:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:54:56 Collecting jsonschema<3,>=2.5.1 19:54:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:54:56 Collecting docker<4.0,>=3.6.0 19:54:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:54:56 Collecting docopt<0.7,>=0.6.1 19:54:56 Downloading docopt-0.6.2.tar.gz (25 kB) 19:54:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:54:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:54:57 Collecting PyYAML<4,>=3.10 19:54:57 Downloading PyYAML-3.13.tar.gz (270 kB) 19:54:58 Collecting texttable<0.10,>=0.9.0 19:54:58 Downloading texttable-0.9.1.tar.gz (11 kB) 19:54:59 Collecting websocket-client<1.0,>=0.32.0 19:54:59 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:54:59 Collecting docker-pycreds>=0.4.0 19:54:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:54:59 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) 19:54:59 Collecting urllib3<1.25,>=1.21.1 19:54:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:54:59 Collecting idna<2.8,>=2.5 19:54:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:54:59 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) 19:54:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:54:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:54:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:54:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:54:59 Installing collected packages: dockerpty, cached-property, jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, PyYAML, texttable, docker-compose 19:54:59 Running setup.py install for dockerpty: started 19:55:00 Running setup.py install for dockerpty: finished with status 'done' 19:55:00 Attempting uninstall: urllib3 19:55:00 Found existing installation: urllib3 1.25.9 19:55:00 Uninstalling urllib3-1.25.9: 19:55:00 Successfully uninstalled urllib3-1.25.9 19:55:00 Attempting uninstall: idna 19:55:00 Found existing installation: idna 2.9 19:55:00 Uninstalling idna-2.9: 19:55:00 Successfully uninstalled idna-2.9 19:55:00 Attempting uninstall: requests 19:55:00 Found existing installation: requests 2.23.0 19:55:00 Uninstalling requests-2.23.0: 19:55:00 Successfully uninstalled requests-2.23.0 19:55:01 Running setup.py install for docopt: started 19:55:01 Running setup.py install for docopt: finished with status 'done' 19:55:01 Running setup.py install for PyYAML: started 19:55:02 Running setup.py install for PyYAML: finished with status 'done' 19:55:02 Running setup.py install for texttable: started 19:55:02 Running setup.py install for texttable: finished with status 'done' 19:55:03 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 19:55:06 Removing intermediate container b1ce21d688e1 19:55:06 ---> e9ab39194fab 19:55:06 Step 21/26 : RUN apk --no-cache add curl 19:55:06 ---> Running in e1e9d9ec5134 19:55:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:55:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:55:07 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:55:07 (2/3) Installing libcurl (7.69.1-r3) 19:55:07 (3/3) Installing curl (7.69.1-r3) 19:55:07 Executing busybox-1.31.1-r19.trigger 19:55:07 OK: 72 MiB in 58 packages 19:55:07 Removing intermediate container e1e9d9ec5134 19:55:07 ---> 54dc456e3603 19:55:07 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:55:07 ---> Running in 88befce40c06 19:55:08 Removing intermediate container 88befce40c06 19:55:08 ---> d7e991cdebac 19:55:08 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:55:08 ---> Running in 057066175b73 19:55:08 Removing intermediate container 057066175b73 19:55:08 ---> 936f04ee6990 19:55:08 Step 24/26 : LABEL arch=x86_64 19:55:08 ---> Running in e72451d62077 19:55:08 Removing intermediate container e72451d62077 19:55:08 ---> d8671309375b 19:55:08 Step 25/26 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 19:55:08 ---> Running in ffa08895e6e8 19:55:08 Removing intermediate container ffa08895e6e8 19:55:08 ---> e1f3a1065300 19:55:08 Step 26/26 : LABEL version=0.0.0 19:55:08 ---> Running in 46d3b33ddcf0 19:55:08 Removing intermediate container 46d3b33ddcf0 19:55:08 ---> 3df840c22011 19:55:08 19:55:09 Successfully built 3df840c22011 19:55:09 Successfully tagged docker-sys-mgmt-agent-go:latest 19:55:09  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:55:09 $ docker stop --time=1 85aa3cd1b3a31d6af8a3b5fb059280772df3e54e773d960d272445731dc37c5e 19:55:11 $ docker rm -f 85aa3cd1b3a31d6af8a3b5fb059280772df3e54e773d960d272445731dc37c5e [Pipeline] // withDockerContainer [Pipeline] sh 19:55:12 + docker images 19:55:12 + grep docker 19:55:12 docker-sys-mgmt-agent-go latest 3df840c22011 4 seconds ago 313MB 19:55:12 docker-security-secretstore-setup-go latest 1a0cb5d8a949 31 seconds ago 24.9MB 19:55:12 docker-core-metadata-go latest 41bb51489fae 32 seconds ago 19.1MB 19:55:12 docker-core-command-go latest cc11ed05d040 33 seconds ago 17.3MB 19:55:12 docker-security-bootstrapper-go latest c1535fd968dc 2 minutes ago 18.8MB 19:55:12 docker-core-data-go latest 7d0aa410987e 2 minutes ago 22.6MB 19:55:12 docker-security-proxy-setup-go latest 09d66a971506 2 minutes ago 24.7MB 19:55:12 docker-support-notifications-go latest 287bb906d22e 2 minutes ago 17.9MB 19:55:12 docker-support-scheduler-go latest f3db906ad5ec 2 minutes ago 17.3MB 19:55:12 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:55:13 gofmt -l . 19:55:13 [ "`gofmt -l .`" = "" ] 19:55:13 ./bin/test-go-mod-tidy.sh 19:55:13 ./bin/test-attribution-txt.sh [Pipeline] sh 19:55:14 + ls -al . 19:55:14 total 800 19:55:14 drwxrwxr-x 9 1001 1001 4096 Mar 22 19:55 . 19:55:14 drwxr-xr-x 4 root root 4096 Mar 22 19:50 .. 19:55:14 -rw-rw-r-- 1 1001 1001 11 Mar 22 19:49 .dockerignore 19:55:14 drwxrwxr-x 8 1001 1001 4096 Mar 22 19:49 .git 19:55:14 drwxrwxr-x 3 1001 1001 4096 Mar 22 19:49 .github 19:55:14 -rw-rw-r-- 1 1001 1001 818 Mar 22 19:49 .gitignore 19:55:14 -rw-rw-r-- 1 1001 1001 166 Mar 22 19:49 .sonarcloud.properties 19:55:14 -rw-rw-r-- 1 1001 1001 8607 Mar 22 19:49 Attribution.txt 19:55:14 -rw-rw-r-- 1 1001 1001 3804 Mar 22 19:49 CONTRIBUTING.md 19:55:14 -rw-rw-r-- 1 1001 1001 931 Mar 22 19:49 Dockerfile.build 19:55:14 -rw-rw-r-- 1 1001 1001 863 Mar 22 19:49 Jenkinsfile 19:55:14 -rw-rw-r-- 1 1001 1001 10775 Mar 22 19:49 LICENSE 19:55:14 -rw-rw-r-- 1 1001 1001 5774 Mar 22 19:49 Makefile 19:55:14 -rw-rw-r-- 1 1001 1001 6548 Mar 22 19:49 README.md 19:55:14 -rw-rw-r-- 1 1001 1001 6755 Mar 22 19:49 SECURITY.md 19:55:14 -rw-rw-r-- 1 1001 1001 5 Mar 22 19:46 VERSION 19:55:14 -rw-rw-r-- 1 1001 1001 4131 Mar 22 19:49 ZMQWindows.md 19:55:14 drwxrwxr-x 2 1001 1001 4096 Mar 22 19:49 bin 19:55:14 drwxrwxr-x 14 1001 1001 4096 Mar 22 19:49 cmd 19:55:14 -rw-r--r-- 1 root root 659965 Mar 22 19:53 coverage.out 19:55:14 -rw-r--r-- 1 root root 1055 Mar 22 19:55 go.mod 19:55:14 -rw-r--r-- 1 root root 22325 Mar 22 19:55 go.sum 19:55:14 drwxrwxr-x 8 1001 1001 4096 Mar 22 19:49 internal 19:55:14 drwxrwxr-x 4 1001 1001 4096 Mar 22 19:49 openapi 19:55:14 drwxrwxr-x 4 1001 1001 4096 Mar 22 19:49 snap 19:55:14 -rw-rw-r-- 1 1001 1001 168 Mar 22 19:49 version.go [Pipeline] sh 19:55:15 + '[' -e coverage.out ] 19:55:15 + chown 1001:1001 coverage.out [Pipeline] stash 19:55:15 Warning: overwriting stash ‘coverage-report’ 19:55:16 Stashed 1 file(s) [Pipeline] sh 19:55:17 + make build 19:55:17 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 19:55:28 Still waiting to schedule task 19:55:28 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:55:29 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 19:55:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:55:56 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 19:56:02 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 19:56:03 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 19:56: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 19:56:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:56:15 Running on prd-ubuntu18.04-docker-8c-8g-30915 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws 19:56:15 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 19:56:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:56:17 using credential edgex-jenkins-ssh 19:56:17 Cloning the remote Git repository 19:56:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:56:17 > git init /w/workspace/edgex-go/6 # timeout=10 19:56:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:56:17 > git --version # timeout=10 19:56:17 > git --version # 'git version 2.17.1' 19:56:17 using GIT_SSH to set credentials SSH Credentials for GitHub 19:56:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:56:21 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 19:56:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:56:28 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 19:56:34 Merging remotes/origin/master commit 8b8c045020ade9246d1189f9fd3b0cac0b6edd42 into PR head commit ca07e100999dc5c116f7ac63d0363044f02ddcad 19:56:34 Merge succeeded, producing ca07e100999dc5c116f7ac63d0363044f02ddcad 19:56:34 Checking out Revision ca07e100999dc5c116f7ac63d0363044f02ddcad (PR-3269) 19:56:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:56:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:56:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:56:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:56:33 using GIT_SSH to set credentials SSH Credentials for GitHub 19:56:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:56:34 > git config core.sparsecheckout # timeout=10 19:56:34 > git checkout -f ca07e100999dc5c116f7ac63d0363044f02ddcad # timeout=10 19:56:34 > git remote # timeout=10 19:56:34 > git config --get remote.origin.url # timeout=10 19:56:34 using GIT_SSH to set credentials SSH Credentials for GitHub 19:56:34 > git merge 8b8c045020ade9246d1189f9fd3b0cac0b6edd42 # timeout=10 19:56:34 > git rev-parse HEAD^{commit} # timeout=10 19:56:34 > git config core.sparsecheckout # timeout=10 19:56:34 > git checkout -f ca07e100999dc5c116f7ac63d0363044f02ddcad # timeout=10 [Pipeline] } 19:56:36 $ docker stop --time=1 395c5793e431b674255ef7b15ab54be3b000befffddea12cc0ed4798aa75001a 19:56:37 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.4" 19:56:39 $ docker rm -f 395c5793e431b674255ef7b15ab54be3b000befffddea12cc0ed4798aa75001a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:56:41 + echo snap-build.sh 19:56:41 snap-build.sh 19:56:41 + SNAP_BASE_DIR=. 19:56:41 + '[' '!' -z /w/workspace/edgex-go/6 ']' 19:56:41 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 19:56:41 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 19:56:41 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 19:56:41 + cd /w/workspace/edgex-go/6 19:56:41 + sudo apt-get remove -qy --purge lxd lxd-client 19:56:41 Reading package lists... 19:56:41 Building dependency tree... 19:56:41 Reading state information... 19:56:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:56:41 19:56:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 19:56:41 The following packages were automatically installed and are no longer required: 19:56:41 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:56:41 uidmap xdelta3 19:56:41 Use 'sudo apt autoremove' to remove them. 19:56:41 The following packages will be REMOVED: 19:56:41 lxd* lxd-client* [Pipeline] sh 19:56:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:56:42 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:56:42 After this operation, 31.7 MB disk space will be freed. 19:56:42 latest: Pulling from edgex-devops/edgex-compose-arm64 19:56:42 29e5d40040c1: Pulling fs layer 19:56:42 1ce36da41761: Pulling fs layer 19:56:42 25b303627fd3: Pulling fs layer 19:56:42 29e5d40040c1: Verifying Checksum 19:56:42 29e5d40040c1: Download complete 19:56:43 29e5d40040c1: Pull complete 19:56:43 (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.) 19:56:43 1ce36da41761: Verifying Checksum 19:56:43 1ce36da41761: Download complete 19:56:43 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:56:44 Removing lxd dnsmasq configuration 19:56:44 1ce36da41761: Pull complete 19:56:44 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:56:44 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:56:45 25b303627fd3: Verifying Checksum 19:56:45 25b303627fd3: Download complete 19:56:45 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:56:45 (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.) 19:56:45 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:56:46 Processing triggers for systemd (237-3ubuntu10.42) ... 19:56:46 Processing triggers for ureadahead (0.100.0-21) ... 19:56:48 + sudo snap remove --purge lxd 19:56:48 snap "lxd" is not installed 19:56:48 + sudo groupadd --force --system lxd 19:56:48 ++ whoami 19:56:48 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:56:48 + newgrp - lxd 19:56:48 + sudo snap install lxd 19:56:54 2021-03-22T19:56:53Z INFO Waiting for automatic snapd restart... 19:56:55 25b303627fd3: Pull complete 19:56:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:56:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:56:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:56:55 prd-ubuntu18.04-docker-arm64-4c-16g-30914 does not seem to be running inside a container 19:56:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:56:58 $ docker top 333696984a5c9f1ec82d53cfb089efcc04ce2273842d777e0ba32e1f05e8f201 -eo pid,comm [Pipeline] { [Pipeline] sh 19:56:59 + docker-compose build --help 19:56:59 + grep parallel 19:57:02 --parallel Build images in parallel. [Pipeline] } 19:57:03 $ docker stop --time=1 333696984a5c9f1ec82d53cfb089efcc04ce2273842d777e0ba32e1f05e8f201 19:57:04 $ docker rm -f 333696984a5c9f1ec82d53cfb089efcc04ce2273842d777e0ba32e1f05e8f201 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:57:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:57:05 . [Pipeline] withDockerContainer 19:57:06 prd-ubuntu18.04-docker-arm64-4c-16g-30914 does not seem to be running inside a container 19:57:06 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:57:07 $ docker top 67c00372f9bbce796d456093823ca2f60a5bf5adfb3359f0a5a49f9b98cdf31e -eo pid,comm [Pipeline] { [Pipeline] sh 19:57:08 + docker-compose -f ./docker-compose-build.yml build --parallel 19:57:12 lxd 4.12 from Canonical* installed 19:57:12 + sudo lxd init --auto 19:57:13 Building docker-core-command-go ... 19:57:13 Building docker-core-data-go ... 19:57:13 Building docker-core-metadata-go ... 19:57:13 Building docker-security-bootstrapper-go ... 19:57:13 Building docker-security-proxy-setup-go ... 19:57:13 Building docker-security-secretstore-setup-go ... 19:57:13 Building docker-support-notifications-go ... 19:57:13 Building docker-support-scheduler-go ... 19:57:13 Building docker-sys-mgmt-agent-go ... 19:57:13 Building docker-support-scheduler-go 19:57:13 Building docker-core-command-go 19:57:13 Building docker-support-notifications-go 19:57:13 Building docker-security-secretstore-setup-go 19:57:13 Building docker-security-bootstrapper-go 19:57:21 + sudo snap install --classic snapcraft 19:57:29 snapcraft 4.5.4 from Canonical* installed 19:57:29 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:57:29 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:57:29 % Total % Received % Xferd Average Speed Time Time Time Current 19:57:29 Dload Upload Total Spent Left Speed 19:57:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 9358 0 --:--:-- --:--:-- --:--:-- 9358 19:57:29 100 3325k 100 3325k 0 0 20.4M 0 --:--:-- --:--:-- --:--:-- 20.4M 19:57:29 ./yq_linux_amd64 19:57:29 + sudo snapcraft prime --use-lxd 19:57:30 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:57:30 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: 19:57:30 - README.md 19:57:30 19:57:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:57:31 Launching a container. 19:57:43 Waiting for container to be ready 19:57:43 To start your first instance, try: lxc launch ubuntu:18.04 19:57:43 19:57:47 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:57:47 Waiting for network to be ready... 19:57:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:57:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 19:57:47 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:57:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 19:57:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:57:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:57:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 19:57:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 19:57:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 19:57:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 19:57:47 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:57:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:57:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:57:48 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:57:48 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:57:48 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:57:48 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:57:48 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:57:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:57:48 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 19:57:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 19:57:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:57:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:57:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 19:57:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 19:57:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 19:57:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 19:57:52 Fetched 24.1 MB in 5s (4761 kB/s) 19:57:53 Reading package lists... 19:57:53 Reading package lists... 19:57:53 Building dependency tree... 19:57:53 Reading state information... 19:57:53 The following additional packages will be installed: 19:57:53 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:57:53 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:57:53 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:57:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:57:54 Suggested packages: 19:57:54 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:57:54 Recommended packages: 19:57:54 gnupg libsasl2-modules 19:57:54 The following NEW packages will be installed: 19:57:54 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:57:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:57:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:57:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:57:54 The following packages will be upgraded: 19:57:54 gpg gpg-agent gpgconf libudev1 19:57:54 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 19:57:54 Need to get 3530 kB of archives. 19:57:54 After this operation, 13.3 MB of additional disk space will be used. 19:57:54 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] 19:57:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:57:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:57:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:57:54 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 19:57:54 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 19:57:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:57:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:57:54 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:57:54 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:57:55 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:57:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:57:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:57:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:57:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:57:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:57:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:57:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:57:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:57:55 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:57:55 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:57:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:57:55 debconf: delaying package configuration, since apt-utils is not installed 19:57:55 Fetched 3530 kB in 1s (3108 kB/s) 19:57:55 (Reading database ... 12511 files and directories currently installed.) 19:57:55 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 19:57:55 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:57:55 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 19:57:55 Selecting previously unselected package udev. 19:57:55 (Reading database ... 12511 files and directories currently installed.) 19:57:55 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 19:57:55 Unpacking udev (237-3ubuntu10.45) ... 19:57:56 Selecting previously unselected package libfuse2:amd64. 19:57:56 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:57:56 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:57:56 Selecting previously unselected package fuse. 19:57:56 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:57:56 Unpacking fuse (2.9.7-1ubuntu1) ... 19:57:56 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:57:56 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:57:56 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:57:56 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:57:56 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:57:56 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:57:56 Selecting previously unselected package libksba8:amd64. 19:57:56 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:57:56 Unpacking libksba8:amd64 (1.3.5-2) ... 19:57:56 Selecting previously unselected package libroken18-heimdal:amd64. 19:57:56 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:56 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:56 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:57:56 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:56 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:57 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:57:57 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:57 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:57 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:57:57 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:57 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:57 Selecting previously unselected package libwind0-heimdal:amd64. 19:57:57 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:57 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:57 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:57:57 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:57 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:57 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:57:57 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:57 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:57 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:57:57 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:57 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:57 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:57:57 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:57:57 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:57 Selecting previously unselected package libsasl2-modules-db:amd64. 19:57:57 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:57:57 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:57:57 Selecting previously unselected package libsasl2-2:amd64. 19:57:57 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:57:57 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:57:57 Selecting previously unselected package libldap-common. 19:57:57 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:57:57 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:57:58 Selecting previously unselected package libldap-2.4-2:amd64. 19:57:58 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:57:58 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:57:58 Selecting previously unselected package dirmngr. 19:57:58 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:57:58 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:57:58 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:57:58 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:57:58 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:57:58 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:57:58 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:57:58 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:57:58 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:58 Setting up libksba8:amd64 (1.3.5-2) ... 19:57:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:57:58 Setting up udev (237-3ubuntu10.45) ... 19:57:58 invoke-rc.d: policy-rc.d denied execution of start. 19:57:58 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:58 Processing triggers for systemd (237-3ubuntu10) ... 19:57:59 Setting up fuse (2.9.7-1ubuntu1) ... 19:57:59 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:57:59 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:59 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:59 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:59 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:59 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:59 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:59 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:57:59 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:57:59 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:57:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:57:59 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:57:59 settings in the [Install] section, and DefaultInstance for template units). 19:57:59 This means they are not meant to be enabled using systemctl. 19:57:59 Possible reasons for having this kind of units are: 19:57:59 1) A unit may be statically enabled by being symlinked from another unit's 19:57:59 .wants/ or .requires/ directory. 19:57:59 2) A unit's purpose may be to act as a helper for some other unit which has 19:57:59 a requirement dependency on it. 19:57:59 3) A unit may be started when needed via activation (socket, path, timer, 19:57:59 D-Bus, udev, scripted systemctl call, ...). 19:57:59 4) In case of template units, the unit is meant to be enabled with some 19:57:59 instance name specified. 19:58:00 Reading package lists... 19:58:00 Building dependency tree... 19:58:00 Reading state information... 19:58:00 The following additional packages will be installed: 19:58:00 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:58:00 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:58:00 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:58:00 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:58:00 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:58:00 Suggested packages: 19:58:00 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:58:00 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:58:00 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:58:00 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:58:00 systemd-container policykit-1 19:58:00 Recommended packages: 19:58:00 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:58:00 The following NEW packages will be installed: 19:58:00 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:58:00 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:58:00 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:58:00 multiarch-support openssh-client python3 python3-minimal python3.6 19:58:00 python3.6-minimal snapd squashfs-tools sudo 19:58:00 The following packages will be upgraded: 19:58:00 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:58:00 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 19:58:00 Need to get 35.2 MB of archives. 19:58:00 After this operation, 141 MB of additional disk space will be used. 19:58:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:58:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:58:00 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 19:58:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 19:58:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:58:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:58:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:58:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:58:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:58:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:58:01 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:58:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:58:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:58:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:58:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:58:01 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:58:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:58:01 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:58:01 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 19:58:01 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 19:58:01 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:58:01 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:58:01 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:58:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:58:01 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:58:01 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:58:01 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:58:01 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:58:01 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:58:01 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:58:01 debconf: delaying package configuration, since apt-utils is not installed 19:58:01 Fetched 35.2 MB in 1s (28.1 MB/s) 19:58:02 (Reading database ... 12757 files and directories currently installed.) 19:58:02 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 19:58:02 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:58:02 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 19:58:02 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:58:02 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 19:58:02 (Reading database ... 12757 files and directories currently installed.) 19:58:02 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:58:02 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:58:03 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:58:03 (Reading database ... 12757 files and directories currently installed.) 19:58:03 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:58:03 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:58:03 Setting up apt (1.6.12ubuntu0.2) ... 19:58:03 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:58:04 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:58:04 (Reading database ... 12764 files and directories currently installed.) 19:58:04 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 19:58:04 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 19:58:04 Selecting previously unselected package libpython3.6-minimal:amd64. 19:58:04 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:58:04 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:58:04 Selecting previously unselected package libexpat1:amd64. 19:58:04 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:58:04 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:58:04 Selecting previously unselected package python3.6-minimal. 19:58:04 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:58:04 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:58:05 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 19:58:05 Checking for services that may need to be restarted...done. 19:58:05 Checking for services that may need to be restarted...done. 19:58:05 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:58:05 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:58:05 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:58:05 Selecting previously unselected package python3-minimal. 19:58:05 (Reading database ... 13012 files and directories currently installed.) 19:58:05 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:58:05 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:58:05 Selecting previously unselected package mime-support. 19:58:05 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:58:05 Unpacking mime-support (3.60ubuntu1) ... 19:58:05 Selecting previously unselected package libmpdec2:amd64. 19:58:05 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:58:05 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:58:05 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:58:05 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:58:05 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:58:06 Selecting previously unselected package python3.6. 19:58:06 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:58:06 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:58:06 Selecting previously unselected package libpython3-stdlib:amd64. 19:58:06 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:58:06 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:58:06 Setting up python3-minimal (3.6.7-1~18.04) ... 19:58:07 Selecting previously unselected package python3. 19:58:07 (Reading database ... 13442 files and directories currently installed.) 19:58:07 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:58:07 Unpacking python3 (3.6.7-1~18.04) ... 19:58:07 Selecting previously unselected package multiarch-support. 19:58:07 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:58:07 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:58:07 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:58:07 Selecting previously unselected package liblzo2-2:amd64. 19:58:07 (Reading database ... 13479 files and directories currently installed.) 19:58:07 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:58:07 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:58:07 Selecting previously unselected package libbsd0:amd64. 19:58:07 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:58:07 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:58:07 Selecting previously unselected package sudo. 19:58:07 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:58:07 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:58:07 Selecting previously unselected package apparmor. 19:58:07 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:58:07 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:58:07 Selecting previously unselected package libedit2:amd64. 19:58:07 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:58:07 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:58:07 Selecting previously unselected package libkrb5support0:amd64. 19:58:07 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:58:07 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:58:08 Selecting previously unselected package libk5crypto3:amd64. 19:58:08 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:58:08 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:58:08 Selecting previously unselected package libkeyutils1:amd64. 19:58:08 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:58:08 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:58:08 Selecting previously unselected package libkrb5-3:amd64. 19:58:08 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:58:08 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:58:08 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:58:08 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:58:08 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:58:08 Selecting previously unselected package libssl1.0.0:amd64. 19:58:08 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:58:08 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:58:08 Selecting previously unselected package openssh-client. 19:58:08 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:58:08 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:58:08 Selecting previously unselected package squashfs-tools. 19:58:08 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:58:08 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:58:08 Selecting previously unselected package snapd. 19:58:08 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 19:58:08 Unpacking snapd (2.48.3+18.04) ... 19:58:11 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:58:11 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:58:11 Setting up mime-support (3.60ubuntu1) ... 19:58:11 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:58:12 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:58:12 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:58:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:58:12 Setting up systemd (237-3ubuntu10.45) ... 19:58:12 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:58:13 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:58:13 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:58:13 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:58:13 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:58:13 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:58:13 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:58:14 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:58:14 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:58:14 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:58:14 Setting up python3 (3.6.7-1~18.04) ... 19:58:14 running python rtupdate hooks for python3.6... 19:58:14 running python post-rtupdate hooks for python3.6... 19:58:14 Setting up apparmor (2.12-4ubuntu5.1) ... 19:58:16 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:58:16 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:58:16 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:58:16 Setting up snapd (2.48.3+18.04) ... 19:58:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:58:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:58:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:58:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:58:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:58:17 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:58:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:58:18 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:58:18 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:58:18 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:58:18 /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' 19:58:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:58:19 Processing triggers for systemd (237-3ubuntu10.45) ... 19:58:20 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 19:58:20 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:58:20 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:58:21 Reading package lists... 19:58:22 Reading package lists... 19:58:22 Building dependency tree... 19:58:22 Reading state information... 19:58:22 Calculating upgrade... 19:58:22 The following packages will be upgraded: 19:58:22 advancecomp base-files bash binutils binutils-common 19:58:22 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:58:22 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:58:22 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:58:22 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:58:22 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:58:22 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:58:22 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 19:58:22 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 19:58:22 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 19:58:22 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 19:58:22 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 19:58:22 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 19:58:22 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 19:58:22 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:58:23 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:58:23 Need to get 63.8 MB of archives. 19:58:23 After this operation, 5207 kB of additional disk space will be used. 19:58:23 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:58:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 19:58:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:58:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:58:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:58:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:58:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:58:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:58:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:58:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:58:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:58:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:58:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:58:23 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:58:23 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:58:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:58:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:58:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:58:23 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:58:23 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:58:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:58:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:58:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:58:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:58:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:58:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:58:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:58:23 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:58:23 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:58:23 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:58:23 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:58:23 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:58:23 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:58:23 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:58:23 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:58:23 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:58:23 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:58:23 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:58:23 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:58:23 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:58:23 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 19:58:24 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:58:24 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:58:24 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:58:24 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:58:24 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:58:24 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:58:24 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:58:24 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:58:24 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:58:24 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:58:24 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:58:24 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:58:24 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:58:24 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:58:24 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:58:24 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:58:24 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:58:24 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:58:24 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:58:24 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:58:24 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:58:24 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:58:24 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:58:24 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:58:24 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 19:58:24 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:58:24 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:58:24 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:58:24 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:58:24 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:58:24 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:58:24 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:58:24 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:58:24 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 19:58:24 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:58:24 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:58:24 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:58:24 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:58:24 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:58:24 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:58:24 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:58:24 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 19:58:24 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:58:24 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:58:24 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:58:24 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:58:24 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:58:24 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:58:24 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:58:24 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:58:25 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:58:25 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:58:25 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:58:25 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:58:25 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:58:25 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:58:25 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:58:25 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:58:25 debconf: delaying package configuration, since apt-utils is not installed 19:58:25 Fetched 63.8 MB in 3s (21.1 MB/s) 19:58:25 (Reading database ... 13912 files and directories currently installed.) 19:58:25 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:58:25 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:58:26 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:58:26 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:58:26 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 19:58:26 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 19:58:27 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:27 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:27 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:27 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:28 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:28 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:28 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:28 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:28 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:28 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:28 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:28 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:28 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:28 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:28 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:28 (Reading database ... 13911 files and directories currently installed.) 19:58:28 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:28 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:58:28 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:58:28 (Reading database ... 13911 files and directories currently installed.) 19:58:28 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:28 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:29 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:29 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:29 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:58:29 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:58:29 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:29 (Reading database ... 13911 files and directories currently installed.) 19:58:29 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:58:29 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:58:30 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:58:30 (Reading database ... 13911 files and directories currently installed.) 19:58:30 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:58:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:58:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:58:30 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:58:30 Setting up base-files (10.1ubuntu2.10) ... 19:58:30 Installing new version of config file /etc/issue ... 19:58:30 Installing new version of config file /etc/issue.net ... 19:58:30 Installing new version of config file /etc/lsb-release ... 19:58:30 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:58:30 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:58:30 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:58:30 Removing obsolete conffile /etc/default/motd-news ... 19:58:30 (Reading database ... 13912 files and directories currently installed.) 19:58:30 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:58:31 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:58:31 Setting up bash (4.4.18-2ubuntu1.2) ... 19:58:31 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 19:58:31 (Reading database ... 13912 files and directories currently installed.) 19:58:31 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:31 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:58:31 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:58:31 (Reading database ... 13912 files and directories currently installed.) 19:58:31 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:58:31 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:58:31 Setting up tar (1.29b-2ubuntu0.2) ... 19:58:31 (Reading database ... 13912 files and directories currently installed.) 19:58:31 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:58:31 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:58:31 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:58:32 (Reading database ... 13912 files and directories currently installed.) 19:58:32 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:58:32 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:58:32 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:58:34 (Reading database ... 13912 files and directories currently installed.) 19:58:34 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:58:34 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:58:34 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:58:34 (Reading database ... 13912 files and directories currently installed.) 19:58:34 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:58:34 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:58:34 Setting up grep (3.1-2build1) ... 19:58:34 (Reading database ... 13912 files and directories currently installed.) 19:58:34 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:58:34 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:58:34 Setting up login (1:4.5-1ubuntu2) ... 19:58:34 (Reading database ... 13912 files and directories currently installed.) 19:58:34 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:58:34 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:58:34 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:58:34 (Reading database ... 13912 files and directories currently installed.) 19:58:34 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:58:34 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:58:34 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:58:34 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:58:34 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:58:34 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:58:34 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:58:34 (Reading database ... 13912 files and directories currently installed.) 19:58:34 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:58:34 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:58:34 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:58:34 ---> 284ceac310de 19:58:34 Step 3/31 : WORKDIR /edgex-go 19:58:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:58:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:58:34 ---> 284ceac310de 19:58:34 Step 3/24 : WORKDIR /edgex-go 19:58:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:58:34 19:58:34 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 19:58:34 19:58:34 ---> 284ceac310de 19:58:34 ---> 284ceac310de 19:58:34 Step 3/22 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go 19:58:34 19:58:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:58:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:58:34 ---> 284ceac310de 19:58:34 Step 3/22 : WORKDIR /edgex-go 19:58:34 ---> Running in 20924d8d117d 19:58:34 ---> Running in 6edeca5eef6d 19:58:34 ---> Running in 87b252603bef 19:58:34 ---> Running in 1cd3d9aa89b4 19:58:34 ---> Running in 288e40dcb098 19:58:34 Removing intermediate container 87b252603bef 19:58:34 ---> 11e5cbe4e2a2 19:58:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:58:34 Removing intermediate container 20924d8d117d 19:58:34 ---> f26113a48a51 19:58:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:58:34 ---> Running in 1f424ae06bcf 19:58:34 Removing intermediate container 6edeca5eef6d 19:58:34 ---> 91f08e63a8f7 19:58:34 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:58:34 Removing intermediate container 1cd3d9aa89b4 19:58:34 ---> 49dcdfd68942 19:58:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:58:34 Removing intermediate container 288e40dcb098 19:58:34 ---> 84a4f0b9cfb8 19:58:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:58:34 ---> Running in e2f6c0c0909a 19:58:34 ---> Running in f9968fcca7f9 19:58:34 ---> Running in 45e6b4da3a1f 19:58:34 ---> Running in 0def009a3fd0 19:58:34 Removing intermediate container 1f424ae06bcf 19:58:34 ---> c3c0406d38ff 19:58:34 Step 5/23 : RUN apk add --update --no-cache make git 19:58:34 ---> Running in 8b6645100f07 19:58:34 Removing intermediate container e2f6c0c0909a 19:58:34 ---> e6204c3225bd 19:58:34 Step 5/22 : RUN apk add --update --no-cache make git 19:58:34 Removing intermediate container f9968fcca7f9 19:58:34 ---> 72862993365b 19:58:34 Step 5/24 : RUN apk add --update --no-cache make git 19:58:34 ---> Running in fb746c4d4dcd 19:58:34 ---> Running in c28f11842b90 19:58:34 Removing intermediate container 45e6b4da3a1f 19:58:34 ---> a72b3ad7d315 19:58:34 Step 5/31 : RUN apk add --update --no-cache make git 19:58:34 Removing intermediate container 0def009a3fd0 19:58:34 ---> 80956e20fafc 19:58:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:58:34 ---> Running in be7f97353dda 19:58:34 ---> Running in 9ec30aebf22c 19:58:35 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:58:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:58:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:58:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:58:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:58:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:58:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:58:36 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:58:36 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:58:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:58:36 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:58:36 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:58:36 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:58:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:58:36 (Reading database ... 13912 files and directories currently installed.) 19:58:36 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:58:36 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:58:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:58:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:58:36 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:58:36 (Reading database ... 13912 files and directories currently installed.) 19:58:36 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:37 OK: 217 MiB in 51 packages 19:58:37 OK: 217 MiB in 51 packages 19:58:37 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:37 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:58:37 (Reading database ... 13912 files and directories currently installed.) 19:58:37 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:37 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:37 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:58:37 (Reading database ... 13912 files and directories currently installed.) 19:58:37 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:37 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:37 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:58:37 (Reading database ... 13912 files and directories currently installed.) 19:58:37 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:37 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:37 OK: 217 MiB in 51 packages 19:58:37 OK: 217 MiB in 51 packages 19:58:37 OK: 217 MiB in 51 packages 19:58:37 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:58:37 (Reading database ... 13912 files and directories currently installed.) 19:58:37 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:58:37 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:58:38 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:58:38 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:58:38 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:58:38 (Reading database ... 13912 files and directories currently installed.) 19:58:38 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:58:38 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:58:38 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:58:38 (Reading database ... 13912 files and directories currently installed.) 19:58:38 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:38 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:38 Removing intermediate container 8b6645100f07 19:58:38 ---> 3db5a6ba69f3 19:58:38 Step 6/23 : COPY go.mod . 19:58:38 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:58:38 (Reading database ... 13912 files and directories currently installed.) 19:58:38 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:38 Removing intermediate container fb746c4d4dcd 19:58:38 ---> 0e16173a8b72 19:58:38 Step 6/22 : COPY go.mod . 19:58:38 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:38 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:58:38 (Reading database ... 13912 files and directories currently installed.) 19:58:38 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:39 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:39 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:58:39 Removing intermediate container c28f11842b90 19:58:39 ---> e52cf836026b 19:58:39 Step 6/24 : COPY go.mod . 19:58:39 Removing intermediate container be7f97353dda 19:58:39 ---> 4fcb43a5e1aa 19:58:39 Step 6/31 : COPY go.mod . 19:58:39 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:58:39 ---> 81d0d2194ee9 19:58:39 Step 7/23 : RUN go mod download 19:58:39 Removing intermediate container 9ec30aebf22c 19:58:39 ---> 9334dab46a45 19:58:39 Step 6/22 : COPY go.mod . 19:58:39 ---> 94220246c384 19:58:39 Step 7/22 : RUN go mod download 19:58:39 ---> Running in 7bb8cc913451 19:58:40 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:58:40 ---> Running in 654e49c6af4c 19:58:40 (Reading database ... 13912 files and directories currently installed.) 19:58:40 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:58:40 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:58:40 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:58:40 ---> a8b9c0d6c960 19:58:40 Step 7/24 : RUN go mod download 19:58:40 ---> d4e60bb94bbe 19:58:40 Step 7/31 : RUN go mod download 19:58:40 ---> Running in 50842569b2af 19:58:40 ---> 825a4f2ed3ad 19:58:40 Step 7/22 : RUN go mod download 19:58:40 (Reading database ... 13912 files and directories currently installed.) 19:58:40 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:58:40 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:58:40 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:58:40 ---> Running in 983a11d49822 19:58:40 ---> Running in e9473df8612d 19:58:41 (Reading database ... 13914 files and directories currently installed.) 19:58:41 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:58:41 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:58:41 Setting up debconf (1.5.66ubuntu1) ... 19:58:41 (Reading database ... 13914 files and directories currently installed.) 19:58:41 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:58:41 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:58:41 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:58:41 (Reading database ... 13914 files and directories currently installed.) 19:58:41 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:58:41 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:58:41 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:58:41 (Reading database ... 13914 files and directories currently installed.) 19:58:41 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:58:42 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:58:42 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:58:42 (Reading database ... 13914 files and directories currently installed.) 19:58:42 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:58:42 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:58:42 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:58:42 (Reading database ... 13914 files and directories currently installed.) 19:58:42 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:58:42 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:58:42 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:58:43 (Reading database ... 13914 files and directories currently installed.) 19:58:43 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:58:43 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:58:43 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 19:58:43 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:58:43 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:58:43 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:58:43 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:58:43 (Reading database ... 13914 files and directories currently installed.) 19:58:43 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:58:43 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:58:43 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:58:43 (Reading database ... 13914 files and directories currently installed.) 19:58:43 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:58:43 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:58:43 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:58:44 (Reading database ... 13914 files and directories currently installed.) 19:58:44 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:58:44 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:58:44 Removing intermediate container 654e49c6af4c 19:58:44 ---> 62b758fd441c 19:58:44 Step 8/22 : COPY . . 19:58:44 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:58:44 (Reading database ... 13914 files and directories currently installed.) 19:58:44 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 19:58:44 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 19:58:44 Removing intermediate container 7bb8cc913451 19:58:44 ---> d5305adb4345 19:58:44 Step 8/23 : COPY . . 19:58:44 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 19:58:44 (Reading database ... 13914 files and directories currently installed.) 19:58:44 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:58:44 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:58:44 Setting up passwd (1:4.5-1ubuntu2) ... 19:58:45 (Reading database ... 13914 files and directories currently installed.) 19:58:45 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:58:45 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:58:45 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:58:45 Removing intermediate container 50842569b2af 19:58:45 ---> 28bc5d9d7c77 19:58:45 Step 8/24 : COPY . . 19:58:45 (Reading database ... 13914 files and directories currently installed.) 19:58:45 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:58:45 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:58:45 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:58:45 Removing intermediate container 983a11d49822 19:58:45 ---> 0e194ead98e1 19:58:45 Step 8/22 : COPY . . 19:58:45 (Reading database ... 13914 files and directories currently installed.) 19:58:45 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:58:45 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:58:45 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:58:46 (Reading database ... 13914 files and directories currently installed.) 19:58:46 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:58:46 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:58:46 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:58:46 (Reading database ... 13914 files and directories currently installed.) 19:58:46 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:58:46 Removing intermediate container e9473df8612d 19:58:46 ---> 0c24d37cad75 19:58:46 Step 8/31 : COPY . . 19:58:46 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:58:46 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:58:46 (Reading database ... 13914 files and directories currently installed.) 19:58:46 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:58:46 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:58:46 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:58:46 (Reading database ... 13914 files and directories currently installed.) 19:58:46 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:58:46 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:58:46 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:58:46 (Reading database ... 13915 files and directories currently installed.) 19:58:46 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:58:46 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:58:47 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:58:47 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:58:47 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 19:58:47 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 19:58:47 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:58:47 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:58:47 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:58:47 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:58:47 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:58:47 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:58:47 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:58:47 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:58:48 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:58:48 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:58:48 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:58:48 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:58:48 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:58:48 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:58:48 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:58:48 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:58:48 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:58:48 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:58:50 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:58:50 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:58:50 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:58:50 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:58:50 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:58:50 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:58:51 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:58:51 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:58:51 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:58:51 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:58:51 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:58:51 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:58:51 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:51 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:51 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:51 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:51 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:51 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:51 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:51 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:52 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:52 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:53 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:53 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:54 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:54 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:55 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:55 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:56 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:58:56 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:58:56 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:58:56 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:58:56 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:58:56 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:58:56 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:58:56 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:58:57 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:58:57 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:58:57 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:58:57 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:58:57 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:58:57 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:58:57 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:58:57 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:58:57 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:57 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:58:57 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:57 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:57 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:57 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:58:57 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:58:57 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:58:57 19:58:57 Current default time zone: 'Etc/UTC' 19:58:57 Local time is now: Mon Mar 22 19:58:57 UTC 2021. 19:58:57 Universal Time is now: Mon Mar 22 19:58:57 UTC 2021. 19:58:57 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:58:57 19:58:57 Setting up systemd-sysv (237-3ubuntu10.45) ... 19:58:57 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:58 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 19:58:58 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:58:58 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:58:58 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:58:58 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:58:58 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:58:58 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:58:58 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:58:58 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:58 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:58:58 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:58:58 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:58:58 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:58:58 Setting up patch (2.7.6-2ubuntu1.1) ... 19:58:58 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:58:58 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:58:58 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 19:58:58 Installing new version of config file /etc/ssl/openssl.cnf ... 19:58:58 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:58:58 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:58:58 Setting up ca-certificates (20210119~18.04.1) ... 19:58:59 Updating certificates in /etc/ssl/certs... 19:59:00 23 added, 27 removed; done. 19:59:00 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:59:00 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:59:00 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:59:00 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:59:00 Setting up pkgbinarymangler (138.18.04.1) ... 19:59:01 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:59:01 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:59:01 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:59:01 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:59:01 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:59:01 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:59:01 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:59:01 Setting up perl (5.26.1-6ubuntu0.5) ... 19:59:01 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:59:01 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:59:01 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:59:01 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:59:01 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:59:01 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:59:01 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:59:01 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:59:01 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:59:01 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:59:01 Processing triggers for systemd (237-3ubuntu10.45) ... 19:59:01 Processing triggers for mime-support (3.60ubuntu1) ... 19:59:01 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:59:01 Updating certificates in /etc/ssl/certs... 19:59:02 0 added, 0 removed; done. 19:59:02 Running hooks in /etc/ca-certificates/update.d... 19:59:02 done. 19:59:02 Reading package lists... 19:59:02 Building dependency tree... 19:59:02 Reading state information... 19:59:03 The following NEW packages will be installed: 19:59:03 apt-transport-https 19:59:03 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:59:03 Need to get 1696 B of archives. 19:59:03 After this operation, 153 kB of additional disk space will be used. 19:59:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:59:03 debconf: delaying package configuration, since apt-utils is not installed 19:59:03 Fetched 1696 B in 0s (29.7 kB/s) 19:59:03 Selecting previously unselected package apt-transport-https. 19:59:03 (Reading database ... 13920 files and directories currently installed.) 19:59:03 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:59:03 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:59:03 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:59:03 Waiting for network to be ready... 19:59:10 2021-03-22T19:59:07Z INFO Waiting for automatic snapd restart... 19:59:10 snapd 2.49 from Canonical* installed 19:59:11 "snapd" switched to the "latest/stable" channel 19:59:11 19:59:12 ---> b48bc34828aa 19:59:12 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:59:12 ---> 22e89a7f1590 19:59:12 Step 9/23 : RUN make cmd/core-command/core-command 19:59:12 ---> Running in 3e7320ed752c 19:59:12 ---> 87cd35abeca9 19:59:12 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:59:12 ---> db5552b6596c 19:59:12 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:59:12 ---> 3873b7ddb36e 19:59:12 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:59:12 ---> Running in e33d38a6bc7a 19:59:12 ---> Running in c44db06d87cf 19:59:12 ---> Running in e73af5300bc5 19:59:12 ---> Running in 3f394a219d56 19:59:12 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 19:59:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:59:12 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 19:59:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:59:13 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 19:59:16 core18 20210128 from Canonical* installed 19:59:16 "core18" switched to the "latest/stable" channel 19:59:16 19:59:21 snapcraft 4.5.4 from Canonical* installed 19:59:21 "snapcraft" switched to the "latest/stable" channel 19:59:21 19:59:24 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: 19:59:24 - README.md 19:59:24 19:59:24 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:59:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:59:31 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:59:31 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:59:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:59:33 Reading package lists... 19:59:33 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 19:59:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:59:39 Reading package lists... 19:59:39 Building dependency tree... 19:59:39 Reading state information... 19:59:39 Suggested packages: 19:59:39 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:59:39 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:59:39 Recommended packages: 19:59:39 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:59:39 The following NEW packages will be installed: 19:59:39 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:59:39 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:59:39 pkg-config zip 19:59:39 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:59:39 Need to get 7657 kB of archives. 19:59:39 After this operation, 43.8 MB of additional disk space will be used. 19:59:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 19:59:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:59:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 19:59:40 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:59:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 19:59:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:59:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:59:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:59:40 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:59:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:59:40 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:59:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:59:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:59:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:59:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:59:40 debconf: delaying package configuration, since apt-utils is not installed 19:59:40 Fetched 7657 kB in 1s (10.5 MB/s) 19:59:41 Selecting previously unselected package libglib2.0-0:amd64. 19:59:41 (Reading database ... 13924 files and directories currently installed.) 19:59:41 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 19:59:41 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:59:41 Selecting previously unselected package libpsl5:amd64. 19:59:41 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:59:41 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:59:41 Selecting previously unselected package libnghttp2-14:amd64. 19:59:41 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:59:41 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:59:41 Selecting previously unselected package librtmp1:amd64. 19:59:41 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:59:41 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:59:41 Selecting previously unselected package libcurl3-gnutls:amd64. 19:59:41 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:59:41 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:59:41 Selecting previously unselected package liberror-perl. 19:59:41 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:59:41 Unpacking liberror-perl (0.17025-1) ... 19:59:41 Selecting previously unselected package git-man. 19:59:41 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 19:59:41 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 19:59:42 Selecting previously unselected package git. 19:59:42 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 19:59:42 Unpacking git (1:2.17.1-1ubuntu0.8) ... 19:59:43 Selecting previously unselected package libnorm1:amd64. 19:59:43 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:59:43 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:59:43 Selecting previously unselected package libpgm-5.2-0:amd64. 19:59:43 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:59:43 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:59:43 Selecting previously unselected package libsodium23:amd64. 19:59:43 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:59:43 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:59:43 Selecting previously unselected package libzmq5:amd64. 19:59:43 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:59:43 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:59:43 Selecting previously unselected package libzmq3-dev:amd64. 19:59:43 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:59:43 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:59:43 Selecting previously unselected package pkg-config. 19:59:43 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:59:43 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:59:43 Selecting previously unselected package zip. 19:59:43 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:59:43 Unpacking zip (3.0-11build1) ... 19:59:43 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:59:43 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 19:59:43 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:59:43 Setting up liberror-perl (0.17025-1) ... 19:59:43 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:59:43 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:59:43 No schema files found: doing nothing. 19:59:43 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:59:43 Setting up zip (3.0-11build1) ... 19:59:43 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:59:43 Setting up libsodium23:amd64 (1.0.16-2) ... 19:59:43 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:59:44 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:59:44 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:59:44 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:59:44 Setting up git (1:2.17.1-1ubuntu0.8) ... 19:59:44 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:59:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:59:50 git set to automatically installed. 19:59:50 git-man set to automatically installed. 19:59:50 libcurl3-gnutls set to automatically installed. 19:59:50 liberror-perl set to automatically installed. 19:59:50 libglib2.0-0 set to automatically installed. 19:59:50 libnghttp2-14 set to automatically installed. 19:59:50 libnorm1 set to automatically installed. 19:59:50 libpgm-5.2-0 set to automatically installed. 19:59:50 libpsl5 set to automatically installed. 19:59:50 librtmp1 set to automatically installed. 19:59:50 libsodium23 set to automatically installed. 19:59:50 libzmq3-dev set to automatically installed. 19:59:50 libzmq5 set to automatically installed. 19:59:50 pkg-config set to automatically installed. 19:59:50 zip set to automatically installed. 19:59:53 snapd is not logged in, snap install commands will use sudo 20:00:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:00:14 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 20:00:14 snapd is not logged in, snap install commands will use sudo 20:00:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:00:20 snap "core18" has no updates available 20:00:21 Pulling go-build-helper 20:00:21 + snapcraftctl pull 20:00:22 'app-service-config' has dependencies that need to be staged: go-build-helper 20:00:22 Skipping pull go-build-helper (already ran) 20:00:22 Building go-build-helper 20:00:22 + snapcraftctl build 20:00:25 Staging go-build-helper 20:00:25 + snapcraftctl stage 20:00:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:00:37 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:00:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 20:00:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 20:00:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 20:00:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:00:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 20:00:37 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 20:00:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 20:00:37 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 20:00:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:00:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:00:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:00:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:00:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:00:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:00:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:00:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:00:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:00:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 20:00:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 20:00:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 20:00:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:00:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 20:00:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 20:00:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 20:00:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 20:00:37 Fetched 24.1 MB in 0s (0 B/s) 20:00:37 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:00:37 Fetched 224 kB in 0s (0 B/s) 20:00:37 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:00:37 Fetched 157 kB in 0s (0 B/s) 20:00:37 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:00:37 Fetched 221 kB in 0s (0 B/s) 20:00:37 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:00:37 Fetched 143 kB in 0s (0 B/s) 20:00:37 Pulling app-service-config 20:00:37 + snapcraftctl pull 20:00:37 Cloning into '/root/parts/app-service-config/src'... 20:00:37 Pulling config-common 20:00:37 + snapcraftctl pull 20:00:41 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:00:41 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:00:41 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:00:41 Fetched 0 B in 0s (0 B/s) 20:00:41 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:00:41 Fetched 0 B in 0s (0 B/s) 20:00:41 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:00:41 Fetched 0 B in 0s (0 B/s) 20:00:41 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:00:41 Fetched 0 B in 0s (0 B/s) 20:00:41 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:00:41 Fetched 0 B in 0s (0 B/s) 20:00:41 Pulling edgex-go 20:00:41 + snapcraftctl pull 20:00:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:00:56 Removing intermediate container 3f394a219d56 20:00:56 ---> d6922dbfda98 20:00:56 20:00:56 Step 10/24 : FROM alpine:3.12 20:00:57 3.12: Pulling from library/alpine 20:00:59 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:00:59 Status: Downloaded newer image for alpine:3.12 20:00:59 ---> d10569e2745f 20:00:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:01:00 ---> Running in e3bf8727e697 20:01:00 Removing intermediate container e73af5300bc5 20:01:00 ---> 32ac92bad05a 20:01:00 20:01:00 Step 10/31 : FROM alpine:3.12 20:01:00 ---> d10569e2745f 20:01:00 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:01:01 ---> Running in f56b35832186 20:01:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:01:02 Removing intermediate container f56b35832186 20:01:02 ---> 4d7bb2c6d036 20:01:02 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:01:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:01:03 ---> Running in 13b09234b8e4 20:01:03 (1/5) Installing ca-certificates (20191127-r4) 20:01:03 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:01:03 (3/5) Installing libcurl (7.69.1-r3) 20:01:03 (4/5) Installing curl (7.69.1-r3) 20:01:03 (5/5) Installing dumb-init (1.2.2-r1) 20:01:03 Executing busybox-1.31.1-r19.trigger 20:01:03 Executing ca-certificates-20191127-r4.trigger 20:01:03 OK: 7 MiB in 19 packages 20:01:03 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:01:03 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:01:03 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:01:03 Fetched 0 B in 0s (0 B/s) 20:01:03 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:01:03 Fetched 96.5 kB in 0s (0 B/s) 20:01:03 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:01:03 Fetched 279 kB in 0s (0 B/s) 20:01:03 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:01:03 Fetched 122 kB in 0s (0 B/s) 20:01:03 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:01:03 Fetched 77.8 kB in 0s (0 B/s) 20:01:03 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:01:03 Fetched 8848 B in 0s (0 B/s) 20:01:03 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:01:03 Fetched 47.8 kB in 0s (0 B/s) 20:01:03 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:01:03 Fetched 45.6 kB in 0s (0 B/s) 20:01:03 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:01:03 Fetched 15.0 kB in 0s (0 B/s) 20:01:03 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 20:01:03 Fetched 214 kB in 0s (0 B/s) 20:01:03 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 20:01:03 Fetched 154 kB in 0s (0 B/s) 20:01:03 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:01:03 Fetched 50.6 kB in 0s (0 B/s) 20:01:03 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:01:03 Fetched 14.8 kB in 0s (0 B/s) 20:01:03 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:01:03 Fetched 41.8 kB in 0s (0 B/s) 20:01:03 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:01:03 Fetched 499 kB in 0s (0 B/s) 20:01:03 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:01:03 Fetched 111 kB in 0s (0 B/s) 20:01:03 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:01:03 Fetched 240 kB in 0s (0 B/s) 20:01:03 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:01:03 Fetched 29.3 kB in 0s (0 B/s) 20:01:03 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:01:03 Fetched 85.5 kB in 0s (0 B/s) 20:01:03 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:01:03 Fetched 24.5 kB in 0s (0 B/s) 20:01:03 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:01:03 Fetched 49.2 kB in 0s (0 B/s) 20:01:03 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:01:03 Fetched 54.2 kB in 0s (0 B/s) 20:01:03 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:01:03 Fetched 30.8 kB in 0s (0 B/s) 20:01:03 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 20:01:03 Fetched 15.8 kB in 0s (0 B/s) 20:01:03 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:01:03 Fetched 85.9 kB in 0s (0 B/s) 20:01:03 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:01:03 Fetched 8720 B in 0s (0 B/s) 20:01:03 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 20:01:03 Fetched 137 kB in 0s (0 B/s) 20:01:03 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:01:03 Fetched 119 kB in 0s (0 B/s) 20:01:03 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 20:01:03 Fetched 109 kB in 0s (0 B/s) 20:01:03 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:01:03 Fetched 11.1 kB in 0s (0 B/s) 20:01:03 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:01:03 Fetched 645 kB in 0s (0 B/s) 20:01:03 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:01:03 Fetched 41.3 kB in 0s (0 B/s) 20:01:03 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:01:03 Fetched 17.9 kB in 0s (0 B/s) 20:01:03 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:01:03 Fetched 368 kB in 0s (0 B/s) 20:01:03 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:01:03 Fetched 187 kB in 0s (0 B/s) 20:01:03 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:01:03 Fetched 175 kB in 0s (0 B/s) 20:01:03 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:01:03 Fetched 206 kB in 0s (0 B/s) 20:01:03 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 20:01:03 Fetched 1301 kB in 0s (0 B/s) 20:01:03 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:01:03 Fetched 36.2 kB in 0s (0 B/s) 20:01:03 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 20:01:03 Fetched 159 kB in 0s (0 B/s) 20:01:03 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:01:03 Fetched 107 kB in 0s (0 B/s) 20:01:03 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:01:03 Fetched 48.7 kB in 0s (0 B/s) 20:01:03 Pulling static-packages 20:01:03 + snapcraftctl pull 20:01:03 Pulling version 20:01:03 + cd /root/project 20:01:03 + [ -f VERSION ] 20:01:03 + PROJECT_VERSION=local-dev 20:01:03 + git rev-parse --short HEAD 20:01:03 + GIT_REVISION=ca07e100 20:01:03 + snapcraftctl set-version local-dev 20:01:03 Skipping build go-build-helper (already ran) 20:01:03 Building app-service-config 20:01:03 + make build 20:01:03 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 20:01:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:01:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:01:05 (1/2) Installing dumb-init (1.2.2-r1) 20:01:05 (2/2) Installing su-exec (0.2-r1) 20:01:05 Executing busybox-1.31.1-r19.trigger 20:01:05 OK: 5 MiB in 16 packages 20:01:05 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 20:01:06 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 20:01:06 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 20:01:06 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 20:01:06 go: downloading github.com/BurntSushi/toml v0.3.1 20:01:06 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:01:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:01:06 go: downloading github.com/google/uuid v1.2.0 20:01:06 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:01:06 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 20:01:06 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:01:06 go: downloading github.com/go-kit/kit v0.8.0 20:01:06 go: downloading github.com/pelletier/go-toml v1.2.0 20:01:06 go: downloading github.com/go-playground/validator/v10 v10.3.0 20:01:06 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 20:01:06 go: downloading github.com/gorilla/mux v1.8.0 20:01:06 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:01:06 go: downloading github.com/leodido/go-urn v1.2.0 20:01:06 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 20:01:06 go: downloading github.com/go-playground/universal-translator v0.17.0 20:01:06 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:01:07 Removing intermediate container e33d38a6bc7a 20:01:07 ---> 4107afb54dac 20:01:07 20:01:07 Step 10/23 : FROM alpine:3.12 20:01:07 ---> d10569e2745f 20:01:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:01:07 Removing intermediate container 3e7320ed752c 20:01:07 ---> e55d81af2394 20:01:07 20:01:07 Step 10/22 : FROM alpine:3.12 20:01:07 ---> d10569e2745f 20:01:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:01:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:01:07 go: downloading github.com/go-playground/locales v0.13.0 20:01:07 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:01:07 go: downloading github.com/mitchellh/copystructure v1.0.0 20:01:07 go: downloading github.com/pebbe/zmq4 v1.2.5 20:01:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:01:07 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:01:07 go: downloading github.com/x448/float16 v0.8.4 20:01:07 go: downloading github.com/hashicorp/consul/api v1.8.1 20:01:07 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:01:07 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:01:07 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 20:01:07 go: downloading github.com/hashicorp/serf v0.9.5 20:01:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:01:07 go: downloading github.com/hashicorp/go-hclog v0.12.0 20:01:07 go: downloading github.com/mattn/go-isatty v0.0.12 20:01:07 go: downloading github.com/fatih/color v1.9.0 20:01:07 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 20:01:07 go: downloading github.com/mattn/go-colorable v0.1.6 20:01:07 ---> Running in 7d8c9a671aa0 20:01:07 ---> Running in e0f1a29211e6 20:01:07 Removing intermediate container e3bf8727e697 20:01:07 ---> 2541c68dca8d 20:01:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:01:07 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:01:07 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:01:07 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:01:08 Removing intermediate container 13b09234b8e4 20:01:08 ---> f8da79de75bb 20:01:08 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:01:08 ---> Running in 80b9d0e6a27d 20:01:08 ---> Running in 18547bec9bba 20:01:09 Removing intermediate container c44db06d87cf 20:01:09 ---> 62023035929a 20:01:09 20:01:09 Step 10/22 : FROM alpine:3.12 20:01:09 ---> d10569e2745f 20:01:09 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:01:09 Removing intermediate container 80b9d0e6a27d 20:01:09 ---> cde9245ebca7 20:01:09 Step 13/24 : WORKDIR / 20:01:09 ---> Running in 69ee4824026a 20:01:09 ---> Running in f06c3992f8f1 20:01:09 Removing intermediate container 18547bec9bba 20:01:09 ---> 9fc2ae604375 20:01:09 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:01:10 ---> Running in b6d2134de1a7 20:01:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:01:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:01:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:01:10 Removing intermediate container f06c3992f8f1 20:01:10 ---> 94d563cd6459 20:01:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:01:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:01:10 Removing intermediate container b6d2134de1a7 20:01:10 ---> be0602b987f5 20:01:10 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:01:10 ---> Running in 1330092a014e 20:01:11 (1/1) Installing dumb-init (1.2.2-r1) 20:01:11 Executing busybox-1.31.1-r19.trigger 20:01:11 OK: 5 MiB in 15 packages 20:01:11 (1/1) Installing dumb-init (1.2.2-r1) 20:01:11 Executing busybox-1.31.1-r19.trigger 20:01:11 OK: 5 MiB in 15 packages 20:01:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:01:11 ---> 32263c1af429 20:01: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 20:01:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:01:12 (1/2) Installing ca-certificates (20191127-r4) 20:01:12 (2/2) Installing dumb-init (1.2.2-r1) 20:01:12 Executing busybox-1.31.1-r19.trigger 20:01:12 Executing ca-certificates-20191127-r4.trigger 20:01:12 OK: 6 MiB in 16 packages 20:01:13 Removing intermediate container 7d8c9a671aa0 20:01:13 ---> b56fc8e8ccf7 20:01:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:01:13 ---> 01604f22d555 20:01:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:01:13 ---> Running in dfb6ab33c881 20:01:13 Removing intermediate container e0f1a29211e6 20:01:13 ---> 80f725b32aa9 20:01:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:01:13 ---> Running in 8ff3d2072a3e 20:01:13 Removing intermediate container dfb6ab33c881 20:01:13 ---> 81702ff62341 20:01:13 Step 13/23 : ENV APP_PORT=48082 20:01:14 ---> acbe2e749650 20:01:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:01:14 ---> Running in 77dacb3cc087 20:01:14 Removing intermediate container 8ff3d2072a3e 20:01:14 ---> c4cb98a832b9 20:01:14 Step 13/22 : ENV APP_PORT=48085 20:01:14 Removing intermediate container 1330092a014e 20:01:14 ---> 66323703fa83 20:01:14 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:01:14 ---> Running in bea9f2d8f8df 20:01:14 ---> Running in 0c593ad5eb04 20:01:15 Removing intermediate container 77dacb3cc087 20:01:15 ---> 94fddd80102c 20:01:15 Step 14/23 : EXPOSE $APP_PORT 20:01:15 Removing intermediate container 69ee4824026a 20:01:15 ---> 0feaff066997 20:01:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:01:15 ---> Running in e3c29b74333d 20:01:15 ---> Running in 21a6dbf29373 20:01:15 Removing intermediate container 0c593ad5eb04 20:01:15 ---> e09e1f016d38 20:01:15 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:01:15 Removing intermediate container bea9f2d8f8df 20:01:15 ---> b63f80c2441f 20:01:15 Step 14/22 : EXPOSE $APP_PORT 20:01:15 ---> 8451c62b6dc4 20:01:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:01:15 ---> Running in 2e2ed3268c4e 20:01:15 Removing intermediate container e3c29b74333d 20:01:15 ---> d9796b05beba 20:01:15 Step 15/23 : WORKDIR / 20:01:16 Removing intermediate container 21a6dbf29373 20:01:16 ---> e147549158e2 20:01:16 Step 13/22 : ENV APP_PORT=48060 20:01:16 ---> Running in 4d235a0dcca6 20:01:16 ---> Running in 878e9cfc7f85 20:01:16 Removing intermediate container 2e2ed3268c4e 20:01:16 ---> 587af5959dc3 20:01:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:01:16 ---> 92024e459294 20:01:16 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:01:16 Removing intermediate container 4d235a0dcca6 20:01:16 ---> a757620c84ec 20:01:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:01:16 ---> Running in f37a06202c28 20:01:17 Removing intermediate container 878e9cfc7f85 20:01:17 ---> 10341986020c 20:01:17 Step 14/22 : EXPOSE $APP_PORT 20:01:17 ---> 85efb231bee7 20:01:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:01:17 ---> Running in 5d85a421c055 20:01:17 ---> 1cf9a81dcdd8 20:01:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:01:17 ---> 78465c182950 20:01:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:01:18 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 20:01:18 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 20:01:18 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 20:01:18 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 20:01:18 Removing intermediate container 5d85a421c055 20:01:18 ---> ecc5e6bda7e7 20:01:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:01:19 Building config-common 20:01:19 + snapcraftctl build 20:01:19 ---> 60ab69bb8793 20:01:19 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/ 20:01:20 ---> Running in 7812c046a2a5 20:01:20 ---> d00a394c8d40 20:01:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:01:20 ---> e8ed3b96f3b2 20:01:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:01:20 ---> c61feeb9ea18 20:01:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:01:21 Building edgex-go 20:01:21 Removing intermediate container f37a06202c28 20:01:21 ---> 7c65241ef9d9 20:01:21 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:01:21 ---> 73834c406127 20:01:21 Step 19/23 : ENTRYPOINT ["/core-command"] 20:01:22 + cd /root/parts/edgex-go/src 20:01:22 + make build 20:01:22 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:01:22 ---> 500c0318454b 20:01:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:01:22 ---> Running in 3afe1c02d21e 20:01:22 ---> Running in 0e56c8bb5606 20:01:22 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 20:01:22 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 20:01:22 ---> 39564ea90adb 20:01:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:01:22 go: downloading github.com/pkg/errors v0.8.1 20:01:22 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 20:01:22 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 20:01:22 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 20:01:22 go: downloading github.com/imdario/mergo v0.3.12 20:01:22 go: downloading github.com/OneOfOne/xxhash v1.2.8 20:01:22 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 20:01:22 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 20:01:22 go: downloading github.com/gorilla/websocket v1.4.2 20:01:22 ---> 345f27174e4a 20:01:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:01:23 Removing intermediate container 3afe1c02d21e 20:01:23 ---> 115a38eb886d 20:01:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:01:23 Removing intermediate container 0e56c8bb5606 20:01:23 ---> 5b2697d5b5b3 20:01:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:01:23 ---> Running in f6802498849d 20:01:23 ---> Running in 2fbcd1006e57 20:01:23 ---> d05b74873999 20:01:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:01:23 Removing intermediate container 7812c046a2a5 20:01:23 ---> bea854ffb40f 20:01:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:01:23 Removing intermediate container f6802498849d 20:01:23 ---> dd68384d99b2 20:01:23 Step 21/23 : LABEL arch=arm64 20:01:24 ---> Running in 9cda07834877 20:01:24 ---> Running in a98c08fd45e6 20:01:24 ---> Running in e712f040de02 20:01:24 Removing intermediate container 2fbcd1006e57 20:01:24 ---> 74de0cb71a7a 20:01:24 Step 20/22 : LABEL arch=arm64 20:01:24 ---> 92aa29eb9abf 20:01:24 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:01:24 ---> Running in 7b336f92c149 20:01:24 Removing intermediate container a98c08fd45e6 20:01:24 ---> 578ed974c82b 20:01:24 Step 22/24 : LABEL arch=arm64 20:01:24 Removing intermediate container 9cda07834877 20:01:24 ---> 91547bd120a6 20:01:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:01:24 ---> Running in 67227aae3bbf 20:01:24 Removing intermediate container e712f040de02 20:01:24 ---> 4b8398d161d1 20:01:24 Step 22/23 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 20:01:25 ---> Running in 270a34d368bc 20:01:25 Removing intermediate container 7b336f92c149 20:01:25 ---> ba8b43793d7f 20:01:25 Step 21/22 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 20:01:25 ---> Running in 27d7febc1a50 20:01:25 ---> Running in 94e12bb4a74a 20:01:25 ---> e557722f50a3 20:01:25 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:01:25 Removing intermediate container 67227aae3bbf 20:01:25 ---> 611d0a3de62e 20:01:25 Step 23/24 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 20:01:26 Removing intermediate container 270a34d368bc 20:01:26 ---> 82729d1a7426 20:01:26 Step 20/22 : LABEL arch=arm64 20:01:26 Removing intermediate container 27d7febc1a50 20:01:26 ---> e019c4eaf11c 20:01:26 Step 23/23 : LABEL version=0.0.0 20:01:26 ---> Running in b33b9e7212b3 20:01:26 Removing intermediate container 94e12bb4a74a 20:01:26 ---> a99f8c7bfe9b 20:01:26 Step 22/22 : LABEL version=0.0.0 20:01:26 ---> Running in 8c9860670c0b 20:01:26 ---> Running in f5dd29e4ac1f 20:01:26 ---> Running in c54fc306d299 20:01:26 ---> 3e5df9772ddb 20:01:26 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:01:26 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 20:01:26 go: downloading gopkg.in/yaml.v2 v2.4.0 20:01:26 Removing intermediate container b33b9e7212b3 20:01:26 ---> c0a2c526c7ff 20:01:26 Step 24/24 : LABEL version=0.0.0 20:01:26 Removing intermediate container 8c9860670c0b 20:01:26 ---> abcf7372efbc 20:01:26 Step 21/22 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 20:01:26 Removing intermediate container f5dd29e4ac1f 20:01:26 ---> bcb0c712b45a 20:01:26 20:01:27 ---> Running in 7c82bf0b7654 20:01:27 ---> Running in 09227fa96b87 20:01:27 Removing intermediate container c54fc306d299 20:01:27 ---> c68e3ebde3b7 20:01:27 20:01:27 Successfully built bcb0c712b45a 20:01:27 ---> 9b751a31b03a 20:01:27 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:01:27 Successfully tagged docker-core-command-go-arm64:latest 20:01:27 Building docker-core-metadata-go 20:01:27  Building docker-core-command-go ... done Successfully built c68e3ebde3b7 20:01:27 Successfully tagged docker-support-scheduler-go-arm64:latest 20:01:27 Building docker-security-proxy-setup-go 20:01:27  Building docker-support-scheduler-go ... done  ---> Running in af6e9f522306 20:01:27 Removing intermediate container 09227fa96b87 20:01:27 ---> 7cee67f72117 20:01:27 Step 22/22 : LABEL version=0.0.0 20:01:27 Removing intermediate container 7c82bf0b7654 20:01:27 ---> 2a76f1d7b9c9 20:01:27 20:01:28 ---> Running in 5b4a0ee5b820 20:01:28 Successfully built 2a76f1d7b9c9 20:01:28 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:01:28 Building docker-core-data-go 20:01:28  Building docker-security-secretstore-setup-go ... done Removing intermediate container af6e9f522306 20:01:28 ---> c09993c0c05f 20:01:28 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:01:28 Removing intermediate container 5b4a0ee5b820 20:01:28 ---> 69ec0c8ee141 20:01:28 20:01:29 Successfully built 69ec0c8ee141 20:01:29 Successfully tagged docker-support-notifications-go-arm64:latest 20:01:29  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 20:01:29 ---> 03801ffb6287 20:01:29 Step 26/31 : RUN chmod +x /entrypoint.sh 20:01:29 ---> Running in 9ff5d11f4811 20:01: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 20:01:32 Removing intermediate container 9ff5d11f4811 20:01:32 ---> 65d5cbc65e4e 20:01:32 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:01:32 ---> Running in 10a0fe61413c 20:01:33 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 20:01:33 Removing intermediate container 10a0fe61413c 20:01:33 ---> 400d9c5c8b05 20:01:33 Step 28/31 : CMD ["gate"] 20:01:34 ---> Running in 0c713d5986fd 20:01:35 Removing intermediate container 0c713d5986fd 20:01:35 ---> c41f3bb84f99 20:01:35 Step 29/31 : LABEL arch=arm64 20:01:35 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 20:01:35 ---> Running in a37407a228fe 20:01:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:01:35 go: downloading github.com/stretchr/testify v1.7.0 20:01:35 go: downloading github.com/davecgh/go-spew v1.1.1 20:01:35 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:01:35 go: downloading github.com/pmezard/go-difflib v1.0.0 20:01:36 Removing intermediate container a37407a228fe 20:01:36 ---> c242165275c5 20:01:36 Step 30/31 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 20:01:37 ---> Running in da9c2c2088f5 20:01:37 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 20:01:37 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:01:37 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:01:38 Removing intermediate container da9c2c2088f5 20:01:38 ---> 340e817b6130 20:01:38 Step 31/31 : LABEL version=0.0.0 20:01:38 ---> Running in 1cb7cb792103 20:01:39 Removing intermediate container 1cb7cb792103 20:01:39 ---> efefbb42e2a0 20:01:39 20:01:39 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 20:01:40 Successfully built efefbb42e2a0 20:01:40 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:01: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 20:01:40 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 20:01:42 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 20:01:43 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 20:01:43 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:01:45 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 20:01:45 go: downloading github.com/lib/pq v1.9.0 20:01:47 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 20:01:47 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 20:01:47 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 20:01:47 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 20:01:47 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 20:01:47 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 20:01:47 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 20:01:47 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 20:01:47 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 20:01:47 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 20:01:47 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 20:01:47 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 20:01:47 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 20:01:47 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 20:01:47 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 20:01:47 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 20:01:47 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 20:01:47 + 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 20:01:47 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 20:01:47 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 20:01:47 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 20:01:47 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 20:01:47 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 20:01:47 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 20:01:47 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 20:01:47 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 20:01:50 Building static-packages 20:01:50 + snapcraftctl build 20:01:52 Building version 20:01:52 + snapcraftctl build 20:01:55 Skipping stage go-build-helper (already ran) 20:01:55 Staging app-service-config 20:01:55 + snapcraftctl stage 20:01:55 Staging config-common 20:01:55 + snapcraftctl stage 20:01:56 Staging edgex-go 20:01:56 + snapcraftctl stage 20:01:57 Staging static-packages 20:01:57 + snapcraftctl stage 20:01:59 Staging version 20:01:59 + snapcraftctl stage 20:02:00 Priming go-build-helper 20:02:00 + snapcraftctl prime 20:02:01 Priming app-service-config 20:02:01 + snapcraftctl prime 20:02:02 Priming config-common 20:02:02 + snapcraftctl prime 20:02:03 Priming edgex-go 20:02:03 + snapcraftctl prime 20:02:04 Priming static-packages 20:02:04 + snapcraftctl prime 20:02:07 Priming version 20:02:07 + snapcraftctl prime 20:02:07 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] } 20:02:27  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:02:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:02:27 ---> 284ceac310de 20:02:27 Step 3/21 : WORKDIR /edgex-go 20:02:27 ---> Using cache 20:02:27 ---> 84a4f0b9cfb8 20:02:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:02:27 ---> Using cache 20:02:27 ---> 72862993365b 20:02:27 Step 5/21 : RUN apk add --update --no-cache make git 20:02:27 ---> Using cache 20:02:27 ---> e52cf836026b 20:02:27 Step 6/21 : COPY go.mod . 20:02:27 ---> Using cache 20:02:27 ---> a8b9c0d6c960 20:02:27 Step 7/21 : RUN go mod download 20:02:27 ---> Using cache 20:02:27 ---> 28bc5d9d7c77 20:02:27 Step 8/21 : COPY . . 20:02:27 ---> Using cache 20:02:27 ---> 3873b7ddb36e 20:02:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:02:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:02:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:02:27 ---> 284ceac310de 20:02:27 Step 3/26 : WORKDIR /edgex-go 20:02:27 ---> Using cache 20:02:27 ---> 84a4f0b9cfb8 20:02:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:02:27 ---> Using cache 20:02:27 ---> 72862993365b 20:02:27 Step 5/26 : RUN apk add --update --no-cache make bash git 20:02:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:02:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:27 ---> 284ceac310de 20:02:27 Step 3/23 : WORKDIR /edgex-go 20:02:27 ---> Using cache 20:02:27 ---> 84a4f0b9cfb8 20:02:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:02:27 ---> Using cache 20:02:27 ---> 72862993365b 20:02:27 Step 5/23 : RUN apk add --update --no-cache make git 20:02:27 ---> Using cache 20:02:27 ---> e52cf836026b 20:02:27 Step 6/23 : COPY go.mod . 20:02:27 ---> Using cache 20:02:27 ---> a8b9c0d6c960 20:02:27 Step 7/23 : RUN go mod download 20:02:27 ---> Using cache 20:02:27 ---> 28bc5d9d7c77 20:02:27 Step 8/23 : COPY . . 20:02:27 ---> Using cache 20:02:27 ---> 3873b7ddb36e 20:02:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:02:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:02:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:02:27 ---> 284ceac310de 20:02:27 Step 3/23 : WORKDIR /edgex-go 20:02:27 ---> Using cache 20:02:27 ---> 84a4f0b9cfb8 20:02:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:02:27 ---> Using cache 20:02:27 ---> 72862993365b 20:02:27 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:02:30 ---> Running in a446faebc70e 20:02:30 ---> Running in 4f96d1dc922c 20:02:30 ---> Running in d645b1a09a79 20:02:30 ---> Running in fa1c6583a18f 20:02:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:02:31 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 20:02:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:02:32 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 20:02:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:02:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:02:33 OK: 217 MiB in 51 packages 20:02:33 OK: 217 MiB in 51 packages 20:02:35 Removing intermediate container 4f96d1dc922c 20:02:35 ---> ea7930636a37 20:02:35 Step 6/23 : COPY go.mod . 20:02:35 Removing intermediate container fa1c6583a18f 20:02:35 ---> 47cdaac5952a 20:02:35 Step 6/26 : COPY go.mod . 20:02:36 ---> 6eac92c6156c 20:02:36 Step 7/23 : RUN go mod download 20:02:36 ---> Running in 23a96275f52c 20:02:37 ---> 40b336e9e5cc 20:02:37 Step 7/26 : RUN go mod download 20:02:37 ---> Running in ca51e4836d40 20:02:41 Removing intermediate container 23a96275f52c 20:02:41 ---> d059212b9adf 20:02:41 Step 8/23 : COPY . . 20:02:42 Removing intermediate container ca51e4836d40 20:02:42 ---> 9d6a04a5a024 20:02:42 Step 8/26 : COPY . . 20:03:15 ---> 982c8d47fe90 20:03:15 Step 9/23 : RUN make cmd/core-data/core-data 20:03:15 ---> 12a00032787e 20:03:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:03:15 ---> Running in cd1de37994a6 20:03:15 ---> Running in 6eef5e14d2b9 20:03:15 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 20:03:15 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 20:03:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:03:43 Removing intermediate container d645b1a09a79 20:03:43 ---> 61526b75ae00 20:03:43 20:03:43 Step 10/21 : FROM alpine:3.12 20:03:43 ---> d10569e2745f 20:03:43 Step 11/21 : RUN apk add --update --no-cache curl 20:03:43 ---> Running in 758625c3968b 20:03:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:03:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:03:45 (1/4) Installing ca-certificates (20191127-r4) 20:03:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:03:45 (3/4) Installing libcurl (7.69.1-r3) 20:03:45 (4/4) Installing curl (7.69.1-r3) 20:03:45 Executing busybox-1.31.1-r19.trigger 20:03:45 Executing ca-certificates-20191127-r4.trigger 20:03:46 OK: 7 MiB in 18 packages 20:03:49 Removing intermediate container 758625c3968b 20:03:49 ---> bac79528d4c6 20:03:49 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:03:49 ---> Running in 527bba5647cc 20:03:49 Removing intermediate container 527bba5647cc 20:03:49 ---> b411dded0775 20:03:49 Step 13/21 : WORKDIR /edgex 20:03:49 ---> Running in 3fefc8c44333 20:03:50 Removing intermediate container 3fefc8c44333 20:03:50 ---> cf8b52c65a9f 20:03:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:03:51 ---> aaae7683b8a7 20:03:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:03:53 ---> 4645880ee37a 20:03:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:03:54 ---> 9897d61a4868 20:03:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:03:55 ---> Running in 17b2771260e7 20:03:55 Removing intermediate container 17b2771260e7 20:03:55 ---> 0c171b9f7b6f 20:03:55 Step 18/21 : CMD ["--init=true"] 20:03:55 ---> Running in 664b5381791f 20:03:56 Removing intermediate container 664b5381791f 20:03:56 ---> 1b9fe49d7569 20:03:56 Step 19/21 : LABEL arch=arm64 20:03:56 ---> Running in 2ccda94ec094 20:03:57 Removing intermediate container 2ccda94ec094 20:03:57 ---> 8f297c02765e 20:03:57 Step 20/21 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 20:03:57 ---> Running in 1c9012b1fd1a 20:03:58 Removing intermediate container 1c9012b1fd1a 20:03:58 ---> 7189fb67d222 20:03:58 Step 21/21 : LABEL version=0.0.0 20:03:58 ---> Running in f19cb0a43ef1 20:03:58 Removing intermediate container f19cb0a43ef1 20:03:58 ---> f1737fe80752 20:03:58 20:03:59 Successfully built f1737fe80752 20:03:59 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:04:06  Building docker-security-proxy-setup-go ... done Removing intermediate container a446faebc70e 20:04:06 ---> d5ae800b29d0 20:04:06 20:04:06 Step 10/23 : FROM alpine:3.12 20:04:06 ---> d10569e2745f 20:04:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:04:06 ---> Using cache 20:04:06 ---> 80f725b32aa9 20:04:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:04:06 ---> Using cache 20:04:06 ---> c4cb98a832b9 20:04:06 Step 13/23 : ENV APP_PORT=48081 20:04:06 ---> Running in b0c2fc83f2d4 20:04:07 Removing intermediate container b0c2fc83f2d4 20:04:07 ---> 08868d71b66a 20:04:07 Step 14/23 : EXPOSE $APP_PORT 20:04:07 ---> Running in 8802f344eed1 20:04:08 Removing intermediate container 8802f344eed1 20:04:08 ---> f89191d2bd53 20:04:08 Step 15/23 : WORKDIR / 20:04:08 ---> Running in 90f3bda59989 20:04:09 Removing intermediate container 90f3bda59989 20:04:09 ---> dbca066c8c23 20:04:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:10 ---> 3fd2117b5d15 20:04:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:04:12 ---> aaa808cbebe0 20:04:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:04:13 ---> d306c68fbdbf 20:04:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:04:13 ---> Running in e871b394fc30 20:04:14 Removing intermediate container e871b394fc30 20:04:14 ---> bd0f07528638 20:04:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:04:14 ---> Running in c7f71cddd900 20:04:15 Removing intermediate container c7f71cddd900 20:04:15 ---> cdfac85f871d 20:04:15 Step 21/23 : LABEL arch=arm64 20:04:15 ---> Running in 2290e90d567d 20:04:16 Removing intermediate container 2290e90d567d 20:04:16 ---> 1d900459a014 20:04:16 Step 22/23 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 20:04:16 ---> Running in b20d1ecfa828 20:04:17 Removing intermediate container b20d1ecfa828 20:04:17 ---> e9b13f6f2d51 20:04:17 Step 23/23 : LABEL version=0.0.0 20:04:17 ---> Running in 0033fb81af9a 20:04:18 Removing intermediate container 0033fb81af9a 20:04:18 ---> 6e80cae9728d 20:04:18 20:04:18 Successfully built 6e80cae9728d 20:04:18 Successfully tagged docker-core-metadata-go-arm64:latest 20:04:26  Building docker-core-metadata-go ... done Removing intermediate container 6eef5e14d2b9 20:04:26 ---> 7e3815371f1f 20:04:26 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:04:26 ---> Running in adb41ec1f6e2 20:04:27 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 20:04:31 Removing intermediate container adb41ec1f6e2 20:04:31 ---> e1d99c77ec2d 20:04:31 20:04:31 Step 11/26 : FROM docker:20.10.0 20:04:31 20.10.0: Pulling from library/docker 20:04:39 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:04:39 Status: Downloaded newer image for docker:20.10.0 20:04:39 ---> eeaf43b92773 20:04:39 Step 12/26 : RUN apk add --no-cache bash 20:04:40 ---> Running in f1be7c180d09 20:04:40 Removing intermediate container cd1de37994a6 20:04:40 ---> ee8f9cd02a27 20:04:40 20:04:40 Step 10/23 : FROM alpine:3.12 20:04:40 ---> d10569e2745f 20:04:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:04:40 ---> Running in e249adcf7618 20:04:41 Removing intermediate container e249adcf7618 20:04:41 ---> 058955bb1609 20:04:41 Step 12/23 : ENV APP_PORT=48080 20:04:41 ---> Running in a0aefc04a9b1 20:04:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:04:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:04:42 Removing intermediate container a0aefc04a9b1 20:04:42 ---> f3110f23c453 20:04:42 Step 13/23 : EXPOSE $APP_PORT 20:04:42 ---> Running in e42ad71315d6 20:04:42 (1/2) Installing readline (8.0.4-r0) 20:04:42 (2/2) Installing bash (5.0.17-r0) 20:04:42 Executing bash-5.0.17-r0.post-install 20:04:42 Executing busybox-1.31.1-r19.trigger 20:04:42 Removing intermediate container e42ad71315d6 20:04:42 ---> 324024b670b9 20:04:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:04:42 OK: 12 MiB in 22 packages 20:04:42 ---> Running in 7369d57005c3 20:04:44 Removing intermediate container f1be7c180d09 20:04:44 ---> d9403b9824c9 20:04:44 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:04:44 ---> Running in 628259d51f2b 20:04:44 Removing intermediate container 628259d51f2b 20:04:44 ---> 4f26b1c7c1a7 20:04:44 Step 14/26 : ENV APP_PORT=48090 20:04:44 ---> Running in 8b8cf2ef3997 20:04:45 Removing intermediate container 7369d57005c3 20:04:45 ---> 8b475facfa03 20:04:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:04:45 ---> Running in 80cb646d1b2b 20:04:45 Removing intermediate container 8b8cf2ef3997 20:04:45 ---> 4a7d51fb28b5 20:04:45 Step 15/26 : EXPOSE $APP_PORT 20:04:45 ---> Running in 346e0df24aee 20:04:45 Removing intermediate container 346e0df24aee 20:04:45 ---> d73f7bb7e1e0 20:04:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:04:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:04:47 ---> 7af1a7c80a75 20:04:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:04:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:04:48 ---> 4c2686d0e824 20:04:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:04:48 (1/6) Installing dumb-init (1.2.2-r1) 20:04:48 (2/6) Installing libgcc (9.3.0-r2) 20:04:48 (3/6) Installing libsodium (1.0.18-r0) 20:04:48 (4/6) Installing libstdc++ (9.3.0-r2) 20:04:48 (5/6) Installing libzmq (4.3.3-r0) 20:04:48 (6/6) Installing zeromq (4.3.3-r0) 20:04:48 Executing busybox-1.31.1-r19.trigger 20:04:48 OK: 8 MiB in 20 packages 20:04:48 ---> 9c49956ea452 20:04:48 Step 19/26 : RUN apk --no-cache add py3-pip 20:04:48 ---> Running in ab504feae332 20:04:49 Removing intermediate container 80cb646d1b2b 20:04:49 ---> 3ed17f65dcf6 20:04:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:04:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:04:50 ---> 9aa85c99d4de 20:04:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:04:51 (1/33) Installing libbz2 (1.0.8-r1) 20:04:51 (2/33) Installing expat (2.2.9-r1) 20:04:51 (3/33) Installing libffi (3.3-r2) 20:04:51 (4/33) Installing gdbm (1.13-r1) 20:04:51 (5/33) Installing xz-libs (5.2.5-r0) 20:04:51 (6/33) Installing sqlite-libs (3.32.1-r0) 20:04:51 (7/33) Installing python3 (3.8.8-r0) 20:04:53 (8/33) Installing py3-appdirs (1.4.4-r1) 20:04:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:04:53 (10/33) Installing py3-parsing (2.4.7-r0) 20:04:53 (11/33) Installing py3-six (1.15.0-r0) 20:04:53 (12/33) Installing py3-packaging (20.4-r0) 20:04:53 (13/33) Installing py3-setuptools (47.0.0-r0) 20:04:53 (14/33) Installing py3-chardet (3.0.4-r4) 20:04:53 (15/33) Installing py3-idna (2.9-r0) 20:04:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:04:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:04:53 (18/33) Installing py3-requests (2.23.0-r0) 20:04:53 (19/33) Installing py3-msgpack (1.0.0-r0) 20:04:53 (20/33) Installing py3-lockfile (0.12.2-r3) 20:04:53 ---> 24f65246445b 20:04:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:04:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:04:53 (22/33) Installing py3-colorama (0.4.3-r0) 20:04:53 (23/33) Installing py3-distlib (0.3.0-r0) 20:04:53 (24/33) Installing py3-distro (1.5.0-r1) 20:04:53 (25/33) Installing py3-webencodings (0.5.1-r3) 20:04:53 (26/33) Installing py3-html5lib (1.0.1-r4) 20:04:53 (27/33) Installing py3-pytoml (0.1.21-r0) 20:04:53 (28/33) Installing py3-pep517 (0.8.2-r0) 20:04:53 (29/33) Installing py3-progress (1.5-r0) 20:04:53 (30/33) Installing py3-toml (0.10.1-r0) 20:04:53 (31/33) Installing py3-retrying (1.3.3-r0) 20:04:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:04:53 (33/33) Installing py3-pip (20.1.1-r0) 20:04:53 Executing busybox-1.31.1-r19.trigger 20:04:53 OK: 71 MiB in 55 packages 20:04:54 ---> 9f9bd98f54de 20:04:54 Step 19/23 : ENTRYPOINT ["/core-data"] 20:04:54 ---> Running in 5ceafc2b6b1b 20:04:54 Removing intermediate container 5ceafc2b6b1b 20:04:54 ---> 556e4758c0e3 20:04:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:04:55 ---> Running in 2eb4761b2cba 20:04:56 Removing intermediate container 2eb4761b2cba 20:04:56 ---> bdaae14b684a 20:04:56 Step 21/23 : LABEL arch=arm64 20:04:56 ---> Running in 7bcd65243b2a 20:04:56 Removing intermediate container 7bcd65243b2a 20:04:56 ---> 26a3f9198f2e 20:04:56 Step 22/23 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 20:04:56 ---> Running in b18ff106e344 20:04:57 Removing intermediate container b18ff106e344 20:04:57 ---> 86a981d3c643 20:04:57 Step 23/23 : LABEL version=0.0.0 20:04:57 ---> Running in 5acdd055c42e 20:04:58 Removing intermediate container 5acdd055c42e 20:04:58 ---> 0e5e03ece006 20:04:58 20:04:58 Successfully built 0e5e03ece006 20:04:58 Successfully tagged docker-core-data-go-arm64:latest 20:04:59  Building docker-core-data-go ... done Removing intermediate container ab504feae332 20:04:59 ---> 600c826b96f0 20:04:59 Step 20/26 : RUN pip install docker-compose==1.23.2 20:04:59 ---> Running in 6fbc69d72c16 20:05:05 Collecting docker-compose==1.23.2 20:05:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:05:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:05:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:05:06 Collecting websocket-client<1.0,>=0.32.0 20:05:06 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:05:06 Collecting docopt<0.7,>=0.6.1 20:05:06 Downloading docopt-0.6.2.tar.gz (25 kB) 20:05:09 Collecting PyYAML<4,>=3.10 20:05:09 Downloading PyYAML-3.13.tar.gz (270 kB) 20:05:11 Collecting cached-property<2,>=1.2.0 20:05:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:05:12 Collecting texttable<0.10,>=0.9.0 20:05:12 Downloading texttable-0.9.1.tar.gz (11 kB) 20:05:14 Collecting dockerpty<0.5,>=0.4.1 20:05:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:05:16 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:05:16 Collecting docker<4.0,>=3.6.0 20:05:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:05:17 Collecting jsonschema<3,>=2.5.1 20:05:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:05:17 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) 20:05:17 Collecting urllib3<1.25,>=1.21.1 20:05:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:05:18 Collecting idna<2.8,>=2.5 20:05:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:05:18 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) 20:05:18 Collecting docker-pycreds>=0.4.0 20:05:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:05:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:05:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:05:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:05:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:05:19 Installing collected packages: urllib3, idna, requests, websocket-client, docopt, PyYAML, cached-property, texttable, dockerpty, docker-pycreds, docker, jsonschema, docker-compose 20:05:19 Attempting uninstall: urllib3 20:05:19 Found existing installation: urllib3 1.25.9 20:05:19 Uninstalling urllib3-1.25.9: 20:05:19 Successfully uninstalled urllib3-1.25.9 20:05:19 Attempting uninstall: idna 20:05:19 Found existing installation: idna 2.9 20:05:19 Uninstalling idna-2.9: 20:05:20 Successfully uninstalled idna-2.9 20:05:20 Attempting uninstall: requests 20:05:20 Found existing installation: requests 2.23.0 20:05:20 Uninstalling requests-2.23.0: 20:05:20 Successfully uninstalled requests-2.23.0 20:05:21 Running setup.py install for docopt: started 20:05:23 Running setup.py install for docopt: finished with status 'done' 20:05:23 Running setup.py install for PyYAML: started 20:05:25 Running setup.py install for PyYAML: finished with status 'done' 20:05:25 Running setup.py install for texttable: started 20:05:27 Running setup.py install for texttable: finished with status 'done' 20:05:27 Running setup.py install for dockerpty: started 20:05:28 Running setup.py install for dockerpty: finished with status 'done' 20:05:30 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 20:05:34 Removing intermediate container 6fbc69d72c16 20:05:34 ---> fd25719fb65a 20:05:34 Step 21/26 : RUN apk --no-cache add curl 20:05:34 ---> Running in 7bc3ebaa747d 20:05:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:05:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:05:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:05:36 (2/3) Installing libcurl (7.69.1-r3) 20:05:36 (3/3) Installing curl (7.69.1-r3) 20:05:36 Executing busybox-1.31.1-r19.trigger 20:05:36 OK: 72 MiB in 58 packages 20:05:37 Removing intermediate container 7bc3ebaa747d 20:05:37 ---> 39a2e62e36e2 20:05:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:05:37 ---> Running in 3e1ee8819b66 20:05:38 Removing intermediate container 3e1ee8819b66 20:05:38 ---> ea5e5245766e 20:05:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:05:38 ---> Running in d7e7a2bde3ff 20:05:38 Removing intermediate container d7e7a2bde3ff 20:05:38 ---> 0f7805b9832c 20:05:38 Step 24/26 : LABEL arch=arm64 20:05:39 ---> Running in 12f57aff8a20 20:05:39 Removing intermediate container 12f57aff8a20 20:05:39 ---> 5390cf3546a6 20:05:39 Step 25/26 : LABEL git_sha=ca07e100999dc5c116f7ac63d0363044f02ddcad 20:05:39 ---> Running in b392829a2f54 20:05:40 Removing intermediate container b392829a2f54 20:05:40 ---> ddba088713c0 20:05:40 Step 26/26 : LABEL version=0.0.0 20:05:40 ---> Running in 97fb73c7af58 20:05:40 Removing intermediate container 97fb73c7af58 20:05:40 ---> 23a584371e41 20:05:40 20:05:41 Successfully built 23a584371e41 20:05:41 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:05:41  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:05:41 $ docker stop --time=1 67c00372f9bbce796d456093823ca2f60a5bf5adfb3359f0a5a49f9b98cdf31e 20:05:43 $ docker rm -f 67c00372f9bbce796d456093823ca2f60a5bf5adfb3359f0a5a49f9b98cdf31e [Pipeline] // withDockerContainer [Pipeline] sh 20:05:44 + grep docker 20:05:44 + docker images 20:05:44 docker-sys-mgmt-agent-go-arm64 latest 23a584371e41 4 seconds ago 300MB 20:05:44 docker-core-data-go-arm64 latest 0e5e03ece006 47 seconds ago 21.3MB 20:05:44 docker-core-metadata-go-arm64 latest 6e80cae9728d About a minute ago 17.9MB 20:05:44 docker-security-proxy-setup-go-arm64 latest f1737fe80752 About a minute ago 23.4MB 20:05:44 docker-security-bootstrapper-go-arm64 latest efefbb42e2a0 4 minutes ago 17.8MB 20:05:44 docker-support-notifications-go-arm64 latest 69ec0c8ee141 4 minutes ago 16.9MB 20:05:44 docker-security-secretstore-setup-go-arm64 latest 2a76f1d7b9c9 4 minutes ago 23.7MB 20:05:44 docker-support-scheduler-go-arm64 latest c68e3ebde3b7 4 minutes ago 16.3MB 20:05:44 docker-core-command-go-arm64 latest bcb0c712b45a 4 minutes ago 16.4MB 20:05:44 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 20:05:45 ---> job-cost.sh 20:05:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-4W1Q 20:06:24 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:08:01 lf-activate-venv(): INFO: Adding /tmp/venv-4W1Q/bin to PATH 20:08:01 INFO: No Stack... 20:08:01 INFO: Retrieving Pricing Info for: lf-standard-4 20:08:01 INFO: Archiving Costs [Pipeline] sh 20:08:01 + cat /w/workspace/edgex-go/6/archives/cost.csv 20:08:01 + cut -d, -f6 [Pipeline] lock 20:08:01 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3269-6-stack-cost] 20:08:01 Resource [jenkins-edgexfoundry-edgex-go-PR-3269-6-stack-cost] did not exist. Created. 20:08:01 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3269-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:08:02 + echo total: 0.20999999344348907 [Pipeline] stash 20:08:02 Stashed 1 file(s) [Pipeline] } 20:08:02 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3269-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:08:04 provisioning config files... 20:08:04 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config1379127127640536471tmp [Pipeline] { [Pipeline] sh 20:08:04 + set +x 20:08:04 + curl -s https://codecov.io/bash 20:08:04 + bash -s -- 20:08:05 20:08:05 _____ _ 20:08:05 / ____| | | 20:08:05 | | ___ __| | ___ ___ _____ __ 20:08:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:08:05 | |___| (_) | (_| | __/ (_| (_) \ V / 20:08:05 \_____\___/ \__,_|\___|\___\___/ \_/ 20:08:05 Bash-20210309-2b87ace 20:08:05 20:08:05 20:08:05 ==> git version 2.24.3 found 20:08:05 ==> 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 20:08:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:08:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:08:05 ==> Jenkins CI detected. 20:08:05 project root: . 20:08:05 --> token set from env 20:08:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:08:05 ==> Running gcov in . (disable via -X gcov) 20:08:05 ==> Python coveragepy not found 20:08:05 ==> Searching for coverage reports in: 20:08:05 + . 20:08:05 -> Found 1 reports 20:08:05 ==> Detecting git/mercurial file structure 20:08:05 ==> Reading reports 20:08:05 + ./coverage.out bytes=659965 20:08:05 ==> Appending adjustments 20:08:05 https://docs.codecov.io/docs/fixing-reports 20:08:09 + Found adjustments 20:08:09 ==> Gzipping contents 20:08:09 96K /tmp/codecov.Og71eV.gz 20:08:09 ==> Uploading reports 20:08:09 url: https://codecov.io 20:08:09 query: branch=PR-3269&commit=ca07e100999dc5c116f7ac63d0363044f02ddcad&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3269%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3269&job=&cmd_args= 20:08:09 -> Pinging Codecov 20:08:09 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3269&commit=ca07e100999dc5c116f7ac63d0363044f02ddcad&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3269%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3269&job=&cmd_args= 20:08:09 -> Uploading to 20:08:09 https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/ca07e100999dc5c116f7ac63d0363044f02ddcad/80213ae0-a920-4464-93b0-36c4d0a90275.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T200809Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3534f1df59902574d4dcac6a415322b096f4feb5701798e3340c1e37a76965c9 20:08:09 % Total % Received % Xferd Average Speed Time Time Time Current 20:08:09 Dload Upload Total Spent Left Speed 20:08:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95967 0 0 100 95967 0 175k --:--:-- --:--:-- --:--:-- 176k 20:08:10 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ca07e100999dc5c116f7ac63d0363044f02ddcad [Pipeline] } 20:08:10 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 20:08:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:08:13 ---> package-listing.sh 20:08:13 ++ facter osfamily 20:08:13 ++ tr '[:upper:]' '[:lower:]' 20:08:13 + OS_FAMILY=redhat 20:08:13 + workspace=/w/workspace/edgex-go/6 20:08:13 + START_PACKAGES=/tmp/packages_start.txt 20:08:13 + END_PACKAGES=/tmp/packages_end.txt 20:08:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:08:13 + PACKAGES=/tmp/packages_start.txt 20:08:13 + '[' /w/workspace/edgex-go/6 ']' 20:08:13 + PACKAGES=/tmp/packages_end.txt 20:08:13 + case "${OS_FAMILY}" in 20:08:13 + rpm -qa 20:08:13 + sort 20:08:18 + '[' -f /tmp/packages_start.txt ']' 20:08:18 + '[' -f /tmp/packages_end.txt ']' 20:08:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:08:18 + '[' /w/workspace/edgex-go/6 ']' 20:08:18 + mkdir -p /w/workspace/edgex-go/6/archives/ 20:08:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 20:08:18 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:08:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:08:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:08:19 20:08:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:08:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:08:19 alpine: Pulling from edgex-lftools-log-publisher 20:08:19 df20fa9351a1: Pulling fs layer 20:08:19 36b3adc4ff6f: Pulling fs layer 20:08:19 8ad3a11d3b57: Pulling fs layer 20:08:19 46f8f816bc3b: Pulling fs layer 20:08:19 93b61091891f: Pulling fs layer 20:08:19 93b9cdb0e59b: Pulling fs layer 20:08:19 5e14af77c1be: Pulling fs layer 20:08:19 01666e4c0597: Pulling fs layer 20:08:19 aa168da1d23b: Pulling fs layer 20:08:19 46f8f816bc3b: Waiting 20:08:19 93b61091891f: Waiting 20:08:19 93b9cdb0e59b: Waiting 20:08:19 5e14af77c1be: Waiting 20:08:19 01666e4c0597: Waiting 20:08:19 aa168da1d23b: Waiting 20:08:19 36b3adc4ff6f: Verifying Checksum 20:08:19 36b3adc4ff6f: Download complete 20:08:19 46f8f816bc3b: Verifying Checksum 20:08:19 46f8f816bc3b: Download complete 20:08:19 df20fa9351a1: Verifying Checksum 20:08:19 df20fa9351a1: Download complete 20:08:19 93b9cdb0e59b: Download complete 20:08:19 5e14af77c1be: Download complete 20:08:19 93b61091891f: Download complete 20:08:19 01666e4c0597: Verifying Checksum 20:08:19 01666e4c0597: Download complete 20:08:20 df20fa9351a1: Pull complete 20:08:20 8ad3a11d3b57: Verifying Checksum 20:08:20 8ad3a11d3b57: Download complete 20:08:20 36b3adc4ff6f: Pull complete 20:08:21 8ad3a11d3b57: Pull complete 20:08:21 46f8f816bc3b: Pull complete 20:08:22 aa168da1d23b: Verifying Checksum 20:08:22 aa168da1d23b: Download complete 20:08:25 93b61091891f: Pull complete 20:08:25 93b9cdb0e59b: Pull complete 20:08:25 5e14af77c1be: Pull complete 20:08:25 01666e4c0597: Pull complete 20:08:33 aa168da1d23b: Pull complete 20:08:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:08:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:08:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:08:33 prd-centos7-docker-4c-2g-30913 does not seem to be running inside a container 20:08:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:08:37 $ docker top c1c719a54f029dd841281dd30d8946600c295eb6806d9edccb97854729f31e52 -eo pid,comm [Pipeline] { [Pipeline] sh 20:08:38 + touch /tmp/pre-build-complete [Pipeline] sh 20:08:38 + mkdir -p /var/log/sa [Pipeline] sh 20:08:39 + ls /var/log/sa-host 20:08:39 + sadf -c /var/log/sa-host/sa22 20:08:39 file_magic: OK 20:08:39 HZ: Using current value: 100 20:08:39 file_header: OK 20:08:39 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 20:08:39 Statistics: 20:08:39 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... 20:08:39 File successfully converted to sysstat format version 12.2.1 20:08:39 + sadf -c /var/log/sa-host/sa23 20:08:39 file_magic: OK 20:08:39 HZ: Using current value: 100 20:08:39 file_header: OK 20:08:39 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 20:08:39 Statistics: 20:08:39 Hnuu...uuuununununu... 20:08:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:08:39 provisioning config files... 20:08:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config7197305589847656354tmp [Pipeline] { [Pipeline] echo 20:08:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:08:40 ---> create-netrc.sh [Pipeline] } 20:08:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:08:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:08:40 ---> python-tools-install.sh [Pipeline] echo 20:08:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:08:40 ---> sudo-logs.sh 20:08:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:08:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:08:41 ---> job-cost.sh 20:08:41 lf-activate-venv: SKIPPING 20:08:41 DEBUG: total: 0.20999999344348907 20:08:41 INFO: Retrieving Stack Cost... 20:08:42 INFO: Retrieving Pricing Info for: v1-standard-2 20:08:42 INFO: Archiving Costs [Pipeline] echo 20:08:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:08:43 ---> logs-deploy.sh 20:08:43 lf-activate-venv: SKIPPING 20:08:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3269/6 20:08:43 INFO: archiving workspace using pattern(s): 20:08:44 Archives upload complete. 20:08:44 INFO: archiving logs to Nexus 20:08:46 ---> uname -a: 20:08:46 Linux prd-centos7-docker-4c-2g-30913.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:08:46 20:08:46 20:08:46 ---> lscpu: 20:08:46 Architecture: x86_64 20:08:46 CPU op-mode(s): 32-bit, 64-bit 20:08:46 Byte Order: Little Endian 20:08:46 Address sizes: 40 bits physical, 48 bits virtual 20:08:46 CPU(s): 4 20:08:46 On-line CPU(s) list: 0-3 20:08:46 Thread(s) per core: 1 20:08:46 Core(s) per socket: 1 20:08:46 Socket(s): 4 20:08:46 NUMA node(s): 1 20:08:46 Vendor ID: GenuineIntel 20:08:46 CPU family: 6 20:08:46 Model: 44 20:08:46 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:08:46 Stepping: 1 20:08:46 CPU MHz: 2933.438 20:08:46 BogoMIPS: 5866.87 20:08:46 Virtualization: VT-x 20:08:46 Hypervisor vendor: KVM 20:08:46 Virtualization type: full 20:08:46 L1d cache: 128 KiB 20:08:46 L1i cache: 128 KiB 20:08:46 L2 cache: 16 MiB 20:08:46 L3 cache: 64 MiB 20:08:46 NUMA node0 CPU(s): 0-3 20:08:46 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:08:46 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:08:46 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:08:46 Vulnerability Meltdown: Mitigation; PTI 20:08:46 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:08:46 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:08:46 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:08:46 Vulnerability Srbds: Not affected 20:08:46 Vulnerability Tsx async abort: Not affected 20:08:46 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 20:08:46 20:08:46 20:08:46 ---> nproc: 20:08:46 4 20:08:46 20:08:46 20:08:46 ---> df -h: 20:08:46 Filesystem Size Used Available Use% Mounted on 20:08:46 overlay 50.0G 12.6G 37.4G 25% / 20:08:46 tmpfs 64.0M 0 64.0M 0% /dev 20:08:46 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:08:46 shm 64.0M 0 64.0M 0% /dev/shm 20:08:46 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 20:08:46 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 20:08:46 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 20:08:46 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 20:08:46 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 20:08:46 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 20:08:46 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 20:08:46 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 20:08:46 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/6@tmp 20:08:46 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/6 20:08:46 20:08:46 20:08:46 ---> free -m: 20:08:46 total used free shared buff/cache available 20:08:46 Mem: 1837 673 123 0 1040 1083 20:08:46 Swap: 1023 66 957 20:08:46 20:08:46 20:08:46 ---> ip addr: 20:08:46 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:08:46 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:08:46 inet 127.0.0.1/8 scope host lo 20:08:46 valid_lft forever preferred_lft forever 20:08:46 inet6 ::1/128 scope host 20:08:46 valid_lft forever preferred_lft forever 20:08:46 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:08:46 link/ether fa:16:3e:ec:0b:d0 brd ff:ff:ff:ff:ff:ff 20:08:46 inet 10.30.122.235/23 brd 10.30.123.255 scope global dynamic eth0 20:08:46 valid_lft 84997sec preferred_lft 84997sec 20:08:46 inet6 fe80::f816:3eff:feec:bd0/64 scope link 20:08:46 valid_lft forever preferred_lft forever 20:08:46 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:08:46 link/ether 02:42:18:52:73:11 brd ff:ff:ff:ff:ff:ff 20:08:46 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:08:46 valid_lft forever preferred_lft forever 20:08:46 inet6 fe80::42:18ff:fe52:7311/64 scope link 20:08:46 valid_lft forever preferred_lft forever 20:08:46 20:08:46 20:08:46 ---> sar -b -r -n DEV: 20:08:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 20:08:46 20:08:46 19:45:09 LINUX RESTART (4 CPU) 20:08:46 20:08:46 19:46:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:08:46 19:47:01 189.97 72.12 117.85 0.00 9302.11 47087.65 0.00 20:08:46 19:48:01 241.10 80.51 160.59 0.00 3496.38 21302.29 0.00 20:08:46 19:49:01 126.76 42.23 84.53 0.00 1856.11 9852.85 0.00 20:08:46 19:50:01 132.75 39.75 93.00 0.00 2704.19 21467.95 0.00 20:08:46 19:51:03 1471.55 1164.24 307.31 0.00 116206.56 176582.27 0.00 20:08:46 19:52:01 1854.21 1566.66 287.55 0.00 125870.28 133490.17 0.00 20:08:46 19:53:02 546.06 239.91 306.15 0.00 68300.17 114772.70 0.00 20:08:46 19:54:01 2262.63 1918.68 343.95 0.00 150480.11 159762.90 0.00 20:08:46 19:55:01 251.61 36.24 215.37 0.00 4052.20 38243.26 0.00 20:08:46 19:56:01 42.70 13.22 29.48 0.00 2945.10 1041.78 0.00 20:08:46 19:57:01 0.22 0.02 0.20 0.00 0.53 2.30 0.00 20:08:46 19:58:01 0.30 0.02 0.28 0.00 0.27 3.23 0.00 20:08:46 19:59:01 0.30 0.07 0.23 0.00 1.07 3.01 0.00 20:08:46 20:00:01 0.22 0.02 0.20 0.00 0.13 1.65 0.00 20:08:46 20:01:01 2.45 1.63 0.82 0.00 58.07 15.70 0.00 20:08:46 20:02:01 0.72 0.35 0.37 0.00 22.37 5.46 0.00 20:08:46 20:03:01 0.27 0.02 0.25 0.00 0.53 2.86 0.00 20:08:46 20:04:01 0.27 0.02 0.25 0.00 0.27 3.23 0.00 20:08:46 20:05:02 0.27 0.03 0.23 0.00 0.27 3.01 0.00 20:08:46 20:06:01 0.27 0.07 0.20 0.00 0.54 1.95 0.00 20:08:46 20:07:01 0.17 0.00 0.17 0.00 0.00 1.68 0.00 20:08:46 20:08:01 0.28 0.02 0.27 0.00 0.27 2.40 0.00 20:08:46 Average: 322.69 234.10 88.59 0.00 22009.73 32913.85 0.00 20:08:46 20:08:46 19:46:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:08:46 19:47:01 154860 0 672116 35.72 2436 1052132 1437808 49.07 542312 940356 28 20:08:46 19:48:01 98784 0 794960 42.25 1492 986308 1735604 59.23 674440 827240 77052 20:08:46 19:49:01 243256 0 760280 40.41 828 877180 1634944 55.80 591988 755624 55240 20:08:46 19:50:01 70084 0 744600 39.57 620 1066240 1532144 52.29 652900 855012 100652 20:08:46 19:51:03 87908 0 761608 40.48 24 1032004 2130588 72.71 603824 967668 50488 20:08:46 19:52:01 191440 0 1248204 66.34 24 441876 3515472 119.98 763132 651288 20156 20:08:46 19:53:02 63756 0 711488 37.81 24 1106276 1916916 65.42 732664 864984 10664 20:08:46 19:54:01 357840 0 880276 46.78 24 643404 3136236 107.03 630732 638392 26192 20:08:46 19:55:01 99088 0 688424 36.59 24 1094008 1475304 50.35 604884 915132 12408 20:08:46 19:56:01 118792 0 587752 31.24 24 1174976 1162904 39.69 557152 950272 12 20:08:46 19:57:01 120444 0 586108 31.15 24 1174968 1150592 39.27 556432 950024 8 20:08:46 19:58:01 121760 0 584768 31.08 24 1174992 1143360 39.02 555684 949920 8 20:08:46 19:59:01 121776 0 584744 31.08 24 1175000 1143384 39.02 555812 949948 8 20:08:46 20:00:01 122048 0 584468 31.06 24 1175004 1143360 39.02 555568 949952 8 20:08:46 20:01:01 118752 0 586692 31.18 24 1176076 1146188 39.12 556904 950984 8 20:08:46 20:02:01 118980 0 585784 31.13 24 1176756 1143916 39.04 556340 951552 8 20:08:46 20:03:01 119136 0 585624 31.12 24 1176760 1143868 39.04 556084 951568 20 20:08:46 20:04:01 118748 0 586012 31.15 24 1176760 1143868 39.04 556088 951568 8 20:08:46 20:05:02 117608 0 587136 31.21 24 1176776 1144084 39.05 557252 951584 8 20:08:46 20:06:01 118600 0 586144 31.15 24 1176776 1143952 39.04 556660 951596 8 20:08:46 20:07:01 119184 0 585544 31.12 24 1176792 1143868 39.04 555996 951600 8 20:08:46 20:08:01 118976 0 585752 31.13 24 1176792 1143868 39.04 556116 951600 8 20:08:46 Average: 132810 0 676295 35.94 264 1072175 1518738 51.83 592226 898994 16045 20:08:46 20:08:46 19:46:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:08:46 19:47:01 veth7fae0a2 1.98 3.99 0.13 22.12 0.00 0.00 0.00 0.00 20:08:46 19:47:01 eth0 1179.36 1192.32 5977.16 164.22 0.00 0.00 0.00 0.00 20:08:46 19:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:47:01 docker0 857.72 784.06 71.20 2752.18 0.00 0.00 0.00 0.00 20:08:46 19:48:01 vethc9e6818 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:08:46 19:48:01 eth0 224.36 161.19 840.57 25.16 0.00 0.00 0.00 0.00 20:08:46 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:48:01 docker0 142.28 191.50 10.59 811.11 0.00 0.00 0.00 0.00 20:08:46 19:49:01 vethc9e6818 2.43 2.43 0.19 0.19 0.00 0.00 0.00 0.00 20:08:46 19:49:01 eth0 39.05 25.16 26.44 43.20 0.00 0.00 0.00 0.00 20:08:46 19:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:49:01 docker0 2.43 2.43 0.16 0.19 0.00 0.00 0.00 0.00 20:08:46 19:50:01 eth0 202.20 162.29 1691.00 58.88 0.00 0.00 0.00 0.00 20:08:46 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:51:03 veth25dc656 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 20:08:46 19:51:03 eth0 65.68 39.70 169.53 37.62 0.00 0.00 0.00 0.00 20:08:46 19:51:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:51:03 docker0 9.28 25.61 0.49 142.42 0.00 0.00 0.00 0.00 20:08:46 19:52:01 veth25dc656 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:52:01 veth04a1272 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:08:46 19:52:01 eth0 20.99 14.94 11.67 31.15 0.00 0.00 0.00 0.00 20:08:46 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:53:02 veth25dc656 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 20:08:46 19:53:02 eth0 73.40 44.77 247.67 48.54 0.00 0.00 0.00 0.00 20:08:46 19:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:53:02 docker0 1006.57 1012.97 81.68 3828.00 0.00 0.00 0.00 0.00 20:08:46 19:54:01 veth25dc656 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:08:46 19:54:01 veth6368e15 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:08:46 19:54:01 veth002962b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:08:46 19:54:01 eth0 58.46 32.65 142.62 43.33 0.00 0.00 0.00 0.00 20:08:46 19:55:01 veth25dc656 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 20:08:46 19:55:01 veth629601b 2.01 3.31 0.39 17.97 0.00 0.00 0.00 0.00 20:08:46 19:55:01 eth0 198.65 147.54 1647.93 51.93 0.00 0.00 0.00 0.00 20:08:46 19:55:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:08:46 19:56:01 eth0 26.80 19.31 46.50 30.55 0.00 0.00 0.00 0.00 20:08:46 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:56:01 docker0 1046.23 1089.65 84.21 4399.24 0.00 0.00 0.00 0.00 20:08:46 19:57:01 eth0 0.65 0.45 0.33 0.24 0.00 0.00 0.00 0.00 20:08:46 19:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:58:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:08:46 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:59:01 eth0 0.18 0.17 0.06 0.01 0.00 0.00 0.00 0.00 20:08:46 19:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:08:46 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:01:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:08:46 20:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:02:01 eth0 0.23 0.23 0.10 0.02 0.00 0.00 0.00 0.00 20:08:46 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:03:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:04:01 eth0 0.52 0.03 0.05 0.00 0.00 0.00 0.00 0.00 20:08:46 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:05:02 eth0 0.48 0.43 0.27 0.21 0.00 0.00 0.00 0.00 20:08:46 20:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:06:01 eth0 0.27 0.17 0.14 0.07 0.00 0.00 0.00 0.00 20:08:46 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:07:01 eth0 0.05 0.08 0.00 0.01 0.00 0.00 0.00 0.00 20:08:46 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:08:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:08:46 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 Average: eth0 94.47 83.06 487.90 24.25 0.00 0.00 0.00 0.00 20:08:46 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:08:46 Average: docker0 47.65 49.62 3.83 200.34 0.00 0.00 0.00 0.00 20:08:46 20:08:46 20:08:46 ---> sar -P ALL: 20:08:46 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 20:08:46 20:08:46 19:45:09 LINUX RESTART (4 CPU) 20:08:46 20:08:46 19:46:02 CPU %user %nice %system %iowait %steal %idle 20:08:46 19:47:01 all 16.91 0.00 9.79 2.02 0.12 71.16 20:08:46 19:47:01 0 18.71 0.00 12.56 1.80 0.14 66.78 20:08:46 19:47:01 1 16.37 0.00 8.72 2.17 0.09 72.65 20:08:46 19:47:01 2 17.71 0.00 8.67 3.21 0.16 70.24 20:08:46 19:47:01 3 14.84 0.00 9.23 0.91 0.11 74.92 20:08:46 19:48:01 all 28.88 0.00 10.81 6.10 0.11 54.09 20:08:46 19:48:01 0 28.23 0.00 11.18 4.50 0.14 55.95 20:08:46 19:48:01 1 28.69 0.00 10.37 6.68 0.09 54.16 20:08:46 19:48:01 2 28.04 0.00 11.24 8.55 0.10 52.07 20:08:46 19:48:01 3 30.54 0.00 10.45 4.70 0.12 54.18 20:08:46 19:49:01 all 48.32 0.00 12.65 4.19 0.13 34.70 20:08:46 19:49:01 0 48.02 0.00 13.16 2.58 0.16 36.09 20:08:46 19:49:01 1 48.62 0.00 12.39 5.80 0.12 33.07 20:08:46 19:49:01 2 48.98 0.00 12.54 3.81 0.14 34.53 20:08:46 19:49:01 3 47.69 0.00 12.53 4.59 0.12 35.08 20:08:46 19:50:01 all 38.79 0.00 13.53 3.59 0.14 43.96 20:08:46 19:50:01 0 39.73 0.00 14.21 3.49 0.16 42.41 20:08:46 19:50:01 1 38.45 0.00 13.49 3.76 0.12 44.18 20:08:46 19:50:01 2 38.64 0.00 13.10 4.02 0.16 44.08 20:08:46 19:50:01 3 38.33 0.00 13.32 3.07 0.12 45.16 20:08:46 19:51:03 all 20.53 0.00 25.18 14.49 0.28 39.51 20:08:46 19:51:03 0 19.27 0.00 25.42 14.51 0.33 40.47 20:08:46 19:51:03 1 19.90 0.00 24.85 15.71 0.27 39.26 20:08:46 19:51:03 2 22.18 0.00 24.81 15.31 0.29 37.42 20:08:46 19:51:03 3 20.76 0.00 25.66 12.41 0.24 40.92 20:08:46 19:52:01 all 36.09 0.00 22.22 25.70 0.27 15.72 20:08:46 19:52:01 0 36.67 0.00 21.60 24.53 0.27 16.93 20:08:46 19:52:01 1 35.34 0.00 22.52 26.64 0.31 15.19 20:08:46 19:52:01 2 36.24 0.00 21.98 26.64 0.29 14.86 20:08:46 19:52:01 3 36.11 0.00 22.81 24.97 0.20 15.91 20:08:46 19:53:02 all 39.57 0.00 20.50 17.77 0.16 22.00 20:08:46 19:53:02 0 39.28 0.00 19.48 20.55 0.14 20.55 20:08:46 19:53:02 1 38.30 0.00 20.33 15.35 0.19 25.82 20:08:46 19:53:02 2 40.08 0.00 20.49 21.31 0.17 17.95 20:08:46 19:53:02 3 40.60 0.00 21.68 13.87 0.14 23.71 20:08:46 19:54:01 all 24.50 0.00 25.82 24.18 0.23 25.27 20:08:46 19:54:01 0 23.98 0.00 26.43 23.46 0.30 25.82 20:08:46 19:54:01 1 24.22 0.00 23.82 25.24 0.22 26.50 20:08:46 19:54:01 2 24.89 0.00 25.96 23.77 0.20 25.18 20:08:46 19:54:01 3 24.92 0.00 27.10 24.25 0.20 23.54 20:08:46 19:55:01 all 40.09 0.00 12.55 10.28 0.08 37.00 20:08:46 19:55:01 0 39.05 0.00 12.46 5.37 0.09 43.04 20:08:46 19:55:01 1 40.67 0.00 12.37 12.68 0.09 34.20 20:08:46 19:55:01 2 39.93 0.00 12.64 11.95 0.09 35.39 20:08:46 19:55:01 3 40.70 0.00 12.74 11.14 0.07 35.35 20:08:46 19:56:01 all 1.66 0.00 1.18 1.20 0.02 95.94 20:08:46 19:56:01 0 1.27 0.00 1.34 1.67 0.03 95.68 20:08:46 19:56:01 1 1.29 0.00 1.20 0.27 0.02 97.22 20:08:46 19:56:01 2 2.39 0.00 0.97 1.19 0.00 95.45 20:08:46 19:56:01 3 1.68 0.00 1.22 1.68 0.02 95.41 20:08:46 19:57:01 all 0.15 0.00 0.03 0.00 0.00 99.81 20:08:46 19:57:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:08:46 19:57:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:08:46 19:57:01 2 0.52 0.00 0.03 0.00 0.02 99.43 20:08:46 19:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:08:46 20:08:46 19:57:01 CPU %user %nice %system %iowait %steal %idle 20:08:46 19:58:01 all 0.15 0.00 0.03 0.00 0.00 99.82 20:08:46 19:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:08:46 19:58:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:08:46 19:58:01 2 0.50 0.00 0.03 0.00 0.00 99.47 20:08:46 19:58:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:08:46 19:59:01 all 0.09 0.00 0.04 0.00 0.00 99.87 20:08:46 19:59:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:08:46 19:59:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:08:46 19:59:01 2 0.23 0.00 0.07 0.02 0.00 99.68 20:08:46 19:59:01 3 0.07 0.00 0.03 0.00 0.00 99.90 20:08:46 20:00:01 all 0.16 0.00 0.02 0.00 0.00 99.82 20:08:46 20:00:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:08:46 20:00:01 1 0.05 0.00 0.03 0.00 0.00 99.92 20:08:46 20:00:01 2 0.52 0.00 0.02 0.00 0.00 99.47 20:08:46 20:00:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:08:46 20:01:01 all 0.15 0.00 0.07 0.02 0.00 99.75 20:08:46 20:01:01 0 0.02 0.00 0.08 0.00 0.00 99.90 20:08:46 20:01:01 1 0.05 0.00 0.08 0.00 0.00 99.87 20:08:46 20:01:01 2 0.50 0.00 0.03 0.00 0.00 99.47 20:08:46 20:01:01 3 0.05 0.00 0.10 0.07 0.00 99.78 20:08:46 20:02:01 all 0.14 0.00 0.05 0.02 0.00 99.80 20:08:46 20:02:01 0 0.48 0.00 0.05 0.02 0.00 99.45 20:08:46 20:02:01 1 0.02 0.00 0.03 0.03 0.00 99.92 20:08:46 20:02:01 2 0.03 0.00 0.07 0.00 0.00 99.90 20:08:46 20:02:01 3 0.02 0.00 0.03 0.02 0.00 99.93 20:08:46 20:03:01 all 0.08 0.00 0.03 0.00 0.01 99.88 20:08:46 20:03:01 0 0.25 0.00 0.03 0.00 0.00 99.72 20:08:46 20:03:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:08:46 20:03:01 2 0.03 0.00 0.03 0.00 0.02 99.92 20:08:46 20:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:08:46 20:04:01 all 0.16 0.00 0.02 0.00 0.00 99.82 20:08:46 20:04:01 0 0.52 0.00 0.02 0.00 0.00 99.47 20:08:46 20:04:01 1 0.05 0.00 0.03 0.00 0.00 99.92 20:08:46 20:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:08:46 20:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:08:46 20:05:02 all 0.17 0.00 0.03 0.00 0.00 99.80 20:08:46 20:05:02 0 0.50 0.00 0.03 0.00 0.00 99.47 20:08:46 20:05:02 1 0.05 0.00 0.03 0.00 0.00 99.92 20:08:46 20:05:02 2 0.08 0.00 0.03 0.00 0.00 99.88 20:08:46 20:05:02 3 0.03 0.00 0.02 0.00 0.00 99.95 20:08:46 20:06:01 all 0.13 0.00 0.05 0.00 0.00 99.82 20:08:46 20:06:01 0 0.37 0.00 0.05 0.00 0.00 99.58 20:08:46 20:06:01 1 0.05 0.00 0.05 0.00 0.00 99.90 20:08:46 20:06:01 2 0.05 0.00 0.05 0.02 0.00 99.88 20:08:46 20:06:01 3 0.05 0.00 0.03 0.00 0.00 99.92 20:08:46 20:07:01 all 0.02 0.00 0.03 0.00 0.00 99.96 20:08:46 20:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:08:46 20:07:01 1 0.05 0.00 0.07 0.00 0.00 99.88 20:08:46 20:07:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:08:46 20:07:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:08:46 20:08:01 all 0.16 0.00 0.03 0.00 0.00 99.80 20:08:46 20:08:01 0 0.05 0.00 0.03 0.00 0.02 99.90 20:08:46 20:08:01 1 0.53 0.00 0.03 0.00 0.00 99.43 20:08:46 20:08:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:08:46 20:08:01 3 0.03 0.00 0.03 0.00 0.00 99.93 20:08:46 20:08:46 Average: CPU %user %nice %system %iowait %steal %idle 20:08:46 Average: all 13.13 0.00 6.82 4.80 0.07 75.18 20:08:46 Average: 0 13.14 0.00 6.99 4.51 0.08 75.28 20:08:46 Average: 1 12.93 0.00 6.64 5.01 0.07 75.35 20:08:46 Average: 2 13.34 0.00 6.74 5.26 0.07 74.60 20:08:46 Average: 3 13.11 0.00 6.90 4.43 0.06 75.50 20:08:46 20:08:46 20:08:46