Pull request #3331 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 3f7e1d59aed2f1d51124aff8ab6e0023198d4100+4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf (19bb9b4edd171ff08faa452e8490cf68fe7fa5c0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33472 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 Merge succeeded, producing 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 Checking out Revision 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 (PR-3331) > 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/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 # timeout=10 Commit message: "fix: use system agent's own service key for creating config client" > git rev-list --no-walk bc1f4ad5e3924eaf31e252509b43b35d0ea3dca5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-09T22:00:17.335Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-09T22:00:17.657Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-09T22:00:17.763Z] ========================================================= [2021-04-09T22:00:17.763Z] EdgeX Global Pipelines Version Info [2021-04-09T22:00:17.763Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:00:19.268Z] ------------------- [2021-04-09T22:00:19.268Z] stable info: [2021-04-09T22:00:19.269Z] ------------------- [2021-04-09T22:00:19.269Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-09T22:00:19.269Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-09T22:00:19.269Z] Message: update stable to v1.0.186 [2021-04-09T22:00:20.220Z] ------------------- [2021-04-09T22:00:20.220Z] experimental info: [2021-04-09T22:00:20.220Z] ------------------- [2021-04-09T22:00:20.220Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-09T22:00:20.220Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-09T22:00:20.220Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-09T22:00:20.606Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-09T22:00:20.707Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-09T22:00:20.836Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-09T22:00:20.943Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-09T22:00:21.037Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-09T22:00:21.148Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-09T22:00:21.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-09T22:00:21.342Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-09T22:00:21.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-09T22:00:21.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-09T22:00:21.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-09T22:00:21.773Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-09T22:00:21.873Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-09T22:00:21.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-09T22:00:22.077Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-09T22:00:22.198Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-09T22:00:22.296Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-09T22:00:22.396Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-09T22:00:22.626Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-09T22:00:22.720Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-09T22:00:22.815Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-09T22:00:22.961Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-09T22:00:23.057Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3331 [Pipeline] echo [2021-04-09T22:00:23.152Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3331 [Pipeline] echo [2021-04-09T22:00:23.252Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3331 [Pipeline] echo [2021-04-09T22:00:23.375Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [Pipeline] echo [2021-04-09T22:00:23.466Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3f7e1d5 [Pipeline] echo [2021-04-09T22:00:23.557Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T22:00:23.770Z] provisioning config files... [2021-04-09T22:00:23.806Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config5250204860626305106tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:00:24.175Z] ---> docker-login.sh [2021-04-09T22:00:24.175Z] nexus3.edgexfoundry.org:10001 [2021-04-09T22:00:24.438Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:00:24.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:00:24.438Z] Configure a credential helper to remove this warning. See [2021-04-09T22:00:24.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:00:24.438Z] [2021-04-09T22:00:24.438Z] Login Succeeded [2021-04-09T22:00:24.438Z] nexus3.edgexfoundry.org:10002 [2021-04-09T22:00:24.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:00:24.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:00:24.701Z] Configure a credential helper to remove this warning. See [2021-04-09T22:00:24.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:00:24.701Z] [2021-04-09T22:00:24.701Z] Login Succeeded [2021-04-09T22:00:24.701Z] nexus3.edgexfoundry.org:10003 [2021-04-09T22:00:24.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:00:24.963Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:00:24.963Z] Configure a credential helper to remove this warning. See [2021-04-09T22:00:24.963Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:00:24.963Z] [2021-04-09T22:00:24.963Z] Login Succeeded [2021-04-09T22:00:24.963Z] nexus3.edgexfoundry.org:10004 [2021-04-09T22:00:24.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:00:25.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:00:25.225Z] Configure a credential helper to remove this warning. See [2021-04-09T22:00:25.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:00:25.225Z] [2021-04-09T22:00:25.225Z] Login Succeeded [2021-04-09T22:00:25.225Z] docker.io [2021-04-09T22:00:25.225Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:00:25.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:00:25.490Z] Configure a credential helper to remove this warning. See [2021-04-09T22:00:25.490Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:00:25.490Z] [2021-04-09T22:00:25.490Z] Login Succeeded [2021-04-09T22:00:25.490Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T22:00:25.501Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T22:00:25.971Z] ++ 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-04-09T22:00:25.971Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:00:25.971Z] ++ dirname cmd/core-command/Dockerfile [2021-04-09T22:00:25.971Z] ++ cut -d/ -f2 [2021-04-09T22:00:25.971Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-09T22:00:25.971Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:00:25.971Z] ++ dirname cmd/core-data/Dockerfile [2021-04-09T22:00:25.971Z] ++ cut -d/ -f2 [2021-04-09T22:00:25.971Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-09T22:00:25.971Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:00:25.971Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-09T22:00:25.971Z] ++ cut -d/ -f2 [2021-04-09T22:00:25.971Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-09T22:00:25.971Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:00:25.971Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-09T22:00:25.971Z] ++ cut -d/ -f2 [2021-04-09T22:00:25.971Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-09T22:00:25.971Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:00:25.971Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-09T22:00:25.971Z] ++ cut -d/ -f2 [2021-04-09T22:00:25.971Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-09T22:00:25.971Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:00:25.971Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-09T22:00:25.971Z] ++ cut -d/ -f2 [2021-04-09T22:00:25.971Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-09T22:00:25.971Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:00:25.971Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-09T22:00:25.971Z] ++ cut -d/ -f2 [2021-04-09T22:00:25.971Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-09T22:00:25.971Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:00:25.971Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-09T22:00:25.971Z] ++ cut -d/ -f2 [2021-04-09T22:00:25.971Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-09T22:00:25.971Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-09T22:00:25.971Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-09T22:00:25.971Z] ++ cut -d/ -f2 [2021-04-09T22:00:25.971Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-09T22:00:26.029Z] 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-04-09T22:00:27.864Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T22:00:27.864Z] [2021-04-09T22:00:27.864Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:00:28.213Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T22:00:28.213Z] latest: Pulling from edgex-devops/git-semver [2021-04-09T22:00:28.213Z] 31603596830f: Pulling fs layer [2021-04-09T22:00:28.213Z] 2a8b12db71e7: Pulling fs layer [2021-04-09T22:00:28.213Z] 6ca5941a6612: Pulling fs layer [2021-04-09T22:00:28.213Z] ecc8261a40a4: Pulling fs layer [2021-04-09T22:00:28.213Z] ecc8261a40a4: Waiting [2021-04-09T22:00:28.213Z] 2a8b12db71e7: Verifying Checksum [2021-04-09T22:00:28.213Z] 2a8b12db71e7: Download complete [2021-04-09T22:00:28.213Z] 31603596830f: Verifying Checksum [2021-04-09T22:00:28.213Z] 31603596830f: Download complete [2021-04-09T22:00:28.477Z] ecc8261a40a4: Verifying Checksum [2021-04-09T22:00:28.477Z] ecc8261a40a4: Download complete [2021-04-09T22:00:28.477Z] 6ca5941a6612: Verifying Checksum [2021-04-09T22:00:28.477Z] 6ca5941a6612: Download complete [2021-04-09T22:00:28.739Z] 31603596830f: Pull complete [2021-04-09T22:00:29.007Z] 2a8b12db71e7: Pull complete [2021-04-09T22:00:29.966Z] 6ca5941a6612: Pull complete [2021-04-09T22:00:29.966Z] ecc8261a40a4: Pull complete [2021-04-09T22:00:29.966Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-09T22:00:29.966Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-09T22:00:29.966Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-09T22:00:30.066Z] prd-centos7-docker-4c-2g-33472 does not seem to be running inside a container [2021-04-09T22:00:30.120Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-09T22:00:32.461Z] $ docker top c79917d0b44efe94413dad1c70ddd91fa3b03c4d7e4119d64d842c15715b198b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-09T22:00:32.740Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T22:00:32.740Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T22:00:32.950Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T22:00:32.956Z] $ docker exec c79917d0b44efe94413dad1c70ddd91fa3b03c4d7e4119d64d842c15715b198b ssh-agent [2021-04-09T22:00:33.126Z] SSH_AUTH_SOCK=/tmp/ssh-EvYoHaZl0OxH/agent.13 [2021-04-09T22:00:33.126Z] SSH_AGENT_PID=18 [2021-04-09T22:00:33.136Z] Running ssh-add (command line suppressed) [2021-04-09T22:00:33.255Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_8195637639659178931.key (/w/workspace/edgex-go/9@tmp/private_key_8195637639659178931.key) [2021-04-09T22:00:33.304Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T22:00:33.636Z] + git tag --points-at HEAD [Pipeline] } [2021-04-09T22:00:33.659Z] $ docker exec --env ******** --env ******** c79917d0b44efe94413dad1c70ddd91fa3b03c4d7e4119d64d842c15715b198b ssh-agent -k [2021-04-09T22:00:33.773Z] unset SSH_AUTH_SOCK; [2021-04-09T22:00:33.773Z] unset SSH_AGENT_PID; [2021-04-09T22:00:33.773Z] echo Agent pid 18 killed; [2021-04-09T22:00:33.817Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-09T22:00:33.972Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-09T22:00:33.972Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-09T22:00:34.135Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-09T22:00:34.144Z] $ docker exec c79917d0b44efe94413dad1c70ddd91fa3b03c4d7e4119d64d842c15715b198b ssh-agent [2021-04-09T22:00:34.301Z] SSH_AUTH_SOCK=/tmp/ssh-JjAnWZYmJfq5/agent.47 [2021-04-09T22:00:34.301Z] SSH_AGENT_PID=52 [2021-04-09T22:00:34.308Z] Running ssh-add (command line suppressed) [2021-04-09T22:00:34.427Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_4225697092281387531.key (/w/workspace/edgex-go/9@tmp/private_key_4225697092281387531.key) [2021-04-09T22:00:34.476Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-09T22:00:34.811Z] + git semver init [2021-04-09T22:00:34.812Z] # -> Open(): unable to determine branch for HEAD [2021-04-09T22:00:34.812Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2021-04-09T22:00:34.812Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2021-04-09T22:00:34.812Z] # $SEMVER_REMOTE_NAME = origin [2021-04-09T22:00:34.812Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-09T22:00:34.812Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-09T22:00:34.812Z] # $SEMVER_BRANCH = PR-3331 [2021-04-09T22:00:34.812Z] # $SEMVER_TEMP = /tmp/semver-734116079 [2021-04-09T22:00:34.812Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-09T22:00:52.970Z] # '/tmp/semver-734116079' -> '/w/workspace/edgex-go/9/.semver' [2021-04-09T22:00:52.970Z] # -> Force: false [2021-04-09T22:00:52.970Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2021-04-09T22:00:52.988Z] $ docker exec --env ******** --env ******** c79917d0b44efe94413dad1c70ddd91fa3b03c4d7e4119d64d842c15715b198b ssh-agent -k [2021-04-09T22:00:53.389Z] unset SSH_AUTH_SOCK; [2021-04-09T22:00:53.389Z] unset SSH_AGENT_PID; [2021-04-09T22:00:53.389Z] echo Agent pid 52 killed; [2021-04-09T22:00:53.470Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-09T22:00:53.986Z] + git semver [Pipeline] } [2021-04-09T22:00:54.012Z] $ docker stop --time=1 c79917d0b44efe94413dad1c70ddd91fa3b03c4d7e4119d64d842c15715b198b [2021-04-09T22:00:55.604Z] $ docker rm -f c79917d0b44efe94413dad1c70ddd91fa3b03c4d7e4119d64d842c15715b198b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T22:00:56.213Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-09T22:00:56.782Z] Stashed 1 file(s) [Pipeline] echo [2021-04-09T22:00:56.787Z] [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-04-09T22:00:57.664Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-09T22:00:57.966Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-09T22:00:58.267Z] + sudo service docker restart [2021-04-09T22:00:58.267Z] + true [2021-04-09T22:00:58.267Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-09T22:00:58.858Z] ========================================================= [2021-04-09T22:00:58.858Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-09T22:00:58.858Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:00:59.211Z] + 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-04-09T22:01:03.446Z] Sending build context to Docker daemon 329.4MB [2021-04-09T22:01:03.446Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T22:01:03.446Z] Step 2/6 : FROM ${BASE} [2021-04-09T22:01:03.446Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-09T22:01:03.446Z] 188c0c94c7c5: Pulling fs layer [2021-04-09T22:01:03.446Z] 0ef7d3d256c8: Pulling fs layer [2021-04-09T22:01:03.446Z] de9db76c5a1d: Pulling fs layer [2021-04-09T22:01:03.446Z] bca2f99d35d6: Pulling fs layer [2021-04-09T22:01:03.446Z] 93359f2a8cfa: Pulling fs layer [2021-04-09T22:01:03.446Z] 7c6f9722023f: Pulling fs layer [2021-04-09T22:01:03.446Z] a35cf1a2eb13: Pulling fs layer [2021-04-09T22:01:03.446Z] bca2f99d35d6: Waiting [2021-04-09T22:01:03.446Z] 93359f2a8cfa: Waiting [2021-04-09T22:01:03.446Z] 7c6f9722023f: Waiting [2021-04-09T22:01:03.446Z] a35cf1a2eb13: Waiting [2021-04-09T22:01:03.446Z] 0ef7d3d256c8: Verifying Checksum [2021-04-09T22:01:03.446Z] 0ef7d3d256c8: Download complete [2021-04-09T22:01:03.446Z] de9db76c5a1d: Verifying Checksum [2021-04-09T22:01:03.446Z] de9db76c5a1d: Download complete [2021-04-09T22:01:03.446Z] 93359f2a8cfa: Verifying Checksum [2021-04-09T22:01:03.446Z] 93359f2a8cfa: Download complete [2021-04-09T22:01:03.446Z] 188c0c94c7c5: Verifying Checksum [2021-04-09T22:01:03.446Z] 188c0c94c7c5: Download complete [2021-04-09T22:01:03.446Z] 7c6f9722023f: Download complete [2021-04-09T22:01:03.711Z] 188c0c94c7c5: Pull complete [2021-04-09T22:01:03.973Z] 0ef7d3d256c8: Pull complete [2021-04-09T22:01:04.237Z] de9db76c5a1d: Pull complete [2021-04-09T22:01:05.647Z] a35cf1a2eb13: Verifying Checksum [2021-04-09T22:01:05.647Z] a35cf1a2eb13: Download complete [2021-04-09T22:01:05.647Z] bca2f99d35d6: Verifying Checksum [2021-04-09T22:01:05.647Z] bca2f99d35d6: Download complete [2021-04-09T22:01:12.159Z] Still waiting to schedule task [2021-04-09T22:01:12.159Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-09T22:01:12.275Z] bca2f99d35d6: Pull complete [2021-04-09T22:01:12.275Z] 93359f2a8cfa: Pull complete [2021-04-09T22:01:12.275Z] 7c6f9722023f: Pull complete [2021-04-09T22:01:16.503Z] a35cf1a2eb13: Pull complete [2021-04-09T22:01:16.503Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-09T22:01:16.503Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-09T22:01:16.503Z] ---> a62c8e92a672 [2021-04-09T22:01:16.503Z] 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-04-09T22:01:16.503Z] ---> Running in 495bcbf33a29 [2021-04-09T22:01:16.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:01:17.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:01:18.035Z] (1/12) Installing libmagic (5.38-r0) [2021-04-09T22:01:18.035Z] (2/12) Installing file (5.38-r0) [2021-04-09T22:01:18.298Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-09T22:01:18.298Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-09T22:01:21.615Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-09T22:01:21.615Z] (6/12) Installing patch (2.7.6-r6) [2021-04-09T22:01:21.615Z] (7/12) Installing build-base (0.5-r2) [2021-04-09T22:01:21.877Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-09T22:01:21.877Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-09T22:01:21.877Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-09T22:01:22.144Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-09T22:01:22.144Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-09T22:01:22.144Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T22:01:22.144Z] OK: 233 MiB in 51 packages [2021-04-09T22:01:25.479Z] Removing intermediate container 495bcbf33a29 [2021-04-09T22:01:25.479Z] ---> 2ce915874741 [2021-04-09T22:01:25.479Z] Step 4/6 : WORKDIR /edgex-go [2021-04-09T22:01:25.479Z] ---> Running in 77a08e87e95a [2021-04-09T22:01:25.742Z] Removing intermediate container 77a08e87e95a [2021-04-09T22:01:25.742Z] ---> 7c2e5f96e972 [2021-04-09T22:01:25.742Z] Step 5/6 : COPY go.mod . [2021-04-09T22:01:26.010Z] ---> 42619bf9c822 [2021-04-09T22:01:26.010Z] Step 6/6 : RUN go mod download [2021-04-09T22:01:26.010Z] ---> Running in 295726255f97 [2021-04-09T22:01:48.026Z] Removing intermediate container 295726255f97 [2021-04-09T22:01:48.026Z] ---> 3109e43645e2 [2021-04-09T22:01:48.026Z] Successfully built 3109e43645e2 [2021-04-09T22:01:48.026Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:01:48.395Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-09T22:01:48.395Z] . [Pipeline] withDockerContainer [2021-04-09T22:01:48.507Z] prd-centos7-docker-4c-2g-33472 does not seem to be running inside a container [2021-04-09T22:01:48.554Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-09T22:01:49.380Z] $ docker top 4854fab44abfa2fd8ff58aa1c33e52d6bbdde3d900d00a55268c1aa9d1e2448e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T22:01:49.889Z] + go version [2021-04-09T22:01:49.890Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-09T22:01:49.908Z] $ docker stop --time=1 4854fab44abfa2fd8ff58aa1c33e52d6bbdde3d900d00a55268c1aa9d1e2448e [2021-04-09T22:01:51.241Z] $ docker rm -f 4854fab44abfa2fd8ff58aa1c33e52d6bbdde3d900d00a55268c1aa9d1e2448e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:01:52.065Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-09T22:01:52.065Z] . [Pipeline] withDockerContainer [2021-04-09T22:01:52.171Z] prd-centos7-docker-4c-2g-33472 does not seem to be running inside a container [2021-04-09T22:01:52.217Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-09T22:01:52.820Z] $ docker top d8e8e65529aecbb459b45480367603300ce2f65cbd096f308ebec918ef5d9cc0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-09T22:01:52.998Z] ========================================================= [2021-04-09T22:01:52.998Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-09T22:01:52.998Z] ========================================================= [Pipeline] sh [2021-04-09T22:01:53.291Z] + make test [2021-04-09T22:01:53.291Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-09T22:02:01.507Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-09T22:02:16.558Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-09T22:02:23.231Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-09T22:02:23.231Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-09T22:02:23.500Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-09T22:02:27.329Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-09T22:02:27.329Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-09T22:02:27.329Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-09T22:02:27.329Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-09T22:02:27.924Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-09T22:02:28.193Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-09T22:02:30.786Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-09T22:02:30.786Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-09T22:02:30.786Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-09T22:02:32.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.122s coverage: 45.9% of statements [2021-04-09T22:02:32.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-09T22:02:32.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-09T22:02:32.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-09T22:02:32.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-09T22:02:32.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-09T22:02:32.742Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-09T22:02:32.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.060s coverage: 19.8% of statements [2021-04-09T22:02:32.742Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.113s coverage: 100.0% of statements [2021-04-09T22:02:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.158s coverage: 27.1% of statements [2021-04-09T22:02:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-09T22:02:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-09T22:02:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-09T22:02:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-09T22:02:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-09T22:02:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-09T22:02:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements [2021-04-09T22:02:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-09T22:02:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-04-09T22:02:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-09T22:02:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-09T22:02:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.138s coverage: 71.3% of statements [2021-04-09T22:02:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-09T22:02:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-09T22:02:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.184s coverage: 82.9% of statements [2021-04-09T22:02:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-09T22:02:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:02:37.020Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.075s coverage: 78.9% of statements [2021-04-09T22:02:37.020Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-09T22:02:39.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.330s coverage: 28.6% of statements [2021-04-09T22:02:39.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-09T22:02:39.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-09T22:02:39.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-09T22:02:39.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-09T22:02:39.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-09T22:02:39.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements [2021-04-09T22:02:39.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-09T22:02:39.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2021-04-09T22:02:39.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-09T22:02:39.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.151s coverage: 86.7% of statements [2021-04-09T22:02:39.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-09T22:02:39.633Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements [2021-04-09T22:02:39.633Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-09T22:02:40.224Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements [2021-04-09T22:02:40.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-09T22:02:40.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-09T22:02:40.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-09T22:02:40.224Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-09T22:02:42.206Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.372s coverage: 92.8% of statements [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-09T22:02:42.206Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-09T22:02:42.206Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 1.0% of statements [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-09T22:02:42.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-09T22:02:42.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements [2021-04-09T22:02:42.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 79.5% of statements [2021-04-09T22:02:42.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-04-09T22:02:42.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements [2021-04-09T22:02:42.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements [2021-04-09T22:02:50.645Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33473 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws [2021-04-09T22:02:50.703Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-04-09T22:02:55.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.066s coverage: 94.4% of statements [2021-04-09T22:02:55.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements [2021-04-09T22:02:55.498Z] using credential edgex-jenkins-ssh [2021-04-09T22:02:55.554Z] Cloning the remote Git repository [2021-04-09T22:02:55.613Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-09T22:02:55.721Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-04-09T22:02:55.791Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T22:02:55.792Z] > git --version # timeout=10 [2021-04-09T22:02:55.812Z] > git --version # 'git version 2.17.1' [2021-04-09T22:02:55.814Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T22:02:55.888Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T22:02:57.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.241s coverage: 81.5% of statements [2021-04-09T22:02:57.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-09T22:02:57.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.043s coverage: 87.1% of statements [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.080s coverage: 92.9% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.071s coverage: 75.5% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.092s coverage: 87.2% of statements [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 84.6% of statements [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.6% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 64.4% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.313s coverage: 69.0% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 38.4% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.061s coverage: 11.0% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.133s coverage: 87.1% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.735s coverage: 29.1% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-09T22:03:07.734Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.124s coverage: 95.6% of statements [2021-04-09T22:03:07.734Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-09T22:03:07.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:03:07.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-09T22:03:07.735Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-04-09T22:03:07.735Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-09T22:03:07.735Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-04-09T22:03:07.735Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-09T22:03:07.735Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-09T22:03:07.735Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-09T22:03:07.735Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-09T22:03:07.735Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-04-09T22:03:07.735Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-09T22:03:07.735Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-09T22:03:07.735Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-04-09T22:03:07.998Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements [2021-04-09T22:03:07.998Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-09T22:03:08.261Z] GO111MODULE=on go vet ./... [2021-04-09T22:03:12.478Z] Merging remotes/origin/master commit 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:03:11.434Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T22:03:11.452Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T22:03:11.477Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T22:03:11.508Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T22:03:11.509Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T22:03:11.521Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T22:03:12.506Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T22:03:12.524Z] > git checkout -f 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 # timeout=10 [2021-04-09T22:03:12.837Z] > git remote # timeout=10 [2021-04-09T22:03:12.855Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T22:03:12.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T22:03:12.882Z] > git merge 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 [2021-04-09T22:03:12.909Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T22:03:12.967Z] Merge succeeded, producing 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:03:12.968Z] Checking out Revision 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 (PR-3331) [2021-04-09T22:03:12.973Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T22:03:12.997Z] > git checkout -f 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 # timeout=10 [2021-04-09T22:03:17.471Z] Commit message: "fix: use system agent's own service key for creating config client" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-09T22:03:19.130Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-09T22:03:19.541Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-09T22:03:19.884Z] + sudo service docker restart [2021-04-09T22:03:19.884Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-09T22:03:21.984Z] provisioning config files... [2021-04-09T22:03:22.037Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config1093973432623956663tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:03:22.484Z] ---> docker-login.sh [2021-04-09T22:03:22.484Z] nexus3.edgexfoundry.org:10001 [2021-04-09T22:03:23.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:03:23.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:03:23.738Z] Configure a credential helper to remove this warning. See [2021-04-09T22:03:23.738Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:03:23.738Z] [2021-04-09T22:03:23.738Z] Login Succeeded [2021-04-09T22:03:23.738Z] nexus3.edgexfoundry.org:10002 [2021-04-09T22:03:24.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:03:24.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:03:24.287Z] Configure a credential helper to remove this warning. See [2021-04-09T22:03:24.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:03:24.287Z] [2021-04-09T22:03:24.287Z] Login Succeeded [2021-04-09T22:03:24.287Z] nexus3.edgexfoundry.org:10003 [2021-04-09T22:03:24.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:03:24.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:03:24.566Z] Configure a credential helper to remove this warning. See [2021-04-09T22:03:24.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:03:24.566Z] [2021-04-09T22:03:24.566Z] Login Succeeded [2021-04-09T22:03:24.566Z] nexus3.edgexfoundry.org:10004 [2021-04-09T22:03:25.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:03:25.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:03:25.165Z] Configure a credential helper to remove this warning. See [2021-04-09T22:03:25.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:03:25.165Z] [2021-04-09T22:03:25.165Z] Login Succeeded [2021-04-09T22:03:25.165Z] docker.io [2021-04-09T22:03:25.440Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-09T22:03:25.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-09T22:03:25.712Z] Configure a credential helper to remove this warning. See [2021-04-09T22:03:25.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-09T22:03:25.712Z] [2021-04-09T22:03:25.712Z] Login Succeeded [2021-04-09T22:03:25.712Z] ---> docker-login.sh ends [Pipeline] } [2021-04-09T22:03:25.732Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-09T22:03:26.317Z] ========================================================= [2021-04-09T22:03:26.317Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-09T22:03:26.317Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:03:26.718Z] + 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-04-09T22:03:29.358Z] Sending build context to Docker daemon 167.2MB [2021-04-09T22:03:29.358Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-09T22:03:29.358Z] Step 2/6 : FROM ${BASE} [2021-04-09T22:03:29.358Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-09T22:03:29.358Z] 5f621e34cdf4: Pulling fs layer [2021-04-09T22:03:29.358Z] a4357932f1b6: Pulling fs layer [2021-04-09T22:03:29.358Z] 18c013af1878: Pulling fs layer [2021-04-09T22:03:29.358Z] 00ac8860ef70: Pulling fs layer [2021-04-09T22:03:29.358Z] 63d7cb157983: Pulling fs layer [2021-04-09T22:03:29.358Z] b116817d02f9: Pulling fs layer [2021-04-09T22:03:29.358Z] 745a02a5169b: Pulling fs layer [2021-04-09T22:03:29.358Z] 63d7cb157983: Waiting [2021-04-09T22:03:29.358Z] 00ac8860ef70: Waiting [2021-04-09T22:03:29.358Z] b116817d02f9: Waiting [2021-04-09T22:03:29.358Z] 18c013af1878: Verifying Checksum [2021-04-09T22:03:29.358Z] a4357932f1b6: Verifying Checksum [2021-04-09T22:03:29.358Z] a4357932f1b6: Download complete [2021-04-09T22:03:29.358Z] 63d7cb157983: Verifying Checksum [2021-04-09T22:03:29.358Z] 63d7cb157983: Download complete [2021-04-09T22:03:29.957Z] b116817d02f9: Verifying Checksum [2021-04-09T22:03:29.957Z] b116817d02f9: Download complete [2021-04-09T22:03:30.559Z] 5f621e34cdf4: Verifying Checksum [2021-04-09T22:03:30.559Z] 5f621e34cdf4: Download complete [2021-04-09T22:03:31.166Z] 5f621e34cdf4: Pull complete [2021-04-09T22:03:31.773Z] a4357932f1b6: Pull complete [2021-04-09T22:03:32.376Z] 18c013af1878: Pull complete [2021-04-09T22:03:32.970Z] 745a02a5169b: Verifying Checksum [2021-04-09T22:03:32.970Z] 745a02a5169b: Download complete [2021-04-09T22:03:34.948Z] 00ac8860ef70: Verifying Checksum [2021-04-09T22:03:34.948Z] 00ac8860ef70: Download complete [2021-04-09T22:03:40.534Z] gofmt -l . [2021-04-09T22:03:40.534Z] [ "`gofmt -l .`" = "" ] [2021-04-09T22:03:40.534Z] ./bin/test-go-mod-tidy.sh [2021-04-09T22:03:40.534Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-09T22:03:40.844Z] + ls -al . [2021-04-09T22:03:40.844Z] total 808 [2021-04-09T22:03:40.844Z] drwxrwxr-x 10 1001 1001 4096 Apr 9 22:03 . [2021-04-09T22:03:40.844Z] drwxr-xr-x 4 root root 28 Apr 9 22:01 .. [2021-04-09T22:03:40.844Z] -rw-rw-r-- 1 1001 1001 11 Apr 9 22:00 .dockerignore [2021-04-09T22:03:40.844Z] drwxrwxr-x 8 1001 1001 179 Apr 9 22:00 .git [2021-04-09T22:03:40.844Z] drwxrwxr-x 3 1001 1001 125 Apr 9 22:00 .github [2021-04-09T22:03:40.844Z] -rw-rw-r-- 1 1001 1001 818 Apr 9 22:00 .gitignore [2021-04-09T22:03:40.844Z] drwx------ 3 1001 1001 60 Apr 9 22:00 .semver [2021-04-09T22:03:40.844Z] -rw-rw-r-- 1 1001 1001 166 Apr 9 22:00 .sonarcloud.properties [2021-04-09T22:03:40.844Z] -rw-rw-r-- 1 1001 1001 8607 Apr 9 22:00 Attribution.txt [2021-04-09T22:03:40.844Z] -rw-rw-r-- 1 1001 1001 3804 Apr 9 22:00 CONTRIBUTING.md [2021-04-09T22:03:40.844Z] -rw-rw-r-- 1 1001 1001 931 Apr 9 22:00 Dockerfile.build [2021-04-09T22:03:40.844Z] -rw-rw-r-- 1 1001 1001 863 Apr 9 22:00 Jenkinsfile [2021-04-09T22:03:40.844Z] -rw-rw-r-- 1 1001 1001 10775 Apr 9 22:00 LICENSE [2021-04-09T22:03:40.844Z] -rw-rw-r-- 1 1001 1001 5774 Apr 9 22:00 Makefile [2021-04-09T22:03:40.844Z] -rw-rw-r-- 1 1001 1001 6548 Apr 9 22:00 README.md [2021-04-09T22:03:40.844Z] -rw-rw-r-- 1 1001 1001 6755 Apr 9 22:00 SECURITY.md [2021-04-09T22:03:40.844Z] -rw-rw-r-- 1 1001 1001 5 Apr 9 22:00 VERSION [2021-04-09T22:03:40.844Z] -rw-rw-r-- 1 1001 1001 4131 Apr 9 22:00 ZMQWindows.md [2021-04-09T22:03:40.844Z] drwxrwxr-x 2 1001 1001 117 Apr 9 22:00 bin [2021-04-09T22:03:40.844Z] drwxrwxr-x 14 1001 1001 4096 Apr 9 22:00 cmd [2021-04-09T22:03:40.844Z] -rw-r--r-- 1 root root 697573 Apr 9 22:03 coverage.out [2021-04-09T22:03:40.844Z] -rw-r--r-- 1 root root 1056 Apr 9 22:03 go.mod [2021-04-09T22:03:40.844Z] -rw-r--r-- 1 root root 21911 Apr 9 22:03 go.sum [2021-04-09T22:03:40.844Z] drwxrwxr-x 8 1001 1001 127 Apr 9 22:00 internal [2021-04-09T22:03:40.844Z] drwxrwxr-x 4 1001 1001 26 Apr 9 22:00 openapi [2021-04-09T22:03:40.844Z] drwxrwxr-x 4 1001 1001 71 Apr 9 22:00 snap [2021-04-09T22:03:40.844Z] -rw-rw-r-- 1 1001 1001 168 Apr 9 22:00 version.go [Pipeline] sh [2021-04-09T22:03:41.151Z] + '[' -e coverage.out ] [2021-04-09T22:03:41.151Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-09T22:03:41.386Z] Stashed 1 file(s) [Pipeline] sh [2021-04-09T22:03:41.683Z] + make build [2021-04-09T22:03:41.683Z] 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-04-09T22:03:45.123Z] 00ac8860ef70: Pull complete [2021-04-09T22:03:45.123Z] 63d7cb157983: Pull complete [2021-04-09T22:03:45.123Z] b116817d02f9: Pull complete [2021-04-09T22:03:45.918Z] 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-04-09T22:03:49.436Z] 745a02a5169b: Pull complete [2021-04-09T22:03:49.436Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-09T22:03:49.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-09T22:03:49.436Z] ---> b7e6874047d6 [2021-04-09T22:03:49.436Z] 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-04-09T22:03:52.825Z] ---> Running in 80494f8e5bb9 [2021-04-09T22:03:53.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:03:54.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:03:54.196Z] 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-04-09T22:03:54.602Z] (1/12) Installing libmagic (5.38-r0) [2021-04-09T22:03:54.784Z] 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-04-09T22:03:54.872Z] (2/12) Installing file (5.38-r0) [2021-04-09T22:03:55.142Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-09T22:03:55.142Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-09T22:03:56.710Z] 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-04-09T22:03:56.979Z] 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-04-09T22:03:58.909Z] 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-04-09T22:04:00.304Z] 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-04-09T22:04:00.526Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-09T22:04:00.526Z] (6/12) Installing patch (2.7.6-r6) [2021-04-09T22:04:00.526Z] (7/12) Installing build-base (0.5-r2) [2021-04-09T22:04:00.526Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-09T22:04:00.526Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-09T22:04:00.527Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-09T22:04:00.527Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-09T22:04:00.527Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-09T22:04:00.527Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T22:04:00.527Z] OK: 217 MiB in 51 packages [2021-04-09T22:04:01.704Z] 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-04-09T22:04:03.101Z] 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-04-09T22:04:04.065Z] 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-04-09T22:04:04.834Z] Removing intermediate container 80494f8e5bb9 [2021-04-09T22:04:04.834Z] ---> 68ab68d90093 [2021-04-09T22:04:04.834Z] Step 4/6 : WORKDIR /edgex-go [2021-04-09T22:04:04.834Z] ---> Running in c0552b50fd40 [2021-04-09T22:04:05.428Z] Removing intermediate container c0552b50fd40 [2021-04-09T22:04:05.429Z] ---> ba702e77ef7a [2021-04-09T22:04:05.429Z] Step 5/6 : COPY go.mod . [2021-04-09T22:04:05.472Z] 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-04-09T22:04:06.025Z] ---> dd893c2151d9 [2021-04-09T22:04:06.025Z] Step 6/6 : RUN go mod download [2021-04-09T22:04:06.303Z] ---> Running in 40e75da0c71a [Pipeline] } [2021-04-09T22:04:07.443Z] $ docker stop --time=1 d8e8e65529aecbb459b45480367603300ce2f65cbd096f308ebec918ef5d9cc0 [2021-04-09T22:04:09.272Z] $ docker rm -f d8e8e65529aecbb459b45480367603300ce2f65cbd096f308ebec918ef5d9cc0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:04:13.345Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T22:04:13.345Z] [2021-04-09T22:04:13.345Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:04:13.691Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T22:04:13.691Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-09T22:04:13.691Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-09T22:04:13.691Z] ca9280d653b3: Pulling fs layer [2021-04-09T22:04:13.691Z] 7e9c9ca2126c: Pulling fs layer [2021-04-09T22:04:13.958Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-09T22:04:13.958Z] cbdbe7a5bc2a: Download complete [2021-04-09T22:04:14.543Z] cbdbe7a5bc2a: Pull complete [2021-04-09T22:04:14.543Z] ca9280d653b3: Verifying Checksum [2021-04-09T22:04:14.543Z] ca9280d653b3: Download complete [2021-04-09T22:04:15.508Z] 7e9c9ca2126c: Download complete [2021-04-09T22:04:15.508Z] ca9280d653b3: Pull complete [2021-04-09T22:04:22.173Z] 7e9c9ca2126c: Pull complete [2021-04-09T22:04:22.173Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-09T22:04:22.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T22:04:22.173Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-09T22:04:22.287Z] prd-centos7-docker-4c-2g-33472 does not seem to be running inside a container [2021-04-09T22:04:22.337Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-09T22:04:24.159Z] $ docker top 457b77582110a30e1e0e63b807bb7ab60815c16570fb03ea765e50b57bde5611 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T22:04:24.693Z] + docker-compose build --help [2021-04-09T22:04:24.693Z] + grep parallel [2021-04-09T22:04:25.638Z] --parallel Build images in parallel. [Pipeline] } [2021-04-09T22:04:25.655Z] $ docker stop --time=1 457b77582110a30e1e0e63b807bb7ab60815c16570fb03ea765e50b57bde5611 [2021-04-09T22:04:27.004Z] $ docker rm -f 457b77582110a30e1e0e63b807bb7ab60815c16570fb03ea765e50b57bde5611 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:04:27.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-09T22:04:27.647Z] . [Pipeline] withDockerContainer [2021-04-09T22:04:27.751Z] prd-centos7-docker-4c-2g-33472 does not seem to be running inside a container [2021-04-09T22:04:27.798Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-09T22:04:28.434Z] $ docker top 4975e35e2ffa60d6bf0760691397bf639f36981ff72f593e67a3f5862baf9151 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T22:04:29.100Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-09T22:04:30.117Z] Building docker-core-command-go ... [2021-04-09T22:04:30.117Z] Building docker-core-data-go ... [2021-04-09T22:04:30.117Z] Building docker-core-metadata-go ... [2021-04-09T22:04:30.117Z] Building docker-security-bootstrapper-go ... [2021-04-09T22:04:30.117Z] Building docker-security-proxy-setup-go ... [2021-04-09T22:04:30.117Z] Building docker-security-secretstore-setup-go ... [2021-04-09T22:04:30.117Z] Building docker-support-notifications-go ... [2021-04-09T22:04:30.117Z] Building docker-support-scheduler-go ... [2021-04-09T22:04:30.117Z] Building docker-sys-mgmt-agent-go ... [2021-04-09T22:04:30.118Z] Building docker-security-secretstore-setup-go [2021-04-09T22:04:30.118Z] Building docker-core-command-go [2021-04-09T22:04:30.118Z] Building docker-support-notifications-go [2021-04-09T22:04:30.118Z] Building docker-support-scheduler-go [2021-04-09T22:04:30.118Z] Building docker-core-metadata-go [2021-04-09T22:04:33.169Z] Removing intermediate container 40e75da0c71a [2021-04-09T22:04:33.169Z] ---> 312c31e079b4 [2021-04-09T22:04:33.169Z] Successfully built 312c31e079b4 [2021-04-09T22:04:33.169Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:04:33.509Z] + docker inspect -f . ci-base-image-arm64 [2021-04-09T22:04:33.510Z] . [Pipeline] withDockerContainer [2021-04-09T22:04:33.753Z] prd-ubuntu18.04-docker-arm64-4c-16g-33473 does not seem to be running inside a container [2021-04-09T22:04:33.835Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-09T22:04:35.372Z] $ docker top 78cd565d1dbb90d9f0fe29bef96a790944858f0c72cea208ed9df3d6803c748d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T22:04:36.451Z] + go version [2021-04-09T22:04:36.451Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-09T22:04:36.471Z] $ docker stop --time=1 78cd565d1dbb90d9f0fe29bef96a790944858f0c72cea208ed9df3d6803c748d [2021-04-09T22:04:38.335Z] $ docker rm -f 78cd565d1dbb90d9f0fe29bef96a790944858f0c72cea208ed9df3d6803c748d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:04:39.341Z] + docker inspect -f . ci-base-image-arm64 [2021-04-09T22:04:39.341Z] . [Pipeline] withDockerContainer [2021-04-09T22:04:39.574Z] prd-ubuntu18.04-docker-arm64-4c-16g-33473 does not seem to be running inside a container [2021-04-09T22:04:39.655Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-09T22:04:40.972Z] $ docker top ea4ecc38a8c6176dd747fe5a8bc73f75345d48739d9dad0140614c787a12b3fd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-09T22:04:41.319Z] ========================================================= [2021-04-09T22:04:41.319Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-09T22:04:41.319Z] ========================================================= [Pipeline] sh [2021-04-09T22:04:41.961Z] + make test [2021-04-09T22:04:41.961Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-09T22:05:04.137Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-09T22:05:09.037Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:05:09.037Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:05:09.037Z] ---> 3109e43645e2 [2021-04-09T22:05:09.037Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T22:05:09.037Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:05:09.037Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:05:09.037Z] ---> 3109e43645e2 [2021-04-09T22:05:09.037Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T22:05:09.037Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:05:09.037Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:05:09.037Z] ---> 3109e43645e2 [2021-04-09T22:05:09.037Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T22:05:09.037Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:05:09.037Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:05:09.037Z] ---> 3109e43645e2 [2021-04-09T22:05:09.037Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T22:05:09.037Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:05:09.037Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:05:09.037Z] ---> 3109e43645e2 [2021-04-09T22:05:09.037Z] Step 3/24 : WORKDIR /edgex-go [2021-04-09T22:05:09.037Z] ---> Running in a72e87477d7e [2021-04-09T22:05:09.037Z] ---> Running in 93719f133f11 [2021-04-09T22:05:09.037Z] ---> Running in 6ff985da59c8 [2021-04-09T22:05:09.037Z] ---> Running in 96ef1eeb12d4 [2021-04-09T22:05:09.037Z] ---> Running in 57d23ed8aa9d [2021-04-09T22:05:09.037Z] Removing intermediate container 96ef1eeb12d4 [2021-04-09T22:05:09.037Z] ---> 2a2241d93de6 [2021-04-09T22:05:09.037Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:05:09.037Z] Removing intermediate container a72e87477d7e [2021-04-09T22:05:09.037Z] ---> 23d7260c4c15 [2021-04-09T22:05:09.037Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:05:09.037Z] Removing intermediate container 57d23ed8aa9d [2021-04-09T22:05:09.037Z] ---> 102247a12c25 [2021-04-09T22:05:09.037Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:05:09.037Z] Removing intermediate container 93719f133f11 [2021-04-09T22:05:09.037Z] ---> 31228e3555fc [2021-04-09T22:05:09.037Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:05:09.037Z] Removing intermediate container 6ff985da59c8 [2021-04-09T22:05:09.037Z] ---> 0f8a83fd7366 [2021-04-09T22:05:09.037Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:05:09.037Z] ---> Running in 3d08935d6455 [2021-04-09T22:05:09.037Z] ---> Running in baf0e65455e3 [2021-04-09T22:05:09.037Z] ---> Running in 02aece47b4fb [2021-04-09T22:05:09.037Z] ---> Running in 1a3fca14f4ec [2021-04-09T22:05:09.037Z] ---> Running in 13b2e75251fc [2021-04-09T22:05:09.037Z] Removing intermediate container 3d08935d6455 [2021-04-09T22:05:09.037Z] ---> d8309bdca163 [2021-04-09T22:05:09.037Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T22:05:09.037Z] Removing intermediate container baf0e65455e3 [2021-04-09T22:05:09.037Z] ---> 64eb902546fd [2021-04-09T22:05:09.037Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-09T22:05:09.037Z] ---> Running in 7e4074566a17 [2021-04-09T22:05:09.037Z] ---> Running in 578aa3a43dbe [2021-04-09T22:05:09.037Z] Removing intermediate container 1a3fca14f4ec [2021-04-09T22:05:09.037Z] ---> a8d1cf8abe37 [2021-04-09T22:05:09.037Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-09T22:05:09.037Z] ---> Running in 2440a367fa6d [2021-04-09T22:05:09.037Z] Removing intermediate container 02aece47b4fb [2021-04-09T22:05:09.037Z] ---> 2a582fd93253 [2021-04-09T22:05:09.037Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-09T22:05:09.037Z] Removing intermediate container 13b2e75251fc [2021-04-09T22:05:09.037Z] ---> 91f91864ae6c [2021-04-09T22:05:09.037Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T22:05:09.037Z] ---> Running in 86faea782a4f [2021-04-09T22:05:09.037Z] ---> Running in faac6c0bfd7c [2021-04-09T22:05:09.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:05:09.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:05:09.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:05:09.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:05:09.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:05:09.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:05:09.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:05:09.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:05:09.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:05:09.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:05:09.834Z] OK: 233 MiB in 51 packages [2021-04-09T22:05:09.834Z] OK: 233 MiB in 51 packages [2021-04-09T22:05:10.102Z] OK: 233 MiB in 51 packages [2021-04-09T22:05:10.365Z] OK: 233 MiB in 51 packages [2021-04-09T22:05:10.365Z] OK: 233 MiB in 51 packages [2021-04-09T22:05:10.365Z] Removing intermediate container 578aa3a43dbe [2021-04-09T22:05:10.365Z] ---> a72669053899 [2021-04-09T22:05:10.365Z] Step 6/23 : COPY go.mod . [2021-04-09T22:05:10.942Z] Removing intermediate container 7e4074566a17 [2021-04-09T22:05:10.942Z] ---> a4cbbfcc8440 [2021-04-09T22:05:10.942Z] Step 6/22 : COPY go.mod . [2021-04-09T22:05:10.942Z] ---> ea743e88d600 [2021-04-09T22:05:10.942Z] Step 7/23 : RUN go mod download [2021-04-09T22:05:10.942Z] Removing intermediate container 2440a367fa6d [2021-04-09T22:05:10.942Z] ---> 991928db305d [2021-04-09T22:05:10.942Z] Step 6/24 : COPY go.mod . [2021-04-09T22:05:11.204Z] ---> Running in 937ef149a82f [2021-04-09T22:05:11.204Z] ---> 0baa1cc62cf9 [2021-04-09T22:05:11.204Z] Step 7/22 : RUN go mod download [2021-04-09T22:05:11.467Z] ---> Running in 62d009dd62ca [2021-04-09T22:05:11.729Z] Removing intermediate container faac6c0bfd7c [2021-04-09T22:05:11.729Z] ---> 7c452732d7b3 [2021-04-09T22:05:11.729Z] Step 6/23 : COPY go.mod . [2021-04-09T22:05:11.729Z] ---> d872fd1a3932 [2021-04-09T22:05:11.729Z] Step 7/24 : RUN go mod download [2021-04-09T22:05:11.729Z] Removing intermediate container 86faea782a4f [2021-04-09T22:05:11.729Z] ---> 4146029e3b93 [2021-04-09T22:05:11.729Z] Step 6/22 : COPY go.mod . [2021-04-09T22:05:11.997Z] ---> Running in a249ff0ad159 [2021-04-09T22:05:11.997Z] ---> 7b29e116d444 [2021-04-09T22:05:11.997Z] Step 7/23 : RUN go mod download [2021-04-09T22:05:12.261Z] ---> Running in 93ac5b7729ed [2021-04-09T22:05:12.261Z] ---> 14c75d13b32d [2021-04-09T22:05:12.261Z] Step 7/22 : RUN go mod download [2021-04-09T22:05:12.533Z] ---> Running in 89befd973627 [2021-04-09T22:05:13.944Z] Removing intermediate container 937ef149a82f [2021-04-09T22:05:13.944Z] ---> d02213ffb9b6 [2021-04-09T22:05:13.944Z] Step 8/23 : COPY . . [2021-04-09T22:05:13.944Z] Removing intermediate container 62d009dd62ca [2021-04-09T22:05:13.944Z] ---> 5556e760ebcc [2021-04-09T22:05:13.944Z] Step 8/22 : COPY . . [2021-04-09T22:05:13.944Z] Removing intermediate container a249ff0ad159 [2021-04-09T22:05:13.944Z] ---> 650b9c08bb21 [2021-04-09T22:05:13.944Z] Step 8/24 : COPY . . [2021-04-09T22:05:16.527Z] Removing intermediate container 93ac5b7729ed [2021-04-09T22:05:16.527Z] ---> 8357f8792e52 [2021-04-09T22:05:16.527Z] Step 8/23 : COPY . . [2021-04-09T22:05:21.863Z] Removing intermediate container 89befd973627 [2021-04-09T22:05:21.864Z] ---> 4fd2a66c262f [2021-04-09T22:05:21.864Z] Step 8/22 : COPY . . [2021-04-09T22:05:51.168Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-09T22:05:57.906Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-09T22:06:00.825Z] ---> 35d1e6067975 [2021-04-09T22:06:00.825Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-09T22:06:00.825Z] ---> 3e4cf37ebc81 [2021-04-09T22:06:00.825Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-09T22:06:00.825Z] ---> Running in 943d317f9a16 [2021-04-09T22:06:00.825Z] ---> b46fb62c651c [2021-04-09T22:06:00.825Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-09T22:06:00.825Z] ---> 5696963e8860 [2021-04-09T22:06:00.825Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-09T22:06:00.825Z] ---> 07b8a8b36c94 [2021-04-09T22:06:00.825Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-09T22:06:00.825Z] ---> Running in 59c20dae0653 [2021-04-09T22:06:00.825Z] ---> Running in 11f4a035dc76 [2021-04-09T22:06:00.825Z] ---> Running in b992487ef7b2 [2021-04-09T22:06:00.825Z] ---> Running in 02a300b30dc7 [2021-04-09T22:06:00.825Z] 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-04-09T22:06:00.825Z] 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-04-09T22:06:00.825Z] 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-04-09T22:06:00.825Z] 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-04-09T22:06:00.825Z] 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-04-09T22:06:06.224Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-09T22:06:06.224Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-09T22:06:08.862Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-09T22:06:08.862Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-09T22:06:08.862Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-09T22:06:08.862Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-09T22:06:14.568Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-09T22:06:14.568Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-09T22:06:22.878Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-09T22:06:22.878Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-09T22:06:22.878Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-09T22:06:28.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.351s coverage: 45.9% of statements [2021-04-09T22:06:28.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-09T22:06:28.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-09T22:06:28.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-09T22:06:28.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-09T22:06:28.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-09T22:06:28.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-09T22:06:28.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.121s coverage: 19.8% of statements [2021-04-09T22:06:28.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.222s coverage: 100.0% of statements [2021-04-09T22:06:33.082Z] 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-04-09T22:06:35.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.518s coverage: 27.1% of statements [2021-04-09T22:06:35.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-09T22:06:35.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-09T22:06:35.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-09T22:06:35.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-09T22:06:35.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-09T22:06:35.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-09T22:06:35.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.122s coverage: 100.0% of statements [2021-04-09T22:06:35.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-09T22:06:35.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.140s coverage: 100.0% of statements [2021-04-09T22:06:35.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-09T22:06:35.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-09T22:06:36.499Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.273s coverage: 71.3% of statements [2021-04-09T22:06:36.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-09T22:06:36.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-09T22:06:37.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.514s coverage: 82.9% of statements [2021-04-09T22:06:37.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-09T22:06:37.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:06:37.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.167s coverage: 78.9% of statements [2021-04-09T22:06:37.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-09T22:06:41.287Z] Removing intermediate container 11f4a035dc76 [2021-04-09T22:06:41.287Z] ---> 084d4c4b0efc [2021-04-09T22:06:41.287Z] [2021-04-09T22:06:41.287Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T22:06:41.287Z] 3.12: Pulling from library/alpine [2021-04-09T22:06:41.861Z] Removing intermediate container 943d317f9a16 [2021-04-09T22:06:41.861Z] ---> 4648c9d2cd4b [2021-04-09T22:06:41.861Z] [2021-04-09T22:06:41.861Z] Step 10/24 : FROM alpine:3.12 [2021-04-09T22:06:42.128Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T22:06:42.128Z] 3.12: Pulling from library/alpine [2021-04-09T22:06:42.128Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T22:06:42.392Z] Removing intermediate container b992487ef7b2 [2021-04-09T22:06:42.392Z] ---> 615ae1d26bd1 [2021-04-09T22:06:42.392Z] [2021-04-09T22:06:42.392Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T22:06:42.392Z] Status: Image is up to date for alpine:3.12 [2021-04-09T22:06:42.392Z] ---> 7230e588e954 [2021-04-09T22:06:42.392Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-09T22:06:42.392Z] ---> 7230e588e954 [2021-04-09T22:06:42.392Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-09T22:06:42.655Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T22:06:42.655Z] ---> 7230e588e954 [2021-04-09T22:06:42.655Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T22:06:42.917Z] Removing intermediate container 59c20dae0653 [2021-04-09T22:06:42.918Z] ---> 4bf3e1dc19e5 [2021-04-09T22:06:42.918Z] [2021-04-09T22:06:42.918Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T22:06:42.918Z] ---> 7230e588e954 [2021-04-09T22:06:42.918Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-09T22:06:44.309Z] ---> Running in d6bf299330f6 [2021-04-09T22:06:44.310Z] ---> Running in 3d745d6c0aa5 [2021-04-09T22:06:44.310Z] ---> Running in c2060b273cd3 [2021-04-09T22:06:44.888Z] ---> Running in a98ffa963abe [2021-04-09T22:06:44.888Z] Removing intermediate container 02a300b30dc7 [2021-04-09T22:06:44.888Z] ---> 2b44b5b7cdbe [2021-04-09T22:06:44.888Z] [2021-04-09T22:06:44.888Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T22:06:44.888Z] ---> 7230e588e954 [2021-04-09T22:06:44.888Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T22:06:45.165Z] ---> Running in b8b014ce47f7 [2021-04-09T22:06:45.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:06:45.757Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:06:46.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:06:46.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:06:46.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:06:46.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:06:46.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:06:46.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:06:46.309Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-09T22:06:46.309Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-09T22:06:46.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:06:46.309Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T22:06:46.309Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-09T22:06:46.309Z] (4/6) Installing curl (7.69.1-r3) [2021-04-09T22:06:46.309Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:06:46.309Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-09T22:06:46.309Z] (6/6) Installing su-exec (0.2-r1) [2021-04-09T22:06:46.309Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:06:46.309Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-09T22:06:46.309Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:06:46.309Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T22:06:46.309Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:06:46.309Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T22:06:46.309Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:06:46.309Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T22:06:46.309Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:06:46.887Z] OK: 6 MiB in 15 packages [2021-04-09T22:06:46.887Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T22:06:46.887Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T22:06:46.887Z] OK: 6 MiB in 15 packages [2021-04-09T22:06:46.887Z] OK: 6 MiB in 15 packages [2021-04-09T22:06:46.887Z] OK: 7 MiB in 20 packages [2021-04-09T22:06:46.887Z] OK: 6 MiB in 16 packages [2021-04-09T22:06:48.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.169s coverage: 28.6% of statements [2021-04-09T22:06:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-09T22:06:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-09T22:06:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-09T22:06:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-09T22:06:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-09T22:06:48.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.186s coverage: 100.0% of statements [2021-04-09T22:06:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-09T22:06:48.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.135s coverage: 100.0% of statements [2021-04-09T22:06:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-09T22:06:48.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.442s coverage: 86.7% of statements [2021-04-09T22:06:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-09T22:06:48.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.379s coverage: 97.5% of statements [2021-04-09T22:06:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-09T22:06:48.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.191s coverage: 78.3% of statements [2021-04-09T22:06:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-09T22:06:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-09T22:06:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-09T22:06:48.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-09T22:06:50.211Z] Removing intermediate container d6bf299330f6 [2021-04-09T22:06:50.211Z] ---> fb349a1e12fb [2021-04-09T22:06:50.211Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T22:06:50.211Z] Removing intermediate container c2060b273cd3 [2021-04-09T22:06:50.211Z] ---> 2ecde78edca8 [2021-04-09T22:06:50.211Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:06:50.211Z] Removing intermediate container 3d745d6c0aa5 [2021-04-09T22:06:50.211Z] ---> af6e14f84d69 [2021-04-09T22:06:50.211Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:06:50.211Z] Removing intermediate container a98ffa963abe [2021-04-09T22:06:50.211Z] ---> 2f80859cd0a8 [2021-04-09T22:06:50.211Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:06:50.211Z] ---> Running in 50f8d4f7f0d3 [2021-04-09T22:06:50.211Z] ---> Running in 88c0f5823f4e [2021-04-09T22:06:50.211Z] Removing intermediate container b8b014ce47f7 [2021-04-09T22:06:50.211Z] ---> be6eeaaba56d [2021-04-09T22:06:50.211Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:06:50.211Z] ---> Running in a6b117f3be43 [2021-04-09T22:06:50.475Z] ---> Running in fd5fe288ac69 [2021-04-09T22:06:50.475Z] ---> Running in a864d563d5bf [2021-04-09T22:06:50.738Z] Removing intermediate container a6b117f3be43 [2021-04-09T22:06:50.738Z] ---> 5a1261b5ef86 [2021-04-09T22:06:50.738Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-09T22:06:50.738Z] Removing intermediate container 50f8d4f7f0d3 [2021-04-09T22:06:50.738Z] ---> df0a5df4bd6b [2021-04-09T22:06:50.738Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-09T22:06:50.738Z] Removing intermediate container 88c0f5823f4e [2021-04-09T22:06:50.738Z] ---> 4a94bcb441b2 [2021-04-09T22:06:50.738Z] Step 13/24 : WORKDIR / [2021-04-09T22:06:50.738Z] Removing intermediate container fd5fe288ac69 [2021-04-09T22:06:50.738Z] ---> c00054bc3165 [2021-04-09T22:06:50.738Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-09T22:06:50.738Z] Removing intermediate container a864d563d5bf [2021-04-09T22:06:50.738Z] ---> 0a6eba1fd841 [2021-04-09T22:06:50.738Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-09T22:06:51.013Z] ---> Running in 8c7627c5ce70 [2021-04-09T22:06:51.013Z] ---> Running in 30af111e9148 [2021-04-09T22:06:51.013Z] ---> Running in 47993d511697 [2021-04-09T22:06:51.013Z] ---> Running in 4c02cb71aea8 [2021-04-09T22:06:51.013Z] ---> Running in eb41f2c8b04b [2021-04-09T22:06:51.276Z] Removing intermediate container 8c7627c5ce70 [2021-04-09T22:06:51.276Z] ---> b797e1d6a693 [2021-04-09T22:06:51.276Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T22:06:51.276Z] ---> Running in 3c8bbd994db5 [2021-04-09T22:06:51.276Z] Removing intermediate container 47993d511697 [2021-04-09T22:06:51.276Z] ---> d173b4f95ae3 [2021-04-09T22:06:51.276Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T22:06:51.542Z] Removing intermediate container 30af111e9148 [2021-04-09T22:06:51.542Z] ---> 7c818907ca18 [2021-04-09T22:06:51.542Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T22:06:51.542Z] Removing intermediate container eb41f2c8b04b [2021-04-09T22:06:51.542Z] ---> 8b1c6e82368b [2021-04-09T22:06:51.542Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T22:06:51.542Z] Removing intermediate container 4c02cb71aea8 [2021-04-09T22:06:51.542Z] ---> bf10254846d2 [2021-04-09T22:06:51.542Z] 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-04-09T22:06:51.542Z] ---> Running in 28895985a761 [2021-04-09T22:06:51.805Z] ---> Running in 270af66a8e87 [2021-04-09T22:06:51.805Z] ---> Running in fd5ab8426719 [2021-04-09T22:06:51.805Z] Removing intermediate container 3c8bbd994db5 [2021-04-09T22:06:51.805Z] ---> 388bc137c596 [2021-04-09T22:06:51.805Z] Step 15/23 : WORKDIR / [2021-04-09T22:06:52.067Z] Removing intermediate container 28895985a761 [2021-04-09T22:06:52.067Z] ---> 707742d3779c [2021-04-09T22:06:52.067Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:06:52.067Z] ---> Running in b10c80d80e5d [2021-04-09T22:06:52.067Z] ---> feb9f691e7ab [2021-04-09T22:06:52.068Z] 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-04-09T22:06:52.068Z] Removing intermediate container 270af66a8e87 [2021-04-09T22:06:52.068Z] ---> 4bda8900701e [2021-04-09T22:06:52.068Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:06:52.068Z] Removing intermediate container fd5ab8426719 [2021-04-09T22:06:52.068Z] ---> 6f56dbd95e5e [2021-04-09T22:06:52.068Z] Step 15/23 : WORKDIR / [2021-04-09T22:06:52.330Z] ---> Running in 69cb78267b37 [2021-04-09T22:06:52.330Z] Removing intermediate container b10c80d80e5d [2021-04-09T22:06:52.330Z] ---> 25e29f4c5d01 [2021-04-09T22:06:52.330Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:06:52.592Z] ---> 4974d2d1f680 [2021-04-09T22:06:52.592Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-09T22:06:52.592Z] ---> fd455a24d961 [2021-04-09T22:06:52.592Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-09T22:06:52.592Z] Removing intermediate container 69cb78267b37 [2021-04-09T22:06:52.592Z] ---> b70055ae2575 [2021-04-09T22:06:52.592Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:06:52.592Z] ---> 8bb4675ec04a [2021-04-09T22:06:52.592Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-09T22:06:52.879Z] ---> eec13579080c [2021-04-09T22:06:52.879Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-09T22:06:53.168Z] ---> 0d9f62e7373a [2021-04-09T22:06:53.168Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-09T22:06:53.168Z] ---> f01905f15305 [2021-04-09T22:06:53.168Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-09T22:06:53.436Z] ---> cacb582af2c0 [2021-04-09T22:06:53.436Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-09T22:06:53.436Z] ---> 0ddbcde9819f [2021-04-09T22:06:53.436Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-09T22:06:53.703Z] ---> a7c444340b81 [2021-04-09T22:06:53.703Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-09T22:06:53.969Z] ---> 12b18c8b7810 [2021-04-09T22:06:53.969Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-09T22:06:53.969Z] ---> e7c510865d2c [2021-04-09T22:06:53.969Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-09T22:06:53.969Z] ---> d49d7bd175ab [2021-04-09T22:06:53.969Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-09T22:06:53.969Z] ---> 2a85fb101661 [2021-04-09T22:06:53.969Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-09T22:06:53.969Z] ---> Running in 98590056ea42 [2021-04-09T22:06:53.969Z] ---> Running in 5eee302ac977 [2021-04-09T22:06:54.234Z] ---> 8229a43c6ed2 [2021-04-09T22:06:54.234Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-09T22:06:54.234Z] ---> Running in 4d6711a4b99a [2021-04-09T22:06:54.234Z] Removing intermediate container 98590056ea42 [2021-04-09T22:06:54.234Z] ---> 2776d4ceb62c [2021-04-09T22:06:54.234Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:06:54.496Z] ---> dc137c65a20b [2021-04-09T22:06:54.496Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-09T22:06:54.497Z] Removing intermediate container 5eee302ac977 [2021-04-09T22:06:54.497Z] ---> 004711b23f8f [2021-04-09T22:06:54.497Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:06:54.497Z] ---> df17fdf4d3a0 [2021-04-09T22:06:54.497Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-09T22:06:54.497Z] ---> Running in 8d96988dad17 [2021-04-09T22:06:54.761Z] ---> Running in bc994483717c [2021-04-09T22:06:54.761Z] ---> Running in 3fdf18d46420 [2021-04-09T22:06:54.761Z] Removing intermediate container 4d6711a4b99a [2021-04-09T22:06:54.761Z] ---> 1ac2a031eed4 [2021-04-09T22:06:54.761Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:06:55.022Z] ---> Running in 9e207b523a71 [2021-04-09T22:06:55.022Z] Removing intermediate container bc994483717c [2021-04-09T22:06:55.022Z] ---> af715803e0c1 [2021-04-09T22:06:55.022Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:06:55.022Z] Removing intermediate container 8d96988dad17 [2021-04-09T22:06:55.022Z] ---> de3d14648f00 [2021-04-09T22:06:55.022Z] Step 20/22 : LABEL arch=x86_64 [2021-04-09T22:06:55.287Z] Removing intermediate container 3fdf18d46420 [2021-04-09T22:06:55.287Z] ---> a7eed122290f [2021-04-09T22:06:55.287Z] ---> 1ab846590ea8 [2021-04-09T22:06:55.287Z] Step 20/22 : LABEL arch=x86_64Step 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-04-09T22:06:55.287Z] [2021-04-09T22:06:55.287Z] ---> Running in ed993f26ec00 [2021-04-09T22:06:55.551Z] ---> Running in f5b994be3aef [2021-04-09T22:06:55.551Z] Removing intermediate container 9e207b523a71 [2021-04-09T22:06:55.551Z] ---> 21386701a569 [2021-04-09T22:06:55.551Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T22:06:55.551Z] ---> Running in 685936c4ae3f [2021-04-09T22:06:55.551Z] ---> Running in 54c6e11bd001 [2021-04-09T22:06:55.813Z] ---> Running in c5e1549d93c8 [2021-04-09T22:06:55.813Z] Removing intermediate container ed993f26ec00 [2021-04-09T22:06:55.813Z] ---> 17ee88778232 [2021-04-09T22:06:55.813Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T22:06:55.813Z] Removing intermediate container f5b994be3aef [2021-04-09T22:06:55.813Z] ---> 7066f3148934 [2021-04-09T22:06:55.813Z] Step 21/22 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:06:56.076Z] Removing intermediate container 54c6e11bd001 [2021-04-09T22:06:56.076Z] ---> 739f0a5e7e06 [2021-04-09T22:06:56.076Z] Step 21/22 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:06:56.076Z] ---> Running in 560f64f46beb [2021-04-09T22:06:56.076Z] Removing intermediate container c5e1549d93c8 [2021-04-09T22:06:56.076Z] ---> 794b94d08c48 [2021-04-09T22:06:56.076Z] Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:06:56.076Z] ---> Running in d9d44c1bb3e2 [2021-04-09T22:06:56.338Z] ---> Running in 8eec7fe301fb [2021-04-09T22:06:56.338Z] ---> Running in 0913f97f58ed [2021-04-09T22:06:56.338Z] Removing intermediate container 560f64f46beb [2021-04-09T22:06:56.338Z] ---> 4d6e70d2bc7a [2021-04-09T22:06:56.338Z] Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:06:56.429Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.197s coverage: 92.8% of statements [2021-04-09T22:06:56.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-09T22:06:56.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:06:56.429Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-09T22:06:56.429Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-09T22:06:56.429Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-09T22:06:56.429Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-09T22:06:56.429Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-09T22:06:56.429Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-09T22:06:56.430Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.169s coverage: 58.8% of statements [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-09T22:06:56.430Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.216s coverage: 1.0% of statements [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-09T22:06:56.430Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-09T22:06:56.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.156s coverage: 47.1% of statements [2021-04-09T22:06:56.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.238s coverage: 79.5% of statements [2021-04-09T22:06:56.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.107s coverage: 94.1% of statements [2021-04-09T22:06:56.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.145s coverage: 96.3% of statements [2021-04-09T22:06:56.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.146s coverage: 87.5% of statements [2021-04-09T22:06:56.602Z] Removing intermediate container d9d44c1bb3e2 [2021-04-09T22:06:56.602Z] ---> f7b8bd5c3b0d [2021-04-09T22:06:56.602Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T22:06:56.602Z] Removing intermediate container 8eec7fe301fb [2021-04-09T22:06:56.602Z] ---> f3fa14b6c5a7 [2021-04-09T22:06:56.602Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T22:06:56.602Z] ---> Running in 1037db746849 [2021-04-09T22:06:56.864Z] ---> Running in 51bf943d3db4 [2021-04-09T22:06:56.864Z] Removing intermediate container 0913f97f58ed [2021-04-09T22:06:56.864Z] ---> ee1ea392fd8b [2021-04-09T22:06:56.864Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T22:06:56.864Z] ---> Running in 38bca9f94768 [2021-04-09T22:06:56.864Z] ---> Running in 16c5d93f94de [2021-04-09T22:06:57.126Z] Removing intermediate container 1037db746849 [2021-04-09T22:06:57.126Z] ---> d2292ff86f15 [2021-04-09T22:06:57.126Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T22:06:57.126Z] Removing intermediate container 51bf943d3db4 [2021-04-09T22:06:57.126Z] ---> 4662db4d0c89 [2021-04-09T22:06:57.126Z] [2021-04-09T22:06:57.126Z] Removing intermediate container 685936c4ae3f [2021-04-09T22:06:57.126Z] ---> 3e357ff19033 [2021-04-09T22:06:57.126Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-09T22:06:57.389Z] Removing intermediate container 38bca9f94768 [2021-04-09T22:06:57.389Z] ---> fa64db3e2747 [2021-04-09T22:06:57.389Z] [2021-04-09T22:06:57.389Z] Removing intermediate container 16c5d93f94de [2021-04-09T22:06:57.389Z] ---> f87956c7e775 [2021-04-09T22:06:57.389Z] [2021-04-09T22:06:57.651Z] Successfully built 4662db4d0c89 [2021-04-09T22:06:57.651Z] ---> Running in 89a8ffaeb908 [2021-04-09T22:06:57.651Z] Successfully tagged docker-support-notifications-go:latest [2021-04-09T22:06:57.651Z] ---> Running in 68a341730e83 [2021-04-09T22:06:57.651Z] Building docker-security-bootstrapper-go [2021-04-09T22:06:57.651Z]  Building docker-support-notifications-go ... done Successfully built fa64db3e2747 [2021-04-09T22:06:57.651Z] Successfully built f87956c7e775 [2021-04-09T22:06:57.651Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-09T22:06:57.651Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-04-09T22:06:57.651Z] Successfully tagged docker-core-command-go:latest [2021-04-09T22:06:57.651Z] Building docker-core-data-go [2021-04-09T22:06:57.919Z]  Building docker-core-command-go ... done Removing intermediate container 68a341730e83 [2021-04-09T22:06:57.919Z] ---> b98bd746fea5 [2021-04-09T22:06:57.919Z] [2021-04-09T22:06:57.919Z] Removing intermediate container 89a8ffaeb908 [2021-04-09T22:06:57.919Z] ---> 4afb461dc53e [2021-04-09T22:06:57.919Z] Step 22/24 : LABEL arch=x86_64 [2021-04-09T22:06:57.919Z] Successfully built b98bd746fea5 [2021-04-09T22:06:57.919Z] ---> Running in 0fd48ae81281 [2021-04-09T22:06:57.919Z] Successfully tagged docker-core-metadata-go:latest [2021-04-09T22:06:57.919Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-04-09T22:06:58.184Z] Removing intermediate container 0fd48ae81281 [2021-04-09T22:06:58.184Z] ---> 9dc094d9cfbd [2021-04-09T22:06:58.184Z] Step 23/24 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:06:58.184Z] ---> Running in 9f168bd11a8b [2021-04-09T22:06:58.448Z] Removing intermediate container 9f168bd11a8b [2021-04-09T22:06:58.448Z] ---> bcf0a8ff6b2d [2021-04-09T22:06:58.448Z] Step 24/24 : LABEL version=0.0.0 [2021-04-09T22:06:58.448Z] ---> Running in 5ce7d39ffcc4 [2021-04-09T22:06:58.714Z] Removing intermediate container 5ce7d39ffcc4 [2021-04-09T22:06:58.714Z] ---> fa2aee1c237e [2021-04-09T22:06:58.714Z] [2021-04-09T22:06:58.978Z] Successfully built fa2aee1c237e [2021-04-09T22:06:58.978Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-09T22:07:08.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.152s coverage: 94.4% of statements [2021-04-09T22:07:08.865Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.118s coverage: 44.8% of statements [2021-04-09T22:07:14.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.527s coverage: 81.5% of statements [2021-04-09T22:07:14.269Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-09T22:07:14.269Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.090s coverage: 87.1% of statements [2021-04-09T22:07:25.710Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:07:25.710Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:07:25.710Z] ---> 3109e43645e2 [2021-04-09T22:07:25.710Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> 31228e3555fc [2021-04-09T22:07:25.710Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> a8d1cf8abe37 [2021-04-09T22:07:25.710Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-09T22:07:25.710Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:07:25.710Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:07:25.710Z] ---> 3109e43645e2 [2021-04-09T22:07:25.710Z] Step 3/21 : WORKDIR /edgex-go [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> 31228e3555fc [2021-04-09T22:07:25.710Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> a8d1cf8abe37 [2021-04-09T22:07:25.710Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> 991928db305d [2021-04-09T22:07:25.710Z] Step 6/21 : COPY go.mod . [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> d872fd1a3932 [2021-04-09T22:07:25.710Z] Step 7/21 : RUN go mod download [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> 650b9c08bb21 [2021-04-09T22:07:25.710Z] Step 8/21 : COPY . . [2021-04-09T22:07:25.710Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:07:25.710Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:07:25.710Z] ---> 3109e43645e2 [2021-04-09T22:07:25.710Z] Step 3/31 : WORKDIR /edgex-go [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> 31228e3555fc [2021-04-09T22:07:25.710Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> a8d1cf8abe37 [2021-04-09T22:07:25.710Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> 991928db305d [2021-04-09T22:07:25.710Z] Step 6/31 : COPY go.mod . [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> d872fd1a3932 [2021-04-09T22:07:25.710Z] Step 7/31 : RUN go mod download [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> 650b9c08bb21 [2021-04-09T22:07:25.710Z] Step 8/31 : COPY . . [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> 35d1e6067975 [2021-04-09T22:07:25.710Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> 35d1e6067975 [2021-04-09T22:07:25.710Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-09T22:07:25.710Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:07:25.710Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:07:25.710Z] ---> 3109e43645e2 [2021-04-09T22:07:25.710Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> 31228e3555fc [2021-04-09T22:07:25.710Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:07:25.710Z] ---> Using cache [2021-04-09T22:07:25.710Z] ---> a8d1cf8abe37 [2021-04-09T22:07:25.710Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-09T22:07:26.686Z] ---> Running in 5e0641e88ffd [2021-04-09T22:07:26.686Z] ---> Running in 14deff5bc4d2 [2021-04-09T22:07:26.686Z] ---> Running in 524d904b5e7d [2021-04-09T22:07:26.686Z] ---> Running in 1821d59802b7 [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.186s coverage: 92.9% of statements [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.144s coverage: 75.5% of statements [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.126s coverage: 80.8% of statements [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.191s coverage: 87.2% of statements [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.182s coverage: 84.6% of statements [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 91.6% of statements [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.595s coverage: 64.4% of statements [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-09T22:07:26.775Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.136s coverage: 100.0% of statements [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-04-09T22:07:26.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-04-09T22:07:27.651Z] 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-04-09T22:07:27.651Z] 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-04-09T22:07:27.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:07:27.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:07:28.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:07:28.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:07:28.904Z] OK: 233 MiB in 51 packages [2021-04-09T22:07:28.904Z] OK: 233 MiB in 51 packages [2021-04-09T22:07:30.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.945s coverage: 69.0% of statements [2021-04-09T22:07:30.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-09T22:07:30.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-09T22:07:30.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-09T22:07:30.879Z] Removing intermediate container 1821d59802b7 [2021-04-09T22:07:30.879Z] ---> fe6979895d7e [2021-04-09T22:07:30.879Z] Step 6/23 : COPY go.mod . [2021-04-09T22:07:30.879Z] Removing intermediate container 14deff5bc4d2 [2021-04-09T22:07:30.879Z] ---> 71878465b96a [2021-04-09T22:07:30.879Z] Step 6/23 : COPY go.mod . [2021-04-09T22:07:31.200Z] ---> 8e69cc89f061 [2021-04-09T22:07:31.200Z] Step 7/23 : RUN go mod download [2021-04-09T22:07:31.200Z] ---> ebb024b9b084 [2021-04-09T22:07:31.200Z] Step 7/23 : RUN go mod download [2021-04-09T22:07:31.200Z] ---> Running in a8020ebc2f12 [2021-04-09T22:07:31.200Z] ---> Running in e5ca282f130a [2021-04-09T22:07:31.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.484s coverage: 38.4% of statements [2021-04-09T22:07:31.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-09T22:07:31.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-09T22:07:31.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.106s coverage: 89.5% of statements [2021-04-09T22:07:31.628Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-09T22:07:31.628Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.083s coverage: 84.8% of statements [2021-04-09T22:07:33.822Z] Removing intermediate container a8020ebc2f12 [2021-04-09T22:07:33.822Z] ---> a2258641ff99 [2021-04-09T22:07:33.822Z] Step 8/23 : COPY . . [2021-04-09T22:07:34.091Z] Removing intermediate container e5ca282f130a [2021-04-09T22:07:34.091Z] ---> 67e2ea88b0e7 [2021-04-09T22:07:34.091Z] Step 8/23 : COPY . . [2021-04-09T22:07:38.355Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.436s coverage: 47.0% of statements [2021-04-09T22:07:38.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-09T22:07:38.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-09T22:07:38.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-09T22:07:38.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-09T22:07:38.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-09T22:07:38.355Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-04-09T22:07:38.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-09T22:07:38.355Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements [2021-04-09T22:07:38.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-09T22:07:38.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-09T22:07:38.355Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.155s coverage: 11.0% of statements [2021-04-09T22:07:38.355Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-09T22:07:38.968Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.439s coverage: 87.1% of statements [2021-04-09T22:07:38.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-09T22:07:38.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:07:38.968Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-09T22:07:47.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.242s coverage: 29.1% of statements [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-09T22:07:47.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.232s coverage: 99.0% of statements [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-09T22:07:47.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.247s coverage: 100.0% of statements [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-09T22:07:47.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.333s coverage: 95.6% of statements [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-09T22:07:47.292Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-09T22:07:47.292Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-09T22:07:47.292Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-09T22:07:47.292Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-09T22:07:47.292Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-04-09T22:07:47.567Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.113s coverage: 28.1% of statements [2021-04-09T22:07:48.543Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-04-09T22:07:49.139Z] GO111MODULE=on go vet ./... [2021-04-09T22:07:52.432Z] 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-04-09T22:08:02.501Z] Removing intermediate container 524d904b5e7d [2021-04-09T22:08:02.501Z] ---> 92bcfd9f298b [2021-04-09T22:08:02.501Z] [2021-04-09T22:08:02.501Z] Step 10/31 : FROM alpine:3.12 [2021-04-09T22:08:02.501Z] ---> 7230e588e954 [2021-04-09T22:08:02.501Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-09T22:08:02.501Z] ---> 2ffce85851a6 [2021-04-09T22:08:02.501Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-09T22:08:02.501Z] ---> Running in 6ca27b0dfb53 [2021-04-09T22:08:02.501Z] ---> 1bf2b7a1f4da [2021-04-09T22:08:02.501Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-09T22:08:02.501Z] ---> Running in eb1f170fae4f [2021-04-09T22:08:02.501Z] ---> Running in be54d0d62b2e [2021-04-09T22:08:02.501Z] Removing intermediate container 6ca27b0dfb53 [2021-04-09T22:08:02.501Z] ---> ecd5897aed18 [2021-04-09T22:08:02.501Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-09T22:08:03.137Z] ---> Running in f7bf3021c9b8 [2021-04-09T22:08:04.298Z] Removing intermediate container 5e0641e88ffd [2021-04-09T22:08:04.298Z] ---> dcda0e607ea7 [2021-04-09T22:08:04.298Z] [2021-04-09T22:08:04.298Z] Step 10/21 : FROM alpine:3.12 [2021-04-09T22:08:04.298Z] ---> 7230e588e954 [2021-04-09T22:08:04.298Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-09T22:08:04.298Z] 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-04-09T22:08:04.298Z] 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-04-09T22:08:04.298Z] ---> Running in 933c1a153cc4 [2021-04-09T22:08:04.298Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:08:04.586Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:08:04.586Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-09T22:08:04.586Z] (2/2) Installing su-exec (0.2-r1) [2021-04-09T22:08:04.586Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:08:04.870Z] OK: 6 MiB in 16 packages [2021-04-09T22:08:05.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:08:05.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:08:05.400Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-09T22:08:05.400Z] Removing intermediate container f7bf3021c9b8 [2021-04-09T22:08:05.400Z] ---> a94971174447 [2021-04-09T22:08:05.400Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-09T22:08:05.400Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T22:08:05.400Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-09T22:08:05.400Z] (4/4) Installing curl (7.69.1-r3) [2021-04-09T22:08:05.400Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:08:05.973Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T22:08:05.973Z] OK: 7 MiB in 18 packages [2021-04-09T22:08:06.564Z] ---> Running in eea56a4ff572 [2021-04-09T22:08:07.147Z] Removing intermediate container eea56a4ff572 [2021-04-09T22:08:07.147Z] ---> d6962a9cf4a0 [2021-04-09T22:08:07.147Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-09T22:08:07.147Z] ---> Running in dd8284fa3cda [2021-04-09T22:08:07.419Z] Removing intermediate container 933c1a153cc4 [2021-04-09T22:08:07.419Z] ---> 0dcbac518647 [2021-04-09T22:08:07.419Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T22:08:07.686Z] ---> Running in 03cb51422813 [2021-04-09T22:08:07.686Z] Removing intermediate container dd8284fa3cda [2021-04-09T22:08:07.686Z] ---> a5d00c5b0430 [2021-04-09T22:08:07.686Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-09T22:08:07.686Z] ---> Running in 06064b4d7ce3 [2021-04-09T22:08:08.284Z] Removing intermediate container 03cb51422813 [2021-04-09T22:08:08.284Z] ---> 991e9128f102 [2021-04-09T22:08:08.284Z] Step 13/21 : WORKDIR /edgex [2021-04-09T22:08:08.284Z] ---> Running in 79fb5b3aaa48 [2021-04-09T22:08:08.557Z] Removing intermediate container 79fb5b3aaa48 [2021-04-09T22:08:08.557Z] ---> f978fb1ef256 [2021-04-09T22:08:08.557Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-09T22:08:09.153Z] ---> 232316d8e3ca [2021-04-09T22:08:09.153Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-09T22:08:10.117Z] ---> 16514f553346 [2021-04-09T22:08:10.117Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-09T22:08:10.117Z] Removing intermediate container 06064b4d7ce3 [2021-04-09T22:08:10.117Z] ---> fdfd1bcc4812 [2021-04-09T22:08:10.117Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-09T22:08:10.117Z] ---> Running in f11be851a99a [2021-04-09T22:08:10.713Z] Removing intermediate container f11be851a99a [2021-04-09T22:08:10.713Z] ---> 499f0300a63c [2021-04-09T22:08:10.713Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-09T22:08:10.985Z] ---> 7f70803f3959 [2021-04-09T22:08:10.985Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-09T22:08:10.985Z] ---> Running in 27d8a0ce99dd [2021-04-09T22:08:11.255Z] ---> e233ab86e4a8 [2021-04-09T22:08:11.255Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-09T22:08:11.255Z] ---> Running in 76358fd2168c [2021-04-09T22:08:11.525Z] Removing intermediate container 27d8a0ce99dd [2021-04-09T22:08:11.525Z] ---> 934284bdaf79 [2021-04-09T22:08:11.525Z] Step 18/21 : CMD ["--init=true"] [2021-04-09T22:08:11.792Z] ---> Running in 25b7e8875b68 [2021-04-09T22:08:13.215Z] Removing intermediate container 25b7e8875b68 [2021-04-09T22:08:13.215Z] ---> b39542c3c93c [2021-04-09T22:08:13.215Z] Step 19/21 : LABEL arch=x86_64 [2021-04-09T22:08:13.215Z] ---> Running in 7b018d820c3f [2021-04-09T22:08:13.484Z] Removing intermediate container 7b018d820c3f [2021-04-09T22:08:13.484Z] ---> 6c3840c0cd40 [2021-04-09T22:08:13.484Z] Step 20/21 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:08:13.757Z] ---> Running in 9702d5cfa8fa [2021-04-09T22:08:13.757Z] Removing intermediate container 76358fd2168c [2021-04-09T22:08:13.757Z] ---> 18152b1830eb [2021-04-09T22:08:13.757Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:08:14.035Z] Removing intermediate container 9702d5cfa8fa [2021-04-09T22:08:14.035Z] ---> 51aacc956020 [2021-04-09T22:08:14.035Z] Step 21/21 : LABEL version=0.0.0 [2021-04-09T22:08:14.642Z] ---> Running in c9366699adf8 [2021-04-09T22:08:15.228Z] ---> bdc7fe073f42 [2021-04-09T22:08:15.228Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-09T22:08:15.228Z] Removing intermediate container c9366699adf8 [2021-04-09T22:08:15.229Z] ---> 4aa1e6c41e33 [2021-04-09T22:08:15.229Z] [2021-04-09T22:08:15.837Z] Successfully built 4aa1e6c41e33 [2021-04-09T22:08:15.837Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-09T22:08:16.106Z]  Building docker-security-proxy-setup-go ... done  ---> 38409373d2bf [2021-04-09T22:08:16.106Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-09T22:08:17.525Z] ---> b6fd0a53788f [2021-04-09T22:08:17.525Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-09T22:08:18.131Z] ---> f1b69b63de96 [2021-04-09T22:08:18.131Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-09T22:08:18.727Z] ---> b21b05097b9d [2021-04-09T22:08:18.727Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-09T22:08:19.315Z] ---> Running in 491b77a7c283 [2021-04-09T22:08:19.315Z] Removing intermediate container 491b77a7c283 [2021-04-09T22:08:19.315Z] ---> 8963f87addbd [2021-04-09T22:08:19.315Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-09T22:08:19.917Z] ---> 656babac0db9 [2021-04-09T22:08:19.917Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-09T22:08:21.323Z] ---> Running in 2a942811032d [2021-04-09T22:08:23.288Z] Removing intermediate container 2a942811032d [2021-04-09T22:08:23.288Z] ---> 55092409e9f3 [2021-04-09T22:08:23.288Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-09T22:08:23.288Z] ---> Running in 1bd66b1cbde3 [2021-04-09T22:08:23.560Z] Removing intermediate container 1bd66b1cbde3 [2021-04-09T22:08:23.560Z] ---> 25a9b0ff189d [2021-04-09T22:08:23.560Z] Step 28/31 : CMD ["gate"] [2021-04-09T22:08:23.560Z] ---> Running in 0799bab1644c [2021-04-09T22:08:23.828Z] Removing intermediate container 0799bab1644c [2021-04-09T22:08:23.828Z] ---> 55b5d729e13a [2021-04-09T22:08:23.828Z] Step 29/31 : LABEL arch=x86_64 [2021-04-09T22:08:24.097Z] ---> Running in 637ba2a8ad53 [2021-04-09T22:08:24.359Z] Removing intermediate container 637ba2a8ad53 [2021-04-09T22:08:24.359Z] ---> 47c3c8915eb4 [2021-04-09T22:08:24.359Z] Step 30/31 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:08:25.312Z] ---> Running in 81307b59df50 [2021-04-09T22:08:27.883Z] Removing intermediate container eb1f170fae4f [2021-04-09T22:08:27.883Z] ---> 405671d87013 [2021-04-09T22:08:27.883Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-09T22:08:27.884Z] Removing intermediate container 81307b59df50 [2021-04-09T22:08:27.884Z] ---> 4df963f159be [2021-04-09T22:08:27.884Z] Step 31/31 : LABEL version=0.0.0 [2021-04-09T22:08:27.884Z] ---> Running in 3f84cf4d9b1d [2021-04-09T22:08:27.884Z] ---> Running in 028b9e513f47 [2021-04-09T22:08:28.151Z] Removing intermediate container 028b9e513f47 [2021-04-09T22:08:28.151Z] ---> 4a9940f193d2 [2021-04-09T22:08:28.151Z] [2021-04-09T22:08:28.425Z] 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-04-09T22:08:28.425Z] Successfully built 4a9940f193d2 [2021-04-09T22:08:28.425Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-09T22:08:30.985Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 3f84cf4d9b1d [2021-04-09T22:08:30.985Z] ---> 03b7b245bbeb [2021-04-09T22:08:30.985Z] [2021-04-09T22:08:30.985Z] Step 11/23 : FROM docker:20.10.0 [2021-04-09T22:08:31.256Z] 20.10.0: Pulling from library/docker [2021-04-09T22:08:31.256Z] Removing intermediate container be54d0d62b2e [2021-04-09T22:08:31.256Z] ---> cb747bb2ff49 [2021-04-09T22:08:31.256Z] [2021-04-09T22:08:31.256Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T22:08:31.256Z] ---> 7230e588e954 [2021-04-09T22:08:31.256Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-09T22:08:31.256Z] ---> Running in 43e64103dd39 [2021-04-09T22:08:31.831Z] Removing intermediate container 43e64103dd39 [2021-04-09T22:08:31.831Z] ---> e4b03285a9e7 [2021-04-09T22:08:31.831Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-09T22:08:31.831Z] ---> Running in 00a173d629b3 [2021-04-09T22:08:32.407Z] Removing intermediate container 00a173d629b3 [2021-04-09T22:08:32.407Z] ---> 33769ccdf4f5 [2021-04-09T22:08:32.407Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-09T22:08:32.407Z] ---> Running in 9cdfefc93fb0 [2021-04-09T22:08:32.669Z] Removing intermediate container 9cdfefc93fb0 [2021-04-09T22:08:32.669Z] ---> b1b02f698aca [2021-04-09T22:08:32.669Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:08:32.931Z] ---> Running in 95ff740f1a16 [2021-04-09T22:08:33.884Z] Removing intermediate container 95ff740f1a16 [2021-04-09T22:08:33.884Z] ---> cf72ec082b5b [2021-04-09T22:08:33.884Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-09T22:08:34.145Z] ---> Running in 7d8a7026b60b [2021-04-09T22:08:34.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:08:35.295Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:08:35.870Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-09T22:08:35.870Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-09T22:08:35.870Z] ---> aefe523efa57 [2021-04-09T22:08:35.870Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:08:35.870Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-09T22:08:35.870Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-09T22:08:36.139Z] ---> Running in c4b9d4647f0e [2021-04-09T22:08:36.139Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-09T22:08:36.139Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-09T22:08:36.139Z] Removing intermediate container c4b9d4647f0e [2021-04-09T22:08:36.139Z] ---> d664aad38d26 [2021-04-09T22:08:36.139Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-09T22:08:36.139Z] ---> Running in f716f2ac9ff3 [2021-04-09T22:08:36.419Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-09T22:08:36.419Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-09T22:08:36.419Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:08:36.419Z] OK: 8 MiB in 20 packages [2021-04-09T22:08:36.681Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-09T22:08:36.681Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-09T22:08:36.943Z] (1/39) Installing readline (8.0.4-r0) [2021-04-09T22:08:36.943Z] (2/39) Installing bash (5.0.17-r0) [2021-04-09T22:08:36.943Z] Executing bash-5.0.17-r0.post-install [2021-04-09T22:08:36.943Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T22:08:36.943Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-09T22:08:36.943Z] (5/39) Installing curl (7.69.1-r3) [2021-04-09T22:08:36.943Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-09T22:08:36.943Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-09T22:08:36.943Z] (8/39) Installing expat (2.2.9-r1) [2021-04-09T22:08:36.943Z] (9/39) Installing libffi (3.3-r2) [2021-04-09T22:08:36.943Z] (10/39) Installing gdbm (1.13-r1) [2021-04-09T22:08:36.943Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-09T22:08:36.943Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-09T22:08:36.943Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-09T22:08:36.943Z] Removing intermediate container 7d8a7026b60b [2021-04-09T22:08:36.943Z] ---> 10ce4af3a119 [2021-04-09T22:08:36.943Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:08:41.160Z] ---> b5b7012f51ea [2021-04-09T22:08:41.160Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-09T22:08:41.160Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-09T22:08:41.160Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-09T22:08:41.160Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-09T22:08:41.160Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-09T22:08:41.160Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-09T22:08:41.160Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-09T22:08:41.160Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-09T22:08:41.160Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-09T22:08:41.160Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-09T22:08:41.160Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-09T22:08:41.160Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-09T22:08:41.160Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-09T22:08:41.160Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-09T22:08:41.160Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-09T22:08:41.160Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-09T22:08:41.160Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-09T22:08:41.733Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-09T22:08:41.995Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-09T22:08:41.995Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-09T22:08:42.257Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-09T22:08:42.519Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-09T22:08:42.519Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-09T22:08:42.519Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-09T22:08:43.471Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-09T22:08:43.471Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-09T22:08:43.471Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-09T22:08:43.471Z] ---> bbea639c7cfa [2021-04-09T22:08:43.471Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-09T22:08:43.471Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T22:08:43.471Z] OK: 72 MiB in 59 packages [2021-04-09T22:08:44.437Z] ---> 5feb90cc58a1 [2021-04-09T22:08:44.437Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-09T22:08:44.437Z] ---> Running in 25139424a8e0 [2021-04-09T22:08:44.437Z] Removing intermediate container 25139424a8e0 [2021-04-09T22:08:44.437Z] ---> 6ecd191f1452 [2021-04-09T22:08:44.437Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:08:44.705Z] Collecting docker-compose==1.23.2 [2021-04-09T22:08:44.705Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-09T22:08:44.705Z] ---> Running in ec0deffdb186 [2021-04-09T22:08:44.705Z] Collecting docopt<0.7,>=0.6.1 [2021-04-09T22:08:44.705Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-09T22:08:44.705Z] Removing intermediate container ec0deffdb186 [2021-04-09T22:08:44.705Z] ---> b845d526fa58 [2021-04-09T22:08:44.705Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T22:08:44.973Z] ---> Running in f281860d3b2f [2021-04-09T22:08:44.973Z] Removing intermediate container f281860d3b2f [2021-04-09T22:08:44.973Z] ---> df199303451c [2021-04-09T22:08:44.973Z] Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:08:44.973Z] ---> Running in 8c2d5e78226f [2021-04-09T22:08:45.235Z] Removing intermediate container 8c2d5e78226f [2021-04-09T22:08:45.235Z] ---> b220f8bfc585 [2021-04-09T22:08:45.235Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T22:08:45.235Z] ---> Running in ab90d4fcc754 [2021-04-09T22:08:45.235Z] Collecting cached-property<2,>=1.2.0 [2021-04-09T22:08:45.235Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-09T22:08:45.501Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-09T22:08:45.501Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-09T22:08:45.501Z] Removing intermediate container ab90d4fcc754 [2021-04-09T22:08:45.501Z] ---> 1f62bb7caaf7 [2021-04-09T22:08:45.501Z] [2021-04-09T22:08:45.501Z] Collecting jsonschema<3,>=2.5.1 [2021-04-09T22:08:45.501Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-09T22:08:45.766Z] Successfully built 1f62bb7caaf7 [2021-04-09T22:08:45.766Z] Successfully tagged docker-core-data-go:latest [2021-04-09T22:08:45.766Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2021-04-09T22:08:45.766Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-09T22:08:46.739Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-09T22:08:46.739Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-09T22:08:47.316Z] 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-04-09T22:08:47.316Z] Collecting texttable<0.10,>=0.9.0 [2021-04-09T22:08:47.316Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-09T22:08:47.893Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-09T22:08:47.893Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-09T22:08:48.155Z] Collecting docker<4.0,>=3.6.0 [2021-04-09T22:08:48.155Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-09T22:08:48.155Z] Collecting idna<2.8,>=2.5 [2021-04-09T22:08:48.155Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-09T22:08:48.155Z] 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-04-09T22:08:48.416Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-09T22:08:48.416Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-09T22:08:48.416Z] 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-04-09T22:08:48.416Z] Collecting docker-pycreds>=0.4.0 [2021-04-09T22:08:48.416Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-09T22:08:48.416Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-09T22:08:48.416Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-09T22:08:48.416Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-09T22:08:48.416Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-09T22:08:48.678Z] Installing collected packages: docopt, cached-property, websocket-client, jsonschema, PyYAML, dockerpty, texttable, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-04-09T22:08:48.678Z] Running setup.py install for docopt: started [2021-04-09T22:08:49.251Z] Running setup.py install for docopt: finished with status 'done' [2021-04-09T22:08:49.514Z] Running setup.py install for PyYAML: started [2021-04-09T22:08:50.087Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-09T22:08:50.087Z] Running setup.py install for dockerpty: started [2021-04-09T22:08:51.034Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-09T22:08:51.034Z] Running setup.py install for texttable: started [2021-04-09T22:08:51.296Z] Running setup.py install for texttable: finished with status 'done' [2021-04-09T22:08:51.296Z] Attempting uninstall: idna [2021-04-09T22:08:51.296Z] Found existing installation: idna 2.9 [2021-04-09T22:08:51.296Z] Uninstalling idna-2.9: [2021-04-09T22:08:51.296Z] Successfully uninstalled idna-2.9 [2021-04-09T22:08:51.559Z] Attempting uninstall: urllib3 [2021-04-09T22:08:51.559Z] Found existing installation: urllib3 1.25.9 [2021-04-09T22:08:51.559Z] Uninstalling urllib3-1.25.9: [2021-04-09T22:08:51.559Z] Successfully uninstalled urllib3-1.25.9 [2021-04-09T22:08:51.822Z] Attempting uninstall: requests [2021-04-09T22:08:51.822Z] Found existing installation: requests 2.23.0 [2021-04-09T22:08:51.822Z] Uninstalling requests-2.23.0: [2021-04-09T22:08:51.822Z] Successfully uninstalled requests-2.23.0 [2021-04-09T22:08:52.396Z] 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-04-09T22:09:00.555Z] Removing intermediate container f716f2ac9ff3 [2021-04-09T22:09:00.555Z] ---> 9ef59c298895 [2021-04-09T22:09:00.555Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-09T22:09:00.555Z] ---> Running in e7b1389bbd33 [2021-04-09T22:09:00.555Z] Removing intermediate container e7b1389bbd33 [2021-04-09T22:09:00.555Z] ---> ea66a5bcff4e [2021-04-09T22:09:00.555Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-09T22:09:00.555Z] ---> Running in c8c01f035196 [2021-04-09T22:09:00.555Z] Removing intermediate container c8c01f035196 [2021-04-09T22:09:00.555Z] ---> 6db428e07031 [2021-04-09T22:09:00.555Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-09T22:09:00.555Z] ---> f9b0c845dc77 [2021-04-09T22:09:00.555Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-09T22:09:00.555Z] ---> c9b13526e3c2 [2021-04-09T22:09:00.555Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-09T22:09:00.820Z] ---> ad6f493a91a9 [2021-04-09T22:09:00.820Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-09T22:09:00.820Z] ---> Running in d450b25496a7 [2021-04-09T22:09:01.083Z] Removing intermediate container d450b25496a7 [2021-04-09T22:09:01.083Z] ---> f84e9e68cbd4 [2021-04-09T22:09:01.083Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:09:01.083Z] ---> Running in da416968436c [2021-04-09T22:09:01.083Z] Removing intermediate container da416968436c [2021-04-09T22:09:01.083Z] ---> c2e3e8675fa3 [2021-04-09T22:09:01.083Z] Step 21/23 : LABEL arch=x86_64 [2021-04-09T22:09:01.346Z] ---> Running in c2d18b41f165 [2021-04-09T22:09:01.346Z] Removing intermediate container c2d18b41f165 [2021-04-09T22:09:01.346Z] ---> 8bc05daf68d6 [2021-04-09T22:09:01.346Z] Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:09:01.346Z] ---> Running in ca9383a28f7f [2021-04-09T22:09:01.610Z] Removing intermediate container ca9383a28f7f [2021-04-09T22:09:01.610Z] ---> f14f2b092203 [2021-04-09T22:09:01.610Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T22:09:01.610Z] ---> Running in 0b2334aef449 [2021-04-09T22:09:01.872Z] Removing intermediate container 0b2334aef449 [2021-04-09T22:09:01.872Z] ---> 26ed81c74518 [2021-04-09T22:09:01.872Z] [2021-04-09T22:09:02.141Z] Successfully built 26ed81c74518 [2021-04-09T22:09:02.141Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-09T22:09:02.415Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-09T22:09:02.424Z] $ docker stop --time=1 4975e35e2ffa60d6bf0760691397bf639f36981ff72f593e67a3f5862baf9151 [2021-04-09T22:09:03.980Z] $ docker rm -f 4975e35e2ffa60d6bf0760691397bf639f36981ff72f593e67a3f5862baf9151 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T22:09:04.459Z] + docker images [2021-04-09T22:09:04.459Z] + grep docker [2021-04-09T22:09:04.722Z] docker-sys-mgmt-agent-go latest 26ed81c74518 3 seconds ago 312MB [2021-04-09T22:09:04.722Z] docker-core-data-go latest 1f62bb7caaf7 19 seconds ago 22.7MB [2021-04-09T22:09:04.722Z] docker-security-bootstrapper-go latest 4a9940f193d2 37 seconds ago 19MB [2021-04-09T22:09:04.722Z] docker-security-proxy-setup-go latest 4aa1e6c41e33 49 seconds ago 25.5MB [2021-04-09T22:09:04.722Z] docker-security-secretstore-setup-go latest fa2aee1c237e 2 minutes ago 25.8MB [2021-04-09T22:09:04.722Z] docker-core-command-go latest f87956c7e775 2 minutes ago 17.3MB [2021-04-09T22:09:04.722Z] docker-core-metadata-go latest b98bd746fea5 2 minutes ago 19MB [2021-04-09T22:09:04.722Z] docker-support-scheduler-go latest fa64db3e2747 2 minutes ago 17.4MB [2021-04-09T22:09:04.722Z] docker-support-notifications-go latest 4662db4d0c89 2 minutes ago 17.9MB [2021-04-09T22:09:04.722Z] 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-04-09T22:09:10.943Z] gofmt -l . [2021-04-09T22:09:10.943Z] [ "`gofmt -l .`" = "" ] [2021-04-09T22:09:10.943Z] ./bin/test-go-mod-tidy.sh [2021-04-09T22:09:10.943Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-09T22:09:12.571Z] + ls -al . [2021-04-09T22:09:12.571Z] total 836 [2021-04-09T22:09:12.571Z] drwxrwxr-x 9 1001 1001 4096 Apr 9 22:09 . [2021-04-09T22:09:12.571Z] drwxr-xr-x 4 root root 4096 Apr 9 22:04 .. [2021-04-09T22:09:12.571Z] -rw-rw-r-- 1 1001 1001 11 Apr 9 22:03 .dockerignore [2021-04-09T22:09:12.571Z] drwxrwxr-x 8 1001 1001 4096 Apr 9 22:03 .git [2021-04-09T22:09:12.571Z] drwxrwxr-x 3 1001 1001 4096 Apr 9 22:03 .github [2021-04-09T22:09:12.571Z] -rw-rw-r-- 1 1001 1001 818 Apr 9 22:03 .gitignore [2021-04-09T22:09:12.571Z] -rw-rw-r-- 1 1001 1001 166 Apr 9 22:03 .sonarcloud.properties [2021-04-09T22:09:12.571Z] -rw-rw-r-- 1 1001 1001 8607 Apr 9 22:03 Attribution.txt [2021-04-09T22:09:12.571Z] -rw-rw-r-- 1 1001 1001 3804 Apr 9 22:03 CONTRIBUTING.md [2021-04-09T22:09:12.571Z] -rw-rw-r-- 1 1001 1001 931 Apr 9 22:03 Dockerfile.build [2021-04-09T22:09:12.571Z] -rw-rw-r-- 1 1001 1001 863 Apr 9 22:03 Jenkinsfile [2021-04-09T22:09:12.571Z] -rw-rw-r-- 1 1001 1001 10775 Apr 9 22:03 LICENSE [2021-04-09T22:09:12.571Z] -rw-rw-r-- 1 1001 1001 5774 Apr 9 22:03 Makefile [2021-04-09T22:09:12.571Z] -rw-rw-r-- 1 1001 1001 6548 Apr 9 22:03 README.md [2021-04-09T22:09:12.571Z] -rw-rw-r-- 1 1001 1001 6755 Apr 9 22:03 SECURITY.md [2021-04-09T22:09:12.571Z] -rw-rw-r-- 1 1001 1001 5 Apr 9 22:00 VERSION [2021-04-09T22:09:12.571Z] -rw-rw-r-- 1 1001 1001 4131 Apr 9 22:03 ZMQWindows.md [2021-04-09T22:09:12.571Z] drwxrwxr-x 2 1001 1001 4096 Apr 9 22:03 bin [2021-04-09T22:09:12.571Z] drwxrwxr-x 14 1001 1001 4096 Apr 9 22:03 cmd [2021-04-09T22:09:12.571Z] -rw-r--r-- 1 root root 697573 Apr 9 22:07 coverage.out [2021-04-09T22:09:12.571Z] -rw-r--r-- 1 root root 1056 Apr 9 22:09 go.mod [2021-04-09T22:09:12.571Z] -rw-r--r-- 1 root root 21911 Apr 9 22:09 go.sum [2021-04-09T22:09:12.571Z] drwxrwxr-x 8 1001 1001 4096 Apr 9 22:03 internal [2021-04-09T22:09:12.571Z] drwxrwxr-x 4 1001 1001 4096 Apr 9 22:03 openapi [2021-04-09T22:09:12.571Z] drwxrwxr-x 4 1001 1001 4096 Apr 9 22:03 snap [2021-04-09T22:09:12.571Z] -rw-rw-r-- 1 1001 1001 168 Apr 9 22:03 version.go [Pipeline] sh [2021-04-09T22:09:13.228Z] + '[' -e coverage.out ] [2021-04-09T22:09:13.228Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-09T22:09:13.247Z] Warning: overwriting stash ‘coverage-report’ [2021-04-09T22:09:14.528Z] Stashed 1 file(s) [Pipeline] sh [2021-04-09T22:09:15.201Z] + make build [2021-04-09T22:09:15.201Z] 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-04-09T22:09:20.389Z] Still waiting to schedule task [2021-04-09T22:09:20.389Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-09T22:09:25.397Z] 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-04-09T22:09:52.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-09T22:09:52.774Z] 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-04-09T22:09:58.192Z] 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-04-09T22:09:59.181Z] 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-04-09T22:10:04.578Z] 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-04-09T22:10:07.431Z] Running on prd-ubuntu18.04-docker-8c-8g-33477 in /w/workspace/edgexfoundry_edgex-go_PR-3331 [Pipeline] { [Pipeline] ws [2021-04-09T22:10:07.505Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-04-09T22:10:09.566Z] using credential edgex-jenkins-ssh [2021-04-09T22:10:09.641Z] Cloning the remote Git repository [2021-04-09T22:10:09.148Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-09T22:10:09.207Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-04-09T22:10:09.235Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T22:10:09.235Z] > git --version # timeout=10 [2021-04-09T22:10:09.240Z] > git --version # 'git version 2.17.1' [2021-04-09T22:10:09.241Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T22:10:09.263Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T22:10:09.986Z] 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-04-09T22:10:14.301Z] 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-04-09T22:10:18.620Z] 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-04-09T22:10:17.738Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T22:10:17.745Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-09T22:10:17.757Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-09T22:10:17.780Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-09T22:10:17.780Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T22:10:17.786Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3331/head:refs/remotes/origin/PR-3331 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-09T22:10:18.984Z] Merging remotes/origin/master commit 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf into PR head commit 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:10:19.124Z] Merge succeeded, producing 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:10:19.125Z] Checking out Revision 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 (PR-3331) [2021-04-09T22:10:18.478Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T22:10:18.482Z] > git checkout -f 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 # timeout=10 [2021-04-09T22:10:18.584Z] > git remote # timeout=10 [2021-04-09T22:10:18.590Z] > git config --get remote.origin.url # timeout=10 [2021-04-09T22:10:18.594Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-09T22:10:18.597Z] > git merge 4a93de6e2e8f65a45d7e1065c78fcf8c18a7addf # timeout=10 [2021-04-09T22:10:18.604Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-09T22:10:18.612Z] > git config core.sparsecheckout # timeout=10 [2021-04-09T22:10:18.624Z] > git checkout -f 3f7e1d59aed2f1d51124aff8ab6e0023198d4100 # timeout=10 [2021-04-09T22:10:22.013Z] 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-04-09T22:10:22.776Z] Commit message: "fix: use system agent's own service key for creating config client" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:10:23.800Z] + echo snap-build.sh [2021-04-09T22:10:23.800Z] snap-build.sh [2021-04-09T22:10:23.800Z] + SNAP_BASE_DIR=. [2021-04-09T22:10:23.800Z] + '[' '!' -z /w/workspace/edgex-go/9 ']' [2021-04-09T22:10:23.800Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/9 [2021-04-09T22:10:23.800Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' [2021-04-09T22:10:23.800Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/9] [2021-04-09T22:10:23.800Z] + cd /w/workspace/edgex-go/9 [2021-04-09T22:10:23.800Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-09T22:10:23.800Z] Reading package lists... [2021-04-09T22:10:24.063Z] Building dependency tree... [2021-04-09T22:10:24.063Z] Reading state information... [2021-04-09T22:10:24.063Z] The following packages were automatically installed and are no longer required: [2021-04-09T22:10:24.063Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-09T22:10:24.063Z] uidmap xdelta3 [2021-04-09T22:10:24.063Z] Use 'sudo apt autoremove' to remove them. [2021-04-09T22:10:24.326Z] The following packages will be REMOVED: [2021-04-09T22:10:24.326Z] lxd* lxd-client* [2021-04-09T22:10:24.587Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-09T22:10:24.587Z] After this operation, 31.7 MB disk space will be freed. [2021-04-09T22:10:25.631Z] (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-04-09T22:10:25.631Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T22:10:26.320Z] 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-04-09T22:10:26.578Z] Removing lxd dnsmasq configuration [2021-04-09T22:10:26.578Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T22:10:26.839Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-04-09T22:10:27.414Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-09T22:10:27.938Z] (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-04-09T22:10:27.938Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-09T22:10:29.325Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-09T22:10:29.898Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-04-09T22:10:31.813Z] + sudo snap remove --purge lxd [2021-04-09T22:10:31.813Z] snap "lxd" is not installed [2021-04-09T22:10:31.813Z] + sudo groupadd --force --system lxd [2021-04-09T22:10:31.813Z] ++ whoami [2021-04-09T22:10:31.813Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-09T22:10:31.813Z] + newgrp - lxd [2021-04-09T22:10:31.813Z] + sudo snap install lxd [Pipeline] } [2021-04-09T22:10:34.630Z] $ docker stop --time=1 ea4ecc38a8c6176dd747fe5a8bc73f75345d48739d9dad0140614c787a12b3fd [2021-04-09T22:10:37.155Z] $ docker rm -f ea4ecc38a8c6176dd747fe5a8bc73f75345d48739d9dad0140614c787a12b3fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:10:39.192Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T22:10:39.192Z] [2021-04-09T22:10:39.192Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:10:39.570Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T22:10:39.570Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-09T22:10:39.570Z] 29e5d40040c1: Pulling fs layer [2021-04-09T22:10:39.570Z] 1ce36da41761: Pulling fs layer [2021-04-09T22:10:39.570Z] 25b303627fd3: Pulling fs layer [2021-04-09T22:10:39.839Z] 29e5d40040c1: Verifying Checksum [2021-04-09T22:10:39.839Z] 29e5d40040c1: Download complete [2021-04-09T22:10:40.431Z] 1ce36da41761: Verifying Checksum [2021-04-09T22:10:40.431Z] 1ce36da41761: Download complete [2021-04-09T22:10:40.702Z] 29e5d40040c1: Pull complete [2021-04-09T22:10:41.677Z] 1ce36da41761: Pull complete [2021-04-09T22:10:41.835Z] 2021-04-09T22:10:39Z INFO Waiting for automatic snapd restart... [2021-04-09T22:10:41.950Z] 25b303627fd3: Verifying Checksum [2021-04-09T22:10:41.951Z] 25b303627fd3: Download complete [2021-04-09T22:10:52.100Z] 25b303627fd3: Pull complete [2021-04-09T22:10:52.100Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-09T22:10:52.100Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T22:10:52.100Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-09T22:10:52.358Z] prd-ubuntu18.04-docker-arm64-4c-16g-33473 does not seem to be running inside a container [2021-04-09T22:10:52.428Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-09T22:10:55.342Z] $ docker top 12d15d321be8330c81c4f8da311574903b5c2aca934cf3049fdb43ecf5d07bfe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T22:10:56.370Z] + docker-compose build --help [2021-04-09T22:10:56.370Z] + grep parallel [2021-04-09T22:10:56.790Z] lxd 4.12 from Canonical* installed [2021-04-09T22:10:56.790Z] + sudo lxd init --auto [2021-04-09T22:10:59.743Z] --parallel Build images in parallel. [Pipeline] } [2021-04-09T22:10:59.756Z] $ docker stop --time=1 12d15d321be8330c81c4f8da311574903b5c2aca934cf3049fdb43ecf5d07bfe [2021-04-09T22:11:01.595Z] $ docker rm -f 12d15d321be8330c81c4f8da311574903b5c2aca934cf3049fdb43ecf5d07bfe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:11:02.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-09T22:11:02.469Z] . [Pipeline] withDockerContainer [2021-04-09T22:11:02.714Z] prd-ubuntu18.04-docker-arm64-4c-16g-33473 does not seem to be running inside a container [2021-04-09T22:11:02.786Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-09T22:11:04.263Z] $ docker top cf769110674145f25c257065218b0471ae624397dd32db7a37fbda3c3f007ca2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T22:11:04.923Z] + sudo snap install --classic snapcraft [2021-04-09T22:11:05.284Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-09T22:11:09.572Z] Building docker-core-command-go ... [2021-04-09T22:11:09.572Z] Building docker-core-data-go ... [2021-04-09T22:11:09.572Z] Building docker-core-metadata-go ... [2021-04-09T22:11:09.572Z] Building docker-security-bootstrapper-go ... [2021-04-09T22:11:09.572Z] Building docker-security-proxy-setup-go ... [2021-04-09T22:11:09.572Z] Building docker-security-secretstore-setup-go ... [2021-04-09T22:11:09.572Z] Building docker-support-notifications-go ... [2021-04-09T22:11:09.572Z] Building docker-support-scheduler-go ... [2021-04-09T22:11:09.572Z] Building docker-sys-mgmt-agent-go ... [2021-04-09T22:11:09.572Z] Building docker-security-secretstore-setup-go [2021-04-09T22:11:09.572Z] Building docker-core-metadata-go [2021-04-09T22:11:09.572Z] Building docker-core-command-go [2021-04-09T22:11:09.572Z] Building docker-security-proxy-setup-go [2021-04-09T22:11:09.572Z] Building docker-security-bootstrapper-go [2021-04-09T22:11:13.061Z] snapcraft 4.6 from Canonical* installed [2021-04-09T22:11:13.061Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-04-09T22:11:13.061Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-04-09T22:11:13.061Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-09T22:11:13.061Z] Dload Upload Total Spent Left Speed [2021-04-09T22:11:13.061Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4384 0 --:--:-- --:--:-- --:--:-- 4354 [2021-04-09T22:11:13.061Z] 100 3325k 100 3325k 0 0 10.1M 0 --:--:-- --:--:-- --:--:-- 10.1M [2021-04-09T22:11:13.061Z] ./yq_linux_amd64 [2021-04-09T22:11:13.061Z] + sudo snapcraft prime --use-lxd [2021-04-09T22:11:14.456Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-04-09T22:11:14.456Z] 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-04-09T22:11:14.456Z] - README.md [2021-04-09T22:11:14.456Z] [2021-04-09T22:11:14.456Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-09T22:11:15.027Z] Launching a container. [2021-04-09T22:11:27.258Z] Waiting for container to be ready [2021-04-09T22:11:27.258Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-04-09T22:11:27.258Z] [2021-04-09T22:11:30.559Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-04-09T22:11:30.826Z] Waiting for network to be ready... [2021-04-09T22:11:31.396Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-09T22:11:31.396Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-09T22:11:31.656Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-09T22:11:31.917Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-09T22:11:31.917Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-09T22:11:32.178Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-09T22:11:32.178Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-09T22:11:32.178Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-09T22:11:32.178Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-09T22:11:32.178Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-09T22:11:32.178Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-09T22:11:32.178Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-09T22:11:32.443Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-09T22:11:32.443Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-09T22:11:32.443Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-09T22:11:32.443Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-09T22:11:32.443Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-09T22:11:32.443Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-09T22:11:32.443Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-09T22:11:32.704Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-09T22:11:32.704Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-09T22:11:32.704Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-09T22:11:32.704Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-09T22:11:32.704Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-09T22:11:32.704Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-09T22:11:32.704Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-09T22:11:32.964Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-09T22:11:37.163Z] Fetched 24.2 MB in 6s (4153 kB/s) [2021-04-09T22:11:38.109Z] Reading package lists... [2021-04-09T22:11:38.370Z] Reading package lists... [2021-04-09T22:11:38.632Z] Building dependency tree... [2021-04-09T22:11:38.632Z] Reading state information... [2021-04-09T22:11:38.632Z] The following additional packages will be installed: [2021-04-09T22:11:38.632Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-09T22:11:38.632Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-09T22:11:38.632Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-09T22:11:38.632Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-04-09T22:11:38.632Z] Suggested packages: [2021-04-09T22:11:38.632Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-04-09T22:11:38.632Z] Recommended packages: [2021-04-09T22:11:38.632Z] gnupg libsasl2-modules [2021-04-09T22:11:38.893Z] The following NEW packages will be installed: [2021-04-09T22:11:38.893Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-04-09T22:11:38.893Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-04-09T22:11:38.893Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-04-09T22:11:38.893Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-04-09T22:11:38.893Z] The following packages will be upgraded: [2021-04-09T22:11:38.893Z] gpg gpg-agent gpgconf libudev1 [2021-04-09T22:11:38.893Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-04-09T22:11:38.893Z] Need to get 3530 kB of archives. [2021-04-09T22:11:38.893Z] After this operation, 13.3 MB of additional disk space will be used. [2021-04-09T22:11:38.893Z] 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-04-09T22:11:38.893Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-04-09T22:11:39.155Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-04-09T22:11:39.155Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-04-09T22:11:39.155Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-04-09T22:11:39.155Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-04-09T22:11:39.725Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-04-09T22:11:39.725Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-04-09T22:11:39.725Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-04-09T22:11:39.725Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-04-09T22:11:39.725Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-04-09T22:11:39.725Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-04-09T22:11:39.725Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-04-09T22:11:39.725Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-04-09T22:11:39.725Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-04-09T22:11:39.725Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-04-09T22:11:39.725Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-04-09T22:11:39.725Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-04-09T22:11:39.726Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-04-09T22:11:39.726Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-04-09T22:11:39.726Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-04-09T22:11:39.726Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-04-09T22:11:39.985Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T22:11:39.985Z] Fetched 3530 kB in 1s (3450 kB/s) [2021-04-09T22:11:39.985Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-09T22:11:39.985Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-04-09T22:11:39.985Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T22:11:40.246Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-04-09T22:11:40.246Z] Selecting previously unselected package udev. [2021-04-09T22:11:40.246Z] (Reading database ... 12511 files and directories currently installed.) [2021-04-09T22:11:40.246Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-04-09T22:11:40.246Z] Unpacking udev (237-3ubuntu10.45) ... [2021-04-09T22:11:40.506Z] Selecting previously unselected package libfuse2:amd64. [2021-04-09T22:11:40.506Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-04-09T22:11:40.506Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-09T22:11:40.766Z] Selecting previously unselected package fuse. [2021-04-09T22:11:40.766Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-04-09T22:11:40.766Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-04-09T22:11:40.766Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T22:11:40.766Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T22:11:41.033Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T22:11:41.033Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T22:11:41.033Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T22:11:41.033Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T22:11:41.297Z] Selecting previously unselected package libksba8:amd64. [2021-04-09T22:11:41.298Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-04-09T22:11:41.298Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-04-09T22:11:41.298Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-04-09T22:11:41.298Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:11:41.298Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:41.298Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-04-09T22:11:41.298Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:11:41.557Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:41.557Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-04-09T22:11:41.557Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:11:41.557Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:41.557Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-04-09T22:11:41.557Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:11:41.557Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:41.817Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-04-09T22:11:41.817Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:11:41.817Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:41.817Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-04-09T22:11:41.817Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:11:41.817Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:41.817Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-04-09T22:11:41.817Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:11:41.817Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:42.077Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-04-09T22:11:42.077Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:11:42.077Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:42.077Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-04-09T22:11:42.077Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-04-09T22:11:42.077Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:42.338Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-04-09T22:11:42.338Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-09T22:11:42.338Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T22:11:42.338Z] Selecting previously unselected package libsasl2-2:amd64. [2021-04-09T22:11:42.338Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-04-09T22:11:42.338Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T22:11:42.338Z] Selecting previously unselected package libldap-common. [2021-04-09T22:11:42.338Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-04-09T22:11:42.338Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T22:11:42.598Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-04-09T22:11:42.598Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-04-09T22:11:42.598Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T22:11:42.598Z] Selecting previously unselected package dirmngr. [2021-04-09T22:11:42.598Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T22:11:42.598Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-09T22:11:42.598Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T22:11:42.863Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-04-09T22:11:42.863Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-04-09T22:11:42.863Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T22:11:42.863Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-04-09T22:11:42.863Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-04-09T22:11:42.863Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:42.863Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-04-09T22:11:43.133Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T22:11:43.133Z] Setting up udev (237-3ubuntu10.45) ... [2021-04-09T22:11:43.398Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-04-09T22:11:43.398Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:43.398Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-04-09T22:11:43.659Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-04-09T22:11:43.659Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-04-09T22:11:43.659Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:43.659Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:43.659Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:43.659Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:43.659Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:43.659Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:43.920Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-04-09T22:11:43.920Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-04-09T22:11:43.920Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-04-09T22:11:43.920Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T22:11:44.490Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-04-09T22:11:44.490Z] settings in the [Install] section, and DefaultInstance for template units). [2021-04-09T22:11:44.490Z] This means they are not meant to be enabled using systemctl. [2021-04-09T22:11:44.490Z] Possible reasons for having this kind of units are: [2021-04-09T22:11:44.490Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-04-09T22:11:44.490Z] .wants/ or .requires/ directory. [2021-04-09T22:11:44.490Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-04-09T22:11:44.490Z] a requirement dependency on it. [2021-04-09T22:11:44.490Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-04-09T22:11:44.490Z] D-Bus, udev, scripted systemctl call, ...). [2021-04-09T22:11:44.490Z] 4) In case of template units, the unit is meant to be enabled with some [2021-04-09T22:11:44.490Z] instance name specified. [2021-04-09T22:11:44.750Z] Reading package lists... [2021-04-09T22:11:45.009Z] Building dependency tree... [2021-04-09T22:11:45.009Z] Reading state information... [2021-04-09T22:11:45.009Z] The following additional packages will be installed: [2021-04-09T22:11:45.009Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-04-09T22:11:45.009Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-04-09T22:11:45.009Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-04-09T22:11:45.009Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-04-09T22:11:45.009Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-04-09T22:11:45.009Z] Suggested packages: [2021-04-09T22:11:45.009Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-04-09T22:11:45.009Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-04-09T22:11:45.009Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-04-09T22:11:45.009Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-04-09T22:11:45.009Z] systemd-container policykit-1 [2021-04-09T22:11:45.009Z] Recommended packages: [2021-04-09T22:11:45.009Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-04-09T22:11:45.270Z] The following NEW packages will be installed: [2021-04-09T22:11:45.270Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-04-09T22:11:45.270Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-04-09T22:11:45.270Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-04-09T22:11:45.270Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-04-09T22:11:45.270Z] python3.6-minimal snapd squashfs-tools sudo [2021-04-09T22:11:45.270Z] The following packages will be upgraded: [2021-04-09T22:11:45.270Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-04-09T22:11:45.270Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-04-09T22:11:45.270Z] Need to get 35.2 MB of archives. [2021-04-09T22:11:45.270Z] After this operation, 141 MB of additional disk space will be used. [2021-04-09T22:11:45.270Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-04-09T22:11:45.270Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] [2021-04-09T22:11:46.211Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-04-09T22:11:46.211Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-04-09T22:11:46.211Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-04-09T22:11:46.211Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-04-09T22:11:46.211Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-04-09T22:11:46.211Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] [2021-04-09T22:11:46.211Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] [2021-04-09T22:11:46.211Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-04-09T22:11:46.211Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-04-09T22:11:46.211Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-04-09T22:11:46.211Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-04-09T22:11:46.211Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-04-09T22:11:46.211Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-04-09T22:11:46.211Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-04-09T22:11:46.211Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-04-09T22:11:46.211Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-04-09T22:11:46.211Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-04-09T22:11:46.211Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-04-09T22:11:46.211Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-04-09T22:11:46.211Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-04-09T22:11:46.211Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-04-09T22:11:46.211Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-04-09T22:11:46.211Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-04-09T22:11:46.471Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-04-09T22:11:46.471Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-04-09T22:11:46.471Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-04-09T22:11:46.471Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-04-09T22:11:46.471Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-04-09T22:11:47.863Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T22:11:47.863Z] Fetched 35.2 MB in 2s (14.7 MB/s) [2021-04-09T22:11:47.863Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T22:11:47.863Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-04-09T22:11:47.863Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T22:11:48.432Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-04-09T22:11:48.692Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T22:11:48.692Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-04-09T22:11:48.692Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T22:11:48.692Z] Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... [2021-04-09T22:11:48.953Z] Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... [2021-04-09T22:11:48.953Z] Setting up libapt-pkg5.0:amd64 (1.6.13) ... [2021-04-09T22:11:49.213Z] (Reading database ... 12757 files and directories currently installed.) [2021-04-09T22:11:49.213Z] Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... [2021-04-09T22:11:49.213Z] Unpacking apt (1.6.13) over (1.6.1) ... [2021-04-09T22:11:49.473Z] Setting up apt (1.6.13) ... [2021-04-09T22:11:49.473Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-04-09T22:11:50.043Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-04-09T22:11:50.043Z] (Reading database ... 12764 files and directories currently installed.) [2021-04-09T22:11:50.043Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-09T22:11:50.043Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-09T22:11:50.303Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-04-09T22:11:50.303Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T22:11:50.303Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:11:50.563Z] Selecting previously unselected package libexpat1:amd64. [2021-04-09T22:11:50.563Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-04-09T22:11:50.563Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-09T22:11:50.563Z] Selecting previously unselected package python3.6-minimal. [2021-04-09T22:11:50.563Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T22:11:50.563Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:11:50.824Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-09T22:11:51.085Z] Checking for services that may need to be restarted...done. [2021-04-09T22:11:51.086Z] Checking for services that may need to be restarted...done. [2021-04-09T22:11:51.086Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:11:51.086Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-04-09T22:11:51.086Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:11:51.656Z] Selecting previously unselected package python3-minimal. [2021-04-09T22:11:51.656Z] (Reading database ... 13012 files and directories currently installed.) [2021-04-09T22:11:51.656Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-04-09T22:11:51.656Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-04-09T22:11:51.656Z] Selecting previously unselected package mime-support. [2021-04-09T22:11:51.656Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-04-09T22:11:51.656Z] Unpacking mime-support (3.60ubuntu1) ... [2021-04-09T22:11:51.916Z] Selecting previously unselected package libmpdec2:amd64. [2021-04-09T22:11:51.916Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-04-09T22:11:51.916Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-09T22:11:51.916Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-04-09T22:11:51.916Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T22:11:51.916Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:11:52.178Z] Selecting previously unselected package python3.6. [2021-04-09T22:11:52.178Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-04-09T22:11:52.178Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:11:52.439Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-04-09T22:11:52.439Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-04-09T22:11:52.439Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-09T22:11:52.439Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-04-09T22:11:53.011Z] Selecting previously unselected package python3. [2021-04-09T22:11:53.011Z] (Reading database ... 13442 files and directories currently installed.) [2021-04-09T22:11:53.011Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-04-09T22:11:53.011Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-04-09T22:11:53.011Z] Selecting previously unselected package multiarch-support. [2021-04-09T22:11:53.011Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T22:11:53.011Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-04-09T22:11:53.011Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-04-09T22:11:53.274Z] Selecting previously unselected package liblzo2-2:amd64. [2021-04-09T22:11:53.274Z] (Reading database ... 13479 files and directories currently installed.) [2021-04-09T22:11:53.274Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-04-09T22:11:53.274Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-04-09T22:11:53.274Z] Selecting previously unselected package libbsd0:amd64. [2021-04-09T22:11:53.274Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-04-09T22:11:53.274Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-09T22:11:53.535Z] Selecting previously unselected package sudo. [2021-04-09T22:11:53.535Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-04-09T22:11:53.535Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-09T22:11:53.536Z] Selecting previously unselected package apparmor. [2021-04-09T22:11:53.536Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-04-09T22:11:53.536Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-04-09T22:11:53.796Z] Selecting previously unselected package libedit2:amd64. [2021-04-09T22:11:53.796Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-04-09T22:11:53.796Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-04-09T22:11:53.796Z] Selecting previously unselected package libkrb5support0:amd64. [2021-04-09T22:11:53.796Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T22:11:53.796Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:11:54.058Z] Selecting previously unselected package libk5crypto3:amd64. [2021-04-09T22:11:54.058Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T22:11:54.058Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:11:54.058Z] Selecting previously unselected package libkeyutils1:amd64. [2021-04-09T22:11:54.058Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-04-09T22:11:54.058Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-09T22:11:54.319Z] Selecting previously unselected package libkrb5-3:amd64. [2021-04-09T22:11:54.319Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T22:11:54.319Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:11:54.319Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-04-09T22:11:54.319Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-04-09T22:11:54.319Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:11:54.580Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-04-09T22:11:54.580Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-04-09T22:11:54.580Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-09T22:11:54.580Z] Selecting previously unselected package openssh-client. [2021-04-09T22:11:54.580Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-04-09T22:11:54.580Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-09T22:11:54.841Z] Selecting previously unselected package squashfs-tools. [2021-04-09T22:11:54.841Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-04-09T22:11:54.841Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-09T22:11:54.841Z] Selecting previously unselected package snapd. [2021-04-09T22:11:54.841Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-04-09T22:11:55.103Z] Unpacking snapd (2.48.3+18.04) ... [2021-04-09T22:11:57.018Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-04-09T22:11:57.283Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-04-09T22:11:57.283Z] Setting up mime-support (3.60ubuntu1) ... [2021-04-09T22:11:57.283Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-04-09T22:11:57.545Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-04-09T22:11:57.545Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:11:57.545Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T22:11:57.545Z] Setting up systemd (237-3ubuntu10.45) ... [2021-04-09T22:11:57.545Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-04-09T22:11:58.933Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-04-09T22:11:58.933Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-04-09T22:11:58.933Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-04-09T22:11:58.933Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:11:58.933Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:11:58.933Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-04-09T22:11:59.874Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-04-09T22:11:59.874Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:11:59.874Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-04-09T22:11:59.874Z] Setting up python3 (3.6.7-1~18.04) ... [2021-04-09T22:11:59.874Z] running python rtupdate hooks for python3.6... [2021-04-09T22:11:59.874Z] running python post-rtupdate hooks for python3.6... [2021-04-09T22:12:00.134Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-04-09T22:12:01.522Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-04-09T22:12:01.522Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-04-09T22:12:01.783Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-04-09T22:12:01.783Z] Setting up snapd (2.48.3+18.04) ... [2021-04-09T22:12:02.356Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-04-09T22:12:02.620Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-04-09T22:12:02.881Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-04-09T22:12:02.881Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-04-09T22:12:03.143Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-09T22:12:03.143Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-04-09T22:12:03.404Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-04-09T22:12:03.666Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-04-09T22:12:03.928Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-04-09T22:12:03.928Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-04-09T22:12:04.190Z] /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-04-09T22:12:04.190Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-04-09T22:12:04.190Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-09T22:12:05.577Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T22:12:05.577Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T22:12:05.577Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T22:12:06.965Z] Reading package lists... [2021-04-09T22:12:06.965Z] Reading package lists... [2021-04-09T22:12:07.225Z] Building dependency tree... [2021-04-09T22:12:07.225Z] Reading state information... [2021-04-09T22:12:07.225Z] Calculating upgrade... [2021-04-09T22:12:07.486Z] The following packages will be upgraded: [2021-04-09T22:12:07.486Z] advancecomp base-files bash binutils binutils-common [2021-04-09T22:12:07.486Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-04-09T22:12:07.486Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-04-09T22:12:07.486Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-04-09T22:12:07.486Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-04-09T22:12:07.486Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-04-09T22:12:07.486Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-04-09T22:12:07.486Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-04-09T22:12:07.486Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-04-09T22:12:07.486Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-04-09T22:12:07.486Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-04-09T22:12:07.486Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-04-09T22:12:07.486Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-04-09T22:12:07.486Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-04-09T22:12:07.486Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-04-09T22:12:07.486Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T22:12:07.486Z] Need to get 63.8 MB of archives. [2021-04-09T22:12:07.486Z] After this operation, 5208 kB of additional disk space will be used. [2021-04-09T22:12:07.486Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] [2021-04-09T22:12:07.753Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-04-09T22:12:07.753Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-04-09T22:12:07.753Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-04-09T22:12:07.753Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-04-09T22:12:07.753Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-04-09T22:12:07.753Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-04-09T22:12:07.753Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-04-09T22:12:07.753Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-04-09T22:12:07.753Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-04-09T22:12:07.753Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-04-09T22:12:07.753Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-04-09T22:12:07.753Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-04-09T22:12:07.753Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-04-09T22:12:07.753Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-04-09T22:12:07.753Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-04-09T22:12:07.753Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-04-09T22:12:07.753Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-04-09T22:12:07.753Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-04-09T22:12:07.753Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-04-09T22:12:07.753Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-04-09T22:12:07.753Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-04-09T22:12:07.753Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-04-09T22:12:07.753Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-04-09T22:12:08.015Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-04-09T22:12:08.015Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-04-09T22:12:08.015Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-04-09T22:12:08.015Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-04-09T22:12:08.015Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-04-09T22:12:08.015Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-04-09T22:12:08.015Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-04-09T22:12:08.015Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-04-09T22:12:08.015Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-04-09T22:12:08.015Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-04-09T22:12:08.015Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-04-09T22:12:08.015Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-04-09T22:12:08.015Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-04-09T22:12:08.015Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-04-09T22:12:08.015Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-04-09T22:12:08.015Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] [2021-04-09T22:12:08.015Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-04-09T22:12:08.015Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-04-09T22:12:08.015Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-04-09T22:12:08.015Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-04-09T22:12:08.015Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-04-09T22:12:08.015Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-04-09T22:12:08.015Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-04-09T22:12:08.015Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-04-09T22:12:08.015Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-04-09T22:12:08.015Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-04-09T22:12:08.015Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-04-09T22:12:08.015Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-04-09T22:12:08.015Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-04-09T22:12:08.015Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-04-09T22:12:08.015Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-04-09T22:12:08.286Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-04-09T22:12:08.549Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-04-09T22:12:08.549Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-04-09T22:12:08.549Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-04-09T22:12:08.549Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-04-09T22:12:08.549Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-04-09T22:12:08.549Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-04-09T22:12:08.549Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-04-09T22:12:08.549Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-04-09T22:12:08.549Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-04-09T22:12:08.549Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-04-09T22:12:08.549Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-04-09T22:12:08.549Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-04-09T22:12:08.549Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-04-09T22:12:08.549Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-04-09T22:12:08.811Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-04-09T22:12:08.811Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-04-09T22:12:08.811Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-04-09T22:12:08.811Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-04-09T22:12:08.811Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-04-09T22:12:08.811Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-04-09T22:12:08.811Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-04-09T22:12:08.811Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-04-09T22:12:08.811Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-04-09T22:12:08.811Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-04-09T22:12:08.811Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-04-09T22:12:08.811Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-04-09T22:12:08.811Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-04-09T22:12:08.811Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-04-09T22:12:08.811Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-04-09T22:12:08.811Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-04-09T22:12:09.074Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-04-09T22:12:09.074Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-04-09T22:12:09.074Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-04-09T22:12:09.074Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2021-04-09T22:12:09.074Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-04-09T22:12:09.074Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-04-09T22:12:09.074Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-04-09T22:12:09.074Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-04-09T22:12:09.074Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-04-09T22:12:09.074Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-04-09T22:12:09.074Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-04-09T22:12:09.074Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-04-09T22:12:09.074Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-04-09T22:12:09.336Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T22:12:09.336Z] Fetched 63.8 MB in 2s (37.6 MB/s) [2021-04-09T22:12:09.598Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:09.598Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T22:12:09.598Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T22:12:10.549Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T22:12:10.549Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T22:12:10.549Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... [2021-04-09T22:12:10.549Z] Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... [2021-04-09T22:12:11.494Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:11.494Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:12:11.494Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:11.494Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:12:11.756Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:11.756Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:12:11.756Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:11.756Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:12:12.018Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:12.018Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:12:12.018Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:12.018Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:12:12.280Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:12.280Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:12:12.280Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:12:12.540Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T22:12:12.540Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:12.540Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-04-09T22:12:12.540Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:12:12.540Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T22:12:12.540Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:12.540Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:12:12.803Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:12.803Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:12:12.803Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:13.064Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-04-09T22:12:13.064Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:12:13.326Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T22:12:13.326Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T22:12:13.587Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T22:12:14.161Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-04-09T22:12:14.734Z] (Reading database ... 13911 files and directories currently installed.) [2021-04-09T22:12:14.734Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-04-09T22:12:14.734Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-04-09T22:12:14.734Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-04-09T22:12:14.734Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-04-09T22:12:15.307Z] Setting up base-files (10.1ubuntu2.10) ... [2021-04-09T22:12:15.307Z] Installing new version of config file /etc/issue ... [2021-04-09T22:12:15.307Z] Installing new version of config file /etc/issue.net ... [2021-04-09T22:12:15.307Z] Installing new version of config file /etc/lsb-release ... [2021-04-09T22:12:15.307Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-04-09T22:12:15.569Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-04-09T22:12:15.830Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-04-09T22:12:15.830Z] Removing obsolete conffile /etc/default/motd-news ... [2021-04-09T22:12:15.830Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:15.830Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-04-09T22:12:15.830Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-04-09T22:12:16.092Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-04-09T22:12:16.353Z] 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-04-09T22:12:16.614Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:16.614Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:12:16.614Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-04-09T22:12:16.614Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:12:16.876Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:16.876Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-04-09T22:12:16.876Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-04-09T22:12:17.137Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-04-09T22:12:17.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:17.399Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-04-09T22:12:17.399Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-09T22:12:17.661Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-04-09T22:12:17.661Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:17.661Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T22:12:17.661Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T22:12:17.661Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T22:12:17.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:17.922Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T22:12:18.183Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T22:12:18.445Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-04-09T22:12:18.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:18.445Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-04-09T22:12:18.445Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-04-09T22:12:18.445Z] Setting up grep (3.1-2build1) ... [2021-04-09T22:12:18.705Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:18.705Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-09T22:12:18.705Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-09T22:12:18.705Z] Setting up login (1:4.5-1ubuntu2) ... [2021-04-09T22:12:19.277Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:19.277Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T22:12:19.277Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T22:12:19.277Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-04-09T22:12:19.277Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:19.277Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T22:12:19.538Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T22:12:20.110Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T22:12:20.111Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T22:12:20.111Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-04-09T22:12:20.111Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T22:12:20.684Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-04-09T22:12:20.947Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:20.947Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-04-09T22:12:20.947Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-04-09T22:12:21.891Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-09T22:12:21.891Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-09T22:12:22.153Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-04-09T22:12:22.153Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-04-09T22:12:22.153Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-04-09T22:12:22.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:22.418Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-04-09T22:12:22.418Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-04-09T22:12:22.688Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-04-09T22:12:22.688Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:22.688Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:12:22.688Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:12:22.949Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:12:22.949Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:22.949Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:12:22.949Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:12:22.949Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:12:23.210Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:23.210Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:12:23.210Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:12:23.479Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:12:23.479Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:23.479Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:12:23.479Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:12:23.741Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:12:23.741Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:23.741Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T22:12:23.741Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T22:12:23.741Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T22:12:23.741Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T22:12:24.001Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T22:12:24.001Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:24.001Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-04-09T22:12:24.001Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T22:12:24.264Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T22:12:24.264Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:24.264Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:12:24.264Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:12:24.264Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:12:24.525Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:24.525Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:12:24.525Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:12:24.525Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:12:24.786Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:24.786Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:12:24.786Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:12:25.360Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:12:25.622Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-04-09T22:12:25.884Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-04-09T22:12:25.884Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:25.884Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-04-09T22:12:25.884Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-04-09T22:12:26.146Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-04-09T22:12:26.408Z] (Reading database ... 13912 files and directories currently installed.) [2021-04-09T22:12:26.408Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-04-09T22:12:26.408Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-04-09T22:12:26.670Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-04-09T22:12:26.670Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:26.670Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-04-09T22:12:26.944Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-04-09T22:12:26.944Z] Setting up debconf (1.5.66ubuntu1) ... [2021-04-09T22:12:27.264Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:27.264Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-04-09T22:12:27.264Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-09T22:12:27.264Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-04-09T22:12:27.549Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:27.549Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-04-09T22:12:27.549Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-04-09T22:12:27.549Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-04-09T22:12:27.837Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:27.837Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T22:12:27.837Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T22:12:27.837Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T22:12:28.139Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:28.139Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T22:12:28.139Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T22:12:28.139Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T22:12:28.442Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:28.442Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-04-09T22:12:28.442Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T22:12:28.724Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T22:12:28.995Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:28.995Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-04-09T22:12:28.995Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-04-09T22:12:28.995Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-04-09T22:12:28.995Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-04-09T22:12:29.257Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T22:12:29.257Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T22:12:29.257Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T22:12:29.257Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:29.257Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-04-09T22:12:29.518Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-04-09T22:12:29.518Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-04-09T22:12:29.779Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:29.779Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-04-09T22:12:29.779Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-04-09T22:12:29.779Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-04-09T22:12:30.726Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:30.726Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-04-09T22:12:30.726Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-04-09T22:12:30.726Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-04-09T22:12:30.726Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:30.726Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-04-09T22:12:30.726Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-04-09T22:12:30.987Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-04-09T22:12:30.987Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:30.987Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-04-09T22:12:30.987Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-04-09T22:12:31.337Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:12:31.337Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:12:31.337Z] ---> 312c31e079b4 [2021-04-09T22:12:31.337Z] Step 3/31 : WORKDIR /edgex-go [2021-04-09T22:12:31.337Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:12:31.337Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:12:31.337Z] ---> 312c31e079b4 [2021-04-09T22:12:31.337Z] Step 3/24 : WORKDIR /edgex-go [2021-04-09T22:12:31.337Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:12:31.337Z] [2021-04-09T22:12:31.337Z] Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:12:31.337Z] [2021-04-09T22:12:31.337Z] ---> 312c31e079b4 [2021-04-09T22:12:31.337Z] ---> 312c31e079b4 [2021-04-09T22:12:31.337Z] Step 3/21 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go [2021-04-09T22:12:31.337Z] [2021-04-09T22:12:31.337Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:12:31.337Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:12:31.337Z] ---> 312c31e079b4 [2021-04-09T22:12:31.337Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T22:12:31.337Z] ---> Running in 5ff64e53f729 [2021-04-09T22:12:31.337Z] ---> Running in cc8531722dfc [2021-04-09T22:12:31.337Z] ---> Running in 46091db602a9 [2021-04-09T22:12:31.337Z] ---> Running in 140e2f9aba26 [2021-04-09T22:12:31.337Z] ---> Running in a280ee4d1e93 [2021-04-09T22:12:31.337Z] Removing intermediate container cc8531722dfc [2021-04-09T22:12:31.337Z] ---> 88185e13b6cd [2021-04-09T22:12:31.337Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:12:31.337Z] Removing intermediate container 5ff64e53f729 [2021-04-09T22:12:31.337Z] ---> 1b160be3d1ff [2021-04-09T22:12:31.337Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:12:31.337Z] Removing intermediate container 140e2f9aba26 [2021-04-09T22:12:31.337Z] Removing intermediate container 46091db602a9 [2021-04-09T22:12:31.337Z] ---> 5c4fa81601ef [2021-04-09T22:12:31.337Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:12:31.337Z] ---> 59acff0eae73 [2021-04-09T22:12:31.337Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:12:31.337Z] Removing intermediate container a280ee4d1e93 [2021-04-09T22:12:31.337Z] ---> e6efcc70784a [2021-04-09T22:12:31.337Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:12:31.337Z] ---> Running in de6e29bde74a [2021-04-09T22:12:31.337Z] ---> Running in 130cd2d9378d [2021-04-09T22:12:31.337Z] ---> Running in b5eacfcf316a [2021-04-09T22:12:31.337Z] ---> Running in 454ffd34b2ab [2021-04-09T22:12:31.337Z] ---> Running in 9bb7972fecbc [2021-04-09T22:12:31.337Z] Removing intermediate container de6e29bde74a [2021-04-09T22:12:31.337Z] ---> f7b9023de1ff [2021-04-09T22:12:31.337Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T22:12:31.337Z] Removing intermediate container 130cd2d9378d [2021-04-09T22:12:31.337Z] ---> ca83d5a518f2 [2021-04-09T22:12:31.337Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-09T22:12:31.337Z] ---> Running in 90810ae42e5e [2021-04-09T22:12:31.337Z] ---> Running in 9cb150c8dbfa [2021-04-09T22:12:31.337Z] Removing intermediate container b5eacfcf316a [2021-04-09T22:12:31.337Z] ---> f9eb75a9b12e [2021-04-09T22:12:31.337Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-09T22:12:31.337Z] ---> Running in 845a673934b0 [2021-04-09T22:12:31.337Z] Removing intermediate container 454ffd34b2ab [2021-04-09T22:12:31.337Z] ---> 865f965ee5b0 [2021-04-09T22:12:31.337Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-09T22:12:31.337Z] Removing intermediate container 9bb7972fecbc [2021-04-09T22:12:31.337Z] ---> 113df9b03de0 [2021-04-09T22:12:31.337Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-09T22:12:31.337Z] ---> Running in 43bc32df63d6 [2021-04-09T22:12:31.337Z] ---> Running in bd7b5ca1b704 [2021-04-09T22:12:31.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:12:31.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:12:31.558Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-04-09T22:12:31.558Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:31.558Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-04-09T22:12:31.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:12:31.819Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-04-09T22:12:31.819Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-04-09T22:12:31.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:12:31.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:12:32.079Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:32.079Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-04-09T22:12:32.079Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-04-09T22:12:32.079Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-04-09T22:12:32.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:12:32.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:12:32.340Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:32.340Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-04-09T22:12:32.340Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-04-09T22:12:32.340Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-04-09T22:12:32.340Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:32.340Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-04-09T22:12:32.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:12:32.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:12:32.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:12:32.600Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-04-09T22:12:32.600Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-04-09T22:12:32.600Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:32.600Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-04-09T22:12:32.600Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-04-09T22:12:32.860Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-04-09T22:12:32.860Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:32.860Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-04-09T22:12:32.860Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-04-09T22:12:33.035Z] OK: 217 MiB in 51 packages [2021-04-09T22:12:33.035Z] OK: 217 MiB in 51 packages [2021-04-09T22:12:33.121Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-04-09T22:12:33.121Z] (Reading database ... 13914 files and directories currently installed.) [2021-04-09T22:12:33.121Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2021-04-09T22:12:33.121Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2021-04-09T22:12:33.313Z] OK: 217 MiB in 51 packages [2021-04-09T22:12:33.313Z] OK: 217 MiB in 51 packages [2021-04-09T22:12:33.313Z] OK: 217 MiB in 51 packages [2021-04-09T22:12:33.380Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2021-04-09T22:12:33.381Z] (Reading database ... 13915 files and directories currently installed.) [2021-04-09T22:12:33.381Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-09T22:12:33.381Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-09T22:12:33.381Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-04-09T22:12:33.381Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-04-09T22:12:33.641Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... [2021-04-09T22:12:33.641Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... [2021-04-09T22:12:33.907Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-04-09T22:12:33.907Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-04-09T22:12:34.168Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-04-09T22:12:34.168Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-04-09T22:12:34.168Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-04-09T22:12:34.168Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-04-09T22:12:34.428Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-04-09T22:12:34.428Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-04-09T22:12:34.428Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-04-09T22:12:34.428Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-04-09T22:12:34.689Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-04-09T22:12:34.689Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-04-09T22:12:34.689Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-04-09T22:12:34.750Z] Removing intermediate container 9cb150c8dbfa [2021-04-09T22:12:34.750Z] ---> ccda5943eee4 [2021-04-09T22:12:34.750Z] Step 6/23 : COPY go.mod . [2021-04-09T22:12:34.949Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-04-09T22:12:34.949Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-04-09T22:12:34.949Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-04-09T22:12:35.023Z] Removing intermediate container 90810ae42e5e [2021-04-09T22:12:35.023Z] ---> a6157240dde0 [2021-04-09T22:12:35.023Z] Step 6/24 : COPY go.mod . [2021-04-09T22:12:35.209Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-04-09T22:12:35.209Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-04-09T22:12:35.295Z] Removing intermediate container bd7b5ca1b704 [2021-04-09T22:12:35.295Z] ---> 03a92343a06b [2021-04-09T22:12:35.295Z] Step 6/31 : COPY go.mod . [2021-04-09T22:12:35.574Z] Removing intermediate container 43bc32df63d6 [2021-04-09T22:12:35.574Z] ---> f01fba1e3943 [2021-04-09T22:12:35.574Z] Step 6/21 : COPY go.mod . [2021-04-09T22:12:35.574Z] Removing intermediate container 845a673934b0 [2021-04-09T22:12:35.574Z] ---> 92bb5ddc7641 [2021-04-09T22:12:35.574Z] Step 6/23 : COPY go.mod . [2021-04-09T22:12:35.574Z] ---> c6460f0983f0 [2021-04-09T22:12:35.574Z] Step 7/23 : RUN go mod download [2021-04-09T22:12:35.849Z] ---> Running in 7af40d100b4f [2021-04-09T22:12:36.125Z] ---> 64a16b0f4192 [2021-04-09T22:12:36.125Z] Step 7/24 : RUN go mod download [2021-04-09T22:12:36.404Z] ---> 9f024936bbe4 [2021-04-09T22:12:36.404Z] Step 7/31 : RUN go mod download [2021-04-09T22:12:36.404Z] ---> Running in 73aabdf26761 [2021-04-09T22:12:36.592Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-04-09T22:12:36.592Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-04-09T22:12:36.592Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-04-09T22:12:36.592Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-04-09T22:12:36.592Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T22:12:36.592Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T22:12:36.674Z] ---> 1e0efd7347f6 [2021-04-09T22:12:36.674Z] Step 7/23 : RUN go mod download [2021-04-09T22:12:36.674Z] ---> 6f8c34209c3f [2021-04-09T22:12:36.674Z] Step 7/21 : RUN go mod download [2021-04-09T22:12:36.674Z] ---> Running in 5fa816aec4fb [2021-04-09T22:12:36.948Z] ---> Running in d07ef70ba859 [2021-04-09T22:12:36.948Z] ---> Running in 71368e5759bd [2021-04-09T22:12:37.163Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T22:12:37.163Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T22:12:37.163Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T22:12:37.163Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T22:12:37.423Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-04-09T22:12:37.423Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-04-09T22:12:37.423Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:37.423Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:12:37.683Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:37.683Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:12:37.943Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:37.943Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:12:37.943Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:37.943Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:12:38.882Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:38.882Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:12:39.821Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:39.821Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:12:40.374Z] Removing intermediate container 7af40d100b4f [2021-04-09T22:12:40.375Z] ---> 5b178abe7893 [2021-04-09T22:12:40.375Z] Step 8/23 : COPY . . [2021-04-09T22:12:40.761Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:40.762Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:12:41.022Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:41.022Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:12:41.361Z] Removing intermediate container 73aabdf26761 [2021-04-09T22:12:41.361Z] ---> aa3bad1d026f [2021-04-09T22:12:41.361Z] Step 8/24 : COPY . . [2021-04-09T22:12:41.962Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-04-09T22:12:41.962Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-04-09T22:12:41.962Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T22:12:41.963Z] Removing intermediate container d07ef70ba859 [2021-04-09T22:12:41.963Z] ---> d4d3f593ca28 [2021-04-09T22:12:41.963Z] Step 8/21 : COPY . . [2021-04-09T22:12:41.963Z] Removing intermediate container 5fa816aec4fb [2021-04-09T22:12:41.963Z] ---> 1514034709c2 [2021-04-09T22:12:41.963Z] Step 8/31 : COPY . . [2021-04-09T22:12:42.222Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T22:12:42.222Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-04-09T22:12:42.222Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-09T22:12:42.483Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-04-09T22:12:42.483Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-04-09T22:12:42.483Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-04-09T22:12:42.483Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-04-09T22:12:42.567Z] Removing intermediate container 71368e5759bd [2021-04-09T22:12:42.567Z] ---> 639c32f2de4e [2021-04-09T22:12:42.567Z] Step 8/23 : COPY . . [2021-04-09T22:12:42.747Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T22:12:42.747Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T22:12:42.747Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-04-09T22:12:42.747Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-04-09T22:12:43.009Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-04-09T22:12:43.009Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-04-09T22:12:43.009Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:12:43.009Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-04-09T22:12:43.269Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:12:43.269Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:12:43.269Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:12:43.269Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-04-09T22:12:43.269Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-04-09T22:12:43.269Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-04-09T22:12:43.529Z] [2021-04-09T22:12:43.529Z] Current default time zone: 'Etc/UTC' [2021-04-09T22:12:43.529Z] Local time is now: Fri Apr 9 22:12:43 UTC 2021. [2021-04-09T22:12:43.529Z] Universal Time is now: Fri Apr 9 22:12:43 UTC 2021. [2021-04-09T22:12:43.529Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-04-09T22:12:43.529Z] [2021-04-09T22:12:43.529Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-04-09T22:12:43.529Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:12:43.529Z] Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... [2021-04-09T22:12:43.529Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-04-09T22:12:43.529Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-04-09T22:12:43.790Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-04-09T22:12:43.790Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-04-09T22:12:43.791Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-04-09T22:12:43.791Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-04-09T22:12:43.791Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-04-09T22:12:43.791Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:12:43.791Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-04-09T22:12:44.051Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:12:44.051Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-09T22:12:44.051Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:12:44.051Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-04-09T22:12:44.313Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-04-09T22:12:44.313Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-04-09T22:12:44.313Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... [2021-04-09T22:12:44.313Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-04-09T22:12:44.313Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-04-09T22:12:44.313Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-04-09T22:12:44.313Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-04-09T22:12:45.697Z] Updating certificates in /etc/ssl/certs... [2021-04-09T22:12:46.639Z] 23 added, 27 removed; done. [2021-04-09T22:12:46.639Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-04-09T22:12:46.639Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-04-09T22:12:46.639Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-04-09T22:12:46.639Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-04-09T22:12:46.639Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-04-09T22:12:46.899Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:12:46.899Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-04-09T22:12:46.899Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:12:46.899Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:12:46.899Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:12:46.899Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:12:46.899Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:12:46.899Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-04-09T22:12:46.899Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-04-09T22:12:47.159Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-04-09T22:12:47.159Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-04-09T22:12:47.159Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-04-09T22:12:47.159Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:12:47.159Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-04-09T22:12:47.159Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-04-09T22:12:47.159Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-04-09T22:12:47.159Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-04-09T22:12:47.420Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-09T22:12:47.420Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-04-09T22:12:47.420Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-04-09T22:12:47.420Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-04-09T22:12:47.420Z] Updating certificates in /etc/ssl/certs... [2021-04-09T22:12:47.991Z] 0 added, 0 removed; done. [2021-04-09T22:12:47.991Z] Running hooks in /etc/ca-certificates/update.d... [2021-04-09T22:12:47.991Z] done. [2021-04-09T22:12:48.561Z] Reading package lists... [2021-04-09T22:12:48.822Z] Building dependency tree... [2021-04-09T22:12:48.822Z] Reading state information... [2021-04-09T22:12:49.083Z] The following NEW packages will be installed: [2021-04-09T22:12:49.083Z] apt-transport-https [2021-04-09T22:12:49.344Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T22:12:49.344Z] Need to get 1692 B of archives. [2021-04-09T22:12:49.344Z] After this operation, 154 kB of additional disk space will be used. [2021-04-09T22:12:49.344Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] [2021-04-09T22:12:49.344Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T22:12:49.344Z] Fetched 1692 B in 0s (8475 B/s) [2021-04-09T22:12:49.344Z] Selecting previously unselected package apt-transport-https. [2021-04-09T22:12:49.344Z] (Reading database ... 13920 files and directories currently installed.) [2021-04-09T22:12:49.344Z] Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... [2021-04-09T22:12:49.603Z] Unpacking apt-transport-https (1.6.13) ... [2021-04-09T22:12:49.603Z] Setting up apt-transport-https (1.6.13) ... [2021-04-09T22:12:49.863Z] Waiting for network to be ready... [2021-04-09T22:12:58.002Z] 2021-04-09T22:12:53Z INFO Waiting for automatic snapd restart... [2021-04-09T22:12:58.002Z] snapd 2.49.2 from Canonical* installed [2021-04-09T22:12:58.944Z] "snapd" switched to the "latest/stable" channel [2021-04-09T22:12:58.944Z] [2021-04-09T22:13:03.159Z] core18 20210309 from Canonical* installed [2021-04-09T22:13:03.159Z] "core18" switched to the "latest/stable" channel [2021-04-09T22:13:03.159Z] [2021-04-09T22:13:09.394Z] ---> 64bdaef059c2 [2021-04-09T22:13:09.394Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-09T22:13:09.394Z] ---> b272ca8565f5 [2021-04-09T22:13:09.394Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-09T22:13:09.394Z] ---> 33ba8ffe110e [2021-04-09T22:13:09.394Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-09T22:13:09.394Z] ---> 0d04730e3422 [2021-04-09T22:13:09.394Z] ---> Running in ebbfdff71bff [2021-04-09T22:13:09.394Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> Running in 489d6b1d7cf3 [2021-04-09T22:13:09.394Z] [2021-04-09T22:13:09.394Z] ---> Running in 477b17e6d149 [2021-04-09T22:13:09.394Z] ---> 3f5f16e8154b [2021-04-09T22:13:09.394Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-09T22:13:09.394Z] ---> Running in ce984b039c79 [2021-04-09T22:13:09.394Z] ---> Running in 79c7a8b2f5fd [2021-04-09T22:13:09.671Z] 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-04-09T22:13:09.671Z] 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-04-09T22:13:09.671Z] 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-04-09T22:13:09.758Z] snapcraft 4.6 from Canonical* installed [2021-04-09T22:13:09.758Z] "snapcraft" switched to the "latest/stable" channel [2021-04-09T22:13:09.758Z] [2021-04-09T22:13:09.955Z] 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-04-09T22:13:10.233Z] 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-04-09T22:13:13.062Z] 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-04-09T22:13:13.062Z] - README.md [2021-04-09T22:13:13.062Z] [2021-04-09T22:13:13.062Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-04-09T22:13:19.652Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T22:13:19.652Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T22:13:19.652Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T22:13:19.653Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T22:13:21.048Z] Reading package lists... [2021-04-09T22:13:21.621Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-04-09T22:13:28.210Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T22:13:28.210Z] Reading package lists... [2021-04-09T22:13:28.210Z] Building dependency tree... [2021-04-09T22:13:28.210Z] Reading state information... [2021-04-09T22:13:28.210Z] Suggested packages: [2021-04-09T22:13:28.210Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-04-09T22:13:28.210Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-04-09T22:13:28.210Z] Recommended packages: [2021-04-09T22:13:28.210Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-04-09T22:13:28.210Z] The following NEW packages will be installed: [2021-04-09T22:13:28.210Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-04-09T22:13:28.210Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-04-09T22:13:28.210Z] pkg-config zip [2021-04-09T22:13:28.210Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-04-09T22:13:28.210Z] Need to get 7663 kB of archives. [2021-04-09T22:13:28.210Z] After this operation, 43.8 MB of additional disk space will be used. [2021-04-09T22:13:28.210Z] 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-04-09T22:13:28.210Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-04-09T22:13:28.210Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] [2021-04-09T22:13:28.210Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-04-09T22:13:28.210Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-04-09T22:13:28.210Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-04-09T22:13:28.210Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-04-09T22:13:28.471Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-04-09T22:13:28.471Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-04-09T22:13:28.471Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-04-09T22:13:28.471Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-04-09T22:13:28.733Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-04-09T22:13:28.733Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-04-09T22:13:28.733Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-04-09T22:13:28.733Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-04-09T22:13:28.995Z] debconf: delaying package configuration, since apt-utils is not installed [2021-04-09T22:13:28.995Z] Fetched 7663 kB in 1s (9912 kB/s) [2021-04-09T22:13:28.995Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-04-09T22:13:29.257Z] (Reading database ... 13924 files and directories currently installed.) [2021-04-09T22:13:29.257Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-04-09T22:13:29.257Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-09T22:13:29.519Z] Selecting previously unselected package libpsl5:amd64. [2021-04-09T22:13:29.519Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-04-09T22:13:29.519Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-04-09T22:13:29.519Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-04-09T22:13:29.519Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-04-09T22:13:29.519Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-09T22:13:29.519Z] Selecting previously unselected package librtmp1:amd64. [2021-04-09T22:13:29.519Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-04-09T22:13:29.519Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-09T22:13:29.780Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-04-09T22:13:29.780Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... [2021-04-09T22:13:29.780Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-09T22:13:29.780Z] Selecting previously unselected package liberror-perl. [2021-04-09T22:13:29.780Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-04-09T22:13:29.780Z] Unpacking liberror-perl (0.17025-1) ... [2021-04-09T22:13:30.042Z] Selecting previously unselected package git-man. [2021-04-09T22:13:30.042Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-04-09T22:13:30.042Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-09T22:13:30.042Z] Selecting previously unselected package git. [2021-04-09T22:13:30.042Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-04-09T22:13:30.305Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-04-09T22:13:31.251Z] Selecting previously unselected package libnorm1:amd64. [2021-04-09T22:13:31.251Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-04-09T22:13:31.251Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-09T22:13:31.251Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-04-09T22:13:31.251Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-04-09T22:13:31.251Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-09T22:13:31.251Z] Selecting previously unselected package libsodium23:amd64. [2021-04-09T22:13:31.251Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-04-09T22:13:31.251Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-04-09T22:13:31.251Z] Selecting previously unselected package libzmq5:amd64. [2021-04-09T22:13:31.512Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-09T22:13:31.512Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T22:13:31.512Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-04-09T22:13:31.512Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-04-09T22:13:31.512Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T22:13:31.774Z] Selecting previously unselected package pkg-config. [2021-04-09T22:13:31.774Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-04-09T22:13:31.774Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-04-09T22:13:31.774Z] Selecting previously unselected package zip. [2021-04-09T22:13:31.774Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-04-09T22:13:31.774Z] Unpacking zip (3.0-11build1) ... [2021-04-09T22:13:31.774Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-04-09T22:13:31.774Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-04-09T22:13:31.774Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-04-09T22:13:32.035Z] Setting up liberror-perl (0.17025-1) ... [2021-04-09T22:13:32.035Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-04-09T22:13:32.035Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-04-09T22:13:32.035Z] No schema files found: doing nothing. [2021-04-09T22:13:32.035Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-04-09T22:13:32.035Z] Setting up zip (3.0-11build1) ... [2021-04-09T22:13:32.035Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-04-09T22:13:32.035Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-04-09T22:13:32.035Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-04-09T22:13:32.296Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T22:13:32.296Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... [2021-04-09T22:13:32.296Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-04-09T22:13:32.296Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-04-09T22:13:32.296Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-04-09T22:13:38.900Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T22:13:39.185Z] git set to automatically installed. [2021-04-09T22:13:39.185Z] git-man set to automatically installed. [2021-04-09T22:13:39.185Z] libcurl3-gnutls set to automatically installed. [2021-04-09T22:13:39.185Z] liberror-perl set to automatically installed. [2021-04-09T22:13:39.185Z] libglib2.0-0 set to automatically installed. [2021-04-09T22:13:39.185Z] libnghttp2-14 set to automatically installed. [2021-04-09T22:13:39.185Z] libnorm1 set to automatically installed. [2021-04-09T22:13:39.185Z] libpgm-5.2-0 set to automatically installed. [2021-04-09T22:13:39.185Z] libpsl5 set to automatically installed. [2021-04-09T22:13:39.185Z] librtmp1 set to automatically installed. [2021-04-09T22:13:39.185Z] libsodium23 set to automatically installed. [2021-04-09T22:13:39.185Z] libzmq3-dev set to automatically installed. [2021-04-09T22:13:39.185Z] libzmq5 set to automatically installed. [2021-04-09T22:13:39.185Z] pkg-config set to automatically installed. [2021-04-09T22:13:39.185Z] zip set to automatically installed. [2021-04-09T22:13:40.603Z] snapd is not logged in, snap install commands will use sudo [2021-04-09T22:13:47.185Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T22:14:05.325Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-04-09T22:14:05.325Z] snapd is not logged in, snap install commands will use sudo [2021-04-09T22:14:10.608Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-04-09T22:14:10.609Z] snap "core18" has no updates available [2021-04-09T22:14:11.178Z] Pulling go-build-helper [2021-04-09T22:14:11.178Z] + snapcraftctl pull [2021-04-09T22:14:12.558Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-04-09T22:14:12.558Z] Skipping pull go-build-helper (already ran) [2021-04-09T22:14:12.558Z] Building go-build-helper [2021-04-09T22:14:12.558Z] + snapcraftctl build [2021-04-09T22:14:15.099Z] Staging go-build-helper [2021-04-09T22:14:15.099Z] + snapcraftctl stage [2021-04-09T22:14:27.325Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-04-09T22:14:27.325Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-04-09T22:14:27.325Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] [2021-04-09T22:14:27.325Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] [2021-04-09T22:14:27.325Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-04-09T22:14:27.325Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-04-09T22:14:27.325Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] [2021-04-09T22:14:27.325Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] [2021-04-09T22:14:27.325Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] [2021-04-09T22:14:27.325Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] [2021-04-09T22:14:27.325Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-04-09T22:14:27.325Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-04-09T22:14:27.325Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-04-09T22:14:27.325Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-04-09T22:14:27.325Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-04-09T22:14:27.325Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-04-09T22:14:27.325Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-04-09T22:14:27.325Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-04-09T22:14:27.325Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-04-09T22:14:27.325Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] [2021-04-09T22:14:27.325Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] [2021-04-09T22:14:27.325Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-04-09T22:14:27.325Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-04-09T22:14:27.325Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] [2021-04-09T22:14:27.325Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] [2021-04-09T22:14:27.325Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] [2021-04-09T22:14:27.325Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] [2021-04-09T22:14:27.325Z] Fetched 24.2 MB in 0s (0 B/s) [2021-04-09T22:14:27.325Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-09T22:14:27.325Z] Fetched 224 kB in 0s (0 B/s) [2021-04-09T22:14:27.325Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-09T22:14:27.325Z] Fetched 157 kB in 0s (0 B/s) [2021-04-09T22:14:27.325Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-09T22:14:27.325Z] Fetched 221 kB in 0s (0 B/s) [2021-04-09T22:14:27.325Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-09T22:14:27.325Z] Fetched 143 kB in 0s (0 B/s) [2021-04-09T22:14:27.325Z] Pulling app-service-config [2021-04-09T22:14:27.325Z] + snapcraftctl pull [2021-04-09T22:14:27.325Z] Cloning into '/root/parts/app-service-config/src'... [2021-04-09T22:14:28.264Z] Pulling config-common [2021-04-09T22:14:28.264Z] + snapcraftctl pull [2021-04-09T22:14:33.546Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T22:14:33.546Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T22:14:33.546Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T22:14:33.546Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T22:14:33.546Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-04-09T22:14:33.546Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T22:14:33.546Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-04-09T22:14:33.546Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T22:14:33.546Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-04-09T22:14:33.546Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T22:14:33.546Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-04-09T22:14:33.546Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T22:14:33.546Z] Pulling edgex-go [2021-04-09T22:14:33.546Z] + snapcraftctl pull [2021-04-09T22:14:47.099Z] 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-04-09T22:14:47.099Z] 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-04-09T22:14:55.519Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-04-09T22:14:55.519Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-04-09T22:14:55.519Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-04-09T22:14:55.520Z] Fetched 0 B in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-04-09T22:14:55.520Z] Fetched 96.5 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-04-09T22:14:55.520Z] Fetched 279 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-04-09T22:14:55.520Z] Fetched 122 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-04-09T22:14:55.520Z] Fetched 77.8 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-04-09T22:14:55.520Z] Fetched 8848 B in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-04-09T22:14:55.520Z] Fetched 47.8 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-04-09T22:14:55.520Z] Fetched 45.6 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-04-09T22:14:55.520Z] Fetched 15.0 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] [2021-04-09T22:14:55.520Z] Fetched 219 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-04-09T22:14:55.520Z] Fetched 154 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-04-09T22:14:55.520Z] Fetched 50.6 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-04-09T22:14:55.520Z] Fetched 14.8 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-04-09T22:14:55.520Z] Fetched 41.8 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-04-09T22:14:55.520Z] Fetched 499 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-04-09T22:14:55.520Z] Fetched 111 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-04-09T22:14:55.520Z] Fetched 240 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-04-09T22:14:55.520Z] Fetched 29.3 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-04-09T22:14:55.520Z] Fetched 85.5 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-04-09T22:14:55.520Z] Fetched 24.5 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-04-09T22:14:55.520Z] Fetched 49.2 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-04-09T22:14:55.520Z] Fetched 54.2 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-04-09T22:14:55.520Z] Fetched 30.8 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-04-09T22:14:55.520Z] Fetched 15.8 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-04-09T22:14:55.520Z] Fetched 85.9 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-04-09T22:14:55.520Z] Fetched 8720 B in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-04-09T22:14:55.520Z] Fetched 137 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-04-09T22:14:55.520Z] Fetched 119 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-04-09T22:14:55.520Z] Fetched 109 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-04-09T22:14:55.520Z] Fetched 11.1 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-04-09T22:14:55.520Z] Fetched 645 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-04-09T22:14:55.520Z] Fetched 41.3 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-04-09T22:14:55.520Z] Fetched 17.9 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-04-09T22:14:55.520Z] Fetched 368 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-04-09T22:14:55.520Z] Fetched 187 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-04-09T22:14:55.520Z] Fetched 175 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-04-09T22:14:55.520Z] Fetched 206 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] [2021-04-09T22:14:55.520Z] Fetched 1301 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-04-09T22:14:55.520Z] Fetched 36.2 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] [2021-04-09T22:14:55.520Z] Fetched 159 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-04-09T22:14:55.520Z] Fetched 107 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-04-09T22:14:55.520Z] Fetched 48.7 kB in 0s (0 B/s) [2021-04-09T22:14:55.520Z] Pulling static-packages [2021-04-09T22:14:55.520Z] + snapcraftctl pull [2021-04-09T22:14:55.780Z] Pulling version [2021-04-09T22:14:55.780Z] + cd /root/project [2021-04-09T22:14:55.780Z] + [ -f VERSION ] [2021-04-09T22:14:55.780Z] + PROJECT_VERSION=local-dev [2021-04-09T22:14:55.780Z] + git rev-parse --short HEAD [2021-04-09T22:14:55.780Z] + GIT_REVISION=3f7e1d59 [2021-04-09T22:14:55.780Z] + snapcraftctl set-version local-dev [2021-04-09T22:14:56.723Z] Skipping build go-build-helper (already ran) [2021-04-09T22:14:56.983Z] Building app-service-config [2021-04-09T22:14:56.983Z] + make build [2021-04-09T22:14:56.983Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-04-09T22:14:57.270Z] Removing intermediate container 79c7a8b2f5fd [2021-04-09T22:14:57.270Z] ---> 399903061f6a [2021-04-09T22:14:57.270Z] [2021-04-09T22:14:57.270Z] Step 10/31 : FROM alpine:3.12 [2021-04-09T22:14:57.270Z] 3.12: Pulling from library/alpine [2021-04-09T22:14:58.960Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 [2021-04-09T22:14:58.960Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 [2021-04-09T22:14:58.960Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 [2021-04-09T22:14:58.960Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 [2021-04-09T22:14:59.223Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 [2021-04-09T22:14:59.223Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-04-09T22:14:59.223Z] go: downloading github.com/google/uuid v1.2.0 [2021-04-09T22:14:59.223Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-04-09T22:14:59.223Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-04-09T22:14:59.223Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-04-09T22:14:59.272Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-09T22:14:59.272Z] Status: Downloaded newer image for alpine:3.12 [2021-04-09T22:14:59.272Z] ---> d75e27dfc0a0 [2021-04-09T22:14:59.272Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-09T22:14:59.484Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-04-09T22:14:59.484Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 [2021-04-09T22:14:59.484Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 [2021-04-09T22:14:59.484Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-04-09T22:14:59.484Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-04-09T22:14:59.744Z] go: downloading github.com/fatih/color v1.9.0 [2021-04-09T22:14:59.744Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-04-09T22:14:59.744Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-04-09T22:14:59.744Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-04-09T22:14:59.744Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-04-09T22:15:00.003Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-04-09T22:15:00.003Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-04-09T22:15:00.003Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-04-09T22:15:00.003Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 [2021-04-09T22:15:00.264Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-04-09T22:15:00.264Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-04-09T22:15:00.264Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-04-09T22:15:00.264Z] go: downloading github.com/go-playground/validator/v10 v10.4.1 [2021-04-09T22:15:00.288Z] ---> Running in 93288055fa25 [2021-04-09T22:15:00.566Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-04-09T22:15:00.566Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-04-09T22:15:00.566Z] go: downloading github.com/x448/float16 v0.8.4 [2021-04-09T22:15:00.566Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-04-09T22:15:00.566Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-04-09T22:15:00.566Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-04-09T22:15:00.566Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2021-04-09T22:15:00.566Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2021-04-09T22:15:00.566Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-04-09T22:15:00.828Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-04-09T22:15:00.828Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-04-09T22:15:00.828Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-04-09T22:15:00.828Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-04-09T22:15:00.828Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-04-09T22:15:00.828Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-04-09T22:15:00.828Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-04-09T22:15:00.828Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-04-09T22:15:02.290Z] Removing intermediate container 93288055fa25 [2021-04-09T22:15:02.290Z] ---> 8ecd37a7af86 [2021-04-09T22:15:02.290Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-09T22:15:03.282Z] ---> Running in a6ce9ca83297 [2021-04-09T22:15:03.282Z] Removing intermediate container ce984b039c79 [2021-04-09T22:15:03.282Z] ---> e0d308a9f8a0 [2021-04-09T22:15:03.282Z] [2021-04-09T22:15:03.282Z] Step 10/21 : FROM alpine:3.12 [2021-04-09T22:15:03.282Z] ---> d75e27dfc0a0 [2021-04-09T22:15:03.282Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-09T22:15:03.560Z] Removing intermediate container 489d6b1d7cf3 [2021-04-09T22:15:03.560Z] ---> e78dec5b0977 [2021-04-09T22:15:03.560Z] [2021-04-09T22:15:03.560Z] Step 10/24 : FROM alpine:3.12 [2021-04-09T22:15:03.560Z] ---> d75e27dfc0a0 [2021-04-09T22:15:03.560Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-09T22:15:03.833Z] ---> Running in a0628aa375ea [2021-04-09T22:15:03.833Z] ---> Running in 908c938a9b74 [2021-04-09T22:15:05.281Z] Removing intermediate container 477b17e6d149 [2021-04-09T22:15:05.281Z] ---> 4bcfa5ed1c3e [2021-04-09T22:15:05.281Z] [2021-04-09T22:15:05.281Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T22:15:05.281Z] ---> d75e27dfc0a0 [2021-04-09T22:15:05.281Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T22:15:05.281Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:15:05.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:15:05.840Z] ---> Running in f851cc221f5e [2021-04-09T22:15:06.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:15:06.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:15:06.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:15:06.392Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-09T22:15:06.392Z] (2/2) Installing su-exec (0.2-r1) [2021-04-09T22:15:06.392Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:15:06.392Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:15:06.392Z] OK: 5 MiB in 16 packages [2021-04-09T22:15:07.000Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-09T22:15:07.000Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-09T22:15:07.000Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T22:15:07.000Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-09T22:15:07.287Z] (4/4) Installing curl (7.69.1-r3) [2021-04-09T22:15:07.288Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:15:07.288Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T22:15:07.288Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-09T22:15:07.288Z] (4/6) Installing curl (7.69.1-r3) [2021-04-09T22:15:07.288Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-09T22:15:07.288Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T22:15:07.288Z] (6/6) Installing su-exec (0.2-r1) [2021-04-09T22:15:07.288Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:15:07.288Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T22:15:07.565Z] OK: 7 MiB in 18 packages [2021-04-09T22:15:07.566Z] OK: 7 MiB in 20 packages [2021-04-09T22:15:08.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:15:08.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:15:08.778Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-09T22:15:08.778Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:15:08.778Z] OK: 5 MiB in 15 packages [2021-04-09T22:15:08.778Z] Removing intermediate container a6ce9ca83297 [2021-04-09T22:15:08.778Z] ---> 92d17e883b13 [2021-04-09T22:15:08.778Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-09T22:15:09.485Z] ---> Running in 488d68882863 [2021-04-09T22:15:11.036Z] Removing intermediate container 488d68882863 [2021-04-09T22:15:11.036Z] ---> 1c4db48ed493 [2021-04-09T22:15:11.036Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-09T22:15:11.036Z] Removing intermediate container f851cc221f5e [2021-04-09T22:15:11.036Z] ---> cbe55f6e6fc0 [2021-04-09T22:15:11.036Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:15:11.428Z] ---> Running in da44f55d9002 [2021-04-09T22:15:11.428Z] Removing intermediate container a0628aa375ea [2021-04-09T22:15:11.428Z] ---> 146262f29d5b [2021-04-09T22:15:11.428Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T22:15:11.743Z] Removing intermediate container 908c938a9b74 [2021-04-09T22:15:11.743Z] ---> d9ffeede219a [2021-04-09T22:15:11.743Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-09T22:15:11.743Z] ---> Running in cbaa589f74cc [2021-04-09T22:15:12.040Z] ---> Running in c3668c59dde1 [2021-04-09T22:15:12.040Z] ---> Running in 3ceef442f57c [2021-04-09T22:15:12.433Z] Removing intermediate container da44f55d9002 [2021-04-09T22:15:12.433Z] ---> 416216ffdbf7 [2021-04-09T22:15:12.433Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-09T22:15:12.750Z] Removing intermediate container cbaa589f74cc [2021-04-09T22:15:12.750Z] ---> f64bb09248cd [2021-04-09T22:15:12.750Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-09T22:15:13.041Z] ---> Running in ddaa22917fac [2021-04-09T22:15:13.041Z] ---> Running in 39c9035ffb0d [2021-04-09T22:15:13.041Z] Removing intermediate container c3668c59dde1 [2021-04-09T22:15:13.041Z] ---> 8f7a19647704 [2021-04-09T22:15:13.041Z] Step 13/21 : WORKDIR /edgex [2021-04-09T22:15:13.076Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-04-09T22:15:13.076Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-04-09T22:15:13.076Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-04-09T22:15:13.076Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-04-09T22:15:13.336Z] Building config-common [2021-04-09T22:15:13.336Z] + snapcraftctl build [2021-04-09T22:15:13.337Z] Removing intermediate container 3ceef442f57c [2021-04-09T22:15:13.337Z] ---> 5105d2b1193e [2021-04-09T22:15:13.337Z] Step 13/24 : WORKDIR / [2021-04-09T22:15:13.617Z] ---> Running in 1a24e1d7b09b [2021-04-09T22:15:13.940Z] ---> Running in fa3eafd4bb9f [2021-04-09T22:15:14.213Z] Removing intermediate container ddaa22917fac [2021-04-09T22:15:14.213Z] ---> b83290a13eb0 [2021-04-09T22:15:14.213Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T22:15:14.486Z] Removing intermediate container ebbfdff71bff [2021-04-09T22:15:14.486Z] ---> 9ed710b43005 [2021-04-09T22:15:14.486Z] [2021-04-09T22:15:14.486Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T22:15:14.486Z] ---> d75e27dfc0a0 [2021-04-09T22:15:14.486Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-09T22:15:14.486Z] ---> Using cache [2021-04-09T22:15:14.486Z] ---> cbe55f6e6fc0 [2021-04-09T22:15:14.486Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:15:14.486Z] ---> Using cache [2021-04-09T22:15:14.486Z] ---> f64bb09248cd [2021-04-09T22:15:14.486Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-09T22:15:14.760Z] ---> Running in bef82c1c12b6 [2021-04-09T22:15:14.760Z] Removing intermediate container 1a24e1d7b09b [2021-04-09T22:15:14.760Z] ---> a30cfd49368f [2021-04-09T22:15:14.760Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-09T22:15:15.035Z] ---> Running in 8c19325f218a [2021-04-09T22:15:15.035Z] Removing intermediate container fa3eafd4bb9f [2021-04-09T22:15:15.035Z] ---> 5950c56cff66 [2021-04-09T22:15:15.035Z] 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-04-09T22:15:15.310Z] Removing intermediate container bef82c1c12b6 [2021-04-09T22:15:15.310Z] ---> b291f5f16e28 [2021-04-09T22:15:15.310Z] Step 15/23 : WORKDIR / [2021-04-09T22:15:15.583Z] Removing intermediate container 8c19325f218a [2021-04-09T22:15:15.583Z] ---> 6d80bd546cf0 [2021-04-09T22:15:15.583Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-09T22:15:15.863Z] ---> Running in 10d4b573dd03 [2021-04-09T22:15:15.863Z] ---> Running in f59e43f18107 [2021-04-09T22:15:16.135Z] ---> 2119549dbab9 [2021-04-09T22:15:16.135Z] 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-04-09T22:15:16.135Z] ---> c845b3df535c [2021-04-09T22:15:16.135Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-09T22:15:16.415Z] Removing intermediate container 10d4b573dd03 [2021-04-09T22:15:16.415Z] ---> 8fc732842419 [2021-04-09T22:15:16.415Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:15:16.637Z] Building edgex-go [2021-04-09T22:15:16.687Z] Removing intermediate container f59e43f18107 [2021-04-09T22:15:16.687Z] ---> 64cfee0381cf [2021-04-09T22:15:16.687Z] Step 15/23 : WORKDIR / [2021-04-09T22:15:16.687Z] Removing intermediate container 39c9035ffb0d [2021-04-09T22:15:16.687Z] ---> e033131e6f84 [2021-04-09T22:15:16.687Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-09T22:15:16.901Z] + cd /root/parts/edgex-go/src [2021-04-09T22:15:16.901Z] + make build [2021-04-09T22:15:16.901Z] 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-04-09T22:15:16.970Z] ---> Running in 8d89800f261d [2021-04-09T22:15:16.971Z] ---> Running in 31a9cf896d61 [2021-04-09T22:15:17.243Z] ---> 7a1b2d7660af [2021-04-09T22:15:17.243Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-09T22:15:17.474Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.31 [2021-04-09T22:15:17.475Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-04-09T22:15:17.475Z] go: downloading github.com/pkg/errors v0.8.1 [2021-04-09T22:15:17.475Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-04-09T22:15:17.837Z] ---> 6bb1c40e3ea0 [2021-04-09T22:15:17.837Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-09T22:15:17.837Z] ---> 4df7e4ca771c [2021-04-09T22:15:17.837Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-09T22:15:17.837Z] Removing intermediate container 8d89800f261d [2021-04-09T22:15:17.837Z] ---> 11348c64f696 [2021-04-09T22:15:17.837Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:15:18.114Z] Removing intermediate container 31a9cf896d61 [2021-04-09T22:15:18.114Z] ---> 7db72bcd53ae [2021-04-09T22:15:18.114Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-09T22:15:18.114Z] ---> 806346aa0aac [2021-04-09T22:15:18.114Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-09T22:15:19.552Z] ---> 2c118ea94a3f [2021-04-09T22:15:19.552Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-09T22:15:19.552Z] ---> 0ef23ce39bdf [2021-04-09T22:15:19.552Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-09T22:15:19.552Z] ---> ceae2d42f041 [2021-04-09T22:15:19.552Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-09T22:15:19.824Z] ---> 6f667b9a7ab3 [2021-04-09T22:15:19.824Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-09T22:15:19.824Z] ---> acfb260fbab7 [2021-04-09T22:15:19.824Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-09T22:15:19.824Z] ---> Running in 6065f115f373 [2021-04-09T22:15:19.824Z] ---> Running in 157708160f07 [2021-04-09T22:15:21.255Z] Removing intermediate container 6065f115f373 [2021-04-09T22:15:21.255Z] ---> 6b9cb8f31017 [2021-04-09T22:15:21.255Z] Step 18/21 : CMD ["--init=true"] [2021-04-09T22:15:21.532Z] ---> Running in 00709d610bdc [2021-04-09T22:15:21.532Z] ---> b860f2dc99f7 [2021-04-09T22:15:21.532Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-09T22:15:21.532Z] ---> a48fb2d31d72 [2021-04-09T22:15:21.532Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-09T22:15:21.683Z] 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-04-09T22:15:21.683Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-04-09T22:15:21.805Z] ---> 99567c1b23ff [2021-04-09T22:15:21.805Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-09T22:15:21.805Z] ---> Running in 106d8527c0ca [2021-04-09T22:15:22.080Z] Removing intermediate container 00709d610bdc [2021-04-09T22:15:22.080Z] ---> 7f18e578de14 [2021-04-09T22:15:22.080Z] Step 19/21 : LABEL arch=arm64 [2021-04-09T22:15:22.354Z] ---> Running in 95a5e31978ae [2021-04-09T22:15:22.629Z] Removing intermediate container 106d8527c0ca [2021-04-09T22:15:22.629Z] ---> 810e63212195 [2021-04-09T22:15:22.629Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:15:22.629Z] ---> 4a410c4a113f [2021-04-09T22:15:22.629Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-09T22:15:22.906Z] ---> Running in 21dafb192757 [2021-04-09T22:15:22.906Z] ---> 7fbce9562660 [2021-04-09T22:15:22.906Z] 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-04-09T22:15:22.906Z] ---> Running in b2759661be62 [2021-04-09T22:15:23.182Z] ---> Running in 161b5ceb55d2 [2021-04-09T22:15:23.182Z] Removing intermediate container 95a5e31978ae [2021-04-09T22:15:23.182Z] ---> 002a4c4db25e [2021-04-09T22:15:23.182Z] Step 20/21 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:15:23.458Z] Removing intermediate container 157708160f07 [2021-04-09T22:15:23.458Z] ---> 4dd9dcfbab0e [2021-04-09T22:15:23.458Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:15:23.458Z] ---> Running in 2e09ab106889 [2021-04-09T22:15:23.458Z] Removing intermediate container 21dafb192757 [2021-04-09T22:15:23.458Z] ---> f4d1c3e21753 [2021-04-09T22:15:23.458Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T22:15:23.734Z] Removing intermediate container b2759661be62 [2021-04-09T22:15:23.734Z] ---> 571e4d0e97a9 [2021-04-09T22:15:23.734Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:15:23.734Z] ---> Running in 9856b1396192 [2021-04-09T22:15:24.015Z] ---> Running in e17cde2eef8f [2021-04-09T22:15:24.287Z] Removing intermediate container 2e09ab106889 [2021-04-09T22:15:24.287Z] ---> dade2c7e75a3 [2021-04-09T22:15:24.287Z] Step 21/21 : LABEL version=0.0.0 [2021-04-09T22:15:24.563Z] ---> Running in 443cac0eb417 [2021-04-09T22:15:24.563Z] Removing intermediate container 9856b1396192 [2021-04-09T22:15:24.563Z] ---> 57b45daa3628 [2021-04-09T22:15:24.563Z] Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:15:24.563Z] ---> 4eaa3250f58c [2021-04-09T22:15:24.563Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-09T22:15:24.563Z] ---> Running in 9bb8e8814054 [2021-04-09T22:15:24.836Z] Removing intermediate container e17cde2eef8f [2021-04-09T22:15:24.836Z] ---> 282f5d276ad7 [2021-04-09T22:15:24.836Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T22:15:25.114Z] ---> Running in 481bfc6e74f2 [2021-04-09T22:15:25.114Z] Removing intermediate container 443cac0eb417 [2021-04-09T22:15:25.114Z] ---> 0f4870bea8a4 [2021-04-09T22:15:25.114Z] [2021-04-09T22:15:25.391Z] Removing intermediate container 9bb8e8814054 [2021-04-09T22:15:25.391Z] ---> f9311d9519eb [2021-04-09T22:15:25.391Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T22:15:25.989Z] ---> Running in 7ba91f047adf [2021-04-09T22:15:25.989Z] Removing intermediate container 481bfc6e74f2 [2021-04-09T22:15:25.989Z] ---> 20cf221139bf [2021-04-09T22:15:25.989Z] Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:15:25.989Z] Successfully built 0f4870bea8a4 [2021-04-09T22:15:25.989Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-09T22:15:25.989Z] Building docker-support-notifications-go [2021-04-09T22:15:26.583Z]  Building docker-security-proxy-setup-go ... done  ---> Running in f3acdf605169 [2021-04-09T22:15:26.583Z] Removing intermediate container 7ba91f047adf [2021-04-09T22:15:26.583Z] ---> 2e4fe73a6d70 [2021-04-09T22:15:26.583Z] [2021-04-09T22:15:26.583Z] ---> 87bd484e50f7 [2021-04-09T22:15:26.583Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-09T22:15:26.583Z] Removing intermediate container 161b5ceb55d2 [2021-04-09T22:15:26.583Z] ---> 1741b86e2d5e [2021-04-09T22:15:26.583Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-09T22:15:26.858Z] ---> Running in 6496fe400902 [2021-04-09T22:15:27.135Z] Removing intermediate container f3acdf605169 [2021-04-09T22:15:27.135Z] ---> 5ad454d083a1 [2021-04-09T22:15:27.135Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T22:15:27.135Z] Successfully built 2e4fe73a6d70 [2021-04-09T22:15:27.409Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-09T22:15:27.409Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-04-09T22:15:27.681Z] ---> Running in 306bde4f268e [2021-04-09T22:15:27.681Z] Removing intermediate container 6496fe400902 [2021-04-09T22:15:27.681Z] ---> 3f852d5d8621 [2021-04-09T22:15:27.681Z] Step 22/24 : LABEL arch=arm64 [2021-04-09T22:15:27.960Z] ---> ceca6665f712 [2021-04-09T22:15:27.960Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-09T22:15:27.960Z] ---> Running in 5e2af95316ca [2021-04-09T22:15:28.231Z] Removing intermediate container 306bde4f268e [2021-04-09T22:15:28.231Z] ---> 09acc763ede2 [2021-04-09T22:15:28.231Z] [2021-04-09T22:15:28.272Z] 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-04-09T22:15:28.844Z] 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-04-09T22:15:28.854Z] Removing intermediate container 5e2af95316ca [2021-04-09T22:15:28.854Z] ---> dfa4b1fbe619 [2021-04-09T22:15:28.854Z] Step 23/24 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:15:28.854Z] Successfully built 09acc763ede2 [2021-04-09T22:15:28.854Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-09T22:15:28.854Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-04-09T22:15:29.128Z] ---> Running in 75df9cc2fe86 [2021-04-09T22:15:29.404Z] ---> c4824270ca85 [2021-04-09T22:15:29.404Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-09T22:15:30.001Z] Removing intermediate container 75df9cc2fe86 [2021-04-09T22:15:30.001Z] ---> fa684ab56759 [2021-04-09T22:15:30.001Z] Step 24/24 : LABEL version=0.0.0 [2021-04-09T22:15:30.274Z] ---> 0afa3b93c777 [2021-04-09T22:15:30.274Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-09T22:15:30.274Z] ---> Running in 5e190cc6b932 [2021-04-09T22:15:30.763Z] 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-04-09T22:15:30.870Z] ---> Running in bcb74dce9970 [2021-04-09T22:15:31.337Z] 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-04-09T22:15:31.337Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-04-09T22:15:31.482Z] Removing intermediate container 5e190cc6b932 [2021-04-09T22:15:31.483Z] ---> 3757ae474ffb [2021-04-09T22:15:31.483Z] [2021-04-09T22:15:31.598Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-04-09T22:15:31.598Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-04-09T22:15:31.598Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-04-09T22:15:32.085Z] Successfully built 3757ae474ffb [2021-04-09T22:15:32.085Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-09T22:15:32.085Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-04-09T22:15:32.085Z] Removing intermediate container bcb74dce9970 [2021-04-09T22:15:32.085Z] ---> 6c259f5043d1 [2021-04-09T22:15:32.085Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-09T22:15:33.514Z] 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-04-09T22:15:33.514Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-04-09T22:15:33.515Z] ---> d127e1c5a64f [2021-04-09T22:15:33.515Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-09T22:15:33.778Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-04-09T22:15:34.492Z] ---> Running in 812d6b7a2894 [2021-04-09T22:15:35.694Z] 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-04-09T22:15:37.084Z] 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-04-09T22:15:38.473Z] 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-04-09T22:15:38.816Z] Removing intermediate container 812d6b7a2894 [2021-04-09T22:15:38.816Z] ---> 77070dc0125d [2021-04-09T22:15:38.816Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-09T22:15:39.087Z] ---> Running in df9352cc1b0d [2021-04-09T22:15:39.871Z] 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-04-09T22:15:39.871Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-04-09T22:15:40.061Z] Removing intermediate container df9352cc1b0d [2021-04-09T22:15:40.061Z] ---> 329c0b3a5290 [2021-04-09T22:15:40.061Z] Step 28/31 : CMD ["gate"] [2021-04-09T22:15:40.655Z] ---> Running in 8ab2cec46e4b [2021-04-09T22:15:41.258Z] 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-04-09T22:15:41.519Z] go: downloading github.com/lib/pq v1.9.0 [2021-04-09T22:15:41.637Z] Removing intermediate container 8ab2cec46e4b [2021-04-09T22:15:41.637Z] ---> d205997f5c40 [2021-04-09T22:15:41.637Z] Step 29/31 : LABEL arch=arm64 [2021-04-09T22:15:43.079Z] ---> Running in 060a23d13bba [2021-04-09T22:15:43.478Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-04-09T22:15:43.478Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-04-09T22:15:43.478Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-04-09T22:15:43.755Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-04-09T22:15:43.755Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-04-09T22:15:43.755Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-04-09T22:15:43.755Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-04-09T22:15:43.755Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-04-09T22:15:43.755Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-04-09T22:15:43.755Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-04-09T22:15:43.755Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-04-09T22:15:43.755Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-04-09T22:15:43.755Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-04-09T22:15:43.755Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-04-09T22:15:43.755Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-04-09T22:15:43.755Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-04-09T22:15:43.755Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-04-09T22:15:43.755Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-04-09T22:15:43.755Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-04-09T22:15:43.755Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-04-09T22:15:43.755Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2021-04-09T22:15:43.755Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-04-09T22:15:43.755Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-04-09T22:15:43.755Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-04-09T22:15:43.755Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-04-09T22:15:43.755Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-04-09T22:15:44.061Z] Removing intermediate container 060a23d13bba [2021-04-09T22:15:44.061Z] ---> d2fee6dbc6bc [2021-04-09T22:15:44.061Z] Step 30/31 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:15:44.336Z] ---> Running in f3d5687b88ad [2021-04-09T22:15:44.931Z] Removing intermediate container f3d5687b88ad [2021-04-09T22:15:44.931Z] ---> 48b577413d21 [2021-04-09T22:15:44.931Z] Step 31/31 : LABEL version=0.0.0 [2021-04-09T22:15:45.909Z] ---> Running in c2bcf148f3ec [2021-04-09T22:15:46.502Z] Removing intermediate container c2bcf148f3ec [2021-04-09T22:15:46.502Z] ---> 80ee22fe0e28 [2021-04-09T22:15:46.502Z] [2021-04-09T22:15:46.773Z] Successfully built 80ee22fe0e28 [2021-04-09T22:15:47.047Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-09T22:15:47.196Z] Building static-packages [2021-04-09T22:15:47.196Z] + snapcraftctl build [2021-04-09T22:15:49.740Z] Building version [2021-04-09T22:15:49.740Z] + snapcraftctl build [2021-04-09T22:15:52.284Z] Skipping stage go-build-helper (already ran) [2021-04-09T22:15:52.284Z] Staging app-service-config [2021-04-09T22:15:52.284Z] + snapcraftctl stage [2021-04-09T22:15:53.669Z] Staging config-common [2021-04-09T22:15:53.669Z] + snapcraftctl stage [2021-04-09T22:15:54.607Z] Staging edgex-go [2021-04-09T22:15:54.607Z] + snapcraftctl stage [2021-04-09T22:15:55.988Z] Staging static-packages [2021-04-09T22:15:55.988Z] + snapcraftctl stage [2021-04-09T22:15:56.930Z] Staging version [2021-04-09T22:15:56.930Z] + snapcraftctl stage [2021-04-09T22:15:58.314Z] Priming go-build-helper [2021-04-09T22:15:58.314Z] + snapcraftctl prime [2021-04-09T22:15:59.254Z] Priming app-service-config [2021-04-09T22:15:59.254Z] + snapcraftctl prime [2021-04-09T22:16:00.638Z] Priming config-common [2021-04-09T22:16:00.638Z] + snapcraftctl prime [2021-04-09T22:16:02.021Z] Priming edgex-go [2021-04-09T22:16:02.021Z] + snapcraftctl prime [2021-04-09T22:16:03.403Z] Priming static-packages [2021-04-09T22:16:03.403Z] + snapcraftctl prime [2021-04-09T22:16:05.944Z] Priming version [2021-04-09T22:16:05.944Z] + snapcraftctl prime [2021-04-09T22:16:06.884Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-09T22:16:26.042Z]  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:16:26.042Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:16:26.042Z] ---> 312c31e079b4 [2021-04-09T22:16:26.042Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T22:16:26.042Z] ---> Using cache [2021-04-09T22:16:26.042Z] ---> e6efcc70784a [2021-04-09T22:16:26.042Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:16:26.042Z] ---> Using cache [2021-04-09T22:16:26.042Z] ---> 113df9b03de0 [2021-04-09T22:16:26.042Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-09T22:16:26.042Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:16:26.042Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:16:26.042Z] ---> 312c31e079b4 [2021-04-09T22:16:26.042Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T22:16:26.042Z] ---> Using cache [2021-04-09T22:16:26.042Z] ---> e6efcc70784a [2021-04-09T22:16:26.042Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:16:26.042Z] ---> Using cache [2021-04-09T22:16:26.042Z] ---> 113df9b03de0 [2021-04-09T22:16:26.042Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-09T22:16:26.042Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:16:26.042Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:16:26.042Z] ---> 312c31e079b4 [2021-04-09T22:16:26.042Z] Step 3/23 : WORKDIR /edgex-go [2021-04-09T22:16:26.042Z] ---> Using cache [2021-04-09T22:16:26.042Z] ---> e6efcc70784a [2021-04-09T22:16:26.042Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:16:26.042Z] ---> Using cache [2021-04-09T22:16:26.042Z] ---> 113df9b03de0 [2021-04-09T22:16:26.042Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-09T22:16:26.042Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-09T22:16:26.042Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-09T22:16:26.042Z] ---> 312c31e079b4 [2021-04-09T22:16:26.042Z] Step 3/22 : WORKDIR /edgex-go [2021-04-09T22:16:26.042Z] ---> Using cache [2021-04-09T22:16:26.042Z] ---> e6efcc70784a [2021-04-09T22:16:26.042Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:16:26.042Z] ---> Using cache [2021-04-09T22:16:26.042Z] ---> 113df9b03de0 [2021-04-09T22:16:26.042Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-09T22:16:26.042Z] ---> Using cache [2021-04-09T22:16:26.042Z] ---> f01fba1e3943 [2021-04-09T22:16:26.042Z] Step 6/22 : COPY go.mod . [2021-04-09T22:16:26.042Z] ---> Using cache [2021-04-09T22:16:26.042Z] ---> 6f8c34209c3f [2021-04-09T22:16:26.042Z] Step 7/22 : RUN go mod download [2021-04-09T22:16:26.042Z] ---> Using cache [2021-04-09T22:16:26.042Z] ---> d4d3f593ca28 [2021-04-09T22:16:26.042Z] Step 8/22 : COPY . . [2021-04-09T22:16:26.042Z] ---> Using cache [2021-04-09T22:16:26.042Z] ---> 0d04730e3422 [2021-04-09T22:16:26.042Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-09T22:16:28.011Z] ---> Running in 97d54bb9112f [2021-04-09T22:16:28.011Z] ---> Running in ad000a6fea39 [2021-04-09T22:16:28.011Z] ---> Running in dd08e3e304a3 [2021-04-09T22:16:28.011Z] ---> Running in ae293e8b295e [2021-04-09T22:16:30.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:16:30.008Z] 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-04-09T22:16:30.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:16:30.008Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:16:30.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:16:30.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:16:30.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:16:31.219Z] OK: 217 MiB in 51 packages [2021-04-09T22:16:31.219Z] OK: 217 MiB in 51 packages [2021-04-09T22:16:31.495Z] OK: 217 MiB in 51 packages [2021-04-09T22:16:33.481Z] Removing intermediate container ad000a6fea39 [2021-04-09T22:16:33.481Z] ---> fec76e4e203c [2021-04-09T22:16:33.481Z] Step 6/22 : COPY go.mod . [2021-04-09T22:16:33.756Z] Removing intermediate container dd08e3e304a3 [2021-04-09T22:16:33.756Z] ---> 73e3c310ca4a [2021-04-09T22:16:33.756Z] Step 6/23 : COPY go.mod . [2021-04-09T22:16:34.032Z] Removing intermediate container ae293e8b295e [2021-04-09T22:16:34.032Z] ---> 375def7006a9 [2021-04-09T22:16:34.032Z] Step 6/23 : COPY go.mod . [2021-04-09T22:16:35.020Z] ---> 9ff639d90a0a [2021-04-09T22:16:35.020Z] Step 7/22 : RUN go mod download [2021-04-09T22:16:35.300Z] ---> 6b38f953d358 [2021-04-09T22:16:35.300Z] Step 7/23 : RUN go mod download [2021-04-09T22:16:35.300Z] ---> Running in 2e0e196c0ead [2021-04-09T22:16:35.577Z] ---> 403d33ae4e37 [2021-04-09T22:16:35.577Z] Step 7/23 : RUN go mod download [2021-04-09T22:16:35.577Z] ---> Running in f2b061936621 [2021-04-09T22:16:35.854Z] ---> Running in 04513c601b2c [2021-04-09T22:16:41.286Z] Removing intermediate container 04513c601b2c [2021-04-09T22:16:41.286Z] ---> 89ec03bd41e0 [2021-04-09T22:16:41.286Z] Step 8/23 : COPY . . [2021-04-09T22:16:41.286Z] Removing intermediate container f2b061936621 [2021-04-09T22:16:41.286Z] ---> e32477b11286 [2021-04-09T22:16:41.286Z] Step 8/23 : COPY . . [2021-04-09T22:16:41.286Z] Removing intermediate container 2e0e196c0ead [2021-04-09T22:16:41.286Z] ---> 1baf0bcf6076 [2021-04-09T22:16:41.286Z] Step 8/22 : COPY . . [2021-04-09T22:17:13.714Z] ---> d53c7a8f4612 [2021-04-09T22:17:13.714Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-09T22:17:13.990Z] ---> 1837f95af37f [2021-04-09T22:17:13.990Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-09T22:17:13.990Z] ---> bd43049df6a4 [2021-04-09T22:17:13.990Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-09T22:17:14.268Z] ---> Running in e672677c1ff1 [2021-04-09T22:17:14.268Z] ---> Running in 13cc545f4973 [2021-04-09T22:17:14.268Z] ---> Running in b4c86025448d [2021-04-09T22:17:16.267Z] 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-04-09T22:17:16.267Z] 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-04-09T22:17:16.267Z] 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-04-09T22:17:18.266Z] Removing intermediate container 97d54bb9112f [2021-04-09T22:17:18.266Z] ---> 7b93d6816a19 [2021-04-09T22:17:18.266Z] [2021-04-09T22:17:18.266Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T22:17:18.266Z] ---> d75e27dfc0a0 [2021-04-09T22:17:18.266Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-09T22:17:18.266Z] ---> Using cache [2021-04-09T22:17:18.266Z] ---> cbe55f6e6fc0 [2021-04-09T22:17:18.266Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:17:18.266Z] ---> Using cache [2021-04-09T22:17:18.266Z] ---> f64bb09248cd [2021-04-09T22:17:18.266Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-09T22:17:18.266Z] ---> Running in a6d8b25096cd [2021-04-09T22:17:18.887Z] Removing intermediate container a6d8b25096cd [2021-04-09T22:17:18.887Z] ---> 8a0819fa3486 [2021-04-09T22:17:18.887Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T22:17:19.161Z] ---> Running in bfb42adf1c68 [2021-04-09T22:17:19.772Z] Removing intermediate container bfb42adf1c68 [2021-04-09T22:17:19.772Z] ---> 44cd0936c4c7 [2021-04-09T22:17:19.772Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:17:21.232Z] ---> 991fb746373d [2021-04-09T22:17:21.232Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-09T22:17:22.685Z] ---> efaf08fedd6d [2021-04-09T22:17:22.685Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-09T22:17:24.149Z] ---> 44e110e91fc6 [2021-04-09T22:17:24.149Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-09T22:17:24.149Z] ---> Running in 0adcc4292a08 [2021-04-09T22:17:24.754Z] Removing intermediate container 0adcc4292a08 [2021-04-09T22:17:24.754Z] ---> 00fa22b8862f [2021-04-09T22:17:24.754Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:17:24.754Z] ---> Running in fcff3e19d396 [2021-04-09T22:17:25.752Z] Removing intermediate container fcff3e19d396 [2021-04-09T22:17:25.752Z] ---> ba7804f1389b [2021-04-09T22:17:25.752Z] Step 20/22 : LABEL arch=arm64 [2021-04-09T22:17:25.752Z] ---> Running in c3d9f3dfdbc9 [2021-04-09T22:17:26.357Z] Removing intermediate container c3d9f3dfdbc9 [2021-04-09T22:17:26.357Z] ---> ab3cc5641b6c [2021-04-09T22:17:26.357Z] Step 21/22 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:17:26.635Z] ---> Running in 4e4b87603285 [2021-04-09T22:17:27.242Z] Removing intermediate container 4e4b87603285 [2021-04-09T22:17:27.242Z] ---> b30b61a2200c [2021-04-09T22:17:27.242Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T22:17:27.523Z] ---> Running in 2941bd2b42e8 [2021-04-09T22:17:28.133Z] Removing intermediate container 2941bd2b42e8 [2021-04-09T22:17:28.133Z] ---> ceab484a170f [2021-04-09T22:17:28.133Z] [2021-04-09T22:17:28.743Z] Successfully built ceab484a170f [2021-04-09T22:17:28.744Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-09T22:18:36.904Z]  Building docker-support-scheduler-go ... done Removing intermediate container e672677c1ff1 [2021-04-09T22:18:36.904Z] ---> a7cf789fa504 [2021-04-09T22:18:36.904Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-09T22:18:36.904Z] ---> Running in 8e3dd8de09da [2021-04-09T22:18:36.904Z] 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-04-09T22:18:36.904Z] Removing intermediate container 13cc545f4973 [2021-04-09T22:18:36.904Z] ---> f76e911a3dc4 [2021-04-09T22:18:36.904Z] [2021-04-09T22:18:36.904Z] Step 10/22 : FROM alpine:3.12 [2021-04-09T22:18:36.904Z] ---> d75e27dfc0a0 [2021-04-09T22:18:36.904Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-09T22:18:36.904Z] ---> Running in afbb843b878b [2021-04-09T22:18:36.904Z] Removing intermediate container 8e3dd8de09da [2021-04-09T22:18:36.904Z] ---> fbf506354b6a [2021-04-09T22:18:36.904Z] [2021-04-09T22:18:36.904Z] Step 11/23 : FROM docker:20.10.0 [2021-04-09T22:18:36.904Z] 20.10.0: Pulling from library/docker [2021-04-09T22:18:36.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:18:36.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:18:36.904Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-09T22:18:36.904Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-09T22:18:36.904Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:18:36.904Z] Executing ca-certificates-20191127-r4.trigger [2021-04-09T22:18:36.904Z] OK: 6 MiB in 16 packages [2021-04-09T22:18:38.896Z] Removing intermediate container afbb843b878b [2021-04-09T22:18:38.896Z] ---> dcb56c9fe361 [2021-04-09T22:18:38.896Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:18:38.896Z] ---> Running in 88bf57ab8a1e [2021-04-09T22:18:39.878Z] Removing intermediate container 88bf57ab8a1e [2021-04-09T22:18:39.878Z] ---> f5cc8929ca4d [2021-04-09T22:18:39.878Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-09T22:18:40.154Z] ---> Running in 975563a6d75c [2021-04-09T22:18:40.759Z] Removing intermediate container 975563a6d75c [2021-04-09T22:18:40.759Z] ---> 0737692b8500 [2021-04-09T22:18:40.759Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-09T22:18:41.035Z] ---> Running in b2bae94b5ad5 [2021-04-09T22:18:42.020Z] Removing intermediate container b2bae94b5ad5 [2021-04-09T22:18:42.020Z] ---> 439e50f2365f [2021-04-09T22:18:42.020Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:18:43.489Z] Removing intermediate container b4c86025448d [2021-04-09T22:18:43.489Z] ---> 13941b6e4a64 [2021-04-09T22:18:43.489Z] [2021-04-09T22:18:43.489Z] Step 10/23 : FROM alpine:3.12 [2021-04-09T22:18:43.489Z] ---> d75e27dfc0a0 [2021-04-09T22:18:43.489Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-09T22:18:43.489Z] ---> 968ce59beda9 [2021-04-09T22:18:43.489Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-09T22:18:43.489Z] ---> Running in 2eaaa51cb631 [2021-04-09T22:18:44.475Z] Removing intermediate container 2eaaa51cb631 [2021-04-09T22:18:44.475Z] ---> b20eccfa1be1 [2021-04-09T22:18:44.475Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-09T22:18:44.752Z] ---> Running in d5b03472f8b8 [2021-04-09T22:18:44.752Z] ---> aa3f735ab202 [2021-04-09T22:18:44.752Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-09T22:18:45.363Z] Removing intermediate container d5b03472f8b8 [2021-04-09T22:18:45.363Z] ---> 5ff76836f05b [2021-04-09T22:18:45.363Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-09T22:18:45.363Z] ---> Running in d49be0110373 [2021-04-09T22:18:45.969Z] ---> e426d52dfa89 [2021-04-09T22:18:45.969Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-09T22:18:45.969Z] ---> Running in b2b5c18d1dae [2021-04-09T22:18:45.969Z] Removing intermediate container d49be0110373 [2021-04-09T22:18:45.969Z] ---> 80ae78a9e47b [2021-04-09T22:18:45.969Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-09T22:18:46.243Z] ---> Running in 82dd09435363 [2021-04-09T22:18:46.519Z] Removing intermediate container b2b5c18d1dae [2021-04-09T22:18:46.520Z] ---> 9a56c08a53bd [2021-04-09T22:18:46.520Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:18:46.520Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-09T22:18:46.520Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-09T22:18:46.520Z] ---> eeaf43b92773 [2021-04-09T22:18:46.520Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-09T22:18:46.796Z] ---> Running in 875b4168422d [2021-04-09T22:18:46.796Z] ---> Running in ac2d4d17aad4 [2021-04-09T22:18:47.404Z] Removing intermediate container 875b4168422d [2021-04-09T22:18:47.404Z] ---> 127936f5527f [2021-04-09T22:18:47.404Z] Step 20/22 : LABEL arch=arm64 [2021-04-09T22:18:47.404Z] Removing intermediate container ac2d4d17aad4 [2021-04-09T22:18:47.404Z] ---> d74e56016b82 [2021-04-09T22:18:47.404Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-09T22:18:47.404Z] ---> Running in 129022535ea2 [2021-04-09T22:18:47.688Z] ---> Running in 593dae4c8e4e [2021-04-09T22:18:48.294Z] Removing intermediate container 129022535ea2 [2021-04-09T22:18:48.294Z] ---> 0583b22e823f [2021-04-09T22:18:48.294Z] Step 21/22 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:18:48.294Z] ---> Running in 94b926324322 [2021-04-09T22:18:48.570Z] Removing intermediate container 82dd09435363 [2021-04-09T22:18:48.570Z] ---> 195ad48b9851 [2021-04-09T22:18:48.570Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-09T22:18:48.847Z] Removing intermediate container 94b926324322 [2021-04-09T22:18:48.847Z] ---> e370127efbbe [2021-04-09T22:18:48.847Z] Step 22/22 : LABEL version=0.0.0 [2021-04-09T22:18:48.847Z] ---> Running in da8cd4831f61 [2021-04-09T22:18:49.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:18:49.124Z] ---> Running in 302f75b5ad60 [2021-04-09T22:18:49.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:18:49.681Z] Removing intermediate container 302f75b5ad60 [2021-04-09T22:18:49.681Z] ---> 03012bc93f93 [2021-04-09T22:18:49.681Z] [2021-04-09T22:18:49.957Z] (1/39) Installing readline (8.0.4-r0) [2021-04-09T22:18:49.957Z] (2/39) Installing bash (5.0.17-r0) [2021-04-09T22:18:49.957Z] Executing bash-5.0.17-r0.post-install [2021-04-09T22:18:49.957Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-09T22:18:49.957Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-09T22:18:49.957Z] (5/39) Installing curl (7.69.1-r3) [2021-04-09T22:18:49.957Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-09T22:18:49.957Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-09T22:18:49.957Z] (8/39) Installing expat (2.2.9-r1) [2021-04-09T22:18:50.230Z] (9/39) Installing libffi (3.3-r2) [2021-04-09T22:18:50.230Z] (10/39) Installing gdbm (1.13-r1) [2021-04-09T22:18:50.230Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-09T22:18:50.230Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-09T22:18:50.230Z] Successfully built 03012bc93f93 [2021-04-09T22:18:50.230Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-09T22:18:50.230Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-09T22:18:50.230Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-09T22:18:51.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-09T22:18:51.809Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-09T22:18:51.809Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-09T22:18:51.809Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-09T22:18:51.809Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-09T22:18:51.809Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-09T22:18:51.809Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-09T22:18:51.809Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-09T22:18:51.809Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-09T22:18:51.809Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-09T22:18:51.809Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-09T22:18:52.082Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-09T22:18:52.082Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-09T22:18:52.082Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-09T22:18:52.082Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-09T22:18:52.082Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-09T22:18:52.082Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-09T22:18:52.082Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-09T22:18:52.082Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-09T22:18:52.082Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-09T22:18:52.082Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-09T22:18:52.082Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-09T22:18:52.082Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-09T22:18:52.082Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-09T22:18:52.361Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-09T22:18:52.361Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-09T22:18:52.361Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-09T22:18:52.361Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-09T22:18:52.361Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-09T22:18:52.361Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-09T22:18:52.361Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-09T22:18:52.361Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-09T22:18:52.361Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-09T22:18:52.361Z] Executing busybox-1.31.1-r19.trigger [2021-04-09T22:18:52.361Z] Executing busybox-1.31.1-r20.trigger [2021-04-09T22:18:52.361Z] OK: 8 MiB in 20 packages [2021-04-09T22:18:52.361Z] OK: 72 MiB in 59 packages [2021-04-09T22:18:54.355Z] Removing intermediate container da8cd4831f61 [2021-04-09T22:18:54.355Z] ---> 39cd47cc23a6 [2021-04-09T22:18:54.355Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-09T22:18:55.352Z] ---> c8930da09719 [2021-04-09T22:18:55.352Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-09T22:18:56.794Z] ---> affba39365f8 [2021-04-09T22:18:56.794Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-09T22:18:56.794Z] Collecting docker-compose==1.23.2 [2021-04-09T22:18:57.069Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-09T22:18:57.069Z] ---> 7c33a79412d4 [2021-04-09T22:18:57.069Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-09T22:18:57.351Z] ---> Running in 648fd9d7f108 [2021-04-09T22:18:57.626Z] Removing intermediate container 648fd9d7f108 [2021-04-09T22:18:57.626Z] ---> 9532abed86b3 [2021-04-09T22:18:57.626Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:18:57.903Z] ---> Running in f3ef6c1cca4a [2021-04-09T22:18:58.509Z] Removing intermediate container f3ef6c1cca4a [2021-04-09T22:18:58.509Z] ---> 1d0fcf376dbd [2021-04-09T22:18:58.509Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T22:18:58.509Z] ---> Running in b42aedf620cb [2021-04-09T22:18:58.786Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-09T22:18:58.786Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-09T22:18:59.780Z] Removing intermediate container b42aedf620cb [2021-04-09T22:18:59.780Z] ---> 94fdddeab688 [2021-04-09T22:18:59.780Z] Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:18:59.780Z] 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-04-09T22:18:59.780Z] ---> Running in a4afd8cd00e1 [2021-04-09T22:19:00.053Z] Collecting docopt<0.7,>=0.6.1 [2021-04-09T22:19:00.053Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-09T22:19:00.327Z] Removing intermediate container a4afd8cd00e1 [2021-04-09T22:19:00.327Z] ---> e88192fa4d49 [2021-04-09T22:19:00.327Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T22:19:00.327Z] ---> Running in 84e23615a51b [2021-04-09T22:19:00.929Z] Removing intermediate container 84e23615a51b [2021-04-09T22:19:00.929Z] ---> 4a1e16a5e7dc [2021-04-09T22:19:00.929Z] [2021-04-09T22:19:01.205Z] Successfully built 4a1e16a5e7dc [2021-04-09T22:19:01.205Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-09T22:19:02.642Z]  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 [2021-04-09T22:19:02.642Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-09T22:19:03.239Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-09T22:19:03.239Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-09T22:19:03.513Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-09T22:19:03.513Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-09T22:19:05.495Z] Collecting jsonschema<3,>=2.5.1 [2021-04-09T22:19:05.495Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-09T22:19:06.474Z] Collecting PyYAML<4,>=3.10 [2021-04-09T22:19:06.474Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-09T22:19:09.861Z] Collecting cached-property<2,>=1.2.0 [2021-04-09T22:19:09.861Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-09T22:19:09.861Z] Collecting texttable<0.10,>=0.9.0 [2021-04-09T22:19:09.861Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-09T22:19:11.295Z] Collecting idna<2.8,>=2.5 [2021-04-09T22:19:11.295Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-09T22:19:11.568Z] 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-04-09T22:19:12.164Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-09T22:19:12.164Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-09T22:19:12.164Z] 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-04-09T22:19:12.438Z] Collecting docker-pycreds>=0.4.0 [2021-04-09T22:19:12.438Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-09T22:19:12.438Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-09T22:19:12.438Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-09T22:19:12.438Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-09T22:19:12.438Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-09T22:19:13.418Z] Installing collected packages: idna, urllib3, requests, docopt, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, PyYAML, cached-property, texttable, docker-compose [2021-04-09T22:19:13.418Z] Attempting uninstall: idna [2021-04-09T22:19:13.418Z] Found existing installation: idna 2.9 [2021-04-09T22:19:13.418Z] Uninstalling idna-2.9: [2021-04-09T22:19:13.418Z] Successfully uninstalled idna-2.9 [2021-04-09T22:19:14.016Z] Attempting uninstall: urllib3 [2021-04-09T22:19:14.016Z] Found existing installation: urllib3 1.25.9 [2021-04-09T22:19:14.016Z] Uninstalling urllib3-1.25.9: [2021-04-09T22:19:14.016Z] Successfully uninstalled urllib3-1.25.9 [2021-04-09T22:19:14.614Z] Attempting uninstall: requests [2021-04-09T22:19:14.614Z] Found existing installation: requests 2.23.0 [2021-04-09T22:19:14.614Z] Uninstalling requests-2.23.0: [2021-04-09T22:19:14.614Z] Successfully uninstalled requests-2.23.0 [2021-04-09T22:19:14.887Z] Running setup.py install for docopt: started [2021-04-09T22:19:16.868Z] Running setup.py install for docopt: finished with status 'done' [2021-04-09T22:19:17.849Z] Running setup.py install for dockerpty: started [2021-04-09T22:19:19.829Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-09T22:19:19.829Z] Running setup.py install for PyYAML: started [2021-04-09T22:19:21.803Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-09T22:19:21.803Z] Running setup.py install for texttable: started [2021-04-09T22:19:23.783Z] Running setup.py install for texttable: finished with status 'done' [2021-04-09T22:19:24.384Z] 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-04-09T22:19:32.677Z] Removing intermediate container 593dae4c8e4e [2021-04-09T22:19:32.677Z] ---> 6bd4ff18d5c7 [2021-04-09T22:19:32.677Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-09T22:19:32.677Z] ---> Running in 0a1c5ab59515 [2021-04-09T22:19:32.677Z] Removing intermediate container 0a1c5ab59515 [2021-04-09T22:19:32.677Z] ---> 454f1e7ea1a7 [2021-04-09T22:19:32.677Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-09T22:19:32.954Z] ---> Running in 9f54f5aaf5cf [2021-04-09T22:19:33.229Z] Removing intermediate container 9f54f5aaf5cf [2021-04-09T22:19:33.229Z] ---> 4b1ed1d23682 [2021-04-09T22:19:33.229Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-09T22:19:34.674Z] ---> 81c42e23b23e [2021-04-09T22:19:34.675Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-09T22:19:35.272Z] ---> e28034e31d46 [2021-04-09T22:19:35.272Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-09T22:19:36.257Z] ---> ddf461668409 [2021-04-09T22:19:36.257Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-09T22:19:36.257Z] ---> Running in 3ac9a2cc2555 [2021-04-09T22:19:36.533Z] Removing intermediate container 3ac9a2cc2555 [2021-04-09T22:19:36.533Z] ---> 2ba21763e3a2 [2021-04-09T22:19:36.533Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-09T22:19:36.809Z] ---> Running in 8232c527fbd1 [2021-04-09T22:19:37.408Z] Removing intermediate container 8232c527fbd1 [2021-04-09T22:19:37.408Z] ---> dbe2fd43c91b [2021-04-09T22:19:37.408Z] Step 21/23 : LABEL arch=arm64 [2021-04-09T22:19:37.408Z] ---> Running in 2cc375583a54 [2021-04-09T22:19:37.683Z] Removing intermediate container 2cc375583a54 [2021-04-09T22:19:37.683Z] ---> fe7a976bdf56 [2021-04-09T22:19:37.683Z] Step 22/23 : LABEL git_sha=3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [2021-04-09T22:19:37.960Z] ---> Running in fa172fb257d9 [2021-04-09T22:19:38.240Z] Removing intermediate container fa172fb257d9 [2021-04-09T22:19:38.240Z] ---> d34fad40dc12 [2021-04-09T22:19:38.240Z] Step 23/23 : LABEL version=0.0.0 [2021-04-09T22:19:38.525Z] ---> Running in 77b80b5e1ce0 [2021-04-09T22:19:39.134Z] Removing intermediate container 77b80b5e1ce0 [2021-04-09T22:19:39.134Z] ---> 718496197824 [2021-04-09T22:19:39.134Z] [2021-04-09T22:19:39.410Z] Successfully built 718496197824 [2021-04-09T22:19:39.410Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-09T22:19:39.720Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-09T22:19:39.716Z] $ docker stop --time=1 cf769110674145f25c257065218b0471ae624397dd32db7a37fbda3c3f007ca2 [2021-04-09T22:19:41.686Z] $ docker rm -f cf769110674145f25c257065218b0471ae624397dd32db7a37fbda3c3f007ca2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-09T22:19:42.474Z] + grep docker [2021-04-09T22:19:42.474Z] + docker images [2021-04-09T22:19:42.763Z] docker-sys-mgmt-agent-go-arm64 latest 718496197824 4 seconds ago 299MB [2021-04-09T22:19:42.763Z] docker-core-data-go-arm64 latest 4a1e16a5e7dc 42 seconds ago 21.4MB [2021-04-09T22:19:42.763Z] docker-support-notifications-go-arm64 latest 03012bc93f93 53 seconds ago 16.9MB [2021-04-09T22:19:42.763Z] docker-support-scheduler-go-arm64 latest ceab484a170f 2 minutes ago 16.4MB [2021-04-09T22:19:42.763Z] docker-security-bootstrapper-go-arm64 latest 80ee22fe0e28 3 minutes ago 17.9MB [2021-04-09T22:19:42.763Z] docker-security-secretstore-setup-go-arm64 latest 3757ae474ffb 4 minutes ago 24.4MB [2021-04-09T22:19:42.763Z] docker-core-metadata-go-arm64 latest 09acc763ede2 4 minutes ago 17.9MB [2021-04-09T22:19:42.763Z] docker-core-command-go-arm64 latest 2e4fe73a6d70 4 minutes ago 16.3MB [2021-04-09T22:19:42.763Z] docker-security-proxy-setup-go-arm64 latest 0f4870bea8a4 4 minutes ago 24.2MB [2021-04-09T22:19:42.763Z] 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-04-09T22:19:43.947Z] ---> job-cost.sh [2021-04-09T22:19:43.947Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CElT [2021-04-09T22:20:22.986Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-09T22:21:59.701Z] lf-activate-venv(): INFO: Adding /tmp/venv-CElT/bin to PATH [2021-04-09T22:21:59.701Z] INFO: No Stack... [2021-04-09T22:21:59.701Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-09T22:21:59.701Z] INFO: Archiving Costs [Pipeline] sh [2021-04-09T22:22:00.037Z] + cat /w/workspace/edgex-go/9/archives/cost.csv [2021-04-09T22:22:00.037Z] + cut -d, -f6 [Pipeline] lock [2021-04-09T22:22:00.144Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3331-9-stack-cost] [2021-04-09T22:22:00.154Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3331-9-stack-cost] did not exist. Created. [2021-04-09T22:22:00.154Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3331-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-09T22:22:00.656Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-09T22:22:00.926Z] Stashed 1 file(s) [Pipeline] } [2021-04-09T22:22:00.940Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3331-9-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-09T22:22:02.655Z] provisioning config files... [2021-04-09T22:22:02.666Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config1838277273419025585tmp [Pipeline] { [Pipeline] sh [2021-04-09T22:22:03.054Z] + set +x [2021-04-09T22:22:03.055Z] + curl -s https://codecov.io/bash [2021-04-09T22:22:03.055Z] + bash -s -- [2021-04-09T22:22:03.656Z] [2021-04-09T22:22:03.657Z] _____ _ [2021-04-09T22:22:03.657Z] / ____| | | [2021-04-09T22:22:03.657Z] | | ___ __| | ___ ___ _____ __ [2021-04-09T22:22:03.657Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-09T22:22:03.657Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-09T22:22:03.657Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-09T22:22:03.657Z] Bash-20210309-2b87ace [2021-04-09T22:22:03.657Z] [2021-04-09T22:22:03.657Z] [2021-04-09T22:22:03.657Z] ==> git version 2.24.3 found [2021-04-09T22:22:03.657Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-09T22:22:03.657Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-09T22:22:03.657Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-09T22:22:03.657Z] ==> Jenkins CI detected. [2021-04-09T22:22:03.657Z] project root: . [2021-04-09T22:22:03.657Z] --> token set from env [2021-04-09T22:22:03.657Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-09T22:22:03.657Z] ==> Running gcov in . (disable via -X gcov) [2021-04-09T22:22:03.657Z] ==> Python coveragepy not found [2021-04-09T22:22:03.657Z] ==> Searching for coverage reports in: [2021-04-09T22:22:03.657Z] + . [2021-04-09T22:22:03.657Z] -> Found 1 reports [2021-04-09T22:22:03.657Z] ==> Detecting git/mercurial file structure [2021-04-09T22:22:03.657Z] ==> Reading reports [2021-04-09T22:22:03.959Z] + ./coverage.out bytes=697573 [2021-04-09T22:22:03.959Z] ==> Appending adjustments [2021-04-09T22:22:03.959Z] https://docs.codecov.io/docs/fixing-reports [2021-04-09T22:22:07.452Z] + Found adjustments [2021-04-09T22:22:07.452Z] ==> Gzipping contents [2021-04-09T22:22:07.452Z] 100K /tmp/codecov.AjKQSR.gz [2021-04-09T22:22:07.452Z] ==> Uploading reports [2021-04-09T22:22:07.452Z] url: https://codecov.io [2021-04-09T22:22:07.452Z] query: branch=PR-3331&commit=3f7e1d59aed2f1d51124aff8ab6e0023198d4100&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3331%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3331&job=&cmd_args= [2021-04-09T22:22:07.452Z] -> Pinging Codecov [2021-04-09T22:22:07.452Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3331&commit=3f7e1d59aed2f1d51124aff8ab6e0023198d4100&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3331%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3331&job=&cmd_args= [2021-04-09T22:22:08.025Z] -> Uploading to [2021-04-09T22:22:08.025Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-09/00271124DB129430A58F1EEE437C3FCB/3f7e1d59aed2f1d51124aff8ab6e0023198d4100/80431228-9e39-45cb-a8b9-a4564e3b98e1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210409%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210409T222207Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eeaa61e66e7da567d9f39ea82e2335eb6a05f1798c1f8c80da92dd18d6446817 [2021-04-09T22:22:08.025Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-09T22:22:08.025Z] Dload Upload Total Spent Left Speed [2021-04-09T22:22:08.603Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99515 0 0 100 99515 0 218k --:--:-- --:--:-- --:--:-- 218k [2021-04-09T22:22:08.603Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3f7e1d59aed2f1d51124aff8ab6e0023198d4100 [Pipeline] } [2021-04-09T22:22:08.613Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:22:10.593Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:22:11.472Z] ---> package-listing.sh [2021-04-09T22:22:11.472Z] ++ facter osfamily [2021-04-09T22:22:11.472Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-09T22:22:11.472Z] + OS_FAMILY=redhat [2021-04-09T22:22:11.472Z] + workspace=/w/workspace/edgex-go/9 [2021-04-09T22:22:11.472Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-09T22:22:11.472Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-09T22:22:11.472Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-09T22:22:11.472Z] + PACKAGES=/tmp/packages_start.txt [2021-04-09T22:22:11.472Z] + '[' /w/workspace/edgex-go/9 ']' [2021-04-09T22:22:11.472Z] + PACKAGES=/tmp/packages_end.txt [2021-04-09T22:22:11.472Z] + case "${OS_FAMILY}" in [2021-04-09T22:22:11.472Z] + rpm -qa [2021-04-09T22:22:11.472Z] + sort [2021-04-09T22:22:16.786Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-09T22:22:16.786Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-09T22:22:16.786Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-09T22:22:16.786Z] + '[' /w/workspace/edgex-go/9 ']' [2021-04-09T22:22:16.786Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2021-04-09T22:22:16.786Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo [2021-04-09T22:22:16.801Z] 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-09T22:22:17.096Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:22:17.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T22:22:17.462Z] [2021-04-09T22:22:17.462Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-09T22:22:17.824Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T22:22:17.824Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-09T22:22:17.824Z] df20fa9351a1: Pulling fs layer [2021-04-09T22:22:17.824Z] 36b3adc4ff6f: Pulling fs layer [2021-04-09T22:22:17.824Z] 8ad3a11d3b57: Pulling fs layer [2021-04-09T22:22:17.824Z] 46f8f816bc3b: Pulling fs layer [2021-04-09T22:22:17.824Z] 93b61091891f: Pulling fs layer [2021-04-09T22:22:17.824Z] 93b9cdb0e59b: Pulling fs layer [2021-04-09T22:22:17.824Z] 5e14af77c1be: Pulling fs layer [2021-04-09T22:22:17.824Z] 01666e4c0597: Pulling fs layer [2021-04-09T22:22:17.824Z] aa168da1d23b: Pulling fs layer [2021-04-09T22:22:17.824Z] 46f8f816bc3b: Waiting [2021-04-09T22:22:17.824Z] 93b61091891f: Waiting [2021-04-09T22:22:17.824Z] 93b9cdb0e59b: Waiting [2021-04-09T22:22:17.824Z] aa168da1d23b: Waiting [2021-04-09T22:22:17.824Z] 5e14af77c1be: Waiting [2021-04-09T22:22:17.824Z] 01666e4c0597: Waiting [2021-04-09T22:22:17.824Z] 36b3adc4ff6f: Verifying Checksum [2021-04-09T22:22:17.824Z] 36b3adc4ff6f: Download complete [2021-04-09T22:22:18.085Z] 46f8f816bc3b: Verifying Checksum [2021-04-09T22:22:18.085Z] 46f8f816bc3b: Download complete [2021-04-09T22:22:18.085Z] df20fa9351a1: Verifying Checksum [2021-04-09T22:22:18.085Z] df20fa9351a1: Download complete [2021-04-09T22:22:18.085Z] 93b9cdb0e59b: Verifying Checksum [2021-04-09T22:22:18.085Z] 93b9cdb0e59b: Download complete [2021-04-09T22:22:18.085Z] 5e14af77c1be: Verifying Checksum [2021-04-09T22:22:18.085Z] 5e14af77c1be: Download complete [2021-04-09T22:22:18.085Z] 93b61091891f: Verifying Checksum [2021-04-09T22:22:18.085Z] 93b61091891f: Download complete [2021-04-09T22:22:18.085Z] 01666e4c0597: Verifying Checksum [2021-04-09T22:22:18.085Z] 01666e4c0597: Download complete [2021-04-09T22:22:18.659Z] df20fa9351a1: Pull complete [2021-04-09T22:22:18.659Z] 8ad3a11d3b57: Verifying Checksum [2021-04-09T22:22:18.659Z] 8ad3a11d3b57: Download complete [2021-04-09T22:22:18.659Z] 36b3adc4ff6f: Pull complete [2021-04-09T22:22:19.612Z] 8ad3a11d3b57: Pull complete [2021-04-09T22:22:19.613Z] 46f8f816bc3b: Pull complete [2021-04-09T22:22:20.565Z] aa168da1d23b: Verifying Checksum [2021-04-09T22:22:21.512Z] 93b61091891f: Pull complete [2021-04-09T22:22:21.774Z] 93b9cdb0e59b: Pull complete [2021-04-09T22:22:21.774Z] 5e14af77c1be: Pull complete [2021-04-09T22:22:22.047Z] 01666e4c0597: Pull complete [2021-04-09T22:22:28.674Z] aa168da1d23b: Pull complete [2021-04-09T22:22:28.674Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-09T22:22:28.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-09T22:22:28.939Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-09T22:22:29.291Z] prd-centos7-docker-4c-2g-33472 does not seem to be running inside a container [2021-04-09T22:22:29.347Z] $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-09T22:22:34.075Z] $ docker top 051545b6001601312f0e33cba324d3adda19f34c7288d662297cfbc634d86154 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-09T22:22:34.661Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-09T22:22:34.963Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-09T22:22:35.264Z] + ls /var/log/sa-host [2021-04-09T22:22:35.265Z] + sadf -c /var/log/sa-host/sa09 [2021-04-09T22:22:35.265Z] file_magic: OK [2021-04-09T22:22:35.265Z] HZ: Using current value: 100 [2021-04-09T22:22:35.265Z] file_header: OK [2021-04-09T22:22:35.265Z] 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-04-09T22:22:35.265Z] Statistics: [2021-04-09T22:22:35.265Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-09T22:22:35.265Z] File successfully converted to sysstat format version 12.2.1 [2021-04-09T22:22:35.265Z] + sadf -c /var/log/sa-host/sa23 [2021-04-09T22:22:35.265Z] file_magic: OK [2021-04-09T22:22:35.265Z] HZ: Using current value: 100 [2021-04-09T22:22:35.265Z] file_header: OK [2021-04-09T22:22:35.265Z] 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-04-09T22:22:35.265Z] Statistics: [2021-04-09T22:22:35.265Z] Hnuu...uuuununununu... [2021-04-09T22:22:35.265Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-09T22:22:35.953Z] provisioning config files... [2021-04-09T22:22:35.971Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config8616910466340390687tmp [Pipeline] { [Pipeline] echo [2021-04-09T22:22:36.047Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:22:36.345Z] ---> create-netrc.sh [Pipeline] } [2021-04-09T22:22:36.354Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-09T22:22:36.449Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:22:36.749Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-09T22:22:36.761Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:22:37.059Z] ---> sudo-logs.sh [2021-04-09T22:22:37.059Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-09T22:22:37.129Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:22:37.430Z] ---> job-cost.sh [2021-04-09T22:22:37.431Z] lf-activate-venv: SKIPPING [2021-04-09T22:22:37.431Z] DEBUG: total: 0.20999999344348907 [2021-04-09T22:22:37.431Z] INFO: Retrieving Stack Cost... [2021-04-09T22:22:38.824Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-09T22:22:39.084Z] INFO: Archiving Costs [Pipeline] echo [2021-04-09T22:22:39.100Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-09T22:22:39.398Z] ---> logs-deploy.sh [2021-04-09T22:22:39.398Z] lf-activate-venv: SKIPPING [2021-04-09T22:22:39.398Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3331/9 [2021-04-09T22:22:39.398Z] INFO: archiving workspace using pattern(s): [2021-04-09T22:22:40.787Z] Archives upload complete. [2021-04-09T22:22:41.049Z] INFO: archiving logs to Nexus [2021-04-09T22:22:41.996Z] ---> uname -a: [2021-04-09T22:22:41.996Z] Linux prd-centos7-docker-4c-2g-33472.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-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] ---> lscpu: [2021-04-09T22:22:41.996Z] Architecture: x86_64 [2021-04-09T22:22:41.996Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-09T22:22:41.996Z] Byte Order: Little Endian [2021-04-09T22:22:41.996Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-09T22:22:41.996Z] CPU(s): 4 [2021-04-09T22:22:41.996Z] On-line CPU(s) list: 0-3 [2021-04-09T22:22:41.996Z] Thread(s) per core: 1 [2021-04-09T22:22:41.996Z] Core(s) per socket: 1 [2021-04-09T22:22:41.996Z] Socket(s): 4 [2021-04-09T22:22:41.996Z] NUMA node(s): 1 [2021-04-09T22:22:41.996Z] Vendor ID: GenuineIntel [2021-04-09T22:22:41.996Z] CPU family: 6 [2021-04-09T22:22:41.996Z] Model: 44 [2021-04-09T22:22:41.996Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-09T22:22:41.996Z] Stepping: 1 [2021-04-09T22:22:41.996Z] CPU MHz: 2933.438 [2021-04-09T22:22:41.996Z] BogoMIPS: 5866.87 [2021-04-09T22:22:41.996Z] Virtualization: VT-x [2021-04-09T22:22:41.996Z] Hypervisor vendor: KVM [2021-04-09T22:22:41.996Z] Virtualization type: full [2021-04-09T22:22:41.996Z] L1d cache: 128 KiB [2021-04-09T22:22:41.996Z] L1i cache: 128 KiB [2021-04-09T22:22:41.996Z] L2 cache: 16 MiB [2021-04-09T22:22:41.996Z] L3 cache: 64 MiB [2021-04-09T22:22:41.996Z] NUMA node0 CPU(s): 0-3 [2021-04-09T22:22:41.996Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-09T22:22:41.996Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-09T22:22:41.996Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-09T22:22:41.996Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-09T22:22:41.996Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-09T22:22:41.996Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-09T22:22:41.996Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-09T22:22:41.996Z] Vulnerability Srbds: Not affected [2021-04-09T22:22:41.996Z] Vulnerability Tsx async abort: Not affected [2021-04-09T22:22:41.996Z] 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-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] ---> nproc: [2021-04-09T22:22:41.996Z] 4 [2021-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] ---> df -h: [2021-04-09T22:22:41.996Z] Filesystem Size Used Available Use% Mounted on [2021-04-09T22:22:41.996Z] overlay 50.0G 11.4G 38.6G 23% / [2021-04-09T22:22:41.996Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-09T22:22:41.996Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-09T22:22:41.996Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-09T22:22:41.996Z] /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os [2021-04-09T22:22:41.996Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf [2021-04-09T22:22:41.996Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname [2021-04-09T22:22:41.996Z] /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts [2021-04-09T22:22:41.996Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log [2021-04-09T22:22:41.996Z] /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json [2021-04-09T22:22:41.996Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host [2021-04-09T22:22:41.996Z] /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure [2021-04-09T22:22:41.996Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/9@tmp [2021-04-09T22:22:41.996Z] /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/9 [2021-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] ---> free -m: [2021-04-09T22:22:41.996Z] total used free shared buff/cache available [2021-04-09T22:22:41.996Z] Mem: 1837 742 133 0 961 1013 [2021-04-09T22:22:41.996Z] Swap: 1023 56 967 [2021-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] ---> ip addr: [2021-04-09T22:22:41.996Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-09T22:22:41.996Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-09T22:22:41.996Z] inet 127.0.0.1/8 scope host lo [2021-04-09T22:22:41.996Z] valid_lft forever preferred_lft forever [2021-04-09T22:22:41.996Z] inet6 ::1/128 scope host [2021-04-09T22:22:41.996Z] valid_lft forever preferred_lft forever [2021-04-09T22:22:41.996Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-09T22:22:41.996Z] link/ether fa:16:3e:f2:df:64 brd ff:ff:ff:ff:ff:ff [2021-04-09T22:22:41.996Z] inet 10.30.123.114/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-09T22:22:41.996Z] valid_lft 85008sec preferred_lft 85008sec [2021-04-09T22:22:41.996Z] inet6 fe80::f816:3eff:fef2:df64/64 scope link [2021-04-09T22:22:41.996Z] valid_lft forever preferred_lft forever [2021-04-09T22:22:41.996Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-09T22:22:41.996Z] link/ether 02:42:dd:49:3f:75 brd ff:ff:ff:ff:ff:ff [2021-04-09T22:22:41.996Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-09T22:22:41.996Z] valid_lft forever preferred_lft forever [2021-04-09T22:22:41.996Z] inet6 fe80::42:ddff:fe49:3f75/64 scope link [2021-04-09T22:22:41.996Z] valid_lft forever preferred_lft forever [2021-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] ---> sar -b -r -n DEV: [2021-04-09T22:22:41.996Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/09/21 _x86_64_ (4 CPU) [2021-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] 21:59:18 LINUX RESTART (4 CPU) [2021-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] 22:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-09T22:22:41.996Z] 22:01:01 122.73 52.59 70.14 0.00 9004.26 24287.62 0.00 [2021-04-09T22:22:41.996Z] 22:02:01 312.80 109.11 203.69 0.00 4612.37 46090.46 0.00 [2021-04-09T22:22:41.996Z] 22:03:01 123.89 35.25 88.64 0.00 1449.02 10509.84 0.00 [2021-04-09T22:22:41.996Z] 22:04:01 149.36 72.01 77.35 0.00 3582.24 11003.06 0.00 [2021-04-09T22:22:41.996Z] 22:05:02 884.11 646.34 237.77 0.00 88248.14 161165.23 0.00 [2021-04-09T22:22:41.996Z] 22:06:01 2799.11 2462.82 336.29 0.00 150902.66 162380.67 0.00 [2021-04-09T22:22:41.996Z] 22:07:01 330.29 106.83 223.45 0.00 13385.04 47133.16 0.00 [2021-04-09T22:22:41.996Z] 22:08:02 2275.60 1966.89 308.70 0.00 141119.73 172497.84 0.00 [2021-04-09T22:22:41.996Z] 22:09:01 341.07 88.65 252.42 0.00 7050.42 38115.14 0.00 [2021-04-09T22:22:41.996Z] 22:10:01 21.55 11.14 10.41 0.00 2926.94 375.99 0.00 [2021-04-09T22:22:41.996Z] 22:11:01 0.58 0.00 0.58 0.00 0.00 6.38 0.00 [2021-04-09T22:22:41.996Z] 22:12:01 0.62 0.02 0.60 0.00 0.53 6.14 0.00 [2021-04-09T22:22:41.996Z] 22:13:01 0.42 0.00 0.42 0.00 0.00 4.45 0.00 [2021-04-09T22:22:41.996Z] 22:14:01 0.17 0.02 0.15 0.00 0.53 1.60 0.00 [2021-04-09T22:22:41.996Z] 22:15:01 2.23 2.05 0.18 0.00 211.56 4.28 0.00 [2021-04-09T22:22:41.996Z] 22:16:01 0.83 0.03 0.80 0.00 1.07 16.32 0.00 [2021-04-09T22:22:41.996Z] 22:17:01 0.28 0.02 0.27 0.00 0.13 3.53 0.00 [2021-04-09T22:22:41.996Z] 22:18:01 0.15 0.00 0.15 0.00 0.00 1.77 0.00 [2021-04-09T22:22:41.996Z] 22:19:01 0.28 0.02 0.27 0.00 0.27 3.53 0.00 [2021-04-09T22:22:41.996Z] 22:20:01 0.27 0.02 0.25 0.00 0.13 2.43 0.00 [2021-04-09T22:22:41.996Z] 22:21:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 [2021-04-09T22:22:41.996Z] 22:22:01 0.20 0.00 0.20 0.00 0.00 2.05 0.00 [2021-04-09T22:22:41.996Z] Average: 333.78 251.54 82.24 0.00 19164.62 30588.47 0.00 [2021-04-09T22:22:41.996Z] [2021-04-09T22:22:41.996Z] 22:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-09T22:22:41.996Z] 22:01:01 77176 0 633104 33.65 2620 1168644 1518624 51.83 710424 884536 106620 [2021-04-09T22:22:41.996Z] 22:02:01 139044 0 760796 40.43 1516 980188 1644648 56.13 614428 852028 51804 [2021-04-09T22:22:41.996Z] 22:03:01 179924 0 858216 45.61 912 842492 1806064 61.64 734328 678768 78804 [2021-04-09T22:22:41.996Z] 22:04:01 240084 0 735796 39.11 836 904828 1338228 45.67 597644 748308 33104 [2021-04-09T22:22:41.996Z] 22:05:02 64520 0 837800 44.53 136 979088 2283428 77.93 742832 865768 89296 [2021-04-09T22:22:41.996Z] 22:06:01 342032 0 1078272 57.31 136 461104 4416752 150.74 727404 533308 7756 [2021-04-09T22:22:41.996Z] 22:07:01 69252 0 700476 37.23 136 1111680 1373944 46.89 735752 821064 102212 [2021-04-09T22:22:41.996Z] 22:08:02 436896 0 704772 37.46 136 739740 1576444 53.80 533708 680236 12 [2021-04-09T22:22:41.996Z] 22:09:01 175952 0 704800 37.46 136 1000656 1390448 47.45 583760 865000 36 [2021-04-09T22:22:41.997Z] 22:10:01 200384 0 651068 34.60 136 1029956 1218284 41.58 551592 879908 8 [2021-04-09T22:22:41.997Z] 22:11:01 201464 0 649988 34.55 136 1029956 1208056 41.23 551084 879360 8 [2021-04-09T22:22:41.997Z] 22:12:01 202904 0 648556 34.47 136 1029948 1196748 40.84 550124 879172 8 [2021-04-09T22:22:41.997Z] 22:13:01 202828 0 648608 34.47 136 1029972 1196748 40.84 549780 879544 8 [2021-04-09T22:22:41.997Z] 22:14:01 203132 0 648300 34.46 136 1029976 1196748 40.84 549788 879560 8 [2021-04-09T22:22:41.997Z] 22:15:01 192176 0 653672 34.74 136 1035560 1197016 40.85 556788 882344 28 [2021-04-09T22:22:41.997Z] 22:16:01 193408 0 652432 34.68 136 1035568 1196812 40.85 555676 882348 12 [2021-04-09T22:22:41.997Z] 22:17:01 193868 0 651968 34.65 136 1035572 1196812 40.85 555684 882348 12 [2021-04-09T22:22:41.997Z] 22:18:01 193836 0 651992 34.65 136 1035580 1196812 40.85 555564 882352 8 [2021-04-09T22:22:41.997Z] 22:19:01 193992 0 651832 34.64 136 1035584 1196812 40.85 555568 882356 8 [2021-04-09T22:22:41.997Z] 22:20:01 193344 0 652468 34.68 136 1035596 1196884 40.85 556068 882364 8 [2021-04-09T22:22:41.997Z] 22:21:01 193072 0 652736 34.69 136 1035600 1196920 40.85 556292 882364 8 [2021-04-09T22:22:41.997Z] 22:22:01 193720 0 652080 34.66 136 1035608 1196812 40.85 555836 882364 8 [2021-04-09T22:22:41.997Z] Average: 194682 0 703624 37.40 379 982859 1497275 51.10 599097 835700 21353 [2021-04-09T22:22:41.997Z] [2021-04-09T22:22:41.997Z] 22:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-09T22:22:41.997Z] 22:01:01 eth0 1418.09 1397.92 5610.88 157.47 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:01:01 docker0 877.78 778.10 72.83 2693.05 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:02:01 eth0 500.75 384.33 3677.79 40.99 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:02:01 veth741c391 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:02:01 docker0 122.94 180.05 8.93 837.03 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:03:01 eth0 39.69 24.38 27.83 51.02 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:03:01 veth741c391 1.43 1.45 0.11 0.12 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:03:01 docker0 1.43 1.43 0.09 0.12 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:04:01 eth0 24.00 12.94 19.50 10.60 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:04:01 veth741c391 0.81 0.81 0.06 0.06 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:04:01 docker0 0.81 0.81 0.05 0.06 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:05:02 eth0 209.64 175.96 1690.11 84.25 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:05:02 veth822e343 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:06:01 veth2999c01 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:06:01 vethfad6298 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:06:01 veth6d00e11 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:06:01 eth0 42.21 23.05 161.35 7.84 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:07:01 eth0 54.74 30.00 227.39 12.58 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:07:01 veth822e343 0.00 0.80 0.00 0.04 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:07:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:07:01 docker0 1026.22 1007.41 83.11 3825.41 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:08:02 veth7aae2cf 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:08:02 eth0 26.00 12.61 72.46 7.47 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:08:02 vethc89638e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:08:02 veth822e343 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:09:01 eth0 243.86 177.85 1743.02 102.84 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:09:01 veth822e343 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:09:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:09:01 docker0 1083.25 1095.43 87.04 4425.62 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:10:01 eth0 6.18 3.53 5.43 2.24 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:11:01 eth0 0.55 0.35 0.30 0.20 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:12:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:13:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:14:01 eth0 0.77 0.07 0.06 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:15:01 eth0 0.73 0.55 0.41 0.27 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:16:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:17:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:18:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:19:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:20:01 eth0 0.57 0.18 0.12 0.07 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:21:01 eth0 0.60 0.32 0.33 0.20 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:22:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] 22:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] Average: eth0 116.79 102.06 601.60 21.70 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] Average: docker0 48.49 49.03 3.90 198.09 0.00 0.00 0.00 0.00 [2021-04-09T22:22:41.997Z] [2021-04-09T22:22:41.997Z] [2021-04-09T22:22:41.997Z] ---> sar -P ALL: [2021-04-09T22:22:41.997Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/09/21 _x86_64_ (4 CPU) [2021-04-09T22:22:41.997Z] [2021-04-09T22:22:41.997Z] 21:59:18 LINUX RESTART (4 CPU) [2021-04-09T22:22:41.997Z] [2021-04-09T22:22:41.997Z] 22:00:01 CPU %user %nice %system %iowait %steal %idle [2021-04-09T22:22:41.997Z] 22:01:01 all 14.11 0.00 6.96 2.00 0.08 76.84 [2021-04-09T22:22:41.997Z] 22:01:01 0 10.83 0.00 9.13 1.17 0.05 78.82 [2021-04-09T22:22:41.997Z] 22:01:01 1 22.19 0.00 6.64 2.48 0.05 68.63 [2021-04-09T22:22:41.997Z] 22:01:01 2 11.46 0.00 6.18 0.90 0.09 81.38 [2021-04-09T22:22:41.997Z] 22:01:01 3 12.02 0.00 5.91 3.46 0.14 78.47 [2021-04-09T22:22:41.997Z] 22:02:01 all 16.75 0.00 10.20 5.95 0.15 66.95 [2021-04-09T22:22:41.997Z] 22:02:01 0 17.00 0.00 10.13 6.28 0.12 66.48 [2021-04-09T22:22:41.997Z] 22:02:01 1 16.04 0.00 10.30 5.06 0.15 68.44 [2021-04-09T22:22:41.997Z] 22:02:01 2 17.22 0.00 10.47 6.70 0.14 65.47 [2021-04-09T22:22:41.997Z] 22:02:01 3 16.75 0.00 9.90 5.79 0.17 67.39 [2021-04-09T22:22:41.997Z] 22:03:01 all 51.35 0.00 12.28 4.37 0.09 31.91 [2021-04-09T22:22:41.997Z] 22:03:01 0 50.87 0.00 12.00 4.63 0.07 32.43 [2021-04-09T22:22:41.997Z] 22:03:01 1 52.57 0.00 12.25 3.53 0.09 31.57 [2021-04-09T22:22:41.997Z] 22:03:01 2 52.52 0.00 12.13 3.85 0.10 31.39 [2021-04-09T22:22:41.997Z] 22:03:01 3 49.43 0.00 12.74 5.48 0.09 32.26 [2021-04-09T22:22:41.997Z] 22:04:01 all 48.46 0.00 14.36 3.28 0.14 33.77 [2021-04-09T22:22:41.997Z] 22:04:01 0 49.02 0.00 14.53 3.13 0.14 33.18 [2021-04-09T22:22:41.997Z] 22:04:01 1 46.80 0.00 14.38 4.79 0.19 33.83 [2021-04-09T22:22:41.997Z] 22:04:01 2 48.98 0.00 14.60 2.65 0.09 33.68 [2021-04-09T22:22:41.997Z] 22:04:01 3 49.05 0.00 13.91 2.53 0.12 34.39 [2021-04-09T22:22:41.997Z] 22:05:02 all 22.25 0.00 20.93 8.53 0.17 48.14 [2021-04-09T22:22:41.997Z] 22:05:02 0 21.59 0.00 19.97 9.46 0.16 48.83 [2021-04-09T22:22:41.997Z] 22:05:02 1 23.41 0.00 20.27 9.55 0.16 46.62 [2021-04-09T22:22:41.997Z] 22:05:02 2 23.07 0.00 21.83 7.96 0.17 46.97 [2021-04-09T22:22:41.997Z] 22:05:02 3 20.91 0.00 21.65 7.13 0.18 50.13 [2021-04-09T22:22:41.997Z] 22:06:01 all 19.93 0.00 25.07 29.29 0.22 25.49 [2021-04-09T22:22:41.997Z] 22:06:01 0 18.92 0.00 25.00 30.26 0.22 25.61 [2021-04-09T22:22:41.997Z] 22:06:01 1 19.97 0.00 25.96 31.26 0.22 22.59 [2021-04-09T22:22:41.997Z] 22:06:01 2 20.74 0.00 25.69 30.50 0.22 22.85 [2021-04-09T22:22:41.997Z] 22:06:01 3 20.09 0.00 23.62 25.07 0.22 31.00 [2021-04-09T22:22:41.997Z] 22:07:01 all 53.01 0.00 14.97 12.60 0.10 19.32 [2021-04-09T22:22:41.997Z] 22:07:01 0 52.75 0.00 15.23 12.14 0.09 19.79 [2021-04-09T22:22:41.997Z] 22:07:01 1 52.56 0.00 15.68 16.03 0.12 15.61 [2021-04-09T22:22:41.997Z] 22:07:01 2 53.08 0.00 15.29 15.38 0.09 16.16 [2021-04-09T22:22:41.997Z] 22:07:01 3 53.65 0.00 13.68 6.89 0.10 25.67 [2021-04-09T22:22:41.997Z] 22:08:02 all 36.51 0.00 26.42 16.16 0.20 20.71 [2021-04-09T22:22:41.997Z] 22:08:02 0 36.00 0.00 26.10 16.34 0.18 21.39 [2021-04-09T22:22:41.998Z] 22:08:02 1 38.31 0.00 25.81 17.26 0.16 18.46 [2021-04-09T22:22:41.998Z] 22:08:02 2 36.93 0.00 26.74 16.26 0.25 19.83 [2021-04-09T22:22:41.998Z] 22:08:02 3 34.80 0.00 27.05 14.78 0.20 23.18 [2021-04-09T22:22:41.998Z] 22:09:01 all 32.23 0.00 13.40 10.73 0.12 43.51 [2021-04-09T22:22:41.998Z] 22:09:01 0 33.37 0.00 13.94 6.74 0.09 45.86 [2021-04-09T22:22:41.998Z] 22:09:01 1 33.42 0.00 13.14 10.40 0.14 42.90 [2021-04-09T22:22:41.998Z] 22:09:01 2 29.40 0.00 13.40 12.00 0.11 45.09 [2021-04-09T22:22:41.998Z] 22:09:01 3 32.72 0.00 13.14 13.82 0.14 40.17 [2021-04-09T22:22:41.998Z] 22:10:01 all 0.40 0.00 0.38 0.34 0.01 98.86 [2021-04-09T22:22:41.998Z] 22:10:01 0 0.28 0.00 0.42 0.28 0.00 99.02 [2021-04-09T22:22:41.998Z] 22:10:01 1 0.25 0.00 0.50 0.12 0.02 99.12 [2021-04-09T22:22:41.998Z] 22:10:01 2 0.20 0.00 0.38 0.52 0.02 98.88 [2021-04-09T22:22:41.998Z] 22:10:01 3 0.88 0.00 0.23 0.43 0.02 98.43 [2021-04-09T22:22:41.998Z] 22:11:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-09T22:22:41.998Z] 22:11:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-09T22:22:41.998Z] 22:11:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-09T22:22:41.998Z] 22:11:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-09T22:22:41.998Z] 22:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-09T22:22:41.998Z] [2021-04-09T22:22:41.998Z] 22:11:01 CPU %user %nice %system %iowait %steal %idle [2021-04-09T22:22:41.998Z] 22:12:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-04-09T22:22:41.998Z] 22:12:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-09T22:22:41.998Z] 22:12:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-04-09T22:22:41.998Z] 22:12:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-09T22:22:41.998Z] 22:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-09T22:22:41.998Z] 22:13:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2021-04-09T22:22:41.998Z] 22:13:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2021-04-09T22:22:41.998Z] 22:13:01 1 0.55 0.00 0.03 0.00 0.00 99.42 [2021-04-09T22:22:41.998Z] 22:13:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-09T22:22:41.998Z] 22:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-09T22:22:41.998Z] 22:14:01 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-04-09T22:22:41.998Z] 22:14:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-09T22:22:41.998Z] 22:14:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-04-09T22:22:41.998Z] 22:14:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-09T22:22:41.998Z] 22:14:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-04-09T22:22:41.998Z] 22:15:01 all 0.26 0.00 0.07 0.04 0.01 99.62 [2021-04-09T22:22:41.998Z] 22:15:01 0 0.05 0.00 0.07 0.00 0.02 99.87 [2021-04-09T22:22:41.998Z] 22:15:01 1 0.75 0.00 0.10 0.05 0.02 99.08 [2021-04-09T22:22:41.998Z] 22:15:01 2 0.22 0.00 0.12 0.10 0.00 99.57 [2021-04-09T22:22:41.998Z] 22:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-09T22:22:41.998Z] 22:16:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-04-09T22:22:41.998Z] 22:16:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-04-09T22:22:41.998Z] 22:16:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-04-09T22:22:41.998Z] 22:16:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-04-09T22:22:41.998Z] 22:16:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-09T22:22:41.998Z] 22:17:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-04-09T22:22:41.998Z] 22:17:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-04-09T22:22:41.998Z] 22:17:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-04-09T22:22:41.998Z] 22:17:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2021-04-09T22:22:41.998Z] 22:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-09T22:22:41.998Z] 22:18:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-04-09T22:22:41.998Z] 22:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-04-09T22:22:41.998Z] 22:18:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-09T22:22:41.998Z] 22:18:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-09T22:22:41.998Z] 22:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-09T22:22:41.998Z] 22:19:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-09T22:22:41.998Z] 22:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-09T22:22:41.998Z] 22:19:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-04-09T22:22:41.998Z] 22:19:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-09T22:22:41.998Z] 22:19:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-09T22:22:41.998Z] 22:20:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-09T22:22:41.998Z] 22:20:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-04-09T22:22:41.998Z] 22:20:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-04-09T22:22:41.998Z] 22:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-04-09T22:22:41.998Z] 22:20:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-09T22:22:41.998Z] 22:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-04-09T22:22:41.998Z] 22:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-09T22:22:41.998Z] 22:21:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-04-09T22:22:41.998Z] 22:21:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-04-09T22:22:41.998Z] 22:21:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-04-09T22:22:41.998Z] 22:22:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-04-09T22:22:41.998Z] 22:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-04-09T22:22:41.998Z] 22:22:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-04-09T22:22:41.998Z] 22:22:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2021-04-09T22:22:41.998Z] 22:22:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-04-09T22:22:41.998Z] [2021-04-09T22:22:41.998Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-04-09T22:22:41.998Z] Average: all 13.11 0.00 6.38 4.08 0.06 76.37 [2021-04-09T22:22:41.998Z] Average: 0 12.85 0.00 6.46 3.96 0.05 76.69 [2021-04-09T22:22:41.998Z] Average: 1 13.79 0.00 6.38 4.39 0.06 75.38 [2021-04-09T22:22:41.998Z] Average: 2 12.99 0.00 6.46 4.23 0.06 76.26 [2021-04-09T22:22:41.998Z] Average: 3 12.82 0.00 6.23 3.72 0.06 77.18 [2021-04-09T22:22:41.998Z] [2021-04-09T22:22:41.998Z] [2021-04-09T22:22:41.998Z]