Pull request #3305 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at d1fc5940ebbd16a0d16dcf35275d84fb959027d1 rather than bca07f40881fc04d9dea04c89477c9532246c532 Obtained Jenkinsfile from d1fc5940ebbd16a0d16dcf35275d84fb959027d1 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-31768 in /w/workspace/edgexfoundry_edgex-go_PR-3305 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 d1fc5940ebbd16a0d16dcf35275d84fb959027d1 into PR head commit bca07f40881fc04d9dea04c89477c9532246c532 Merge succeeded, producing bca07f40881fc04d9dea04c89477c9532246c532 Checking out Revision bca07f40881fc04d9dea04c89477c9532246c532 (PR-3305) > 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/3305/head:refs/remotes/origin/PR-3305 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bca07f40881fc04d9dea04c89477c9532246c532 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d1fc5940ebbd16a0d16dcf35275d84fb959027d1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bca07f40881fc04d9dea04c89477c9532246c532 # timeout=10 Commit message: "Merge branch 'master' into issue-3304" > git rev-list --no-walk 49e77480c97c89d985b00628fe84bc37250636de # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T16:45:22.892Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T16:45:23.150Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T16:45:23.243Z] ========================================================= [2021-03-29T16:45:23.243Z] EdgeX Global Pipelines Version Info [2021-03-29T16:45:23.243Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:45:24.694Z] ------------------- [2021-03-29T16:45:24.694Z] stable info: [2021-03-29T16:45:24.694Z] ------------------- [2021-03-29T16:45:24.694Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T16:45:24.694Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T16:45:24.694Z] Message: update stable to v1.0.186 [2021-03-29T16:45:25.641Z] ------------------- [2021-03-29T16:45:25.641Z] experimental info: [2021-03-29T16:45:25.641Z] ------------------- [2021-03-29T16:45:25.641Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T16:45:25.641Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T16:45:25.641Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T16:45:25.900Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-29T16:45:25.984Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-29T16:45:26.073Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T16:45:26.159Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T16:45:26.243Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T16:45:26.338Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T16:45:26.421Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T16:45:26.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-29T16:45:26.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-29T16:45:26.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-29T16:45:26.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T16:45:26.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T16:45:26.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T16:45:27.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T16:45:27.159Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T16:45:27.241Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T16:45:27.321Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T16:45:27.402Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T16:45:27.492Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-29T16:45:27.572Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-29T16:45:27.683Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-29T16:45:27.765Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T16:45:27.849Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3305 [Pipeline] echo [2021-03-29T16:45:27.932Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3305 [Pipeline] echo [2021-03-29T16:45:28.029Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3305 [Pipeline] echo [2021-03-29T16:45:28.109Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bca07f40881fc04d9dea04c89477c9532246c532 [Pipeline] echo [2021-03-29T16:45:28.192Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bca07f4 [Pipeline] echo [2021-03-29T16:45:28.274Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T16:45:28.438Z] provisioning config files... [2021-03-29T16:45:28.470Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6820851571384656893tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:45:28.820Z] ---> docker-login.sh [2021-03-29T16:45:28.820Z] nexus3.edgexfoundry.org:10001 [2021-03-29T16:45:29.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:45:29.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:45:29.348Z] Configure a credential helper to remove this warning. See [2021-03-29T16:45:29.348Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:45:29.348Z] [2021-03-29T16:45:29.348Z] Login Succeeded [2021-03-29T16:45:29.348Z] nexus3.edgexfoundry.org:10002 [2021-03-29T16:45:29.348Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:45:29.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:45:29.613Z] Configure a credential helper to remove this warning. See [2021-03-29T16:45:29.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:45:29.613Z] [2021-03-29T16:45:29.613Z] Login Succeeded [2021-03-29T16:45:29.613Z] nexus3.edgexfoundry.org:10003 [2021-03-29T16:45:29.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:45:29.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:45:29.613Z] Configure a credential helper to remove this warning. See [2021-03-29T16:45:29.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:45:29.613Z] [2021-03-29T16:45:29.613Z] Login Succeeded [2021-03-29T16:45:29.613Z] nexus3.edgexfoundry.org:10004 [2021-03-29T16:45:29.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:45:29.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:45:29.876Z] Configure a credential helper to remove this warning. See [2021-03-29T16:45:29.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:45:29.876Z] [2021-03-29T16:45:29.876Z] Login Succeeded [2021-03-29T16:45:29.876Z] docker.io [2021-03-29T16:45:29.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:45:30.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:45:30.453Z] Configure a credential helper to remove this warning. See [2021-03-29T16:45:30.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:45:30.453Z] [2021-03-29T16:45:30.453Z] Login Succeeded [2021-03-29T16:45:30.453Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T16:45:30.465Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T16:45:30.977Z] ++ 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 [2021-03-29T16:45:30.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:45:30.977Z] ++ dirname cmd/core-command/Dockerfile [2021-03-29T16:45:30.977Z] ++ cut -d/ -f2 [2021-03-29T16:45:30.977Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-29T16:45:30.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:45:30.977Z] ++ dirname cmd/core-data/Dockerfile [2021-03-29T16:45:30.977Z] ++ cut -d/ -f2 [2021-03-29T16:45:30.977Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-29T16:45:30.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:45:30.977Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-29T16:45:30.977Z] ++ cut -d/ -f2 [2021-03-29T16:45:30.977Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-29T16:45:30.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:45:30.977Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-29T16:45:30.977Z] ++ cut -d/ -f2 [2021-03-29T16:45:30.977Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-29T16:45:30.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:45:30.977Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-29T16:45:30.977Z] ++ cut -d/ -f2 [2021-03-29T16:45:30.977Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-29T16:45:30.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:45:30.977Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-29T16:45:30.977Z] ++ cut -d/ -f2 [2021-03-29T16:45:30.977Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-29T16:45:30.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:45:30.977Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-29T16:45:30.977Z] ++ cut -d/ -f2 [2021-03-29T16:45:30.977Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-29T16:45:30.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:45:30.977Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-29T16:45:30.977Z] ++ cut -d/ -f2 [2021-03-29T16:45:30.977Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-29T16:45:30.977Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T16:45:30.977Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-29T16:45:30.977Z] ++ cut -d/ -f2 [2021-03-29T16:45:30.977Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-29T16:45:31.069Z] 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 [2021-03-29T16:45:31.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T16:45:31.968Z] [2021-03-29T16:45:31.968Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:45:32.325Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T16:45:32.325Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T16:45:32.325Z] 31603596830f: Pulling fs layer [2021-03-29T16:45:32.325Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T16:45:32.325Z] 6ca5941a6612: Pulling fs layer [2021-03-29T16:45:32.325Z] ecc8261a40a4: Pulling fs layer [2021-03-29T16:45:32.325Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T16:45:32.325Z] 2a8b12db71e7: Download complete [2021-03-29T16:45:32.325Z] 31603596830f: Verifying Checksum [2021-03-29T16:45:32.325Z] 31603596830f: Download complete [2021-03-29T16:45:32.591Z] ecc8261a40a4: Verifying Checksum [2021-03-29T16:45:32.591Z] ecc8261a40a4: Download complete [2021-03-29T16:45:32.591Z] 6ca5941a6612: Verifying Checksum [2021-03-29T16:45:32.591Z] 6ca5941a6612: Download complete [2021-03-29T16:45:32.855Z] 31603596830f: Pull complete [2021-03-29T16:45:32.855Z] 2a8b12db71e7: Pull complete [2021-03-29T16:45:33.802Z] 6ca5941a6612: Pull complete [2021-03-29T16:45:34.064Z] ecc8261a40a4: Pull complete [2021-03-29T16:45:34.064Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T16:45:34.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T16:45:34.064Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T16:45:34.172Z] prd-centos7-docker-4c-2g-31768 does not seem to be running inside a container [2021-03-29T16:45:34.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10004/edgex-devops/git-semver:latest cat [2021-03-29T16:45:36.854Z] $ docker top ea911e28799818a35cf954a3eb164dd90f7bfc70e4d1eaf6d3e18baca878491a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T16:45:37.173Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T16:45:37.173Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T16:45:37.396Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T16:45:37.400Z] $ docker exec ea911e28799818a35cf954a3eb164dd90f7bfc70e4d1eaf6d3e18baca878491a ssh-agent [2021-03-29T16:45:37.569Z] SSH_AUTH_SOCK=/tmp/ssh-8OBv3ts50haa/agent.13 [2021-03-29T16:45:37.569Z] SSH_AGENT_PID=19 [2021-03-29T16:45:37.584Z] Running ssh-add (command line suppressed) [2021-03-29T16:45:37.708Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8047837003523587125.key (/w/workspace/edgex-go/2@tmp/private_key_8047837003523587125.key) [2021-03-29T16:45:37.764Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T16:45:38.105Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T16:45:38.132Z] $ docker exec --env ******** --env ******** ea911e28799818a35cf954a3eb164dd90f7bfc70e4d1eaf6d3e18baca878491a ssh-agent -k [2021-03-29T16:45:38.248Z] unset SSH_AUTH_SOCK; [2021-03-29T16:45:38.249Z] unset SSH_AGENT_PID; [2021-03-29T16:45:38.249Z] echo Agent pid 19 killed; [2021-03-29T16:45:38.299Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T16:45:38.458Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T16:45:38.459Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T16:45:38.634Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T16:45:38.638Z] $ docker exec ea911e28799818a35cf954a3eb164dd90f7bfc70e4d1eaf6d3e18baca878491a ssh-agent [2021-03-29T16:45:38.809Z] SSH_AUTH_SOCK=/tmp/ssh-NuFyDZRE3Os9/agent.49 [2021-03-29T16:45:38.809Z] SSH_AGENT_PID=54 [2021-03-29T16:45:38.817Z] Running ssh-add (command line suppressed) [2021-03-29T16:45:38.937Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_539518898861772248.key (/w/workspace/edgex-go/2@tmp/private_key_539518898861772248.key) [2021-03-29T16:45:38.991Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T16:45:39.335Z] + git semver init [2021-03-29T16:45:39.335Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T16:45:39.335Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-29T16:45:39.335Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-29T16:45:39.335Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T16:45:39.335Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T16:45:39.335Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T16:45:39.335Z] # $SEMVER_BRANCH = PR-3305 [2021-03-29T16:45:39.335Z] # $SEMVER_TEMP = /tmp/semver-093659214 [2021-03-29T16:45:39.335Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-29T16:45:57.516Z] # '/tmp/semver-093659214' -> '/w/workspace/edgex-go/2/.semver' [2021-03-29T16:45:58.470Z] # -> Force: false [2021-03-29T16:45:58.470Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-29T16:45:58.485Z] $ docker exec --env ******** --env ******** ea911e28799818a35cf954a3eb164dd90f7bfc70e4d1eaf6d3e18baca878491a ssh-agent -k [2021-03-29T16:45:58.730Z] unset SSH_AUTH_SOCK; [2021-03-29T16:45:58.730Z] unset SSH_AGENT_PID; [2021-03-29T16:45:58.730Z] echo Agent pid 54 killed; [2021-03-29T16:45:58.806Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T16:45:59.282Z] + git semver [Pipeline] } [2021-03-29T16:45:59.303Z] $ docker stop --time=1 ea911e28799818a35cf954a3eb164dd90f7bfc70e4d1eaf6d3e18baca878491a [2021-03-29T16:46:00.931Z] $ docker rm -f ea911e28799818a35cf954a3eb164dd90f7bfc70e4d1eaf6d3e18baca878491a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T16:46:01.459Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T16:46:02.038Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T16:46:02.042Z] [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 [2021-03-29T16:46:02.928Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T16:46:03.228Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T16:46:03.526Z] + sudo service docker restart [2021-03-29T16:46:03.526Z] + true [2021-03-29T16:46:03.526Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-29T16:46:04.115Z] ========================================================= [2021-03-29T16:46:04.115Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T16:46:04.115Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:46:04.462Z] + 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 . [2021-03-29T16:46:08.695Z] Sending build context to Docker daemon 328.9MB [2021-03-29T16:46:08.695Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T16:46:08.695Z] Step 2/6 : FROM ${BASE} [2021-03-29T16:46:08.695Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T16:46:08.695Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T16:46:08.695Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T16:46:08.695Z] de9db76c5a1d: Pulling fs layer [2021-03-29T16:46:08.695Z] bca2f99d35d6: Pulling fs layer [2021-03-29T16:46:08.695Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T16:46:08.695Z] 7c6f9722023f: Pulling fs layer [2021-03-29T16:46:08.695Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T16:46:08.695Z] 93359f2a8cfa: Waiting [2021-03-29T16:46:08.695Z] 7c6f9722023f: Waiting [2021-03-29T16:46:08.695Z] a35cf1a2eb13: Waiting [2021-03-29T16:46:08.695Z] bca2f99d35d6: Waiting [2021-03-29T16:46:08.695Z] de9db76c5a1d: Verifying Checksum [2021-03-29T16:46:08.695Z] de9db76c5a1d: Download complete [2021-03-29T16:46:08.695Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T16:46:08.695Z] 0ef7d3d256c8: Download complete [2021-03-29T16:46:08.695Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T16:46:08.695Z] 93359f2a8cfa: Download complete [2021-03-29T16:46:08.695Z] 7c6f9722023f: Verifying Checksum [2021-03-29T16:46:08.695Z] 7c6f9722023f: Download complete [2021-03-29T16:46:08.958Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T16:46:08.958Z] 188c0c94c7c5: Download complete [2021-03-29T16:46:09.221Z] 188c0c94c7c5: Pull complete [2021-03-29T16:46:09.489Z] 0ef7d3d256c8: Pull complete [2021-03-29T16:46:10.887Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T16:46:10.887Z] a35cf1a2eb13: Download complete [2021-03-29T16:46:10.887Z] de9db76c5a1d: Pull complete [2021-03-29T16:46:11.149Z] bca2f99d35d6: Download complete [2021-03-29T16:46:17.436Z] Still waiting to schedule task [2021-03-29T16:46:17.436Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-29T16:46:17.778Z] bca2f99d35d6: Pull complete [2021-03-29T16:46:17.778Z] 93359f2a8cfa: Pull complete [2021-03-29T16:46:17.778Z] 7c6f9722023f: Pull complete [2021-03-29T16:46:22.019Z] a35cf1a2eb13: Pull complete [2021-03-29T16:46:22.019Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T16:46:22.019Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T16:46:22.019Z] ---> a62c8e92a672 [2021-03-29T16:46:22.019Z] 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 [2021-03-29T16:46:22.019Z] ---> Running in a6472e8b517f [2021-03-29T16:46:22.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:46:23.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:46:23.752Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T16:46:24.014Z] (2/12) Installing file (5.38-r0) [2021-03-29T16:46:24.278Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T16:46:24.278Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T16:46:30.886Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T16:46:30.886Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T16:46:30.886Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T16:46:30.886Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T16:46:30.886Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T16:46:30.886Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T16:46:30.886Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T16:46:30.886Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T16:46:30.886Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:46:30.886Z] OK: 233 MiB in 51 packages [2021-03-29T16:46:35.112Z] Removing intermediate container a6472e8b517f [2021-03-29T16:46:35.112Z] ---> 98ac0bd3c5cc [2021-03-29T16:46:35.112Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T16:46:35.112Z] ---> Running in adb9f66885cf [2021-03-29T16:46:35.112Z] Removing intermediate container adb9f66885cf [2021-03-29T16:46:35.112Z] ---> 8008716ed5d1 [2021-03-29T16:46:35.112Z] Step 5/6 : COPY go.mod . [2021-03-29T16:46:35.112Z] ---> cc15b4beabd4 [2021-03-29T16:46:35.112Z] Step 6/6 : RUN go mod download [2021-03-29T16:46:35.112Z] ---> Running in e5a4474ed436 [2021-03-29T16:46:57.144Z] Removing intermediate container e5a4474ed436 [2021-03-29T16:46:57.144Z] ---> b706f7dec3a4 [2021-03-29T16:46:57.144Z] Successfully built b706f7dec3a4 [2021-03-29T16:46:57.144Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:46:57.460Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T16:46:57.460Z] . [Pipeline] withDockerContainer [2021-03-29T16:46:57.566Z] prd-centos7-docker-4c-2g-31768 does not seem to be running inside a container [2021-03-29T16:46:57.619Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T16:46:59.060Z] $ docker top 446134449a13fb3741e7147a57e1abf629c217b27110e749bbcc38ded83b54c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:46:59.595Z] + go version [2021-03-29T16:46:59.595Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T16:46:59.619Z] $ docker stop --time=1 446134449a13fb3741e7147a57e1abf629c217b27110e749bbcc38ded83b54c2 [2021-03-29T16:47:00.978Z] $ docker rm -f 446134449a13fb3741e7147a57e1abf629c217b27110e749bbcc38ded83b54c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:47:01.778Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T16:47:01.778Z] . [Pipeline] withDockerContainer [2021-03-29T16:47:01.878Z] prd-centos7-docker-4c-2g-31768 does not seem to be running inside a container [2021-03-29T16:47:01.928Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T16:47:02.580Z] $ docker top 7ffc245c6306f7797144ad8d9e3bbba450448d342590b9b0a80441633ab2b9c6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T16:47:02.754Z] ========================================================= [2021-03-29T16:47:02.754Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T16:47:02.754Z] ========================================================= [Pipeline] sh [2021-03-29T16:47:03.050Z] + make test [2021-03-29T16:47:03.050Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T16:47:13.102Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T16:47:28.161Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T16:47:34.876Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T16:47:34.876Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T16:47:34.876Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T16:47:36.814Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T16:47:36.814Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T16:47:36.814Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T16:47:36.814Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T16:47:37.222Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T16:47:38.203Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T16:47:40.170Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T16:47:40.170Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T16:47:40.170Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T16:47:42.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 45.9% of statements [2021-03-29T16:47:42.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T16:47:42.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T16:47:42.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T16:47:42.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T16:47:42.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T16:47:42.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T16:47:42.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.049s coverage: 19.8% of statements [2021-03-29T16:47:42.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.102s coverage: 100.0% of statements [2021-03-29T16:47:48.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.1% of statements [2021-03-29T16:47:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T16:47:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T16:47:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T16:47:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T16:47:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T16:47:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T16:47:48.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-03-29T16:47:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T16:47:48.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2021-03-29T16:47:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T16:47:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T16:47:48.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 71.3% of statements [2021-03-29T16:47:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T16:47:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T16:47:48.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.162s coverage: 82.9% of statements [2021-03-29T16:47:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T16:47:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:47:48.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements [2021-03-29T16:47:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T16:47:50.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.381s coverage: 28.6% of statements [2021-03-29T16:47:50.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T16:47:50.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T16:47:50.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T16:47:50.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T16:47:50.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T16:47:50.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-03-29T16:47:50.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T16:47:50.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2021-03-29T16:47:50.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T16:47:50.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements [2021-03-29T16:47:50.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T16:47:50.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.159s coverage: 97.5% of statements [2021-03-29T16:47:50.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T16:47:50.067Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements [2021-03-29T16:47:50.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T16:47:50.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T16:47:50.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T16:47:50.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T16:47:52.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.492s coverage: 92.8% of statements [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T16:47:52.654Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T16:47:52.654Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.081s coverage: 1.0% of statements [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T16:47:52.654Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T16:47:52.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 47.1% of statements [2021-03-29T16:47:52.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements [2021-03-29T16:47:52.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2021-03-29T16:47:52.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.063s coverage: 96.3% of statements [2021-03-29T16:47:52.654Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2021-03-29T16:48:04.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.047s coverage: 94.4% of statements [2021-03-29T16:48:04.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-03-29T16:48:07.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.242s coverage: 82.6% of statements [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.076s coverage: 92.9% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.043s coverage: 80.8% of statements [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.6% of statements [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.6% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 64.4% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.307s coverage: 69.0% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 38.4% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.0% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.135s coverage: 87.1% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.753s coverage: 29.1% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.085s coverage: 94.6% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T16:48:17.560Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-29T16:48:17.560Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-29T16:48:17.560Z] GO111MODULE=on go vet ./... [2021-03-29T16:48:44.267Z] gofmt -l . [2021-03-29T16:48:44.533Z] [ "`gofmt -l .`" = "" ] [2021-03-29T16:48:45.112Z] ./bin/test-go-mod-tidy.sh [2021-03-29T16:48:45.620Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31770 in /w/workspace/edgexfoundry_edgex-go_PR-3305 [Pipeline] { [Pipeline] ws [2021-03-29T16:48:45.671Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [2021-03-29T16:48:45.690Z] ./bin/test-attribution-txt.sh [Pipeline] checkout [Pipeline] sh [2021-03-29T16:48:46.575Z] + ls -al . [2021-03-29T16:48:46.576Z] total 780 [2021-03-29T16:48:46.576Z] drwxrwxr-x 10 1001 1001 4096 Mar 29 16:48 . [2021-03-29T16:48:46.576Z] drwxr-xr-x 4 root root 28 Mar 29 16:47 .. [2021-03-29T16:48:46.576Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 16:45 .dockerignore [2021-03-29T16:48:46.576Z] drwxrwxr-x 8 1001 1001 179 Mar 29 16:45 .git [2021-03-29T16:48:46.576Z] drwxrwxr-x 3 1001 1001 125 Mar 29 16:45 .github [2021-03-29T16:48:46.576Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 16:45 .gitignore [2021-03-29T16:48:46.576Z] drwx------ 3 1001 1001 60 Mar 29 16:45 .semver [2021-03-29T16:48:46.576Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 16:45 .sonarcloud.properties [2021-03-29T16:48:46.576Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 16:45 Attribution.txt [2021-03-29T16:48:46.576Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 16:45 CONTRIBUTING.md [2021-03-29T16:48:46.576Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 16:45 Dockerfile.build [2021-03-29T16:48:46.576Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 16:45 Jenkinsfile [2021-03-29T16:48:46.576Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 16:45 LICENSE [2021-03-29T16:48:46.576Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 16:45 Makefile [2021-03-29T16:48:46.576Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 16:45 README.md [2021-03-29T16:48:46.576Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 16:45 SECURITY.md [2021-03-29T16:48:46.576Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 16:46 VERSION [2021-03-29T16:48:46.576Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 16:45 ZMQWindows.md [2021-03-29T16:48:46.576Z] drwxrwxr-x 2 1001 1001 117 Mar 29 16:45 bin [2021-03-29T16:48:46.576Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 16:45 cmd [2021-03-29T16:48:46.576Z] -rw-r--r-- 1 root root 668090 Mar 29 16:48 coverage.out [2021-03-29T16:48:46.576Z] -rw-r--r-- 1 root root 1056 Mar 29 16:48 go.mod [2021-03-29T16:48:46.576Z] -rw-r--r-- 1 root root 22530 Mar 29 16:48 go.sum [2021-03-29T16:48:46.576Z] drwxrwxr-x 8 1001 1001 127 Mar 29 16:45 internal [2021-03-29T16:48:46.576Z] drwxrwxr-x 4 1001 1001 26 Mar 29 16:45 openapi [2021-03-29T16:48:46.576Z] drwxrwxr-x 4 1001 1001 71 Mar 29 16:45 snap [2021-03-29T16:48:46.576Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 16:45 version.go [Pipeline] sh [2021-03-29T16:48:46.878Z] + '[' -e coverage.out ] [2021-03-29T16:48:46.878Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T16:48:47.129Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T16:48:47.433Z] + make build [2021-03-29T16:48:47.434Z] 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 [2021-03-29T16:48:50.991Z] using credential edgex-jenkins-ssh [2021-03-29T16:48:51.056Z] Cloning the remote Git repository [2021-03-29T16:48:51.662Z] 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 [2021-03-29T16:48:51.113Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:48:51.230Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-29T16:48:51.301Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:48:51.302Z] > git --version # timeout=10 [2021-03-29T16:48:51.319Z] > git --version # 'git version 2.17.1' [2021-03-29T16:48:51.320Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:48:51.381Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T16:48:59.899Z] 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 [2021-03-29T16:49:01.303Z] 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 [2021-03-29T16:49:03.252Z] 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 [2021-03-29T16:49:03.516Z] 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 [2021-03-29T16:49:04.947Z] 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 [2021-03-29T16:49:06.877Z] 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 [2021-03-29T16:49:07.738Z] Merging remotes/origin/master commit d1fc5940ebbd16a0d16dcf35275d84fb959027d1 into PR head commit bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T16:49:07.823Z] 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 [2021-03-29T16:49:06.771Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T16:49:06.791Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T16:49:06.821Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T16:49:06.875Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:49:06.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:49:06.888Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3305/head:refs/remotes/origin/PR-3305 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T16:49:07.761Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T16:49:07.788Z] > git checkout -f bca07f40881fc04d9dea04c89477c9532246c532 # timeout=10 [2021-03-29T16:49:08.117Z] > git remote # timeout=10 [2021-03-29T16:49:08.142Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T16:49:08.160Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:49:08.171Z] > git merge d1fc5940ebbd16a0d16dcf35275d84fb959027d1 # timeout=10 [2021-03-29T16:49:08.196Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T16:49:08.212Z] Merge succeeded, producing bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T16:49:08.212Z] Checking out Revision bca07f40881fc04d9dea04c89477c9532246c532 (PR-3305) [2021-03-29T16:49:08.783Z] 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 [2021-03-29T16:49:10.195Z] 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 [2021-03-29T16:49:08.219Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T16:49:08.230Z] > git checkout -f bca07f40881fc04d9dea04c89477c9532246c532 # timeout=10 [2021-03-29T16:49:11.157Z] 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 [2021-03-29T16:49:12.673Z] Commit message: "Merge branch 'master' into issue-3304" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] } [2021-03-29T16:49:13.157Z] $ docker stop --time=1 7ffc245c6306f7797144ad8d9e3bbba450448d342590b9b0a80441633ab2b9c6 [2021-03-29T16:49:14.816Z] $ docker rm -f 7ffc245c6306f7797144ad8d9e3bbba450448d342590b9b0a80441633ab2b9c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prep) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [2021-03-29T16:49:16.451Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:49:17.170Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T16:49:17.198Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T16:49:17.198Z] [2021-03-29T16:49:17.198Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:49:17.562Z] + sudo service docker restart [2021-03-29T16:49:17.562Z] + true [2021-03-29T16:49:17.671Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T16:49:17.671Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-29T16:49:17.671Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-29T16:49:17.671Z] ca9280d653b3: Pulling fs layer [2021-03-29T16:49:17.671Z] 7e9c9ca2126c: Pulling fs layer [2021-03-29T16:49:17.945Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-29T16:49:17.945Z] cbdbe7a5bc2a: Download complete [2021-03-29T16:49:18.214Z] cbdbe7a5bc2a: Pull complete [2021-03-29T16:49:18.214Z] ca9280d653b3: Download complete [Pipeline] withEnv [Pipeline] { [2021-03-29T16:49:19.619Z] 7e9c9ca2126c: Verifying Checksum [2021-03-29T16:49:19.619Z] 7e9c9ca2126c: Download complete [2021-03-29T16:49:19.619Z] ca9280d653b3: Pull complete [Pipeline] wrap [2021-03-29T16:49:19.634Z] provisioning config files... [2021-03-29T16:49:19.679Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3119653221742009325tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:49:20.078Z] ---> docker-login.sh [2021-03-29T16:49:20.078Z] nexus3.edgexfoundry.org:10001 [2021-03-29T16:49:21.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:49:21.333Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:49:21.333Z] Configure a credential helper to remove this warning. See [2021-03-29T16:49:21.333Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:49:21.333Z] [2021-03-29T16:49:21.333Z] Login Succeeded [2021-03-29T16:49:21.333Z] nexus3.edgexfoundry.org:10002 [2021-03-29T16:49:21.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:49:21.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:49:21.883Z] Configure a credential helper to remove this warning. See [2021-03-29T16:49:21.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:49:21.883Z] [2021-03-29T16:49:21.884Z] Login Succeeded [2021-03-29T16:49:21.884Z] nexus3.edgexfoundry.org:10003 [2021-03-29T16:49:22.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:49:22.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:49:22.434Z] Configure a credential helper to remove this warning. See [2021-03-29T16:49:22.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:49:22.434Z] [2021-03-29T16:49:22.434Z] Login Succeeded [2021-03-29T16:49:22.434Z] nexus3.edgexfoundry.org:10004 [2021-03-29T16:49:22.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:49:22.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:49:22.980Z] Configure a credential helper to remove this warning. See [2021-03-29T16:49:22.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:49:22.980Z] [2021-03-29T16:49:22.980Z] Login Succeeded [2021-03-29T16:49:22.980Z] docker.io [2021-03-29T16:49:23.253Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T16:49:23.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T16:49:23.524Z] Configure a credential helper to remove this warning. See [2021-03-29T16:49:23.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T16:49:23.524Z] [2021-03-29T16:49:23.524Z] Login Succeeded [2021-03-29T16:49:23.524Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T16:49:23.542Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-29T16:49:23.976Z] ========================================================= [2021-03-29T16:49:23.976Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-29T16:49:23.976Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:49:24.365Z] + 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 . [2021-03-29T16:49:26.239Z] 7e9c9ca2126c: Pull complete [2021-03-29T16:49:26.239Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-29T16:49:26.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T16:49:26.239Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-29T16:49:26.365Z] prd-centos7-docker-4c-2g-31768 does not seem to be running inside a container [2021-03-29T16:49:26.417Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T16:49:27.004Z] Sending build context to Docker daemon 167MB [2021-03-29T16:49:27.004Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T16:49:27.004Z] Step 2/6 : FROM ${BASE} [2021-03-29T16:49:27.004Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-29T16:49:27.004Z] 5f621e34cdf4: Pulling fs layer [2021-03-29T16:49:27.004Z] a4357932f1b6: Pulling fs layer [2021-03-29T16:49:27.004Z] 18c013af1878: Pulling fs layer [2021-03-29T16:49:27.004Z] 00ac8860ef70: Pulling fs layer [2021-03-29T16:49:27.004Z] 63d7cb157983: Pulling fs layer [2021-03-29T16:49:27.004Z] b116817d02f9: Pulling fs layer [2021-03-29T16:49:27.004Z] 745a02a5169b: Pulling fs layer [2021-03-29T16:49:27.004Z] 63d7cb157983: Waiting [2021-03-29T16:49:27.004Z] b116817d02f9: Waiting [2021-03-29T16:49:27.004Z] 745a02a5169b: Waiting [2021-03-29T16:49:27.004Z] 00ac8860ef70: Waiting [2021-03-29T16:49:27.004Z] 18c013af1878: Verifying Checksum [2021-03-29T16:49:27.004Z] 18c013af1878: Download complete [2021-03-29T16:49:27.004Z] a4357932f1b6: Download complete [2021-03-29T16:49:27.004Z] 63d7cb157983: Download complete [2021-03-29T16:49:27.004Z] b116817d02f9: Verifying Checksum [2021-03-29T16:49:27.004Z] b116817d02f9: Download complete [2021-03-29T16:49:27.004Z] 5f621e34cdf4: Verifying Checksum [2021-03-29T16:49:27.004Z] 5f621e34cdf4: Download complete [2021-03-29T16:49:27.609Z] 5f621e34cdf4: Pull complete [2021-03-29T16:49:28.224Z] a4357932f1b6: Pull complete [2021-03-29T16:49:28.499Z] 18c013af1878: Pull complete [2021-03-29T16:49:29.100Z] 745a02a5169b: Download complete [2021-03-29T16:49:29.596Z] $ docker top b21d809b80a11eb69e3ee4056a9c35cbb310aaa71fb18e0568b7e0af411adf10 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:49:30.186Z] + docker-compose build --help [2021-03-29T16:49:30.186Z] + grep parallel [2021-03-29T16:49:30.538Z] 00ac8860ef70: Verifying Checksum [2021-03-29T16:49:30.538Z] 00ac8860ef70: Download complete [2021-03-29T16:49:31.209Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T16:49:31.230Z] $ docker stop --time=1 b21d809b80a11eb69e3ee4056a9c35cbb310aaa71fb18e0568b7e0af411adf10 [2021-03-29T16:49:32.599Z] $ docker rm -f b21d809b80a11eb69e3ee4056a9c35cbb310aaa71fb18e0568b7e0af411adf10 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:49:33.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T16:49:33.359Z] . [Pipeline] withDockerContainer [2021-03-29T16:49:33.458Z] prd-centos7-docker-4c-2g-31768 does not seem to be running inside a container [2021-03-29T16:49:33.507Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T16:49:34.212Z] $ docker top 4a97107555c5612dade3610a3592a4d65d08ed979389aa32826da5db072991d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:49:34.725Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T16:49:35.668Z] Building docker-core-command-go ... [2021-03-29T16:49:35.668Z] Building docker-core-data-go ... [2021-03-29T16:49:35.668Z] Building docker-core-metadata-go ... [2021-03-29T16:49:35.668Z] Building docker-security-bootstrapper-go ... [2021-03-29T16:49:35.668Z] Building docker-security-proxy-setup-go ... [2021-03-29T16:49:35.668Z] Building docker-security-secretstore-setup-go ... [2021-03-29T16:49:35.668Z] Building docker-support-notifications-go ... [2021-03-29T16:49:35.668Z] Building docker-support-scheduler-go ... [2021-03-29T16:49:35.668Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T16:49:35.668Z] Building docker-sys-mgmt-agent-go [2021-03-29T16:49:35.668Z] Building docker-core-command-go [2021-03-29T16:49:35.668Z] Building docker-core-data-go [2021-03-29T16:49:35.668Z] Building docker-support-scheduler-go [2021-03-29T16:49:35.668Z] Building docker-security-secretstore-setup-go [2021-03-29T16:49:40.699Z] 00ac8860ef70: Pull complete [2021-03-29T16:49:40.984Z] 63d7cb157983: Pull complete [2021-03-29T16:49:41.578Z] b116817d02f9: Pull complete [2021-03-29T16:49:45.907Z] 745a02a5169b: Pull complete [2021-03-29T16:49:45.907Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-29T16:49:45.907Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-29T16:49:45.907Z] ---> b7e6874047d6 [2021-03-29T16:49:45.907Z] 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 [2021-03-29T16:49:49.312Z] ---> Running in f3c6725c833d [2021-03-29T16:49:49.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:49:51.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:49:54.756Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T16:49:55.346Z] (2/12) Installing file (5.38-r0) [2021-03-29T16:49:55.346Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T16:49:55.616Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T16:50:07.962Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:50:07.962Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:50:07.962Z] ---> b706f7dec3a4 [2021-03-29T16:50:07.962Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:50:07.962Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:50:07.962Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:50:07.962Z] ---> b706f7dec3a4 [2021-03-29T16:50:07.962Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T16:50:07.962Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:50:07.962Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:50:07.962Z] ---> b706f7dec3a4 [2021-03-29T16:50:07.962Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T16:50:07.962Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:50:07.962Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:50:07.962Z] ---> b706f7dec3a4 [2021-03-29T16:50:07.962Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T16:50:07.962Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:50:07.962Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:50:07.962Z] ---> b706f7dec3a4 [2021-03-29T16:50:07.962Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:50:07.962Z] ---> Running in e03c11acc55b [2021-03-29T16:50:07.962Z] ---> Running in c2fbec055a63 [2021-03-29T16:50:07.962Z] ---> Running in a83a4d13f162 [2021-03-29T16:50:07.962Z] ---> Running in fdfbc64e0cdf [2021-03-29T16:50:07.962Z] ---> Running in d7708d0744b9 [2021-03-29T16:50:07.979Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T16:50:07.979Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T16:50:07.979Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T16:50:07.979Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T16:50:07.979Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T16:50:07.979Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T16:50:07.979Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T16:50:07.979Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T16:50:07.979Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:50:07.979Z] OK: 217 MiB in 51 packages [2021-03-29T16:50:08.560Z] Removing intermediate container a83a4d13f162 [2021-03-29T16:50:08.560Z] ---> 604991382022 [2021-03-29T16:50:08.560Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:50:08.560Z] Removing intermediate container fdfbc64e0cdf [2021-03-29T16:50:08.560Z] ---> 28eed7965b1c [2021-03-29T16:50:08.560Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:50:08.560Z] Removing intermediate container d7708d0744b9 [2021-03-29T16:50:08.560Z] ---> defe2f21af69 [2021-03-29T16:50:08.560Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:50:08.560Z] Removing intermediate container c2fbec055a63 [2021-03-29T16:50:08.560Z] ---> b1042c21a494 [2021-03-29T16:50:08.560Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:50:08.560Z] Removing intermediate container e03c11acc55b [2021-03-29T16:50:08.560Z] ---> 6f4c3b43df84 [2021-03-29T16:50:08.560Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:50:08.823Z] ---> Running in 048c43034642 [2021-03-29T16:50:08.823Z] ---> Running in e0e27c4b6a8d [2021-03-29T16:50:08.823Z] ---> Running in 9fc9d8ad97fc [2021-03-29T16:50:08.823Z] ---> Running in 044ce901099f [2021-03-29T16:50:08.823Z] ---> Running in 5bb8efadd934 [2021-03-29T16:50:10.770Z] Removing intermediate container 048c43034642 [2021-03-29T16:50:10.770Z] ---> 8f3fde87cf7b [2021-03-29T16:50:10.770Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T16:50:10.770Z] Removing intermediate container 9fc9d8ad97fc [2021-03-29T16:50:10.770Z] ---> 5dd72796b8f8 [2021-03-29T16:50:10.770Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T16:50:11.034Z] ---> Running in f6c85918da07 [2021-03-29T16:50:11.034Z] Removing intermediate container e0e27c4b6a8d [2021-03-29T16:50:11.034Z] ---> 8b092de4cc9d [2021-03-29T16:50:11.034Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T16:50:11.034Z] ---> Running in 692be0e40bcf [2021-03-29T16:50:11.299Z] Removing intermediate container 044ce901099f [2021-03-29T16:50:11.299Z] ---> 836e977800ea [2021-03-29T16:50:11.299Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T16:50:11.299Z] ---> Running in 549fe3c381db [2021-03-29T16:50:11.299Z] ---> Running in e08483bdad8a [2021-03-29T16:50:11.299Z] Removing intermediate container 5bb8efadd934 [2021-03-29T16:50:11.299Z] ---> 20138a11b0e5 [2021-03-29T16:50:11.299Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T16:50:11.368Z] Removing intermediate container f3c6725c833d [2021-03-29T16:50:11.368Z] ---> df35e4d89318 [2021-03-29T16:50:11.368Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T16:50:11.368Z] ---> Running in 1aadfb04b6c9 [2021-03-29T16:50:11.575Z] ---> Running in 867c83da88e8 [2021-03-29T16:50:11.641Z] Removing intermediate container 1aadfb04b6c9 [2021-03-29T16:50:11.641Z] ---> 82f418e29f81 [2021-03-29T16:50:11.641Z] Step 5/6 : COPY go.mod . [2021-03-29T16:50:12.236Z] ---> cfb446ea0587 [2021-03-29T16:50:12.236Z] Step 6/6 : RUN go mod download [2021-03-29T16:50:12.508Z] ---> Running in a8505edcebfc [2021-03-29T16:50:12.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:50:12.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:50:12.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:50:12.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:50:12.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:50:13.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:50:13.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:50:13.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:50:13.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:50:13.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:50:13.676Z] OK: 233 MiB in 51 packages [2021-03-29T16:50:13.676Z] OK: 233 MiB in 51 packages [2021-03-29T16:50:13.676Z] OK: 233 MiB in 51 packages [2021-03-29T16:50:13.676Z] OK: 233 MiB in 51 packages [2021-03-29T16:50:13.676Z] OK: 233 MiB in 51 packages [2021-03-29T16:50:14.633Z] Removing intermediate container f6c85918da07 [2021-03-29T16:50:14.633Z] ---> 80b9c71eeb24 [2021-03-29T16:50:14.633Z] Step 6/24 : COPY go.mod . [2021-03-29T16:50:14.633Z] Removing intermediate container 692be0e40bcf [2021-03-29T16:50:14.633Z] ---> f67568ece118 [2021-03-29T16:50:14.633Z] Step 6/23 : COPY go.mod . [2021-03-29T16:50:14.899Z] Removing intermediate container e08483bdad8a [2021-03-29T16:50:14.899Z] ---> 1c20dacd2213 [2021-03-29T16:50:14.899Z] Step 6/26 : COPY go.mod . [2021-03-29T16:50:14.899Z] Removing intermediate container 549fe3c381db [2021-03-29T16:50:14.899Z] ---> a73000142ec3 [2021-03-29T16:50:14.899Z] Step 6/23 : COPY go.mod . [2021-03-29T16:50:15.161Z] ---> 63e9d4a3f3dc [2021-03-29T16:50:15.161Z] Step 7/24 : RUN go mod download [2021-03-29T16:50:15.161Z] ---> 9a6eae751e55 [2021-03-29T16:50:15.161Z] Step 7/23 : RUN go mod download [2021-03-29T16:50:15.161Z] Removing intermediate container 867c83da88e8 [2021-03-29T16:50:15.161Z] ---> 6a7e0b7209e1 [2021-03-29T16:50:15.161Z] Step 6/22 : COPY go.mod . [2021-03-29T16:50:15.161Z] ---> f50b661e6ad7 [2021-03-29T16:50:15.161Z] Step 7/26 : RUN go mod download [2021-03-29T16:50:15.422Z] ---> Running in 676abbba1e10 [2021-03-29T16:50:15.422Z] ---> 9917105b0738 [2021-03-29T16:50:15.422Z] Step 7/23 : RUN go mod download [2021-03-29T16:50:15.422Z] ---> Running in 62bfe38e09a6 [2021-03-29T16:50:15.422Z] ---> Running in ebecfd7c597e [2021-03-29T16:50:15.683Z] ---> 675fd2e9dfa6 [2021-03-29T16:50:15.683Z] Step 7/22 : RUN go mod download [2021-03-29T16:50:15.683Z] ---> Running in a6d1c3e6a0f8 [2021-03-29T16:50:15.683Z] ---> Running in 3fe198aee179 [2021-03-29T16:50:19.029Z] Removing intermediate container 676abbba1e10 [2021-03-29T16:50:19.029Z] ---> be3425ad15e9 [2021-03-29T16:50:19.030Z] Step 8/23 : COPY . . [2021-03-29T16:50:19.030Z] Removing intermediate container 62bfe38e09a6 [2021-03-29T16:50:19.030Z] ---> 5d8461706372 [2021-03-29T16:50:19.030Z] Step 8/24 : COPY . . [2021-03-29T16:50:19.030Z] Removing intermediate container ebecfd7c597e [2021-03-29T16:50:19.030Z] ---> ffaee38d9a88 [2021-03-29T16:50:19.030Z] Step 8/26 : COPY . . [2021-03-29T16:50:19.030Z] Removing intermediate container a6d1c3e6a0f8 [2021-03-29T16:50:19.030Z] ---> c99c1e8c6172 [2021-03-29T16:50:19.030Z] Step 8/23 : COPY . . [2021-03-29T16:50:19.030Z] Removing intermediate container 3fe198aee179 [2021-03-29T16:50:19.030Z] ---> b09897769548 [2021-03-29T16:50:19.030Z] Step 8/22 : COPY . . [2021-03-29T16:50:39.324Z] Removing intermediate container a8505edcebfc [2021-03-29T16:50:39.324Z] ---> 4d1aaf35c484 [2021-03-29T16:50:39.324Z] Successfully built 4d1aaf35c484 [2021-03-29T16:50:39.324Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:50:39.666Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T16:50:39.666Z] . [Pipeline] withDockerContainer [2021-03-29T16:50:39.903Z] prd-ubuntu18.04-docker-arm64-4c-16g-31770 does not seem to be running inside a container [2021-03-29T16:50:39.986Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T16:50:41.478Z] $ docker top 9a183fcf25fb3b803d247c1da1d12ecae81d37f921bdb9e9e3ebb1c9ba33459f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:50:42.585Z] + go version [2021-03-29T16:50:42.585Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-29T16:50:42.609Z] $ docker stop --time=1 9a183fcf25fb3b803d247c1da1d12ecae81d37f921bdb9e9e3ebb1c9ba33459f [2021-03-29T16:50:44.577Z] $ docker rm -f 9a183fcf25fb3b803d247c1da1d12ecae81d37f921bdb9e9e3ebb1c9ba33459f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:50:45.520Z] + docker inspect -f . ci-base-image-arm64 [2021-03-29T16:50:45.520Z] . [Pipeline] withDockerContainer [2021-03-29T16:50:45.785Z] prd-ubuntu18.04-docker-arm64-4c-16g-31770 does not seem to be running inside a container [2021-03-29T16:50:45.860Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-29T16:50:47.323Z] $ docker top a4f5ef1ca5a6315fc81cdade0dfe479082bc233d079091d565161c36ad22d0d2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T16:50:47.706Z] ========================================================= [2021-03-29T16:50:47.706Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T16:50:47.706Z] ========================================================= [Pipeline] sh [2021-03-29T16:50:48.356Z] + make test [2021-03-29T16:50:48.356Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T16:50:58.223Z] ---> 059fc2a83938 [2021-03-29T16:50:58.223Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T16:50:58.223Z] ---> 398242d9b609 [2021-03-29T16:50:58.223Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T16:50:58.223Z] ---> 8f05468f57fc [2021-03-29T16:50:58.223Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T16:50:58.223Z] ---> da85689e42f0 [2021-03-29T16:50:58.223Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T16:50:58.223Z] ---> Running in f9ce5826bcee [2021-03-29T16:50:58.498Z] ---> Running in 381f209a1377 [2021-03-29T16:50:58.498Z] ---> Running in 7911073f9bef [2021-03-29T16:50:58.498Z] ---> Running in d58c031038d6 [2021-03-29T16:50:59.918Z] ---> ec4c308cf0a1 [2021-03-29T16:50:59.918Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T16:50:59.918Z] 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 [2021-03-29T16:50:59.918Z] 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 [2021-03-29T16:50:59.918Z] ---> Running in 9f932ad54501 [2021-03-29T16:51:00.194Z] 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 [2021-03-29T16:51:00.194Z] 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 [2021-03-29T16:51:00.466Z] 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 [2021-03-29T16:51:10.543Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T16:51:32.731Z] 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 [2021-03-29T16:51:38.109Z] Removing intermediate container f9ce5826bcee [2021-03-29T16:51:38.109Z] ---> a05a4edd0fe1 [2021-03-29T16:51:38.109Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T16:51:38.377Z] ---> Running in 7d77fa7e96cb [2021-03-29T16:51:38.377Z] Removing intermediate container 381f209a1377 [2021-03-29T16:51:38.377Z] ---> 00163e80ba64 [2021-03-29T16:51:38.377Z] [2021-03-29T16:51:38.377Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T16:51:38.377Z] Removing intermediate container d58c031038d6 [2021-03-29T16:51:38.377Z] ---> 90a0b1332b8e [2021-03-29T16:51:38.377Z] [2021-03-29T16:51:38.377Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:51:38.645Z] 3.12: Pulling from library/alpine [2021-03-29T16:51:38.645Z] 3.12: Pulling from library/alpine [2021-03-29T16:51:39.597Z] 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 [2021-03-29T16:51:39.597Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T16:51:39.862Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T16:51:39.863Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T16:51:39.863Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T16:51:39.863Z] ---> 42cb162f0360 [2021-03-29T16:51:39.863Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T16:51:39.863Z] ---> 42cb162f0360 [2021-03-29T16:51:39.863Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:51:41.788Z] ---> Running in a5d2747a345f [2021-03-29T16:51:41.788Z] ---> Running in 5a7c5560f359 [2021-03-29T16:51:41.788Z] Removing intermediate container 7911073f9bef [2021-03-29T16:51:41.788Z] ---> 95982cc7a861 [2021-03-29T16:51:41.788Z] [2021-03-29T16:51:41.788Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T16:51:41.788Z] ---> 42cb162f0360 [2021-03-29T16:51:41.788Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:51:41.788Z] ---> Running in a4c2d9edadda [2021-03-29T16:51:43.206Z] Removing intermediate container 7d77fa7e96cb [2021-03-29T16:51:43.206Z] ---> fb09525d0d4f [2021-03-29T16:51:43.206Z] [2021-03-29T16:51:43.206Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T16:51:43.206Z] 20.10.0: Pulling from library/docker [2021-03-29T16:51:43.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:51:43.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:51:43.478Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T16:51:43.478Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:51:43.478Z] OK: 6 MiB in 15 packages [2021-03-29T16:51:45.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:51:45.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:51:45.294Z] Removing intermediate container 9f932ad54501 [2021-03-29T16:51:45.294Z] ---> c1c55b5fc35d [2021-03-29T16:51:45.294Z] [2021-03-29T16:51:45.294Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:51:45.294Z] ---> 42cb162f0360 [2021-03-29T16:51:45.294Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T16:51:45.294Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:51:45.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:51:45.558Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T16:51:45.558Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:51:45.558Z] OK: 6 MiB in 15 packages [2021-03-29T16:51:45.558Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T16:51:45.558Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:51:45.558Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T16:51:45.558Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T16:51:45.558Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T16:51:45.558Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T16:51:45.558Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:51:45.558Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:51:45.558Z] OK: 7 MiB in 20 packages [2021-03-29T16:51:46.141Z] ---> Running in ed65772a7f1c [2021-03-29T16:51:46.727Z] Removing intermediate container ed65772a7f1c [2021-03-29T16:51:46.727Z] ---> 9eb0a3dde6ed [2021-03-29T16:51:46.727Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T16:51:46.727Z] Removing intermediate container a5d2747a345f [2021-03-29T16:51:46.727Z] ---> a422ccb6f994 [2021-03-29T16:51:46.727Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:51:47.681Z] ---> Running in a7c62d20ac00 [2021-03-29T16:51:47.944Z] ---> Running in daf1577a20f1 [2021-03-29T16:51:47.944Z] Removing intermediate container a4c2d9edadda [2021-03-29T16:51:47.944Z] ---> 654841b84184 [2021-03-29T16:51:47.944Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:51:48.208Z] Removing intermediate container 5a7c5560f359 [2021-03-29T16:51:48.208Z] ---> 7500c57776a6 [2021-03-29T16:51:48.208Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T16:51:48.208Z] ---> Running in 6c4cbacdac3d [2021-03-29T16:51:48.208Z] ---> Running in 5100930236f0 [2021-03-29T16:51:48.471Z] Removing intermediate container a7c62d20ac00 [2021-03-29T16:51:48.471Z] ---> fb31932cbfa7 [2021-03-29T16:51:48.471Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T16:51:48.471Z] Removing intermediate container daf1577a20f1 [2021-03-29T16:51:48.471Z] ---> 3c64955d3af1 [2021-03-29T16:51:48.471Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T16:51:48.471Z] Removing intermediate container 6c4cbacdac3d [2021-03-29T16:51:48.471Z] ---> fcda57fdea98 [2021-03-29T16:51:48.471Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T16:51:48.737Z] ---> Running in 7ae4b2ed6e09 [2021-03-29T16:51:48.738Z] Removing intermediate container 5100930236f0 [2021-03-29T16:51:48.738Z] ---> 716efbbe4b9d [2021-03-29T16:51:48.738Z] Step 13/24 : WORKDIR / [2021-03-29T16:51:48.738Z] ---> Running in 1eec5cbdd405 [2021-03-29T16:51:48.738Z] ---> Running in ca09b436d577 [2021-03-29T16:51:48.738Z] ---> Running in ee5665efeff9 [2021-03-29T16:51:49.022Z] Removing intermediate container 7ae4b2ed6e09 [2021-03-29T16:51:49.022Z] ---> 214f3fcb9d23 [2021-03-29T16:51:49.022Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:51:49.022Z] Removing intermediate container 1eec5cbdd405 [2021-03-29T16:51:49.022Z] ---> 23f58ffc2d56 [2021-03-29T16:51:49.022Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T16:51:49.022Z] Removing intermediate container ca09b436d577 [2021-03-29T16:51:49.022Z] ---> 28bcde92a51b [2021-03-29T16:51:49.022Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T16:51:49.022Z] ---> Running in 8fff2ca94416 [2021-03-29T16:51:49.290Z] ---> Running in 3f7521d8d960 [2021-03-29T16:51:49.865Z] Removing intermediate container ee5665efeff9 [2021-03-29T16:51:49.865Z] ---> a474c339b88d [2021-03-29T16:51:49.865Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-29T16:51:49.865Z] ---> Running in 2a5caa4b3661 [2021-03-29T16:51:50.130Z] Removing intermediate container 3f7521d8d960 [2021-03-29T16:51:50.130Z] ---> b1d1b210f822 [2021-03-29T16:51:50.130Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:51:50.130Z] ---> 5420957f3d00 [2021-03-29T16:51:50.130Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-29T16:51:50.399Z] Removing intermediate container 2a5caa4b3661 [2021-03-29T16:51:50.399Z] ---> d03f688489f9 [2021-03-29T16:51:50.399Z] Step 15/23 : WORKDIR / [2021-03-29T16:51:50.399Z] ---> Running in 3a9f3fe429c5 [2021-03-29T16:51:50.666Z] ---> ac0bfca9cd7f [2021-03-29T16:51:50.666Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T16:51:50.935Z] ---> e237b7312709 [2021-03-29T16:51:50.935Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T16:51:50.935Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T16:51:50.935Z] Removing intermediate container 3a9f3fe429c5 [2021-03-29T16:51:50.935Z] ---> d39cace06944 [2021-03-29T16:51:50.935Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:51:50.935Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T16:51:50.935Z] ---> aefe523efa57 [2021-03-29T16:51:50.935Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T16:51:51.200Z] ---> Running in 0de9754dba27 [2021-03-29T16:51:51.468Z] ---> 3414f7e13ee9 [2021-03-29T16:51:51.468Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T16:51:51.468Z] ---> 9faebb61acc7 [2021-03-29T16:51:51.468Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T16:51:51.468Z] ---> c8a1aedda9ef [2021-03-29T16:51:51.468Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T16:51:51.738Z] Removing intermediate container 8fff2ca94416 [2021-03-29T16:51:51.738Z] ---> 32ffa7cc809d [2021-03-29T16:51:51.738Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T16:51:52.002Z] ---> 0ac4e0224c07 [2021-03-29T16:51:52.002Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T16:51:52.002Z] ---> Running in d47eaf6dc6cc [2021-03-29T16:51:52.002Z] ---> 7231d66230bf [2021-03-29T16:51:52.002Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T16:51:52.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:51:52.002Z] ---> 0c27770f984d [2021-03-29T16:51:52.002Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T16:51:52.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:51:52.265Z] ---> Running in 59c6a0427380 [2021-03-29T16:51:52.265Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T16:51:52.265Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T16:51:52.265Z] Executing bash-5.0.17-r0.post-install [2021-03-29T16:51:52.265Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:51:52.265Z] OK: 12 MiB in 22 packages [2021-03-29T16:51:52.530Z] ---> f9c75d504f76 [2021-03-29T16:51:52.530Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T16:51:53.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:51:53.108Z] Removing intermediate container 59c6a0427380 [2021-03-29T16:51:53.108Z] ---> 040a5f24576d [2021-03-29T16:51:53.108Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:51:53.108Z] ---> 01c4f8636cad [2021-03-29T16:51:53.108Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T16:51:53.108Z] ---> Running in 9431297436bb [2021-03-29T16:51:53.371Z] ---> Running in 3238695e4fda [2021-03-29T16:51:53.371Z] Removing intermediate container 9431297436bb [2021-03-29T16:51:53.371Z] ---> 014e4b6b6941 [2021-03-29T16:51:53.371Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:51:53.633Z] ---> Running in a036efbe1dbb [2021-03-29T16:51:53.633Z] Removing intermediate container 0de9754dba27 [2021-03-29T16:51:53.633Z] ---> 817ab0454078 [2021-03-29T16:51:53.633Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T16:51:53.633Z] Removing intermediate container 3238695e4fda [2021-03-29T16:51:53.633Z] ---> 833a915cfff2 [2021-03-29T16:51:53.633Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T16:51:53.633Z] ---> bee9eaaa1e7d [2021-03-29T16:51:53.633Z] 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/ [2021-03-29T16:51:53.633Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:51:53.895Z] ---> Running in 4db19b575395 [2021-03-29T16:51:53.895Z] ---> Running in e4815cbf5ff7 [2021-03-29T16:51:53.895Z] ---> Running in f110ce1e4dba [2021-03-29T16:51:53.895Z] Removing intermediate container a036efbe1dbb [2021-03-29T16:51:53.895Z] ---> 9db5ab510cef [2021-03-29T16:51:53.895Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T16:51:54.166Z] ---> Running in 69a73d97d704 [2021-03-29T16:51:54.166Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T16:51:54.166Z] Removing intermediate container 4db19b575395 [2021-03-29T16:51:54.166Z] ---> 04c100613a43 [2021-03-29T16:51:54.166Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T16:51:54.166Z] Removing intermediate container e4815cbf5ff7 [2021-03-29T16:51:54.166Z] ---> d4988264411c [2021-03-29T16:51:54.166Z] Step 21/22 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T16:51:54.428Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T16:51:54.428Z] ---> Running in 4fdc9503d5e8 [2021-03-29T16:51:54.428Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T16:51:54.428Z] ---> Running in b800feb2b37b [2021-03-29T16:51:54.691Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T16:51:54.953Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T16:51:54.953Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T16:51:55.216Z] Removing intermediate container 69a73d97d704 [2021-03-29T16:51:55.216Z] ---> ce339777134b [2021-03-29T16:51:55.216Z] Step 22/23 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T16:51:55.216Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:51:55.216Z] OK: 8 MiB in 20 packages [2021-03-29T16:51:55.216Z] Removing intermediate container b800feb2b37b [2021-03-29T16:51:55.216Z] ---> 1932a24c9ff1 [2021-03-29T16:51:55.216Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T16:51:55.485Z] Removing intermediate container 4fdc9503d5e8 [2021-03-29T16:51:55.485Z] ---> 3854fc777374 [2021-03-29T16:51:55.485Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T16:51:55.485Z] ---> Running in 75fd942f0560 [2021-03-29T16:51:55.485Z] ---> Running in ec44208b874d [2021-03-29T16:51:55.485Z] ---> Running in 3322c399014f [2021-03-29T16:51:55.753Z] Removing intermediate container 75fd942f0560 [2021-03-29T16:51:55.753Z] ---> 0262c53c7475 [2021-03-29T16:51:55.753Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:51:56.021Z] Removing intermediate container ec44208b874d [2021-03-29T16:51:56.021Z] ---> 1c22be437d6a [2021-03-29T16:51:56.021Z] [2021-03-29T16:51:56.021Z] Removing intermediate container 3322c399014f [2021-03-29T16:51:56.021Z] ---> 46d8c77a8ae5 [2021-03-29T16:51:56.021Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T16:51:56.021Z] Removing intermediate container f110ce1e4dba [2021-03-29T16:51:56.021Z] ---> 006ea5045b79 [2021-03-29T16:51:56.021Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T16:51:56.021Z] ---> Running in a06852c761bf [2021-03-29T16:51:56.289Z] Removing intermediate container d47eaf6dc6cc [2021-03-29T16:51:56.289Z] ---> 9822bcaaf5cf [2021-03-29T16:51:56.289Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:51:56.289Z] ---> Running in 06013736db9b [2021-03-29T16:51:56.289Z] Successfully built 1c22be437d6a [2021-03-29T16:51:56.289Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-29T16:51:56.289Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-03-29T16:51:56.558Z] Removing intermediate container a06852c761bf [2021-03-29T16:51:56.558Z] ---> e578b1d56844 [2021-03-29T16:51:56.558Z] [2021-03-29T16:51:56.558Z] Removing intermediate container 06013736db9b [2021-03-29T16:51:56.558Z] ---> c4dd58f20227 [2021-03-29T16:51:56.558Z] Step 22/24 : LABEL arch=x86_64 [2021-03-29T16:51:56.558Z] ---> 5274e78014d6 [2021-03-29T16:51:56.558Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T16:51:56.820Z] Successfully built e578b1d56844 [2021-03-29T16:51:56.820Z] ---> b54d0e38bf7a [2021-03-29T16:51:56.820Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T16:51:57.393Z] Successfully tagged docker-core-command-go:latest [2021-03-29T16:51:57.393Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-03-29T16:51:57.572Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T16:51:57.655Z] ---> Running in 6a163d753756 [2021-03-29T16:51:57.655Z] ---> af3255a58f15 [2021-03-29T16:51:57.655Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T16:51:57.926Z] Removing intermediate container 6a163d753756 [2021-03-29T16:51:57.926Z] ---> 0a886dc814ff [2021-03-29T16:51:57.926Z] Step 23/24 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T16:52:02.150Z] ---> Running in 6ed17f972a96 [2021-03-29T16:52:02.150Z] ---> e80a35aad2ff [2021-03-29T16:52:02.150Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T16:52:04.227Z] ---> 8b304c2524dc [2021-03-29T16:52:04.227Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T16:52:04.227Z] Removing intermediate container 6ed17f972a96 [2021-03-29T16:52:04.227Z] ---> 7822fa5e01c1 [2021-03-29T16:52:04.227Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T16:52:04.527Z] ---> 475dcf61bc51 [2021-03-29T16:52:04.527Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T16:52:04.527Z] ---> Running in 4c405c1cc47b [2021-03-29T16:52:04.527Z] ---> Running in af3ee6df9277 [2021-03-29T16:52:05.135Z] ---> Running in 34164240f240 [2021-03-29T16:52:06.021Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T16:52:07.750Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:52:08.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:52:08.017Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T16:52:08.017Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T16:52:08.017Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T16:52:08.017Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T16:52:08.283Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T16:52:08.283Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T16:52:08.283Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T16:52:08.283Z] Removing intermediate container af3ee6df9277 [2021-03-29T16:52:08.283Z] ---> 924d9f3a0b1e [2021-03-29T16:52:08.283Z] [2021-03-29T16:52:14.385Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T16:52:14.385Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T16:52:16.383Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T16:52:16.383Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T16:52:16.383Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T16:52:16.466Z] Removing intermediate container 34164240f240 [2021-03-29T16:52:16.466Z] ---> ee3464a66b0e [2021-03-29T16:52:16.466Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:52:16.466Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T16:52:16.466Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T16:52:16.466Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T16:52:16.661Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T16:52:16.733Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T16:52:16.733Z] Successfully built 924d9f3a0b1e [2021-03-29T16:52:16.733Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T16:52:17.001Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T16:52:17.001Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-29T16:52:17.001Z] Building docker-security-bootstrapper-go [2021-03-29T16:52:17.270Z]  Building docker-security-secretstore-setup-go ... done (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T16:52:17.270Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:52:17.270Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:52:17.270Z] ---> b706f7dec3a4 [2021-03-29T16:52:17.270Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T16:52:17.270Z] ---> Using cache [2021-03-29T16:52:17.270Z] ---> 6f4c3b43df84 [2021-03-29T16:52:17.270Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:52:17.270Z] ---> Using cache [2021-03-29T16:52:17.270Z] ---> 20138a11b0e5 [2021-03-29T16:52:17.270Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T16:52:18.221Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T16:52:18.804Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T16:52:18.804Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:52:18.804Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:52:18.804Z] ---> b706f7dec3a4 [2021-03-29T16:52:18.804Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T16:52:18.804Z] ---> Using cache [2021-03-29T16:52:18.804Z] ---> 6f4c3b43df84 [2021-03-29T16:52:18.804Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:52:18.804Z] ---> Using cache [2021-03-29T16:52:18.804Z] ---> 20138a11b0e5 [2021-03-29T16:52:18.804Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T16:52:18.804Z] ---> Using cache [2021-03-29T16:52:18.804Z] ---> 6a7e0b7209e1 [2021-03-29T16:52:18.804Z] Step 6/21 : COPY go.mod . [2021-03-29T16:52:18.804Z] ---> Using cache [2021-03-29T16:52:18.804Z] ---> 675fd2e9dfa6 [2021-03-29T16:52:18.804Z] Step 7/21 : RUN go mod download [2021-03-29T16:52:18.804Z] ---> Using cache [2021-03-29T16:52:18.804Z] ---> b09897769548 [2021-03-29T16:52:18.804Z] Step 8/21 : COPY . . [2021-03-29T16:52:19.067Z] ---> Using cache [2021-03-29T16:52:19.067Z] ---> da85689e42f0 [2021-03-29T16:52:19.067Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T16:52:19.067Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T16:52:19.643Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T16:52:19.643Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T16:52:19.643Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T16:52:20.072Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T16:52:20.221Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T16:52:20.366Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T16:52:21.169Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T16:52:21.754Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T16:52:21.754Z] ---> Running in e7a106b5dd2a [2021-03-29T16:52:21.754Z] ---> Running in fef90b50cfc2 [2021-03-29T16:52:21.754Z] ---> Running in 487c7befa4a4 [2021-03-29T16:52:21.754Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T16:52:22.020Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T16:52:22.283Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T16:52:23.230Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T16:52:23.230Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T16:52:23.230Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T16:52:23.230Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T16:52:23.230Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T16:52:23.230Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T16:52:23.230Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T16:52:24.617Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:52:24.617Z] Removing intermediate container e7a106b5dd2a [2021-03-29T16:52:24.617Z] ---> 94b203c7f7c8 [2021-03-29T16:52:24.617Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T16:52:24.880Z] OK: 71 MiB in 55 packages [2021-03-29T16:52:26.296Z] ---> Running in 9eecc8fb83be [2021-03-29T16:52:26.875Z] 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 [2021-03-29T16:52:27.140Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:52:27.140Z] Removing intermediate container 9eecc8fb83be [2021-03-29T16:52:27.140Z] ---> 0edfd8c3323c [2021-03-29T16:52:27.140Z] Step 22/23 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T16:52:27.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:52:28.322Z] OK: 233 MiB in 51 packages [2021-03-29T16:52:28.322Z] ---> Running in 7f8da560fc4f [2021-03-29T16:52:28.679Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T16:52:28.680Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T16:52:28.680Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T16:52:28.920Z] Removing intermediate container 7f8da560fc4f [2021-03-29T16:52:28.920Z] ---> a7a2b51bf1b9 [2021-03-29T16:52:28.920Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:52:30.883Z] ---> Running in 4e5a8c0ea4b2 [2021-03-29T16:52:32.829Z] Removing intermediate container 487c7befa4a4 [2021-03-29T16:52:32.829Z] ---> bed57a5be781 [2021-03-29T16:52:32.829Z] Step 6/22 : COPY go.mod . [2021-03-29T16:52:32.829Z] Removing intermediate container 4e5a8c0ea4b2 [2021-03-29T16:52:32.829Z] ---> 5b93a24b52a9 [2021-03-29T16:52:32.829Z] [2021-03-29T16:52:33.433Z] Successfully built 5b93a24b52a9 [2021-03-29T16:52:33.433Z] Successfully tagged docker-core-data-go:latest [2021-03-29T16:52:33.433Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-03-29T16:52:34.038Z] ---> e7f181d3b4d4 [2021-03-29T16:52:34.038Z] Step 7/22 : RUN go mod download [2021-03-29T16:52:34.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.369s coverage: 45.9% of statements [2021-03-29T16:52:34.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T16:52:34.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T16:52:34.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T16:52:34.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T16:52:34.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T16:52:34.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T16:52:34.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.150s coverage: 19.8% of statements [2021-03-29T16:52:34.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.247s coverage: 100.0% of statements [2021-03-29T16:52:35.984Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:52:35.984Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:52:35.984Z] ---> b706f7dec3a4 [2021-03-29T16:52:35.984Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T16:52:35.984Z] ---> Using cache [2021-03-29T16:52:35.984Z] ---> 6f4c3b43df84 [2021-03-29T16:52:35.984Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:52:35.984Z] ---> Using cache [2021-03-29T16:52:35.984Z] ---> 20138a11b0e5 [2021-03-29T16:52:35.984Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T16:52:35.984Z] ---> Using cache [2021-03-29T16:52:35.984Z] ---> 6a7e0b7209e1 [2021-03-29T16:52:35.984Z] Step 6/31 : COPY go.mod . [2021-03-29T16:52:35.984Z] ---> Using cache [2021-03-29T16:52:35.984Z] ---> 675fd2e9dfa6 [2021-03-29T16:52:35.984Z] Step 7/31 : RUN go mod download [2021-03-29T16:52:35.984Z] ---> Using cache [2021-03-29T16:52:35.984Z] ---> b09897769548 [2021-03-29T16:52:35.984Z] Step 8/31 : COPY . . [2021-03-29T16:52:35.984Z] ---> Using cache [2021-03-29T16:52:35.984Z] ---> da85689e42f0 [2021-03-29T16:52:35.984Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T16:52:36.579Z] ---> Running in 7be921be1349 [2021-03-29T16:52:39.939Z] ---> Running in e4ab71463204 [2021-03-29T16:52:41.912Z] 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 [2021-03-29T16:52:42.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.523s coverage: 27.1% of statements [2021-03-29T16:52:42.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T16:52:42.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T16:52:42.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T16:52:42.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T16:52:42.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T16:52:42.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T16:52:42.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2021-03-29T16:52:42.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T16:52:42.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.118s coverage: 100.0% of statements [2021-03-29T16:52:42.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T16:52:42.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T16:52:42.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.292s coverage: 71.3% of statements [2021-03-29T16:52:42.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T16:52:42.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T16:52:44.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.638s coverage: 82.9% of statements [2021-03-29T16:52:44.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T16:52:44.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:52:44.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.179s coverage: 78.9% of statements [2021-03-29T16:52:44.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T16:52:50.134Z] Removing intermediate container 4c405c1cc47b [2021-03-29T16:52:50.134Z] ---> b7f0d794878b [2021-03-29T16:52:50.134Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T16:52:50.134Z] Removing intermediate container 7be921be1349 [2021-03-29T16:52:50.134Z] ---> dbc942ba2362 [2021-03-29T16:52:50.134Z] Step 8/22 : COPY . . [2021-03-29T16:52:50.134Z] 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 [2021-03-29T16:52:53.509Z] ---> Running in f43dbbc63eeb [2021-03-29T16:52:54.476Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:52:54.476Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:52:54.476Z] ---> b706f7dec3a4 [2021-03-29T16:52:54.476Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:52:54.476Z] ---> Using cache [2021-03-29T16:52:54.476Z] ---> 6f4c3b43df84 [2021-03-29T16:52:54.476Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:52:54.476Z] ---> Using cache [2021-03-29T16:52:54.476Z] ---> 20138a11b0e5 [2021-03-29T16:52:54.476Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T16:52:54.476Z] ---> Using cache [2021-03-29T16:52:54.476Z] ---> 6a7e0b7209e1 [2021-03-29T16:52:54.476Z] Step 6/23 : COPY go.mod . [2021-03-29T16:52:54.476Z] ---> Using cache [2021-03-29T16:52:54.476Z] ---> 675fd2e9dfa6 [2021-03-29T16:52:54.476Z] Step 7/23 : RUN go mod download [2021-03-29T16:52:54.476Z] ---> Using cache [2021-03-29T16:52:54.476Z] ---> b09897769548 [2021-03-29T16:52:54.476Z] Step 8/23 : COPY . . [2021-03-29T16:52:54.476Z] ---> Using cache [2021-03-29T16:52:54.476Z] ---> da85689e42f0 [2021-03-29T16:52:54.476Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T16:52:54.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.121s coverage: 28.6% of statements [2021-03-29T16:52:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T16:52:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T16:52:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T16:52:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T16:52:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T16:52:54.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements [2021-03-29T16:52:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T16:52:54.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements [2021-03-29T16:52:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T16:52:54.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.389s coverage: 86.7% of statements [2021-03-29T16:52:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T16:52:54.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.377s coverage: 97.5% of statements [2021-03-29T16:52:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T16:52:54.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.173s coverage: 78.3% of statements [2021-03-29T16:52:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T16:52:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T16:52:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T16:52:54.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T16:52:59.823Z] ---> Running in 88783c3a0646 [2021-03-29T16:53:00.093Z] 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 [2021-03-29T16:53:01.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.123s coverage: 92.8% of statements [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T16:53:01.628Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T16:53:01.628Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.233s coverage: 1.0% of statements [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T16:53:01.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T16:53:01.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 47.1% of statements [2021-03-29T16:53:01.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.095s coverage: 79.5% of statements [2021-03-29T16:53:01.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-03-29T16:53:01.907Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.124s coverage: 96.3% of statements [2021-03-29T16:53:02.512Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.094s coverage: 87.5% of statements [2021-03-29T16:53:05.676Z] Collecting docker-compose==1.23.2 [2021-03-29T16:53:05.676Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T16:53:06.645Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T16:53:06.645Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T16:53:07.240Z] Removing intermediate container fef90b50cfc2 [2021-03-29T16:53:07.240Z] ---> bedddafacc79 [2021-03-29T16:53:07.240Z] [2021-03-29T16:53:07.240Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T16:53:07.240Z] ---> 42cb162f0360 [2021-03-29T16:53:07.240Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T16:53:09.896Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T16:53:09.896Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T16:53:09.896Z] ---> Running in 18b2fde624e5 [2021-03-29T16:53:10.894Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T16:53:10.894Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T16:53:11.889Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T16:53:11.889Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T16:53:11.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:53:11.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:53:12.164Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T16:53:12.164Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:53:12.164Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T16:53:12.164Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T16:53:12.164Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:53:12.748Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:53:12.748Z] OK: 7 MiB in 18 packages [2021-03-29T16:53:13.023Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T16:53:13.287Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T16:53:14.693Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T16:53:14.693Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T16:53:14.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements [2021-03-29T16:53:14.920Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements [2021-03-29T16:53:15.275Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T16:53:15.275Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T16:53:16.118Z] Removing intermediate container e4ab71463204 [2021-03-29T16:53:16.118Z] ---> 4ed536b437a9 [2021-03-29T16:53:16.118Z] [2021-03-29T16:53:16.118Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T16:53:16.118Z] ---> 42cb162f0360 [2021-03-29T16:53:16.118Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T16:53:16.382Z] Collecting PyYAML<4,>=3.10 [2021-03-29T16:53:16.382Z] ---> f5f66b2ec61d [2021-03-29T16:53:16.382Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T16:53:16.382Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T16:53:16.382Z] Removing intermediate container 18b2fde624e5 [2021-03-29T16:53:16.382Z] ---> 8cd3b07dd0f0 [2021-03-29T16:53:16.382Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T16:53:16.669Z] ---> Running in 28db502c8cff [2021-03-29T16:53:16.669Z] ---> Running in 2ad9aba13f4d [2021-03-29T16:53:18.666Z] ---> Running in 3b010843d2f9 [2021-03-29T16:53:18.666Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T16:53:18.666Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T16:53:18.666Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-29T16:53:18.666Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T16:53:18.666Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T16:53:18.666Z] Removing intermediate container 28db502c8cff [2021-03-29T16:53:18.666Z] ---> 9ab35a2b5990 [2021-03-29T16:53:18.666Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T16:53:18.943Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T16:53:18.943Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T16:53:18.943Z] Removing intermediate container 3b010843d2f9 [2021-03-29T16:53:18.943Z] ---> ba5b9daea056 [2021-03-29T16:53:18.943Z] Step 13/21 : WORKDIR /edgex [2021-03-29T16:53:19.212Z] ---> Running in f07d026e4c8d [2021-03-29T16:53:19.212Z] Collecting idna<2.8,>=2.5 [2021-03-29T16:53:19.212Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T16:53:19.212Z] 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 [2021-03-29T16:53:19.510Z] 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) [2021-03-29T16:53:19.510Z] 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) [2021-03-29T16:53:19.510Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T16:53:19.510Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T16:53:19.510Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T16:53:19.510Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T16:53:19.510Z] ---> Running in 0ebd992be907 [2021-03-29T16:53:19.510Z] Installing collected packages: docopt, texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, cached-property, PyYAML, jsonschema, docker-compose [2021-03-29T16:53:19.510Z] Running setup.py install for docopt: started [2021-03-29T16:53:19.790Z] Removing intermediate container 0ebd992be907 [2021-03-29T16:53:19.790Z] ---> 1a46611ba3a8 [2021-03-29T16:53:19.790Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T16:53:20.387Z] ---> 5282a49bb246 [2021-03-29T16:53:20.387Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T16:53:20.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:53:20.387Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T16:53:20.387Z] Running setup.py install for texttable: started [2021-03-29T16:53:20.667Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:53:20.667Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T16:53:20.667Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T16:53:20.667Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:53:20.667Z] OK: 6 MiB in 16 packages [2021-03-29T16:53:20.940Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T16:53:20.940Z] Attempting uninstall: urllib3 [2021-03-29T16:53:20.940Z] Found existing installation: urllib3 1.25.9 [2021-03-29T16:53:20.940Z] Uninstalling urllib3-1.25.9: [2021-03-29T16:53:21.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.415s coverage: 82.6% of statements [2021-03-29T16:53:21.918Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T16:53:21.918Z] ---> 1b959a3de46c [2021-03-29T16:53:21.919Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T16:53:22.539Z] Attempting uninstall: idna [2021-03-29T16:53:22.539Z] Found existing installation: idna 2.9 [2021-03-29T16:53:22.539Z] Uninstalling idna-2.9: [2021-03-29T16:53:22.539Z] Successfully uninstalled idna-2.9 [2021-03-29T16:53:23.129Z] Attempting uninstall: requests [2021-03-29T16:53:23.129Z] Found existing installation: requests 2.23.0 [2021-03-29T16:53:23.129Z] Uninstalling requests-2.23.0: [2021-03-29T16:53:23.129Z] Removing intermediate container f07d026e4c8d [2021-03-29T16:53:23.129Z] ---> e1faaaed601a [2021-03-29T16:53:23.129Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T16:53:23.129Z] Successfully uninstalled requests-2.23.0 [2021-03-29T16:53:24.553Z] ---> 953a6bea4fd9 [2021-03-29T16:53:24.553Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T16:53:24.553Z] ---> Running in 2d8bb1b0725e [2021-03-29T16:53:24.834Z] ---> Running in 6b18299d4b81 [2021-03-29T16:53:25.112Z] Removing intermediate container 2d8bb1b0725e [2021-03-29T16:53:25.112Z] ---> e3a6802e9fd5 [2021-03-29T16:53:25.112Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T16:53:25.719Z] Removing intermediate container 6b18299d4b81 [2021-03-29T16:53:25.719Z] ---> acf9d58a34c9 [2021-03-29T16:53:25.719Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T16:53:25.720Z] Running setup.py install for dockerpty: started [2021-03-29T16:53:25.720Z] ---> Running in 391972dd8bb5 [2021-03-29T16:53:25.997Z] ---> Running in 70648da72d93 [2021-03-29T16:53:25.997Z] Removing intermediate container 391972dd8bb5 [2021-03-29T16:53:25.997Z] ---> f94f6eaa4784 [2021-03-29T16:53:25.997Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T16:53:26.275Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T16:53:26.275Z] ---> Running in 3437ce2cd757 [2021-03-29T16:53:26.571Z] Running setup.py install for PyYAML: started [2021-03-29T16:53:26.571Z] Removing intermediate container 70648da72d93 [2021-03-29T16:53:26.571Z] ---> 1e435424402d [2021-03-29T16:53:26.571Z] Step 19/21 : LABEL arch=x86_64 [2021-03-29T16:53:26.847Z] ---> Running in b8b3f7b57779 [2021-03-29T16:53:28.302Z] Removing intermediate container b8b3f7b57779 [2021-03-29T16:53:28.302Z] ---> 38c11f590ac7 [2021-03-29T16:53:28.302Z] Step 20/21 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T16:53:28.302Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T16:53:28.908Z] ---> Running in 343d086c748d [2021-03-29T16:53:29.521Z] 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 [2021-03-29T16:53:29.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.131s coverage: 92.9% of statements [2021-03-29T16:53:29.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T16:53:29.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T16:53:29.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T16:53:29.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-29T16:53:29.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T16:53:29.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T16:53:29.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T16:53:29.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T16:53:29.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T16:53:29.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements [2021-03-29T16:53:29.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T16:53:29.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T16:53:29.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-03-29T16:53:29.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T16:53:29.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements [2021-03-29T16:53:29.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T16:53:29.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-03-29T16:53:29.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-03-29T16:53:29.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.6% of statements [2021-03-29T16:53:29.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.6% of statements [2021-03-29T16:53:29.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T16:53:29.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.508s coverage: 64.4% of statements [2021-03-29T16:53:29.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T16:53:29.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T16:53:29.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-03-29T16:53:29.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements [2021-03-29T16:53:29.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2021-03-29T16:53:30.521Z] Removing intermediate container 343d086c748d [2021-03-29T16:53:30.521Z] ---> d959ea09c32f [2021-03-29T16:53:30.521Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T16:53:30.521Z] ---> Running in 21e50d559e99 [2021-03-29T16:53:30.521Z] Removing intermediate container 3437ce2cd757 [2021-03-29T16:53:30.521Z] ---> 739f47fd3269 [2021-03-29T16:53:30.521Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T16:53:30.812Z] ---> Running in aa20793b619a [2021-03-29T16:53:30.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2021-03-29T16:53:31.085Z] Removing intermediate container 21e50d559e99 [2021-03-29T16:53:31.085Z] ---> fe9fbc91b624 [2021-03-29T16:53:31.085Z] [2021-03-29T16:53:31.544Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-03-29T16:53:32.547Z] Successfully built fe9fbc91b624 [2021-03-29T16:53:32.547Z] Removing intermediate container aa20793b619a [2021-03-29T16:53:32.547Z] ---> 74a36ffa7c25 [2021-03-29T16:53:32.547Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T16:53:33.101Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-29T16:53:34.187Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.832s coverage: 69.0% of statements [2021-03-29T16:53:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T16:53:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T16:53:34.187Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T16:53:35.187Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 88783c3a0646 [2021-03-29T16:53:35.187Z] ---> 9c06ef31e05e [2021-03-29T16:53:35.187Z] [2021-03-29T16:53:35.187Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T16:53:35.187Z] ---> 42cb162f0360 [2021-03-29T16:53:35.187Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T16:53:35.187Z] ---> Using cache [2021-03-29T16:53:35.187Z] ---> 654841b84184 [2021-03-29T16:53:35.187Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:53:35.187Z] ---> Using cache [2021-03-29T16:53:35.187Z] ---> fcda57fdea98 [2021-03-29T16:53:35.187Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T16:53:35.467Z] ---> 00160c17c3d1 [2021-03-29T16:53:35.467Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T16:53:35.467Z] ---> Running in 4dd50f76323e [2021-03-29T16:53:35.733Z] ---> Running in 9ff9e6664d83 [2021-03-29T16:53:35.733Z] Removing intermediate container f43dbbc63eeb [2021-03-29T16:53:35.733Z] ---> 468f69216ab1 [2021-03-29T16:53:35.733Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T16:53:35.997Z] Removing intermediate container 4dd50f76323e [2021-03-29T16:53:35.997Z] ---> 3ea54fb2ba96 [2021-03-29T16:53:35.997Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T16:53:36.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.489s coverage: 38.4% of statements [2021-03-29T16:53:36.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T16:53:36.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T16:53:36.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.093s coverage: 89.5% of statements [2021-03-29T16:53:36.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T16:53:36.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.101s coverage: 84.8% of statements [2021-03-29T16:53:36.276Z] ---> Running in d43b400edf66 [2021-03-29T16:53:36.276Z] ---> Running in 7fc81aed000a [2021-03-29T16:53:36.551Z] Removing intermediate container 7fc81aed000a [2021-03-29T16:53:36.551Z] ---> 427220109dc9 [2021-03-29T16:53:36.551Z] Step 15/23 : WORKDIR / [2021-03-29T16:53:36.822Z] ---> Running in ef4e8b1affd4 [2021-03-29T16:53:37.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:53:37.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:53:37.103Z] Removing intermediate container ef4e8b1affd4 [2021-03-29T16:53:37.103Z] ---> 1358fd80d2bc [2021-03-29T16:53:37.103Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:53:37.103Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T16:53:37.103Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T16:53:37.377Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T16:53:37.377Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:53:37.377Z] OK: 72 MiB in 58 packages [2021-03-29T16:53:37.377Z] ---> 306606ef737b [2021-03-29T16:53:37.377Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T16:53:37.377Z] Removing intermediate container 9ff9e6664d83 [2021-03-29T16:53:37.377Z] ---> 170f60b9d298 [2021-03-29T16:53:37.377Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:53:37.967Z] ---> f4829c1c42c9 [2021-03-29T16:53:37.967Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T16:53:38.549Z] Removing intermediate container d43b400edf66 [2021-03-29T16:53:38.549Z] ---> 866d0c7dd5c3 [2021-03-29T16:53:38.549Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T16:53:38.813Z] ---> 2e4025b14b06 [2021-03-29T16:53:38.813Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T16:53:38.813Z] ---> Running in ae4ea8b0e71f [2021-03-29T16:53:39.080Z] ---> ff03d7ac6d98 [2021-03-29T16:53:39.080Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T16:53:39.080Z] Removing intermediate container ae4ea8b0e71f [2021-03-29T16:53:39.080Z] ---> c38dd69e6d26 [2021-03-29T16:53:39.080Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:53:39.346Z] ---> 4e07ee657b35 [2021-03-29T16:53:39.346Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T16:53:40.746Z] ---> Running in 8272a0e85cf7 [2021-03-29T16:53:41.010Z] ---> Running in 44c397020577 [2021-03-29T16:53:41.010Z] ---> 7802bb85fd37 [2021-03-29T16:53:41.010Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T16:53:41.589Z] Removing intermediate container 2ad9aba13f4d [2021-03-29T16:53:41.589Z] ---> 8e52599c44d7 [2021-03-29T16:53:41.589Z] [2021-03-29T16:53:41.589Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T16:53:41.589Z] ---> 42cb162f0360 [2021-03-29T16:53:41.589Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T16:53:41.589Z] ---> Running in bacbd3ec202b [2021-03-29T16:53:41.855Z] Removing intermediate container 8272a0e85cf7 [2021-03-29T16:53:41.855Z] ---> 464bccb8c6c3 [2021-03-29T16:53:41.855Z] Step 24/26 : LABEL arch=x86_64 [2021-03-29T16:53:41.855Z] Removing intermediate container 44c397020577 [2021-03-29T16:53:41.855Z] ---> f152c7e7d663 [2021-03-29T16:53:41.855Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:53:41.855Z] ---> cfe4c9a5654c [2021-03-29T16:53:41.855Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T16:53:42.122Z] ---> Running in 4e7a8aa702ca [2021-03-29T16:53:42.122Z] ---> Running in bb65fedf33d3 [2021-03-29T16:53:42.391Z] ---> a8cba1debde2 [2021-03-29T16:53:42.391Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T16:53:42.391Z] Removing intermediate container bb65fedf33d3 [2021-03-29T16:53:42.391Z] ---> 60783ebb28e2 [2021-03-29T16:53:42.391Z] Step 25/26 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T16:53:42.391Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T16:53:42.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T16:53:42.656Z] ---> Running in 62c343c176f0 [2021-03-29T16:53:42.656Z] Removing intermediate container 4e7a8aa702ca [2021-03-29T16:53:42.656Z] ---> ba8339dd251e [2021-03-29T16:53:42.656Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T16:53:42.656Z] ---> Running in 64ddf18683ca [2021-03-29T16:53:42.656Z] ---> Running in 9f243b501f1c [2021-03-29T16:53:42.656Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T16:53:42.656Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T16:53:42.656Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T16:53:42.656Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T16:53:42.920Z] OK: 6 MiB in 16 packages [2021-03-29T16:53:42.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.489s coverage: 47.0% of statements [2021-03-29T16:53:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T16:53:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T16:53:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T16:53:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T16:53:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T16:53:42.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2021-03-29T16:53:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T16:53:42.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2021-03-29T16:53:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T16:53:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T16:53:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T16:53:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T16:53:42.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.478s coverage: 87.1% of statements [2021-03-29T16:53:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T16:53:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:53:42.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T16:53:43.497Z] Removing intermediate container 62c343c176f0 [2021-03-29T16:53:43.497Z] ---> 27ba5addadde [2021-03-29T16:53:43.497Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T16:53:43.497Z] Removing intermediate container 64ddf18683ca [2021-03-29T16:53:43.497Z] ---> a7477ae8ae2a [2021-03-29T16:53:43.497Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T16:53:43.760Z] Removing intermediate container 9f243b501f1c [2021-03-29T16:53:43.760Z] ---> d5040377d50a [2021-03-29T16:53:43.760Z] Step 22/23 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T16:53:43.760Z] ---> Running in 6caefc67b6c0 [2021-03-29T16:53:43.760Z] ---> Running in e7a62292b257 [2021-03-29T16:53:44.338Z] ---> 9dc4130801ac [2021-03-29T16:53:44.338Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T16:53:44.602Z] ---> Running in 6132484c0452 [2021-03-29T16:53:44.602Z] Removing intermediate container 6caefc67b6c0 [2021-03-29T16:53:44.602Z] ---> a181824f1766 [2021-03-29T16:53:44.602Z] [2021-03-29T16:53:44.602Z] Removing intermediate container bacbd3ec202b [2021-03-29T16:53:44.602Z] ---> bd83fcf15eae [2021-03-29T16:53:44.602Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T16:53:44.602Z] Removing intermediate container e7a62292b257 [2021-03-29T16:53:44.602Z] ---> 9cd388428368 [2021-03-29T16:53:44.602Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T16:53:44.872Z] Successfully built a181824f1766 [2021-03-29T16:53:44.872Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-29T16:53:44.872Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in d8fdad97c4d5 [2021-03-29T16:53:44.872Z] ---> Running in 4a309f282b38 [2021-03-29T16:53:45.138Z] Removing intermediate container d8fdad97c4d5 [2021-03-29T16:53:45.138Z] ---> ec829e35a282 [2021-03-29T16:53:45.138Z] [2021-03-29T16:53:45.138Z] Removing intermediate container 4a309f282b38 [2021-03-29T16:53:45.138Z] ---> 093ed3f1da7e [2021-03-29T16:53:45.138Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T16:53:45.724Z] Successfully built ec829e35a282 [2021-03-29T16:53:45.724Z] ---> Running in 4469b53d3189 [2021-03-29T16:53:45.724Z] Successfully tagged docker-core-metadata-go:latest [2021-03-29T16:53:45.987Z]  Building docker-core-metadata-go ... done Removing intermediate container 4469b53d3189 [2021-03-29T16:53:45.988Z] ---> a37705d047f4 [2021-03-29T16:53:45.988Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T16:53:46.252Z] ---> Running in 5e76b30afad4 [2021-03-29T16:53:46.252Z] Removing intermediate container 5e76b30afad4 [2021-03-29T16:53:46.252Z] ---> e7050bf3480a [2021-03-29T16:53:46.252Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T16:53:46.252Z] Removing intermediate container 6132484c0452 [2021-03-29T16:53:46.252Z] ---> f7d66d681034 [2021-03-29T16:53:46.252Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T16:53:46.520Z] ---> Running in a829e9a9e05c [2021-03-29T16:53:46.520Z] ---> 3464cd2158af [2021-03-29T16:53:46.520Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T16:53:46.784Z] Removing intermediate container a829e9a9e05c [2021-03-29T16:53:46.784Z] ---> a4241a38272d [2021-03-29T16:53:46.784Z] Step 28/31 : CMD ["gate"] [2021-03-29T16:53:46.784Z] ---> Running in 88e151118e11 [2021-03-29T16:53:47.047Z] Removing intermediate container 88e151118e11 [2021-03-29T16:53:47.047Z] ---> 63b92eb026d9 [2021-03-29T16:53:47.047Z] Step 29/31 : LABEL arch=x86_64 [2021-03-29T16:53:47.047Z] ---> 692919a78cfc [2021-03-29T16:53:47.047Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T16:53:47.311Z] ---> Running in 3c79840538bc [2021-03-29T16:53:47.311Z] ---> b8b5776a4648 [2021-03-29T16:53:47.311Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T16:53:47.311Z] Removing intermediate container 3c79840538bc [2021-03-29T16:53:47.311Z] ---> 856e95fcdece [2021-03-29T16:53:47.311Z] Step 30/31 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T16:53:47.576Z] ---> Running in 555a0f1c65b4 [2021-03-29T16:53:47.841Z] ---> Running in 1267d9bd75c6 [2021-03-29T16:53:47.841Z] Removing intermediate container 555a0f1c65b4 [2021-03-29T16:53:47.841Z] ---> cb74a1910e8a [2021-03-29T16:53:47.841Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T16:53:47.841Z] ---> Running in 550dc8f24715 [2021-03-29T16:53:48.106Z] Removing intermediate container 1267d9bd75c6 [2021-03-29T16:53:48.106Z] ---> 720bf3f7a357 [2021-03-29T16:53:48.106Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T16:53:48.106Z] Removing intermediate container 550dc8f24715 [2021-03-29T16:53:48.106Z] ---> be73e958b0d4 [2021-03-29T16:53:48.106Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T16:53:48.370Z] ---> Running in cd7cfee6990a [2021-03-29T16:53:48.370Z] ---> Running in 71562d763d55 [2021-03-29T16:53:48.636Z] Removing intermediate container cd7cfee6990a [2021-03-29T16:53:48.636Z] ---> 4e0b88b6119a [2021-03-29T16:53:48.636Z] Step 21/22 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T16:53:48.636Z] Removing intermediate container 71562d763d55 [2021-03-29T16:53:48.636Z] ---> 701c92c2ba17 [2021-03-29T16:53:48.636Z] [2021-03-29T16:53:48.636Z] ---> Running in a9483daf4a7c [2021-03-29T16:53:48.636Z] Successfully built 701c92c2ba17 [2021-03-29T16:53:48.636Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-29T16:53:48.904Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container a9483daf4a7c [2021-03-29T16:53:48.904Z] ---> 319a6946ba8b [2021-03-29T16:53:48.904Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T16:53:48.904Z] ---> Running in d1c4344ec6ca [2021-03-29T16:53:49.168Z] Removing intermediate container d1c4344ec6ca [2021-03-29T16:53:49.168Z] ---> ca3e20ee7362 [2021-03-29T16:53:49.168Z] [2021-03-29T16:53:49.168Z] Successfully built ca3e20ee7362 [2021-03-29T16:53:49.168Z] Successfully tagged docker-support-notifications-go:latest [2021-03-29T16:53:49.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.400s coverage: 29.1% of statements [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T16:53:49.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.161s coverage: 99.0% of statements [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T16:53:49.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T16:53:49.687Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.224s coverage: 94.6% of statements [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T16:53:49.687Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T16:53:49.687Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T16:53:49.687Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T16:53:49.762Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-29T16:53:49.782Z] $ docker stop --time=1 4a97107555c5612dade3610a3592a4d65d08ed979389aa32826da5db072991d0 [2021-03-29T16:53:49.964Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-03-29T16:53:49.964Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T16:53:49.964Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T16:53:49.964Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-03-29T16:53:50.946Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements [2021-03-29T16:53:51.413Z] $ docker rm -f 4a97107555c5612dade3610a3592a4d65d08ed979389aa32826da5db072991d0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T16:53:51.982Z] + docker images [2021-03-29T16:53:51.982Z] + grep docker [2021-03-29T16:53:52.377Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-29T16:53:52.556Z] docker-support-notifications-go latest ca3e20ee7362 4 seconds ago 17.9MB [2021-03-29T16:53:52.556Z] docker-security-bootstrapper-go latest 701c92c2ba17 4 seconds ago 18.9MB [2021-03-29T16:53:52.556Z] docker-core-metadata-go latest ec829e35a282 8 seconds ago 19MB [2021-03-29T16:53:52.556Z] docker-sys-mgmt-agent-go latest a181824f1766 8 seconds ago 313MB [2021-03-29T16:53:52.556Z] docker-security-proxy-setup-go latest fe9fbc91b624 22 seconds ago 24.7MB [2021-03-29T16:53:52.556Z] docker-core-data-go latest 5b93a24b52a9 About a minute ago 22.7MB [2021-03-29T16:53:52.556Z] docker-security-secretstore-setup-go latest 924d9f3a0b1e About a minute ago 25MB [2021-03-29T16:53:52.556Z] docker-core-command-go latest e578b1d56844 About a minute ago 17.3MB [2021-03-29T16:53:52.556Z] docker-support-scheduler-go latest 1c22be437d6a About a minute ago 17.4MB [2021-03-29T16:53:52.556Z] 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] } [2021-03-29T16:53:52.972Z] GO111MODULE=on go vet ./... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-29T16:54:08.172Z] Still waiting to schedule task [2021-03-29T16:54:08.172Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-29T16:55:04.683Z] Running on prd-ubuntu18.04-docker-8c-8g-31771 in /w/workspace/edgexfoundry_edgex-go_PR-3305 [Pipeline] { [Pipeline] ws [2021-03-29T16:55:04.756Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-29T16:55:07.290Z] using credential edgex-jenkins-ssh [2021-03-29T16:55:07.349Z] Cloning the remote Git repository [2021-03-29T16:55:07.374Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:55:07.450Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-29T16:55:07.487Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:55:07.487Z] > git --version # timeout=10 [2021-03-29T16:55:07.493Z] > git --version # 'git version 2.17.1' [2021-03-29T16:55:07.494Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:55:07.525Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T16:55:14.909Z] gofmt -l . [2021-03-29T16:55:14.909Z] [ "`gofmt -l .`" = "" ] [2021-03-29T16:55:14.909Z] ./bin/test-go-mod-tidy.sh [2021-03-29T16:55:14.909Z] ./bin/test-attribution-txt.sh [2021-03-29T16:55:15.475Z] Merging remotes/origin/master commit d1fc5940ebbd16a0d16dcf35275d84fb959027d1 into PR head commit bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T16:55:15.668Z] Merge succeeded, producing bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T16:55:15.668Z] Checking out Revision bca07f40881fc04d9dea04c89477c9532246c532 (PR-3305) [Pipeline] sh [2021-03-29T16:55:14.776Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T16:55:14.784Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T16:55:14.801Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T16:55:14.818Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T16:55:14.819Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:55:14.825Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3305/head:refs/remotes/origin/PR-3305 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T16:55:15.488Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T16:55:15.494Z] > git checkout -f bca07f40881fc04d9dea04c89477c9532246c532 # timeout=10 [2021-03-29T16:55:15.631Z] > git remote # timeout=10 [2021-03-29T16:55:15.640Z] > git config --get remote.origin.url # timeout=10 [2021-03-29T16:55:15.649Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T16:55:15.653Z] > git merge d1fc5940ebbd16a0d16dcf35275d84fb959027d1 # timeout=10 [2021-03-29T16:55:15.663Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-29T16:55:15.673Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T16:55:15.680Z] > git checkout -f bca07f40881fc04d9dea04c89477c9532246c532 # timeout=10 [2021-03-29T16:55:16.548Z] + ls -al . [2021-03-29T16:55:16.548Z] total 808 [2021-03-29T16:55:16.548Z] drwxrwxr-x 9 1001 1001 4096 Mar 29 16:55 . [2021-03-29T16:55:16.548Z] drwxr-xr-x 4 root root 4096 Mar 29 16:50 .. [2021-03-29T16:55:16.548Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 16:49 .dockerignore [2021-03-29T16:55:16.548Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 16:49 .git [2021-03-29T16:55:16.548Z] drwxrwxr-x 3 1001 1001 4096 Mar 29 16:49 .github [2021-03-29T16:55:16.548Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 16:49 .gitignore [2021-03-29T16:55:16.548Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 16:49 .sonarcloud.properties [2021-03-29T16:55:16.548Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 16:49 Attribution.txt [2021-03-29T16:55:16.548Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 16:49 CONTRIBUTING.md [2021-03-29T16:55:16.548Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 16:49 Dockerfile.build [2021-03-29T16:55:16.548Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 16:49 Jenkinsfile [2021-03-29T16:55:16.548Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 16:49 LICENSE [2021-03-29T16:55:16.548Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 16:49 Makefile [2021-03-29T16:55:16.548Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 16:49 README.md [2021-03-29T16:55:16.548Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 16:49 SECURITY.md [2021-03-29T16:55:16.548Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 16:46 VERSION [2021-03-29T16:55:16.548Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 16:49 ZMQWindows.md [2021-03-29T16:55:16.548Z] drwxrwxr-x 2 1001 1001 4096 Mar 29 16:49 bin [2021-03-29T16:55:16.548Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 16:49 cmd [2021-03-29T16:55:16.548Z] -rw-r--r-- 1 root root 668090 Mar 29 16:53 coverage.out [2021-03-29T16:55:16.548Z] -rw-r--r-- 1 root root 1056 Mar 29 16:55 go.mod [2021-03-29T16:55:16.548Z] -rw-r--r-- 1 root root 22530 Mar 29 16:55 go.sum [2021-03-29T16:55:16.549Z] drwxrwxr-x 8 1001 1001 4096 Mar 29 16:49 internal [2021-03-29T16:55:16.549Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 16:49 openapi [2021-03-29T16:55:16.549Z] drwxrwxr-x 4 1001 1001 4096 Mar 29 16:49 snap [2021-03-29T16:55:16.549Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 16:49 version.go [Pipeline] sh [2021-03-29T16:55:17.205Z] + '[' -e coverage.out ] [2021-03-29T16:55:17.205Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T16:55:17.274Z] Warning: overwriting stash ‘coverage-report’ [2021-03-29T16:55:18.363Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T16:55:19.011Z] + make build [2021-03-29T16:55:19.011Z] 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 [2021-03-29T16:55:19.515Z] Commit message: "Merge branch 'master' into issue-3304" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T16:55:20.841Z] + echo snap-build.sh [2021-03-29T16:55:20.842Z] snap-build.sh [2021-03-29T16:55:20.842Z] + SNAP_BASE_DIR=. [2021-03-29T16:55:20.842Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-03-29T16:55:20.842Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-03-29T16:55:20.842Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-03-29T16:55:20.842Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-03-29T16:55:20.842Z] + cd /w/workspace/edgex-go/2 [2021-03-29T16:55:20.842Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-29T16:55:20.842Z] Reading package lists... [2021-03-29T16:55:21.105Z] Building dependency tree... [2021-03-29T16:55:21.105Z] Reading state information... [2021-03-29T16:55:21.369Z] The following packages were automatically installed and are no longer required: [2021-03-29T16:55:21.369Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-29T16:55:21.369Z] uidmap xdelta3 [2021-03-29T16:55:21.369Z] Use 'sudo apt autoremove' to remove them. [2021-03-29T16:55:21.369Z] The following packages will be REMOVED: [2021-03-29T16:55:21.369Z] lxd* lxd-client* [2021-03-29T16:55:22.328Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-29T16:55:22.328Z] After this operation, 31.7 MB disk space will be freed. [2021-03-29T16:55:23.380Z] (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.) [2021-03-29T16:55:23.380Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T16:55:24.773Z] Removing lxd dnsmasq configuration [2021-03-29T16:55:24.773Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T16:55:25.036Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-29T16:55:25.985Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-29T16:55:26.248Z] (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.) [2021-03-29T16:55:26.248Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-29T16:55:28.171Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-29T16:55:28.171Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-29T16:55:29.161Z] 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 [2021-03-29T16:55:30.098Z] + sudo snap remove --purge lxd [2021-03-29T16:55:30.361Z] snap "lxd" is not installed [2021-03-29T16:55:30.361Z] + sudo groupadd --force --system lxd [2021-03-29T16:55:30.361Z] ++ whoami [2021-03-29T16:55:30.361Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-29T16:55:30.361Z] + newgrp - lxd [2021-03-29T16:55:30.361Z] + sudo snap install lxd [2021-03-29T16:55:40.502Z] 2021-03-29T16:55:37Z INFO Waiting for automatic snapd restart... [2021-03-29T16:55:51.330Z] 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 [2021-03-29T16:55:55.450Z] lxd 4.12 from Canonical* installed [2021-03-29T16:55:55.450Z] + sudo lxd init --auto [2021-03-29T16:55:58.043Z] 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 [2021-03-29T16:56:03.451Z] 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 [2021-03-29T16:56:03.618Z] + sudo snap install --classic snapcraft [2021-03-29T16:56:04.429Z] 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 [2021-03-29T16:56:09.832Z] 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 [2021-03-29T16:56:16.555Z] 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 [2021-03-29T16:56:20.856Z] 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 [2021-03-29T16:56:21.768Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T16:56:21.768Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-29T16:56:21.768Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-29T16:56:21.768Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T16:56:21.768Z] Dload Upload Total Spent Left Speed [2021-03-29T16:56:21.768Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4644 0 --:--:-- --:--:-- --:--:-- 4679 [2021-03-29T16:56:21.768Z] 100 3325k 100 3325k 0 0 7643k 0 --:--:-- --:--:-- --:--:-- 7643k [2021-03-29T16:56:21.768Z] ./yq_linux_amd64 [2021-03-29T16:56:21.768Z] + sudo snapcraft prime --use-lxd [2021-03-29T16:56:23.162Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-29T16:56:23.162Z] 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: [2021-03-29T16:56:23.162Z] - README.md [2021-03-29T16:56:23.162Z] [2021-03-29T16:56:23.162Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T16:56:24.109Z] Launching a container. [2021-03-29T16:56:24.246Z] 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 [2021-03-29T16:56:28.565Z] 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 [2021-03-29T16:56:31.968Z] 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 [2021-03-29T16:56:36.371Z] Waiting for container to be ready [2021-03-29T16:56:36.371Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-29T16:56:36.371Z] [Pipeline] } [2021-03-29T16:56:38.711Z] $ docker stop --time=1 a4f5ef1ca5a6315fc81cdade0dfe479082bc233d079091d565161c36ad22d0d2 [2021-03-29T16:56:41.244Z] $ docker rm -f a4f5ef1ca5a6315fc81cdade0dfe479082bc233d079091d565161c36ad22d0d2 [2021-03-29T16:56:41.683Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-29T16:56:41.683Z] Waiting for network to be ready... [2021-03-29T16:56:41.946Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T16:56:41.946Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T16:56:42.523Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T16:56:42.523Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T16:56:42.524Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:56:43.116Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T16:56:43.116Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T16:56:43.116Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T16:56:43.116Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T16:56:43.116Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T16:56:43.116Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T16:56:43.116Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T16:56:43.116Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T16:56:43.116Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T16:56:43.116Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T16:56:43.116Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T16:56:43.116Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T16:56:43.116Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T16:56:43.282Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T16:56:43.282Z] [2021-03-29T16:56:43.282Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:56:43.693Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T16:56:43.930Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T16:56:43.955Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T16:56:43.955Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T16:56:43.955Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T16:56:43.955Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T16:56:43.955Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T16:56:43.955Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T16:56:43.955Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T16:56:43.955Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T16:56:44.204Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-29T16:56:44.204Z] 29e5d40040c1: Pulling fs layer [2021-03-29T16:56:44.204Z] 1ce36da41761: Pulling fs layer [2021-03-29T16:56:44.204Z] 25b303627fd3: Pulling fs layer [2021-03-29T16:56:44.477Z] 29e5d40040c1: Download complete [2021-03-29T16:56:45.076Z] 1ce36da41761: Verifying Checksum [2021-03-29T16:56:45.076Z] 1ce36da41761: Download complete [2021-03-29T16:56:45.351Z] 29e5d40040c1: Pull complete [2021-03-29T16:56:46.789Z] 1ce36da41761: Pull complete [2021-03-29T16:56:46.789Z] 25b303627fd3: Verifying Checksum [2021-03-29T16:56:46.789Z] 25b303627fd3: Download complete [2021-03-29T16:56:48.177Z] Fetched 24.2 MB in 6s (3940 kB/s) [2021-03-29T16:56:49.566Z] Reading package lists... [2021-03-29T16:56:49.566Z] Reading package lists... [2021-03-29T16:56:49.826Z] Building dependency tree... [2021-03-29T16:56:49.826Z] Reading state information... [2021-03-29T16:56:50.087Z] The following additional packages will be installed: [2021-03-29T16:56:50.087Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T16:56:50.087Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T16:56:50.088Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T16:56:50.088Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-29T16:56:50.088Z] Suggested packages: [2021-03-29T16:56:50.088Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-29T16:56:50.088Z] Recommended packages: [2021-03-29T16:56:50.088Z] gnupg libsasl2-modules [2021-03-29T16:56:50.088Z] The following NEW packages will be installed: [2021-03-29T16:56:50.088Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-29T16:56:50.088Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-29T16:56:50.088Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-29T16:56:50.088Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-29T16:56:50.088Z] The following packages will be upgraded: [2021-03-29T16:56:50.088Z] gpg gpg-agent gpgconf libudev1 [2021-03-29T16:56:50.088Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-29T16:56:50.088Z] Need to get 3530 kB of archives. [2021-03-29T16:56:50.088Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-29T16:56:50.088Z] 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] [2021-03-29T16:56:50.088Z] 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] [2021-03-29T16:56:50.349Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-29T16:56:50.349Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-29T16:56:50.349Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-29T16:56:50.612Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-29T16:56:51.188Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-29T16:56:51.188Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-29T16:56:51.188Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-29T16:56:51.188Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-29T16:56:51.188Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-29T16:56:51.188Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-29T16:56:51.188Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-29T16:56:51.188Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-29T16:56:51.188Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-29T16:56:51.188Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-29T16:56:51.188Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-29T16:56:51.188Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-29T16:56:51.188Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-29T16:56:51.188Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-29T16:56:51.188Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-29T16:56:51.188Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-29T16:56:51.452Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:56:51.452Z] Fetched 3530 kB in 1s (3113 kB/s) [2021-03-29T16:56:51.452Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T16:56:51.452Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:56:51.452Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T16:56:51.714Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-29T16:56:51.978Z] Selecting previously unselected package udev. [2021-03-29T16:56:51.978Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-29T16:56:51.978Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:56:51.978Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-29T16:56:52.241Z] Selecting previously unselected package libfuse2:amd64. [2021-03-29T16:56:52.241Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T16:56:52.241Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T16:56:52.241Z] Selecting previously unselected package fuse. [2021-03-29T16:56:52.241Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-29T16:56:52.241Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-29T16:56:52.503Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:56:52.503Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T16:56:52.764Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:56:52.764Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T16:56:52.764Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:56:52.764Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T16:56:53.027Z] Selecting previously unselected package libksba8:amd64. [2021-03-29T16:56:53.027Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-29T16:56:53.027Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-29T16:56:53.289Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-29T16:56:53.289Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:56:53.289Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:53.289Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-29T16:56:53.289Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:56:53.289Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:53.550Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-29T16:56:53.550Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:56:53.550Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:53.550Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-29T16:56:53.550Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:56:53.550Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:53.812Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-29T16:56:53.812Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:56:53.812Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:53.812Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-29T16:56:53.812Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:56:53.812Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:53.812Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-29T16:56:53.812Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:56:53.812Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:54.073Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-29T16:56:54.073Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:56:54.073Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:54.073Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-29T16:56:54.073Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-29T16:56:54.073Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:54.337Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-29T16:56:54.337Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T16:56:54.337Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T16:56:54.337Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-29T16:56:54.337Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-29T16:56:54.337Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T16:56:54.599Z] Selecting previously unselected package libldap-common. [2021-03-29T16:56:54.599Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-29T16:56:54.599Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T16:56:54.599Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-29T16:56:54.599Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-29T16:56:54.599Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T16:56:54.599Z] Selecting previously unselected package dirmngr. [2021-03-29T16:56:54.599Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:56:54.861Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T16:56:54.861Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T16:56:54.861Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-29T16:56:54.861Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-29T16:56:55.125Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T16:56:55.125Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-29T16:56:55.125Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-29T16:56:55.125Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:55.125Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-29T16:56:55.125Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T16:56:55.388Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-29T16:56:55.651Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-29T16:56:55.915Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:55.915Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-29T16:56:55.915Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-29T16:56:55.915Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-29T16:56:56.178Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:56.178Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:56.178Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:56.178Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:56.178Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:56.178Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:56.178Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-29T16:56:56.178Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-29T16:56:56.440Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-29T16:56:56.440Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T16:56:56.954Z] 25b303627fd3: Pull complete [2021-03-29T16:56:56.954Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-29T16:56:56.954Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T16:56:56.954Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-29T16:56:57.198Z] prd-ubuntu18.04-docker-arm64-4c-16g-31770 does not seem to be running inside a container [2021-03-29T16:56:57.264Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T16:56:57.387Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-29T16:56:57.387Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-29T16:56:57.387Z] This means they are not meant to be enabled using systemctl. [2021-03-29T16:56:57.387Z] Possible reasons for having this kind of units are: [2021-03-29T16:56:57.387Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-29T16:56:57.387Z] .wants/ or .requires/ directory. [2021-03-29T16:56:57.387Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-29T16:56:57.387Z] a requirement dependency on it. [2021-03-29T16:56:57.387Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-29T16:56:57.387Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-29T16:56:57.387Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-29T16:56:57.387Z] instance name specified. [2021-03-29T16:56:57.649Z] Reading package lists... [2021-03-29T16:56:57.911Z] Building dependency tree... [2021-03-29T16:56:57.911Z] Reading state information... [2021-03-29T16:56:58.175Z] The following additional packages will be installed: [2021-03-29T16:56:58.175Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-29T16:56:58.175Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-29T16:56:58.175Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-29T16:56:58.175Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-29T16:56:58.175Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-29T16:56:58.175Z] Suggested packages: [2021-03-29T16:56:58.175Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-29T16:56:58.175Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-29T16:56:58.175Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-29T16:56:58.175Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-29T16:56:58.175Z] systemd-container policykit-1 [2021-03-29T16:56:58.175Z] Recommended packages: [2021-03-29T16:56:58.175Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-29T16:56:58.175Z] The following NEW packages will be installed: [2021-03-29T16:56:58.175Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-29T16:56:58.175Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-29T16:56:58.175Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-29T16:56:58.175Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-29T16:56:58.175Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-29T16:56:58.175Z] The following packages will be upgraded: [2021-03-29T16:56:58.175Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-29T16:56:58.438Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-29T16:56:58.438Z] Need to get 35.2 MB of archives. [2021-03-29T16:56:58.438Z] After this operation, 141 MB of additional disk space will be used. [2021-03-29T16:56:58.438Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-29T16:56:58.438Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-29T16:56:59.014Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-29T16:56:59.014Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-03-29T16:56:59.276Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-29T16:56:59.276Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-29T16:56:59.276Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-29T16:56:59.276Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-29T16:56:59.276Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-29T16:56:59.276Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-29T16:56:59.276Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-29T16:56:59.276Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-29T16:56:59.276Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-29T16:56:59.276Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-29T16:56:59.276Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-29T16:56:59.276Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-29T16:56:59.276Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-29T16:56:59.276Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-29T16:56:59.276Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-29T16:56:59.276Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-29T16:56:59.276Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-29T16:56:59.276Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-29T16:56:59.276Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-29T16:56:59.539Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-29T16:56:59.539Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-29T16:56:59.539Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-29T16:56:59.539Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-29T16:56:59.539Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-29T16:56:59.539Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-29T16:56:59.539Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-29T16:57:00.260Z] $ docker top 9c85756e2c1ed3ccadcddf50efabe1e163e38d14d3c4132dc94283cc4adecf0f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T16:57:00.930Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:57:00.930Z] Fetched 35.2 MB in 2s (14.9 MB/s) [2021-03-29T16:57:00.930Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T16:57:00.930Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:57:00.930Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T16:57:01.247Z] + docker-compose build --help [2021-03-29T16:57:01.248Z] + grep parallel [2021-03-29T16:57:01.877Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:57:01.877Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T16:57:01.877Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-29T16:57:02.140Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T16:57:02.140Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T16:57:02.140Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T16:57:03.539Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-29T16:57:03.539Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-29T16:57:03.539Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-29T16:57:03.539Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-29T16:57:03.856Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-29T16:57:03.856Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-29T16:57:04.431Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-29T16:57:04.657Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T16:57:04.664Z] $ docker stop --time=1 9c85756e2c1ed3ccadcddf50efabe1e163e38d14d3c4132dc94283cc4adecf0f [2021-03-29T16:57:04.693Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-29T16:57:04.693Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T16:57:04.693Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T16:57:04.956Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-29T16:57:04.956Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T16:57:04.956Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:57:05.222Z] Selecting previously unselected package libexpat1:amd64. [2021-03-29T16:57:05.222Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-29T16:57:05.222Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T16:57:05.222Z] Selecting previously unselected package python3.6-minimal. [2021-03-29T16:57:05.222Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T16:57:05.222Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:57:05.484Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T16:57:05.747Z] Checking for services that may need to be restarted...done. [2021-03-29T16:57:05.747Z] Checking for services that may need to be restarted...done. [2021-03-29T16:57:05.747Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:57:05.747Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-29T16:57:06.011Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:57:06.586Z] Selecting previously unselected package python3-minimal. [2021-03-29T16:57:06.586Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-29T16:57:06.586Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-29T16:57:06.586Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-29T16:57:06.586Z] Selecting previously unselected package mime-support. [2021-03-29T16:57:06.586Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-29T16:57:06.658Z] $ docker rm -f 9c85756e2c1ed3ccadcddf50efabe1e163e38d14d3c4132dc94283cc4adecf0f [2021-03-29T16:57:06.862Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-29T16:57:06.862Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-29T16:57:06.862Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-29T16:57:06.862Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T16:57:06.862Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-29T16:57:06.862Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T16:57:06.862Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T16:57:07.436Z] Selecting previously unselected package python3.6. [2021-03-29T16:57:07.436Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-29T16:57:07.436Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:57:07.436Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-29T16:57:07.436Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-29T16:57:07.436Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T16:57:07.436Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-29T16:57:07.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-29T16:57:07.465Z] . [Pipeline] withDockerContainer [2021-03-29T16:57:07.697Z] Selecting previously unselected package python3. [2021-03-29T16:57:07.697Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-29T16:57:07.697Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-29T16:57:07.697Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-29T16:57:07.733Z] prd-ubuntu18.04-docker-arm64-4c-16g-31770 does not seem to be running inside a container [2021-03-29T16:57:07.798Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-29T16:57:07.958Z] Selecting previously unselected package multiarch-support. [2021-03-29T16:57:07.959Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:57:07.959Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T16:57:07.959Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-29T16:57:07.959Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-29T16:57:07.959Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-29T16:57:07.959Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-29T16:57:07.959Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T16:57:08.221Z] Selecting previously unselected package libbsd0:amd64. [2021-03-29T16:57:08.221Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-29T16:57:08.221Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T16:57:08.221Z] Selecting previously unselected package sudo. [2021-03-29T16:57:08.221Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-29T16:57:08.221Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T16:57:09.178Z] Selecting previously unselected package apparmor. [2021-03-29T16:57:09.178Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T16:57:09.178Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-29T16:57:09.178Z] Selecting previously unselected package libedit2:amd64. [2021-03-29T16:57:09.178Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-29T16:57:09.178Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T16:57:09.178Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-29T16:57:09.178Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T16:57:09.178Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:57:09.260Z] $ docker top 0fc98acf4594e14b353e6b78b14ea873a8f10281fae0fb7f551b8c7fdc5faa8c -eo pid,comm [2021-03-29T16:57:09.440Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-29T16:57:09.440Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T16:57:09.440Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:57:09.440Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-29T16:57:09.440Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-29T16:57:09.440Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [Pipeline] { [2021-03-29T16:57:09.701Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-29T16:57:09.701Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T16:57:09.701Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:57:09.701Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-29T16:57:09.701Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-29T16:57:09.701Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [Pipeline] sh [2021-03-29T16:57:09.966Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-29T16:57:09.966Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-29T16:57:09.966Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T16:57:10.227Z] Selecting previously unselected package openssh-client. [2021-03-29T16:57:10.227Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-29T16:57:10.227Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T16:57:10.432Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T16:57:10.489Z] Selecting previously unselected package squashfs-tools. [2021-03-29T16:57:10.489Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-29T16:57:10.489Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T16:57:10.489Z] Selecting previously unselected package snapd. [2021-03-29T16:57:10.489Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-29T16:57:10.489Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-29T16:57:13.036Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-29T16:57:13.298Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-29T16:57:13.298Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-29T16:57:13.298Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-29T16:57:13.564Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-29T16:57:13.564Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:57:13.564Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T16:57:13.564Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-29T16:57:13.564Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-29T16:57:14.513Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-29T16:57:14.513Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-29T16:57:14.513Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-29T16:57:14.513Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:57:14.513Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:57:14.720Z] Building docker-core-command-go ... [2021-03-29T16:57:14.720Z] Building docker-core-data-go ... [2021-03-29T16:57:14.720Z] Building docker-core-metadata-go ... [2021-03-29T16:57:14.720Z] Building docker-security-bootstrapper-go ... [2021-03-29T16:57:14.721Z] Building docker-security-proxy-setup-go ... [2021-03-29T16:57:14.721Z] Building docker-security-secretstore-setup-go ... [2021-03-29T16:57:14.721Z] Building docker-support-notifications-go ... [2021-03-29T16:57:14.721Z] Building docker-support-scheduler-go ... [2021-03-29T16:57:14.721Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T16:57:14.721Z] Building docker-core-command-go [2021-03-29T16:57:14.721Z] Building docker-support-scheduler-go [2021-03-29T16:57:14.721Z] Building docker-security-bootstrapper-go [2021-03-29T16:57:14.721Z] Building docker-core-metadata-go [2021-03-29T16:57:14.721Z] Building docker-sys-mgmt-agent-go [2021-03-29T16:57:14.779Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-29T16:57:15.726Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-29T16:57:15.726Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:57:15.726Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-29T16:57:15.726Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-29T16:57:15.726Z] running python rtupdate hooks for python3.6... [2021-03-29T16:57:15.726Z] running python post-rtupdate hooks for python3.6... [2021-03-29T16:57:15.990Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-29T16:57:17.912Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-29T16:57:17.912Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-29T16:57:17.912Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-29T16:57:18.173Z] Setting up snapd (2.48.3+18.04) ... [2021-03-29T16:57:18.744Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-29T16:57:19.009Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-29T16:57:19.272Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-29T16:57:19.535Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-29T16:57:19.798Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T16:57:19.798Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-29T16:57:20.059Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-29T16:57:20.320Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-29T16:57:20.584Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-29T16:57:20.847Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-29T16:57:20.847Z] /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' [2021-03-29T16:57:20.847Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-29T16:57:21.110Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T16:57:22.087Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T16:57:22.349Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T16:57:22.349Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T16:57:24.530Z] Reading package lists... [2021-03-29T16:57:24.530Z] Reading package lists... [2021-03-29T16:57:24.793Z] Building dependency tree... [2021-03-29T16:57:24.793Z] Reading state information... [2021-03-29T16:57:24.793Z] Calculating upgrade... [2021-03-29T16:57:25.055Z] The following packages will be upgraded: [2021-03-29T16:57:25.055Z] advancecomp base-files bash binutils binutils-common [2021-03-29T16:57:25.055Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-29T16:57:25.055Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-29T16:57:25.055Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-29T16:57:25.055Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-29T16:57:25.055Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-29T16:57:25.055Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-29T16:57:25.055Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-29T16:57:25.055Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-29T16:57:25.055Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-29T16:57:25.055Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-29T16:57:25.055Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-29T16:57:25.055Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-29T16:57:25.055Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-29T16:57:25.055Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-29T16:57:25.318Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T16:57:25.318Z] Need to get 63.8 MB of archives. [2021-03-29T16:57:25.318Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-29T16:57:25.318Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-29T16:57:25.318Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-29T16:57:25.893Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-29T16:57:25.893Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-29T16:57:25.893Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-29T16:57:25.893Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-29T16:57:25.893Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-29T16:57:25.893Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-29T16:57:25.893Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-29T16:57:25.893Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-29T16:57:25.893Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-29T16:57:26.163Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-29T16:57:26.163Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-29T16:57:26.163Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-29T16:57:26.163Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-29T16:57:26.163Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-29T16:57:26.163Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-29T16:57:26.163Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-29T16:57:26.163Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-29T16:57:26.163Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-29T16:57:26.163Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-29T16:57:26.163Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-29T16:57:26.163Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-29T16:57:26.163Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-29T16:57:26.163Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-29T16:57:26.163Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-29T16:57:26.163Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-29T16:57:26.163Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-29T16:57:26.163Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-29T16:57:26.433Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-29T16:57:26.433Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-29T16:57:26.433Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-29T16:57:26.433Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-29T16:57:26.433Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-29T16:57:26.433Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-29T16:57:26.433Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-29T16:57:26.433Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-29T16:57:26.433Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-29T16:57:26.433Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-29T16:57:26.433Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-29T16:57:26.433Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-29T16:57:26.433Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-29T16:57:26.433Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-29T16:57:26.433Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-29T16:57:26.433Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-29T16:57:26.433Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-29T16:57:26.433Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-29T16:57:26.697Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-29T16:57:26.697Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-29T16:57:26.697Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-29T16:57:26.697Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-29T16:57:26.697Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-29T16:57:26.697Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-29T16:57:26.697Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-29T16:57:26.697Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-29T16:57:26.697Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-29T16:57:26.697Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-29T16:57:26.697Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-29T16:57:26.698Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-29T16:57:26.698Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-29T16:57:26.698Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-29T16:57:26.698Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-29T16:57:26.698Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-29T16:57:26.698Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-29T16:57:26.698Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-29T16:57:26.698Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-29T16:57:26.698Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-29T16:57:26.698Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-29T16:57:26.698Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-29T16:57:26.698Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-29T16:57:26.698Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-29T16:57:26.698Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-29T16:57:26.698Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-29T16:57:26.698Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-29T16:57:26.960Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-03-29T16:57:26.960Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-29T16:57:26.960Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-29T16:57:26.960Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-29T16:57:26.960Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-29T16:57:26.960Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-29T16:57:26.960Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-29T16:57:26.960Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-29T16:57:26.960Z] 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] [2021-03-29T16:57:26.960Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-29T16:57:26.960Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-29T16:57:26.960Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-29T16:57:26.960Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-29T16:57:26.960Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-29T16:57:27.223Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-29T16:57:27.223Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-29T16:57:27.800Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-29T16:57:28.061Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-29T16:57:28.061Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-29T16:57:28.061Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-29T16:57:28.326Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-29T16:57:28.326Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-29T16:57:28.326Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-29T16:57:28.326Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-29T16:57:28.326Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-29T16:57:28.589Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:57:28.589Z] Fetched 63.8 MB in 3s (19.4 MB/s) [2021-03-29T16:57:28.853Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:28.853Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:57:28.853Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T16:57:29.803Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:57:29.803Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T16:57:29.803Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-29T16:57:29.803Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-29T16:57:30.746Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:30.746Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:57:30.746Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:30.746Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:57:31.010Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:31.010Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:57:31.010Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:31.272Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:57:31.272Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:31.272Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:57:31.533Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:31.533Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:57:31.533Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:31.533Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:57:31.796Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:57:31.796Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T16:57:31.796Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:31.796Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-29T16:57:32.059Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:57:32.059Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T16:57:32.059Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:32.059Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:57:32.059Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:32.321Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:57:32.321Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:32.321Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-29T16:57:32.584Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:57:32.847Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T16:57:32.847Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:57:33.109Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T16:57:33.683Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T16:57:33.946Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-29T16:57:33.946Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-29T16:57:33.946Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-29T16:57:33.946Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-29T16:57:33.946Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-29T16:57:34.208Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-29T16:57:34.470Z] Installing new version of config file /etc/issue ... [2021-03-29T16:57:34.470Z] Installing new version of config file /etc/issue.net ... [2021-03-29T16:57:34.470Z] Installing new version of config file /etc/lsb-release ... [2021-03-29T16:57:34.470Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-29T16:57:34.733Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-29T16:57:34.733Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-29T16:57:34.733Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-29T16:57:34.994Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:34.994Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-29T16:57:34.994Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-29T16:57:35.262Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-29T16:57:35.262Z] 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 [2021-03-29T16:57:35.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:35.262Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:57:35.262Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-29T16:57:35.535Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:57:35.797Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:35.797Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-29T16:57:35.797Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-29T16:57:35.797Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-29T16:57:36.084Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:36.084Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-29T16:57:36.084Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T16:57:36.347Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-29T16:57:36.609Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:36.609Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T16:57:36.609Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T16:57:36.609Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T16:57:36.871Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:36.871Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T16:57:36.871Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T16:57:36.871Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-29T16:57:37.133Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:37.133Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-29T16:57:37.133Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-29T16:57:37.457Z] Setting up grep (3.1-2build1) ... [2021-03-29T16:57:37.457Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:37.457Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T16:57:37.457Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T16:57:37.719Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-29T16:57:37.980Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:37.980Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T16:57:37.980Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:57:37.980Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-29T16:57:37.980Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:37.980Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T16:57:38.247Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T16:57:38.838Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T16:57:38.838Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T16:57:39.107Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-29T16:57:39.107Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T16:57:40.073Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-29T16:57:40.073Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:40.073Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-29T16:57:40.073Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-29T16:57:41.506Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T16:57:41.506Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T16:57:41.506Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-29T16:57:41.506Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-29T16:57:41.506Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T16:57:41.506Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:41.506Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-29T16:57:41.789Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-29T16:57:41.789Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-29T16:57:42.059Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:42.059Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:57:42.059Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:57:42.059Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:57:42.328Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:42.328Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:57:42.328Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:57:42.328Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:57:42.328Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:42.328Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:57:42.631Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:57:42.631Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:57:42.918Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:42.918Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:57:42.918Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:57:42.918Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:57:43.261Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:43.261Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T16:57:43.261Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:57:43.261Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T16:57:43.261Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:57:43.261Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T16:57:43.543Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:43.543Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-29T16:57:43.543Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:57:43.543Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T16:57:43.814Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:43.814Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:57:43.814Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:57:43.814Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:57:44.076Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:44.076Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:57:44.076Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:57:44.076Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:57:44.337Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:44.337Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:57:44.337Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:57:44.909Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:57:45.172Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-29T16:57:45.745Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-29T16:57:46.008Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:46.008Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-29T16:57:46.008Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-29T16:57:46.270Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T16:57:46.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-29T16:57:46.532Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-29T16:57:46.532Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-29T16:57:46.532Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-29T16:57:46.795Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:46.795Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-29T16:57:46.795Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-29T16:57:47.058Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-29T16:57:47.320Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:47.320Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-29T16:57:47.320Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T16:57:47.320Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-29T16:57:47.583Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:47.583Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-29T16:57:47.583Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-29T16:57:47.583Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-29T16:57:47.846Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:47.846Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T16:57:47.846Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T16:57:47.846Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T16:57:48.111Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:48.111Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T16:57:48.111Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T16:57:48.375Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T16:57:48.375Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:48.375Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-29T16:57:48.638Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T16:57:48.638Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T16:57:48.900Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:48.900Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-29T16:57:48.900Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-29T16:57:49.164Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-29T16:57:49.164Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-29T16:57:49.164Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T16:57:49.164Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T16:57:49.427Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T16:57:49.427Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:49.427Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-29T16:57:49.427Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-29T16:57:49.689Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-29T16:57:49.689Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:49.689Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-29T16:57:49.689Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-29T16:57:49.951Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-29T16:57:50.214Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:50.214Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-29T16:57:50.214Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-29T16:57:50.476Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-29T16:57:50.476Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:50.476Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-29T16:57:50.738Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-29T16:57:50.739Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-29T16:57:50.739Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:50.739Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-29T16:57:51.009Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-29T16:57:51.271Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-29T16:57:51.533Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:51.533Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-29T16:57:51.533Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-29T16:57:51.533Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-29T16:57:51.796Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:51.796Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-29T16:57:51.796Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-29T16:57:51.796Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-29T16:57:52.060Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:52.060Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-29T16:57:52.060Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-29T16:57:52.060Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-29T16:57:52.322Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:52.322Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-29T16:57:52.322Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-29T16:57:52.585Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-29T16:57:52.585Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:52.585Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-29T16:57:52.585Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-29T16:57:52.847Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-29T16:57:52.847Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:52.847Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T16:57:52.847Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-29T16:57:53.112Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-29T16:57:53.112Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-29T16:57:53.112Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-29T16:57:53.112Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-29T16:57:53.373Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-29T16:57:53.374Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-29T16:57:53.374Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T16:57:53.374Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T16:57:53.636Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-29T16:57:53.636Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-29T16:57:53.899Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-03-29T16:57:53.899Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-03-29T16:57:54.167Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-29T16:57:54.167Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-29T16:57:54.431Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-29T16:57:54.431Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-29T16:57:54.431Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-29T16:57:54.431Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-29T16:57:54.709Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-29T16:57:54.709Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-29T16:57:54.709Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-29T16:57:54.709Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-29T16:57:54.972Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-29T16:57:54.972Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-29T16:57:54.972Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-29T16:57:55.238Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-29T16:57:55.238Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-29T16:57:55.238Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-29T16:57:55.514Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-29T16:57:55.514Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-29T16:57:56.474Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-29T16:57:56.474Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-29T16:57:56.738Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-29T16:57:56.738Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-29T16:57:56.738Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T16:57:56.738Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T16:57:57.317Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T16:57:57.317Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T16:57:57.586Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T16:57:57.586Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T16:57:57.847Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-29T16:57:57.847Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-29T16:57:57.847Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:57.847Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:57:58.131Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:58.131Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:57:58.392Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:58.392Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:57:58.392Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:58.392Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:57:59.780Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:57:59.780Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:58:00.723Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:58:00.723Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:58:01.673Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:58:01.673Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:58:02.254Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:58:02.255Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:58:03.225Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-29T16:58:03.501Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-29T16:58:03.501Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T16:58:03.501Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T16:58:03.762Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T16:58:03.762Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T16:58:04.027Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-29T16:58:04.027Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-29T16:58:04.027Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-29T16:58:04.027Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-29T16:58:04.294Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T16:58:04.294Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T16:58:04.294Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-29T16:58:04.294Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-29T16:58:04.562Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-29T16:58:04.562Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-29T16:58:04.830Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:58:04.830Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-29T16:58:04.830Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:58:04.830Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:58:04.830Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:58:05.091Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-29T16:58:05.091Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-29T16:58:05.091Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-29T16:58:05.358Z] [2021-03-29T16:58:05.358Z] Current default time zone: 'Etc/UTC' [2021-03-29T16:58:05.358Z] Local time is now: Mon Mar 29 16:58:05 UTC 2021. [2021-03-29T16:58:05.358Z] Universal Time is now: Mon Mar 29 16:58:05 UTC 2021. [2021-03-29T16:58:05.358Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-29T16:58:05.358Z] [2021-03-29T16:58:05.358Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-29T16:58:05.358Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:58:05.358Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-29T16:58:05.358Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-29T16:58:05.358Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-29T16:58:05.358Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-29T16:58:05.632Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-29T16:58:05.632Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-29T16:58:05.632Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-29T16:58:05.632Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-29T16:58:05.632Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:58:05.632Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-29T16:58:05.894Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:58:06.159Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T16:58:06.159Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:58:06.159Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-29T16:58:06.159Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-29T16:58:06.159Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-29T16:58:06.159Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-03-29T16:58:06.159Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-29T16:58:06.159Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-29T16:58:06.421Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-29T16:58:06.421Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-29T16:58:08.351Z] Updating certificates in /etc/ssl/certs... [2021-03-29T16:58:09.296Z] 23 added, 27 removed; done. [2021-03-29T16:58:09.296Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-29T16:58:09.561Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-29T16:58:09.562Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-29T16:58:09.562Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-29T16:58:09.562Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-29T16:58:09.562Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:58:09.824Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-29T16:58:09.824Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:58:09.824Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:58:09.824Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:58:09.824Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:58:09.824Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:58:09.824Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-29T16:58:10.086Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-29T16:58:10.086Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-29T16:58:10.086Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-29T16:58:10.086Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-29T16:58:10.086Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:58:10.086Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-29T16:58:10.347Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-29T16:58:10.347Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-29T16:58:10.347Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-29T16:58:10.347Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T16:58:10.610Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-29T16:58:10.610Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-29T16:58:10.610Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-29T16:58:10.610Z] Updating certificates in /etc/ssl/certs... [2021-03-29T16:58:11.566Z] 0 added, 0 removed; done. [2021-03-29T16:58:11.566Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-29T16:58:11.566Z] done. [2021-03-29T16:58:12.163Z] Reading package lists... [2021-03-29T16:58:12.430Z] Building dependency tree... [2021-03-29T16:58:12.430Z] Reading state information... [2021-03-29T16:58:12.699Z] The following NEW packages will be installed: [2021-03-29T16:58:12.699Z] apt-transport-https [2021-03-29T16:58:12.699Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T16:58:12.699Z] Need to get 1696 B of archives. [2021-03-29T16:58:12.699Z] After this operation, 153 kB of additional disk space will be used. [2021-03-29T16:58:12.699Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-29T16:58:12.971Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:58:12.971Z] Fetched 1696 B in 0s (16.5 kB/s) [2021-03-29T16:58:12.971Z] Selecting previously unselected package apt-transport-https. [2021-03-29T16:58:12.971Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-29T16:58:12.971Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-29T16:58:12.971Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T16:58:12.971Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-29T16:58:13.546Z] Waiting for network to be ready... [2021-03-29T16:58:21.760Z] 2021-03-29T16:58:18Z INFO Waiting for automatic snapd restart... [2021-03-29T16:58:22.340Z] snapd 2.49.1 from Canonical* installed [2021-03-29T16:58:23.294Z] "snapd" switched to the "latest/stable" channel [2021-03-29T16:58:23.294Z] [2021-03-29T16:58:28.614Z] core18 20210128 from Canonical* installed [2021-03-29T16:58:28.876Z] "core18" switched to the "latest/stable" channel [2021-03-29T16:58:28.876Z] [2021-03-29T16:58:35.478Z] snapcraft 4.5.4 from Canonical* installed [2021-03-29T16:58:35.478Z] "snapcraft" switched to the "latest/stable" channel [2021-03-29T16:58:35.478Z] [2021-03-29T16:58:36.551Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:58:36.551Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:58:36.551Z] ---> 4d1aaf35c484 [2021-03-29T16:58:36.551Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:58:36.551Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:58:36.551Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:58:36.551Z] ---> 4d1aaf35c484 [2021-03-29T16:58:36.551Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T16:58:36.551Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:58:36.551Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:58:36.551Z] ---> 4d1aaf35c484 [2021-03-29T16:58:36.551Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T16:58:36.551Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:58:36.551Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:58:36.551Z] ---> 4d1aaf35c484 [2021-03-29T16:58:36.551Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T16:58:36.551Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T16:58:36.551Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T16:58:36.551Z] ---> 4d1aaf35c484 [2021-03-29T16:58:36.551Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T16:58:36.551Z] ---> Running in 5b2516a50b04 [2021-03-29T16:58:36.551Z] ---> Running in d00467903646 [2021-03-29T16:58:36.551Z] ---> Running in 11f86f46110e [2021-03-29T16:58:36.551Z] ---> Running in aa34eb26efd4 [2021-03-29T16:58:36.551Z] ---> Running in 5cebc604b8c5 [2021-03-29T16:58:36.551Z] Removing intermediate container d00467903646 [2021-03-29T16:58:36.551Z] ---> 27e8d2afdbf7 [2021-03-29T16:58:36.551Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:58:36.551Z] Removing intermediate container 5b2516a50b04 [2021-03-29T16:58:36.551Z] ---> 815f3fb689d9 [2021-03-29T16:58:36.551Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:58:36.551Z] Removing intermediate container 5cebc604b8c5 [2021-03-29T16:58:36.551Z] ---> 0b2bfdfd42ec [2021-03-29T16:58:36.551Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:58:36.551Z] Removing intermediate container aa34eb26efd4 [2021-03-29T16:58:36.551Z] ---> 931037917c47 [2021-03-29T16:58:36.551Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:58:36.551Z] Removing intermediate container 11f86f46110e [2021-03-29T16:58:36.551Z] ---> ccf5b0b2a96a [2021-03-29T16:58:36.551Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T16:58:36.551Z] ---> Running in 1b44bc3d2df1 [2021-03-29T16:58:36.551Z] ---> Running in 3d31b22f8a41 [2021-03-29T16:58:36.551Z] ---> Running in ca3c21ca496f [2021-03-29T16:58:36.551Z] ---> Running in 03366aebc476 [2021-03-29T16:58:36.551Z] ---> Running in 60bf2a100195 [2021-03-29T16:58:36.551Z] Removing intermediate container 1b44bc3d2df1 [2021-03-29T16:58:36.551Z] ---> ea81d43e0167 [2021-03-29T16:58:36.551Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T16:58:36.551Z] ---> Running in 1df337712748 [2021-03-29T16:58:36.551Z] Removing intermediate container 3d31b22f8a41 [2021-03-29T16:58:36.551Z] ---> a5e0f30348ef [2021-03-29T16:58:36.551Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T16:58:36.551Z] Removing intermediate container 03366aebc476 [2021-03-29T16:58:36.551Z] ---> 7c453c0017b9 [2021-03-29T16:58:36.551Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T16:58:36.551Z] ---> Running in b145ee74df6c [2021-03-29T16:58:36.551Z] ---> Running in 21b7034a2b38 [2021-03-29T16:58:36.551Z] Removing intermediate container ca3c21ca496f [2021-03-29T16:58:36.551Z] ---> cf70ff45a4a0 [2021-03-29T16:58:36.551Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T16:58:36.551Z] Removing intermediate container 60bf2a100195 [2021-03-29T16:58:36.551Z] ---> deb670236ef5 [2021-03-29T16:58:36.551Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T16:58:36.551Z] ---> Running in a6b01dfdb635 [2021-03-29T16:58:36.551Z] ---> Running in d2598f86092c [2021-03-29T16:58:36.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:58:36.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:58:36.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:58:36.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:58:36.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:58:36.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:58:36.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T16:58:37.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:58:37.096Z] OK: 217 MiB in 51 packages [2021-03-29T16:58:37.370Z] OK: 217 MiB in 51 packages [2021-03-29T16:58:37.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:58:37.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T16:58:37.645Z] OK: 217 MiB in 51 packages [2021-03-29T16:58:38.648Z] OK: 217 MiB in 51 packages [2021-03-29T16:58:38.648Z] OK: 217 MiB in 51 packages [2021-03-29T16:58:38.921Z] Removing intermediate container 1df337712748 [2021-03-29T16:58:38.921Z] ---> 6f983e86b8cc [2021-03-29T16:58:38.921Z] Step 6/31 : COPY go.mod . [2021-03-29T16:58:39.194Z] Removing intermediate container b145ee74df6c [2021-03-29T16:58:39.194Z] ---> 985636c508cb [2021-03-29T16:58:39.194Z] Step 6/22 : COPY go.mod . [2021-03-29T16:58:39.469Z] Removing intermediate container 21b7034a2b38 [2021-03-29T16:58:39.469Z] ---> e4b62c5954f2 [2021-03-29T16:58:39.469Z] Step 6/23 : COPY go.mod . [2021-03-29T16:58:39.694Z] 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: [2021-03-29T16:58:39.694Z] - README.md [2021-03-29T16:58:39.694Z] [2021-03-29T16:58:39.695Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-29T16:58:40.070Z] ---> c2c87d84a235 [2021-03-29T16:58:40.070Z] Step 7/31 : RUN go mod download [2021-03-29T16:58:40.343Z] Removing intermediate container a6b01dfdb635 [2021-03-29T16:58:40.343Z] ---> 299a78949004 [2021-03-29T16:58:40.343Z] Step 6/23 : COPY go.mod . [2021-03-29T16:58:40.343Z] ---> Running in 03469b173eb7 [2021-03-29T16:58:40.343Z] ---> c8d7e695f88d [2021-03-29T16:58:40.344Z] Step 7/22 : RUN go mod download [2021-03-29T16:58:40.344Z] Removing intermediate container d2598f86092c [2021-03-29T16:58:40.344Z] ---> acb0e8102655 [2021-03-29T16:58:40.344Z] Step 6/26 : COPY go.mod . [2021-03-29T16:58:40.615Z] ---> Running in e5f1e32291b4 [2021-03-29T16:58:40.888Z] ---> 9e71f758ee8b [2021-03-29T16:58:40.888Z] Step 7/23 : RUN go mod download [2021-03-29T16:58:40.888Z] ---> Running in 216b80e80195 [2021-03-29T16:58:41.522Z] ---> 381a8b0c57d4 [2021-03-29T16:58:41.522Z] Step 7/23 : RUN go mod download [2021-03-29T16:58:41.522Z] ---> 1b2a2dad2e42 [2021-03-29T16:58:41.522Z] Step 7/26 : RUN go mod download [2021-03-29T16:58:41.800Z] ---> Running in b30375ca5d04 [2021-03-29T16:58:41.800Z] ---> Running in 3f8b58020d2b [2021-03-29T16:58:44.452Z] Removing intermediate container 03469b173eb7 [2021-03-29T16:58:44.452Z] ---> 8280c0545d42 [2021-03-29T16:58:44.452Z] Step 8/31 : COPY . . [2021-03-29T16:58:45.447Z] Removing intermediate container e5f1e32291b4 [2021-03-29T16:58:45.447Z] ---> 3d7f25e8b571 [2021-03-29T16:58:45.447Z] Step 8/22 : COPY . . [2021-03-29T16:58:45.447Z] Removing intermediate container 216b80e80195 [2021-03-29T16:58:45.447Z] ---> e58a8ca9e860 [2021-03-29T16:58:45.447Z] Step 8/23 : COPY . . [2021-03-29T16:58:46.337Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T16:58:46.338Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T16:58:46.338Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T16:58:46.338Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T16:58:46.445Z] Removing intermediate container 3f8b58020d2b [2021-03-29T16:58:46.445Z] ---> a0f5ba8cff3b [2021-03-29T16:58:46.445Z] Step 8/26 : COPY . . [2021-03-29T16:58:47.055Z] Removing intermediate container b30375ca5d04 [2021-03-29T16:58:47.056Z] ---> e5c885413360 [2021-03-29T16:58:47.056Z] Step 8/23 : COPY . . [2021-03-29T16:58:48.732Z] Reading package lists... [2021-03-29T16:58:49.035Z] 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 [2021-03-29T16:58:55.739Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T16:58:55.739Z] Reading package lists... [2021-03-29T16:58:55.739Z] Building dependency tree... [2021-03-29T16:58:55.739Z] Reading state information... [2021-03-29T16:58:55.739Z] Suggested packages: [2021-03-29T16:58:55.739Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-29T16:58:55.739Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-29T16:58:55.739Z] Recommended packages: [2021-03-29T16:58:55.739Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-29T16:58:55.739Z] The following NEW packages will be installed: [2021-03-29T16:58:55.739Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-29T16:58:55.739Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-29T16:58:55.739Z] pkg-config zip [2021-03-29T16:58:55.739Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-29T16:58:55.739Z] Need to get 7657 kB of archives. [2021-03-29T16:58:55.739Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-29T16:58:55.739Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-29T16:58:55.739Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-29T16:58:55.739Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-29T16:58:55.739Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-29T16:58:55.739Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-29T16:58:55.739Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-29T16:58:55.739Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-29T16:58:56.007Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-29T16:58:56.007Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-29T16:58:56.007Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-29T16:58:56.007Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-29T16:58:56.273Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-29T16:58:56.273Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-29T16:58:56.273Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-29T16:58:56.273Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-29T16:58:56.535Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-29T16:58:56.535Z] Fetched 7657 kB in 1s (9408 kB/s) [2021-03-29T16:58:56.535Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-29T16:58:56.535Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-29T16:58:56.535Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-29T16:58:56.535Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T16:58:56.799Z] Selecting previously unselected package libpsl5:amd64. [2021-03-29T16:58:56.799Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-29T16:58:56.799Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T16:58:57.072Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-29T16:58:57.072Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-29T16:58:57.072Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T16:58:57.072Z] Selecting previously unselected package librtmp1:amd64. [2021-03-29T16:58:57.072Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-29T16:58:57.072Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T16:58:57.340Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-29T16:58:57.340Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-29T16:58:57.340Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T16:58:57.340Z] Selecting previously unselected package liberror-perl. [2021-03-29T16:58:57.340Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-29T16:58:57.340Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-29T16:58:57.340Z] Selecting previously unselected package git-man. [2021-03-29T16:58:57.340Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-29T16:58:57.341Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T16:58:57.602Z] Selecting previously unselected package git. [2021-03-29T16:58:57.602Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-29T16:58:57.602Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T16:58:58.552Z] Selecting previously unselected package libnorm1:amd64. [2021-03-29T16:58:58.552Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-29T16:58:58.552Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T16:58:58.817Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-29T16:58:58.817Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-29T16:58:58.817Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T16:58:58.817Z] Selecting previously unselected package libsodium23:amd64. [2021-03-29T16:58:58.817Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-29T16:58:58.817Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-29T16:58:58.817Z] Selecting previously unselected package libzmq5:amd64. [2021-03-29T16:58:58.817Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T16:58:58.817Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T16:58:59.079Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-29T16:58:59.079Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-29T16:58:59.079Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T16:58:59.079Z] Selecting previously unselected package pkg-config. [2021-03-29T16:58:59.079Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-29T16:58:59.079Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T16:58:59.344Z] Selecting previously unselected package zip. [2021-03-29T16:58:59.344Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-29T16:58:59.344Z] Unpacking zip (3.0-11build1) ... [2021-03-29T16:58:59.344Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-29T16:58:59.344Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-29T16:58:59.606Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-29T16:58:59.606Z] Setting up liberror-perl (0.17025-1) ... [2021-03-29T16:58:59.606Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-29T16:58:59.606Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-29T16:58:59.606Z] No schema files found: doing nothing. [2021-03-29T16:58:59.606Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-29T16:58:59.606Z] Setting up zip (3.0-11build1) ... [2021-03-29T16:58:59.606Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-29T16:58:59.869Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-29T16:58:59.869Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-29T16:58:59.869Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T16:58:59.869Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-29T16:58:59.869Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-29T16:58:59.869Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-29T16:59:00.134Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-29T16:59:06.739Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T16:59:07.001Z] git set to automatically installed. [2021-03-29T16:59:07.001Z] git-man set to automatically installed. [2021-03-29T16:59:07.001Z] libcurl3-gnutls set to automatically installed. [2021-03-29T16:59:07.001Z] liberror-perl set to automatically installed. [2021-03-29T16:59:07.001Z] libglib2.0-0 set to automatically installed. [2021-03-29T16:59:07.001Z] libnghttp2-14 set to automatically installed. [2021-03-29T16:59:07.001Z] libnorm1 set to automatically installed. [2021-03-29T16:59:07.001Z] libpgm-5.2-0 set to automatically installed. [2021-03-29T16:59:07.001Z] libpsl5 set to automatically installed. [2021-03-29T16:59:07.001Z] librtmp1 set to automatically installed. [2021-03-29T16:59:07.001Z] libsodium23 set to automatically installed. [2021-03-29T16:59:07.001Z] libzmq3-dev set to automatically installed. [2021-03-29T16:59:07.001Z] libzmq5 set to automatically installed. [2021-03-29T16:59:07.001Z] pkg-config set to automatically installed. [2021-03-29T16:59:07.001Z] zip set to automatically installed. [2021-03-29T16:59:08.921Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T16:59:13.902Z] ---> 43746d1372c7 [2021-03-29T16:59:13.902Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T16:59:13.902Z] ---> 2162b9454a1a [2021-03-29T16:59:13.902Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T16:59:13.902Z] ---> d3ba1a8ab77c [2021-03-29T16:59:13.902Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T16:59:13.902Z] ---> 78ee5ce8dffb [2021-03-29T16:59:13.902Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T16:59:13.902Z] ---> 61f195791bf4 [2021-03-29T16:59:13.902Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T16:59:13.902Z] ---> Running in 8c10287b504f [2021-03-29T16:59:13.902Z] ---> Running in 7dc7d2c3782b [2021-03-29T16:59:13.902Z] ---> Running in b54361ed7ca8 [2021-03-29T16:59:13.902Z] ---> Running in 27e1caed4d4d [2021-03-29T16:59:13.902Z] ---> Running in 73dc2067347e [2021-03-29T16:59:13.902Z] 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 [2021-03-29T16:59:13.902Z] 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 [2021-03-29T16:59:14.176Z] 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 [2021-03-29T16:59:14.176Z] 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 [2021-03-29T16:59:14.176Z] 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 [2021-03-29T16:59:15.519Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T16:59:33.670Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-29T16:59:34.245Z] snapd is not logged in, snap install commands will use sudo [2021-03-29T16:59:40.850Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-29T16:59:40.850Z] snap "core18" has no updates available [2021-03-29T16:59:41.424Z] Pulling go-build-helper [2021-03-29T16:59:41.424Z] + snapcraftctl pull [2021-03-29T16:59:42.817Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-29T16:59:42.817Z] Skipping pull go-build-helper (already ran) [2021-03-29T16:59:42.817Z] Building go-build-helper [2021-03-29T16:59:42.817Z] + snapcraftctl build [2021-03-29T16:59:46.146Z] Staging go-build-helper [2021-03-29T16:59:46.146Z] + snapcraftctl stage [2021-03-29T17:00:01.107Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-29T17:00:01.107Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-29T17:00:01.107Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] [2021-03-29T17:00:01.107Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-03-29T17:00:01.107Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-29T17:00:01.107Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-29T17:00:01.107Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-03-29T17:00:01.107Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-03-29T17:00:01.107Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-03-29T17:00:01.107Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-03-29T17:00:01.107Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-29T17:00:01.107Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-29T17:00:01.107Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-29T17:00:01.107Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-29T17:00:01.107Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-29T17:00:01.107Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-29T17:00:01.107Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-29T17:00:01.107Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-29T17:00:01.107Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-29T17:00:01.107Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-29T17:00:01.107Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-29T17:00:01.107Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-29T17:00:01.107Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-29T17:00:01.107Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-29T17:00:01.107Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-29T17:00:01.107Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-29T17:00:01.107Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-29T17:00:01.107Z] Fetched 24.2 MB in 0s (0 B/s) [2021-03-29T17:00:01.107Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-29T17:00:01.107Z] Fetched 224 kB in 0s (0 B/s) [2021-03-29T17:00:01.107Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-29T17:00:01.107Z] Fetched 157 kB in 0s (0 B/s) [2021-03-29T17:00:01.107Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-29T17:00:01.107Z] Fetched 221 kB in 0s (0 B/s) [2021-03-29T17:00:01.107Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-29T17:00:01.107Z] Fetched 143 kB in 0s (0 B/s) [2021-03-29T17:00:01.107Z] Pulling app-service-config [2021-03-29T17:00:01.107Z] + snapcraftctl pull [2021-03-29T17:00:01.107Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-29T17:00:01.371Z] Pulling config-common [2021-03-29T17:00:01.371Z] + snapcraftctl pull [2021-03-29T17:00:13.665Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T17:00:13.665Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T17:00:13.665Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T17:00:13.665Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T17:00:13.665Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-29T17:00:13.665Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T17:00:13.665Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-29T17:00:13.665Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T17:00:13.665Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-29T17:00:13.665Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T17:00:13.665Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-29T17:00:13.665Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T17:00:13.665Z] Pulling edgex-go [2021-03-29T17:00:13.665Z] + snapcraftctl pull [2021-03-29T17:00:40.277Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-29T17:00:40.277Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-29T17:00:40.277Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-29T17:00:40.277Z] Fetched 0 B in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-29T17:00:40.277Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-29T17:00:40.277Z] Fetched 279 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-29T17:00:40.277Z] Fetched 122 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-29T17:00:40.277Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-29T17:00:40.277Z] Fetched 8848 B in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-29T17:00:40.277Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-29T17:00:40.277Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-29T17:00:40.277Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-29T17:00:40.277Z] Fetched 214 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-29T17:00:40.277Z] Fetched 154 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-29T17:00:40.277Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-29T17:00:40.277Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-29T17:00:40.277Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-29T17:00:40.277Z] Fetched 499 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-29T17:00:40.277Z] Fetched 111 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-29T17:00:40.277Z] Fetched 240 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-29T17:00:40.277Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-29T17:00:40.277Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-29T17:00:40.277Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-29T17:00:40.277Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-29T17:00:40.277Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-29T17:00:40.277Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-29T17:00:40.277Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-29T17:00:40.277Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-29T17:00:40.277Z] Fetched 8720 B in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-29T17:00:40.277Z] Fetched 137 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-29T17:00:40.277Z] Fetched 119 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-29T17:00:40.277Z] Fetched 109 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-29T17:00:40.277Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-29T17:00:40.277Z] Fetched 645 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-29T17:00:40.277Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-29T17:00:40.277Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-29T17:00:40.277Z] Fetched 368 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-29T17:00:40.277Z] Fetched 187 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-29T17:00:40.277Z] Fetched 175 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-29T17:00:40.277Z] Fetched 206 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-03-29T17:00:40.277Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-29T17:00:40.277Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-29T17:00:40.277Z] Fetched 159 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-29T17:00:40.277Z] Fetched 107 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-29T17:00:40.277Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-29T17:00:40.277Z] Pulling static-packages [2021-03-29T17:00:40.277Z] + snapcraftctl pull [2021-03-29T17:00:40.277Z] Pulling version [2021-03-29T17:00:40.277Z] + cd /root/project [2021-03-29T17:00:40.277Z] + [ -f VERSION ] [2021-03-29T17:00:40.277Z] + PROJECT_VERSION=local-dev [2021-03-29T17:00:40.277Z] + git rev-parse --short HEAD [2021-03-29T17:00:40.277Z] + GIT_REVISION=bca07f40 [2021-03-29T17:00:40.277Z] + snapcraftctl set-version local-dev [2021-03-29T17:00:40.277Z] Skipping build go-build-helper (already ran) [2021-03-29T17:00:40.277Z] Building app-service-config [2021-03-29T17:00:40.277Z] + make build [2021-03-29T17:00:40.277Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-29T17:00:41.224Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 [2021-03-29T17:00:41.224Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 [2021-03-29T17:00:41.224Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 [2021-03-29T17:00:41.224Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 [2021-03-29T17:00:41.224Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-29T17:00:41.224Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 [2021-03-29T17:00:41.224Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-29T17:00:41.224Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-29T17:00:41.224Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-29T17:00:41.496Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-29T17:00:41.496Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-29T17:00:41.496Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-29T17:00:41.757Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-29T17:00:41.757Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-29T17:00:41.757Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-29T17:00:41.757Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-29T17:00:41.757Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-29T17:00:41.757Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-29T17:00:42.024Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-29T17:00:42.025Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-29T17:00:42.025Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-29T17:00:42.025Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-29T17:00:42.025Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-29T17:00:42.025Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-29T17:00:42.025Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-29T17:00:42.025Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-29T17:00:42.292Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-29T17:00:42.553Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-29T17:00:42.553Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-29T17:00:42.822Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-29T17:00:42.822Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-29T17:00:42.822Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-29T17:00:42.822Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-29T17:00:42.822Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-29T17:00:42.822Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-29T17:00:43.087Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-29T17:00:43.087Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-29T17:00:43.087Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-29T17:00:43.087Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-29T17:00:43.087Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-29T17:00:43.350Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-29T17:00:43.350Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-29T17:00:43.350Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-29T17:00:43.350Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-29T17:00:55.611Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-29T17:00:55.611Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-29T17:00:55.611Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-29T17:00:55.611Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-29T17:00:57.001Z] Building config-common [2021-03-29T17:00:57.001Z] + snapcraftctl build [2021-03-29T17:01:00.315Z] Building edgex-go [2021-03-29T17:01:01.261Z] + cd /root/parts/edgex-go/src [2021-03-29T17:01:01.261Z] + make build [2021-03-29T17:01:01.261Z] 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 [2021-03-29T17:01:01.522Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.20 [2021-03-29T17:01:01.522Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-29T17:01:01.522Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.60 [2021-03-29T17:01:01.784Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-29T17:01:01.784Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-29T17:01:01.784Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 [2021-03-29T17:01:01.784Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-03-29T17:01:02.048Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-03-29T17:01:06.205Z] Removing intermediate container b54361ed7ca8 [2021-03-29T17:01:06.205Z] ---> 83887e0c885e [2021-03-29T17:01:06.205Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T17:01:06.205Z] ---> Running in c445113081c1 [2021-03-29T17:01:06.205Z] 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 [2021-03-29T17:01:06.205Z] Removing intermediate container 7dc7d2c3782b [2021-03-29T17:01:06.205Z] ---> b85bc02c1f32 [2021-03-29T17:01:06.205Z] [2021-03-29T17:01:06.205Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T17:01:06.205Z] 3.12: Pulling from library/alpine [2021-03-29T17:01:06.205Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T17:01:06.205Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T17:01:06.205Z] ---> e47305ac9786 [2021-03-29T17:01:06.205Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T17:01:06.205Z] ---> Running in 950b36f539cc [2021-03-29T17:01:06.205Z] Removing intermediate container 950b36f539cc [2021-03-29T17:01:06.205Z] ---> 5bbc46b55e33 [2021-03-29T17:01:06.205Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T17:01:06.205Z] ---> Running in 3c64768493ae [2021-03-29T17:01:06.205Z] Removing intermediate container c445113081c1 [2021-03-29T17:01:06.205Z] ---> a0e759c7384c [2021-03-29T17:01:06.205Z] [2021-03-29T17:01:06.205Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T17:01:06.205Z] 20.10.0: Pulling from library/docker [2021-03-29T17:01:06.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:01:07.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:01:07.355Z] 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 [2021-03-29T17:01:07.355Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-29T17:01:07.702Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T17:01:07.702Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T17:01:07.702Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:01:07.702Z] OK: 5 MiB in 16 packages [2021-03-29T17:01:12.042Z] Removing intermediate container 3c64768493ae [2021-03-29T17:01:12.042Z] ---> 13970c7b8c40 [2021-03-29T17:01:12.042Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T17:01:12.042Z] ---> Running in 0c02924f0768 [2021-03-29T17:01:13.492Z] Removing intermediate container 0c02924f0768 [2021-03-29T17:01:13.492Z] ---> 694e8eff8813 [2021-03-29T17:01:13.492Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T17:01:14.478Z] ---> Running in ad92ca159d89 [2021-03-29T17:01:15.459Z] Removing intermediate container ad92ca159d89 [2021-03-29T17:01:15.459Z] ---> 6f6c02349939 [2021-03-29T17:01:15.459Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T17:01:15.459Z] Removing intermediate container 27e1caed4d4d [2021-03-29T17:01:15.459Z] ---> 6146b92a2913 [2021-03-29T17:01:15.459Z] [2021-03-29T17:01:15.459Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T17:01:15.459Z] ---> e47305ac9786 [2021-03-29T17:01:15.459Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T17:01:15.508Z] 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 [2021-03-29T17:01:16.056Z] Removing intermediate container 8c10287b504f [2021-03-29T17:01:16.057Z] ---> 343f015c2505 [2021-03-29T17:01:16.057Z] [2021-03-29T17:01:16.057Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T17:01:16.057Z] ---> e47305ac9786 [2021-03-29T17:01:16.057Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T17:01:16.057Z] ---> Running in 9f2277923440 [2021-03-29T17:01:16.079Z] 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 [2021-03-29T17:01:16.327Z] ---> Running in 5891df798922 [2021-03-29T17:01:16.922Z] ---> Running in 8fa6b3647ce7 [2021-03-29T17:01:18.764Z] 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 [2021-03-29T17:01:18.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:01:18.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:01:19.026Z] 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 [2021-03-29T17:01:19.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:01:19.185Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:01:19.288Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-29T17:01:19.550Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-29T17:01:19.550Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-29T17:01:19.550Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-29T17:01:19.794Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T17:01:19.794Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:01:19.794Z] OK: 5 MiB in 15 packages [2021-03-29T17:01:19.794Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T17:01:19.794Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:01:19.794Z] OK: 5 MiB in 15 packages [2021-03-29T17:01:22.104Z] 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 [2021-03-29T17:01:22.104Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-29T17:01:22.104Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-29T17:01:22.414Z] Removing intermediate container 5891df798922 [2021-03-29T17:01:22.414Z] ---> 0e38c2cd7120 [2021-03-29T17:01:22.414Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T17:01:22.414Z] Removing intermediate container 9f2277923440 [2021-03-29T17:01:22.414Z] ---> f572c9e68902 [2021-03-29T17:01:22.414Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T17:01:22.414Z] ---> Running in 944bfe06e13a [2021-03-29T17:01:22.414Z] Removing intermediate container 73dc2067347e [2021-03-29T17:01:22.414Z] ---> d25ff1143d40 [2021-03-29T17:01:22.414Z] [2021-03-29T17:01:22.414Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T17:01:22.414Z] ---> e47305ac9786 [2021-03-29T17:01:22.414Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T17:01:22.414Z] ---> Using cache [2021-03-29T17:01:22.414Z] ---> e51c006b61de [2021-03-29T17:01:22.414Z] Removing intermediate container 8fa6b3647ce7 [2021-03-29T17:01:22.414Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' ---> e51c006b61de [2021-03-29T17:01:22.414Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T17:01:22.414Z] [2021-03-29T17:01:22.689Z] ---> Running in 409008ae0cd6 [2021-03-29T17:01:22.689Z] ---> Running in e30414893bb8 [2021-03-29T17:01:22.689Z] ---> Running in 451b36452694 [2021-03-29T17:01:23.285Z] Removing intermediate container 944bfe06e13a [2021-03-29T17:01:23.285Z] ---> e4e15ea8ac10 [2021-03-29T17:01:23.285Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T17:01:23.558Z] Removing intermediate container 409008ae0cd6 [2021-03-29T17:01:23.558Z] ---> 1a77066f9545 [2021-03-29T17:01:23.558Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T17:01:23.558Z] Removing intermediate container 451b36452694 [2021-03-29T17:01:23.558Z] ---> 089cb2d55c7b [2021-03-29T17:01:23.558Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T17:01:23.558Z] Removing intermediate container e30414893bb8 [2021-03-29T17:01:23.558Z] ---> b49e12418df6 [2021-03-29T17:01:23.558Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T17:01:23.558Z] ---> Running in 8743a2603b91 [2021-03-29T17:01:23.831Z] ---> Running in 04b368666fae [2021-03-29T17:01:23.831Z] ---> Running in f0c94844ad83 [2021-03-29T17:01:23.831Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T17:01:23.831Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T17:01:23.831Z] ---> eeaf43b92773 [2021-03-29T17:01:24.027Z] 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 [2021-03-29T17:01:24.106Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T17:01:24.106Z] ---> Running in 543c1f44cb35 [2021-03-29T17:01:24.106Z] ---> 83597f031e46 [2021-03-29T17:01:24.106Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T17:01:24.385Z] Removing intermediate container 8743a2603b91 [2021-03-29T17:01:24.385Z] ---> 133cd4dc8cc8 [2021-03-29T17:01:24.385Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T17:01:24.385Z] ---> Running in 28835f6d5434 [2021-03-29T17:01:24.385Z] Removing intermediate container 04b368666fae [2021-03-29T17:01:24.385Z] ---> 963ea9461f89 [2021-03-29T17:01:24.385Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T17:01:24.385Z] Removing intermediate container f0c94844ad83 [2021-03-29T17:01:24.385Z] ---> 0e83bf96d750 [2021-03-29T17:01:24.385Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T17:01:24.663Z] ---> Running in 1f7e81441a95 [2021-03-29T17:01:24.946Z] ---> Running in b5ff2937758c [2021-03-29T17:01:24.946Z] ---> Running in 0ae2cb3c05dc [2021-03-29T17:01:25.243Z] Removing intermediate container 1f7e81441a95 [2021-03-29T17:01:25.243Z] ---> 177ffc2747ec [2021-03-29T17:01:25.243Z] Step 15/23 : WORKDIR / [2021-03-29T17:01:25.419Z] 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 [2021-03-29T17:01:25.525Z] ---> Running in 1fbcd592a068 [2021-03-29T17:01:25.525Z] Removing intermediate container 0ae2cb3c05dc [2021-03-29T17:01:25.525Z] ---> 47aff4c4475a [2021-03-29T17:01:25.525Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:01:25.809Z] Removing intermediate container b5ff2937758c [2021-03-29T17:01:25.809Z] ---> b4696e84b7ae [2021-03-29T17:01:25.809Z] Step 15/23 : WORKDIR / [2021-03-29T17:01:26.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:01:26.084Z] ---> Running in 27d5e6e21782 [2021-03-29T17:01:26.358Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:01:26.358Z] Removing intermediate container 1fbcd592a068 [2021-03-29T17:01:26.358Z] ---> c808925fd630 [2021-03-29T17:01:26.358Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:01:26.633Z] ---> f6ed5773204d [2021-03-29T17:01:26.633Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T17:01:26.915Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T17:01:26.915Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T17:01:26.915Z] Executing bash-5.0.17-r0.post-install [2021-03-29T17:01:26.915Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:01:26.915Z] Removing intermediate container 27d5e6e21782 [2021-03-29T17:01:26.915Z] ---> 3a667e00ce29 [2021-03-29T17:01:26.915Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:01:26.915Z] OK: 12 MiB in 22 packages [2021-03-29T17:01:27.356Z] 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 [2021-03-29T17:01:27.896Z] ---> 85d86ff37e12 [2021-03-29T17:01:27.897Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T17:01:27.897Z] Removing intermediate container 28835f6d5434 [2021-03-29T17:01:27.897Z] ---> 1decad0e153e [2021-03-29T17:01:27.897Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:01:28.171Z] ---> b5390df0b4e0 [2021-03-29T17:01:28.171Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T17:01:28.747Z] 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 [2021-03-29T17:01:28.747Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-29T17:01:29.158Z] ---> 146c9929e8ff [2021-03-29T17:01:29.158Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T17:01:29.449Z] Removing intermediate container 543c1f44cb35 [2021-03-29T17:01:29.449Z] ---> cbe39ca61dab [2021-03-29T17:01:29.449Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T17:01:29.449Z] ---> 32d566cdb14e [2021-03-29T17:01:29.449Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T17:01:29.449Z] ---> 2c16bcc87c0a [2021-03-29T17:01:29.449Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T17:01:29.728Z] ---> Running in 7bc4d4aa3ca6 [2021-03-29T17:01:29.728Z] ---> 070b90901afe [2021-03-29T17:01:29.728Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T17:01:30.336Z] ---> 10e05fb6e20f [2021-03-29T17:01:30.336Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T17:01:30.336Z] Removing intermediate container 7bc4d4aa3ca6 [2021-03-29T17:01:30.336Z] ---> 4fab8de57a8c [2021-03-29T17:01:30.336Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T17:01:30.620Z] ---> Running in a4692691fe36 [2021-03-29T17:01:30.620Z] ---> Running in 9011d5b3afb3 [2021-03-29T17:01:30.672Z] 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 [2021-03-29T17:01:30.672Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-29T17:01:30.897Z] ---> d2bc4a25f865 [2021-03-29T17:01:30.897Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T17:01:30.897Z] ---> Running in be8bbf515161 [2021-03-29T17:01:31.173Z] ---> d93dc0e7eb33 [2021-03-29T17:01:31.173Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T17:01:31.448Z] Removing intermediate container a4692691fe36 [2021-03-29T17:01:31.448Z] ---> 52b5029d1eab [2021-03-29T17:01:31.448Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:01:31.448Z] ---> Running in de5874d8ef94 [2021-03-29T17:01:31.448Z] Removing intermediate container 9011d5b3afb3 [2021-03-29T17:01:31.448Z] ---> c3d65ffdcf45 [2021-03-29T17:01:31.448Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T17:01:31.448Z] ---> 0402827c9584 [2021-03-29T17:01:31.448Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T17:01:31.727Z] ---> Running in d15e57a2e5e8 [2021-03-29T17:01:31.727Z] ---> Running in 916814bbb7e9 [2021-03-29T17:01:31.727Z] Removing intermediate container be8bbf515161 [2021-03-29T17:01:31.727Z] ---> 451986c049d7 [2021-03-29T17:01:31.727Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:01:31.999Z] ---> Running in 1877f06878c5 [2021-03-29T17:01:31.999Z] Removing intermediate container de5874d8ef94 [2021-03-29T17:01:31.999Z] ---> ee3d54e7fe49 [2021-03-29T17:01:31.999Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:01:32.273Z] Removing intermediate container 916814bbb7e9 [2021-03-29T17:01:32.273Z] ---> acca4885f0c4 [2021-03-29T17:01:32.273Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T17:01:32.273Z] ---> Running in f5a0f39b247c [2021-03-29T17:01:32.273Z] Removing intermediate container d15e57a2e5e8 [2021-03-29T17:01:32.273Z] ---> 26d44edc7164 [2021-03-29T17:01:32.273Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T17:01:32.549Z] ---> 7b962f1093db [2021-03-29T17:01:32.549Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T17:01:32.549Z] Removing intermediate container 1877f06878c5 [2021-03-29T17:01:32.549Z] ---> 81eb18ee92c4 [2021-03-29T17:01:32.549Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T17:01:32.831Z] ---> Running in f472c956335a [2021-03-29T17:01:32.831Z] ---> Running in 0c4aca708b9d [2021-03-29T17:01:33.111Z] Removing intermediate container f5a0f39b247c [2021-03-29T17:01:33.111Z] ---> 7c7649a7845c [2021-03-29T17:01:33.111Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T17:01:33.230Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-29T17:01:33.230Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-29T17:01:33.230Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-29T17:01:33.230Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-29T17:01:33.230Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-29T17:01:33.230Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-29T17:01:33.230Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-29T17:01:33.230Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-29T17:01:33.230Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-29T17:01:33.230Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-29T17:01:33.230Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-29T17:01:33.230Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-29T17:01:33.230Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-29T17:01:33.230Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-29T17:01:33.230Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-29T17:01:33.230Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-29T17:01:33.230Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-29T17:01:33.230Z] + 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 [2021-03-29T17:01:33.230Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-29T17:01:33.230Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-29T17:01:33.230Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-03-29T17:01:33.230Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-29T17:01:33.383Z] ---> Running in a0ea98ae87ba [2021-03-29T17:01:33.383Z] Removing intermediate container f472c956335a [2021-03-29T17:01:33.383Z] ---> fc5029792817 [2021-03-29T17:01:33.383Z] Step 21/22 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T17:01:33.492Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-29T17:01:33.492Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-29T17:01:33.492Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-29T17:01:33.492Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-29T17:01:33.738Z] ---> Running in 50615a4b9be2 [2021-03-29T17:01:33.738Z] ---> a4b978524f10 [2021-03-29T17:01:33.738Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T17:01:33.738Z] Removing intermediate container 0c4aca708b9d [2021-03-29T17:01:33.738Z] ---> f8e4b72ae007 [2021-03-29T17:01:33.738Z] Step 22/23 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T17:01:34.076Z] ---> 455a199772a1 [2021-03-29T17:01:34.076Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T17:01:34.076Z] Removing intermediate container a0ea98ae87ba [2021-03-29T17:01:34.076Z] ---> 0eb838300b43 [2021-03-29T17:01:34.076Z] Step 22/23 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T17:01:34.076Z] ---> Running in 5fc7b99a0ce7 [2021-03-29T17:01:34.363Z] ---> Running in 11dfb807efea [2021-03-29T17:01:34.363Z] Removing intermediate container 50615a4b9be2 [2021-03-29T17:01:34.363Z] ---> 18e804935d2d [2021-03-29T17:01:34.363Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T17:01:34.650Z] ---> Running in 580af49fdc14 [2021-03-29T17:01:34.946Z] Removing intermediate container 5fc7b99a0ce7 [2021-03-29T17:01:34.946Z] ---> 11fbe400b8f2 [2021-03-29T17:01:34.946Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T17:01:34.946Z] Removing intermediate container 11dfb807efea [2021-03-29T17:01:34.946Z] ---> bf7af4236acc [2021-03-29T17:01:34.946Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T17:01:35.259Z] ---> Running in 11d44ec6e29e [2021-03-29T17:01:35.259Z] ---> Running in a7c41b01176a [2021-03-29T17:01:35.545Z] ---> a90000a5b3bf [2021-03-29T17:01:35.545Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T17:01:35.545Z] ---> cbff8f1f7670 [2021-03-29T17:01:35.545Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T17:01:35.545Z] Removing intermediate container 580af49fdc14 [2021-03-29T17:01:35.545Z] ---> 1bf48e50c6cf [2021-03-29T17:01:35.545Z] [2021-03-29T17:01:36.144Z] ---> Running in 47ad2f65766d [2021-03-29T17:01:36.144Z] Removing intermediate container a7c41b01176a [2021-03-29T17:01:36.144Z] ---> 5bbb2f32a429 [2021-03-29T17:01:36.144Z] [2021-03-29T17:01:36.144Z] Removing intermediate container 11d44ec6e29e [2021-03-29T17:01:36.144Z] ---> 9466755f2eb5 [2021-03-29T17:01:36.144Z] [2021-03-29T17:01:36.144Z] Successfully built 1bf48e50c6cf [2021-03-29T17:01:36.418Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-29T17:01:36.418Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-03-29T17:01:37.018Z] Successfully built 5bbb2f32a429 [2021-03-29T17:01:37.018Z] ---> ec49a7c14b53 [2021-03-29T17:01:37.018Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T17:01:37.018Z] Successfully built 9466755f2eb5 [2021-03-29T17:01:37.018Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-29T17:01:37.018Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-03-29T17:01:37.018Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-29T17:01:37.018Z] Building docker-core-data-go [2021-03-29T17:01:37.018Z]  Building docker-core-metadata-go ... done Removing intermediate container 47ad2f65766d [2021-03-29T17:01:37.018Z] ---> e937e4d64942 [2021-03-29T17:01:37.018Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T17:01:37.018Z] ---> Running in 41aa3f3e2fc0 [2021-03-29T17:01:37.702Z] Building static-packages [2021-03-29T17:01:37.702Z] + snapcraftctl build [2021-03-29T17:01:38.014Z] ---> 87bee538cd1c [2021-03-29T17:01:38.014Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T17:01:38.610Z] ---> Running in c2e7237c9c71 [2021-03-29T17:01:38.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:01:38.610Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:01:39.213Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T17:01:39.213Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T17:01:39.213Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T17:01:39.213Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T17:01:39.213Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T17:01:39.494Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T17:01:39.494Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T17:01:40.261Z] Building version [2021-03-29T17:01:40.261Z] + snapcraftctl build [2021-03-29T17:01:41.511Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T17:01:41.511Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T17:01:41.511Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T17:01:41.511Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T17:01:41.511Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T17:01:41.511Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T17:01:41.511Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T17:01:41.511Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T17:01:41.511Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T17:01:41.511Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T17:01:41.511Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T17:01:41.511Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T17:01:41.511Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T17:01:41.511Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T17:01:41.511Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T17:01:41.511Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T17:01:41.801Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T17:01:41.801Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T17:01:41.801Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T17:01:41.801Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T17:01:41.801Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T17:01:41.801Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T17:01:41.801Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T17:01:41.801Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T17:01:41.801Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T17:01:41.801Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T17:01:42.079Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:01:42.079Z] OK: 71 MiB in 55 packages [2021-03-29T17:01:43.083Z] Removing intermediate container c2e7237c9c71 [2021-03-29T17:01:43.083Z] ---> cb2bae003606 [2021-03-29T17:01:43.083Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T17:01:43.616Z] Skipping stage go-build-helper (already ran) [2021-03-29T17:01:43.616Z] Staging app-service-config [2021-03-29T17:01:43.616Z] + snapcraftctl stage [2021-03-29T17:01:44.546Z] ---> Running in 3344d13f9f8d [2021-03-29T17:01:44.562Z] Staging config-common [2021-03-29T17:01:44.562Z] + snapcraftctl stage [2021-03-29T17:01:45.954Z] Staging edgex-go [2021-03-29T17:01:45.954Z] + snapcraftctl stage [2021-03-29T17:01:45.991Z] Removing intermediate container 3344d13f9f8d [2021-03-29T17:01:45.991Z] ---> 06680b77d071 [2021-03-29T17:01:45.991Z] Step 28/31 : CMD ["gate"] [2021-03-29T17:01:46.978Z] ---> Running in 0da1b6e44eeb [2021-03-29T17:01:47.360Z] Staging static-packages [2021-03-29T17:01:47.360Z] + snapcraftctl stage [2021-03-29T17:01:47.582Z] Removing intermediate container 0da1b6e44eeb [2021-03-29T17:01:47.582Z] ---> ba80acb13200 [2021-03-29T17:01:47.582Z] Step 29/31 : LABEL arch=arm64 [2021-03-29T17:01:48.188Z] ---> Running in 8a7aa2ebf596 [2021-03-29T17:01:48.758Z] Staging version [2021-03-29T17:01:48.758Z] + snapcraftctl stage [2021-03-29T17:01:49.164Z] Removing intermediate container 8a7aa2ebf596 [2021-03-29T17:01:49.164Z] ---> d1ead19e7e7c [2021-03-29T17:01:49.164Z] Step 30/31 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T17:01:50.148Z] Priming go-build-helper [2021-03-29T17:01:50.148Z] + snapcraftctl prime [2021-03-29T17:01:50.589Z] ---> Running in b7b155d08509 [2021-03-29T17:01:51.102Z] Priming app-service-config [2021-03-29T17:01:51.102Z] + snapcraftctl prime [2021-03-29T17:01:51.196Z] Removing intermediate container 41aa3f3e2fc0 [2021-03-29T17:01:51.196Z] ---> 800aa882690b [2021-03-29T17:01:51.196Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T17:01:51.825Z] Removing intermediate container b7b155d08509 [2021-03-29T17:01:51.825Z] ---> 531c603b522d [2021-03-29T17:01:51.825Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T17:01:51.825Z] ---> Running in 30b5613f659b [2021-03-29T17:01:52.811Z] ---> Running in 79ee94662a2c [2021-03-29T17:01:53.025Z] Priming config-common [2021-03-29T17:01:53.025Z] + snapcraftctl prime [2021-03-29T17:01:53.410Z] Removing intermediate container 79ee94662a2c [2021-03-29T17:01:53.410Z] ---> 74978e4d1571 [2021-03-29T17:01:53.410Z] [2021-03-29T17:01:53.969Z] Priming edgex-go [2021-03-29T17:01:53.969Z] + snapcraftctl prime [2021-03-29T17:01:54.005Z] Successfully built 74978e4d1571 [2021-03-29T17:01:54.005Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-29T17:01:54.005Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-03-29T17:01:55.884Z] Priming static-packages [2021-03-29T17:01:55.884Z] + snapcraftctl prime [2021-03-29T17:01:58.302Z] Collecting docker-compose==1.23.2 [2021-03-29T17:01:58.302Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T17:01:58.913Z] Collecting PyYAML<4,>=3.10 [2021-03-29T17:01:58.913Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T17:01:59.185Z] Priming version [2021-03-29T17:01:59.185Z] + snapcraftctl prime [2021-03-29T17:02:00.143Z] 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] } [2021-03-29T17:02:04.347Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T17:02:04.347Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T17:02:04.347Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T17:02:04.347Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T17:02:06.326Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T17:02:06.326Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T17:02:08.306Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-29T17:02:09.293Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T17:02:09.293Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T17:02:09.889Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T17:02:09.890Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T17:02:10.493Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T17:02:10.494Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T17:02:13.121Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T17:02:13.121Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T17:02:13.396Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T17:02:13.396Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T17:02:13.670Z] 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) [2021-03-29T17:02:13.670Z] 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) [2021-03-29T17:02:14.649Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T17:02:14.649Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T17:02:14.924Z] Collecting idna<2.8,>=2.5 [2021-03-29T17:02:14.924Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T17:02:15.197Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T17:02:15.197Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T17:02:15.471Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T17:02:15.471Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T17:02:15.471Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T17:02:15.471Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T17:02:16.459Z] Installing collected packages: PyYAML, urllib3, idna, requests, texttable, dockerpty, docker-pycreds, websocket-client, docker, jsonschema, docopt, cached-property, docker-compose [2021-03-29T17:02:16.459Z] Running setup.py install for PyYAML: started [2021-03-29T17:02:19.081Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T17:02:19.081Z] Attempting uninstall: urllib3 [2021-03-29T17:02:19.081Z] Found existing installation: urllib3 1.25.9 [2021-03-29T17:02:19.081Z] Uninstalling urllib3-1.25.9: [2021-03-29T17:02:19.081Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T17:02:19.678Z] Attempting uninstall: idna [2021-03-29T17:02:19.678Z] Found existing installation: idna 2.9 [2021-03-29T17:02:19.678Z] Uninstalling idna-2.9: [2021-03-29T17:02:19.958Z] Successfully uninstalled idna-2.9 [2021-03-29T17:02:20.554Z] Attempting uninstall: requests [2021-03-29T17:02:20.555Z] Found existing installation: requests 2.23.0 [2021-03-29T17:02:20.555Z] Uninstalling requests-2.23.0: [2021-03-29T17:02:20.555Z] Successfully uninstalled requests-2.23.0 [2021-03-29T17:02:21.153Z] Running setup.py install for texttable: started [2021-03-29T17:02:23.152Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T17:02:23.152Z] Running setup.py install for dockerpty: started [2021-03-29T17:02:25.806Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:02:25.806Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:02:25.806Z] ---> 4d1aaf35c484 [2021-03-29T17:02:25.806Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T17:02:25.806Z] ---> Using cache [2021-03-29T17:02:25.806Z] ---> 931037917c47 [2021-03-29T17:02:25.806Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:02:25.806Z] ---> Using cache [2021-03-29T17:02:25.806Z] ---> 7c453c0017b9 [2021-03-29T17:02:25.806Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T17:02:25.806Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T17:02:26.416Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:02:26.416Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:02:26.416Z] ---> 4d1aaf35c484 [2021-03-29T17:02:26.416Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T17:02:26.416Z] ---> Using cache [2021-03-29T17:02:26.416Z] ---> 931037917c47 [2021-03-29T17:02:26.416Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:02:26.416Z] ---> Using cache [2021-03-29T17:02:26.416Z] ---> 7c453c0017b9 [2021-03-29T17:02:26.416Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T17:02:26.698Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:02:26.698Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:02:26.698Z] ---> 4d1aaf35c484 [2021-03-29T17:02:26.698Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T17:02:26.698Z] ---> Using cache [2021-03-29T17:02:26.698Z] ---> 931037917c47 [2021-03-29T17:02:26.698Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:02:26.698Z] ---> Using cache [2021-03-29T17:02:26.698Z] ---> 7c453c0017b9 [2021-03-29T17:02:26.698Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T17:02:26.698Z] ---> Using cache [2021-03-29T17:02:26.698Z] ---> e4b62c5954f2 [2021-03-29T17:02:26.698Z] Step 6/24 : COPY go.mod . [2021-03-29T17:02:26.698Z] ---> Using cache [2021-03-29T17:02:26.698Z] ---> 9e71f758ee8b [2021-03-29T17:02:26.698Z] Step 7/24 : RUN go mod download [2021-03-29T17:02:26.698Z] ---> Using cache [2021-03-29T17:02:26.698Z] ---> e58a8ca9e860 [2021-03-29T17:02:26.698Z] Step 8/24 : COPY . . [2021-03-29T17:02:26.698Z] ---> Using cache [2021-03-29T17:02:26.698Z] ---> 61f195791bf4 [2021-03-29T17:02:26.699Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T17:02:32.115Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T17:02:32.115Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T17:02:32.115Z] ---> 4d1aaf35c484 [2021-03-29T17:02:32.115Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T17:02:32.115Z] ---> Using cache [2021-03-29T17:02:32.115Z] ---> 931037917c47 [2021-03-29T17:02:32.115Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:02:32.115Z] ---> Using cache [2021-03-29T17:02:32.115Z] ---> 7c453c0017b9 [2021-03-29T17:02:32.115Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T17:02:32.115Z] ---> Using cache [2021-03-29T17:02:32.115Z] ---> e4b62c5954f2 [2021-03-29T17:02:32.115Z] Step 6/21 : COPY go.mod . [2021-03-29T17:02:32.115Z] ---> Using cache [2021-03-29T17:02:32.115Z] ---> 9e71f758ee8b [2021-03-29T17:02:32.115Z] Step 7/21 : RUN go mod download [2021-03-29T17:02:32.115Z] ---> Using cache [2021-03-29T17:02:32.115Z] ---> e58a8ca9e860 [2021-03-29T17:02:32.115Z] Step 8/21 : COPY . . [2021-03-29T17:02:32.115Z] ---> Using cache [2021-03-29T17:02:32.115Z] ---> 61f195791bf4 [2021-03-29T17:02:32.115Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T17:02:32.115Z] Running setup.py install for docopt: started [2021-03-29T17:02:33.090Z] ---> Running in e1a058b4442f [2021-03-29T17:02:33.090Z] ---> Running in 2365016363fd [2021-03-29T17:02:33.090Z] ---> Running in 86375010652e [2021-03-29T17:02:33.090Z] ---> Running in b3088e904540 [2021-03-29T17:02:33.370Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T17:02:34.821Z] 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 [2021-03-29T17:02:35.092Z] 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 [2021-03-29T17:02:35.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:02:35.367Z] 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 [2021-03-29T17:02:35.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:02:35.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:02:36.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:02:36.840Z] OK: 217 MiB in 51 packages [2021-03-29T17:02:37.119Z] OK: 217 MiB in 51 packages [2021-03-29T17:02:39.765Z] Removing intermediate container e1a058b4442f [2021-03-29T17:02:39.765Z] ---> e47b46b4cb04 [2021-03-29T17:02:39.765Z] Step 6/23 : COPY go.mod . [2021-03-29T17:02:39.765Z] Removing intermediate container b3088e904540 [2021-03-29T17:02:39.765Z] ---> 18a4b83f0a86 [2021-03-29T17:02:39.765Z] Step 6/22 : COPY go.mod . [2021-03-29T17:02:41.883Z] ---> 6d2c4b8a0354 [2021-03-29T17:02:41.883Z] Step 7/23 : RUN go mod download [2021-03-29T17:02:41.883Z] Removing intermediate container 30b5613f659b [2021-03-29T17:02:41.883Z] ---> 855d19bfc822 [2021-03-29T17:02:41.883Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T17:02:41.883Z] ---> Running in ffa20185fa40 [2021-03-29T17:02:41.883Z] ---> 6b83ac66cc19 [2021-03-29T17:02:41.883Z] Step 7/22 : RUN go mod download [2021-03-29T17:02:41.883Z] ---> Running in aa1787b594ce [2021-03-29T17:02:42.583Z] ---> Running in eb04f42bd7c0 [2021-03-29T17:02:44.571Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:02:44.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:02:45.444Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T17:02:45.444Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T17:02:45.719Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T17:02:45.719Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:02:45.719Z] OK: 72 MiB in 58 packages [2021-03-29T17:02:48.376Z] Removing intermediate container eb04f42bd7c0 [2021-03-29T17:02:48.376Z] ---> 172416c0c225 [2021-03-29T17:02:48.376Z] Step 8/22 : COPY . . [2021-03-29T17:02:48.376Z] Removing intermediate container aa1787b594ce [2021-03-29T17:02:48.376Z] ---> 896d4781d618 [2021-03-29T17:02:48.376Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T17:02:48.376Z] Removing intermediate container ffa20185fa40 [2021-03-29T17:02:48.376Z] ---> 17a89b1aa947 [2021-03-29T17:02:48.376Z] Step 8/23 : COPY . . [2021-03-29T17:02:48.656Z] ---> Running in b307177db076 [2021-03-29T17:02:50.105Z] Removing intermediate container b307177db076 [2021-03-29T17:02:50.105Z] ---> ecb7302769ec [2021-03-29T17:02:50.105Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:02:50.706Z] ---> Running in f89ba2d029f7 [2021-03-29T17:02:52.698Z] Removing intermediate container f89ba2d029f7 [2021-03-29T17:02:52.698Z] ---> 2e54bc89e405 [2021-03-29T17:02:52.698Z] Step 24/26 : LABEL arch=arm64 [2021-03-29T17:02:53.299Z] ---> Running in d3bb5c4a9c0c [2021-03-29T17:02:55.283Z] Removing intermediate container d3bb5c4a9c0c [2021-03-29T17:02:55.283Z] ---> 056b486632dc [2021-03-29T17:02:55.283Z] Step 25/26 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T17:02:55.893Z] ---> Running in 7611d78fdfa0 [2021-03-29T17:02:57.893Z] Removing intermediate container 7611d78fdfa0 [2021-03-29T17:02:57.893Z] ---> 0c3881610eb5 [2021-03-29T17:02:57.893Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T17:02:58.518Z] ---> Running in 7956f29db5a2 [2021-03-29T17:03:00.574Z] Removing intermediate container 7956f29db5a2 [2021-03-29T17:03:00.574Z] ---> 9d8c29803a52 [2021-03-29T17:03:00.574Z] [2021-03-29T17:03:02.022Z] Successfully built 9d8c29803a52 [2021-03-29T17:03:02.022Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-29T17:03:20.364Z]  Building docker-sys-mgmt-agent-go ... done  ---> 4db178d7c22b [2021-03-29T17:03:20.364Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T17:03:20.364Z] ---> 46935d24540f [2021-03-29T17:03:20.364Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T17:03:20.364Z] ---> Running in 9c52d1801e7f [2021-03-29T17:03:20.364Z] ---> Running in 2e027f46b327 [2021-03-29T17:03:20.364Z] 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 [2021-03-29T17:03:20.648Z] 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 [2021-03-29T17:03:33.080Z] 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 [2021-03-29T17:03:34.073Z] 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 [2021-03-29T17:03:49.212Z] Removing intermediate container 86375010652e [2021-03-29T17:03:49.212Z] ---> f93a0c4f292b [2021-03-29T17:03:49.212Z] [2021-03-29T17:03:49.212Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T17:03:49.212Z] ---> e47305ac9786 [2021-03-29T17:03:49.212Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T17:03:49.212Z] ---> Running in fb158667864f [2021-03-29T17:03:50.664Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:03:50.940Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:03:51.214Z] Removing intermediate container 2365016363fd [2021-03-29T17:03:51.214Z] ---> c0b68c860fae [2021-03-29T17:03:51.214Z] [2021-03-29T17:03:51.214Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T17:03:51.214Z] ---> e47305ac9786 [2021-03-29T17:03:51.214Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T17:03:51.214Z] ---> Running in 236b51bdee74 [2021-03-29T17:03:51.491Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T17:03:51.769Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T17:03:51.769Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T17:03:51.769Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T17:03:51.769Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T17:03:51.769Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T17:03:51.769Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:03:51.769Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T17:03:52.047Z] OK: 7 MiB in 20 packages [2021-03-29T17:03:53.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:03:53.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:03:54.108Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T17:03:54.108Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T17:03:54.108Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T17:03:54.108Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T17:03:54.108Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:03:54.384Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T17:03:54.660Z] Removing intermediate container fb158667864f [2021-03-29T17:03:54.660Z] ---> 072b17b0dd19 [2021-03-29T17:03:54.660Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T17:03:54.660Z] OK: 7 MiB in 18 packages [2021-03-29T17:03:54.937Z] ---> Running in 95c793953e23 [2021-03-29T17:03:55.542Z] Removing intermediate container 95c793953e23 [2021-03-29T17:03:55.542Z] ---> 0c8a457f3fd1 [2021-03-29T17:03:55.542Z] Step 13/24 : WORKDIR / [2021-03-29T17:03:55.812Z] ---> Running in 1564b7a78412 [2021-03-29T17:03:56.799Z] Removing intermediate container 1564b7a78412 [2021-03-29T17:03:56.799Z] ---> 523397b12dc0 [2021-03-29T17:03:56.799Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-29T17:03:57.080Z] Removing intermediate container 236b51bdee74 [2021-03-29T17:03:57.080Z] ---> a751b56d2b02 [2021-03-29T17:03:57.080Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T17:03:57.687Z] ---> Running in 73ab7c56cbdc [2021-03-29T17:03:57.961Z] ---> acb6ff38f0e0 [2021-03-29T17:03:57.961Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-29T17:03:58.234Z] Removing intermediate container 73ab7c56cbdc [2021-03-29T17:03:58.234Z] ---> d27a8dcb0f43 [2021-03-29T17:03:58.234Z] Step 13/21 : WORKDIR /edgex [2021-03-29T17:03:58.511Z] ---> Running in 313cc6bd832b [2021-03-29T17:03:59.113Z] ---> 6d4bfa5d07a5 [2021-03-29T17:03:59.113Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T17:03:59.388Z] Removing intermediate container 313cc6bd832b [2021-03-29T17:03:59.388Z] ---> 442910682041 [2021-03-29T17:03:59.388Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T17:04:00.371Z] ---> 2e0c2616a03f [2021-03-29T17:04:00.371Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T17:04:00.646Z] ---> d58290c96441 [2021-03-29T17:04:00.646Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T17:04:02.645Z] ---> c3d54af04499 [2021-03-29T17:04:02.645Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T17:04:02.921Z] ---> 98da0561203c [2021-03-29T17:04:02.921Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T17:04:04.920Z] ---> fde61c90867d [2021-03-29T17:04:04.920Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T17:04:04.920Z] ---> 382fa9490d2c [2021-03-29T17:04:04.920Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T17:04:04.920Z] ---> Running in 042851f83d3b [2021-03-29T17:04:05.897Z] Removing intermediate container 042851f83d3b [2021-03-29T17:04:05.897Z] ---> 2691d96c02d9 [2021-03-29T17:04:05.897Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T17:04:05.897Z] ---> Running in 02372fca9d8e [2021-03-29T17:04:06.168Z] ---> dc3e80726d53 [2021-03-29T17:04:06.168Z] 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/ [2021-03-29T17:04:06.168Z] ---> Running in 9a7a89864f89 [2021-03-29T17:04:06.773Z] Removing intermediate container 02372fca9d8e [2021-03-29T17:04:06.773Z] ---> 32573adb2898 [2021-03-29T17:04:06.773Z] Step 19/21 : LABEL arch=arm64 [2021-03-29T17:04:07.048Z] ---> Running in 74340f9dcd9f [2021-03-29T17:04:07.645Z] Removing intermediate container 74340f9dcd9f [2021-03-29T17:04:07.645Z] ---> 682f926a2d35 [2021-03-29T17:04:07.645Z] Step 20/21 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T17:04:07.920Z] ---> Running in 001834b54ae3 [2021-03-29T17:04:08.520Z] Removing intermediate container 001834b54ae3 [2021-03-29T17:04:08.804Z] ---> 90e02b5665dd [2021-03-29T17:04:08.804Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T17:04:08.804Z] ---> Running in d3eea8ed9b4a [2021-03-29T17:04:10.130Z] Removing intermediate container d3eea8ed9b4a [2021-03-29T17:04:10.130Z] ---> ed7081c3341a [2021-03-29T17:04:10.130Z] [2021-03-29T17:04:10.130Z] Removing intermediate container 9a7a89864f89 [2021-03-29T17:04:10.130Z] ---> 8bc78bd20d9b [2021-03-29T17:04:10.130Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T17:04:10.409Z] ---> Running in af58438b8ffb [2021-03-29T17:04:10.703Z] Successfully built ed7081c3341a [2021-03-29T17:04:11.083Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-29T17:04:11.382Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container af58438b8ffb [2021-03-29T17:04:11.382Z] ---> 4ecdc0ef411e [2021-03-29T17:04:11.382Z] Step 22/24 : LABEL arch=arm64 [2021-03-29T17:04:11.382Z] ---> Running in c230c5c57b28 [2021-03-29T17:04:12.367Z] Removing intermediate container c230c5c57b28 [2021-03-29T17:04:12.367Z] ---> 84f84b6798ed [2021-03-29T17:04:12.367Z] Step 23/24 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T17:04:12.367Z] ---> Running in 0cee49833446 [2021-03-29T17:04:12.973Z] Removing intermediate container 0cee49833446 [2021-03-29T17:04:12.973Z] ---> 102bb67e1f42 [2021-03-29T17:04:12.973Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T17:04:13.245Z] ---> Running in 047a9d886a0b [2021-03-29T17:04:13.850Z] Removing intermediate container 047a9d886a0b [2021-03-29T17:04:13.850Z] ---> 046f781c804e [2021-03-29T17:04:13.850Z] [2021-03-29T17:04:14.459Z] Successfully built 046f781c804e [2021-03-29T17:04:14.459Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-29T17:04:36.645Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9c52d1801e7f [2021-03-29T17:04:36.645Z] ---> f9760f766861 [2021-03-29T17:04:36.645Z] [2021-03-29T17:04:36.645Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T17:04:36.645Z] ---> e47305ac9786 [2021-03-29T17:04:36.645Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T17:04:36.645Z] ---> Running in 7823dffa4a9f [2021-03-29T17:04:36.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:04:36.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:04:37.239Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T17:04:37.239Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T17:04:37.239Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:04:37.511Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T17:04:37.511Z] OK: 6 MiB in 16 packages [2021-03-29T17:04:39.481Z] Removing intermediate container 7823dffa4a9f [2021-03-29T17:04:39.481Z] ---> ac91fd76583e [2021-03-29T17:04:39.481Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T17:04:39.754Z] ---> Running in 24486ccb7d3b [2021-03-29T17:04:40.027Z] Removing intermediate container 24486ccb7d3b [2021-03-29T17:04:40.027Z] ---> 022beeedfe9d [2021-03-29T17:04:40.027Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T17:04:40.308Z] ---> Running in 6e22270456e8 [2021-03-29T17:04:40.902Z] Removing intermediate container 6e22270456e8 [2021-03-29T17:04:40.902Z] ---> 3c4ad37bacb7 [2021-03-29T17:04:40.902Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T17:04:41.177Z] ---> Running in 4c5749a80d1d [2021-03-29T17:04:41.770Z] Removing intermediate container 4c5749a80d1d [2021-03-29T17:04:41.770Z] ---> 380b03857906 [2021-03-29T17:04:41.770Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:04:43.196Z] ---> a8249ea6ef4f [2021-03-29T17:04:43.196Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T17:04:43.196Z] Removing intermediate container 2e027f46b327 [2021-03-29T17:04:43.196Z] ---> 61527f2a3394 [2021-03-29T17:04:43.196Z] [2021-03-29T17:04:43.196Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T17:04:43.196Z] ---> e47305ac9786 [2021-03-29T17:04:43.196Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T17:04:43.471Z] ---> Running in 2202cc9aac0c [2021-03-29T17:04:44.064Z] Removing intermediate container 2202cc9aac0c [2021-03-29T17:04:44.064Z] ---> 30992cb81844 [2021-03-29T17:04:44.064Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T17:04:44.338Z] ---> d2986bb1155e [2021-03-29T17:04:44.338Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T17:04:44.338Z] ---> Running in c0199117fc92 [2021-03-29T17:04:44.935Z] Removing intermediate container c0199117fc92 [2021-03-29T17:04:44.935Z] ---> b7cb994a63d7 [2021-03-29T17:04:44.935Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T17:04:44.935Z] ---> Running in b7c0e1da484a [2021-03-29T17:04:45.208Z] ---> 195ee1d24c79 [2021-03-29T17:04:45.208Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T17:04:45.208Z] ---> Running in dd0e2e6a0649 [2021-03-29T17:04:45.485Z] Removing intermediate container b7c0e1da484a [2021-03-29T17:04:45.485Z] ---> 20e2476e4478 [2021-03-29T17:04:45.485Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T17:04:45.485Z] ---> Running in 65e67f182078 [2021-03-29T17:04:45.761Z] Removing intermediate container dd0e2e6a0649 [2021-03-29T17:04:45.762Z] ---> 5652df92e5ea [2021-03-29T17:04:45.762Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:04:46.039Z] ---> Running in 2294e83f002e [2021-03-29T17:04:46.637Z] Removing intermediate container 2294e83f002e [2021-03-29T17:04:46.637Z] ---> feb32ddc21c0 [2021-03-29T17:04:46.637Z] Step 20/22 : LABEL arch=arm64 [2021-03-29T17:04:46.637Z] ---> Running in 54e099228fc9 [2021-03-29T17:04:47.233Z] Removing intermediate container 54e099228fc9 [2021-03-29T17:04:47.233Z] ---> c3d70e47c1bc [2021-03-29T17:04:47.233Z] Step 21/22 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T17:04:47.503Z] ---> Running in 8c18aa1df153 [2021-03-29T17:04:47.775Z] Removing intermediate container 8c18aa1df153 [2021-03-29T17:04:47.775Z] ---> 1eadcc7d0fe9 [2021-03-29T17:04:48.047Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T17:04:48.047Z] Removing intermediate container 65e67f182078 [2021-03-29T17:04:48.047Z] ---> 628e5e4537aa [2021-03-29T17:04:48.047Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T17:04:48.047Z] ---> Running in f1e11967777e [2021-03-29T17:04:48.322Z] ---> Running in 1f9a977b5036 [2021-03-29T17:04:48.593Z] Removing intermediate container f1e11967777e [2021-03-29T17:04:48.593Z] ---> 17ec9b1d5f60 [2021-03-29T17:04:48.593Z] [2021-03-29T17:04:49.199Z] Successfully built 17ec9b1d5f60 [2021-03-29T17:04:49.199Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-29T17:04:49.199Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-29T17:04:50.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-29T17:04:50.758Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T17:04:51.029Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T17:04:51.029Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T17:04:51.300Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T17:04:51.572Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T17:04:51.572Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T17:04:51.572Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T17:04:51.572Z] OK: 8 MiB in 20 packages [2021-03-29T17:04:52.998Z] Removing intermediate container 1f9a977b5036 [2021-03-29T17:04:52.998Z] ---> 4086daa3bdc8 [2021-03-29T17:04:52.998Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T17:04:53.590Z] ---> 4e011be83c49 [2021-03-29T17:04:53.590Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T17:04:55.018Z] ---> f59d804fb9d2 [2021-03-29T17:04:55.018Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T17:04:55.613Z] ---> 33e11740f57e [2021-03-29T17:04:55.613Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T17:04:55.613Z] ---> Running in eea6c9c35f23 [2021-03-29T17:04:56.207Z] Removing intermediate container eea6c9c35f23 [2021-03-29T17:04:56.207Z] ---> 5f9ed4df6c71 [2021-03-29T17:04:56.207Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T17:04:56.207Z] ---> Running in f87430c988e2 [2021-03-29T17:04:56.800Z] Removing intermediate container f87430c988e2 [2021-03-29T17:04:56.800Z] ---> fde9c88bda46 [2021-03-29T17:04:56.800Z] Step 21/23 : LABEL arch=arm64 [2021-03-29T17:04:56.800Z] ---> Running in cc0659d595d6 [2021-03-29T17:04:57.395Z] Removing intermediate container cc0659d595d6 [2021-03-29T17:04:57.395Z] ---> d530d014e4ca [2021-03-29T17:04:57.395Z] Step 22/23 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 [2021-03-29T17:04:57.395Z] ---> Running in 3e7082c26232 [2021-03-29T17:04:57.993Z] Removing intermediate container 3e7082c26232 [2021-03-29T17:04:57.993Z] ---> 05e751595f7f [2021-03-29T17:04:57.993Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T17:04:57.993Z] ---> Running in 997083193eb8 [2021-03-29T17:04:58.584Z] Removing intermediate container 997083193eb8 [2021-03-29T17:04:58.584Z] ---> 882949817821 [2021-03-29T17:04:58.584Z] [2021-03-29T17:04:58.856Z] Successfully built 882949817821 [2021-03-29T17:04:58.856Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-29T17:04:59.465Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-29T17:04:59.452Z] $ docker stop --time=1 0fc98acf4594e14b353e6b78b14ea873a8f10281fae0fb7f551b8c7fdc5faa8c [2021-03-29T17:05:01.429Z] $ docker rm -f 0fc98acf4594e14b353e6b78b14ea873a8f10281fae0fb7f551b8c7fdc5faa8c [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T17:05:02.211Z] + + grep docker [2021-03-29T17:05:02.211Z] docker images [2021-03-29T17:05:02.483Z] docker-core-data-go-arm64 latest 882949817821 4 seconds ago 21.4MB [2021-03-29T17:05:02.483Z] docker-support-notifications-go-arm64 latest 17ec9b1d5f60 14 seconds ago 16.9MB [2021-03-29T17:05:02.483Z] docker-security-secretstore-setup-go-arm64 latest 046f781c804e 49 seconds ago 23.7MB [2021-03-29T17:05:02.483Z] docker-security-proxy-setup-go-arm64 latest ed7081c3341a 53 seconds ago 23.4MB [2021-03-29T17:05:02.483Z] docker-sys-mgmt-agent-go-arm64 latest 9d8c29803a52 2 minutes ago 300MB [2021-03-29T17:05:02.483Z] docker-security-bootstrapper-go-arm64 latest 74978e4d1571 3 minutes ago 17.9MB [2021-03-29T17:05:02.483Z] docker-core-metadata-go-arm64 latest 9466755f2eb5 3 minutes ago 17.9MB [2021-03-29T17:05:02.483Z] docker-support-scheduler-go-arm64 latest 1bf48e50c6cf 3 minutes ago 16.4MB [2021-03-29T17:05:02.483Z] docker-core-command-go-arm64 latest 5bbb2f32a429 3 minutes ago 16.3MB [2021-03-29T17:05:02.483Z] 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 [2021-03-29T17:05:03.428Z] ---> job-cost.sh [2021-03-29T17:05:03.428Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-C4jI [2021-03-29T17:05:42.376Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-29T17:07:19.191Z] lf-activate-venv(): INFO: Adding /tmp/venv-C4jI/bin to PATH [2021-03-29T17:07:19.191Z] INFO: No Stack... [2021-03-29T17:07:19.191Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-29T17:07:19.191Z] INFO: Archiving Costs [Pipeline] sh [2021-03-29T17:07:19.527Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-03-29T17:07:19.527Z] + cut -d, -f6 [Pipeline] lock [2021-03-29T17:07:19.633Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3305-2-stack-cost] [2021-03-29T17:07:19.643Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3305-2-stack-cost] did not exist. Created. [2021-03-29T17:07:19.643Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3305-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-29T17:07:20.106Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-29T17:07:20.430Z] Stashed 1 file(s) [Pipeline] } [2021-03-29T17:07:20.443Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3305-2-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 [2021-03-29T17:07:21.932Z] provisioning config files... [2021-03-29T17:07:21.949Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6947577950996347334tmp [Pipeline] { [Pipeline] sh [2021-03-29T17:07:22.335Z] + set +x [2021-03-29T17:07:22.335Z] + curl -s https://codecov.io/bash [2021-03-29T17:07:22.335Z] + bash -s -- [2021-03-29T17:07:22.912Z] [2021-03-29T17:07:22.912Z] _____ _ [2021-03-29T17:07:22.912Z] / ____| | | [2021-03-29T17:07:22.912Z] | | ___ __| | ___ ___ _____ __ [2021-03-29T17:07:22.912Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-29T17:07:22.912Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-29T17:07:22.912Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-29T17:07:22.912Z] Bash-20210309-2b87ace [2021-03-29T17:07:22.912Z] [2021-03-29T17:07:22.912Z] [2021-03-29T17:07:22.912Z] ==> git version 2.24.3 found [2021-03-29T17:07:22.912Z] ==> 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 [2021-03-29T17:07:22.912Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-29T17:07:22.912Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-29T17:07:22.912Z] ==> Jenkins CI detected. [2021-03-29T17:07:22.912Z] project root: . [2021-03-29T17:07:22.912Z] --> token set from env [2021-03-29T17:07:22.912Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-29T17:07:22.912Z] ==> Running gcov in . (disable via -X gcov) [2021-03-29T17:07:22.912Z] ==> Python coveragepy not found [2021-03-29T17:07:22.912Z] ==> Searching for coverage reports in: [2021-03-29T17:07:22.912Z] + . [2021-03-29T17:07:22.912Z] -> Found 1 reports [2021-03-29T17:07:22.912Z] ==> Detecting git/mercurial file structure [2021-03-29T17:07:23.174Z] ==> Reading reports [2021-03-29T17:07:23.174Z] + ./coverage.out bytes=668090 [2021-03-29T17:07:23.174Z] ==> Appending adjustments [2021-03-29T17:07:23.174Z] https://docs.codecov.io/docs/fixing-reports [2021-03-29T17:07:26.485Z] + Found adjustments [2021-03-29T17:07:26.485Z] ==> Gzipping contents [2021-03-29T17:07:26.748Z] 96K /tmp/codecov.LeSceX.gz [2021-03-29T17:07:26.748Z] ==> Uploading reports [2021-03-29T17:07:26.748Z] url: https://codecov.io [2021-03-29T17:07:26.748Z] query: branch=PR-3305&commit=bca07f40881fc04d9dea04c89477c9532246c532&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3305%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3305&job=&cmd_args= [2021-03-29T17:07:26.748Z] -> Pinging Codecov [2021-03-29T17:07:26.748Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3305&commit=bca07f40881fc04d9dea04c89477c9532246c532&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3305%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3305&job=&cmd_args= [2021-03-29T17:07:27.324Z] -> Uploading to [2021-03-29T17:07:27.324Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/bca07f40881fc04d9dea04c89477c9532246c532/2435758b-dfe9-4a75-a8e5-f099188db377.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T170727Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a2ef0ad78f44cfe5e4e46d6400115d8b80fc54e5f456c6b5ffa53c867d2c4236 [2021-03-29T17:07:27.324Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-29T17:07:27.324Z] Dload Upload Total Spent Left Speed [2021-03-29T17:07:27.586Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96803 0 0 100 96803 0 209k --:--:-- --:--:-- --:--:-- 210k [2021-03-29T17:07:27.586Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/bca07f40881fc04d9dea04c89477c9532246c532 [Pipeline] } [2021-03-29T17:07:27.596Z] 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 [2021-03-29T17:07:29.415Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:07:30.303Z] ---> package-listing.sh [2021-03-29T17:07:30.303Z] ++ facter osfamily [2021-03-29T17:07:30.303Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T17:07:30.303Z] + OS_FAMILY=redhat [2021-03-29T17:07:30.303Z] + workspace=/w/workspace/edgex-go/2 [2021-03-29T17:07:30.303Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T17:07:30.303Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T17:07:30.303Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T17:07:30.303Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T17:07:30.303Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-29T17:07:30.303Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T17:07:30.303Z] + case "${OS_FAMILY}" in [2021-03-29T17:07:30.303Z] + rpm -qa [2021-03-29T17:07:30.303Z] + sort [2021-03-29T17:07:35.613Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T17:07:35.613Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T17:07:35.613Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T17:07:35.613Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-29T17:07:35.613Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-29T17:07:35.613Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-29T17:07:35.627Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-29T17:07:35.927Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:07:36.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T17:07:36.238Z] [2021-03-29T17:07:36.238Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T17:07:36.854Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T17:07:36.854Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T17:07:36.854Z] df20fa9351a1: Pulling fs layer [2021-03-29T17:07:36.854Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T17:07:36.854Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T17:07:36.854Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T17:07:36.854Z] 93b61091891f: Pulling fs layer [2021-03-29T17:07:36.854Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T17:07:36.854Z] 5e14af77c1be: Pulling fs layer [2021-03-29T17:07:36.854Z] 01666e4c0597: Pulling fs layer [2021-03-29T17:07:36.854Z] aa168da1d23b: Pulling fs layer [2021-03-29T17:07:36.854Z] 46f8f816bc3b: Waiting [2021-03-29T17:07:36.854Z] 93b61091891f: Waiting [2021-03-29T17:07:36.854Z] 93b9cdb0e59b: Waiting [2021-03-29T17:07:36.854Z] 5e14af77c1be: Waiting [2021-03-29T17:07:36.854Z] 01666e4c0597: Waiting [2021-03-29T17:07:36.854Z] aa168da1d23b: Waiting [2021-03-29T17:07:36.854Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T17:07:36.854Z] 36b3adc4ff6f: Download complete [2021-03-29T17:07:36.854Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T17:07:36.854Z] 46f8f816bc3b: Download complete [2021-03-29T17:07:36.854Z] df20fa9351a1: Verifying Checksum [2021-03-29T17:07:36.854Z] df20fa9351a1: Download complete [2021-03-29T17:07:37.119Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T17:07:37.119Z] 93b9cdb0e59b: Download complete [2021-03-29T17:07:37.119Z] 5e14af77c1be: Verifying Checksum [2021-03-29T17:07:37.119Z] 5e14af77c1be: Download complete [2021-03-29T17:07:37.119Z] 93b61091891f: Verifying Checksum [2021-03-29T17:07:37.119Z] 93b61091891f: Download complete [2021-03-29T17:07:37.119Z] 01666e4c0597: Verifying Checksum [2021-03-29T17:07:37.119Z] 01666e4c0597: Download complete [2021-03-29T17:07:37.385Z] df20fa9351a1: Pull complete [2021-03-29T17:07:37.651Z] 36b3adc4ff6f: Pull complete [2021-03-29T17:07:37.917Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T17:07:37.917Z] 8ad3a11d3b57: Download complete [2021-03-29T17:07:38.504Z] 8ad3a11d3b57: Pull complete [2021-03-29T17:07:38.769Z] 46f8f816bc3b: Pull complete [2021-03-29T17:07:39.722Z] aa168da1d23b: Verifying Checksum [2021-03-29T17:07:39.723Z] aa168da1d23b: Download complete [2021-03-29T17:07:41.645Z] 93b61091891f: Pull complete [2021-03-29T17:07:41.645Z] 93b9cdb0e59b: Pull complete [2021-03-29T17:07:41.645Z] 5e14af77c1be: Pull complete [2021-03-29T17:07:41.645Z] 01666e4c0597: Pull complete [2021-03-29T17:07:49.814Z] aa168da1d23b: Pull complete [2021-03-29T17:07:49.814Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T17:07:49.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T17:07:49.814Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T17:07:49.987Z] prd-centos7-docker-4c-2g-31768 does not seem to be running inside a container [2021-03-29T17:07:50.061Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T17:07:58.788Z] $ docker top 4518a0b95b6521eb9fd56ee8a478c3a7f8f60596e0496bb3e06b70a3a614ce0c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T17:07:59.420Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T17:07:59.884Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T17:08:00.823Z] + ls /var/log/sa-host [2021-03-29T17:08:00.823Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T17:08:00.823Z] file_magic: OK [2021-03-29T17:08:00.823Z] HZ: Using current value: 100 [2021-03-29T17:08:00.823Z] file_header: OK [2021-03-29T17:08:00.823Z] 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 [2021-03-29T17:08:00.823Z] Statistics: [2021-03-29T17:08:00.823Z] Hnuu...uuuununununu... [2021-03-29T17:08:00.823Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T17:08:00.823Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T17:08:00.823Z] file_magic: OK [2021-03-29T17:08:00.823Z] HZ: Using current value: 100 [2021-03-29T17:08:00.823Z] file_header: OK [2021-03-29T17:08:00.823Z] 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 [2021-03-29T17:08:00.823Z] Statistics: [2021-03-29T17:08:00.823Z] 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... [2021-03-29T17:08:00.823Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T17:08:01.054Z] provisioning config files... [2021-03-29T17:08:01.070Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6898940419394605513tmp [Pipeline] { [Pipeline] echo [2021-03-29T17:08:01.150Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:08:01.450Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T17:08:01.460Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T17:08:01.598Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:08:01.900Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T17:08:01.911Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:08:02.211Z] ---> sudo-logs.sh [2021-03-29T17:08:02.211Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T17:08:02.275Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:08:02.575Z] ---> job-cost.sh [2021-03-29T17:08:02.575Z] lf-activate-venv: SKIPPING [2021-03-29T17:08:02.575Z] DEBUG: total: 0.20999999344348907 [2021-03-29T17:08:02.575Z] INFO: Retrieving Stack Cost... [2021-03-29T17:08:03.520Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T17:08:04.092Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T17:08:04.106Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T17:08:04.402Z] ---> logs-deploy.sh [2021-03-29T17:08:04.402Z] lf-activate-venv: SKIPPING [2021-03-29T17:08:04.402Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3305/2 [2021-03-29T17:08:04.402Z] INFO: archiving workspace using pattern(s): [2021-03-29T17:08:05.789Z] Archives upload complete. [2021-03-29T17:08:05.789Z] INFO: archiving logs to Nexus