Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from dded078ab3f172869103e50879a161b42de3d17e+e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 (3e64ad42aa76aec56e3d78525ea2eb834475fe84) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31285 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/32 [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/32 # 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 e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 into PR head commit dded078ab3f172869103e50879a161b42de3d17e > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dded078ab3f172869103e50879a161b42de3d17e # timeout=10 > git remote # timeout=10 Merge succeeded, producing 72b7957b3f1c81cba16d7c9c2d40d401a563b92e Checking out Revision 72b7957b3f1c81cba16d7c9c2d40d401a563b92e (PR-3234) > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 72b7957b3f1c81cba16d7c9c2d40d401a563b92e # timeout=10 Commit message: "Merge commit 'e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6' into HEAD" > git rev-list --no-walk dded078ab3f172869103e50879a161b42de3d17e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-25T00:31:03.098Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-25T00:31:03.328Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-25T00:31:03.412Z] ========================================================= [2021-03-25T00:31:03.412Z] EdgeX Global Pipelines Version Info [2021-03-25T00:31:03.412Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:31:04.864Z] ------------------- [2021-03-25T00:31:04.864Z] stable info: [2021-03-25T00:31:04.864Z] ------------------- [2021-03-25T00:31:04.864Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-25T00:31:04.864Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-25T00:31:04.864Z] Message: update stable to v1.0.186 [2021-03-25T00:31:05.813Z] ------------------- [2021-03-25T00:31:05.813Z] experimental info: [2021-03-25T00:31:05.813Z] ------------------- [2021-03-25T00:31:05.813Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-25T00:31:05.813Z] Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 [2021-03-25T00:31:05.813Z] Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-25T00:31:06.051Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-25T00:31:06.143Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-25T00:31:06.244Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-25T00:31:06.349Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-25T00:31:06.428Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-25T00:31:06.530Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-25T00:31:06.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-25T00:31:06.705Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-25T00:31:06.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-25T00:31:06.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-25T00:31:06.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-25T00:31:07.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-25T00:31:07.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-25T00:31:07.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-25T00:31:07.301Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-25T00:31:07.380Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-25T00:31:07.463Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-25T00:31:07.552Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-25T00:31:07.633Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-25T00:31:07.736Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-25T00:31:07.819Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-25T00:31:07.900Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-25T00:31:07.986Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-25T00:31:08.074Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-25T00:31:08.156Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-25T00:31:08.238Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 72b7957b3f1c81cba16d7c9c2d40d401a563b92e [Pipeline] echo [2021-03-25T00:31:08.390Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 72b7957 [Pipeline] echo [2021-03-25T00:31:08.531Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T00:31:08.696Z] provisioning config files... [2021-03-25T00:31:08.725Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/32@tmp/config2136681420376992901tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:31:09.069Z] ---> docker-login.sh [2021-03-25T00:31:09.069Z] nexus3.edgexfoundry.org:10001 [2021-03-25T00:31:09.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:31:09.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:31:09.341Z] Configure a credential helper to remove this warning. See [2021-03-25T00:31:09.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:31:09.341Z] [2021-03-25T00:31:09.341Z] Login Succeeded [2021-03-25T00:31:09.341Z] nexus3.edgexfoundry.org:10002 [2021-03-25T00:31:09.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:31:09.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:31:09.607Z] Configure a credential helper to remove this warning. See [2021-03-25T00:31:09.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:31:09.607Z] [2021-03-25T00:31:09.607Z] Login Succeeded [2021-03-25T00:31:09.607Z] nexus3.edgexfoundry.org:10003 [2021-03-25T00:31:09.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:31:09.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:31:09.870Z] Configure a credential helper to remove this warning. See [2021-03-25T00:31:09.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:31:09.870Z] [2021-03-25T00:31:09.870Z] Login Succeeded [2021-03-25T00:31:09.870Z] nexus3.edgexfoundry.org:10004 [2021-03-25T00:31:09.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:31:09.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:31:09.870Z] Configure a credential helper to remove this warning. See [2021-03-25T00:31:09.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:31:09.870Z] [2021-03-25T00:31:09.870Z] Login Succeeded [2021-03-25T00:31:10.132Z] docker.io [2021-03-25T00:31:10.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:31:10.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:31:10.396Z] Configure a credential helper to remove this warning. See [2021-03-25T00:31:10.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:31:10.396Z] [2021-03-25T00:31:10.396Z] Login Succeeded [2021-03-25T00:31:10.396Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T00:31:10.406Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T00:31:10.928Z] ++ 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-25T00:31:10.928Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:31:10.928Z] ++ dirname cmd/core-command/Dockerfile [2021-03-25T00:31:10.928Z] ++ cut -d/ -f2 [2021-03-25T00:31:10.928Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-25T00:31:10.928Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:31:10.928Z] ++ dirname cmd/core-data/Dockerfile [2021-03-25T00:31:10.928Z] ++ cut -d/ -f2 [2021-03-25T00:31:10.928Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-25T00:31:10.928Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:31:10.928Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-25T00:31:10.928Z] ++ cut -d/ -f2 [2021-03-25T00:31:10.928Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-25T00:31:10.928Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:31:10.928Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-25T00:31:10.928Z] ++ cut -d/ -f2 [2021-03-25T00:31:10.928Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-25T00:31:10.928Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:31:10.928Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-25T00:31:10.928Z] ++ cut -d/ -f2 [2021-03-25T00:31:10.928Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-25T00:31:10.928Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:31:10.928Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-25T00:31:10.928Z] ++ cut -d/ -f2 [2021-03-25T00:31:10.928Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-25T00:31:10.928Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:31:10.928Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-25T00:31:10.928Z] ++ cut -d/ -f2 [2021-03-25T00:31:10.928Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-25T00:31:10.928Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:31:10.928Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-25T00:31:10.928Z] ++ cut -d/ -f2 [2021-03-25T00:31:10.928Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-25T00:31:10.928Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T00:31:10.928Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-25T00:31:10.928Z] ++ cut -d/ -f2 [2021-03-25T00:31:10.928Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-25T00:31:11.002Z] 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-25T00:31:11.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T00:31:11.967Z] [2021-03-25T00:31:11.967Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:31:12.313Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T00:31:12.314Z] latest: Pulling from edgex-devops/git-semver [2021-03-25T00:31:12.314Z] 31603596830f: Pulling fs layer [2021-03-25T00:31:12.314Z] 2a8b12db71e7: Pulling fs layer [2021-03-25T00:31:12.314Z] 6ca5941a6612: Pulling fs layer [2021-03-25T00:31:12.314Z] ecc8261a40a4: Pulling fs layer [2021-03-25T00:31:12.314Z] ecc8261a40a4: Waiting [2021-03-25T00:31:12.314Z] 2a8b12db71e7: Verifying Checksum [2021-03-25T00:31:12.314Z] 2a8b12db71e7: Download complete [2021-03-25T00:31:12.576Z] ecc8261a40a4: Verifying Checksum [2021-03-25T00:31:12.576Z] ecc8261a40a4: Download complete [2021-03-25T00:31:12.576Z] 6ca5941a6612: Verifying Checksum [2021-03-25T00:31:12.576Z] 6ca5941a6612: Download complete [2021-03-25T00:31:12.576Z] 31603596830f: Verifying Checksum [2021-03-25T00:31:12.576Z] 31603596830f: Download complete [2021-03-25T00:31:13.156Z] 31603596830f: Pull complete [2021-03-25T00:31:13.156Z] 2a8b12db71e7: Pull complete [2021-03-25T00:31:14.111Z] 6ca5941a6612: Pull complete [2021-03-25T00:31:14.380Z] ecc8261a40a4: Pull complete [2021-03-25T00:31:14.380Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-25T00:31:14.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T00:31:14.380Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-25T00:31:14.481Z] prd-centos7-docker-4c-2g-31285 does not seem to be running inside a container [2021-03-25T00:31:14.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-25T00:31:17.347Z] $ docker top 7351b26a060cfd18e156f7d8bc6f2aed892d7b037ccb6d4a2080ff0d70e253fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T00:31:17.737Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T00:31:17.737Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T00:31:18.008Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T00:31:18.012Z] $ docker exec 7351b26a060cfd18e156f7d8bc6f2aed892d7b037ccb6d4a2080ff0d70e253fd ssh-agent [2021-03-25T00:31:18.191Z] SSH_AUTH_SOCK=/tmp/ssh-niEQOd9Jx3Cw/agent.11 [2021-03-25T00:31:18.191Z] SSH_AGENT_PID=16 [2021-03-25T00:31:18.208Z] Running ssh-add (command line suppressed) [2021-03-25T00:31:18.349Z] Identity added: /w/workspace/edgex-go/32@tmp/private_key_389268680770882004.key (/w/workspace/edgex-go/32@tmp/private_key_389268680770882004.key) [2021-03-25T00:31:18.405Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T00:31:18.743Z] + git tag --points-at HEAD [Pipeline] } [2021-03-25T00:31:18.770Z] $ docker exec --env ******** --env ******** 7351b26a060cfd18e156f7d8bc6f2aed892d7b037ccb6d4a2080ff0d70e253fd ssh-agent -k [2021-03-25T00:31:18.882Z] unset SSH_AUTH_SOCK; [2021-03-25T00:31:18.882Z] unset SSH_AGENT_PID; [2021-03-25T00:31:18.882Z] echo Agent pid 16 killed; [2021-03-25T00:31:18.932Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-25T00:31:19.080Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T00:31:19.080Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T00:31:19.257Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T00:31:19.261Z] $ docker exec 7351b26a060cfd18e156f7d8bc6f2aed892d7b037ccb6d4a2080ff0d70e253fd ssh-agent [2021-03-25T00:31:19.457Z] SSH_AUTH_SOCK=/tmp/ssh-dZKdVv1V7fHa/agent.46 [2021-03-25T00:31:19.457Z] SSH_AGENT_PID=52 [2021-03-25T00:31:19.466Z] Running ssh-add (command line suppressed) [2021-03-25T00:31:19.592Z] Identity added: /w/workspace/edgex-go/32@tmp/private_key_840280048814964073.key (/w/workspace/edgex-go/32@tmp/private_key_840280048814964073.key) [2021-03-25T00:31:19.678Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T00:31:20.020Z] + git semver init [2021-03-25T00:31:20.020Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T00:31:20.020Z] # $GIT_DIR = /w/workspace/edgex-go/32/.git [2021-03-25T00:31:20.020Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/32 [2021-03-25T00:31:20.020Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T00:31:20.020Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T00:31:20.020Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T00:31:20.020Z] # $SEMVER_BRANCH = PR-3234 [2021-03-25T00:31:20.020Z] # $SEMVER_TEMP = /tmp/semver-333152274 [2021-03-25T00:31:20.020Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-25T00:31:52.193Z] # '/tmp/semver-333152274' -> '/w/workspace/edgex-go/32/.semver' [2021-03-25T00:31:52.193Z] # -> Force: false [2021-03-25T00:31:52.193Z] # $SEMVER_DIR = /w/workspace/edgex-go/32/.semver [Pipeline] } [2021-03-25T00:31:52.208Z] $ docker exec --env ******** --env ******** 7351b26a060cfd18e156f7d8bc6f2aed892d7b037ccb6d4a2080ff0d70e253fd ssh-agent -k [2021-03-25T00:31:52.528Z] unset SSH_AUTH_SOCK; [2021-03-25T00:31:52.529Z] unset SSH_AGENT_PID; [2021-03-25T00:31:52.529Z] echo Agent pid 52 killed; [2021-03-25T00:31:52.618Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T00:31:53.112Z] + git semver [Pipeline] } [2021-03-25T00:31:53.132Z] $ docker stop --time=1 7351b26a060cfd18e156f7d8bc6f2aed892d7b037ccb6d4a2080ff0d70e253fd [2021-03-25T00:31:55.249Z] $ docker rm -f 7351b26a060cfd18e156f7d8bc6f2aed892d7b037ccb6d4a2080ff0d70e253fd [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T00:31:55.831Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-25T00:31:56.378Z] Stashed 1 file(s) [Pipeline] echo [2021-03-25T00:31:56.381Z] [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-25T00:31:57.318Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-25T00:31:57.622Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T00:31:57.929Z] + sudo service docker restart [2021-03-25T00:31:57.930Z] + true [2021-03-25T00:31:57.930Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-25T00:31:58.521Z] ========================================================= [2021-03-25T00:31:58.521Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-25T00:31:58.521Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:31:58.865Z] + 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-25T00:32:02.199Z] Sending build context to Docker daemon 328.8MB [2021-03-25T00:32:02.199Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T00:32:02.199Z] Step 2/6 : FROM ${BASE} [2021-03-25T00:32:02.472Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-25T00:32:02.472Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T00:32:02.472Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T00:32:02.473Z] de9db76c5a1d: Pulling fs layer [2021-03-25T00:32:02.473Z] bca2f99d35d6: Pulling fs layer [2021-03-25T00:32:02.473Z] 93359f2a8cfa: Pulling fs layer [2021-03-25T00:32:02.473Z] 7c6f9722023f: Pulling fs layer [2021-03-25T00:32:02.473Z] a35cf1a2eb13: Pulling fs layer [2021-03-25T00:32:02.473Z] 7c6f9722023f: Waiting [2021-03-25T00:32:02.473Z] 93359f2a8cfa: Waiting [2021-03-25T00:32:02.473Z] a35cf1a2eb13: Waiting [2021-03-25T00:32:02.473Z] bca2f99d35d6: Waiting [2021-03-25T00:32:02.473Z] de9db76c5a1d: Verifying Checksum [2021-03-25T00:32:02.473Z] de9db76c5a1d: Download complete [2021-03-25T00:32:02.473Z] 0ef7d3d256c8: Verifying Checksum [2021-03-25T00:32:02.473Z] 0ef7d3d256c8: Download complete [2021-03-25T00:32:02.473Z] 93359f2a8cfa: Verifying Checksum [2021-03-25T00:32:02.473Z] 93359f2a8cfa: Download complete [2021-03-25T00:32:02.473Z] 7c6f9722023f: Verifying Checksum [2021-03-25T00:32:02.473Z] 7c6f9722023f: Download complete [2021-03-25T00:32:02.473Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T00:32:02.473Z] 188c0c94c7c5: Download complete [2021-03-25T00:32:03.051Z] 188c0c94c7c5: Pull complete [2021-03-25T00:32:03.051Z] 0ef7d3d256c8: Pull complete [2021-03-25T00:32:03.327Z] de9db76c5a1d: Pull complete [2021-03-25T00:32:04.280Z] a35cf1a2eb13: Verifying Checksum [2021-03-25T00:32:04.280Z] a35cf1a2eb13: Download complete [2021-03-25T00:32:04.864Z] bca2f99d35d6: Download complete [2021-03-25T00:32:11.505Z] bca2f99d35d6: Pull complete [2021-03-25T00:32:11.505Z] 93359f2a8cfa: Pull complete [2021-03-25T00:32:11.505Z] 7c6f9722023f: Pull complete [2021-03-25T00:32:11.781Z] Still waiting to schedule task [2021-03-25T00:32:11.781Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-25T00:32:15.754Z] a35cf1a2eb13: Pull complete [2021-03-25T00:32:15.754Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-25T00:32:15.754Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-25T00:32:15.754Z] ---> a62c8e92a672 [2021-03-25T00:32:15.754Z] 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-25T00:32:15.754Z] ---> Running in bc9da6b1d829 [2021-03-25T00:32:16.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:32:16.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:32:17.480Z] (1/12) Installing libmagic (5.38-r0) [2021-03-25T00:32:17.743Z] (2/12) Installing file (5.38-r0) [2021-03-25T00:32:17.743Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-25T00:32:17.743Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-25T00:32:35.889Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-25T00:32:35.889Z] (6/12) Installing patch (2.7.6-r6) [2021-03-25T00:32:35.889Z] (7/12) Installing build-base (0.5-r2) [2021-03-25T00:32:35.889Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-25T00:32:36.151Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-25T00:32:36.151Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-25T00:32:36.151Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-25T00:32:36.417Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-25T00:32:36.417Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:32:36.417Z] OK: 233 MiB in 51 packages [2021-03-25T00:32:39.749Z] Removing intermediate container bc9da6b1d829 [2021-03-25T00:32:39.749Z] ---> a6a722ef6cdb [2021-03-25T00:32:39.749Z] Step 4/6 : WORKDIR /edgex-go [2021-03-25T00:32:39.749Z] ---> Running in 74b24ed46f01 [2021-03-25T00:32:39.749Z] Removing intermediate container 74b24ed46f01 [2021-03-25T00:32:39.749Z] ---> 70b7a36475e2 [2021-03-25T00:32:39.749Z] Step 5/6 : COPY go.mod . [2021-03-25T00:32:40.015Z] ---> 17bb07a7563c [2021-03-25T00:32:40.015Z] Step 6/6 : RUN go mod download [2021-03-25T00:32:40.015Z] ---> Running in b134776fbe2f [2021-03-25T00:33:06.658Z] Removing intermediate container b134776fbe2f [2021-03-25T00:33:06.658Z] ---> a7b4969056c8 [2021-03-25T00:33:06.658Z] Successfully built a7b4969056c8 [2021-03-25T00:33:06.658Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:33:06.989Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T00:33:06.989Z] . [Pipeline] withDockerContainer [2021-03-25T00:33:07.108Z] prd-centos7-docker-4c-2g-31285 does not seem to be running inside a container [2021-03-25T00:33:07.159Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-25T00:33:08.045Z] $ docker top 541c948388e83bcf4d3dfa10803ee8d970f47d0030243e69a8be559bd7549b00 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T00:33:08.573Z] + go version [2021-03-25T00:33:08.573Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-25T00:33:08.586Z] $ docker stop --time=1 541c948388e83bcf4d3dfa10803ee8d970f47d0030243e69a8be559bd7549b00 [2021-03-25T00:33:09.965Z] $ docker rm -f 541c948388e83bcf4d3dfa10803ee8d970f47d0030243e69a8be559bd7549b00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:33:10.834Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T00:33:10.834Z] . [Pipeline] withDockerContainer [2021-03-25T00:33:10.945Z] prd-centos7-docker-4c-2g-31285 does not seem to be running inside a container [2021-03-25T00:33:10.991Z] $ 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/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-25T00:33:11.796Z] $ docker top acab4f6ddf01e82c261a3ab7f6848d364e7746439b7f76ed0db4312a0f199490 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-25T00:33:12.041Z] ========================================================= [2021-03-25T00:33:12.041Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-25T00:33:12.041Z] ========================================================= [Pipeline] sh [2021-03-25T00:33:12.334Z] + make test [2021-03-25T00:33:12.334Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-25T00:33:22.428Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-25T00:33:40.701Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-25T00:33:42.269Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-25T00:33:45.094Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-25T00:33:45.094Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-25T00:33:45.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-25T00:33:45.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-25T00:33:45.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-25T00:33:46.270Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-25T00:33:46.855Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-25T00:33:47.454Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-25T00:33:50.047Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-25T00:33:50.047Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-25T00:33:50.047Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-25T00:33:53.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.132s coverage: 45.9% of statements [2021-03-25T00:33:53.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-25T00:33:53.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-25T00:33:53.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-25T00:33:53.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-25T00:33:53.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-25T00:33:53.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-25T00:33:53.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.056s coverage: 19.8% of statements [2021-03-25T00:33:53.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements [2021-03-25T00:33:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.204s coverage: 27.1% of statements [2021-03-25T00:33:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-25T00:33:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-25T00:33:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-25T00:33:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-25T00:33:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-25T00:33:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-25T00:33:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-03-25T00:33:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-25T00:33:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2021-03-25T00:33:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-25T00:33:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-25T00:33:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.079s coverage: 71.3% of statements [2021-03-25T00:33:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-25T00:33:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-25T00:33:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.172s coverage: 82.9% of statements [2021-03-25T00:33:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-25T00:33:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:33:56.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.104s coverage: 78.9% of statements [2021-03-25T00:33:56.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-25T00:34:00.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.317s coverage: 28.6% of statements [2021-03-25T00:34:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-25T00:34:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-25T00:34:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-25T00:34:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-25T00:34:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-25T00:34:00.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements [2021-03-25T00:34:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-25T00:34:00.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements [2021-03-25T00:34:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-25T00:34:00.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.128s coverage: 86.7% of statements [2021-03-25T00:34:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-25T00:34:00.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements [2021-03-25T00:34:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-25T00:34:00.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements [2021-03-25T00:34:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-25T00:34:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-25T00:34:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-25T00:34:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-25T00:34:02.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.403s coverage: 92.8% of statements [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-25T00:34:02.761Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-03-25T00:34:02.761Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-25T00:34:02.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-25T00:34:02.762Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.078s coverage: 0.1% of statements [2021-03-25T00:34:02.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-25T00:34:02.762Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-25T00:34:02.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-25T00:34:02.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 47.1% of statements [2021-03-25T00:34:02.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.040s coverage: 79.5% of statements [2021-03-25T00:34:02.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements [2021-03-25T00:34:02.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements [2021-03-25T00:34:02.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements [2021-03-25T00:34:15.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.055s coverage: 94.4% of statements [2021-03-25T00:34:15.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-03-25T00:34:17.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.191s coverage: 82.6% of statements [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.071s coverage: 92.9% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.046s coverage: 87.2% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.6% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 64.4% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 69.0% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 38.4% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.152s coverage: 87.1% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.703s coverage: 29.1% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.093s coverage: 94.0% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-25T00:34:27.758Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-03-25T00:34:27.758Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-25T00:34:28.337Z] GO111MODULE=on go vet ./... [2021-03-25T00:34:48.578Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31291 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-25T00:34:48.625Z] Running in /w/workspace/edgex-go/32 [Pipeline] { [Pipeline] checkout [2021-03-25T00:34:53.162Z] using credential edgex-jenkins-ssh [2021-03-25T00:34:53.222Z] Cloning the remote Git repository [2021-03-25T00:34:53.281Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-25T00:34:53.385Z] > git init /w/workspace/edgex-go/32 # timeout=10 [2021-03-25T00:34:53.468Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-25T00:34:53.468Z] > git --version # timeout=10 [2021-03-25T00:34:53.485Z] > git --version # 'git version 2.17.1' [2021-03-25T00:34:53.487Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T00:34:53.533Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T00:34:55.062Z] gofmt -l . [2021-03-25T00:34:55.062Z] [ "`gofmt -l .`" = "" ] [2021-03-25T00:34:55.638Z] ./bin/test-go-mod-tidy.sh [2021-03-25T00:34:56.224Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-25T00:34:57.494Z] + ls -al . [2021-03-25T00:34:57.494Z] total 776 [2021-03-25T00:34:57.494Z] drwxrwxr-x 10 1001 1001 4096 Mar 25 00:34 . [2021-03-25T00:34:57.494Z] drwxr-xr-x 4 root root 30 Mar 25 00:33 .. [2021-03-25T00:34:57.494Z] -rw-rw-r-- 1 1001 1001 11 Mar 25 00:30 .dockerignore [2021-03-25T00:34:57.494Z] drwxrwxr-x 8 1001 1001 179 Mar 25 00:31 .git [2021-03-25T00:34:57.494Z] drwxrwxr-x 3 1001 1001 125 Mar 25 00:30 .github [2021-03-25T00:34:57.494Z] -rw-rw-r-- 1 1001 1001 818 Mar 25 00:30 .gitignore [2021-03-25T00:34:57.494Z] drwx------ 3 1001 1001 60 Mar 25 00:31 .semver [2021-03-25T00:34:57.494Z] -rw-rw-r-- 1 1001 1001 166 Mar 25 00:30 .sonarcloud.properties [2021-03-25T00:34:57.494Z] -rw-rw-r-- 1 1001 1001 8607 Mar 25 00:30 Attribution.txt [2021-03-25T00:34:57.494Z] -rw-rw-r-- 1 1001 1001 3804 Mar 25 00:30 CONTRIBUTING.md [2021-03-25T00:34:57.494Z] -rw-rw-r-- 1 1001 1001 931 Mar 25 00:30 Dockerfile.build [2021-03-25T00:34:57.494Z] -rw-rw-r-- 1 1001 1001 863 Mar 25 00:30 Jenkinsfile [2021-03-25T00:34:57.494Z] -rw-rw-r-- 1 1001 1001 10775 Mar 25 00:30 LICENSE [2021-03-25T00:34:57.494Z] -rw-rw-r-- 1 1001 1001 5774 Mar 25 00:30 Makefile [2021-03-25T00:34:57.494Z] -rw-rw-r-- 1 1001 1001 6548 Mar 25 00:30 README.md [2021-03-25T00:34:57.494Z] -rw-rw-r-- 1 1001 1001 6755 Mar 25 00:30 SECURITY.md [2021-03-25T00:34:57.494Z] -rw-rw-r-- 1 1001 1001 5 Mar 25 00:31 VERSION [2021-03-25T00:34:57.494Z] -rw-rw-r-- 1 1001 1001 4131 Mar 25 00:30 ZMQWindows.md [2021-03-25T00:34:57.494Z] drwxrwxr-x 2 1001 1001 117 Mar 25 00:30 bin [2021-03-25T00:34:57.494Z] drwxrwxr-x 14 1001 1001 4096 Mar 25 00:30 cmd [2021-03-25T00:34:57.494Z] -rw-r--r-- 1 root root 666600 Mar 25 00:34 coverage.out [2021-03-25T00:34:57.494Z] -rw-r--r-- 1 root root 1057 Mar 25 00:34 go.mod [2021-03-25T00:34:57.494Z] -rw-r--r-- 1 root root 22213 Mar 25 00:34 go.sum [2021-03-25T00:34:57.494Z] drwxrwxr-x 8 1001 1001 127 Mar 25 00:30 internal [2021-03-25T00:34:57.495Z] drwxrwxr-x 4 1001 1001 26 Mar 25 00:30 openapi [2021-03-25T00:34:57.495Z] drwxrwxr-x 4 1001 1001 71 Mar 25 00:30 snap [2021-03-25T00:34:57.495Z] -rw-rw-r-- 1 1001 1001 168 Mar 25 00:30 version.go [Pipeline] sh [2021-03-25T00:34:57.800Z] + '[' -e coverage.out ] [2021-03-25T00:34:57.801Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-25T00:34:58.007Z] Stashed 1 file(s) [Pipeline] sh [2021-03-25T00:34:58.309Z] + make build [2021-03-25T00:34:58.309Z] 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-25T00:35:01.630Z] 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-25T00:35:11.713Z] 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-25T00:35:11.988Z] 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-25T00:35:13.916Z] 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-25T00:35:13.916Z] 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-25T00:35:14.315Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-25T00:35:14.342Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T00:35:14.377Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-25T00:35:14.423Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-25T00:35:14.425Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T00:35:14.438Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T00:35:15.110Z] Merging remotes/origin/master commit e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 into PR head commit dded078ab3f172869103e50879a161b42de3d17e [2021-03-25T00:35:15.839Z] 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-25T00:35:16.072Z] Merge succeeded, producing 2230b4fef4511af3285646f5612fead3ea127deb [2021-03-25T00:35:16.072Z] Checking out Revision 2230b4fef4511af3285646f5612fead3ea127deb (PR-3234) [2021-03-25T00:35:17.234Z] 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-25T00:35:15.178Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T00:35:15.233Z] > git checkout -f dded078ab3f172869103e50879a161b42de3d17e # timeout=10 [2021-03-25T00:35:15.589Z] > git remote # timeout=10 [2021-03-25T00:35:15.610Z] > git config --get remote.origin.url # timeout=10 [2021-03-25T00:35:15.638Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T00:35:15.655Z] > git merge e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 # timeout=10 [2021-03-25T00:35:16.057Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-25T00:35:16.083Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T00:35:16.097Z] > git checkout -f 2230b4fef4511af3285646f5612fead3ea127deb # timeout=10 [2021-03-25T00:35:18.185Z] 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-25T00:35:19.143Z] 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-25T00:35:20.098Z] 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-25T00:35:20.471Z] Commit message: "Merge commit 'e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6' into HEAD" [2021-03-25T00:35:20.481Z] > git rev-list --no-walk dded078ab3f172869103e50879a161b42de3d17e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T00:35:21.517Z] 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-25T00:35:22.043Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-25T00:35:22.489Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T00:35:22.846Z] + true [2021-03-25T00:35:22.846Z] + sudo service docker restart [Pipeline] } [2021-03-25T00:35:23.479Z] $ docker stop --time=1 acab4f6ddf01e82c261a3ab7f6848d364e7746439b7f76ed0db4312a0f199490 [2021-03-25T00:35:25.165Z] $ docker rm -f acab4f6ddf01e82c261a3ab7f6848d364e7746439b7f76ed0db4312a0f199490 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap [2021-03-25T00:35:25.891Z] provisioning config files... [Pipeline] // stage [2021-03-25T00:35:25.966Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/32@tmp/config1054034862558867946tmp [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [2021-03-25T00:35:26.381Z] ---> docker-login.sh [2021-03-25T00:35:26.381Z] nexus3.edgexfoundry.org:10001 [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:35:27.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T00:35:27.140Z] [2021-03-25T00:35:27.140Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:35:27.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:35:27.493Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T00:35:27.493Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-25T00:35:27.493Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-25T00:35:27.493Z] ca9280d653b3: Pulling fs layer [2021-03-25T00:35:27.493Z] 7e9c9ca2126c: Pulling fs layer [2021-03-25T00:35:27.758Z] cbdbe7a5bc2a: Download complete [2021-03-25T00:35:27.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:35:27.985Z] Configure a credential helper to remove this warning. See [2021-03-25T00:35:27.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:35:27.985Z] [2021-03-25T00:35:27.985Z] Login Succeeded [2021-03-25T00:35:27.985Z] nexus3.edgexfoundry.org:10002 [2021-03-25T00:35:28.021Z] cbdbe7a5bc2a: Pull complete [2021-03-25T00:35:28.285Z] ca9280d653b3: Verifying Checksum [2021-03-25T00:35:28.285Z] ca9280d653b3: Download complete [2021-03-25T00:35:28.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:35:28.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:35:28.589Z] Configure a credential helper to remove this warning. See [2021-03-25T00:35:28.589Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:35:28.589Z] [2021-03-25T00:35:28.589Z] Login Succeeded [2021-03-25T00:35:28.589Z] nexus3.edgexfoundry.org:10003 [2021-03-25T00:35:28.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:35:29.153Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:35:29.153Z] Configure a credential helper to remove this warning. See [2021-03-25T00:35:29.153Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:35:29.153Z] [2021-03-25T00:35:29.153Z] Login Succeeded [2021-03-25T00:35:29.153Z] nexus3.edgexfoundry.org:10004 [2021-03-25T00:35:29.235Z] 7e9c9ca2126c: Verifying Checksum [2021-03-25T00:35:29.235Z] 7e9c9ca2126c: Download complete [2021-03-25T00:35:29.235Z] ca9280d653b3: Pull complete [2021-03-25T00:35:29.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:35:29.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:35:29.701Z] Configure a credential helper to remove this warning. See [2021-03-25T00:35:29.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:35:29.701Z] [2021-03-25T00:35:29.701Z] Login Succeeded [2021-03-25T00:35:29.701Z] docker.io [2021-03-25T00:35:29.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T00:35:30.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T00:35:30.254Z] Configure a credential helper to remove this warning. See [2021-03-25T00:35:30.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T00:35:30.254Z] [2021-03-25T00:35:30.254Z] Login Succeeded [2021-03-25T00:35:30.254Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T00:35:30.272Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-25T00:35:30.788Z] ========================================================= [2021-03-25T00:35:30.788Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-25T00:35:30.788Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:35:31.196Z] + 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-25T00:35:33.873Z] Sending build context to Docker daemon 166.9MB [2021-03-25T00:35:33.873Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T00:35:33.873Z] Step 2/6 : FROM ${BASE} [2021-03-25T00:35:33.873Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-25T00:35:33.873Z] 5f621e34cdf4: Pulling fs layer [2021-03-25T00:35:33.873Z] a4357932f1b6: Pulling fs layer [2021-03-25T00:35:33.873Z] 18c013af1878: Pulling fs layer [2021-03-25T00:35:33.873Z] 00ac8860ef70: Pulling fs layer [2021-03-25T00:35:33.873Z] 63d7cb157983: Pulling fs layer [2021-03-25T00:35:33.873Z] b116817d02f9: Pulling fs layer [2021-03-25T00:35:33.873Z] 745a02a5169b: Pulling fs layer [2021-03-25T00:35:33.873Z] 00ac8860ef70: Waiting [2021-03-25T00:35:33.873Z] 63d7cb157983: Waiting [2021-03-25T00:35:33.873Z] b116817d02f9: Waiting [2021-03-25T00:35:33.873Z] 745a02a5169b: Waiting [2021-03-25T00:35:33.873Z] 18c013af1878: Verifying Checksum [2021-03-25T00:35:33.873Z] 18c013af1878: Download complete [2021-03-25T00:35:33.873Z] a4357932f1b6: Download complete [2021-03-25T00:35:33.873Z] 63d7cb157983: Download complete [2021-03-25T00:35:33.873Z] b116817d02f9: Verifying Checksum [2021-03-25T00:35:33.873Z] b116817d02f9: Download complete [2021-03-25T00:35:33.873Z] 5f621e34cdf4: Verifying Checksum [2021-03-25T00:35:33.873Z] 5f621e34cdf4: Download complete [2021-03-25T00:35:34.868Z] 5f621e34cdf4: Pull complete [2021-03-25T00:35:35.470Z] a4357932f1b6: Pull complete [2021-03-25T00:35:35.754Z] 18c013af1878: Pull complete [2021-03-25T00:35:35.850Z] 7e9c9ca2126c: Pull complete [2021-03-25T00:35:35.850Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-25T00:35:35.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T00:35:35.850Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-25T00:35:35.989Z] prd-centos7-docker-4c-2g-31285 does not seem to be running inside a container [2021-03-25T00:35:36.039Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-25T00:35:36.362Z] 745a02a5169b: Verifying Checksum [2021-03-25T00:35:36.362Z] 745a02a5169b: Download complete [2021-03-25T00:35:37.802Z] 00ac8860ef70: Verifying Checksum [2021-03-25T00:35:37.802Z] 00ac8860ef70: Download complete [2021-03-25T00:35:38.998Z] $ docker top 5b0bf0821600e53b26a1820dba52d0c6a3e1713da644560957f1076f9693a7cf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T00:35:39.570Z] + docker-compose build --help [2021-03-25T00:35:39.570Z] + grep parallel [2021-03-25T00:35:40.520Z] --parallel Build images in parallel. [Pipeline] } [2021-03-25T00:35:40.536Z] $ docker stop --time=1 5b0bf0821600e53b26a1820dba52d0c6a3e1713da644560957f1076f9693a7cf [2021-03-25T00:35:41.931Z] $ docker rm -f 5b0bf0821600e53b26a1820dba52d0c6a3e1713da644560957f1076f9693a7cf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:35:42.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T00:35:42.673Z] . [Pipeline] withDockerContainer [2021-03-25T00:35:42.831Z] prd-centos7-docker-4c-2g-31285 does not seem to be running inside a container [2021-03-25T00:35:42.897Z] $ 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/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-25T00:35:43.737Z] $ docker top d47452b3df28944f309fd017f4b7227d1cbc45de2781d72805923c52aed46fd8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T00:35:44.215Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-25T00:35:45.160Z] Building docker-core-command-go ... [2021-03-25T00:35:45.160Z] Building docker-core-data-go ... [2021-03-25T00:35:45.160Z] Building docker-core-metadata-go ... [2021-03-25T00:35:45.160Z] Building docker-security-bootstrapper-go ... [2021-03-25T00:35:45.160Z] Building docker-security-proxy-setup-go ... [2021-03-25T00:35:45.160Z] Building docker-security-secretstore-setup-go ... [2021-03-25T00:35:45.160Z] Building docker-support-notifications-go ... [2021-03-25T00:35:45.160Z] Building docker-support-scheduler-go ... [2021-03-25T00:35:45.160Z] Building docker-sys-mgmt-agent-go ... [2021-03-25T00:35:45.160Z] Building docker-security-bootstrapper-go [2021-03-25T00:35:45.160Z] Building docker-core-command-go [2021-03-25T00:35:45.160Z] Building docker-support-notifications-go [2021-03-25T00:35:45.160Z] Building docker-support-scheduler-go [2021-03-25T00:35:45.160Z] Building docker-core-metadata-go [2021-03-25T00:35:47.959Z] 00ac8860ef70: Pull complete [2021-03-25T00:35:47.959Z] 63d7cb157983: Pull complete [2021-03-25T00:35:47.959Z] b116817d02f9: Pull complete [2021-03-25T00:35:50.596Z] 745a02a5169b: Pull complete [2021-03-25T00:35:50.596Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-25T00:35:50.596Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-25T00:35:50.596Z] ---> b7e6874047d6 [2021-03-25T00:35:50.596Z] 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-25T00:35:54.933Z] ---> Running in 013644041ba3 [2021-03-25T00:35:55.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:35:56.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:35:57.114Z] (1/12) Installing libmagic (5.38-r0) [2021-03-25T00:35:57.389Z] (2/12) Installing file (5.38-r0) [2021-03-25T00:35:57.389Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-25T00:35:57.389Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-25T00:36:00.773Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-25T00:36:00.773Z] (6/12) Installing patch (2.7.6-r6) [2021-03-25T00:36:00.773Z] (7/12) Installing build-base (0.5-r2) [2021-03-25T00:36:00.773Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-25T00:36:00.773Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-25T00:36:00.773Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-25T00:36:00.773Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-25T00:36:00.773Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-25T00:36:01.052Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:36:01.052Z] OK: 217 MiB in 51 packages [2021-03-25T00:36:05.368Z] Removing intermediate container 013644041ba3 [2021-03-25T00:36:05.368Z] ---> ca76a2ccb92a [2021-03-25T00:36:05.368Z] Step 4/6 : WORKDIR /edgex-go [2021-03-25T00:36:05.368Z] ---> Running in 4639a60d4279 [2021-03-25T00:36:05.963Z] Removing intermediate container 4639a60d4279 [2021-03-25T00:36:05.963Z] ---> 5cf7a736ae70 [2021-03-25T00:36:05.963Z] Step 5/6 : COPY go.mod . [2021-03-25T00:36:06.562Z] ---> 5799c27a457b [2021-03-25T00:36:06.562Z] Step 6/6 : RUN go mod download [2021-03-25T00:36:06.837Z] ---> Running in 137d89646e47 [2021-03-25T00:36:24.060Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:36:24.061Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:36:24.061Z] ---> a7b4969056c8 [2021-03-25T00:36:24.061Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T00:36:24.061Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:36:24.061Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:36:24.061Z] ---> a7b4969056c8 [2021-03-25T00:36:24.061Z] Step 3/31 : WORKDIR /edgex-go [2021-03-25T00:36:24.061Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:36:24.061Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:36:24.061Z] ---> a7b4969056c8 [2021-03-25T00:36:24.061Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T00:36:24.061Z] [2021-03-25T00:36:24.061Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:36:24.061Z] ---> a7b4969056c8 [2021-03-25T00:36:24.061Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T00:36:24.061Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:36:24.061Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:36:24.061Z] ---> a7b4969056c8 [2021-03-25T00:36:24.061Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T00:36:24.061Z] ---> Running in 3d8c1a79e159 [2021-03-25T00:36:24.061Z] ---> Running in fefd48395726 [2021-03-25T00:36:24.061Z] ---> Running in c0def07da851 [2021-03-25T00:36:24.061Z] ---> Running in 559a0140ca2c [2021-03-25T00:36:24.061Z] ---> Running in c5154ed69bb4 [2021-03-25T00:36:24.061Z] Removing intermediate container c0def07da851 [2021-03-25T00:36:24.061Z] ---> df67c01d68f3 [2021-03-25T00:36:24.061Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:36:24.061Z] Removing intermediate container c5154ed69bb4 [2021-03-25T00:36:24.061Z] ---> df27a0ba9fdb [2021-03-25T00:36:24.061Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:36:24.061Z] Removing intermediate container 559a0140ca2c [2021-03-25T00:36:24.061Z] ---> 2762e3266aae [2021-03-25T00:36:24.061Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:36:24.061Z] Removing intermediate container 3d8c1a79e159 [2021-03-25T00:36:24.061Z] ---> 95ebf78ad161 [2021-03-25T00:36:24.061Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:36:24.061Z] Removing intermediate container fefd48395726 [2021-03-25T00:36:24.061Z] ---> 230a31bdedeb [2021-03-25T00:36:24.061Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:36:24.061Z] ---> Running in 3dbdb0fc0f0a [2021-03-25T00:36:24.061Z] ---> Running in 7a45faf1e8a2 [2021-03-25T00:36:24.061Z] ---> Running in d91f1c2e7bfc [2021-03-25T00:36:24.061Z] ---> Running in c4ca210d9aae [2021-03-25T00:36:24.061Z] ---> Running in 9ee2c292b4bc [2021-03-25T00:36:24.061Z] Removing intermediate container d91f1c2e7bfc [2021-03-25T00:36:24.061Z] ---> ba1fc4f670b6 [2021-03-25T00:36:24.061Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-25T00:36:24.061Z] ---> Running in a4535f730a85 [2021-03-25T00:36:24.061Z] Removing intermediate container 3dbdb0fc0f0a [2021-03-25T00:36:24.061Z] ---> 068690524e92 [2021-03-25T00:36:24.061Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-25T00:36:24.061Z] Removing intermediate container 7a45faf1e8a2 [2021-03-25T00:36:24.061Z] ---> 0d37340bc435 [2021-03-25T00:36:24.061Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T00:36:24.061Z] ---> Running in 945c3ad82ce1 [2021-03-25T00:36:24.061Z] ---> Running in 46f62389fade [2021-03-25T00:36:24.061Z] Removing intermediate container c4ca210d9aae [2021-03-25T00:36:24.061Z] ---> ff08c53d6c59 [2021-03-25T00:36:24.061Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T00:36:24.061Z] Removing intermediate container 9ee2c292b4bc [2021-03-25T00:36:24.061Z] ---> dc94aa1e3bb7 [2021-03-25T00:36:24.061Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-25T00:36:24.061Z] ---> Running in 8b240c76b4e3 [2021-03-25T00:36:24.061Z] ---> Running in 32f12609eb42 [2021-03-25T00:36:24.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:24.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:24.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:24.329Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:24.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:24.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:24.598Z] OK: 233 MiB in 51 packages [2021-03-25T00:36:24.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:24.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:25.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:25.123Z] Removing intermediate container a4535f730a85 [2021-03-25T00:36:25.123Z] ---> 5002b1b88fef [2021-03-25T00:36:25.123Z] Step 6/22 : COPY go.mod . [2021-03-25T00:36:25.389Z] ---> 641fcfda8112 [2021-03-25T00:36:25.389Z] Step 7/22 : RUN go mod download [2021-03-25T00:36:25.389Z] OK: 233 MiB in 51 packages [2021-03-25T00:36:25.389Z] ---> Running in 77a69ac23923 [2021-03-25T00:36:25.389Z] OK: 233 MiB in 51 packages [2021-03-25T00:36:25.389Z] OK: 233 MiB in 51 packages [2021-03-25T00:36:25.984Z] Removing intermediate container 945c3ad82ce1 [2021-03-25T00:36:25.984Z] ---> b6f96972933f [2021-03-25T00:36:25.984Z] Step 6/23 : COPY go.mod . [2021-03-25T00:36:25.984Z] Removing intermediate container 8b240c76b4e3 [2021-03-25T00:36:25.984Z] ---> fcb5f7785dfa [2021-03-25T00:36:25.984Z] Step 6/23 : COPY go.mod . [2021-03-25T00:36:26.251Z] Removing intermediate container 32f12609eb42 [2021-03-25T00:36:26.251Z] ---> eb9a6c0c858c [2021-03-25T00:36:26.251Z] Step 6/22 : COPY go.mod . [2021-03-25T00:36:26.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:36:26.523Z] ---> a2720bad7a77 [2021-03-25T00:36:26.523Z] Step 7/23 : RUN go mod download [2021-03-25T00:36:26.523Z] ---> 62ce3ece6fdd [2021-03-25T00:36:26.523Z] Step 7/23 : RUN go mod download [2021-03-25T00:36:26.523Z] ---> Running in 88439a73dbf5 [2021-03-25T00:36:26.523Z] ---> Running in 7277ea9bb3e3 [2021-03-25T00:36:26.523Z] ---> 847b268927e7 [2021-03-25T00:36:26.523Z] Step 7/22 : RUN go mod download [2021-03-25T00:36:26.786Z] ---> Running in aa0e6d3003bf [2021-03-25T00:36:27.740Z] Removing intermediate container 77a69ac23923 [2021-03-25T00:36:27.740Z] ---> 36df7928afff [2021-03-25T00:36:27.740Z] Step 8/22 : COPY . . [2021-03-25T00:36:28.695Z] Removing intermediate container 88439a73dbf5 [2021-03-25T00:36:28.696Z] ---> 1889479c80a0 [2021-03-25T00:36:28.696Z] Step 8/23 : COPY . . [2021-03-25T00:36:28.696Z] OK: 233 MiB in 51 packages [2021-03-25T00:36:32.933Z] Removing intermediate container 7277ea9bb3e3 [2021-03-25T00:36:32.933Z] ---> da321e7e45e6 [2021-03-25T00:36:32.933Z] Step 8/23 : COPY . . [2021-03-25T00:36:37.174Z] Removing intermediate container aa0e6d3003bf [2021-03-25T00:36:37.174Z] ---> 321955129049 [2021-03-25T00:36:37.174Z] Step 8/22 : COPY . . [2021-03-25T00:36:38.571Z] Removing intermediate container 46f62389fade [2021-03-25T00:36:38.571Z] ---> 9554f7b29782 [2021-03-25T00:36:38.571Z] Step 6/31 : COPY go.mod . [2021-03-25T00:36:39.201Z] Removing intermediate container 137d89646e47 [2021-03-25T00:36:39.201Z] ---> fe56b95c38d6 [2021-03-25T00:36:39.201Z] Successfully built fe56b95c38d6 [2021-03-25T00:36:39.201Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:36:39.557Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T00:36:39.557Z] . [Pipeline] withDockerContainer [2021-03-25T00:36:39.853Z] prd-ubuntu18.04-docker-arm64-4c-16g-31291 does not seem to be running inside a container [2021-03-25T00:36:39.954Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-25T00:36:41.604Z] $ docker top e06dc6c3b2e1beb8d4410d1915b4d46ab7e64e1886a1efcb60e1984f211b9814 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T00:36:42.694Z] + go version [2021-03-25T00:36:42.694Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-25T00:36:42.724Z] $ docker stop --time=1 e06dc6c3b2e1beb8d4410d1915b4d46ab7e64e1886a1efcb60e1984f211b9814 [2021-03-25T00:36:44.731Z] $ docker rm -f e06dc6c3b2e1beb8d4410d1915b4d46ab7e64e1886a1efcb60e1984f211b9814 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:36:45.762Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T00:36:45.762Z] . [Pipeline] withDockerContainer [2021-03-25T00:36:46.059Z] prd-ubuntu18.04-docker-arm64-4c-16g-31291 does not seem to be running inside a container [2021-03-25T00:36:46.146Z] $ 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/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-25T00:36:47.727Z] $ docker top 0d1ad91628e7f9f8b2dada06bf63ddc76fdfda32beb47a77e82b890cccda5c33 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-25T00:36:48.123Z] ========================================================= [2021-03-25T00:36:48.123Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-25T00:36:48.123Z] ========================================================= [Pipeline] sh [2021-03-25T00:36:48.773Z] + make test [2021-03-25T00:36:48.773Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-25T00:36:50.887Z] ---> f85cb006c2af [2021-03-25T00:36:50.887Z] Step 7/31 : RUN go mod download [2021-03-25T00:36:54.229Z] ---> Running in dd1de5541325 [2021-03-25T00:37:02.447Z] ---> 74a31bdba1c2 [2021-03-25T00:37:02.447Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-25T00:37:06.785Z] ---> Running in 120fe55caa45 [2021-03-25T00:37:07.047Z] ---> e086de4ec3dc [2021-03-25T00:37:07.047Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-25T00:37:07.628Z] ---> 7fcfae2181e7 [2021-03-25T00:37:07.628Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-25T00:37:07.628Z] ---> Running in 989647a11e65 [2021-03-25T00:37:07.628Z] Removing intermediate container dd1de5541325 [2021-03-25T00:37:07.628Z] ---> 8c5da36ff11a [2021-03-25T00:37:07.628Z] Step 8/31 : COPY . . [2021-03-25T00:37:07.894Z] ---> Running in e57a35f3073d [2021-03-25T00:37:07.894Z] ---> 4d9490c1567a [2021-03-25T00:37:07.894Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-25T00:37:08.162Z] ---> Running in 7157e5e59339 [2021-03-25T00:37:08.162Z] 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-25T00:37:08.763Z] 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-25T00:37:09.046Z] 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-25T00:37:09.046Z] 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-25T00:37:15.583Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-25T00:37:31.369Z] ---> 28d7b2973f8f [2021-03-25T00:37:31.369Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-25T00:37:31.369Z] ---> Running in a8b05e209dc5 [2021-03-25T00:37:31.966Z] 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-25T00:37:54.061Z] Removing intermediate container 7157e5e59339 [2021-03-25T00:37:54.061Z] ---> 606ffe795193 [2021-03-25T00:37:54.061Z] [2021-03-25T00:37:54.061Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T00:37:54.061Z] 3.12: Pulling from library/alpine [2021-03-25T00:37:54.061Z] Removing intermediate container e57a35f3073d [2021-03-25T00:37:54.061Z] ---> f77a167e9179 [2021-03-25T00:37:54.061Z] [2021-03-25T00:37:54.061Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T00:37:54.061Z] Removing intermediate container 120fe55caa45 [2021-03-25T00:37:54.061Z] ---> d1e8890fae4a [2021-03-25T00:37:54.061Z] [2021-03-25T00:37:54.061Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T00:37:54.061Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T00:37:54.061Z] 3.12: Pulling from library/alpine [2021-03-25T00:37:54.061Z] Status: Downloaded newer image for alpine:3.12 [2021-03-25T00:37:54.061Z] ---> 88dd2752d2ea [2021-03-25T00:37:54.061Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-25T00:37:54.061Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T00:37:54.061Z] Status: Image is up to date for alpine:3.12 [2021-03-25T00:37:54.061Z] ---> 88dd2752d2ea [2021-03-25T00:37:54.061Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T00:37:54.061Z] 3.12: Pulling from library/alpine [2021-03-25T00:37:54.061Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T00:37:54.061Z] Status: Image is up to date for alpine:3.12 [2021-03-25T00:37:54.061Z] ---> 88dd2752d2ea [2021-03-25T00:37:54.061Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-25T00:37:55.009Z] ---> Running in 10b5e844a2f6 [2021-03-25T00:37:55.009Z] ---> Running in dfdc290081e3 [2021-03-25T00:37:55.009Z] ---> Running in d770230402ae [2021-03-25T00:37:55.009Z] Removing intermediate container 989647a11e65 [2021-03-25T00:37:55.009Z] ---> 31cef94faaec [2021-03-25T00:37:55.009Z] [2021-03-25T00:37:55.009Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T00:37:55.009Z] ---> 88dd2752d2ea [2021-03-25T00:37:55.009Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T00:37:55.594Z] ---> Running in fcd61a0b6510 [2021-03-25T00:37:55.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:37:56.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:37:56.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:37:56.147Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-25T00:37:56.147Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:37:56.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:37:56.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:37:56.147Z] OK: 6 MiB in 15 packages [2021-03-25T00:37:56.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:37:56.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:37:56.420Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-25T00:37:56.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:37:56.420Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-25T00:37:56.420Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:37:56.420Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T00:37:56.420Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-25T00:37:56.420Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:37:56.420Z] OK: 6 MiB in 15 packages [2021-03-25T00:37:56.685Z] OK: 6 MiB in 16 packages [2021-03-25T00:37:56.685Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-25T00:37:56.685Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:37:56.685Z] OK: 6 MiB in 15 packages [2021-03-25T00:37:58.611Z] Removing intermediate container 10b5e844a2f6 [2021-03-25T00:37:58.611Z] ---> 5392d2181cee [2021-03-25T00:37:58.611Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:37:58.873Z] Removing intermediate container fcd61a0b6510 [2021-03-25T00:37:58.873Z] ---> 12a8eedb82d0 [2021-03-25T00:37:58.874Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:37:59.823Z] ---> Running in ac56b2483324 [2021-03-25T00:37:59.823Z] Removing intermediate container d770230402ae [2021-03-25T00:37:59.823Z] ---> 5c7599643ae3 [2021-03-25T00:37:59.823Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:38:00.089Z] ---> Running in f17dc3a0ed3f [2021-03-25T00:38:00.663Z] Removing intermediate container dfdc290081e3 [2021-03-25T00:38:00.663Z] ---> 8036cfeb842d [2021-03-25T00:38:00.663Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:38:00.926Z] ---> Running in b66749aed5de [2021-03-25T00:38:00.926Z] Removing intermediate container a8b05e209dc5 [2021-03-25T00:38:00.926Z] ---> 8110c25ec8bb [2021-03-25T00:38:00.926Z] [2021-03-25T00:38:00.926Z] Step 10/31 : FROM alpine:3.12 [2021-03-25T00:38:00.926Z] ---> 88dd2752d2ea [2021-03-25T00:38:00.926Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-25T00:38:00.926Z] ---> Running in dfaacaab1eb2 [2021-03-25T00:38:00.926Z] Removing intermediate container ac56b2483324 [2021-03-25T00:38:00.926Z] ---> fdc89e3a78f5 [2021-03-25T00:38:00.926Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-25T00:38:01.193Z] ---> Running in 061d7801c96e [2021-03-25T00:38:01.193Z] ---> Running in b7a96f1db5e8 [2021-03-25T00:38:01.193Z] Removing intermediate container f17dc3a0ed3f [2021-03-25T00:38:01.193Z] ---> 1670e2edf372 [2021-03-25T00:38:01.193Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-25T00:38:01.458Z] Removing intermediate container b66749aed5de [2021-03-25T00:38:01.458Z] ---> 05941fd09dd6 [2021-03-25T00:38:01.458Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-25T00:38:01.458Z] Removing intermediate container dfaacaab1eb2 [2021-03-25T00:38:01.458Z] ---> a8e385865f8f [2021-03-25T00:38:01.458Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-25T00:38:01.458Z] ---> Running in 9dee4aca3f32 [2021-03-25T00:38:01.458Z] ---> Running in 49e55b95c647 [2021-03-25T00:38:01.725Z] ---> Running in 765fe4b93986 [2021-03-25T00:38:01.725Z] Removing intermediate container 061d7801c96e [2021-03-25T00:38:01.725Z] ---> 4ee477922b01 [2021-03-25T00:38:01.725Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-25T00:38:01.725Z] Removing intermediate container b7a96f1db5e8 [2021-03-25T00:38:01.725Z] ---> b9a415d3be56 [2021-03-25T00:38:01.725Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T00:38:01.725Z] ---> Running in 34dbc218252d [2021-03-25T00:38:01.991Z] ---> Running in abfb79284cfe [2021-03-25T00:38:01.991Z] Removing intermediate container 9dee4aca3f32 [2021-03-25T00:38:01.991Z] ---> 0916faa692e6 [2021-03-25T00:38:01.991Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T00:38:01.991Z] Removing intermediate container 765fe4b93986 [2021-03-25T00:38:01.991Z] ---> cc22cdb92203 [2021-03-25T00:38:01.991Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T00:38:01.991Z] Removing intermediate container 49e55b95c647 [2021-03-25T00:38:01.991Z] ---> 44ceaddcf9fa [2021-03-25T00:38:01.991Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T00:38:02.266Z] ---> Running in f234814bfdab [2021-03-25T00:38:02.266Z] ---> Running in e4bc49a98277 [2021-03-25T00:38:02.266Z] ---> Running in dd6d54b04311 [2021-03-25T00:38:02.266Z] Removing intermediate container abfb79284cfe [2021-03-25T00:38:02.266Z] ---> 09596304ced2 [2021-03-25T00:38:02.266Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:38:02.824Z] Removing intermediate container f234814bfdab [2021-03-25T00:38:02.824Z] ---> 9a926455c647 [2021-03-25T00:38:02.824Z] Step 15/23 : WORKDIR / [2021-03-25T00:38:02.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:38:02.824Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:38:02.824Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-25T00:38:02.824Z] (2/2) Installing su-exec (0.2-r1) [2021-03-25T00:38:02.824Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:38:02.824Z] ---> Running in 8893ec815c6a [2021-03-25T00:38:02.824Z] Removing intermediate container e4bc49a98277 [2021-03-25T00:38:02.824Z] ---> 290744bfdc2b [2021-03-25T00:38:02.824Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:38:02.824Z] OK: 6 MiB in 16 packages [2021-03-25T00:38:03.095Z] Removing intermediate container dd6d54b04311 [2021-03-25T00:38:03.095Z] ---> dcd6d052624e [2021-03-25T00:38:03.095Z] Step 15/23 : WORKDIR / [2021-03-25T00:38:03.095Z] ---> 177074f873c8 [2021-03-25T00:38:03.095Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-25T00:38:03.095Z] ---> Running in 3e39f94196f2 [2021-03-25T00:38:03.675Z] Removing intermediate container 8893ec815c6a [2021-03-25T00:38:03.675Z] ---> 2748095feff8 [2021-03-25T00:38:03.675Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:38:03.675Z] ---> 66a887440825 [2021-03-25T00:38:03.675Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-25T00:38:04.625Z] Removing intermediate container 3e39f94196f2 [2021-03-25T00:38:04.625Z] ---> 15ecf882085e [2021-03-25T00:38:04.625Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:38:04.625Z] ---> d67a429ec539 [2021-03-25T00:38:04.625Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-25T00:38:04.887Z] Removing intermediate container 34dbc218252d [2021-03-25T00:38:04.887Z] ---> 4e70b23458e7 [2021-03-25T00:38:04.887Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-25T00:38:04.887Z] ---> 7bc01f2dd668 [2021-03-25T00:38:04.887Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-25T00:38:04.887Z] ---> 2209a76ef764 [2021-03-25T00:38:04.887Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-25T00:38:05.152Z] ---> c36b884c4004 [2021-03-25T00:38:05.152Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-25T00:38:05.152Z] ---> e27caec4bac5 [2021-03-25T00:38:05.152Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-25T00:38:05.152Z] ---> Running in 3716805dbb55 [2021-03-25T00:38:05.417Z] ---> Running in 4d8ebac37c86 [2021-03-25T00:38:05.417Z] ---> 506c2b63eb01 [2021-03-25T00:38:05.417Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-25T00:38:05.417Z] Removing intermediate container 3716805dbb55 [2021-03-25T00:38:05.417Z] ---> 3bb4190fcfa8 [2021-03-25T00:38:05.417Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-25T00:38:05.689Z] ---> Running in 0e2d4dbc505e [2021-03-25T00:38:05.689Z] Removing intermediate container 4d8ebac37c86 [2021-03-25T00:38:05.689Z] ---> 323b1167f01c [2021-03-25T00:38:05.689Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:38:05.689Z] ---> 4b84c01b6209 [2021-03-25T00:38:05.689Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-25T00:38:05.689Z] ---> Running in e2cc7f2d3b6a [2021-03-25T00:38:05.689Z] ---> Running in d599cb7a85fa [2021-03-25T00:38:05.950Z] ---> b56f2d8d86ba [2021-03-25T00:38:05.950Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-25T00:38:05.950Z] Removing intermediate container 0e2d4dbc505e [2021-03-25T00:38:05.950Z] ---> 2a1eb28eaa59 [2021-03-25T00:38:05.950Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:38:06.213Z] ---> Running in de391d3ae039 [2021-03-25T00:38:06.213Z] Removing intermediate container d599cb7a85fa [2021-03-25T00:38:06.213Z] ---> f9938a378280 [2021-03-25T00:38:06.213Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-25T00:38:06.213Z] Removing intermediate container e2cc7f2d3b6a [2021-03-25T00:38:06.213Z] ---> 68ed153b7ddf [2021-03-25T00:38:06.213Z] Step 20/22 : LABEL arch=x86_64 [2021-03-25T00:38:06.213Z] ---> eaa1f02127c2 [2021-03-25T00:38:06.213Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-25T00:38:06.213Z] ---> 45f11a0a1302 [2021-03-25T00:38:06.213Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-25T00:38:06.476Z] ---> Running in a59a5625f567 [2021-03-25T00:38:06.476Z] ---> Running in 0ddbf42fdd34 [2021-03-25T00:38:06.476Z] ---> Running in 88202ec09624 [2021-03-25T00:38:06.476Z] ---> Running in c6b90bc1e2cf [2021-03-25T00:38:06.476Z] Removing intermediate container de391d3ae039 [2021-03-25T00:38:06.476Z] ---> fd23aa68de68 [2021-03-25T00:38:06.476Z] Step 20/22 : LABEL arch=x86_64 [2021-03-25T00:38:06.742Z] ---> Running in daa2ac15439e [2021-03-25T00:38:07.006Z] Removing intermediate container 0ddbf42fdd34 [2021-03-25T00:38:07.006Z] ---> 52a43773a232 [2021-03-25T00:38:07.006Z] Step 21/22 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:38:07.006Z] Removing intermediate container 88202ec09624 [2021-03-25T00:38:07.006Z] ---> b610d107ca67 [2021-03-25T00:38:07.006Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:38:07.006Z] Removing intermediate container c6b90bc1e2cf [2021-03-25T00:38:07.006Z] ---> d803c0a31a8b [2021-03-25T00:38:07.006Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:38:07.006Z] ---> Running in ed099b780120 [2021-03-25T00:38:07.282Z] ---> Running in 57b2aeb6ed4d [2021-03-25T00:38:07.282Z] ---> Running in c2fd3f7bb9f1 [2021-03-25T00:38:07.282Z] Removing intermediate container daa2ac15439e [2021-03-25T00:38:07.282Z] ---> 22eb89ae1a3f [2021-03-25T00:38:07.282Z] Step 21/22 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:38:07.282Z] ---> Running in 8d0a11e250a1 [2021-03-25T00:38:07.544Z] Removing intermediate container ed099b780120 [2021-03-25T00:38:07.544Z] ---> a6fb4fe1ed40 [2021-03-25T00:38:07.544Z] Step 22/22 : LABEL version=0.0.0 [2021-03-25T00:38:07.544Z] Removing intermediate container 57b2aeb6ed4d [2021-03-25T00:38:07.544Z] ---> f7244b6183e5 [2021-03-25T00:38:07.544Z] Step 21/23 : LABEL arch=x86_64 [2021-03-25T00:38:07.544Z] Removing intermediate container c2fd3f7bb9f1 [2021-03-25T00:38:07.544Z] ---> d5435533aa3b [2021-03-25T00:38:07.544Z] Step 21/23 : LABEL arch=x86_64 [2021-03-25T00:38:07.810Z] ---> Running in 85d795903596 [2021-03-25T00:38:07.810Z] ---> Running in 192c61757d95 [2021-03-25T00:38:07.810Z] ---> Running in 99ed223dede5 [2021-03-25T00:38:07.810Z] Removing intermediate container 8d0a11e250a1 [2021-03-25T00:38:07.810Z] ---> 66b730ea6e12 [2021-03-25T00:38:07.810Z] Step 22/22 : LABEL version=0.0.0 [2021-03-25T00:38:08.075Z] ---> Running in 9a75144aa789 [2021-03-25T00:38:08.075Z] Removing intermediate container a59a5625f567 [2021-03-25T00:38:08.075Z] ---> 63c852cd4306 [2021-03-25T00:38:08.075Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-25T00:38:08.345Z] Removing intermediate container 85d795903596 [2021-03-25T00:38:08.345Z] ---> 8426d78c1698 [2021-03-25T00:38:08.345Z] [2021-03-25T00:38:08.345Z] Removing intermediate container 192c61757d95 [2021-03-25T00:38:08.345Z] ---> 10a0e90eaa4a [2021-03-25T00:38:08.345Z] Step 22/23 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:38:08.345Z] Removing intermediate container 99ed223dede5 [2021-03-25T00:38:08.345Z] ---> e7f6a45da7e1 [2021-03-25T00:38:08.345Z] Step 22/23 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:38:08.345Z] ---> Running in 3cfe15fcf4bf [2021-03-25T00:38:08.345Z] ---> Running in 7399fe28bfef [2021-03-25T00:38:08.345Z] Successfully built 8426d78c1698 [2021-03-25T00:38:08.345Z] ---> Running in 01359b8d2644 [2021-03-25T00:38:08.610Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-25T00:38:08.610Z] Building docker-security-proxy-setup-go [2021-03-25T00:38:08.610Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9a75144aa789 [2021-03-25T00:38:08.610Z] ---> 0dc2cce97566 [2021-03-25T00:38:08.610Z] [2021-03-25T00:38:08.886Z] Successfully built 0dc2cce97566 [2021-03-25T00:38:08.886Z] Removing intermediate container 3cfe15fcf4bf [2021-03-25T00:38:08.886Z] ---> d2cf5ecbc5de [2021-03-25T00:38:08.886Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-25T00:38:08.886Z] Successfully tagged docker-support-notifications-go:latest [2021-03-25T00:38:08.886Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-03-25T00:38:08.886Z] Removing intermediate container 7399fe28bfef [2021-03-25T00:38:08.886Z] ---> 7c95fa9ebf15 [2021-03-25T00:38:08.886Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T00:38:09.150Z] Removing intermediate container 01359b8d2644 [2021-03-25T00:38:09.150Z] ---> e3d2f7581831 [2021-03-25T00:38:09.150Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T00:38:09.150Z] ---> Running in 0bc7b1b4da1f [2021-03-25T00:38:09.150Z] ---> Running in 1dbdd585be7e [2021-03-25T00:38:09.421Z] ---> 8c63f74bbe8a [2021-03-25T00:38:09.421Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-25T00:38:09.421Z] Removing intermediate container 0bc7b1b4da1f [2021-03-25T00:38:09.421Z] ---> 1a8c432d7edd [2021-03-25T00:38:09.421Z] [2021-03-25T00:38:09.685Z] Removing intermediate container 1dbdd585be7e [2021-03-25T00:38:09.685Z] ---> d75b9154f6b7 [2021-03-25T00:38:09.685Z] [2021-03-25T00:38:09.685Z] Successfully built 1a8c432d7edd [2021-03-25T00:38:09.685Z] ---> Running in a11c9706c526 [2021-03-25T00:38:09.685Z] Successfully tagged docker-core-metadata-go:latest [2021-03-25T00:38:09.685Z] Building docker-core-data-go [2021-03-25T00:38:09.948Z]  Building docker-core-metadata-go ... done Successfully built d75b9154f6b7 [2021-03-25T00:38:09.948Z] Successfully tagged docker-core-command-go:latest [2021-03-25T00:38:09.948Z] Building docker-sys-mgmt-agent-go [2021-03-25T00:38:12.199Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-25T00:38:12.199Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-25T00:38:16.558Z]  Building docker-core-command-go ... done Removing intermediate container a11c9706c526 [2021-03-25T00:38:16.558Z] ---> c137a649b932 [2021-03-25T00:38:16.558Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:38:16.558Z] ---> cbc017ade872 [2021-03-25T00:38:16.558Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-25T00:38:20.780Z] ---> 6b49abd07799 [2021-03-25T00:38:20.780Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-25T00:38:20.780Z] ---> d9a972ddd981 [2021-03-25T00:38:20.780Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-25T00:38:20.780Z] ---> 3b33d2392cd8 [2021-03-25T00:38:20.780Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-25T00:38:20.780Z] ---> 0a94fc3459d5 [2021-03-25T00:38:20.780Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-25T00:38:21.093Z] ---> Running in 199e2aa169c9 [2021-03-25T00:38:21.615Z] Removing intermediate container 199e2aa169c9 [2021-03-25T00:38:21.615Z] ---> 175f46119cb1 [2021-03-25T00:38:21.615Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-25T00:38:22.478Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-25T00:38:22.478Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-25T00:38:24.510Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-25T00:38:24.510Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-25T00:38:24.510Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-25T00:38:24.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-25T00:38:25.079Z] ---> 58811f54ad02 [2021-03-25T00:38:25.079Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-25T00:38:28.196Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-25T00:38:28.793Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-25T00:38:31.755Z] ---> Running in b8f16566f733 [2021-03-25T00:38:37.072Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-25T00:38:37.072Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-25T00:38:37.072Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-25T00:38:37.140Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:38:37.140Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:38:37.140Z] ---> a7b4969056c8 [2021-03-25T00:38:37.140Z] Step 3/21 : WORKDIR /edgex-go [2021-03-25T00:38:37.140Z] ---> Using cache [2021-03-25T00:38:37.140Z] ---> 230a31bdedeb [2021-03-25T00:38:37.140Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:38:37.140Z] ---> Using cache [2021-03-25T00:38:37.140Z] ---> ff08c53d6c59 [2021-03-25T00:38:37.140Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-25T00:38:37.140Z] ---> Using cache [2021-03-25T00:38:37.140Z] ---> fcb5f7785dfa [2021-03-25T00:38:37.140Z] Step 6/21 : COPY go.mod . [2021-03-25T00:38:37.140Z] ---> Using cache [2021-03-25T00:38:37.140Z] ---> 62ce3ece6fdd [2021-03-25T00:38:37.140Z] Step 7/21 : RUN go mod download [2021-03-25T00:38:37.140Z] ---> Using cache [2021-03-25T00:38:37.140Z] ---> da321e7e45e6 [2021-03-25T00:38:37.140Z] Step 8/21 : COPY . . [2021-03-25T00:38:37.140Z] ---> Using cache [2021-03-25T00:38:37.140Z] ---> 7fcfae2181e7 [2021-03-25T00:38:37.140Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-25T00:38:37.140Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:38:37.140Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:38:37.140Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:38:37.140Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:38:37.403Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:38:37.403Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:38:37.403Z] ---> a7b4969056c8 [2021-03-25T00:38:37.403Z] Step 3/24 : WORKDIR /edgex-go [2021-03-25T00:38:37.403Z] ---> a7b4969056c8 [2021-03-25T00:38:37.403Z] Step 3/26 : WORKDIR /edgex-go [2021-03-25T00:38:37.403Z] ---> a7b4969056c8 [2021-03-25T00:38:37.403Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T00:38:37.403Z] ---> Using cache [2021-03-25T00:38:37.403Z] ---> 230a31bdedeb [2021-03-25T00:38:37.403Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:38:37.403Z] ---> Using cache [2021-03-25T00:38:37.403Z] ---> ff08c53d6c59 [2021-03-25T00:38:37.403Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-25T00:38:37.403Z] ---> Using cache [2021-03-25T00:38:37.666Z] ---> 230a31bdedeb [2021-03-25T00:38:37.666Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:38:37.666Z] ---> Using cache [2021-03-25T00:38:37.666Z] ---> ff08c53d6c59 [2021-03-25T00:38:37.666Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-25T00:38:37.666Z] ---> Using cache [2021-03-25T00:38:37.666Z] ---> 230a31bdedeb [2021-03-25T00:38:37.666Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:38:37.666Z] ---> Using cache [2021-03-25T00:38:37.666Z] ---> ff08c53d6c59 [2021-03-25T00:38:37.666Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-25T00:38:37.666Z] ---> Using cache [2021-03-25T00:38:37.666Z] ---> fcb5f7785dfa [2021-03-25T00:38:37.666Z] Step 6/24 : COPY go.mod . [2021-03-25T00:38:37.666Z] ---> Using cache [2021-03-25T00:38:37.666Z] ---> 62ce3ece6fdd [2021-03-25T00:38:37.667Z] Step 7/24 : RUN go mod download [2021-03-25T00:38:37.667Z] ---> Using cache [2021-03-25T00:38:37.667Z] ---> da321e7e45e6 [2021-03-25T00:38:37.667Z] Step 8/24 : COPY . . [2021-03-25T00:38:37.667Z] ---> Using cache [2021-03-25T00:38:37.667Z] ---> 7fcfae2181e7 [2021-03-25T00:38:37.667Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-25T00:38:39.055Z] Removing intermediate container b8f16566f733 [2021-03-25T00:38:39.055Z] ---> 93a0058a6b28 [2021-03-25T00:38:39.055Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-25T00:38:39.055Z] ---> Running in f70fb553a3c2 [2021-03-25T00:38:39.055Z] ---> Running in 6eb1b27eaf96 [2021-03-25T00:38:39.055Z] ---> Running in 44144621f56f [2021-03-25T00:38:39.055Z] ---> Running in f2ed0a696e66 [2021-03-25T00:38:39.055Z] ---> Running in c2d179d42d63 [2021-03-25T00:38:39.650Z] Removing intermediate container c2d179d42d63 [2021-03-25T00:38:39.650Z] ---> 837302a63689 [2021-03-25T00:38:39.650Z] Step 28/31 : CMD ["gate"] [2021-03-25T00:38:39.922Z] ---> Running in 8df47b7ed167 [2021-03-25T00:38:39.922Z] 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-25T00:38:39.922Z] 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-25T00:38:39.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:38:40.191Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:38:40.191Z] Removing intermediate container 8df47b7ed167 [2021-03-25T00:38:40.191Z] ---> b8d4c2885156 [2021-03-25T00:38:40.191Z] Step 29/31 : LABEL arch=x86_64 [2021-03-25T00:38:40.191Z] ---> Running in 7b786ed5d3c5 [2021-03-25T00:38:40.473Z] Removing intermediate container 7b786ed5d3c5 [2021-03-25T00:38:40.473Z] ---> a79e1cfe69f3 [2021-03-25T00:38:40.473Z] Step 30/31 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:38:40.746Z] ---> Running in d158182459ad [2021-03-25T00:38:41.028Z] Removing intermediate container d158182459ad [2021-03-25T00:38:41.028Z] ---> 28e9c2ce5af5 [2021-03-25T00:38:41.028Z] Step 31/31 : LABEL version=0.0.0 [2021-03-25T00:38:41.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:38:41.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:38:41.293Z] ---> Running in 82e179ca6ba5 [2021-03-25T00:38:41.561Z] Removing intermediate container 82e179ca6ba5 [2021-03-25T00:38:41.561Z] ---> 4d396e3d9442 [2021-03-25T00:38:41.561Z] [2021-03-25T00:38:41.831Z] Successfully built 4d396e3d9442 [2021-03-25T00:38:42.106Z] OK: 233 MiB in 51 packages [2021-03-25T00:38:42.106Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-25T00:38:42.106Z]  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages [2021-03-25T00:38:42.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.276s coverage: 45.9% of statements [2021-03-25T00:38:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-25T00:38:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-25T00:38:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-25T00:38:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-25T00:38:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-25T00:38:42.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-25T00:38:42.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.157s coverage: 19.8% of statements [2021-03-25T00:38:42.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.298s coverage: 100.0% of statements [2021-03-25T00:38:43.079Z] Removing intermediate container f2ed0a696e66 [2021-03-25T00:38:43.079Z] ---> 9c055fcaa181 [2021-03-25T00:38:43.079Z] Step 6/23 : COPY go.mod . [2021-03-25T00:38:43.079Z] Removing intermediate container 6eb1b27eaf96 [2021-03-25T00:38:43.079Z] ---> 9832b8275e3f [2021-03-25T00:38:43.079Z] Step 6/26 : COPY go.mod . [2021-03-25T00:38:43.667Z] ---> b374aa070bf1 [2021-03-25T00:38:43.667Z] Step 7/23 : RUN go mod download [2021-03-25T00:38:43.667Z] ---> Running in e5b414e04589 [2021-03-25T00:38:43.667Z] ---> 07e5728d29bf [2021-03-25T00:38:43.667Z] Step 7/26 : RUN go mod download [2021-03-25T00:38:43.942Z] ---> Running in 1db42f235ecc [2021-03-25T00:38:48.208Z] Removing intermediate container 1db42f235ecc [2021-03-25T00:38:48.208Z] ---> b90caa03a4a5 [2021-03-25T00:38:48.208Z] Step 8/26 : COPY . . [2021-03-25T00:38:48.208Z] Removing intermediate container e5b414e04589 [2021-03-25T00:38:48.208Z] ---> 334b2e36e5bc [2021-03-25T00:38:48.208Z] Step 8/23 : COPY . . [2021-03-25T00:38:51.072Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.607s coverage: 27.1% of statements [2021-03-25T00:38:51.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-25T00:38:51.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-25T00:38:51.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-25T00:38:51.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-25T00:38:51.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-25T00:38:51.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-25T00:38:51.072Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements [2021-03-25T00:38:51.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-25T00:38:51.072Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2021-03-25T00:38:51.072Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-25T00:38:51.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-25T00:38:51.680Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.293s coverage: 71.3% of statements [2021-03-25T00:38:51.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-25T00:38:51.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-25T00:38:53.127Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.536s coverage: 82.9% of statements [2021-03-25T00:38:53.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-25T00:38:53.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:38:53.127Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.162s coverage: 78.9% of statements [2021-03-25T00:38:53.127Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-25T00:39:03.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.138s coverage: 28.6% of statements [2021-03-25T00:39:03.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-25T00:39:03.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-25T00:39:03.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-25T00:39:03.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-25T00:39:03.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-25T00:39:03.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.145s coverage: 100.0% of statements [2021-03-25T00:39:03.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-25T00:39:03.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-03-25T00:39:03.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-25T00:39:03.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.301s coverage: 86.7% of statements [2021-03-25T00:39:03.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-25T00:39:03.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.345s coverage: 97.5% of statements [2021-03-25T00:39:03.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-25T00:39:03.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements [2021-03-25T00:39:03.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-25T00:39:03.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-25T00:39:03.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-25T00:39:03.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-25T00:39:03.307Z] 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-25T00:39:03.307Z] 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-25T00:39:11.588Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.236s coverage: 92.8% of statements [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-25T00:39:11.588Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-25T00:39:11.588Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.281s coverage: 0.1% of statements [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-25T00:39:11.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-25T00:39:11.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.066s coverage: 47.1% of statements [2021-03-25T00:39:11.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.085s coverage: 79.5% of statements [2021-03-25T00:39:11.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.068s coverage: 94.1% of statements [2021-03-25T00:39:11.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements [2021-03-25T00:39:11.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2021-03-25T00:39:13.401Z] ---> 9198d736b2a0 [2021-03-25T00:39:13.401Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-25T00:39:13.977Z] ---> 577918085d49 [2021-03-25T00:39:13.977Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-25T00:39:14.559Z] ---> Running in b8a3bb02a402 [2021-03-25T00:39:14.559Z] ---> Running in 2dd413b3efa7 [2021-03-25T00:39:14.559Z] Removing intermediate container 44144621f56f [2021-03-25T00:39:14.559Z] ---> 12f38020063c [2021-03-25T00:39:14.559Z] [2021-03-25T00:39:14.559Z] Step 10/24 : FROM alpine:3.12 [2021-03-25T00:39:14.822Z] ---> 88dd2752d2ea [2021-03-25T00:39:14.822Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-25T00:39:14.822Z] Removing intermediate container f70fb553a3c2 [2021-03-25T00:39:14.822Z] ---> ba6af1da0cc9 [2021-03-25T00:39:14.822Z] [2021-03-25T00:39:14.822Z] Step 10/21 : FROM alpine:3.12 [2021-03-25T00:39:14.822Z] ---> 88dd2752d2ea [2021-03-25T00:39:14.822Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-25T00:39:15.086Z] ---> Running in 4ac8a2684c1d [2021-03-25T00:39:15.086Z] ---> Running in 7b4706630364 [2021-03-25T00:39:15.359Z] 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-25T00:39:15.359Z] 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-25T00:39:15.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:39:15.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:39:16.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:39:16.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:39:16.217Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-25T00:39:16.217Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-25T00:39:16.217Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T00:39:16.217Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T00:39:16.217Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-25T00:39:16.217Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-25T00:39:16.217Z] (4/6) Installing curl (7.69.1-r3) [2021-03-25T00:39:16.217Z] (4/4) Installing curl (7.69.1-r3) [2021-03-25T00:39:16.217Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-25T00:39:16.483Z] (6/6) Installing su-exec (0.2-r1) [2021-03-25T00:39:16.483Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:39:16.483Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:39:16.483Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T00:39:16.483Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T00:39:16.483Z] OK: 7 MiB in 20 packages [2021-03-25T00:39:16.483Z] OK: 7 MiB in 18 packages [2021-03-25T00:39:19.061Z] Removing intermediate container 7b4706630364 [2021-03-25T00:39:19.061Z] ---> f6305e3c3c43 [2021-03-25T00:39:19.061Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T00:39:20.033Z] Removing intermediate container 4ac8a2684c1d [2021-03-25T00:39:20.033Z] ---> 2104f0662e8b [2021-03-25T00:39:20.033Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T00:39:20.033Z] ---> Running in a8bca07459a4 [2021-03-25T00:39:20.033Z] ---> Running in 1a20bf5c8525 [2021-03-25T00:39:20.303Z] Removing intermediate container a8bca07459a4 [2021-03-25T00:39:20.303Z] ---> e0d74ff1f19d [2021-03-25T00:39:20.303Z] Step 13/24 : WORKDIR / [2021-03-25T00:39:20.573Z] ---> Running in 9b8f5bd55967 [2021-03-25T00:39:21.167Z] Removing intermediate container 1a20bf5c8525 [2021-03-25T00:39:21.167Z] ---> 303728ea65e3 [2021-03-25T00:39:21.167Z] Step 13/21 : WORKDIR /edgex [2021-03-25T00:39:21.441Z] ---> Running in 38c0f4c9a594 [2021-03-25T00:39:21.441Z] Removing intermediate container 9b8f5bd55967 [2021-03-25T00:39:21.441Z] ---> efe372b15595 [2021-03-25T00:39:21.441Z] 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-25T00:39:21.718Z] Removing intermediate container 38c0f4c9a594 [2021-03-25T00:39:21.718Z] ---> 51412438560d [2021-03-25T00:39:21.718Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-25T00:39:21.986Z] ---> 37d2f081f3c2 [2021-03-25T00:39:21.986Z] 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-25T00:39:22.259Z] ---> 84ba17dc6f26 [2021-03-25T00:39:22.259Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-25T00:39:22.527Z] ---> 6a6523e5d14a [2021-03-25T00:39:22.527Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-25T00:39:23.116Z] ---> 7b3899122d5e [2021-03-25T00:39:23.116Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-25T00:39:23.116Z] ---> 5e5effd75338 [2021-03-25T00:39:23.116Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-25T00:39:23.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements [2021-03-25T00:39:23.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.078s coverage: 44.8% of statements [2021-03-25T00:39:24.559Z] ---> 2cf790d46856 [2021-03-25T00:39:24.559Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-25T00:39:24.559Z] ---> 72c52d170191 [2021-03-25T00:39:24.559Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-25T00:39:24.559Z] ---> Running in 45cf019ac0f8 [2021-03-25T00:39:24.833Z] Removing intermediate container 45cf019ac0f8 [2021-03-25T00:39:24.833Z] ---> 7cd1df4bce26 [2021-03-25T00:39:24.833Z] Step 18/21 : CMD ["--init=true"] [2021-03-25T00:39:26.284Z] ---> Running in 49f40b2ae5ee [2021-03-25T00:39:26.284Z] ---> 3e34671a8b22 [2021-03-25T00:39:26.284Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-25T00:39:26.284Z] Removing intermediate container 49f40b2ae5ee [2021-03-25T00:39:26.284Z] ---> 258e232fe3d0 [2021-03-25T00:39:26.284Z] Step 19/21 : LABEL arch=x86_64 [2021-03-25T00:39:26.551Z] ---> Running in 68cb62487b75 [2021-03-25T00:39:26.821Z] ---> 2a2c6fc2f7c3 [2021-03-25T00:39:26.821Z] 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-25T00:39:27.097Z] ---> Running in 7d3d99072c84 [2021-03-25T00:39:27.097Z] Removing intermediate container 68cb62487b75 [2021-03-25T00:39:27.097Z] ---> a795afe9968d [2021-03-25T00:39:27.097Z] Step 20/21 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:39:27.374Z] ---> Running in fd5b1f97cb41 [2021-03-25T00:39:27.665Z] Removing intermediate container fd5b1f97cb41 [2021-03-25T00:39:27.665Z] ---> 71ed850b3d69 [2021-03-25T00:39:27.665Z] Step 21/21 : LABEL version=0.0.0 [2021-03-25T00:39:27.665Z] ---> Running in de3dbe7f08e7 [2021-03-25T00:39:28.259Z] Removing intermediate container de3dbe7f08e7 [2021-03-25T00:39:28.259Z] ---> e53dc245d8e6 [2021-03-25T00:39:28.259Z] [2021-03-25T00:39:28.259Z] Successfully built e53dc245d8e6 [2021-03-25T00:39:28.259Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-25T00:39:29.234Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7d3d99072c84 [2021-03-25T00:39:29.234Z] ---> 0e2374832dfb [2021-03-25T00:39:29.234Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-25T00:39:29.234Z] ---> Running in 2b8a5302a6f5 [2021-03-25T00:39:29.503Z] Removing intermediate container 2b8a5302a6f5 [2021-03-25T00:39:29.503Z] ---> a2cb1154294f [2021-03-25T00:39:29.503Z] Step 22/24 : LABEL arch=x86_64 [2021-03-25T00:39:29.768Z] ---> Running in 3f4fb717ab0c [2021-03-25T00:39:30.034Z] Removing intermediate container 3f4fb717ab0c [2021-03-25T00:39:30.034Z] ---> f9b5a02394cf [2021-03-25T00:39:30.034Z] Step 23/24 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:39:30.305Z] ---> Running in 98b0e266ad72 [2021-03-25T00:39:30.579Z] Removing intermediate container 98b0e266ad72 [2021-03-25T00:39:30.579Z] ---> d08e872897a0 [2021-03-25T00:39:30.579Z] Step 24/24 : LABEL version=0.0.0 [2021-03-25T00:39:30.579Z] ---> Running in 93c0d0dc859d [2021-03-25T00:39:30.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.449s coverage: 82.6% of statements [2021-03-25T00:39:30.849Z] Removing intermediate container 93c0d0dc859d [2021-03-25T00:39:30.849Z] ---> c9c627412eda [2021-03-25T00:39:30.849Z] [2021-03-25T00:39:31.119Z] Successfully built c9c627412eda [2021-03-25T00:39:31.393Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-25T00:39:35.666Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2dd413b3efa7 [2021-03-25T00:39:35.666Z] ---> e2228db66ca3 [2021-03-25T00:39:35.666Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-25T00:39:35.928Z] ---> Running in 91d69f0b15fc [2021-03-25T00:39:36.507Z] 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-25T00:39:39.014Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.128s coverage: 92.9% of statements [2021-03-25T00:39:39.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-25T00:39:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-25T00:39:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-25T00:39:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-03-25T00:39:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-25T00:39:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-25T00:39:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-25T00:39:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-25T00:39:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-25T00:39:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements [2021-03-25T00:39:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-25T00:39:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-25T00:39:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-03-25T00:39:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-25T00:39:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-03-25T00:39:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-25T00:39:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements [2021-03-25T00:39:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.148s coverage: 87.2% of statements [2021-03-25T00:39:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.6% of statements [2021-03-25T00:39:39.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.211s coverage: 91.6% of statements [2021-03-25T00:39:39.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-25T00:39:39.078Z] Removing intermediate container b8a3bb02a402 [2021-03-25T00:39:39.078Z] ---> a48e375804d3 [2021-03-25T00:39:39.078Z] [2021-03-25T00:39:39.078Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T00:39:39.078Z] ---> 88dd2752d2ea [2021-03-25T00:39:39.078Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-25T00:39:39.078Z] ---> Running in ad65f1a4f399 [2021-03-25T00:39:39.078Z] Removing intermediate container 91d69f0b15fc [2021-03-25T00:39:39.078Z] ---> b88caedc6404 [2021-03-25T00:39:39.078Z] [2021-03-25T00:39:39.078Z] Step 11/26 : FROM docker:20.10.0 [2021-03-25T00:39:39.078Z] 20.10.0: Pulling from library/docker [2021-03-25T00:39:39.078Z] Removing intermediate container ad65f1a4f399 [2021-03-25T00:39:39.078Z] ---> 12dc23511855 [2021-03-25T00:39:39.078Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-25T00:39:39.078Z] ---> Running in 78d2ae148c34 [2021-03-25T00:39:39.653Z] Removing intermediate container 78d2ae148c34 [2021-03-25T00:39:39.653Z] ---> ce6fd091e98c [2021-03-25T00:39:39.653Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-25T00:39:39.653Z] ---> Running in 875ab52686ce [2021-03-25T00:39:40.235Z] Removing intermediate container 875ab52686ce [2021-03-25T00:39:40.235Z] ---> ff2686535f29 [2021-03-25T00:39:40.235Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:39:40.235Z] ---> Running in 32b8f4f6da31 [2021-03-25T00:39:41.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.676s coverage: 64.4% of statements [2021-03-25T00:39:41.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-25T00:39:41.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-25T00:39:41.017Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements [2021-03-25T00:39:41.623Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-03-25T00:39:41.624Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-03-25T00:39:41.640Z] Removing intermediate container 32b8f4f6da31 [2021-03-25T00:39:41.640Z] ---> e72975ff2500 [2021-03-25T00:39:41.640Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-25T00:39:41.640Z] ---> Running in c9a196651e55 [2021-03-25T00:39:42.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:39:42.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements [2021-03-25T00:39:43.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:39:43.743Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-25T00:39:43.743Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-25T00:39:43.743Z] ---> aefe523efa57 [2021-03-25T00:39:43.743Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-25T00:39:44.012Z] ---> Running in bfb84e141223 [2021-03-25T00:39:44.012Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-25T00:39:44.012Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-25T00:39:44.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [2021-03-25T00:39:44.274Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-25T00:39:44.274Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-25T00:39:44.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:39:44.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:39:44.536Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-25T00:39:44.800Z] (1/2) Installing readline (8.0.4-r0) [2021-03-25T00:39:44.800Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-25T00:39:44.800Z] (2/2) Installing bash (5.0.17-r0) [2021-03-25T00:39:44.800Z] Executing bash-5.0.17-r0.post-install [2021-03-25T00:39:44.800Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:39:44.800Z] OK: 12 MiB in 22 packages [2021-03-25T00:39:44.800Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:39:44.800Z] OK: 8 MiB in 20 packages [2021-03-25T00:39:45.746Z] Removing intermediate container bfb84e141223 [2021-03-25T00:39:45.746Z] ---> 7ca8eaa68470 [2021-03-25T00:39:45.746Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-25T00:39:45.746Z] ---> Running in f360de2725b8 [2021-03-25T00:39:45.746Z] Removing intermediate container c9a196651e55 [2021-03-25T00:39:45.746Z] ---> 17f13f783ba7 [2021-03-25T00:39:45.746Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:39:45.746Z] Removing intermediate container f360de2725b8 [2021-03-25T00:39:45.746Z] ---> 9f915115017f [2021-03-25T00:39:45.746Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-25T00:39:46.015Z] ---> Running in 61de8e94fabb [2021-03-25T00:39:46.015Z] ---> 820f342f025e [2021-03-25T00:39:46.015Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-25T00:39:46.015Z] Removing intermediate container 61de8e94fabb [2021-03-25T00:39:46.015Z] ---> df025d2344e7 [2021-03-25T00:39:46.015Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-25T00:39:46.282Z] ---> Running in 4ab7c8354f14 [2021-03-25T00:39:46.552Z] Removing intermediate container 4ab7c8354f14 [2021-03-25T00:39:46.552Z] ---> f3ca315343ac [2021-03-25T00:39:46.553Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-25T00:39:46.553Z] ---> a8bef12be413 [2021-03-25T00:39:46.553Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-25T00:39:46.817Z] ---> 1b4998d8f4f9 [2021-03-25T00:39:46.817Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-25T00:39:46.817Z] ---> e3d6faf8b619 [2021-03-25T00:39:46.817Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-25T00:39:46.817Z] ---> Running in 962de5700d74 [2021-03-25T00:39:47.081Z] Removing intermediate container 962de5700d74 [2021-03-25T00:39:47.081Z] ---> e7b30229b064 [2021-03-25T00:39:47.081Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:39:47.081Z] ---> Running in 427aaa577b93 [2021-03-25T00:39:47.081Z] ---> 3a5f06007b58 [2021-03-25T00:39:47.081Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-25T00:39:47.343Z] Removing intermediate container 427aaa577b93 [2021-03-25T00:39:47.343Z] ---> ec7a48b63d9f [2021-03-25T00:39:47.343Z] Step 21/23 : LABEL arch=x86_64 [2021-03-25T00:39:47.605Z] ---> Running in 302dc2adc113 [2021-03-25T00:39:47.605Z] ---> 0169c69aaecc [2021-03-25T00:39:47.605Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-25T00:39:47.605Z] ---> Running in c4dd47d4f2d9 [2021-03-25T00:39:47.606Z] Removing intermediate container 302dc2adc113 [2021-03-25T00:39:47.606Z] ---> 71dcde6ae6c0 [2021-03-25T00:39:47.606Z] Step 22/23 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:39:47.675Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.852s coverage: 69.0% of statements [2021-03-25T00:39:47.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-25T00:39:47.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-25T00:39:47.675Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-25T00:39:48.554Z] ---> Running in fb527a4c8c86 [2021-03-25T00:39:48.554Z] Removing intermediate container fb527a4c8c86 [2021-03-25T00:39:48.554Z] ---> 6c23efc8a27f [2021-03-25T00:39:48.554Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T00:39:48.815Z] ---> Running in 3d26e63784d5 [2021-03-25T00:39:48.815Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:39:48.815Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:39:48.815Z] Removing intermediate container 3d26e63784d5 [2021-03-25T00:39:48.815Z] ---> f6a007ff1234 [2021-03-25T00:39:48.815Z] [2021-03-25T00:39:49.077Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-25T00:39:49.077Z] (2/33) Installing expat (2.2.9-r1) [2021-03-25T00:39:49.077Z] (3/33) Installing libffi (3.3-r2) [2021-03-25T00:39:49.077Z] (4/33) Installing gdbm (1.13-r1) [2021-03-25T00:39:49.077Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-25T00:39:49.077Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-25T00:39:49.077Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-25T00:39:49.077Z] Successfully built f6a007ff1234 [2021-03-25T00:39:49.077Z] Successfully tagged docker-core-data-go:latest [2021-03-25T00:39:49.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.379s coverage: 38.4% of statements [2021-03-25T00:39:49.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-25T00:39:49.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-25T00:39:49.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.114s coverage: 89.5% of statements [2021-03-25T00:39:49.664Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-25T00:39:49.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.117s coverage: 84.8% of statements [2021-03-25T00:39:50.466Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-25T00:39:50.467Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-25T00:39:50.467Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-25T00:39:50.467Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-25T00:39:50.467Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-25T00:39:50.467Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-25T00:39:50.467Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-25T00:39:50.467Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-25T00:39:50.467Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-25T00:39:50.467Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-25T00:39:50.467Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-25T00:39:50.467Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-25T00:39:50.467Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-25T00:39:50.467Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-25T00:39:50.467Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-25T00:39:50.467Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-25T00:39:50.467Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-25T00:39:50.467Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-25T00:39:50.467Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-25T00:39:50.467Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-25T00:39:50.467Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-25T00:39:50.467Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-25T00:39:50.467Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-25T00:39:50.467Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-25T00:39:50.467Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-25T00:39:50.467Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-25T00:39:50.729Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:39:50.729Z] OK: 71 MiB in 55 packages [2021-03-25T00:39:56.420Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.464s coverage: 47.0% of statements [2021-03-25T00:39:56.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-25T00:39:56.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-25T00:39:56.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-25T00:39:56.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-25T00:39:56.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-25T00:39:56.420Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.158s coverage: 100.0% of statements [2021-03-25T00:39:56.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-25T00:39:56.420Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements [2021-03-25T00:39:56.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-25T00:39:56.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-25T00:39:56.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-25T00:39:56.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-25T00:39:56.420Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.487s coverage: 87.1% of statements [2021-03-25T00:39:56.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-25T00:39:56.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:39:56.420Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-25T00:39:58.890Z] Removing intermediate container c4dd47d4f2d9 [2021-03-25T00:39:58.890Z] ---> 2dbee6d687be [2021-03-25T00:39:58.890Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-25T00:39:59.165Z] ---> Running in f3f4aaa18390 [2021-03-25T00:40:01.089Z] Collecting docker-compose==1.23.2 [2021-03-25T00:40:01.089Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-25T00:40:01.089Z] 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-25T00:40:01.089Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-25T00:40:01.089Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-25T00:40:01.089Z] Collecting texttable<0.10,>=0.9.0 [2021-03-25T00:40:01.089Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-25T00:40:01.674Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-25T00:40:01.674Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-25T00:40:01.949Z] Collecting docopt<0.7,>=0.6.1 [2021-03-25T00:40:01.949Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-25T00:40:02.532Z] Collecting PyYAML<4,>=3.10 [2021-03-25T00:40:02.532Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-25T00:40:03.479Z] Collecting docker<4.0,>=3.6.0 [2021-03-25T00:40:03.480Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-25T00:40:03.480Z] Collecting cached-property<2,>=1.2.0 [2021-03-25T00:40:03.480Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-25T00:40:03.743Z] Collecting jsonschema<3,>=2.5.1 [2021-03-25T00:40:03.743Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-25T00:40:03.743Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-25T00:40:03.743Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-25T00:40:05.013Z] Collecting idna<2.8,>=2.5 [2021-03-25T00:40:05.013Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-25T00:40:05.289Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-25T00:40:05.289Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-25T00:40:05.289Z] 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-25T00:40:05.289Z] 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-25T00:40:05.289Z] Collecting docker-pycreds>=0.4.0 [2021-03-25T00:40:05.289Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-25T00:40:05.289Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-25T00:40:05.289Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-25T00:40:05.289Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-25T00:40:05.289Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-25T00:40:05.571Z] Installing collected packages: websocket-client, texttable, idna, urllib3, requests, docopt, PyYAML, docker-pycreds, docker, cached-property, jsonschema, dockerpty, docker-compose [2021-03-25T00:40:05.571Z] Running setup.py install for texttable: started [2021-03-25T00:40:06.196Z] Running setup.py install for texttable: finished with status 'done' [2021-03-25T00:40:06.196Z] Attempting uninstall: idna [2021-03-25T00:40:06.196Z] Found existing installation: idna 2.9 [2021-03-25T00:40:06.196Z] Uninstalling idna-2.9: [2021-03-25T00:40:06.196Z] Successfully uninstalled idna-2.9 [2021-03-25T00:40:06.463Z] Attempting uninstall: urllib3 [2021-03-25T00:40:06.463Z] Found existing installation: urllib3 1.25.9 [2021-03-25T00:40:06.463Z] Uninstalling urllib3-1.25.9: [2021-03-25T00:40:06.463Z] Successfully uninstalled urllib3-1.25.9 [2021-03-25T00:40:06.463Z] Attempting uninstall: requests [2021-03-25T00:40:06.463Z] Found existing installation: requests 2.23.0 [2021-03-25T00:40:06.463Z] Uninstalling requests-2.23.0: [2021-03-25T00:40:06.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.629s coverage: 29.1% of statements [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-25T00:40:06.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.212s coverage: 99.0% of statements [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-25T00:40:06.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-25T00:40:06.617Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.240s coverage: 94.0% of statements [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-25T00:40:06.617Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-25T00:40:06.617Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.072s coverage: 100.0% of statements [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-25T00:40:06.617Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-25T00:40:06.617Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-25T00:40:06.617Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-03-25T00:40:06.617Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements [2021-03-25T00:40:06.724Z] Successfully uninstalled requests-2.23.0 [2021-03-25T00:40:06.724Z] Running setup.py install for docopt: started [2021-03-25T00:40:07.298Z] Running setup.py install for docopt: finished with status 'done' [2021-03-25T00:40:07.298Z] Running setup.py install for PyYAML: started [2021-03-25T00:40:07.594Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-03-25T00:40:07.872Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-25T00:40:08.135Z] Running setup.py install for dockerpty: started [2021-03-25T00:40:08.185Z] GO111MODULE=on go vet ./... [2021-03-25T00:40:08.710Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-25T00:40:08.710Z] 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-25T00:40:12.026Z] Removing intermediate container f3f4aaa18390 [2021-03-25T00:40:12.026Z] ---> ee2187c6ead2 [2021-03-25T00:40:12.026Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-25T00:40:12.026Z] ---> Running in 7f6a2dd9af2a [2021-03-25T00:40:12.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T00:40:12.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T00:40:12.290Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T00:40:12.290Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-25T00:40:12.290Z] (3/3) Installing curl (7.69.1-r3) [2021-03-25T00:40:12.558Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:40:12.558Z] OK: 72 MiB in 58 packages [2021-03-25T00:40:12.821Z] Removing intermediate container 7f6a2dd9af2a [2021-03-25T00:40:12.821Z] ---> 51112e8bf1f4 [2021-03-25T00:40:12.821Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-25T00:40:13.083Z] ---> Running in 400bea34fe1e [2021-03-25T00:40:13.083Z] Removing intermediate container 400bea34fe1e [2021-03-25T00:40:13.083Z] ---> 9e4821a0b229 [2021-03-25T00:40:13.083Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:40:13.346Z] ---> Running in 5f187e6fa754 [2021-03-25T00:40:13.346Z] Removing intermediate container 5f187e6fa754 [2021-03-25T00:40:13.346Z] ---> fd4c0286354c [2021-03-25T00:40:13.346Z] Step 24/26 : LABEL arch=x86_64 [2021-03-25T00:40:13.346Z] ---> Running in af382fab971e [2021-03-25T00:40:13.609Z] Removing intermediate container af382fab971e [2021-03-25T00:40:13.609Z] ---> ea10fe7de9e0 [2021-03-25T00:40:13.609Z] Step 25/26 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:40:13.609Z] ---> Running in f8df852c19d7 [2021-03-25T00:40:13.873Z] Removing intermediate container f8df852c19d7 [2021-03-25T00:40:13.873Z] ---> 414c22b5a1dc [2021-03-25T00:40:13.873Z] Step 26/26 : LABEL version=0.0.0 [2021-03-25T00:40:13.873Z] ---> Running in 522d034b173e [2021-03-25T00:40:14.135Z] Removing intermediate container 522d034b173e [2021-03-25T00:40:14.135Z] ---> 016f0350da0f [2021-03-25T00:40:14.135Z] [2021-03-25T00:40:14.135Z] Successfully built 016f0350da0f [2021-03-25T00:40:14.398Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-25T00:40:14.671Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-25T00:40:14.678Z] $ docker stop --time=1 d47452b3df28944f309fd017f4b7227d1cbc45de2781d72805923c52aed46fd8 [2021-03-25T00:40:16.245Z] $ docker rm -f d47452b3df28944f309fd017f4b7227d1cbc45de2781d72805923c52aed46fd8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T00:40:16.814Z] + docker images [2021-03-25T00:40:16.814Z] + grep docker [2021-03-25T00:40:17.081Z] docker-sys-mgmt-agent-go latest 016f0350da0f 4 seconds ago 313MB [2021-03-25T00:40:17.081Z] docker-core-data-go latest f6a007ff1234 29 seconds ago 22.6MB [2021-03-25T00:40:17.081Z] docker-security-secretstore-setup-go latest c9c627412eda 47 seconds ago 25MB [2021-03-25T00:40:17.082Z] docker-security-proxy-setup-go latest e53dc245d8e6 50 seconds ago 24.7MB [2021-03-25T00:40:17.082Z] docker-security-bootstrapper-go latest 4d396e3d9442 About a minute ago 18.8MB [2021-03-25T00:40:17.082Z] docker-core-command-go latest d75b9154f6b7 2 minutes ago 17.3MB [2021-03-25T00:40:17.082Z] docker-core-metadata-go latest 1a8c432d7edd 2 minutes ago 19.1MB [2021-03-25T00:40:17.082Z] docker-support-notifications-go latest 0dc2cce97566 2 minutes ago 17.9MB [2021-03-25T00:40:17.082Z] docker-support-scheduler-go latest 8426d78c1698 2 minutes ago 17.3MB [2021-03-25T00:40:17.082Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-25T00:40:32.860Z] Still waiting to schedule task [2021-03-25T00:40:32.860Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-31292’ [2021-03-25T00:41:30.007Z] gofmt -l . [2021-03-25T00:41:30.007Z] [ "`gofmt -l .`" = "" ] [2021-03-25T00:41:32.724Z] ./bin/test-go-mod-tidy.sh [2021-03-25T00:41:33.759Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-25T00:41:36.407Z] + ls -al . [2021-03-25T00:41:36.407Z] total 804 [2021-03-25T00:41:36.407Z] drwxrwxr-x 9 1001 1001 4096 Mar 25 00:41 . [2021-03-25T00:41:36.407Z] drwxr-xr-x 4 root root 4096 Mar 25 00:36 .. [2021-03-25T00:41:36.407Z] -rw-rw-r-- 1 1001 1001 11 Mar 25 00:35 .dockerignore [2021-03-25T00:41:36.407Z] drwxrwxr-x 8 1001 1001 4096 Mar 25 00:35 .git [2021-03-25T00:41:36.407Z] drwxrwxr-x 3 1001 1001 4096 Mar 25 00:35 .github [2021-03-25T00:41:36.407Z] -rw-rw-r-- 1 1001 1001 818 Mar 25 00:35 .gitignore [2021-03-25T00:41:36.407Z] -rw-rw-r-- 1 1001 1001 166 Mar 25 00:35 .sonarcloud.properties [2021-03-25T00:41:36.407Z] -rw-rw-r-- 1 1001 1001 8607 Mar 25 00:35 Attribution.txt [2021-03-25T00:41:36.407Z] -rw-rw-r-- 1 1001 1001 3804 Mar 25 00:35 CONTRIBUTING.md [2021-03-25T00:41:36.407Z] -rw-rw-r-- 1 1001 1001 931 Mar 25 00:35 Dockerfile.build [2021-03-25T00:41:36.407Z] -rw-rw-r-- 1 1001 1001 863 Mar 25 00:35 Jenkinsfile [2021-03-25T00:41:36.407Z] -rw-rw-r-- 1 1001 1001 10775 Mar 25 00:35 LICENSE [2021-03-25T00:41:36.407Z] -rw-rw-r-- 1 1001 1001 5774 Mar 25 00:35 Makefile [2021-03-25T00:41:36.407Z] -rw-rw-r-- 1 1001 1001 6548 Mar 25 00:35 README.md [2021-03-25T00:41:36.407Z] -rw-rw-r-- 1 1001 1001 6755 Mar 25 00:35 SECURITY.md [2021-03-25T00:41:36.407Z] -rw-rw-r-- 1 1001 1001 5 Mar 25 00:31 VERSION [2021-03-25T00:41:36.407Z] -rw-rw-r-- 1 1001 1001 4131 Mar 25 00:35 ZMQWindows.md [2021-03-25T00:41:36.407Z] drwxrwxr-x 2 1001 1001 4096 Mar 25 00:35 bin [2021-03-25T00:41:36.407Z] drwxrwxr-x 14 1001 1001 4096 Mar 25 00:35 cmd [2021-03-25T00:41:36.407Z] -rw-r--r-- 1 root root 666600 Mar 25 00:40 coverage.out [2021-03-25T00:41:36.407Z] -rw-r--r-- 1 root root 1057 Mar 25 00:41 go.mod [2021-03-25T00:41:36.407Z] -rw-r--r-- 1 root root 22213 Mar 25 00:41 go.sum [2021-03-25T00:41:36.407Z] drwxrwxr-x 8 1001 1001 4096 Mar 25 00:35 internal [2021-03-25T00:41:36.407Z] drwxrwxr-x 4 1001 1001 4096 Mar 25 00:35 openapi [2021-03-25T00:41:36.408Z] drwxrwxr-x 4 1001 1001 4096 Mar 25 00:35 snap [2021-03-25T00:41:36.408Z] -rw-rw-r-- 1 1001 1001 168 Mar 25 00:35 version.go [Pipeline] sh [2021-03-25T00:41:37.075Z] + '[' -e coverage.out ] [2021-03-25T00:41:37.075Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-25T00:41:37.143Z] Warning: overwriting stash ‘coverage-report’ [2021-03-25T00:41:38.309Z] Stashed 1 file(s) [Pipeline] sh [2021-03-25T00:41:38.958Z] + make build [2021-03-25T00:41:38.958Z] 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-25T00:41:51.390Z] 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-25T00:42:18.187Z] 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-25T00:42:19.614Z] 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-25T00:42:26.319Z] 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-25T00:42:27.297Z] 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-25T00:42:32.697Z] 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-25T00:42:40.976Z] 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-25T00:42:42.225Z] Running on prd-ubuntu18.04-docker-8c-8g-31294 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-25T00:42:42.280Z] Running in /w/workspace/edgex-go/32 [Pipeline] { [Pipeline] checkout [2021-03-25T00:42:44.755Z] using credential edgex-jenkins-ssh [2021-03-25T00:42:44.809Z] Cloning the remote Git repository [2021-03-25T00:42:45.315Z] 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-25T00:42:44.836Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-25T00:42:44.909Z] > git init /w/workspace/edgex-go/32 # timeout=10 [2021-03-25T00:42:44.945Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-25T00:42:44.945Z] > git --version # timeout=10 [2021-03-25T00:42:44.953Z] > git --version # 'git version 2.17.1' [2021-03-25T00:42:44.953Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T00:42:44.988Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T00:42:50.706Z] 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-25T00:42:54.093Z] 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-25T00:42:58.398Z] 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-25T00:43:03.515Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-25T00:43:03.526Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T00:43:03.540Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-25T00:43:03.559Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-25T00:43:03.559Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T00:43:03.566Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T00:43:04.250Z] Merging remotes/origin/master commit e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 into PR head commit dded078ab3f172869103e50879a161b42de3d17e [2021-03-25T00:43:04.552Z] Merge succeeded, producing b4a2e75c867ec4e6ccade3d9cbc49c72fa7bfa5d [2021-03-25T00:43:04.553Z] Checking out Revision b4a2e75c867ec4e6ccade3d9cbc49c72fa7bfa5d (PR-3234) [2021-03-25T00:43:04.260Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T00:43:04.265Z] > git checkout -f dded078ab3f172869103e50879a161b42de3d17e # timeout=10 [2021-03-25T00:43:04.411Z] > git remote # timeout=10 [2021-03-25T00:43:04.419Z] > git config --get remote.origin.url # timeout=10 [2021-03-25T00:43:04.424Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T00:43:04.429Z] > git merge e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 # timeout=10 [2021-03-25T00:43:04.545Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-25T00:43:04.555Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T00:43:04.559Z] > git checkout -f b4a2e75c867ec4e6ccade3d9cbc49c72fa7bfa5d # timeout=10 [Pipeline] } [2021-03-25T00:43:06.701Z] $ docker stop --time=1 0d1ad91628e7f9f8b2dada06bf63ddc76fdfda32beb47a77e82b890cccda5c33 [2021-03-25T00:43:08.423Z] Commit message: "Merge commit 'e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6' into HEAD" [2021-03-25T00:43:08.426Z] > git rev-list --no-walk dded078ab3f172869103e50879a161b42de3d17e # timeout=10 [2021-03-25T00:43:09.406Z] $ docker rm -f 0d1ad91628e7f9f8b2dada06bf63ddc76fdfda32beb47a77e82b890cccda5c33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:43:11.836Z] + echo snap-build.sh [2021-03-25T00:43:11.836Z] snap-build.sh [2021-03-25T00:43:11.836Z] + SNAP_BASE_DIR=. [2021-03-25T00:43:11.836Z] + '[' '!' -z /w/workspace/edgex-go/32 ']' [2021-03-25T00:43:11.836Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/32 [2021-03-25T00:43:11.836Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/32]' [2021-03-25T00:43:11.836Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/32] [2021-03-25T00:43:11.836Z] + cd /w/workspace/edgex-go/32 [2021-03-25T00:43:11.836Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-25T00:43:11.836Z] Reading package lists... [2021-03-25T00:43:11.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T00:43:12.101Z] Building dependency tree... [2021-03-25T00:43:12.102Z] Reading state information... [2021-03-25T00:43:12.265Z] [2021-03-25T00:43:12.265Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:43:12.366Z] The following packages were automatically installed and are no longer required: [2021-03-25T00:43:12.366Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-25T00:43:12.366Z] uidmap xdelta3 [2021-03-25T00:43:12.366Z] Use 'sudo apt autoremove' to remove them. [2021-03-25T00:43:12.366Z] The following packages will be REMOVED: [2021-03-25T00:43:12.366Z] lxd* lxd-client* [2021-03-25T00:43:12.656Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T00:43:12.933Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-25T00:43:12.933Z] 29e5d40040c1: Pulling fs layer [2021-03-25T00:43:12.933Z] 1ce36da41761: Pulling fs layer [2021-03-25T00:43:12.933Z] 25b303627fd3: Pulling fs layer [2021-03-25T00:43:12.933Z] 29e5d40040c1: Verifying Checksum [2021-03-25T00:43:12.933Z] 29e5d40040c1: Download complete [2021-03-25T00:43:12.948Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-25T00:43:12.948Z] After this operation, 31.7 MB disk space will be freed. [2021-03-25T00:43:13.529Z] 1ce36da41761: Verifying Checksum [2021-03-25T00:43:13.529Z] 1ce36da41761: Download complete [2021-03-25T00:43:13.802Z] 29e5d40040c1: Pull complete [2021-03-25T00:43:14.545Z] (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-25T00:43:14.545Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-25T00:43:15.239Z] 1ce36da41761: Pull complete [2021-03-25T00:43:15.502Z] Removing lxd dnsmasq configuration [2021-03-25T00:43:15.512Z] 25b303627fd3: Verifying Checksum [2021-03-25T00:43:15.512Z] 25b303627fd3: Download complete [2021-03-25T00:43:15.776Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-25T00:43:16.040Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-25T00:43:16.993Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-25T00:43:16.993Z] (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-25T00:43:16.993Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-25T00:43:18.922Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-25T00:43:18.922Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-25T00:43:21.488Z] + sudo snap remove --purge lxd [2021-03-25T00:43:21.488Z] snap "lxd" is not installed [2021-03-25T00:43:21.488Z] + sudo groupadd --force --system lxd [2021-03-25T00:43:21.488Z] ++ whoami [2021-03-25T00:43:21.488Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-25T00:43:21.488Z] + newgrp - lxd [2021-03-25T00:43:21.488Z] + sudo snap install lxd [2021-03-25T00:43:25.661Z] 25b303627fd3: Pull complete [2021-03-25T00:43:25.662Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-25T00:43:25.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T00:43:25.662Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-25T00:43:25.958Z] prd-ubuntu18.04-docker-arm64-4c-16g-31291 does not seem to be running inside a container [2021-03-25T00:43:26.045Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-25T00:43:29.968Z] $ docker top c02b48c07cd0d21f2726a9a31b6112955fff1c11f4eb87de4f0d0a259a7587a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T00:43:31.079Z] + docker-compose build --help [2021-03-25T00:43:31.079Z] + grep parallel [2021-03-25T00:43:31.581Z] 2021-03-25T00:43:29Z INFO Waiting for automatic snapd restart... [2021-03-25T00:43:37.779Z] --parallel Build images in parallel. [Pipeline] } [2021-03-25T00:43:37.798Z] $ docker stop --time=1 c02b48c07cd0d21f2726a9a31b6112955fff1c11f4eb87de4f0d0a259a7587a0 [2021-03-25T00:43:39.848Z] $ docker rm -f c02b48c07cd0d21f2726a9a31b6112955fff1c11f4eb87de4f0d0a259a7587a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:43:40.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T00:43:40.753Z] . [Pipeline] withDockerContainer [2021-03-25T00:43:41.064Z] prd-ubuntu18.04-docker-arm64-4c-16g-31291 does not seem to be running inside a container [2021-03-25T00:43:41.143Z] $ 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/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-25T00:43:42.758Z] $ docker top d859b778032ae7cf1590433e33e91d99906ab4098096e4ad7ec29417e1cc6195 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T00:43:43.844Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-25T00:43:50.605Z] Building docker-core-command-go ... [2021-03-25T00:43:50.605Z] Building docker-core-data-go ... [2021-03-25T00:43:50.605Z] Building docker-core-metadata-go ... [2021-03-25T00:43:50.605Z] Building docker-security-bootstrapper-go ... [2021-03-25T00:43:50.605Z] Building docker-security-proxy-setup-go ... [2021-03-25T00:43:50.605Z] Building docker-security-secretstore-setup-go ... [2021-03-25T00:43:50.605Z] Building docker-support-notifications-go ... [2021-03-25T00:43:50.605Z] Building docker-support-scheduler-go ... [2021-03-25T00:43:50.605Z] Building docker-sys-mgmt-agent-go ... [2021-03-25T00:43:50.605Z] Building docker-sys-mgmt-agent-go [2021-03-25T00:43:50.605Z] Building docker-support-notifications-go [2021-03-25T00:43:50.605Z] Building docker-core-command-go [2021-03-25T00:43:50.605Z] Building docker-security-secretstore-setup-go [2021-03-25T00:43:50.605Z] Building docker-security-bootstrapper-go [2021-03-25T00:44:10.422Z] lxd 4.12 from Canonical* installed [2021-03-25T00:44:10.422Z] + sudo lxd init --auto [2021-03-25T00:44:15.069Z] + sudo snap install --classic snapcraft [2021-03-25T00:44:23.235Z] snapcraft 4.5.4 from Canonical* installed [2021-03-25T00:44:23.235Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-25T00:44:23.235Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-25T00:44:23.235Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T00:44:23.235Z] Dload Upload Total Spent Left Speed [2021-03-25T00:44:23.235Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4644 0 --:--:-- --:--:-- --:--:-- 4644 [2021-03-25T00:44:23.235Z] 100 3325k 100 3325k 0 0 8914k 0 --:--:-- --:--:-- --:--:-- 8914k [2021-03-25T00:44:23.235Z] ./yq_linux_amd64 [2021-03-25T00:44:23.504Z] + sudo snapcraft prime --use-lxd [2021-03-25T00:44:26.071Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-25T00:44:26.071Z] 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-25T00:44:26.071Z] - README.md [2021-03-25T00:44:26.071Z] [2021-03-25T00:44:26.071Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-25T00:44:26.648Z] Launching a container. [2021-03-25T00:44:41.598Z] Waiting for container to be ready [2021-03-25T00:44:41.598Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-25T00:44:41.598Z] [2021-03-25T00:44:45.838Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-25T00:44:45.838Z] Waiting for network to be ready... [2021-03-25T00:44:46.415Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-25T00:44:46.415Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-25T00:44:46.991Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-25T00:44:46.991Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1627 kB] [2021-03-25T00:44:46.991Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-25T00:44:47.569Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-25T00:44:47.569Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-25T00:44:47.569Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-25T00:44:47.569Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-25T00:44:47.569Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-25T00:44:47.569Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-25T00:44:47.569Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [309 kB] [2021-03-25T00:44:47.569Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-25T00:44:47.569Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-25T00:44:47.569Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [261 kB] [2021-03-25T00:44:47.569Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.1 kB] [2021-03-25T00:44:47.569Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1116 kB] [2021-03-25T00:44:47.569Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-25T00:44:47.851Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-25T00:44:48.115Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-25T00:44:48.115Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-03-25T00:44:48.115Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-25T00:44:48.115Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-25T00:44:48.115Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-25T00:44:48.115Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-03-25T00:44:48.115Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-25T00:44:48.115Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] [2021-03-25T00:44:53.456Z] Fetched 24.2 MB in 6s (3857 kB/s) [2021-03-25T00:44:54.411Z] Reading package lists... [2021-03-25T00:44:54.673Z] Reading package lists... [2021-03-25T00:44:54.937Z] Building dependency tree... [2021-03-25T00:44:54.937Z] Reading state information... [2021-03-25T00:44:55.200Z] The following additional packages will be installed: [2021-03-25T00:44:55.200Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-25T00:44:55.200Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-25T00:44:55.200Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-25T00:44:55.200Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-25T00:44:55.200Z] Suggested packages: [2021-03-25T00:44:55.200Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-25T00:44:55.200Z] Recommended packages: [2021-03-25T00:44:55.200Z] gnupg libsasl2-modules [2021-03-25T00:44:55.200Z] The following NEW packages will be installed: [2021-03-25T00:44:55.200Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-25T00:44:55.200Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-25T00:44:55.200Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-25T00:44:55.200Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-25T00:44:55.200Z] The following packages will be upgraded: [2021-03-25T00:44:55.200Z] gpg gpg-agent gpgconf libudev1 [2021-03-25T00:44:55.462Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-25T00:44:55.462Z] Need to get 3530 kB of archives. [2021-03-25T00:44:55.462Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-25T00:44:55.462Z] 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-25T00:44:55.462Z] 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-25T00:44:55.462Z] 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-25T00:44:55.462Z] 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-25T00:44:55.462Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-25T00:44:55.725Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-25T00:44:55.989Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-25T00:44:56.252Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-25T00:44:56.252Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-25T00:44:56.252Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-25T00:44:56.252Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-25T00:44:56.252Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-25T00:44:56.252Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-25T00:44:56.252Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-25T00:44:56.252Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-25T00:44:56.252Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-25T00:44:56.252Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-25T00:44:56.252Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-25T00:44:56.252Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-25T00:44:56.252Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-25T00:44:56.252Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-25T00:44:56.252Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-25T00:44:56.516Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T00:44:56.516Z] Fetched 3530 kB in 1s (3466 kB/s) [2021-03-25T00:44:56.778Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-25T00:44:56.778Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-25T00:44:56.778Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-25T00:44:56.778Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-25T00:44:57.042Z] Selecting previously unselected package udev. [2021-03-25T00:44:57.042Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-25T00:44:57.042Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-25T00:44:57.042Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-25T00:44:57.304Z] Selecting previously unselected package libfuse2:amd64. [2021-03-25T00:44:57.304Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-25T00:44:57.304Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-25T00:44:57.567Z] Selecting previously unselected package fuse. [2021-03-25T00:44:57.567Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-25T00:44:57.567Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-25T00:44:57.567Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T00:44:57.567Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-25T00:44:57.830Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T00:44:57.830Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-25T00:44:57.830Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T00:44:57.830Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-25T00:44:58.092Z] Selecting previously unselected package libksba8:amd64. [2021-03-25T00:44:58.092Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-25T00:44:58.092Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-25T00:44:58.092Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-25T00:44:58.092Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:44:58.092Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:44:58.355Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-25T00:44:58.355Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:44:58.355Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:44:58.355Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-25T00:44:58.355Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:44:58.355Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:44:58.618Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-25T00:44:58.618Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:44:58.618Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:44:58.618Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-25T00:44:58.618Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:44:58.618Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:44:58.618Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-25T00:44:58.618Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:44:58.618Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:44:58.881Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-25T00:44:58.881Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:44:58.881Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:44:58.881Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-25T00:44:58.881Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:44:58.881Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:44:59.143Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-25T00:44:59.143Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-25T00:44:59.143Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:44:59.143Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-25T00:44:59.143Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-25T00:44:59.143Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-25T00:44:59.405Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-25T00:44:59.405Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-25T00:44:59.405Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-25T00:44:59.405Z] Selecting previously unselected package libldap-common. [2021-03-25T00:44:59.405Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-25T00:44:59.405Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-25T00:44:59.405Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-25T00:44:59.405Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-25T00:44:59.405Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-25T00:44:59.666Z] Selecting previously unselected package dirmngr. [2021-03-25T00:44:59.666Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T00:44:59.666Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-25T00:44:59.666Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-25T00:44:59.929Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-25T00:44:59.929Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-25T00:44:59.929Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-25T00:44:59.929Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-25T00:44:59.929Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-25T00:44:59.929Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:45:00.191Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-25T00:45:00.191Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-25T00:45:00.191Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-25T00:45:00.764Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-25T00:45:00.764Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:45:00.764Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-25T00:45:01.025Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-25T00:45:01.026Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-25T00:45:01.026Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:45:01.026Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:45:01.026Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:45:01.026Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:45:01.292Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:45:01.292Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:45:01.292Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-25T00:45:01.292Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-25T00:45:01.292Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-25T00:45:01.556Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-25T00:45:02.520Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-25T00:45:02.520Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-25T00:45:02.520Z] This means they are not meant to be enabled using systemctl. [2021-03-25T00:45:02.520Z] Possible reasons for having this kind of units are: [2021-03-25T00:45:02.520Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-25T00:45:02.520Z] .wants/ or .requires/ directory. [2021-03-25T00:45:02.520Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-25T00:45:02.520Z] a requirement dependency on it. [2021-03-25T00:45:02.520Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-25T00:45:02.520Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-25T00:45:02.520Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-25T00:45:02.520Z] instance name specified. [2021-03-25T00:45:03.103Z] Reading package lists... [2021-03-25T00:45:03.103Z] Building dependency tree... [2021-03-25T00:45:03.103Z] Reading state information... [2021-03-25T00:45:03.367Z] The following additional packages will be installed: [2021-03-25T00:45:03.367Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-25T00:45:03.367Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-25T00:45:03.367Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-25T00:45:03.367Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-25T00:45:03.367Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-25T00:45:03.367Z] Suggested packages: [2021-03-25T00:45:03.367Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-25T00:45:03.367Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-25T00:45:03.367Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-25T00:45:03.367Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-25T00:45:03.367Z] systemd-container policykit-1 [2021-03-25T00:45:03.367Z] Recommended packages: [2021-03-25T00:45:03.367Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-25T00:45:03.367Z] The following NEW packages will be installed: [2021-03-25T00:45:03.367Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-25T00:45:03.367Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-25T00:45:03.367Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-25T00:45:03.367Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-25T00:45:03.367Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-25T00:45:03.368Z] The following packages will be upgraded: [2021-03-25T00:45:03.368Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-25T00:45:03.630Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-25T00:45:03.630Z] Need to get 35.2 MB of archives. [2021-03-25T00:45:03.630Z] After this operation, 141 MB of additional disk space will be used. [2021-03-25T00:45:03.630Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-25T00:45:03.630Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-25T00:45:04.206Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-25T00:45:04.470Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-25T00:45:04.470Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-25T00:45:04.470Z] 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-25T00:45:04.470Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-25T00:45:04.470Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-25T00:45:04.470Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-25T00:45:04.470Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-25T00:45:04.470Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-25T00:45:04.470Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-25T00:45:04.470Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-25T00:45:04.470Z] 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-25T00:45:04.470Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-25T00:45:04.470Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-25T00:45:04.470Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-25T00:45:04.470Z] 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-25T00:45:04.470Z] 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-25T00:45:04.734Z] 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-25T00:45:04.734Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-25T00:45:04.734Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-25T00:45:04.734Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-25T00:45:04.734Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-25T00:45:04.734Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-25T00:45:04.734Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-25T00:45:04.734Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-25T00:45:04.734Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-25T00:45:04.734Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-25T00:45:04.734Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-25T00:45:06.663Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T00:45:06.663Z] Fetched 35.2 MB in 3s (13.2 MB/s) [2021-03-25T00:45:06.663Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-25T00:45:06.663Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-25T00:45:06.663Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-25T00:45:08.064Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-25T00:45:08.064Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-25T00:45:08.327Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-25T00:45:08.328Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-25T00:45:08.328Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-25T00:45:08.328Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-25T00:45:08.591Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-25T00:45:08.591Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-25T00:45:08.591Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-25T00:45:08.591Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-25T00:45:09.167Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-25T00:45:09.167Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-25T00:45:09.743Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-25T00:45:10.007Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-25T00:45:10.008Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-25T00:45:10.008Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-25T00:45:10.271Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-25T00:45:10.271Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-25T00:45:10.271Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:45:10.534Z] Selecting previously unselected package libexpat1:amd64. [2021-03-25T00:45:10.534Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-25T00:45:10.534Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-25T00:45:10.534Z] Selecting previously unselected package python3.6-minimal. [2021-03-25T00:45:10.534Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-25T00:45:10.534Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:45:10.796Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-25T00:45:11.066Z] Checking for services that may need to be restarted...done. [2021-03-25T00:45:11.066Z] Checking for services that may need to be restarted...done. [2021-03-25T00:45:11.066Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:45:11.066Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-25T00:45:11.066Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:45:12.014Z] Selecting previously unselected package python3-minimal. [2021-03-25T00:45:12.014Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-25T00:45:12.014Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-25T00:45:12.014Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-25T00:45:12.014Z] Selecting previously unselected package mime-support. [2021-03-25T00:45:12.014Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-25T00:45:12.014Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-25T00:45:12.014Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-25T00:45:12.014Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-25T00:45:12.014Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-25T00:45:12.278Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-25T00:45:12.278Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-25T00:45:12.278Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:45:12.426Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:45:12.426Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:45:12.426Z] ---> fe56b95c38d6 [2021-03-25T00:45:12.426Z] Step 3/26 : WORKDIR /edgex-go [2021-03-25T00:45:12.427Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:45:12.427Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:45:12.427Z] ---> fe56b95c38d6 [2021-03-25T00:45:12.427Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T00:45:12.427Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:45:12.427Z] [2021-03-25T00:45:12.427Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:45:12.427Z] ---> fe56b95c38d6 [2021-03-25T00:45:12.427Z] Step 3/31 : WORKDIR /edgex-go [2021-03-25T00:45:12.427Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:45:12.427Z] ---> fe56b95c38d6 [2021-03-25T00:45:12.427Z] Step 3/24 : WORKDIR /edgex-go [2021-03-25T00:45:12.427Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:45:12.427Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:45:12.427Z] ---> fe56b95c38d6 [2021-03-25T00:45:12.427Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T00:45:12.427Z] ---> Running in 75fa8fa2399a [2021-03-25T00:45:12.427Z] ---> Running in d0b1d3ddbd34 [2021-03-25T00:45:12.427Z] ---> Running in 6027ba054e46 [2021-03-25T00:45:12.427Z] ---> Running in 559351153abd [2021-03-25T00:45:12.427Z] ---> Running in add22aa2dab7 [2021-03-25T00:45:12.427Z] Removing intermediate container 6027ba054e46 [2021-03-25T00:45:12.427Z] ---> f721a8ec84b0 [2021-03-25T00:45:12.427Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:45:12.427Z] Removing intermediate container 559351153abd [2021-03-25T00:45:12.427Z] ---> b16245892876 [2021-03-25T00:45:12.427Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:45:12.427Z] Removing intermediate container 75fa8fa2399a [2021-03-25T00:45:12.427Z] ---> f22df3bf248b [2021-03-25T00:45:12.427Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:45:12.427Z] Removing intermediate container d0b1d3ddbd34 [2021-03-25T00:45:12.427Z] ---> 0227d4d28136 [2021-03-25T00:45:12.427Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:45:12.427Z] Removing intermediate container add22aa2dab7 [2021-03-25T00:45:12.427Z] ---> 567d40a32090 [2021-03-25T00:45:12.427Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:45:12.427Z] ---> Running in cfec8d24178f [2021-03-25T00:45:12.427Z] ---> Running in 8cf96397fe4b [2021-03-25T00:45:12.427Z] ---> Running in f5fa1a7aa2d3 [2021-03-25T00:45:12.427Z] ---> Running in 6a6f9c0033f1 [2021-03-25T00:45:12.427Z] ---> Running in 539b02f7f92e [2021-03-25T00:45:12.427Z] Removing intermediate container cfec8d24178f [2021-03-25T00:45:12.427Z] ---> 30954c89983b [2021-03-25T00:45:12.427Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-25T00:45:12.427Z] Removing intermediate container 8cf96397fe4b [2021-03-25T00:45:12.427Z] ---> 09916b7e814d [2021-03-25T00:45:12.427Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-25T00:45:12.427Z] ---> Running in 7fe60b1f792d [2021-03-25T00:45:12.427Z] Removing intermediate container 6a6f9c0033f1 [2021-03-25T00:45:12.427Z] ---> 63f6707af0c2 [2021-03-25T00:45:12.427Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-25T00:45:12.427Z] ---> Running in b012977db0bc [2021-03-25T00:45:12.427Z] ---> Running in f5a8278fdb68 [2021-03-25T00:45:12.427Z] Removing intermediate container 539b02f7f92e [2021-03-25T00:45:12.427Z] ---> 168980541643 [2021-03-25T00:45:12.427Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-25T00:45:12.427Z] Removing intermediate container f5fa1a7aa2d3 [2021-03-25T00:45:12.427Z] ---> fb8f01573e4e [2021-03-25T00:45:12.427Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T00:45:12.427Z] ---> Running in 124edf144135 [2021-03-25T00:45:12.427Z] ---> Running in 4e950ce8c093 [2021-03-25T00:45:12.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:45:12.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:45:12.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:45:12.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:45:12.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:45:12.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:45:12.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:45:12.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:45:12.427Z] OK: 217 MiB in 51 packages [2021-03-25T00:45:12.542Z] Selecting previously unselected package python3.6. [2021-03-25T00:45:12.542Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-25T00:45:12.542Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:45:12.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:45:12.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:45:12.804Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-25T00:45:12.804Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-25T00:45:12.804Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-25T00:45:12.804Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-25T00:45:13.303Z] OK: 217 MiB in 51 packages [2021-03-25T00:45:13.382Z] Selecting previously unselected package python3. [2021-03-25T00:45:13.382Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-25T00:45:13.382Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-25T00:45:13.382Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-25T00:45:13.382Z] Selecting previously unselected package multiarch-support. [2021-03-25T00:45:13.382Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T00:45:13.382Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-25T00:45:13.382Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-25T00:45:13.584Z] OK: 217 MiB in 51 packages [2021-03-25T00:45:13.584Z] OK: 217 MiB in 51 packages [2021-03-25T00:45:13.645Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-25T00:45:13.646Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-25T00:45:13.646Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-25T00:45:13.646Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-25T00:45:13.646Z] Selecting previously unselected package libbsd0:amd64. [2021-03-25T00:45:13.646Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-25T00:45:13.646Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-25T00:45:13.861Z] OK: 217 MiB in 51 packages [2021-03-25T00:45:13.909Z] Selecting previously unselected package sudo. [2021-03-25T00:45:13.909Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-25T00:45:13.909Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-25T00:45:13.909Z] Selecting previously unselected package apparmor. [2021-03-25T00:45:13.909Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-25T00:45:13.909Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-25T00:45:14.135Z] Removing intermediate container 7fe60b1f792d [2021-03-25T00:45:14.135Z] ---> 3e6f946ac10b [2021-03-25T00:45:14.135Z] Step 6/31 : COPY go.mod . [2021-03-25T00:45:14.173Z] Selecting previously unselected package libedit2:amd64. [2021-03-25T00:45:14.174Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-25T00:45:14.174Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-25T00:45:14.436Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-25T00:45:14.436Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-25T00:45:14.436Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:45:14.436Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-25T00:45:14.436Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-25T00:45:14.436Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:45:14.700Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-25T00:45:14.700Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-25T00:45:14.700Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-25T00:45:14.700Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-25T00:45:14.700Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-25T00:45:14.700Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:45:14.962Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-25T00:45:14.962Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-25T00:45:14.962Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:45:14.962Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-25T00:45:14.962Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-25T00:45:14.962Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-25T00:45:15.125Z] Removing intermediate container b012977db0bc [2021-03-25T00:45:15.125Z] ---> 7fd816e73c56 [2021-03-25T00:45:15.125Z] Step 6/24 : COPY go.mod . [2021-03-25T00:45:15.125Z] ---> 8f0986b7ee05 [2021-03-25T00:45:15.125Z] Step 7/31 : RUN go mod download [2021-03-25T00:45:15.224Z] Selecting previously unselected package openssh-client. [2021-03-25T00:45:15.224Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-25T00:45:15.224Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-25T00:45:15.397Z] ---> Running in 3446ee8346c3 [2021-03-25T00:45:15.487Z] Selecting previously unselected package squashfs-tools. [2021-03-25T00:45:15.487Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-25T00:45:15.487Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-25T00:45:15.487Z] Selecting previously unselected package snapd. [2021-03-25T00:45:15.487Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-25T00:45:15.670Z] Removing intermediate container 124edf144135 [2021-03-25T00:45:15.670Z] Removing intermediate container f5a8278fdb68 [2021-03-25T00:45:15.670Z] ---> 80824cc34d79 [2021-03-25T00:45:15.670Z] ---> 4bb56a2209e1 [2021-03-25T00:45:15.670Z] Step 6/26 : COPY go.mod . [2021-03-25T00:45:15.670Z] Step 6/22 : COPY go.mod . [2021-03-25T00:45:15.670Z] Removing intermediate container 4e950ce8c093 [2021-03-25T00:45:15.670Z] ---> 16aa0b4bbd4e [2021-03-25T00:45:15.670Z] Step 6/23 : COPY go.mod . [2021-03-25T00:45:15.750Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-25T00:45:15.947Z] ---> 27e5adbd7879 [2021-03-25T00:45:15.947Z] Step 7/24 : RUN go mod download [2021-03-25T00:45:16.221Z] ---> Running in 34bf83e1ae9b [2021-03-25T00:45:16.828Z] ---> bf09af3772a2 [2021-03-25T00:45:16.828Z] Step 7/26 : RUN go mod download [2021-03-25T00:45:17.108Z] ---> Running in f17694181615 [2021-03-25T00:45:17.108Z] ---> 844697da31e7 [2021-03-25T00:45:17.108Z] Step 7/23 : RUN go mod download [2021-03-25T00:45:17.108Z] ---> 87757e74a12b [2021-03-25T00:45:17.108Z] Step 7/22 : RUN go mod download [2021-03-25T00:45:17.384Z] ---> Running in 1569868f3536 [2021-03-25T00:45:17.661Z] ---> Running in 31fc0c09cd11 [2021-03-25T00:45:19.068Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-25T00:45:19.068Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-25T00:45:19.068Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-25T00:45:19.068Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-25T00:45:19.068Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-25T00:45:19.068Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:45:19.068Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-25T00:45:19.068Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-25T00:45:19.068Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-25T00:45:19.653Z] Removing intermediate container 3446ee8346c3 [2021-03-25T00:45:19.653Z] ---> 44aa37d57b50 [2021-03-25T00:45:19.653Z] Step 8/31 : COPY . . [2021-03-25T00:45:20.015Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-25T00:45:20.015Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-25T00:45:20.015Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-25T00:45:20.015Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:45:20.015Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:45:20.015Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-25T00:45:20.636Z] Removing intermediate container 34bf83e1ae9b [2021-03-25T00:45:20.636Z] ---> 747eabc56905 [2021-03-25T00:45:20.636Z] Step 8/24 : COPY . . [2021-03-25T00:45:20.962Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-25T00:45:20.962Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:45:21.225Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-25T00:45:21.225Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-25T00:45:21.225Z] running python rtupdate hooks for python3.6... [2021-03-25T00:45:21.225Z] running python post-rtupdate hooks for python3.6... [2021-03-25T00:45:21.225Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-25T00:45:23.153Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-25T00:45:23.153Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-25T00:45:23.153Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-25T00:45:23.733Z] Setting up snapd (2.48.3+18.04) ... [2021-03-25T00:45:24.310Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-25T00:45:24.578Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-25T00:45:24.845Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-25T00:45:24.957Z] Removing intermediate container f17694181615 [2021-03-25T00:45:24.957Z] ---> 252aca38a482 [2021-03-25T00:45:24.957Z] Step 8/26 : COPY . . [2021-03-25T00:45:25.108Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-25T00:45:25.372Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-25T00:45:25.372Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-25T00:45:25.564Z] Removing intermediate container 1569868f3536 [2021-03-25T00:45:25.564Z] ---> 30b05d6b1adc [2021-03-25T00:45:25.564Z] Step 8/23 : COPY . . [2021-03-25T00:45:25.635Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-25T00:45:25.844Z] Removing intermediate container 31fc0c09cd11 [2021-03-25T00:45:25.844Z] ---> 2391a0950676 [2021-03-25T00:45:25.844Z] Step 8/22 : COPY . . [2021-03-25T00:45:25.897Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-25T00:45:26.161Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-25T00:45:26.424Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-25T00:45:26.424Z] /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-25T00:45:26.687Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-25T00:45:26.687Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-25T00:45:28.085Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-25T00:45:28.348Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-25T00:45:28.348Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-25T00:45:30.535Z] Reading package lists... [2021-03-25T00:45:30.799Z] Reading package lists... [2021-03-25T00:45:31.062Z] Building dependency tree... [2021-03-25T00:45:31.062Z] Reading state information... [2021-03-25T00:45:31.062Z] Calculating upgrade... [2021-03-25T00:45:31.324Z] The following packages will be upgraded: [2021-03-25T00:45:31.324Z] advancecomp base-files bash binutils binutils-common [2021-03-25T00:45:31.324Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-25T00:45:31.324Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-25T00:45:31.324Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-25T00:45:31.324Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-25T00:45:31.324Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-25T00:45:31.324Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-25T00:45:31.324Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-25T00:45:31.324Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-25T00:45:31.324Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-25T00:45:31.324Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-25T00:45:31.324Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-25T00:45:31.324Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-25T00:45:31.324Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-25T00:45:31.324Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-25T00:45:31.587Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-25T00:45:31.587Z] Need to get 63.8 MB of archives. [2021-03-25T00:45:31.587Z] After this operation, 5208 kB of additional disk space will be used. [2021-03-25T00:45:31.587Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-25T00:45:31.587Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-25T00:45:32.164Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-25T00:45:32.164Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-25T00:45:32.164Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-25T00:45:32.164Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-25T00:45:32.164Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-25T00:45:32.164Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-25T00:45:32.164Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-25T00:45:32.164Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-25T00:45:32.164Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-25T00:45:32.164Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-25T00:45:32.164Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-25T00:45:32.164Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-25T00:45:32.427Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-25T00:45:32.427Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-25T00:45:32.427Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-03-25T00:45:32.427Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-25T00:45:32.427Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-25T00:45:32.427Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-25T00:45:32.427Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-25T00:45:32.427Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-25T00:45:32.427Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-25T00:45:32.427Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-25T00:45:32.427Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-25T00:45:32.427Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-25T00:45:32.427Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-25T00:45:32.427Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-25T00:45:32.427Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-25T00:45:32.427Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-25T00:45:32.427Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-25T00:45:32.427Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-25T00:45:32.698Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-25T00:45:32.698Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-25T00:45:32.698Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-25T00:45:32.698Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-25T00:45:32.698Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-25T00:45:32.698Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-25T00:45:32.698Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-25T00:45:32.698Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-25T00:45:32.698Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-25T00:45:32.698Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-25T00:45:32.698Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-25T00:45:32.698Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-25T00:45:32.698Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-25T00:45:32.698Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-25T00:45:32.698Z] Get:47 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-25T00:45:32.699Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-25T00:45:32.699Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-25T00:45:32.699Z] Get:50 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-25T00:45:32.699Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-25T00:45:32.699Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-25T00:45:32.699Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-25T00:45:32.964Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-25T00:45:32.964Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-25T00:45:32.964Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-25T00:45:32.964Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-25T00:45:32.964Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-25T00:45:32.964Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-25T00:45:32.964Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-25T00:45:32.964Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-25T00:45:32.964Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-25T00:45:32.964Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-25T00:45:32.964Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-25T00:45:32.964Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-25T00:45:32.964Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-25T00:45:32.964Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-25T00:45:32.964Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-25T00:45:32.964Z] Get:69 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-25T00:45:32.964Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-25T00:45:32.964Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-25T00:45:32.964Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-25T00:45:32.964Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-25T00:45:32.964Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-25T00:45:32.964Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-25T00:45:32.964Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-25T00:45:32.964Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-25T00:45:32.964Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-25T00:45:32.964Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-25T00:45:33.227Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-25T00:45:33.227Z] 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-25T00:45:33.227Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-25T00:45:33.227Z] 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-25T00:45:33.227Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-25T00:45:33.227Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-25T00:45:33.227Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-25T00:45:33.227Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-25T00:45:33.227Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-25T00:45:33.227Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-25T00:45:33.227Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-25T00:45:33.810Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-25T00:45:34.388Z] 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-25T00:45:34.388Z] 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-25T00:45:34.388Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-25T00:45:34.651Z] 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-25T00:45:34.651Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-25T00:45:34.651Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-25T00:45:34.651Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-25T00:45:34.651Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-25T00:45:34.916Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T00:45:34.916Z] Fetched 63.8 MB in 3s (19.2 MB/s) [2021-03-25T00:45:35.180Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:35.180Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T00:45:35.180Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-25T00:45:36.128Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T00:45:36.128Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-25T00:45:36.128Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-03-25T00:45:36.128Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-03-25T00:45:37.077Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:45:37.077Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:45:37.077Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:45:37.077Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:45:37.339Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:45:37.339Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:45:37.339Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:45:37.339Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:45:37.602Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:45:37.602Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:45:37.602Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:45:37.602Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:45:37.866Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:45:37.866Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:45:37.866Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:45:38.129Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-25T00:45:38.129Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:45:38.129Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-25T00:45:38.129Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:45:38.392Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-25T00:45:38.392Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:45:38.392Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:45:38.392Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:45:38.392Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:45:38.656Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-25T00:45:38.656Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-25T00:45:38.656Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:45:38.918Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-25T00:45:38.918Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T00:45:39.181Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-25T00:45:39.757Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-25T00:45:40.021Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-25T00:45:40.021Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-25T00:45:40.021Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-25T00:45:40.021Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-25T00:45:40.021Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-25T00:45:40.283Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-25T00:45:40.283Z] Installing new version of config file /etc/issue ... [2021-03-25T00:45:40.283Z] Installing new version of config file /etc/issue.net ... [2021-03-25T00:45:40.283Z] Installing new version of config file /etc/lsb-release ... [2021-03-25T00:45:40.546Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-25T00:45:40.809Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-25T00:45:40.809Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-25T00:45:40.809Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-25T00:45:40.809Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:40.809Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-25T00:45:41.072Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-25T00:45:41.072Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-25T00:45:41.335Z] 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-25T00:45:41.335Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:41.335Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:45:41.335Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-25T00:45:41.598Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:45:41.598Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:41.598Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-25T00:45:41.598Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-25T00:45:41.861Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-25T00:45:41.861Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:41.861Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-25T00:45:41.861Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-25T00:45:42.124Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-25T00:45:42.387Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:42.387Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-25T00:45:42.387Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-25T00:45:42.387Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-25T00:45:42.653Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:42.653Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-25T00:45:42.653Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-25T00:45:42.923Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-25T00:45:42.923Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:42.923Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-25T00:45:42.923Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-25T00:45:43.186Z] Setting up grep (3.1-2build1) ... [2021-03-25T00:45:43.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:43.186Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-25T00:45:43.449Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-25T00:45:43.449Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-25T00:45:43.712Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:43.712Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-25T00:45:43.712Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T00:45:43.975Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-25T00:45:43.975Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:43.975Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-25T00:45:43.975Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-25T00:45:44.924Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-25T00:45:44.924Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-25T00:45:44.924Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-25T00:45:44.924Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-25T00:45:45.500Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-25T00:45:45.764Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:45.764Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-25T00:45:45.764Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-25T00:45:46.714Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-25T00:45:46.977Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-25T00:45:46.977Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-25T00:45:46.977Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-25T00:45:47.240Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-25T00:45:47.240Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:47.240Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-25T00:45:47.240Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-25T00:45:47.504Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-25T00:45:47.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:47.767Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:45:47.768Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:45:47.768Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:45:48.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:48.032Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:45:48.032Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:45:48.054Z] ---> 56a8a7b767ec [2021-03-25T00:45:48.054Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-25T00:45:48.054Z] ---> f453f6e9d8b5 [2021-03-25T00:45:48.054Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-25T00:45:48.054Z] ---> Running in 4f65ce97e244 [2021-03-25T00:45:48.054Z] ---> Running in d00179258635 [2021-03-25T00:45:48.054Z] ---> d6f91326a02b [2021-03-25T00:45:48.054Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-25T00:45:48.054Z] ---> 2d5d58572900 [2021-03-25T00:45:48.054Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-25T00:45:48.054Z] ---> Running in 65897f69e274 [2021-03-25T00:45:48.054Z] ---> Running in 1a79807e9f08 [2021-03-25T00:45:48.054Z] ---> 25aed3a7ad6e [2021-03-25T00:45:48.054Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-25T00:45:48.054Z] ---> Running in 2e65de9821ac [2021-03-25T00:45:48.054Z] 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-25T00:45:48.054Z] 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-25T00:45:48.296Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:45:48.296Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:48.296Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:45:48.296Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:45:48.609Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:45:48.609Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:48.609Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:45:48.609Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:45:48.885Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:45:48.885Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:48.885Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-25T00:45:48.885Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T00:45:49.151Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-25T00:45:49.151Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T00:45:49.420Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-25T00:45:49.420Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:49.420Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-25T00:45:49.420Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T00:45:49.508Z] 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-25T00:45:49.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-25T00:45:49.508Z] 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-25T00:45:49.691Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-25T00:45:49.691Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:49.691Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:45:49.691Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:45:49.963Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:45:49.963Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:49.963Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:45:49.963Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:45:50.228Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:45:50.228Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:50.228Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:45:50.228Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:45:50.827Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:45:51.418Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-25T00:45:51.681Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-25T00:45:51.681Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:51.681Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-25T00:45:51.681Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-25T00:45:51.944Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-25T00:45:52.207Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-25T00:45:52.207Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-25T00:45:52.207Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-25T00:45:52.468Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-25T00:45:52.468Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:52.468Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-25T00:45:52.468Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-25T00:45:52.730Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-25T00:45:52.995Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:52.995Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-25T00:45:52.995Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-25T00:45:52.995Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-25T00:45:53.257Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:53.257Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-25T00:45:53.257Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-25T00:45:53.257Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-25T00:45:53.521Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:53.521Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-25T00:45:53.521Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-25T00:45:53.521Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-25T00:45:53.783Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:53.783Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-25T00:45:53.783Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-25T00:45:54.046Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-25T00:45:54.046Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:54.046Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-25T00:45:54.629Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-25T00:45:54.893Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-25T00:45:55.155Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:55.155Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-25T00:45:55.155Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-25T00:45:55.155Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-25T00:45:55.155Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-25T00:45:55.417Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-25T00:45:55.417Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-25T00:45:55.417Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-25T00:45:55.417Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:55.417Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-25T00:45:55.679Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-25T00:45:55.679Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-25T00:45:55.679Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:55.679Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-25T00:45:55.941Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-25T00:45:55.941Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-25T00:45:56.204Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:56.204Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-25T00:45:56.204Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-25T00:45:56.466Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-25T00:45:56.466Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:56.466Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-25T00:45:56.466Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-25T00:45:56.728Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-25T00:45:56.728Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:56.728Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-25T00:45:56.728Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-25T00:45:56.990Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-25T00:45:57.258Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:57.258Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-25T00:45:57.258Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-25T00:45:57.522Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-25T00:45:57.522Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:57.522Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-25T00:45:57.522Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-25T00:45:57.786Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-25T00:45:57.786Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:57.786Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-25T00:45:58.051Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-25T00:45:58.051Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-25T00:45:58.051Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:58.051Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-25T00:45:58.051Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-25T00:45:58.316Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-25T00:45:58.316Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:58.316Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-25T00:45:58.316Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-25T00:45:58.582Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-25T00:45:58.582Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:58.582Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-25T00:45:58.848Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-25T00:45:58.848Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-25T00:45:58.848Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-25T00:45:58.848Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-25T00:45:59.112Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-25T00:45:59.112Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-25T00:45:59.112Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-25T00:45:59.112Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-25T00:45:59.376Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-25T00:45:59.376Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-25T00:45:59.376Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-25T00:45:59.639Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-25T00:45:59.639Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-25T00:45:59.901Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-25T00:45:59.901Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-25T00:46:00.165Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-25T00:46:00.165Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-25T00:46:00.165Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-25T00:46:00.165Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-25T00:46:00.431Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-25T00:46:00.431Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-25T00:46:00.694Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-25T00:46:00.694Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-25T00:46:00.694Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-25T00:46:00.957Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-25T00:46:00.958Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-25T00:46:00.958Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-25T00:46:01.220Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-25T00:46:01.220Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-25T00:46:01.484Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-25T00:46:01.484Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-25T00:46:02.440Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-25T00:46:02.440Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-25T00:46:02.440Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-25T00:46:02.704Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-25T00:46:02.704Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-25T00:46:02.704Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-25T00:46:03.283Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-25T00:46:03.283Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-25T00:46:03.552Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-25T00:46:03.552Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-25T00:46:03.815Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-25T00:46:03.815Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-25T00:46:03.815Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:46:03.815Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:46:04.078Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:46:04.078Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:46:04.342Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:46:04.342Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:46:04.342Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:46:04.342Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:46:05.737Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:46:05.737Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:46:07.130Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:46:07.130Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:46:07.709Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:46:07.709Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:46:08.285Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:46:08.285Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:46:09.240Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-25T00:46:09.240Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-25T00:46:09.240Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-25T00:46:09.507Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-25T00:46:09.507Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-25T00:46:09.507Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-25T00:46:09.768Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-25T00:46:09.769Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-25T00:46:09.769Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-25T00:46:10.031Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-25T00:46:10.031Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-25T00:46:10.031Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-25T00:46:10.390Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-25T00:46:10.390Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-25T00:46:10.390Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-25T00:46:10.390Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-25T00:46:10.653Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:46:10.653Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-25T00:46:10.653Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:46:10.653Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:46:10.653Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:46:10.653Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-25T00:46:10.915Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-25T00:46:10.915Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-25T00:46:10.915Z] [2021-03-25T00:46:10.915Z] Current default time zone: 'Etc/UTC' [2021-03-25T00:46:10.915Z] Local time is now: Thu Mar 25 00:46:10 UTC 2021. [2021-03-25T00:46:10.915Z] Universal Time is now: Thu Mar 25 00:46:10 UTC 2021. [2021-03-25T00:46:10.915Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-25T00:46:10.915Z] [2021-03-25T00:46:10.915Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-25T00:46:11.180Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:46:11.180Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-03-25T00:46:11.180Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-25T00:46:11.180Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-25T00:46:11.180Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-25T00:46:11.180Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-25T00:46:11.180Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-25T00:46:11.180Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-25T00:46:11.442Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-25T00:46:11.442Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:46:11.442Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-25T00:46:11.704Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:46:11.704Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-25T00:46:11.704Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:46:11.704Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-25T00:46:11.704Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-25T00:46:11.967Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-25T00:46:11.967Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-25T00:46:11.967Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-25T00:46:11.967Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-25T00:46:11.967Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-25T00:46:11.967Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-25T00:46:14.533Z] Updating certificates in /etc/ssl/certs... [2021-03-25T00:46:15.109Z] 23 added, 27 removed; done. [2021-03-25T00:46:15.109Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-25T00:46:15.109Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-25T00:46:15.372Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-25T00:46:15.372Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-25T00:46:15.372Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-25T00:46:15.372Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:46:15.372Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-25T00:46:15.372Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:46:15.635Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:46:15.635Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:46:15.635Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:46:15.635Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:46:15.635Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-25T00:46:15.905Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-25T00:46:15.905Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-25T00:46:15.905Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-25T00:46:15.905Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-25T00:46:15.905Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:46:15.905Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-25T00:46:15.905Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-25T00:46:16.169Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-25T00:46:16.169Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-25T00:46:16.169Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-25T00:46:16.169Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-25T00:46:16.433Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-25T00:46:16.433Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-25T00:46:16.433Z] Updating certificates in /etc/ssl/certs... [2021-03-25T00:46:17.010Z] 0 added, 0 removed; done. [2021-03-25T00:46:17.010Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-25T00:46:17.010Z] done. [2021-03-25T00:46:18.228Z] Reading package lists... [2021-03-25T00:46:18.228Z] Building dependency tree... [2021-03-25T00:46:18.228Z] Reading state information... [2021-03-25T00:46:18.493Z] The following NEW packages will be installed: [2021-03-25T00:46:18.493Z] apt-transport-https [2021-03-25T00:46:18.757Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-25T00:46:18.757Z] Need to get 1696 B of archives. [2021-03-25T00:46:18.757Z] After this operation, 153 kB of additional disk space will be used. [2021-03-25T00:46:18.757Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-25T00:46:19.023Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T00:46:19.023Z] Fetched 1696 B in 0s (9293 B/s) [2021-03-25T00:46:19.023Z] Selecting previously unselected package apt-transport-https. [2021-03-25T00:46:19.023Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-25T00:46:19.023Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-25T00:46:19.024Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-25T00:46:19.024Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-25T00:46:19.602Z] Waiting for network to be ready... [2021-03-25T00:46:27.774Z] 2021-03-25T00:46:25Z INFO Waiting for automatic snapd restart... [2021-03-25T00:46:27.774Z] snapd 2.49.1 from Canonical* installed [2021-03-25T00:46:29.236Z] "snapd" switched to the "latest/stable" channel [2021-03-25T00:46:29.236Z] [2021-03-25T00:46:35.850Z] core18 20210128 from Canonical* installed [2021-03-25T00:46:35.850Z] "core18" switched to the "latest/stable" channel [2021-03-25T00:46:35.850Z] [2021-03-25T00:46:42.455Z] snapcraft 4.5.4 from Canonical* installed [2021-03-25T00:46:42.719Z] "snapcraft" switched to the "latest/stable" channel [2021-03-25T00:46:42.719Z] [2021-03-25T00:46:46.940Z] 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-25T00:46:46.940Z] - README.md [2021-03-25T00:46:46.940Z] [2021-03-25T00:46:46.940Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-25T00:46:53.556Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-25T00:46:53.556Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-25T00:46:53.556Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-25T00:46:53.819Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-25T00:46:54.081Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] [2021-03-25T00:46:54.725Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-03-25T00:46:54.725Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] [2021-03-25T00:46:55.705Z] Fetched 4165 kB in 2s (1950 kB/s) [2021-03-25T00:46:57.638Z] Reading package lists... [2021-03-25T00:46:58.213Z] 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-25T00:47:04.825Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-25T00:47:04.825Z] Reading package lists... [2021-03-25T00:47:04.825Z] Building dependency tree... [2021-03-25T00:47:04.825Z] Reading state information... [2021-03-25T00:47:04.825Z] Suggested packages: [2021-03-25T00:47:04.825Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-25T00:47:04.825Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-25T00:47:04.825Z] Recommended packages: [2021-03-25T00:47:04.825Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-25T00:47:04.825Z] The following NEW packages will be installed: [2021-03-25T00:47:04.825Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-25T00:47:04.825Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-25T00:47:04.825Z] pkg-config zip [2021-03-25T00:47:05.089Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-25T00:47:05.089Z] Need to get 7657 kB of archives. [2021-03-25T00:47:05.089Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-25T00:47:05.089Z] 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-25T00:47:05.089Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-25T00:47:05.089Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-25T00:47:05.089Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-25T00:47:05.089Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-25T00:47:05.359Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-25T00:47:05.359Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-25T00:47:05.359Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-25T00:47:05.359Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-25T00:47:05.622Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-25T00:47:05.622Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-25T00:47:05.622Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-25T00:47:05.622Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-25T00:47:05.622Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-25T00:47:05.622Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-25T00:47:05.885Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-25T00:47:05.885Z] Fetched 7657 kB in 1s (9930 kB/s) [2021-03-25T00:47:06.148Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-25T00:47:06.148Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-25T00:47:06.148Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-25T00:47:06.148Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-25T00:47:06.411Z] Selecting previously unselected package libpsl5:amd64. [2021-03-25T00:47:06.411Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-25T00:47:06.411Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-25T00:47:06.673Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-25T00:47:06.673Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-25T00:47:06.673Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-25T00:47:06.673Z] Selecting previously unselected package librtmp1:amd64. [2021-03-25T00:47:06.673Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-25T00:47:06.673Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-25T00:47:06.673Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-25T00:47:06.673Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-25T00:47:06.673Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-25T00:47:06.937Z] Selecting previously unselected package liberror-perl. [2021-03-25T00:47:06.937Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-25T00:47:06.937Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-25T00:47:06.937Z] Selecting previously unselected package git-man. [2021-03-25T00:47:06.937Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-25T00:47:06.937Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-25T00:47:07.199Z] Selecting previously unselected package git. [2021-03-25T00:47:07.199Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-25T00:47:07.199Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-25T00:47:08.146Z] Selecting previously unselected package libnorm1:amd64. [2021-03-25T00:47:08.146Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-25T00:47:08.146Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-25T00:47:08.146Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-25T00:47:08.146Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-25T00:47:08.408Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-25T00:47:08.408Z] Selecting previously unselected package libsodium23:amd64. [2021-03-25T00:47:08.408Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-25T00:47:08.408Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-25T00:47:08.408Z] Selecting previously unselected package libzmq5:amd64. [2021-03-25T00:47:08.408Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-25T00:47:08.670Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-25T00:47:08.670Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-25T00:47:08.670Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-25T00:47:08.670Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-25T00:47:08.933Z] Selecting previously unselected package pkg-config. [2021-03-25T00:47:08.933Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-25T00:47:08.933Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-25T00:47:08.933Z] Selecting previously unselected package zip. [2021-03-25T00:47:08.933Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-25T00:47:08.933Z] Unpacking zip (3.0-11build1) ... [2021-03-25T00:47:08.933Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-25T00:47:09.197Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-25T00:47:09.197Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-25T00:47:09.197Z] Setting up liberror-perl (0.17025-1) ... [2021-03-25T00:47:09.197Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-25T00:47:09.197Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-25T00:47:09.197Z] No schema files found: doing nothing. [2021-03-25T00:47:09.460Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-25T00:47:09.460Z] Setting up zip (3.0-11build1) ... [2021-03-25T00:47:09.460Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-25T00:47:09.460Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-25T00:47:09.460Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-25T00:47:09.460Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-25T00:47:09.460Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-25T00:47:09.724Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-25T00:47:09.724Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-25T00:47:09.724Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-25T00:47:16.326Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-25T00:47:16.902Z] git set to automatically installed. [2021-03-25T00:47:16.902Z] git-man set to automatically installed. [2021-03-25T00:47:16.902Z] libcurl3-gnutls set to automatically installed. [2021-03-25T00:47:16.902Z] liberror-perl set to automatically installed. [2021-03-25T00:47:16.902Z] libglib2.0-0 set to automatically installed. [2021-03-25T00:47:16.902Z] libnghttp2-14 set to automatically installed. [2021-03-25T00:47:16.902Z] libnorm1 set to automatically installed. [2021-03-25T00:47:16.902Z] libpgm-5.2-0 set to automatically installed. [2021-03-25T00:47:16.902Z] libpsl5 set to automatically installed. [2021-03-25T00:47:16.902Z] librtmp1 set to automatically installed. [2021-03-25T00:47:16.902Z] libsodium23 set to automatically installed. [2021-03-25T00:47:16.902Z] libzmq3-dev set to automatically installed. [2021-03-25T00:47:16.902Z] libzmq5 set to automatically installed. [2021-03-25T00:47:16.902Z] pkg-config set to automatically installed. [2021-03-25T00:47:16.902Z] zip set to automatically installed. [2021-03-25T00:47:18.821Z] snapd is not logged in, snap install commands will use sudo [2021-03-25T00:47:25.417Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-25T00:47:25.417Z] error: cannot refresh "core18": unexpectedly empty response from the server [2021-03-25T00:47:25.417Z] (try again later) [2021-03-25T00:47:25.417Z] Error while refreshing snap 'core18' to channel 'latest/stable' [2021-03-25T00:47:25.417Z] Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [2021-03-25T00:47:26.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-25T00:47:28.120Z] Failed in branch amd64 [2021-03-25T00:47:41.563Z] Removing intermediate container d00179258635 [2021-03-25T00:47:41.563Z] ---> b545bff23a4e [2021-03-25T00:47:41.563Z] [2021-03-25T00:47:41.563Z] Step 10/24 : FROM alpine:3.12 [2021-03-25T00:47:41.563Z] 3.12: Pulling from library/alpine [2021-03-25T00:47:41.563Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T00:47:41.563Z] Status: Downloaded newer image for alpine:3.12 [2021-03-25T00:47:41.563Z] ---> d10569e2745f [2021-03-25T00:47:41.563Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-25T00:47:41.844Z] ---> Running in 71abff3a73d9 [2021-03-25T00:47:44.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:47:44.746Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:47:45.347Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-25T00:47:45.620Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T00:47:45.620Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-25T00:47:45.620Z] (4/6) Installing curl (7.69.1-r3) [2021-03-25T00:47:45.620Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-25T00:47:45.620Z] (6/6) Installing su-exec (0.2-r1) [2021-03-25T00:47:45.620Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:47:45.620Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T00:47:45.894Z] Removing intermediate container 1a79807e9f08 [2021-03-25T00:47:45.894Z] ---> a835ec2f3ef0 [2021-03-25T00:47:45.894Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-25T00:47:45.894Z] OK: 7 MiB in 20 packages [2021-03-25T00:47:46.192Z] ---> Running in 0540dfcc595c [2021-03-25T00:47:48.845Z] 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-25T00:47:49.445Z] Removing intermediate container 71abff3a73d9 [2021-03-25T00:47:49.445Z] ---> fec9fd848458 [2021-03-25T00:47:49.445Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T00:47:49.445Z] Removing intermediate container 4f65ce97e244 [2021-03-25T00:47:49.445Z] ---> caf5ff070bf8 [2021-03-25T00:47:49.445Z] [2021-03-25T00:47:49.445Z] Step 10/31 : FROM alpine:3.12 [2021-03-25T00:47:49.445Z] ---> d10569e2745f [2021-03-25T00:47:49.445Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-25T00:47:49.719Z] ---> Running in c6c2b4a0379d [2021-03-25T00:47:49.719Z] ---> Running in 17310c34f838 [2021-03-25T00:47:50.705Z] Removing intermediate container c6c2b4a0379d [2021-03-25T00:47:50.705Z] ---> 09e65a002b38 [2021-03-25T00:47:50.705Z] Step 13/24 : WORKDIR / [2021-03-25T00:47:50.705Z] Removing intermediate container 17310c34f838 [2021-03-25T00:47:50.705Z] ---> 15fdef26e2b3 [2021-03-25T00:47:50.705Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-25T00:47:51.010Z] ---> Running in 3a44db5d4e29 [2021-03-25T00:47:51.010Z] ---> Running in bbde9c0c0d16 [2021-03-25T00:47:51.997Z] Removing intermediate container 3a44db5d4e29 [2021-03-25T00:47:51.997Z] ---> 3e691ae43bfc [2021-03-25T00:47:51.997Z] 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-25T00:47:52.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:47:53.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:47:53.869Z] ---> 5b0cc7ec9253 [2021-03-25T00:47:53.869Z] 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-25T00:47:53.869Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-25T00:47:53.869Z] (2/2) Installing su-exec (0.2-r1) [2021-03-25T00:47:53.869Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:47:53.869Z] OK: 5 MiB in 16 packages [2021-03-25T00:47:54.462Z] Removing intermediate container 0540dfcc595c [2021-03-25T00:47:54.462Z] ---> fecab52010a4 [2021-03-25T00:47:54.462Z] [2021-03-25T00:47:54.462Z] Step 11/26 : FROM docker:20.10.0 [2021-03-25T00:47:54.735Z] 20.10.0: Pulling from library/docker [2021-03-25T00:47:55.719Z] ---> b38849edf7e3 [2021-03-25T00:47:55.719Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-25T00:47:56.317Z] Removing intermediate container bbde9c0c0d16 [2021-03-25T00:47:56.592Z] ---> ccabc32aea67 [2021-03-25T00:47:56.592Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-25T00:47:56.868Z] Removing intermediate container 2e65de9821ac [2021-03-25T00:47:56.868Z] ---> 5b551bcc3852 [2021-03-25T00:47:56.868Z] [2021-03-25T00:47:56.868Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T00:47:56.868Z] ---> d10569e2745f [2021-03-25T00:47:56.868Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T00:47:57.883Z] ---> Running in 3dcaabcf4d3a [2021-03-25T00:47:57.883Z] ---> Running in c8f67225fccf [2021-03-25T00:47:58.171Z] ---> 937b847a65ea [2021-03-25T00:47:58.171Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-25T00:47:58.805Z] Removing intermediate container 3dcaabcf4d3a [2021-03-25T00:47:58.805Z] ---> 89e3e7c226d3 [2021-03-25T00:47:58.805Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-25T00:47:58.805Z] Removing intermediate container 65897f69e274 [2021-03-25T00:47:58.805Z] ---> 892be3a7ff5d [2021-03-25T00:47:58.805Z] [2021-03-25T00:47:58.805Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T00:47:58.805Z] ---> d10569e2745f [2021-03-25T00:47:58.805Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-25T00:47:59.434Z] ---> Running in 8bb0dfe8ce24 [2021-03-25T00:47:59.434Z] ---> Running in 650c8100be5b [2021-03-25T00:47:59.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:47:59.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:48:00.578Z] Removing intermediate container 650c8100be5b [2021-03-25T00:48:00.578Z] ---> a6298e386c1c [2021-03-25T00:48:00.578Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-25T00:48:00.578Z] ---> 944b4a0050ee [2021-03-25T00:48:00.578Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-25T00:48:00.854Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-25T00:48:00.854Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:48:00.854Z] OK: 5 MiB in 15 packages [2021-03-25T00:48:00.854Z] ---> Running in aa5f4d062576 [2021-03-25T00:48:01.129Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:48:01.129Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:48:01.735Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-25T00:48:02.012Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-25T00:48:02.012Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:48:02.012Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T00:48:02.291Z] OK: 6 MiB in 16 packages [2021-03-25T00:48:04.257Z] Removing intermediate container c8f67225fccf [2021-03-25T00:48:04.257Z] ---> 41efee2fdd01 [2021-03-25T00:48:04.257Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:48:04.849Z] ---> 08257edf5300 [2021-03-25T00:48:04.849Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-25T00:48:05.151Z] ---> Running in c1181d2ba6ab [2021-03-25T00:48:05.744Z] Removing intermediate container 8bb0dfe8ce24 [2021-03-25T00:48:05.744Z] ---> d58b453eed15 [2021-03-25T00:48:05.744Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:48:06.018Z] ---> f837f3bad5f4 [2021-03-25T00:48:06.018Z] 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-25T00:48:06.290Z] ---> Running in 33bc2ac9026b [2021-03-25T00:48:06.563Z] ---> Running in 579d7b8d8cc2 [2021-03-25T00:48:06.563Z] Removing intermediate container c1181d2ba6ab [2021-03-25T00:48:06.563Z] ---> 2730247119db [2021-03-25T00:48:06.563Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-25T00:48:06.563Z] Removing intermediate container aa5f4d062576 [2021-03-25T00:48:06.563Z] ---> 7241b46c2d29 [2021-03-25T00:48:06.563Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-25T00:48:06.848Z] ---> Running in b9ac63d00ad4 [2021-03-25T00:48:06.848Z] ---> Running in f751aa440d11 [2021-03-25T00:48:07.129Z] Removing intermediate container 33bc2ac9026b [2021-03-25T00:48:07.129Z] ---> 1f0d15bb95ad [2021-03-25T00:48:07.129Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-25T00:48:07.403Z] ---> Running in 1cd746915bcb [2021-03-25T00:48:08.001Z] Removing intermediate container f751aa440d11 [2021-03-25T00:48:08.001Z] ---> 4429b102fc13 [2021-03-25T00:48:08.001Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T00:48:08.001Z] Removing intermediate container b9ac63d00ad4 [2021-03-25T00:48:08.001Z] ---> 38cd213af4d1 [2021-03-25T00:48:08.001Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-25T00:48:08.293Z] ---> Running in d9e0fb0f7d15 [2021-03-25T00:48:08.293Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-25T00:48:08.293Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-25T00:48:08.293Z] ---> eeaf43b92773 [2021-03-25T00:48:08.293Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-25T00:48:08.293Z] Removing intermediate container 1cd746915bcb [2021-03-25T00:48:08.293Z] ---> 552f6b503eb3 [2021-03-25T00:48:08.293Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T00:48:08.580Z] ---> Running in f62c3c634e53 [2021-03-25T00:48:08.580Z] ---> Running in 0c386bde0a0b [2021-03-25T00:48:09.178Z] Removing intermediate container d9e0fb0f7d15 [2021-03-25T00:48:09.178Z] ---> 12ff9ee9fb68 [2021-03-25T00:48:09.178Z] Step 15/23 : WORKDIR / [2021-03-25T00:48:09.178Z] ---> 69a2c8790351 [2021-03-25T00:48:09.178Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-25T00:48:09.456Z] ---> Running in 76ca6c498ac3 [2021-03-25T00:48:09.456Z] ---> Running in 380b5ab99cd6 [2021-03-25T00:48:09.456Z] Removing intermediate container f62c3c634e53 [2021-03-25T00:48:09.456Z] ---> 5c2636989944 [2021-03-25T00:48:09.456Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:48:10.467Z] Removing intermediate container 579d7b8d8cc2 [2021-03-25T00:48:10.467Z] ---> 324240b9b1d5 [2021-03-25T00:48:10.467Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-25T00:48:10.467Z] Removing intermediate container 76ca6c498ac3 [2021-03-25T00:48:10.467Z] ---> 9aa7ea7960b4 [2021-03-25T00:48:10.467Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:48:10.749Z] ---> Running in 4f829cbe4429 [2021-03-25T00:48:10.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:48:11.040Z] ---> 4034666ed5b5 [2021-03-25T00:48:11.040Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-25T00:48:11.040Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:48:11.640Z] ---> 2fc25838d4ad [2021-03-25T00:48:11.640Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-25T00:48:11.640Z] Removing intermediate container 4f829cbe4429 [2021-03-25T00:48:11.640Z] ---> 4fc91bbdb428 [2021-03-25T00:48:11.640Z] Step 22/24 : LABEL arch=arm64 [2021-03-25T00:48:11.640Z] (1/2) Installing readline (8.0.4-r0) [2021-03-25T00:48:11.640Z] (2/2) Installing bash (5.0.17-r0) [2021-03-25T00:48:11.640Z] Executing bash-5.0.17-r0.post-install [2021-03-25T00:48:11.920Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:48:11.920Z] OK: 12 MiB in 22 packages [2021-03-25T00:48:11.920Z] ---> Running in 2e13992c7dbc [2021-03-25T00:48:12.912Z] Removing intermediate container 2e13992c7dbc [2021-03-25T00:48:12.912Z] ---> 7115dbd49c21 [2021-03-25T00:48:12.912Z] Step 23/24 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:48:12.912Z] ---> d83eb03f946d [2021-03-25T00:48:12.912Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-25T00:48:13.190Z] ---> Running in ece180fde0d7 [2021-03-25T00:48:13.462Z] Removing intermediate container 380b5ab99cd6 [2021-03-25T00:48:13.462Z] ---> b5e774f7235c [2021-03-25T00:48:13.462Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:48:13.738Z] ---> 42de8ea6c785 [2021-03-25T00:48:13.738Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-25T00:48:14.011Z] Removing intermediate container 0c386bde0a0b [2021-03-25T00:48:14.011Z] ---> b19d4d72143e [2021-03-25T00:48:14.011Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-25T00:48:14.011Z] Removing intermediate container ece180fde0d7 [2021-03-25T00:48:14.011Z] ---> 2cbc05a13abe [2021-03-25T00:48:14.011Z] Step 24/24 : LABEL version=0.0.0 [2021-03-25T00:48:14.288Z] ---> 0fa18d910159 [2021-03-25T00:48:14.288Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-25T00:48:14.288Z] ---> Running in 273d7d6df84d [2021-03-25T00:48:14.288Z] ---> Running in 8eb7177d4af5 [2021-03-25T00:48:14.579Z] ---> Running in 4799fe8c9c11 [2021-03-25T00:48:14.579Z] ---> 7948d79b8285 [2021-03-25T00:48:14.579Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-25T00:48:14.856Z] ---> 7bece455109f [2021-03-25T00:48:14.856Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-25T00:48:15.139Z] Removing intermediate container 273d7d6df84d [2021-03-25T00:48:15.139Z] ---> 1184e64b7b3a [2021-03-25T00:48:15.139Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-25T00:48:15.139Z] ---> Running in 11ae081a1c0b [2021-03-25T00:48:15.139Z] Removing intermediate container 8eb7177d4af5 [2021-03-25T00:48:15.139Z] ---> 6a2e382a820f [2021-03-25T00:48:15.139Z] [2021-03-25T00:48:15.417Z] Removing intermediate container 4799fe8c9c11 [2021-03-25T00:48:15.417Z] ---> 0adf83e81f1d [2021-03-25T00:48:15.417Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:48:15.417Z] ---> Running in b1feb71da93d [2021-03-25T00:48:15.692Z] ---> Running in 43ca584d6873 [2021-03-25T00:48:15.968Z] Removing intermediate container 11ae081a1c0b [2021-03-25T00:48:15.968Z] ---> 0a70b47faa3e [2021-03-25T00:48:15.968Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:48:15.968Z] Successfully built 6a2e382a820f [2021-03-25T00:48:15.968Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-25T00:48:15.968Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-03-25T00:48:16.246Z] Removing intermediate container b1feb71da93d [2021-03-25T00:48:16.246Z] ---> 6396667156b5 [2021-03-25T00:48:16.246Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-25T00:48:16.537Z] ---> Running in 2c34105f90af [2021-03-25T00:48:16.537Z] Removing intermediate container 43ca584d6873 [2021-03-25T00:48:16.537Z] ---> 6c8c1d8b700b [2021-03-25T00:48:16.537Z] Step 20/22 : LABEL arch=arm64 [2021-03-25T00:48:16.537Z] ---> c42b8039cdb4 [2021-03-25T00:48:16.537Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-25T00:48:16.824Z] ---> Running in a7dfd9d16bfa [2021-03-25T00:48:16.824Z] ---> Running in ef469f8538fe [2021-03-25T00:48:17.099Z] Removing intermediate container 2c34105f90af [2021-03-25T00:48:17.099Z] ---> 9f94305c18a9 [2021-03-25T00:48:17.099Z] Step 21/23 : LABEL arch=arm64 [2021-03-25T00:48:17.376Z] ---> Running in c8079f284fa4 [2021-03-25T00:48:17.653Z] Removing intermediate container a7dfd9d16bfa [2021-03-25T00:48:17.653Z] ---> 8360b53429f8 [2021-03-25T00:48:17.653Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-25T00:48:17.653Z] Removing intermediate container ef469f8538fe [2021-03-25T00:48:17.653Z] ---> 6faf283e5d21 [2021-03-25T00:48:17.653Z] Step 21/22 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:48:18.262Z] ---> Running in 109cd173126f [2021-03-25T00:48:18.561Z] Removing intermediate container c8079f284fa4 [2021-03-25T00:48:18.561Z] ---> fe3498a8a4a6 [2021-03-25T00:48:18.561Z] Step 22/23 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:48:19.205Z] ---> 20ce1a78b9c9 [2021-03-25T00:48:19.205Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-25T00:48:19.491Z] ---> Running in 3c85df7df7e5 [2021-03-25T00:48:19.779Z] Removing intermediate container 109cd173126f [2021-03-25T00:48:19.779Z] ---> 5f9fe66c8920 [2021-03-25T00:48:19.779Z] Step 22/22 : LABEL version=0.0.0 [2021-03-25T00:48:20.061Z] ---> 5fced3688f94 [2021-03-25T00:48:20.061Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-25T00:48:20.343Z] ---> Running in 2aefc61992ba [2021-03-25T00:48:20.343Z] ---> 1294dae94614 [2021-03-25T00:48:20.343Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-25T00:48:20.625Z] Removing intermediate container 3c85df7df7e5 [2021-03-25T00:48:20.625Z] ---> 17dca3719a0c [2021-03-25T00:48:20.625Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T00:48:20.912Z] ---> Running in 64ebe99c8266 [2021-03-25T00:48:21.191Z] Removing intermediate container 2aefc61992ba [2021-03-25T00:48:21.191Z] ---> 1c0cb62fe4b7 [2021-03-25T00:48:21.191Z] [2021-03-25T00:48:21.191Z] ---> f5b77eae9648 [2021-03-25T00:48:21.191Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-25T00:48:21.809Z] Removing intermediate container 64ebe99c8266 [2021-03-25T00:48:21.809Z] ---> 4a7f0979c890 [2021-03-25T00:48:21.809Z] [2021-03-25T00:48:21.809Z] Successfully built 1c0cb62fe4b7 [2021-03-25T00:48:22.087Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-25T00:48:22.087Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-03-25T00:48:22.087Z] ---> bf272c0e6353 [2021-03-25T00:48:22.087Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-25T00:48:22.364Z] Successfully built 4a7f0979c890 [2021-03-25T00:48:22.364Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-25T00:48:22.364Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-03-25T00:48:22.640Z] ---> Running in 2ad071b55a91 [2021-03-25T00:48:22.923Z] ---> 79b70cb44fcb [2021-03-25T00:48:22.924Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-25T00:48:23.206Z] ---> Running in ed8beb0e644d [2021-03-25T00:48:23.487Z] Removing intermediate container 2ad071b55a91 [2021-03-25T00:48:23.487Z] ---> 1f90bef341e9 [2021-03-25T00:48:23.487Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-25T00:48:24.483Z] ---> fb1ebbf1c2cd [2021-03-25T00:48:24.483Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-25T00:48:24.483Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:48:24.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:48:24.768Z] ---> Running in bdd0296675f7 [2021-03-25T00:48:25.761Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-25T00:48:25.761Z] (2/33) Installing expat (2.2.9-r1) [2021-03-25T00:48:25.761Z] (3/33) Installing libffi (3.3-r2) [2021-03-25T00:48:25.761Z] (4/33) Installing gdbm (1.13-r1) [2021-03-25T00:48:25.761Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-25T00:48:25.761Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-25T00:48:25.761Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-25T00:48:27.783Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-25T00:48:27.783Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-25T00:48:27.783Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-25T00:48:27.783Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-25T00:48:27.783Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-25T00:48:27.783Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-25T00:48:27.783Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-25T00:48:28.067Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-25T00:48:28.067Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-25T00:48:28.067Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-25T00:48:28.067Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-25T00:48:28.067Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-25T00:48:28.067Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-25T00:48:28.067Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-25T00:48:28.067Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-25T00:48:28.067Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-25T00:48:28.345Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-25T00:48:28.345Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-25T00:48:28.345Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-25T00:48:28.345Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-25T00:48:28.345Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-25T00:48:28.345Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-25T00:48:28.345Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-25T00:48:28.345Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-25T00:48:28.345Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-25T00:48:28.345Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-25T00:48:28.626Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:48:28.626Z] OK: 71 MiB in 55 packages [2021-03-25T00:48:29.228Z] Removing intermediate container bdd0296675f7 [2021-03-25T00:48:29.228Z] ---> 8f8ed7188f5f [2021-03-25T00:48:29.228Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-25T00:48:29.828Z] ---> Running in 2a23062f2843 [2021-03-25T00:48:30.825Z] Removing intermediate container 2a23062f2843 [2021-03-25T00:48:30.825Z] ---> b7ea734f57d8 [2021-03-25T00:48:30.825Z] Step 28/31 : CMD ["gate"] [2021-03-25T00:48:31.817Z] ---> Running in c54b0ff44de3 [2021-03-25T00:48:32.807Z] Removing intermediate container c54b0ff44de3 [2021-03-25T00:48:32.807Z] ---> 3470b79861ee [2021-03-25T00:48:32.807Z] Step 29/31 : LABEL arch=arm64 [2021-03-25T00:48:33.407Z] ---> Running in 87fe1597e53c [2021-03-25T00:48:34.008Z] Removing intermediate container 87fe1597e53c [2021-03-25T00:48:34.008Z] ---> 3ccbaac5d1e5 [2021-03-25T00:48:34.008Z] Step 30/31 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:48:34.610Z] ---> Running in 076af870d191 [2021-03-25T00:48:36.046Z] Removing intermediate container 076af870d191 [2021-03-25T00:48:36.046Z] ---> 2af2e795f9f5 [2021-03-25T00:48:36.046Z] Step 31/31 : LABEL version=0.0.0 [2021-03-25T00:48:36.046Z] Removing intermediate container ed8beb0e644d [2021-03-25T00:48:36.046Z] ---> 6ee412770993 [2021-03-25T00:48:36.046Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-25T00:48:36.326Z] ---> Running in 491c3e3af432 [2021-03-25T00:48:36.609Z] ---> Running in 6ae7cb82075f [2021-03-25T00:48:37.597Z] Removing intermediate container 6ae7cb82075f [2021-03-25T00:48:37.597Z] ---> 90cc414641c4 [2021-03-25T00:48:37.597Z] [2021-03-25T00:48:38.202Z] Successfully built 90cc414641c4 [2021-03-25T00:48:38.202Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-25T00:48:38.202Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-03-25T00:48:42.518Z] Collecting docker-compose==1.23.2 [2021-03-25T00:48:42.518Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-25T00:48:43.503Z] Collecting cached-property<2,>=1.2.0 [2021-03-25T00:48:43.503Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-25T00:48:43.778Z] Collecting docopt<0.7,>=0.6.1 [2021-03-25T00:48:43.778Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-25T00:48:47.194Z] Collecting PyYAML<4,>=3.10 [2021-03-25T00:48:47.194Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-25T00:48:51.545Z] 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-25T00:48:51.545Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-25T00:48:51.545Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-25T00:48:52.537Z] Collecting docker<4.0,>=3.6.0 [2021-03-25T00:48:52.537Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-25T00:48:53.142Z] Collecting texttable<0.10,>=0.9.0 [2021-03-25T00:48:53.420Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-25T00:48:56.069Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-25T00:48:56.069Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-25T00:48:58.072Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:48:58.072Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:48:58.072Z] ---> fe56b95c38d6 [2021-03-25T00:48:58.072Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T00:48:58.072Z] ---> Using cache [2021-03-25T00:48:58.072Z] ---> 567d40a32090 [2021-03-25T00:48:58.072Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:48:58.072Z] ---> Using cache [2021-03-25T00:48:58.072Z] ---> 63f6707af0c2 [2021-03-25T00:48:58.072Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-25T00:48:59.694Z] Collecting jsonschema<3,>=2.5.1 [2021-03-25T00:48:59.694Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-25T00:49:01.777Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-25T00:49:02.053Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-25T00:49:02.660Z] ---> Running in 3be4d6c97a73 [2021-03-25T00:49:02.946Z] Collecting docker-pycreds>=0.4.0 [2021-03-25T00:49:02.946Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-25T00:49:03.546Z] Collecting idna<2.8,>=2.5 [2021-03-25T00:49:03.546Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-25T00:49:03.546Z] 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-25T00:49:03.546Z] 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-25T00:49:04.546Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-25T00:49:04.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:49:04.546Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-25T00:49:04.546Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-25T00:49:04.546Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-25T00:49:04.546Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-25T00:49:04.546Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-25T00:49:05.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:49:05.758Z] Installing collected packages: cached-property, docopt, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, dockerpty, jsonschema, docker-compose [2021-03-25T00:49:05.758Z] Running setup.py install for docopt: started [2021-03-25T00:49:06.033Z] OK: 217 MiB in 51 packages [2021-03-25T00:49:08.700Z] Running setup.py install for docopt: finished with status 'done' [2021-03-25T00:49:08.700Z] Running setup.py install for PyYAML: started [2021-03-25T00:49:09.318Z] Removing intermediate container 3be4d6c97a73 [2021-03-25T00:49:09.318Z] ---> 5522f028aeb6 [2021-03-25T00:49:09.318Z] Step 6/23 : COPY go.mod . [2021-03-25T00:49:09.619Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:49:09.620Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:49:09.620Z] ---> fe56b95c38d6 [2021-03-25T00:49:09.620Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T00:49:09.620Z] ---> Using cache [2021-03-25T00:49:09.620Z] ---> 567d40a32090 [2021-03-25T00:49:09.620Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:49:09.620Z] ---> Using cache [2021-03-25T00:49:09.620Z] ---> 63f6707af0c2 [2021-03-25T00:49:09.620Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-25T00:49:09.908Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:49:09.908Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:49:09.908Z] ---> fe56b95c38d6 [2021-03-25T00:49:09.908Z] Step 3/21 : WORKDIR /edgex-go [2021-03-25T00:49:09.908Z] ---> Running in ada0686a37c6 [2021-03-25T00:49:09.908Z] ---> Using cache [2021-03-25T00:49:09.908Z] ---> 567d40a32090 [2021-03-25T00:49:09.908Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:49:09.908Z] ---> Using cache [2021-03-25T00:49:09.908Z] ---> 63f6707af0c2 [2021-03-25T00:49:09.908Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-25T00:49:10.186Z] ---> Running in dc01cadaa609 [2021-03-25T00:49:10.822Z] ---> 03d1e6e10972 [2021-03-25T00:49:10.822Z] Step 7/23 : RUN go mod download [2021-03-25T00:49:11.101Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-25T00:49:11.387Z] ---> Running in b6ba39d989c6 [2021-03-25T00:49:11.668Z] Attempting uninstall: idna [2021-03-25T00:49:11.668Z] Found existing installation: idna 2.9 [2021-03-25T00:49:11.668Z] Uninstalling idna-2.9: [2021-03-25T00:49:11.948Z] Successfully uninstalled idna-2.9 [2021-03-25T00:49:12.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:49:12.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:49:12.549Z] Attempting uninstall: urllib3 [2021-03-25T00:49:12.834Z] Found existing installation: urllib3 1.25.9 [2021-03-25T00:49:12.834Z] Uninstalling urllib3-1.25.9: [2021-03-25T00:49:12.834Z] Successfully uninstalled urllib3-1.25.9 [2021-03-25T00:49:13.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:49:13.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:49:13.671Z] Attempting uninstall: requests [2021-03-25T00:49:13.671Z] Found existing installation: requests 2.23.0 [2021-03-25T00:49:13.671Z] Uninstalling requests-2.23.0: [2021-03-25T00:49:13.959Z] Successfully uninstalled requests-2.23.0 [2021-03-25T00:49:14.563Z] OK: 217 MiB in 51 packages [2021-03-25T00:49:14.845Z] OK: 217 MiB in 51 packages [2021-03-25T00:49:16.295Z] Running setup.py install for texttable: started [2021-03-25T00:49:18.314Z] Removing intermediate container b6ba39d989c6 [2021-03-25T00:49:18.314Z] ---> 6133d070f787 [2021-03-25T00:49:18.314Z] Step 8/23 : COPY . . [2021-03-25T00:49:18.591Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T00:49:18.591Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T00:49:18.591Z] ---> fe56b95c38d6 [2021-03-25T00:49:18.591Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T00:49:18.591Z] ---> Using cache [2021-03-25T00:49:18.591Z] ---> 567d40a32090 [2021-03-25T00:49:18.591Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:49:18.591Z] ---> Using cache [2021-03-25T00:49:18.591Z] ---> 63f6707af0c2 [2021-03-25T00:49:18.591Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T00:49:18.591Z] ---> Running in a25260e5e232 [2021-03-25T00:49:18.591Z] Removing intermediate container ada0686a37c6 [2021-03-25T00:49:18.591Z] ---> a2b601e09e4f [2021-03-25T00:49:18.591Z] Step 6/22 : COPY go.mod . [2021-03-25T00:49:18.869Z] Removing intermediate container dc01cadaa609 [2021-03-25T00:49:18.869Z] ---> fc8a136123de [2021-03-25T00:49:18.869Z] Step 6/21 : COPY go.mod . [2021-03-25T00:49:18.869Z] Running setup.py install for texttable: finished with status 'done' [2021-03-25T00:49:18.869Z] Running setup.py install for dockerpty: started [2021-03-25T00:49:20.339Z] ---> adaf2fa41eb1 [2021-03-25T00:49:20.339Z] Step 7/22 : RUN go mod download [2021-03-25T00:49:20.623Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:49:20.623Z] ---> 6a67fc3b8e9f [2021-03-25T00:49:20.623Z] Step 7/21 : RUN go mod download [2021-03-25T00:49:20.904Z] ---> Running in 03fdd7b7507b [2021-03-25T00:49:21.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:49:21.468Z] ---> Running in 66522d6d1b35 [2021-03-25T00:49:22.080Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-25T00:49:22.080Z] OK: 217 MiB in 51 packages [2021-03-25T00:49:24.095Z] 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-25T00:49:25.106Z] Removing intermediate container a25260e5e232 [2021-03-25T00:49:25.106Z] ---> bdfe4c1080cb [2021-03-25T00:49:25.106Z] Step 6/23 : COPY go.mod . [2021-03-25T00:49:26.577Z] ---> c075b5518012 [2021-03-25T00:49:26.577Z] Step 7/23 : RUN go mod download [2021-03-25T00:49:26.577Z] Removing intermediate container 66522d6d1b35 [2021-03-25T00:49:26.577Z] ---> b4ddbb37084c [2021-03-25T00:49:26.577Z] Step 8/21 : COPY . . [2021-03-25T00:49:26.577Z] ---> Running in d009fa09b1dc [2021-03-25T00:49:26.577Z] Removing intermediate container 03fdd7b7507b [2021-03-25T00:49:26.577Z] ---> 7a28cf488f73 [2021-03-25T00:49:26.577Z] Step 8/22 : COPY . . [2021-03-25T00:49:33.385Z] Removing intermediate container 491c3e3af432 [2021-03-25T00:49:33.385Z] ---> 71abc2791568 [2021-03-25T00:49:33.385Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-25T00:49:33.385Z] Removing intermediate container d009fa09b1dc [2021-03-25T00:49:33.385Z] ---> 38b9b6f29919 [2021-03-25T00:49:33.385Z] Step 8/23 : COPY . . [2021-03-25T00:49:34.389Z] ---> Running in 3933d1f88ffc [2021-03-25T00:49:35.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:49:36.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:49:36.740Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T00:49:36.740Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-25T00:49:36.740Z] (3/3) Installing curl (7.69.1-r3) [2021-03-25T00:49:36.740Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:49:36.740Z] OK: 72 MiB in 58 packages [2021-03-25T00:49:42.219Z] ---> ca6bfc6766a9 [2021-03-25T00:49:42.219Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-25T00:49:44.875Z] Removing intermediate container 3933d1f88ffc [2021-03-25T00:49:44.875Z] ---> cc0270932aa4 [2021-03-25T00:49:44.875Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-25T00:49:45.154Z] ---> Running in e5e19e0542ad [2021-03-25T00:49:45.789Z] ---> Running in e387b8e06d4e [2021-03-25T00:49:46.787Z] Removing intermediate container e387b8e06d4e [2021-03-25T00:49:46.787Z] ---> ff9fe87b8fa4 [2021-03-25T00:49:46.787Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:49:46.787Z] ---> b12141334b91 [2021-03-25T00:49:46.787Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-25T00:49:47.394Z] ---> Running in 2a8f126223df [2021-03-25T00:49:47.394Z] ---> Running in 259a482b1085 [2021-03-25T00:49:47.394Z] 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-25T00:49:48.014Z] ---> 91435f47383d [2021-03-25T00:49:48.014Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-25T00:49:48.635Z] ---> Running in 6eee9f5e05ba [2021-03-25T00:49:48.914Z] Removing intermediate container 259a482b1085 [2021-03-25T00:49:48.914Z] ---> aec3f0cd11b1 [2021-03-25T00:49:48.914Z] Step 24/26 : LABEL arch=arm64 [2021-03-25T00:49:49.193Z] 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-25T00:49:49.477Z] ---> Running in 4e88b796dc9a [2021-03-25T00:49:50.932Z] Removing intermediate container 4e88b796dc9a [2021-03-25T00:49:50.932Z] ---> ad5de081b489 [2021-03-25T00:49:50.932Z] Step 25/26 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:49:51.214Z] 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-25T00:49:51.214Z] ---> Running in a1ad0929eb19 [2021-03-25T00:49:52.701Z] Removing intermediate container a1ad0929eb19 [2021-03-25T00:49:52.701Z] ---> c16b424bc15c [2021-03-25T00:49:52.701Z] Step 26/26 : LABEL version=0.0.0 [2021-03-25T00:49:52.978Z] ---> Running in dbc2f5108a35 [2021-03-25T00:49:53.978Z] Removing intermediate container dbc2f5108a35 [2021-03-25T00:49:53.978Z] ---> 225992889091 [2021-03-25T00:49:53.978Z] [2021-03-25T00:49:54.598Z] Successfully built 225992889091 [2021-03-25T00:49:54.598Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-25T00:49:54.889Z]  Building docker-sys-mgmt-agent-go ... done  ---> 33c1fa6c664f [2021-03-25T00:49:54.889Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-25T00:49:55.173Z] ---> Running in 528354a2f68b [2021-03-25T00:49:57.197Z] 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-25T00:51:05.677Z] 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-25T00:51:24.069Z] Removing intermediate container 2a8f126223df [2021-03-25T00:51:24.069Z] ---> f6c42c5ebda4 [2021-03-25T00:51:24.069Z] [2021-03-25T00:51:24.069Z] Step 10/21 : FROM alpine:3.12 [2021-03-25T00:51:24.069Z] ---> d10569e2745f [2021-03-25T00:51:24.069Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-25T00:51:24.069Z] ---> Running in a132a672dcb5 [2021-03-25T00:51:24.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:51:24.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:51:24.069Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-25T00:51:24.069Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T00:51:24.069Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-25T00:51:24.069Z] (4/4) Installing curl (7.69.1-r3) [2021-03-25T00:51:24.343Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:51:24.343Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T00:51:24.617Z] OK: 7 MiB in 18 packages [2021-03-25T00:51:27.256Z] Removing intermediate container a132a672dcb5 [2021-03-25T00:51:27.256Z] ---> 84dbc7d345ab [2021-03-25T00:51:27.256Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T00:51:27.537Z] ---> Running in 540c8e877c60 [2021-03-25T00:51:28.138Z] Removing intermediate container 540c8e877c60 [2021-03-25T00:51:28.138Z] ---> 1395c79c8239 [2021-03-25T00:51:28.138Z] Step 13/21 : WORKDIR /edgex [2021-03-25T00:51:28.414Z] ---> Running in c56301fcacf7 [2021-03-25T00:51:29.013Z] Removing intermediate container c56301fcacf7 [2021-03-25T00:51:29.013Z] ---> 453ccc5d916c [2021-03-25T00:51:29.013Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-25T00:51:30.456Z] ---> 9a36530fd1a8 [2021-03-25T00:51:30.456Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-25T00:51:32.440Z] ---> c09196d543eb [2021-03-25T00:51:32.440Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-25T00:51:33.885Z] ---> 93a2539b0369 [2021-03-25T00:51:33.886Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-25T00:51:34.159Z] ---> Running in f0b1d58e06b1 [2021-03-25T00:51:35.197Z] Removing intermediate container f0b1d58e06b1 [2021-03-25T00:51:35.197Z] ---> ef0c61b73bfc [2021-03-25T00:51:35.197Z] Step 18/21 : CMD ["--init=true"] [2021-03-25T00:51:35.478Z] ---> Running in 85efc5410e7d [2021-03-25T00:51:36.459Z] Removing intermediate container 85efc5410e7d [2021-03-25T00:51:36.459Z] ---> 22d51a2abf72 [2021-03-25T00:51:36.459Z] Step 19/21 : LABEL arch=arm64 [2021-03-25T00:51:36.739Z] ---> Running in 873630965e48 [2021-03-25T00:51:37.344Z] Removing intermediate container 6eee9f5e05ba [2021-03-25T00:51:37.344Z] ---> 6177b5e57969 [2021-03-25T00:51:37.344Z] [2021-03-25T00:51:37.344Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T00:51:37.344Z] ---> d10569e2745f [2021-03-25T00:51:37.344Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-25T00:51:37.344Z] ---> Using cache [2021-03-25T00:51:37.344Z] ---> 41efee2fdd01 [2021-03-25T00:51:37.344Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:51:37.344Z] ---> Using cache [2021-03-25T00:51:37.344Z] ---> 2730247119db [2021-03-25T00:51:37.344Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-25T00:51:37.639Z] ---> Running in dcf415eff87b [2021-03-25T00:51:37.639Z] Removing intermediate container 873630965e48 [2021-03-25T00:51:37.639Z] ---> fb3abab1ea53 [2021-03-25T00:51:37.639Z] Step 20/21 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:51:38.248Z] ---> Running in 32d04228b06f [2021-03-25T00:51:38.248Z] Removing intermediate container dcf415eff87b [2021-03-25T00:51:38.248Z] ---> c714c128a413 [2021-03-25T00:51:38.248Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T00:51:38.556Z] ---> Running in c8002fbbdd94 [2021-03-25T00:51:38.831Z] Removing intermediate container 32d04228b06f [2021-03-25T00:51:38.831Z] ---> 66f77a877547 [2021-03-25T00:51:38.831Z] Step 21/21 : LABEL version=0.0.0 [2021-03-25T00:51:39.106Z] ---> Running in 0507a03dd4b6 [2021-03-25T00:51:39.382Z] Removing intermediate container c8002fbbdd94 [2021-03-25T00:51:39.382Z] ---> a2201dcfa49a [2021-03-25T00:51:39.382Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:51:39.988Z] Removing intermediate container 0507a03dd4b6 [2021-03-25T00:51:39.988Z] ---> 802a4f2f6d23 [2021-03-25T00:51:39.988Z] [2021-03-25T00:51:40.587Z] Successfully built 802a4f2f6d23 [2021-03-25T00:51:40.588Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-25T00:51:40.588Z]  Building docker-security-proxy-setup-go ... done  ---> 5daa53994a83 [2021-03-25T00:51:40.588Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-25T00:51:42.598Z] ---> bcb3c219aa83 [2021-03-25T00:51:42.598Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-25T00:51:43.577Z] ---> c14b05391ccc [2021-03-25T00:51:43.577Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-25T00:51:43.850Z] ---> Running in b62dea198c00 [2021-03-25T00:51:44.835Z] Removing intermediate container b62dea198c00 [2021-03-25T00:51:44.835Z] ---> 4006a7e60eb2 [2021-03-25T00:51:44.835Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:51:45.813Z] ---> Running in a3062bd72c1b [2021-03-25T00:51:46.086Z] Removing intermediate container 528354a2f68b [2021-03-25T00:51:46.086Z] ---> fa2aeec265a3 [2021-03-25T00:51:46.086Z] [2021-03-25T00:51:46.086Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T00:51:46.086Z] ---> d10569e2745f [2021-03-25T00:51:46.086Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T00:51:46.086Z] ---> Using cache [2021-03-25T00:51:46.086Z] ---> 41efee2fdd01 [2021-03-25T00:51:46.086Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T00:51:46.086Z] ---> Using cache [2021-03-25T00:51:46.086Z] ---> 2730247119db [2021-03-25T00:51:46.086Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-25T00:51:46.361Z] Removing intermediate container a3062bd72c1b [2021-03-25T00:51:46.361Z] ---> 7d8e5a1f04d7 [2021-03-25T00:51:46.361Z] Step 20/22 : LABEL arch=arm64 [2021-03-25T00:51:46.958Z] ---> Running in ff72d7907cb1 [2021-03-25T00:51:47.232Z] ---> Running in 6eb17d63cc10 [2021-03-25T00:51:47.825Z] Removing intermediate container ff72d7907cb1 [2021-03-25T00:51:47.825Z] ---> 59d23370c14a [2021-03-25T00:51:47.825Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T00:51:48.103Z] Removing intermediate container 6eb17d63cc10 [2021-03-25T00:51:48.103Z] ---> 6e3ded1e3cf7 [2021-03-25T00:51:48.103Z] Step 21/22 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:51:48.103Z] ---> Running in cf839acfe776 [2021-03-25T00:51:48.103Z] ---> Running in 4bbf7cd4efed [2021-03-25T00:51:48.382Z] Removing intermediate container e5e19e0542ad [2021-03-25T00:51:48.382Z] ---> afdcc78e8770 [2021-03-25T00:51:48.382Z] [2021-03-25T00:51:48.382Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T00:51:48.382Z] ---> d10569e2745f [2021-03-25T00:51:48.382Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-25T00:51:48.659Z] ---> Running in d983ac0e8d5c [2021-03-25T00:51:48.659Z] Removing intermediate container cf839acfe776 [2021-03-25T00:51:48.659Z] ---> af2aaf6d03c6 [2021-03-25T00:51:48.659Z] Step 15/23 : WORKDIR / [2021-03-25T00:51:48.933Z] Removing intermediate container 4bbf7cd4efed [2021-03-25T00:51:48.933Z] ---> 5838f1ae0363 [2021-03-25T00:51:48.933Z] Step 22/22 : LABEL version=0.0.0 [2021-03-25T00:51:48.933Z] ---> Running in 84ce4bea9c14 [2021-03-25T00:51:49.206Z] ---> Running in c2f3f3fc4364 [2021-03-25T00:51:49.206Z] Removing intermediate container d983ac0e8d5c [2021-03-25T00:51:49.206Z] ---> 4feb9c99b845 [2021-03-25T00:51:49.206Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-25T00:51:49.480Z] ---> Running in 888f44c3f327 [2021-03-25T00:51:49.753Z] Removing intermediate container 84ce4bea9c14 [2021-03-25T00:51:49.753Z] ---> ce8605d43b4d [2021-03-25T00:51:49.753Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:51:49.753Z] Removing intermediate container c2f3f3fc4364 [2021-03-25T00:51:49.753Z] ---> d0a58a42983c [2021-03-25T00:51:49.753Z] [2021-03-25T00:51:50.026Z] Removing intermediate container 888f44c3f327 [2021-03-25T00:51:50.026Z] ---> ab38daca289b [2021-03-25T00:51:50.026Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-25T00:51:50.300Z] Successfully built d0a58a42983c [2021-03-25T00:51:50.300Z] ---> Running in 1152591e62df [2021-03-25T00:51:50.300Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-25T00:51:50.573Z]  Building docker-support-scheduler-go ... done  ---> 240d66d1dabf [2021-03-25T00:51:50.573Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-25T00:51:50.844Z] Removing intermediate container 1152591e62df [2021-03-25T00:51:50.844Z] ---> 83fc005b285d [2021-03-25T00:51:50.844Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T00:51:51.117Z] ---> Running in 052e9a8550d6 [2021-03-25T00:51:52.093Z] ---> 725583079b7a [2021-03-25T00:51:52.093Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-25T00:51:52.685Z] ---> 1f5c9d73d64e [2021-03-25T00:51:52.686Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-25T00:51:52.959Z] ---> Running in e8733a8f0e7a [2021-03-25T00:51:53.550Z] Removing intermediate container e8733a8f0e7a [2021-03-25T00:51:53.550Z] ---> d39861fce77f [2021-03-25T00:51:53.550Z] Removing intermediate container 052e9a8550d6 [2021-03-25T00:51:53.550Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> f19f26c50156 [2021-03-25T00:51:53.550Z] [2021-03-25T00:51:53.550Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-25T00:51:53.823Z] ---> Running in e589d4275572 [2021-03-25T00:51:53.823Z] ---> Running in 8e62bfe6f520 [2021-03-25T00:51:54.417Z] Removing intermediate container e589d4275572 [2021-03-25T00:51:54.417Z] ---> 7ecc8a2163c0 [2021-03-25T00:51:54.417Z] Step 21/23 : LABEL arch=arm64 [2021-03-25T00:51:54.417Z] ---> Running in f558fbf35f94 [2021-03-25T00:51:55.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T00:51:55.012Z] Removing intermediate container f558fbf35f94 [2021-03-25T00:51:55.012Z] ---> d060856834a5 [2021-03-25T00:51:55.012Z] Step 22/23 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:51:55.012Z] ---> Running in 2fff927540e0 [2021-03-25T00:51:55.602Z] Removing intermediate container 2fff927540e0 [2021-03-25T00:51:55.602Z] ---> 31588eb14ead [2021-03-25T00:51:55.602Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T00:51:55.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T00:51:55.602Z] ---> Running in 10e96d81b6fa [2021-03-25T00:51:56.194Z] Removing intermediate container 10e96d81b6fa [2021-03-25T00:51:56.194Z] ---> aa3a8bdbf205 [2021-03-25T00:51:56.194Z] [2021-03-25T00:51:56.466Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-25T00:51:56.466Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-25T00:51:56.466Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-25T00:51:56.735Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-25T00:51:56.735Z] Successfully built aa3a8bdbf205 [2021-03-25T00:51:56.735Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-25T00:51:57.010Z]  Building docker-core-metadata-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-03-25T00:51:57.010Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-25T00:51:57.010Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T00:51:57.010Z] OK: 8 MiB in 20 packages [2021-03-25T00:51:58.437Z] Removing intermediate container 8e62bfe6f520 [2021-03-25T00:51:58.437Z] ---> 7118bdfcebfd [2021-03-25T00:51:58.437Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T00:51:59.029Z] ---> 60c3ad0ca11c [2021-03-25T00:51:59.029Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-25T00:52:00.451Z] ---> d01f42f257bc [2021-03-25T00:52:00.451Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-25T00:52:01.424Z] ---> 841a5c19e631 [2021-03-25T00:52:01.424Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-25T00:52:01.424Z] ---> Running in 2f4b48f3497f [2021-03-25T00:52:01.696Z] Removing intermediate container 2f4b48f3497f [2021-03-25T00:52:01.696Z] ---> 0358aeb41bad [2021-03-25T00:52:01.696Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T00:52:01.969Z] ---> Running in 1dec9f30a87f [2021-03-25T00:52:02.560Z] Removing intermediate container 1dec9f30a87f [2021-03-25T00:52:02.560Z] ---> f32aeb980e6d [2021-03-25T00:52:02.560Z] Step 21/23 : LABEL arch=arm64 [2021-03-25T00:52:02.560Z] ---> Running in 64140d11f8b4 [2021-03-25T00:52:03.153Z] Removing intermediate container 64140d11f8b4 [2021-03-25T00:52:03.153Z] ---> 81e5992ba5e9 [2021-03-25T00:52:03.153Z] Step 22/23 : LABEL git_sha=72b7957b3f1c81cba16d7c9c2d40d401a563b92e [2021-03-25T00:52:03.153Z] ---> Running in 525b763e5d72 [2021-03-25T00:52:03.748Z] Removing intermediate container 525b763e5d72 [2021-03-25T00:52:03.748Z] ---> 00774c2b2259 [2021-03-25T00:52:03.748Z] Step 23/23 : LABEL version=0.0.0 [2021-03-25T00:52:03.748Z] ---> Running in 8b3761b59845 [2021-03-25T00:52:04.344Z] Removing intermediate container 8b3761b59845 [2021-03-25T00:52:04.344Z] ---> 9d56b0ff2b42 [2021-03-25T00:52:04.344Z] [2021-03-25T00:52:04.615Z] Successfully built 9d56b0ff2b42 [2021-03-25T00:52:04.615Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-25T00:52:05.223Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-25T00:52:05.219Z] $ docker stop --time=1 d859b778032ae7cf1590433e33e91d99906ab4098096e4ad7ec29417e1cc6195 [2021-03-25T00:52:07.245Z] $ docker rm -f d859b778032ae7cf1590433e33e91d99906ab4098096e4ad7ec29417e1cc6195 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T00:52:08.089Z] + docker images [2021-03-25T00:52:08.089Z] + grep docker [2021-03-25T00:52:08.362Z] docker-core-data-go-arm64 latest 9d56b0ff2b42 5 seconds ago 21.3MB [2021-03-25T00:52:08.362Z] docker-core-metadata-go-arm64 latest aa3a8bdbf205 13 seconds ago 17.9MB [2021-03-25T00:52:08.362Z] docker-support-scheduler-go-arm64 latest d0a58a42983c 19 seconds ago 16.3MB [2021-03-25T00:52:08.362Z] docker-security-proxy-setup-go-arm64 latest 802a4f2f6d23 29 seconds ago 23.4MB [2021-03-25T00:52:08.363Z] docker-sys-mgmt-agent-go-arm64 latest 225992889091 2 minutes ago 300MB [2021-03-25T00:52:08.363Z] docker-security-bootstrapper-go-arm64 latest 90cc414641c4 3 minutes ago 17.8MB [2021-03-25T00:52:08.363Z] docker-core-command-go-arm64 latest 4a7f0979c890 3 minutes ago 16.3MB [2021-03-25T00:52:08.363Z] docker-support-notifications-go-arm64 latest 1c0cb62fe4b7 3 minutes ago 16.9MB [2021-03-25T00:52:08.363Z] docker-security-secretstore-setup-go-arm64 latest 6a2e382a820f 3 minutes ago 23.7MB [2021-03-25T00:52:08.363Z] 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-25T00:52:09.357Z] ---> job-cost.sh [2021-03-25T00:52:09.357Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-GCmQ [2021-03-25T00:52:48.304Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T00:54:25.048Z] lf-activate-venv(): INFO: Adding /tmp/venv-GCmQ/bin to PATH [2021-03-25T00:54:25.048Z] INFO: No Stack... [2021-03-25T00:54:25.048Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-25T00:54:25.319Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T00:54:25.659Z] + cut -d, -f6 [2021-03-25T00:54:25.659Z] + cat /w/workspace/edgex-go/32/archives/cost.csv [Pipeline] lock [2021-03-25T00:54:25.767Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-32-stack-cost] [2021-03-25T00:54:25.776Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3234-32-stack-cost] did not exist. Created. [2021-03-25T00:54:25.776Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-32-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T00:54:26.213Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-25T00:54:26.487Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T00:54:26.515Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-32-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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-25T00:54:28.937Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:54:29.838Z] ---> package-listing.sh [2021-03-25T00:54:29.838Z] ++ facter osfamily [2021-03-25T00:54:29.838Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-25T00:54:29.838Z] + OS_FAMILY=redhat [2021-03-25T00:54:29.838Z] + workspace=/w/workspace/edgex-go/32 [2021-03-25T00:54:29.838Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-25T00:54:29.838Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-25T00:54:29.838Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-25T00:54:29.838Z] + PACKAGES=/tmp/packages_start.txt [2021-03-25T00:54:29.838Z] + '[' /w/workspace/edgex-go/32 ']' [2021-03-25T00:54:29.838Z] + PACKAGES=/tmp/packages_end.txt [2021-03-25T00:54:29.838Z] + case "${OS_FAMILY}" in [2021-03-25T00:54:29.838Z] + rpm -qa [2021-03-25T00:54:29.838Z] + sort [2021-03-25T00:54:35.151Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-25T00:54:35.151Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-25T00:54:35.151Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-25T00:54:35.151Z] + '[' /w/workspace/edgex-go/32 ']' [2021-03-25T00:54:35.151Z] + mkdir -p /w/workspace/edgex-go/32/archives/ [2021-03-25T00:54:35.151Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/32/archives/ [Pipeline] echo [2021-03-25T00:54:35.167Z] 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/32/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-25T00:54:35.468Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:54:35.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T00:54:35.777Z] [2021-03-25T00:54:35.777Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-25T00:54:36.125Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T00:54:36.125Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-25T00:54:36.125Z] df20fa9351a1: Pulling fs layer [2021-03-25T00:54:36.125Z] 36b3adc4ff6f: Pulling fs layer [2021-03-25T00:54:36.125Z] 8ad3a11d3b57: Pulling fs layer [2021-03-25T00:54:36.125Z] 46f8f816bc3b: Pulling fs layer [2021-03-25T00:54:36.125Z] 93b61091891f: Pulling fs layer [2021-03-25T00:54:36.125Z] 93b9cdb0e59b: Pulling fs layer [2021-03-25T00:54:36.125Z] 5e14af77c1be: Pulling fs layer [2021-03-25T00:54:36.125Z] 01666e4c0597: Pulling fs layer [2021-03-25T00:54:36.125Z] aa168da1d23b: Pulling fs layer [2021-03-25T00:54:36.125Z] 93b9cdb0e59b: Waiting [2021-03-25T00:54:36.125Z] 5e14af77c1be: Waiting [2021-03-25T00:54:36.125Z] 01666e4c0597: Waiting [2021-03-25T00:54:36.125Z] aa168da1d23b: Waiting [2021-03-25T00:54:36.125Z] 46f8f816bc3b: Waiting [2021-03-25T00:54:36.125Z] 93b61091891f: Waiting [2021-03-25T00:54:36.125Z] 36b3adc4ff6f: Download complete [2021-03-25T00:54:36.125Z] 46f8f816bc3b: Download complete [2021-03-25T00:54:36.387Z] df20fa9351a1: Verifying Checksum [2021-03-25T00:54:36.387Z] df20fa9351a1: Download complete [2021-03-25T00:54:36.387Z] 93b9cdb0e59b: Verifying Checksum [2021-03-25T00:54:36.387Z] 93b9cdb0e59b: Download complete [2021-03-25T00:54:36.387Z] 5e14af77c1be: Verifying Checksum [2021-03-25T00:54:36.387Z] 5e14af77c1be: Download complete [2021-03-25T00:54:36.387Z] 93b61091891f: Verifying Checksum [2021-03-25T00:54:36.387Z] 93b61091891f: Download complete [2021-03-25T00:54:36.387Z] 01666e4c0597: Verifying Checksum [2021-03-25T00:54:36.387Z] 01666e4c0597: Download complete [2021-03-25T00:54:36.658Z] df20fa9351a1: Pull complete [2021-03-25T00:54:36.931Z] 8ad3a11d3b57: Verifying Checksum [2021-03-25T00:54:36.931Z] 8ad3a11d3b57: Download complete [2021-03-25T00:54:36.931Z] 36b3adc4ff6f: Pull complete [2021-03-25T00:54:37.896Z] 8ad3a11d3b57: Pull complete [2021-03-25T00:54:38.476Z] aa168da1d23b: Verifying Checksum [2021-03-25T00:54:38.476Z] aa168da1d23b: Download complete [2021-03-25T00:54:39.865Z] 46f8f816bc3b: Pull complete [2021-03-25T00:54:40.438Z] 93b61091891f: Pull complete [2021-03-25T00:54:40.438Z] 93b9cdb0e59b: Pull complete [2021-03-25T00:54:40.701Z] 5e14af77c1be: Pull complete [2021-03-25T00:54:40.701Z] 01666e4c0597: Pull complete [2021-03-25T00:54:48.937Z] aa168da1d23b: Pull complete [2021-03-25T00:54:48.937Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-25T00:54:48.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T00:54:48.938Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-25T00:54:49.134Z] prd-centos7-docker-4c-2g-31285 does not seem to be running inside a container [2021-03-25T00:54:49.185Z] $ 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/32/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/32 -v /w/workspace/edgex-go/32:/w/workspace/edgex-go/32:rw,z -v /w/workspace/edgex-go/32@tmp:/w/workspace/edgex-go/32@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-25T00:54:53.448Z] $ docker top b7dceaff8ac3f14335c2bc776a1b315253fa5b1a47603c036195c1e44e51fddc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T00:54:54.062Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-25T00:54:54.377Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-25T00:54:54.678Z] + ls /var/log/sa-host [2021-03-25T00:54:54.679Z] + sadf -c /var/log/sa-host/sa23 [2021-03-25T00:54:54.679Z] file_magic: OK [2021-03-25T00:54:54.679Z] HZ: Using current value: 100 [2021-03-25T00:54:54.679Z] file_header: OK [2021-03-25T00:54:54.679Z] 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-25T00:54:54.679Z] Statistics: [2021-03-25T00:54:54.679Z] Hnuu...uuuununununu... [2021-03-25T00:54:54.679Z] File successfully converted to sysstat format version 12.2.1 [2021-03-25T00:54:54.679Z] + sadf -c /var/log/sa-host/sa25 [2021-03-25T00:54:54.679Z] file_magic: OK [2021-03-25T00:54:54.679Z] HZ: Using current value: 100 [2021-03-25T00:54:54.679Z] file_header: OK [2021-03-25T00:54:54.679Z] 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-25T00:54:54.679Z] Statistics: [2021-03-25T00:54:54.679Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-25T00:54:54.679Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-25T00:54:54.893Z] provisioning config files... [2021-03-25T00:54:54.911Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/32@tmp/config4097513671831573450tmp [Pipeline] { [Pipeline] echo [2021-03-25T00:54:54.980Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:54:55.283Z] ---> create-netrc.sh [Pipeline] } [2021-03-25T00:54:55.293Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-25T00:54:55.404Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:54:55.708Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-25T00:54:55.720Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:54:56.022Z] ---> sudo-logs.sh [2021-03-25T00:54:56.022Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-25T00:54:56.108Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:54:56.416Z] ---> job-cost.sh [2021-03-25T00:54:56.416Z] lf-activate-venv: SKIPPING [2021-03-25T00:54:56.416Z] DEBUG: total: 0.20999999344348907 [2021-03-25T00:54:56.416Z] INFO: Retrieving Stack Cost... [2021-03-25T00:54:57.363Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T00:54:57.947Z] INFO: Archiving Costs [Pipeline] echo [2021-03-25T00:54:57.962Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T00:54:58.262Z] ---> logs-deploy.sh [2021-03-25T00:54:58.262Z] lf-activate-venv: SKIPPING [2021-03-25T00:54:58.262Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/32 [2021-03-25T00:54:58.262Z] INFO: archiving workspace using pattern(s): [2021-03-25T00:54:59.654Z] Archives upload complete. [2021-03-25T00:54:59.915Z] INFO: archiving logs to Nexus [2021-03-25T00:55:00.886Z] ---> uname -a: [2021-03-25T00:55:00.886Z] Linux prd-centos7-docker-4c-2g-31285.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-25T00:55:00.886Z] [2021-03-25T00:55:00.886Z] [2021-03-25T00:55:00.886Z] ---> lscpu: [2021-03-25T00:55:00.886Z] Architecture: x86_64 [2021-03-25T00:55:00.886Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-25T00:55:00.886Z] Byte Order: Little Endian [2021-03-25T00:55:00.886Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-25T00:55:00.886Z] CPU(s): 4 [2021-03-25T00:55:00.886Z] On-line CPU(s) list: 0-3 [2021-03-25T00:55:00.886Z] Thread(s) per core: 1 [2021-03-25T00:55:00.886Z] Core(s) per socket: 1 [2021-03-25T00:55:00.886Z] Socket(s): 4 [2021-03-25T00:55:00.886Z] NUMA node(s): 1 [2021-03-25T00:55:00.886Z] Vendor ID: GenuineIntel [2021-03-25T00:55:00.886Z] CPU family: 6 [2021-03-25T00:55:00.886Z] Model: 44 [2021-03-25T00:55:00.886Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-25T00:55:00.886Z] Stepping: 1 [2021-03-25T00:55:00.886Z] CPU MHz: 2933.438 [2021-03-25T00:55:00.886Z] BogoMIPS: 5866.87 [2021-03-25T00:55:00.886Z] Virtualization: VT-x [2021-03-25T00:55:00.886Z] Hypervisor vendor: KVM [2021-03-25T00:55:00.886Z] Virtualization type: full [2021-03-25T00:55:00.886Z] L1d cache: 128 KiB [2021-03-25T00:55:00.886Z] L1i cache: 128 KiB [2021-03-25T00:55:00.886Z] L2 cache: 16 MiB [2021-03-25T00:55:00.886Z] L3 cache: 64 MiB [2021-03-25T00:55:00.886Z] NUMA node0 CPU(s): 0-3 [2021-03-25T00:55:00.886Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-25T00:55:00.886Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-25T00:55:00.886Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-25T00:55:00.886Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-25T00:55:00.886Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-25T00:55:00.886Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-25T00:55:00.886Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-25T00:55:00.886Z] Vulnerability Srbds: Not affected [2021-03-25T00:55:00.886Z] Vulnerability Tsx async abort: Not affected [2021-03-25T00:55:00.886Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-25T00:55:00.886Z] [2021-03-25T00:55:00.886Z] [2021-03-25T00:55:00.886Z] ---> nproc: [2021-03-25T00:55:00.886Z] 4 [2021-03-25T00:55:00.886Z] [2021-03-25T00:55:00.886Z]