Pull request #3088 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 2372a215bf83b5aca75052ece39a841bb32f320e rather than ae9f0359169742a05a1d011dca584020c68c9919 Obtained Jenkinsfile from 2372a215bf83b5aca75052ece39a841bb32f320e 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24246’ Running on prd-centos7-docker-4c-2g-24249 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit ae9f0359169742a05a1d011dca584020c68c9919 Merge succeeded, producing ae9f0359169742a05a1d011dca584020c68c9919 Checking out Revision ae9f0359169742a05a1d011dca584020c68c9919 (PR-3088) 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/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae9f0359169742a05a1d011dca584020c68c9919 # 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 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae9f0359169742a05a1d011dca584020c68c9919 # timeout=10 Commit message: "fix(meta): DeviceProfile and DeviceService Delete API should return 409 instead of the 400 when associated object exist" First time build. Skipping changelog. > git rev-list --no-walk 041ffd2f18cd24aeb03e215b9cd83045f0790b50 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-01T02:01:51.869Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-01T02:01:52.129Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-01T02:01:52.234Z] ========================================================= [2021-02-01T02:01:52.234Z] EdgeX Global Pipelines Version Info [2021-02-01T02:01:52.234Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:01:53.704Z] ------------------- [2021-02-01T02:01:53.704Z] stable info: [2021-02-01T02:01:53.704Z] ------------------- [2021-02-01T02:01:53.704Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T02:01:53.704Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T02:01:53.704Z] Message: update stable to v1.0.179 [2021-02-01T02:01:54.653Z] ------------------- [2021-02-01T02:01:54.653Z] experimental info: [2021-02-01T02:01:54.653Z] ------------------- [2021-02-01T02:01:54.653Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T02:01:54.653Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T02:01:54.653Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T02:01:54.899Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-01T02:01:55.012Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-01T02:01:55.100Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T02:01:55.198Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T02:01:55.289Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T02:01:55.383Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T02:01:55.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T02:01:55.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-01T02:01:55.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-01T02:01:55.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-01T02:01:55.827Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T02:01:55.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T02:01:55.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T02:01:56.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T02:01:56.162Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T02:01:56.286Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T02:01:56.385Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T02:01:56.468Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T02:01:56.548Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-01T02:01:56.632Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-01T02:01:56.717Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-01T02:01:56.801Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T02:01:56.889Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T02:01:56.984Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3088 [Pipeline] echo [2021-02-01T02:01:57.078Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3088 [Pipeline] echo [2021-02-01T02:01:57.179Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3088 [Pipeline] echo [2021-02-01T02:01:57.289Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae9f0359169742a05a1d011dca584020c68c9919 [Pipeline] echo [2021-02-01T02:01:57.379Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae9f035 [Pipeline] echo [2021-02-01T02:01:57.462Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T02:01:57.630Z] provisioning config files... [2021-02-01T02:01:57.688Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config2941980205950376107tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:01:58.038Z] ---> docker-login.sh [2021-02-01T02:01:58.038Z] nexus3.edgexfoundry.org:10001 [2021-02-01T02:01:58.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:01:58.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:01:58.568Z] Configure a credential helper to remove this warning. See [2021-02-01T02:01:58.568Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:01:58.568Z] [2021-02-01T02:01:58.568Z] Login Succeeded [2021-02-01T02:01:58.568Z] nexus3.edgexfoundry.org:10002 [2021-02-01T02:01:58.568Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:01:58.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:01:58.831Z] Configure a credential helper to remove this warning. See [2021-02-01T02:01:58.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:01:58.831Z] [2021-02-01T02:01:58.831Z] Login Succeeded [2021-02-01T02:01:58.831Z] nexus3.edgexfoundry.org:10003 [2021-02-01T02:01:58.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:01:58.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:01:58.831Z] Configure a credential helper to remove this warning. See [2021-02-01T02:01:58.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:01:58.831Z] [2021-02-01T02:01:58.831Z] Login Succeeded [2021-02-01T02:01:58.831Z] nexus3.edgexfoundry.org:10004 [2021-02-01T02:01:59.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:01:59.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:01:59.094Z] Configure a credential helper to remove this warning. See [2021-02-01T02:01:59.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:01:59.094Z] [2021-02-01T02:01:59.094Z] Login Succeeded [2021-02-01T02:01:59.094Z] docker.io [2021-02-01T02:01:59.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:01:59.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:01:59.359Z] Configure a credential helper to remove this warning. See [2021-02-01T02:01:59.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:01:59.359Z] [2021-02-01T02:01:59.359Z] Login Succeeded [2021-02-01T02:01:59.359Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T02:01:59.370Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T02:01:59.837Z] ++ 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-02-01T02:01:59.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:01:59.837Z] ++ dirname cmd/core-command/Dockerfile [2021-02-01T02:01:59.837Z] ++ cut -d/ -f2 [2021-02-01T02:01:59.837Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-01T02:01:59.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:01:59.837Z] ++ dirname cmd/core-data/Dockerfile [2021-02-01T02:01:59.837Z] ++ cut -d/ -f2 [2021-02-01T02:01:59.837Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-01T02:01:59.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:01:59.837Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-01T02:01:59.837Z] ++ cut -d/ -f2 [2021-02-01T02:01:59.837Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-01T02:01:59.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:01:59.837Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-01T02:01:59.837Z] ++ cut -d/ -f2 [2021-02-01T02:01:59.837Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-01T02:01:59.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:01:59.837Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-01T02:01:59.837Z] ++ cut -d/ -f2 [2021-02-01T02:01:59.837Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-01T02:01:59.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:01:59.837Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-01T02:01:59.837Z] ++ cut -d/ -f2 [2021-02-01T02:01:59.837Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-01T02:01:59.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:01:59.837Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-01T02:01:59.837Z] ++ cut -d/ -f2 [2021-02-01T02:01:59.837Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-01T02:01:59.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:01:59.837Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-01T02:01:59.837Z] ++ cut -d/ -f2 [2021-02-01T02:01:59.837Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-01T02:01:59.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T02:01:59.837Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-01T02:01:59.837Z] ++ cut -d/ -f2 [2021-02-01T02:01:59.837Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-01T02:01:59.912Z] 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-02-01T02:02:00.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T02:02:00.841Z] [2021-02-01T02:02:00.841Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:02:01.206Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T02:02:01.206Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T02:02:01.206Z] 31603596830f: Pulling fs layer [2021-02-01T02:02:01.206Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T02:02:01.206Z] 6ca5941a6612: Pulling fs layer [2021-02-01T02:02:01.206Z] ecc8261a40a4: Pulling fs layer [2021-02-01T02:02:01.206Z] ecc8261a40a4: Waiting [2021-02-01T02:02:01.206Z] 2a8b12db71e7: Verifying Checksum [2021-02-01T02:02:01.206Z] 2a8b12db71e7: Download complete [2021-02-01T02:02:01.206Z] 31603596830f: Verifying Checksum [2021-02-01T02:02:01.206Z] 31603596830f: Download complete [2021-02-01T02:02:01.471Z] ecc8261a40a4: Verifying Checksum [2021-02-01T02:02:01.472Z] ecc8261a40a4: Download complete [2021-02-01T02:02:01.472Z] 6ca5941a6612: Verifying Checksum [2021-02-01T02:02:01.472Z] 6ca5941a6612: Download complete [2021-02-01T02:02:01.736Z] 31603596830f: Pull complete [2021-02-01T02:02:01.736Z] 2a8b12db71e7: Pull complete [2021-02-01T02:02:02.702Z] 6ca5941a6612: Pull complete [2021-02-01T02:02:02.968Z] ecc8261a40a4: Pull complete [2021-02-01T02:02:02.968Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T02:02:02.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T02:02:02.968Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T02:02:03.114Z] prd-centos7-docker-4c-2g-24249 does not seem to be running inside a container [2021-02-01T02:02:03.183Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-02-01T02:02:05.738Z] $ docker top ac0f27f91635959f902ccd58347317a1b95d7c3d9787536a58b027552a3bfda2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T02:02:06.040Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T02:02:06.040Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T02:02:06.266Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T02:02:06.271Z] $ docker exec ac0f27f91635959f902ccd58347317a1b95d7c3d9787536a58b027552a3bfda2 ssh-agent [2021-02-01T02:02:06.443Z] SSH_AUTH_SOCK=/tmp/ssh-AQwXPcdImHoV/agent.12 [2021-02-01T02:02:06.443Z] SSH_AGENT_PID=17 [2021-02-01T02:02:06.454Z] Running ssh-add (command line suppressed) [2021-02-01T02:02:06.577Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_603484950606309344.key (/w/workspace/edgex-go/11@tmp/private_key_603484950606309344.key) [2021-02-01T02:02:06.636Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T02:02:06.976Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T02:02:07.004Z] $ docker exec --env ******** --env ******** ac0f27f91635959f902ccd58347317a1b95d7c3d9787536a58b027552a3bfda2 ssh-agent -k [2021-02-01T02:02:07.120Z] unset SSH_AUTH_SOCK; [2021-02-01T02:02:07.120Z] unset SSH_AGENT_PID; [2021-02-01T02:02:07.120Z] echo Agent pid 17 killed; [2021-02-01T02:02:07.168Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T02:02:07.324Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T02:02:07.324Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T02:02:07.498Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T02:02:07.502Z] $ docker exec ac0f27f91635959f902ccd58347317a1b95d7c3d9787536a58b027552a3bfda2 ssh-agent [2021-02-01T02:02:07.674Z] SSH_AUTH_SOCK=/tmp/ssh-tvsT6YCPD6Ds/agent.46 [2021-02-01T02:02:07.675Z] SSH_AGENT_PID=52 [2021-02-01T02:02:07.682Z] Running ssh-add (command line suppressed) [2021-02-01T02:02:07.813Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_817029996736315022.key (/w/workspace/edgex-go/11@tmp/private_key_817029996736315022.key) [2021-02-01T02:02:07.868Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T02:02:08.205Z] + git semver init [2021-02-01T02:02:08.206Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T02:02:08.206Z] # $GIT_DIR = /w/workspace/edgex-go/11/.git [2021-02-01T02:02:08.206Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/11 [2021-02-01T02:02:08.206Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T02:02:08.206Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T02:02:08.206Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T02:02:08.206Z] # $SEMVER_BRANCH = PR-3088 [2021-02-01T02:02:08.206Z] # $SEMVER_TEMP = /tmp/semver-315431334 [2021-02-01T02:02:08.206Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-01T02:02:26.413Z] # '/tmp/semver-315431334' -> '/w/workspace/edgex-go/11/.semver' [2021-02-01T02:02:26.413Z] # -> Force: false [2021-02-01T02:02:26.413Z] # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } [2021-02-01T02:02:26.428Z] $ docker exec --env ******** --env ******** ac0f27f91635959f902ccd58347317a1b95d7c3d9787536a58b027552a3bfda2 ssh-agent -k [2021-02-01T02:02:26.654Z] unset SSH_AUTH_SOCK; [2021-02-01T02:02:26.655Z] unset SSH_AGENT_PID; [2021-02-01T02:02:26.655Z] echo Agent pid 52 killed; [2021-02-01T02:02:26.725Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T02:02:27.216Z] + git semver [Pipeline] } [2021-02-01T02:02:27.235Z] $ docker stop --time=1 ac0f27f91635959f902ccd58347317a1b95d7c3d9787536a58b027552a3bfda2 [2021-02-01T02:02:28.880Z] $ docker rm -f ac0f27f91635959f902ccd58347317a1b95d7c3d9787536a58b027552a3bfda2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T02:02:29.439Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T02:02:30.009Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T02:02:30.012Z] [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-02-01T02:02:31.068Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T02:02:31.370Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T02:02:31.674Z] + sudo service docker restart [2021-02-01T02:02:31.674Z] + true [2021-02-01T02:02:31.674Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-01T02:02:32.265Z] ========================================================= [2021-02-01T02:02:32.265Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T02:02:32.265Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:02:32.607Z] + 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-02-01T02:02:35.930Z] Sending build context to Docker daemon 327.4MB [2021-02-01T02:02:35.930Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T02:02:35.930Z] Step 2/6 : FROM ${BASE} [2021-02-01T02:02:35.930Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T02:02:35.930Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T02:02:35.930Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T02:02:35.930Z] de9db76c5a1d: Pulling fs layer [2021-02-01T02:02:35.930Z] bca2f99d35d6: Pulling fs layer [2021-02-01T02:02:35.930Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T02:02:35.930Z] 7c6f9722023f: Pulling fs layer [2021-02-01T02:02:35.930Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T02:02:35.930Z] 7c6f9722023f: Waiting [2021-02-01T02:02:35.930Z] a35cf1a2eb13: Waiting [2021-02-01T02:02:35.930Z] 93359f2a8cfa: Waiting [2021-02-01T02:02:35.930Z] bca2f99d35d6: Waiting [2021-02-01T02:02:35.930Z] de9db76c5a1d: Verifying Checksum [2021-02-01T02:02:35.930Z] 0ef7d3d256c8: Verifying Checksum [2021-02-01T02:02:35.930Z] 0ef7d3d256c8: Download complete [2021-02-01T02:02:35.930Z] 93359f2a8cfa: Verifying Checksum [2021-02-01T02:02:35.930Z] 7c6f9722023f: Verifying Checksum [2021-02-01T02:02:35.930Z] 7c6f9722023f: Download complete [2021-02-01T02:02:35.930Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T02:02:35.930Z] 188c0c94c7c5: Download complete [2021-02-01T02:02:36.195Z] 188c0c94c7c5: Pull complete [2021-02-01T02:02:36.462Z] 0ef7d3d256c8: Pull complete [2021-02-01T02:02:36.462Z] de9db76c5a1d: Pull complete [2021-02-01T02:02:38.388Z] a35cf1a2eb13: Verifying Checksum [2021-02-01T02:02:38.388Z] a35cf1a2eb13: Download complete [2021-02-01T02:02:38.966Z] bca2f99d35d6: Verifying Checksum [2021-02-01T02:02:38.967Z] bca2f99d35d6: Download complete [2021-02-01T02:02:45.534Z] Still waiting to schedule task [2021-02-01T02:02:45.535Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-24247’ is offline [2021-02-01T02:02:45.600Z] bca2f99d35d6: Pull complete [2021-02-01T02:02:45.600Z] 93359f2a8cfa: Pull complete [2021-02-01T02:02:45.600Z] 7c6f9722023f: Pull complete [2021-02-01T02:02:49.830Z] a35cf1a2eb13: Pull complete [2021-02-01T02:02:49.830Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T02:02:49.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T02:02:49.830Z] ---> a62c8e92a672 [2021-02-01T02:02:49.830Z] 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-02-01T02:02:49.830Z] ---> Running in fdd6e7a19ad9 [2021-02-01T02:02:50.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:02:50.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:02:50.931Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T02:02:51.193Z] (2/12) Installing file (5.38-r0) [2021-02-01T02:02:51.193Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T02:02:51.456Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T02:02:55.675Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T02:02:55.675Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T02:02:55.675Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T02:02:55.675Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T02:02:55.938Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T02:02:55.938Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T02:02:55.938Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T02:02:56.204Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T02:02:56.204Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:02:56.204Z] OK: 233 MiB in 51 packages [2021-02-01T02:03:00.435Z] Removing intermediate container fdd6e7a19ad9 [2021-02-01T02:03:00.435Z] ---> a59266c4182b [2021-02-01T02:03:00.435Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T02:03:00.435Z] ---> Running in 7eafe851e407 [2021-02-01T02:03:00.435Z] Removing intermediate container 7eafe851e407 [2021-02-01T02:03:00.435Z] ---> c4fc01265a04 [2021-02-01T02:03:00.435Z] Step 5/6 : COPY go.mod . [2021-02-01T02:03:00.435Z] ---> 68a367a881a7 [2021-02-01T02:03:00.435Z] Step 6/6 : RUN go mod download [2021-02-01T02:03:00.709Z] ---> Running in d8b455872226 [2021-02-01T02:03:22.744Z] Removing intermediate container d8b455872226 [2021-02-01T02:03:22.744Z] ---> ed962fe3077a [2021-02-01T02:03:22.744Z] Successfully built ed962fe3077a [2021-02-01T02:03:22.744Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:03:23.063Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T02:03:23.063Z] . [Pipeline] withDockerContainer [2021-02-01T02:03:23.167Z] prd-centos7-docker-4c-2g-24249 does not seem to be running inside a container [2021-02-01T02:03:23.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-02-01T02:03:24.159Z] $ docker top 76b19760c4f6d38780921a8cd3c16eda745b268a9ddfc5862ce308904ce45d12 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T02:03:24.724Z] + go version [2021-02-01T02:03:24.724Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T02:03:24.741Z] $ docker stop --time=1 76b19760c4f6d38780921a8cd3c16eda745b268a9ddfc5862ce308904ce45d12 [2021-02-01T02:03:26.109Z] $ docker rm -f 76b19760c4f6d38780921a8cd3c16eda745b268a9ddfc5862ce308904ce45d12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:03:26.906Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T02:03:26.906Z] . [Pipeline] withDockerContainer [2021-02-01T02:03:27.008Z] prd-centos7-docker-4c-2g-24249 does not seem to be running inside a container [2021-02-01T02:03:27.054Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-02-01T02:03:27.934Z] $ docker top fb450ee887bed17d031e8120ffce8a34e4673764964b01870cfbad89f3267ebf -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T02:03:28.152Z] ========================================================= [2021-02-01T02:03:28.152Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T02:03:28.152Z] ========================================================= [Pipeline] sh [2021-02-01T02:03:28.446Z] + make test [2021-02-01T02:03:28.446Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T02:03:36.667Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T02:03:54.912Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T02:03:56.340Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T02:03:57.765Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T02:03:57.765Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T02:03:57.765Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T02:04:00.339Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T02:04:00.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T02:04:00.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T02:04:00.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T02:04:00.340Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T02:04:00.611Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T02:04:03.209Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T02:04:03.209Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T02:04:03.209Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T02:04:06.071Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.121s coverage: 46.0% of statements [2021-02-01T02:04:06.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T02:04:06.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T02:04:06.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T02:04:06.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T02:04:06.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T02:04:06.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T02:04:06.071Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T02:04:06.071Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements [2021-02-01T02:04:08.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.216s coverage: 27.1% of statements [2021-02-01T02:04:08.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T02:04:08.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T02:04:08.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T02:04:08.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T02:04:08.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T02:04:08.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T02:04:08.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-02-01T02:04:08.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T02:04:08.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements [2021-02-01T02:04:08.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T02:04:08.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T02:04:08.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 65.8% of statements [2021-02-01T02:04:08.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T02:04:08.936Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T02:04:09.528Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.428s coverage: 82.3% of statements [2021-02-01T02:04:09.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T02:04:09.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T02:04:09.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T02:04:09.528Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T02:04:12.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.337s coverage: 28.6% of statements [2021-02-01T02:04:12.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T02:04:12.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T02:04:12.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T02:04:12.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T02:04:12.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T02:04:12.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2021-02-01T02:04:12.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T02:04:12.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-02-01T02:04:12.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T02:04:12.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements [2021-02-01T02:04:12.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T02:04:12.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements [2021-02-01T02:04:12.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T02:04:12.120Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-02-01T02:04:12.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T02:04:12.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T02:04:12.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T02:04:12.120Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T02:04:14.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.389s coverage: 92.8% of statements [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T02:04:14.796Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T02:04:14.796Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.048s coverage: 0.1% of statements [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T02:04:14.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T02:04:14.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 45.5% of statements [2021-02-01T02:04:14.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements [2021-02-01T02:04:14.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements [2021-02-01T02:04:14.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements [2021-02-01T02:04:14.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements [2021-02-01T02:04:29.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.053s coverage: 94.4% of statements [2021-02-01T02:04:29.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements [2021-02-01T02:04:35.461Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24250 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws [2021-02-01T02:04:35.524Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.068s coverage: 92.9% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.301s coverage: 68.9% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 37.0% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.310s coverage: 84.0% of statements [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.655s coverage: 29.1% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.062s coverage: 100.0% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T02:04:39.825Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-02-01T02:04:39.825Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T02:04:39.826Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-02-01T02:04:39.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T02:04:39.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T02:04:39.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T02:04:39.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T02:04:39.826Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-02-01T02:04:39.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T02:04:39.826Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T02:04:39.826Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-02-01T02:04:39.826Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-01T02:04:39.826Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-01T02:04:39.826Z] GO111MODULE=on go vet ./... [2021-02-01T02:04:40.287Z] using credential edgex-jenkins-ssh [2021-02-01T02:04:40.352Z] Cloning the remote Git repository [2021-02-01T02:04:40.394Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:04:40.527Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-02-01T02:04:40.604Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:04:40.605Z] > git --version # timeout=10 [2021-02-01T02:04:40.630Z] > git --version # 'git version 2.17.1' [2021-02-01T02:04:40.631Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:04:40.729Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T02:04:57.192Z] Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:04:57.634Z] Merge succeeded, producing ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:04:57.635Z] Checking out Revision ae9f0359169742a05a1d011dca584020c68c9919 (PR-3088) [2021-02-01T02:04:56.348Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T02:04:56.363Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T02:04:56.385Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T02:04:56.419Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:04:56.419Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:04:56.431Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T02:04:57.209Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T02:04:57.228Z] > git checkout -f ae9f0359169742a05a1d011dca584020c68c9919 # timeout=10 [2021-02-01T02:04:57.533Z] > git remote # timeout=10 [2021-02-01T02:04:57.550Z] > git config --get remote.origin.url # timeout=10 [2021-02-01T02:04:57.560Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:04:57.571Z] > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 [2021-02-01T02:04:57.611Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-01T02:04:57.646Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T02:04:57.702Z] > git checkout -f ae9f0359169742a05a1d011dca584020c68c9919 # timeout=10 [2021-02-01T02:05:02.214Z] Commit message: "fix(meta): DeviceProfile and DeviceService Delete API should return 409 instead of the 400 when associated object exist" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-01T02:05:03.799Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-01T02:05:04.261Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T02:05:04.607Z] + sudo service docker restart [2021-02-01T02:05:04.607Z] + true [2021-02-01T02:05:06.559Z] gofmt -l . [2021-02-01T02:05:06.559Z] [ "`gofmt -l .`" = "" ] [2021-02-01T02:05:06.559Z] ./bin/test-go-mod-tidy.sh [2021-02-01T02:05:06.827Z] ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T02:05:07.327Z] provisioning config files... [2021-02-01T02:05:07.375Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config4890084268411208204tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:05:07.727Z] + ls -al . [2021-02-01T02:05:07.727Z] total 680 [2021-02-01T02:05:07.727Z] drwxrwxr-x 10 1001 1001 4096 Feb 1 02:05 . [2021-02-01T02:05:07.727Z] drwxr-xr-x 4 root root 30 Feb 1 02:03 .. [2021-02-01T02:05:07.727Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 02:01 .dockerignore [2021-02-01T02:05:07.727Z] drwxrwxr-x 8 1001 1001 179 Feb 1 02:01 .git [2021-02-01T02:05:07.727Z] drwxrwxr-x 3 1001 1001 125 Feb 1 02:01 .github [2021-02-01T02:05:07.727Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 02:01 .gitignore [2021-02-01T02:05:07.727Z] drwx------ 3 1001 1001 60 Feb 1 02:02 .semver [2021-02-01T02:05:07.727Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 02:01 .sonarcloud.properties [2021-02-01T02:05:07.727Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 02:01 Attribution.txt [2021-02-01T02:05:07.727Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 02:01 CONTRIBUTING.md [2021-02-01T02:05:07.727Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 02:01 Dockerfile.build [2021-02-01T02:05:07.727Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 02:01 Jenkinsfile [2021-02-01T02:05:07.727Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 02:01 LICENSE [2021-02-01T02:05:07.727Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 02:01 Makefile [2021-02-01T02:05:07.727Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 02:01 README.md [2021-02-01T02:05:07.727Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 02:01 SECURITY.md [2021-02-01T02:05:07.727Z] -rw-rw-r-- 1 1001 1001 5 Feb 1 02:02 VERSION [2021-02-01T02:05:07.727Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 02:01 ZMQWindows.md [2021-02-01T02:05:07.727Z] drwxrwxr-x 2 1001 1001 117 Feb 1 02:01 bin [2021-02-01T02:05:07.727Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 02:01 cmd [2021-02-01T02:05:07.727Z] -rw-r--r-- 1 root root 574984 Feb 1 02:04 coverage.out [2021-02-01T02:05:07.727Z] -rw-r--r-- 1 root root 1054 Feb 1 02:05 go.mod [2021-02-01T02:05:07.727Z] -rw-r--r-- 1 root root 19289 Feb 1 02:05 go.sum [2021-02-01T02:05:07.727Z] drwxrwxr-x 8 1001 1001 127 Feb 1 02:01 internal [2021-02-01T02:05:07.727Z] drwxrwxr-x 4 1001 1001 26 Feb 1 02:01 openapi [2021-02-01T02:05:07.727Z] drwxrwxr-x 4 1001 1001 71 Feb 1 02:01 snap [2021-02-01T02:05:07.727Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 02:01 version.go [Pipeline] sh [2021-02-01T02:05:07.812Z] ---> docker-login.sh [2021-02-01T02:05:07.812Z] nexus3.edgexfoundry.org:10001 [2021-02-01T02:05:08.034Z] + '[' -e coverage.out ] [2021-02-01T02:05:08.034Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T02:05:08.244Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T02:05:08.540Z] + make build [2021-02-01T02:05:08.540Z] 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-02-01T02:05:08.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:05:09.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:05:09.076Z] Configure a credential helper to remove this warning. See [2021-02-01T02:05:09.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:05:09.076Z] [2021-02-01T02:05:09.076Z] Login Succeeded [2021-02-01T02:05:09.076Z] nexus3.edgexfoundry.org:10002 [2021-02-01T02:05:09.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:05:09.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:05:09.622Z] Configure a credential helper to remove this warning. See [2021-02-01T02:05:09.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:05:09.622Z] [2021-02-01T02:05:09.622Z] Login Succeeded [2021-02-01T02:05:09.622Z] nexus3.edgexfoundry.org:10003 [2021-02-01T02:05:09.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:05:10.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:05:10.172Z] Configure a credential helper to remove this warning. See [2021-02-01T02:05:10.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:05:10.172Z] [2021-02-01T02:05:10.172Z] Login Succeeded [2021-02-01T02:05:10.172Z] nexus3.edgexfoundry.org:10004 [2021-02-01T02:05:10.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:05:10.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:05:10.719Z] Configure a credential helper to remove this warning. See [2021-02-01T02:05:10.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:05:10.719Z] [2021-02-01T02:05:10.719Z] Login Succeeded [2021-02-01T02:05:10.719Z] docker.io [2021-02-01T02:05:10.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T02:05:11.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T02:05:11.592Z] Configure a credential helper to remove this warning. See [2021-02-01T02:05:11.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T02:05:11.592Z] [2021-02-01T02:05:11.592Z] Login Succeeded [2021-02-01T02:05:11.592Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T02:05:11.610Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-01T02:05:12.095Z] ========================================================= [2021-02-01T02:05:12.095Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-01T02:05:12.095Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:05:12.477Z] + 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-02-01T02:05:12.775Z] 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-02-01T02:05:15.119Z] Sending build context to Docker daemon 166MB [2021-02-01T02:05:15.119Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T02:05:15.119Z] Step 2/6 : FROM ${BASE} [2021-02-01T02:05:15.119Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-01T02:05:15.119Z] 5f621e34cdf4: Pulling fs layer [2021-02-01T02:05:15.119Z] a4357932f1b6: Pulling fs layer [2021-02-01T02:05:15.119Z] 18c013af1878: Pulling fs layer [2021-02-01T02:05:15.119Z] 00ac8860ef70: Pulling fs layer [2021-02-01T02:05:15.119Z] 63d7cb157983: Pulling fs layer [2021-02-01T02:05:15.119Z] b116817d02f9: Pulling fs layer [2021-02-01T02:05:15.119Z] 745a02a5169b: Pulling fs layer [2021-02-01T02:05:15.119Z] 00ac8860ef70: Waiting [2021-02-01T02:05:15.119Z] 63d7cb157983: Waiting [2021-02-01T02:05:15.119Z] b116817d02f9: Waiting [2021-02-01T02:05:15.119Z] 745a02a5169b: Waiting [2021-02-01T02:05:15.119Z] 18c013af1878: Verifying Checksum [2021-02-01T02:05:15.119Z] 18c013af1878: Download complete [2021-02-01T02:05:15.119Z] a4357932f1b6: Download complete [2021-02-01T02:05:15.119Z] 63d7cb157983: Verifying Checksum [2021-02-01T02:05:15.119Z] 63d7cb157983: Download complete [2021-02-01T02:05:15.715Z] b116817d02f9: Verifying Checksum [2021-02-01T02:05:15.715Z] b116817d02f9: Download complete [2021-02-01T02:05:15.715Z] 5f621e34cdf4: Verifying Checksum [2021-02-01T02:05:15.715Z] 5f621e34cdf4: Download complete [2021-02-01T02:05:16.320Z] 5f621e34cdf4: Pull complete [2021-02-01T02:05:16.923Z] a4357932f1b6: Pull complete [2021-02-01T02:05:17.531Z] 18c013af1878: Pull complete [2021-02-01T02:05:18.132Z] 745a02a5169b: Verifying Checksum [2021-02-01T02:05:18.132Z] 745a02a5169b: Download complete [2021-02-01T02:05:19.107Z] 00ac8860ef70: Download complete [2021-02-01T02:05:20.990Z] 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-02-01T02:05:21.570Z] 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-02-01T02:05:22.960Z] 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-02-01T02:05:23.548Z] 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-02-01T02:05:24.946Z] 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-02-01T02:05:26.346Z] 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-02-01T02:05:27.304Z] 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-02-01T02:05:28.697Z] 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-02-01T02:05:29.270Z] 00ac8860ef70: Pull complete [2021-02-01T02:05:29.647Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T02:05:29.865Z] 63d7cb157983: Pull complete [2021-02-01T02:05:30.140Z] b116817d02f9: Pull complete [2021-02-01T02:05:30.613Z] 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-02-01T02:05:32.022Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-01T02:05:33.445Z] $ docker stop --time=1 fb450ee887bed17d031e8120ffce8a34e4673764964b01870cfbad89f3267ebf [2021-02-01T02:05:34.463Z] 745a02a5169b: Pull complete [2021-02-01T02:05:34.463Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-01T02:05:34.463Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-01T02:05:34.463Z] ---> b7e6874047d6 [2021-02-01T02:05:34.463Z] 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-02-01T02:05:35.319Z] $ docker rm -f fb450ee887bed17d031e8120ffce8a34e4673764964b01870cfbad89f3267ebf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:05:37.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T02:05:37.689Z] [2021-02-01T02:05:37.689Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:05:38.048Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T02:05:38.048Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-01T02:05:38.048Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-01T02:05:38.048Z] ca9280d653b3: Pulling fs layer [2021-02-01T02:05:38.048Z] 7e9c9ca2126c: Pulling fs layer [2021-02-01T02:05:38.313Z] cbdbe7a5bc2a: Download complete [2021-02-01T02:05:38.890Z] cbdbe7a5bc2a: Pull complete [2021-02-01T02:05:39.157Z] ca9280d653b3: Verifying Checksum [2021-02-01T02:05:39.157Z] ca9280d653b3: Download complete [2021-02-01T02:05:39.732Z] 7e9c9ca2126c: Verifying Checksum [2021-02-01T02:05:39.732Z] 7e9c9ca2126c: Download complete [2021-02-01T02:05:39.879Z] ---> Running in 99053a7f1d26 [2021-02-01T02:05:39.998Z] ca9280d653b3: Pull complete [2021-02-01T02:05:40.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:05:41.839Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:05:42.431Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T02:05:42.431Z] (2/12) Installing file (5.38-r0) [2021-02-01T02:05:42.702Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T02:05:42.702Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T02:05:46.624Z] 7e9c9ca2126c: Pull complete [2021-02-01T02:05:46.624Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-01T02:05:46.624Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T02:05:46.624Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-01T02:05:46.816Z] prd-centos7-docker-4c-2g-24249 does not seem to be running inside a container [2021-02-01T02:05:46.872Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-02-01T02:05:48.092Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T02:05:48.092Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T02:05:48.092Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T02:05:48.092Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T02:05:48.092Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T02:05:48.092Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T02:05:48.092Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T02:05:48.092Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T02:05:48.092Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:05:48.092Z] OK: 217 MiB in 51 packages [2021-02-01T02:05:50.154Z] $ docker top c6d1f7355f6145fd9128f02f74b7b41dbc52b7ca6a7cf3f49209d88e9c55f2f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T02:05:50.782Z] + docker-compose build --help [2021-02-01T02:05:50.782Z] + grep parallel [2021-02-01T02:05:51.785Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T02:05:51.817Z] $ docker stop --time=1 c6d1f7355f6145fd9128f02f74b7b41dbc52b7ca6a7cf3f49209d88e9c55f2f8 [2021-02-01T02:05:52.400Z] Removing intermediate container 99053a7f1d26 [2021-02-01T02:05:52.400Z] ---> d9993a2be67d [2021-02-01T02:05:52.400Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T02:05:52.400Z] ---> Running in 7ce9d026e5a6 [2021-02-01T02:05:52.681Z] Removing intermediate container 7ce9d026e5a6 [2021-02-01T02:05:52.681Z] ---> 087ed2519b59 [2021-02-01T02:05:52.681Z] Step 5/6 : COPY go.mod . [2021-02-01T02:05:53.206Z] $ docker rm -f c6d1f7355f6145fd9128f02f74b7b41dbc52b7ca6a7cf3f49209d88e9c55f2f8 [2021-02-01T02:05:53.288Z] ---> a2ba08ecb46c [2021-02-01T02:05:53.288Z] Step 6/6 : RUN go mod download [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:05:53.562Z] ---> Running in 8fda32d44820 [2021-02-01T02:05:53.819Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T02:05:53.819Z] . [Pipeline] withDockerContainer [2021-02-01T02:05:53.929Z] prd-centos7-docker-4c-2g-24249 does not seem to be running inside a container [2021-02-01T02:05:53.981Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-02-01T02:05:54.639Z] $ docker top 42e09b8106f4eae5ac7bbbdc7a488060e00a5d00fb03e9c0ee4120acbd1de2c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T02:05:55.131Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T02:05:56.078Z] Building docker-core-command-go ... [2021-02-01T02:05:56.078Z] Building docker-core-data-go ... [2021-02-01T02:05:56.078Z] Building docker-core-metadata-go ... [2021-02-01T02:05:56.078Z] Building docker-security-bootstrapper-go ... [2021-02-01T02:05:56.078Z] Building docker-security-proxy-setup-go ... [2021-02-01T02:05:56.078Z] Building docker-security-secretstore-setup-go ... [2021-02-01T02:05:56.078Z] Building docker-support-notifications-go ... [2021-02-01T02:05:56.078Z] Building docker-support-scheduler-go ... [2021-02-01T02:05:56.078Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T02:05:56.078Z] Building docker-security-secretstore-setup-go [2021-02-01T02:05:56.078Z] Building docker-core-command-go [2021-02-01T02:05:56.078Z] Building docker-support-scheduler-go [2021-02-01T02:05:56.078Z] Building docker-support-notifications-go [2021-02-01T02:05:56.078Z] Building docker-core-metadata-go [2021-02-01T02:06:20.376Z] Removing intermediate container 8fda32d44820 [2021-02-01T02:06:20.376Z] ---> f09f962b395a [2021-02-01T02:06:20.376Z] Successfully built f09f962b395a [2021-02-01T02:06:20.376Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:06:20.726Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T02:06:20.726Z] . [Pipeline] withDockerContainer [2021-02-01T02:06:20.960Z] prd-ubuntu18.04-docker-arm64-4c-16g-24250 does not seem to be running inside a container [2021-02-01T02:06:21.042Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-02-01T02:06:22.501Z] $ docker top e2747d6fcb77531cad195849b4ab79d10a74555489fbb8430fa1fd30f3170e16 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T02:06:23.483Z] + go version [2021-02-01T02:06:23.483Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-01T02:06:23.512Z] $ docker stop --time=1 e2747d6fcb77531cad195849b4ab79d10a74555489fbb8430fa1fd30f3170e16 [2021-02-01T02:06:25.421Z] $ docker rm -f e2747d6fcb77531cad195849b4ab79d10a74555489fbb8430fa1fd30f3170e16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:06:26.438Z] + docker inspect -f . ci-base-image-arm64 [2021-02-01T02:06:26.438Z] . [Pipeline] withDockerContainer [2021-02-01T02:06:26.672Z] prd-ubuntu18.04-docker-arm64-4c-16g-24250 does not seem to be running inside a container [2021-02-01T02:06:26.756Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-02-01T02:06:28.058Z] $ docker top 784683de2289d25f879d3d0e8d3bb89970668b2192f331a4faba8c50de96d07f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T02:06:28.414Z] ========================================================= [2021-02-01T02:06:28.414Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T02:06:28.414Z] ========================================================= [Pipeline] sh [2021-02-01T02:06:28.424Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:06:28.424Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:06:28.424Z] ---> ed962fe3077a [2021-02-01T02:06:28.424Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T02:06:28.424Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:06:28.424Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:06:28.424Z] ---> ed962fe3077a [2021-02-01T02:06:28.424Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T02:06:28.713Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:06:28.713Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:06:28.713Z] ---> ed962fe3077a [2021-02-01T02:06:28.713Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:06:29.055Z] + make test [2021-02-01T02:06:29.055Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T02:06:29.294Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:06:29.294Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:06:29.294Z] ---> ed962fe3077a [2021-02-01T02:06:29.294Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:06:29.294Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:06:29.294Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:06:29.294Z] ---> ed962fe3077a [2021-02-01T02:06:29.294Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T02:06:29.872Z] ---> Running in 7a0fea09755b [2021-02-01T02:06:29.872Z] ---> Running in 1b54f92012eb [2021-02-01T02:06:29.872Z] ---> Running in ad3797b5caa2 [2021-02-01T02:06:29.872Z] ---> Running in 7c4e8b0886ca [2021-02-01T02:06:30.139Z] ---> Running in c37fca5fa1f3 [2021-02-01T02:06:30.715Z] Removing intermediate container 1b54f92012eb [2021-02-01T02:06:30.715Z] ---> fe5d2fd5dad2 [2021-02-01T02:06:30.715Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:06:30.715Z] Removing intermediate container ad3797b5caa2 [2021-02-01T02:06:30.715Z] ---> d1c9e096a7a8 [2021-02-01T02:06:30.715Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:06:30.715Z] Removing intermediate container 7c4e8b0886ca [2021-02-01T02:06:30.715Z] ---> 4e84e03b6eb9 [2021-02-01T02:06:30.715Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:06:30.715Z] Removing intermediate container 7a0fea09755b [2021-02-01T02:06:30.715Z] ---> 20873b238b50 [2021-02-01T02:06:30.715Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:06:30.715Z] Removing intermediate container c37fca5fa1f3 [2021-02-01T02:06:30.715Z] ---> 4ae2381da75d [2021-02-01T02:06:30.715Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:06:30.715Z] ---> Running in f9a172cb5ea7 [2021-02-01T02:06:30.715Z] ---> Running in 4eba5e10872f [2021-02-01T02:06:30.715Z] ---> Running in 258e7b5fa5ad [2021-02-01T02:06:30.715Z] ---> Running in c83e727617d7 [2021-02-01T02:06:30.977Z] ---> Running in d6bd4e83cbe6 [2021-02-01T02:06:33.574Z] Removing intermediate container f9a172cb5ea7 [2021-02-01T02:06:33.574Z] ---> 12dc2c383b72 [2021-02-01T02:06:33.574Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T02:06:33.838Z] Removing intermediate container d6bd4e83cbe6 [2021-02-01T02:06:33.838Z] ---> 7d2bce98f076 [2021-02-01T02:06:33.838Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T02:06:33.838Z] Removing intermediate container 4eba5e10872f [2021-02-01T02:06:33.838Z] ---> 909d3fcda6c0 [2021-02-01T02:06:33.838Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T02:06:33.838Z] ---> Running in 394aed5809fc [2021-02-01T02:06:33.838Z] ---> Running in 6fe18914c1ab [2021-02-01T02:06:34.101Z] ---> Running in 569c96bfbff6 [2021-02-01T02:06:34.101Z] Removing intermediate container 258e7b5fa5ad [2021-02-01T02:06:34.101Z] ---> f883fdd38043 [2021-02-01T02:06:34.101Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T02:06:34.101Z] Removing intermediate container c83e727617d7 [2021-02-01T02:06:34.101Z] ---> ed6db0806220 [2021-02-01T02:06:34.101Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T02:06:34.101Z] ---> Running in 129b280bd001 [2021-02-01T02:06:34.364Z] ---> Running in 9bfbbcb5e5b6 [2021-02-01T02:06:34.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:06:35.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:06:35.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:06:35.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:06:35.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:06:35.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:06:35.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:06:36.018Z] OK: 233 MiB in 51 packages [2021-02-01T02:06:36.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:06:36.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:06:36.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:06:36.308Z] OK: 233 MiB in 51 packages [2021-02-01T02:06:36.308Z] OK: 233 MiB in 51 packages [2021-02-01T02:06:36.582Z] OK: 233 MiB in 51 packages [2021-02-01T02:06:36.582Z] OK: 233 MiB in 51 packages [2021-02-01T02:06:36.582Z] Removing intermediate container 394aed5809fc [2021-02-01T02:06:36.582Z] ---> 61712081ba26 [2021-02-01T02:06:36.582Z] Step 6/23 : COPY go.mod . [2021-02-01T02:06:37.175Z] ---> 2f202b27b596 [2021-02-01T02:06:37.175Z] Step 7/23 : RUN go mod download [2021-02-01T02:06:37.175Z] ---> Running in 11f8eb1aacd8 [2021-02-01T02:06:37.439Z] Removing intermediate container 6fe18914c1ab [2021-02-01T02:06:37.439Z] ---> 00b553d77967 [2021-02-01T02:06:37.439Z] Step 6/22 : COPY go.mod . [2021-02-01T02:06:37.439Z] Removing intermediate container 569c96bfbff6 [2021-02-01T02:06:37.439Z] ---> 148d77c99bba [2021-02-01T02:06:37.439Z] Step 6/24 : COPY go.mod . [2021-02-01T02:06:37.705Z] Removing intermediate container 129b280bd001 [2021-02-01T02:06:37.705Z] ---> ccc353bb0e51 [2021-02-01T02:06:37.705Z] Step 6/22 : COPY go.mod . [2021-02-01T02:06:37.705Z] Removing intermediate container 9bfbbcb5e5b6 [2021-02-01T02:06:37.705Z] ---> b977640005ab [2021-02-01T02:06:37.705Z] Step 6/23 : COPY go.mod . [2021-02-01T02:06:37.969Z] ---> 8ed5f058a127 [2021-02-01T02:06:37.969Z] Step 7/22 : RUN go mod download [2021-02-01T02:06:37.969Z] ---> 7d73c6ac3165 [2021-02-01T02:06:37.969Z] Step 7/24 : RUN go mod download [2021-02-01T02:06:37.969Z] ---> Running in ddf9b762574a [2021-02-01T02:06:37.969Z] ---> 9ba38f0e7fef [2021-02-01T02:06:37.969Z] Step 7/22 : RUN go mod download [2021-02-01T02:06:38.232Z] ---> Running in 5a4be15bbd67 [2021-02-01T02:06:38.232Z] ---> Running in 6268ddb7f608 [2021-02-01T02:06:38.232Z] ---> 3e7004b99d28 [2021-02-01T02:06:38.232Z] Step 7/23 : RUN go mod download [2021-02-01T02:06:38.498Z] ---> Running in df00d9adada3 [2021-02-01T02:06:39.470Z] Removing intermediate container 11f8eb1aacd8 [2021-02-01T02:06:39.470Z] ---> af39c5f3a1e9 [2021-02-01T02:06:39.470Z] Step 8/23 : COPY . . [2021-02-01T02:06:40.898Z] Removing intermediate container ddf9b762574a [2021-02-01T02:06:40.898Z] ---> 4f79882a4501 [2021-02-01T02:06:40.898Z] Step 8/22 : COPY . . [2021-02-01T02:06:45.177Z] Removing intermediate container 5a4be15bbd67 [2021-02-01T02:06:45.177Z] ---> 8e975f7eaee1 [2021-02-01T02:06:45.177Z] Step 8/24 : COPY . . [2021-02-01T02:06:46.136Z] Removing intermediate container 6268ddb7f608 [2021-02-01T02:06:46.136Z] ---> c54c3b94b7e8 [2021-02-01T02:06:46.136Z] Step 8/22 : COPY . . [2021-02-01T02:06:46.733Z] Removing intermediate container df00d9adada3 [2021-02-01T02:06:46.733Z] ---> be88d30dd320 [2021-02-01T02:06:46.733Z] Step 8/23 : COPY . . [2021-02-01T02:06:51.226Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T02:07:19.150Z] ---> af01c1e71e04 [2021-02-01T02:07:19.150Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T02:07:21.100Z] ---> Running in 7cf326919671 [2021-02-01T02:07:23.029Z] ---> 7dcbf3854d54 [2021-02-01T02:07:23.029Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T02:07:23.292Z] ---> fb931f971769 [2021-02-01T02:07:23.292Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T02:07:23.292Z] ---> d03965ebf05b [2021-02-01T02:07:23.292Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T02:07:23.555Z] ---> Running in 5fd8384fc949 [2021-02-01T02:07:23.819Z] ---> Running in 8cf6da4cef2a [2021-02-01T02:07:23.819Z] ---> Running in 595b5b741bab [2021-02-01T02:07:23.819Z] ---> bbe25fa3737a [2021-02-01T02:07:23.819Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T02:07:24.082Z] ---> Running in 9b811b7e5263 [2021-02-01T02:07:24.082Z] 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-02-01T02:07:24.364Z] 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-02-01T02:07:24.966Z] 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-02-01T02:07:25.238Z] 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-02-01T02:07:25.238Z] 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-02-01T02:07:38.247Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T02:07:42.818Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T02:07:47.143Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T02:07:47.143Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T02:07:47.143Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T02:07:53.354Z] 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-02-01T02:07:55.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T02:07:55.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T02:07:55.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T02:07:55.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T02:07:55.474Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T02:07:55.474Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T02:07:58.724Z] Removing intermediate container 9b811b7e5263 [2021-02-01T02:07:58.724Z] ---> 5fd5ff748b1b [2021-02-01T02:07:58.724Z] [2021-02-01T02:07:58.724Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T02:07:58.724Z] Removing intermediate container 595b5b741bab [2021-02-01T02:07:58.724Z] ---> 56d9d44b090a [2021-02-01T02:07:58.724Z] [2021-02-01T02:07:58.724Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T02:07:58.724Z] 3.12: Pulling from library/alpine [2021-02-01T02:07:58.724Z] 3.12: Pulling from library/alpine [2021-02-01T02:07:59.691Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T02:07:59.691Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T02:07:59.691Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T02:07:59.691Z] ---> 389fef711851 [2021-02-01T02:07:59.691Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T02:07:59.691Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T02:07:59.691Z] ---> 389fef711851 [2021-02-01T02:07:59.691Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T02:08:02.204Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T02:08:02.204Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T02:08:02.204Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T02:08:05.010Z] ---> Running in d8f2ba578cb9 [2021-02-01T02:08:05.010Z] ---> Running in 19369d014c50 [2021-02-01T02:08:05.273Z] Removing intermediate container 5fd8384fc949 [2021-02-01T02:08:05.273Z] ---> c2e090eb688d [2021-02-01T02:08:05.273Z] [2021-02-01T02:08:05.273Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T02:08:05.273Z] ---> 389fef711851 [2021-02-01T02:08:05.273Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:08:05.273Z] Removing intermediate container 7cf326919671 [2021-02-01T02:08:05.273Z] ---> a7b12b5d9d71 [2021-02-01T02:08:05.273Z] [2021-02-01T02:08:05.273Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:08:05.273Z] ---> 389fef711851 [2021-02-01T02:08:05.273Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:08:05.540Z] ---> Running in ccd6c9d83399 [2021-02-01T02:08:05.541Z] ---> Running in e8f3c8a13e0b [2021-02-01T02:08:06.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:08:06.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:08:06.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:08:06.517Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:08:06.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:08:06.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:08:06.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:08:06.902Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T02:08:06.902Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T02:08:06.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:08:06.902Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T02:08:06.902Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T02:08:06.902Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T02:08:06.902Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:08:06.902Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T02:08:06.902Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:08:06.902Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T02:08:06.902Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:08:06.902Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:08:06.902Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T02:08:07.372Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:08:07.372Z] OK: 6 MiB in 15 packages [2021-02-01T02:08:07.372Z] OK: 6 MiB in 16 packages [2021-02-01T02:08:07.372Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T02:08:07.372Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:08:07.372Z] OK: 7 MiB in 19 packages [2021-02-01T02:08:07.372Z] OK: 6 MiB in 15 packages [2021-02-01T02:08:07.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.296s coverage: 46.0% of statements [2021-02-01T02:08:07.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T02:08:07.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T02:08:07.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T02:08:07.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T02:08:07.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T02:08:07.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T02:08:07.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T02:08:07.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.134s coverage: 100.0% of statements [2021-02-01T02:08:08.819Z] Removing intermediate container 8cf6da4cef2a [2021-02-01T02:08:08.819Z] ---> ca0816df9bcd [2021-02-01T02:08:08.819Z] [2021-02-01T02:08:08.819Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:08:08.819Z] ---> 389fef711851 [2021-02-01T02:08:08.819Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:08:08.819Z] ---> Running in b732dcf60e5e [2021-02-01T02:08:09.397Z] Removing intermediate container e8f3c8a13e0b [2021-02-01T02:08:09.397Z] ---> acdaa11ceacb [2021-02-01T02:08:09.397Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:08:09.972Z] Removing intermediate container ccd6c9d83399 [2021-02-01T02:08:09.972Z] ---> fdd9087cde06 [2021-02-01T02:08:09.972Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:08:10.554Z] ---> Running in c3e7ca23067d [2021-02-01T02:08:10.554Z] Removing intermediate container d8f2ba578cb9 [2021-02-01T02:08:10.554Z] ---> c92fa3811009 [2021-02-01T02:08:10.554Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:08:10.554Z] Removing intermediate container 19369d014c50 [2021-02-01T02:08:10.554Z] ---> dcad4d39945b [2021-02-01T02:08:10.554Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T02:08:10.554Z] ---> Running in 195e1ae64781 [2021-02-01T02:08:10.554Z] ---> Running in 830ce607202f [2021-02-01T02:08:10.819Z] ---> Running in 2163f7003e6f [2021-02-01T02:08:10.819Z] Removing intermediate container c3e7ca23067d [2021-02-01T02:08:10.819Z] ---> 43b3afb0baab [2021-02-01T02:08:10.819Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T02:08:10.819Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:08:11.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:08:11.081Z] ---> Running in fc0fbadfbc63 [2021-02-01T02:08:11.081Z] Removing intermediate container 195e1ae64781 [2021-02-01T02:08:11.081Z] ---> 2d710d596ee4 [2021-02-01T02:08:11.081Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T02:08:11.081Z] Removing intermediate container 830ce607202f [2021-02-01T02:08:11.081Z] ---> 62a9a6113530 [2021-02-01T02:08:11.081Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T02:08:11.081Z] ---> Running in eca4aef794ba [2021-02-01T02:08:11.081Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T02:08:11.081Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:08:11.081Z] OK: 6 MiB in 15 packages [2021-02-01T02:08:11.081Z] Removing intermediate container 2163f7003e6f [2021-02-01T02:08:11.081Z] ---> fd23e2ca051a [2021-02-01T02:08:11.081Z] Step 13/24 : WORKDIR / [2021-02-01T02:08:11.345Z] ---> Running in 3cb995b68e95 [2021-02-01T02:08:11.345Z] Removing intermediate container fc0fbadfbc63 [2021-02-01T02:08:11.345Z] ---> a7638bf5e9f0 [2021-02-01T02:08:11.345Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T02:08:11.345Z] ---> Running in 0e2806688113 [2021-02-01T02:08:11.608Z] Removing intermediate container eca4aef794ba [2021-02-01T02:08:11.608Z] ---> c62737e22d36 [2021-02-01T02:08:11.608Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T02:08:11.608Z] ---> Running in e9e8f98e3ac3 [2021-02-01T02:08:12.560Z] ---> Running in 64482938a40e [2021-02-01T02:08:12.560Z] Removing intermediate container 3cb995b68e95 [2021-02-01T02:08:12.560Z] ---> d3f6cb78e783 [2021-02-01T02:08:12.560Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T02:08:12.560Z] ---> Running in 67e3be73a5fd [2021-02-01T02:08:12.560Z] Removing intermediate container 0e2806688113 [2021-02-01T02:08:12.560Z] ---> 6fe3c9ad26e3 [2021-02-01T02:08:12.560Z] 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-02-01T02:08:12.560Z] Removing intermediate container e9e8f98e3ac3 [2021-02-01T02:08:12.560Z] ---> 7d740ffde016 [2021-02-01T02:08:12.560Z] Step 15/23 : WORKDIR / [2021-02-01T02:08:12.822Z] Removing intermediate container b732dcf60e5e [2021-02-01T02:08:12.822Z] ---> 50807f45d7e2 [2021-02-01T02:08:12.822Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:08:12.822Z] ---> Running in 4df5fb2ff4f1 [2021-02-01T02:08:12.822Z] Removing intermediate container 64482938a40e [2021-02-01T02:08:12.822Z] ---> 17c5b17bcc86 [2021-02-01T02:08:12.822Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:08:13.085Z] Removing intermediate container 67e3be73a5fd [2021-02-01T02:08:13.085Z] ---> 731985d19403 [2021-02-01T02:08:13.085Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:08:13.085Z] ---> Running in 43c14b35bcbd [2021-02-01T02:08:13.085Z] ---> e9a836a870c8 [2021-02-01T02:08:13.085Z] 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-02-01T02:08:13.352Z] Removing intermediate container 4df5fb2ff4f1 [2021-02-01T02:08:13.352Z] ---> f5eca868d4d1 [2021-02-01T02:08:13.352Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:08:13.352Z] Removing intermediate container 43c14b35bcbd [2021-02-01T02:08:13.352Z] ---> 45a4b2a5f833 [2021-02-01T02:08:13.352Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T02:08:13.621Z] ---> 68bc0fc6d475 [2021-02-01T02:08:13.621Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T02:08:13.621Z] ---> bf92e7723311 [2021-02-01T02:08:13.621Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T02:08:13.621Z] ---> 8e2e98f98aaf [2021-02-01T02:08:13.621Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T02:08:13.621Z] ---> Running in 1145c0d7124f [2021-02-01T02:08:13.894Z] ---> db5c45d459a8 [2021-02-01T02:08:13.894Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T02:08:14.162Z] ---> 641217986b5e [2021-02-01T02:08:14.162Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T02:08:14.162Z] Removing intermediate container 1145c0d7124f [2021-02-01T02:08:14.162Z] ---> ef2dc68e23b1 [2021-02-01T02:08:14.162Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T02:08:14.438Z] ---> Running in 4bca987493f8 [2021-02-01T02:08:14.438Z] ---> e5c15cceb281 [2021-02-01T02:08:14.438Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T02:08:14.438Z] ---> 7de103006d4d [2021-02-01T02:08:14.438Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T02:08:15.022Z] ---> 77e2743e21b6 [2021-02-01T02:08:15.022Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T02:08:15.022Z] Removing intermediate container 4bca987493f8 [2021-02-01T02:08:15.022Z] ---> 06748ef35736 [2021-02-01T02:08:15.022Z] Step 15/23 : WORKDIR / [2021-02-01T02:08:15.022Z] ---> 6a7b77295324 [2021-02-01T02:08:15.022Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T02:08:15.022Z] ---> 8122ccaac121 [2021-02-01T02:08:15.022Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T02:08:15.022Z] ---> 62083b4c7aee [2021-02-01T02:08:15.022Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T02:08:15.022Z] ---> Running in 6648b466ae26 [2021-02-01T02:08:15.284Z] ---> Running in c19baa136fbb [2021-02-01T02:08:15.284Z] ---> Running in cad036b8ecaa [2021-02-01T02:08:15.550Z] ---> 7d8f00303fd5 [2021-02-01T02:08:15.550Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T02:08:15.550Z] ---> Running in b619b94013ad [2021-02-01T02:08:15.550Z] Removing intermediate container 6648b466ae26 [2021-02-01T02:08:15.550Z] ---> 7fa6e6ea3668 [2021-02-01T02:08:15.550Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:08:15.550Z] Removing intermediate container c19baa136fbb [2021-02-01T02:08:15.550Z] ---> f8eb76acf2e7 [2021-02-01T02:08:15.550Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:08:15.813Z] ---> 070e277c7db2 [2021-02-01T02:08:15.813Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T02:08:15.813Z] Removing intermediate container cad036b8ecaa [2021-02-01T02:08:15.813Z] ---> 1722902fe65a [2021-02-01T02:08:15.813Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:08:15.813Z] ---> Running in 0955a223eed8 [2021-02-01T02:08:15.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.508s coverage: 27.1% of statements [2021-02-01T02:08:15.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T02:08:15.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T02:08:15.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T02:08:15.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T02:08:15.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T02:08:15.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T02:08:15.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-02-01T02:08:15.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T02:08:15.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-02-01T02:08:15.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T02:08:15.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T02:08:15.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.297s coverage: 65.8% of statements [2021-02-01T02:08:15.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T02:08:15.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T02:08:16.084Z] ---> Running in fad061e1d707 [2021-02-01T02:08:16.084Z] Removing intermediate container b619b94013ad [2021-02-01T02:08:16.084Z] ---> c37b0fc06464 [2021-02-01T02:08:16.084Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:08:16.084Z] ---> 7d801eacb4f8 [2021-02-01T02:08:16.084Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T02:08:16.084Z] ---> eb3cd635957b [2021-02-01T02:08:16.084Z] 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-02-01T02:08:16.084Z] ---> Running in 342fb8fc50f4 [2021-02-01T02:08:16.351Z] Removing intermediate container 0955a223eed8 [2021-02-01T02:08:16.351Z] ---> 5f6e585c0ad6 [2021-02-01T02:08:16.351Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T02:08:16.351Z] Removing intermediate container fad061e1d707 [2021-02-01T02:08:16.351Z] ---> f3a75390f62a [2021-02-01T02:08:16.351Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T02:08:16.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.697s coverage: 82.3% of statements [2021-02-01T02:08:16.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T02:08:16.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T02:08:16.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T02:08:16.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T02:08:16.615Z] ---> Running in c7dc0e6157a9 [2021-02-01T02:08:16.615Z] ---> Running in 0045ec440aeb [2021-02-01T02:08:16.615Z] Removing intermediate container 342fb8fc50f4 [2021-02-01T02:08:16.615Z] ---> 5f493bdb7797 [2021-02-01T02:08:16.615Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T02:08:16.615Z] ---> Running in 060869d46ba6 [2021-02-01T02:08:17.191Z] ---> 2741dcf26b5a [2021-02-01T02:08:17.191Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T02:08:17.191Z] ---> Running in 927c58547b35 [2021-02-01T02:08:17.191Z] Removing intermediate container 0045ec440aeb [2021-02-01T02:08:17.191Z] ---> 6b5e6df1f816 [2021-02-01T02:08:17.191Z] Step 21/22 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:08:17.191Z] Removing intermediate container 060869d46ba6 [2021-02-01T02:08:17.191Z] ---> 912586076050 [2021-02-01T02:08:17.191Z] Step 21/22 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:08:17.453Z] ---> Running in 33f4d1e4be2c [2021-02-01T02:08:17.453Z] ---> Running in 26e0b87ffa0e [2021-02-01T02:08:17.453Z] Removing intermediate container 927c58547b35 [2021-02-01T02:08:17.453Z] ---> 7b0d8d699ac1 [2021-02-01T02:08:17.453Z] Step 22/23 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:08:17.453Z] ---> cf8b048b0192 [2021-02-01T02:08:17.453Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T02:08:17.718Z] ---> Running in cd9f71779124 [2021-02-01T02:08:17.718Z] ---> Running in 337a019037c3 [2021-02-01T02:08:17.718Z] Removing intermediate container 33f4d1e4be2c [2021-02-01T02:08:17.718Z] ---> e1d2f4aa6a50 [2021-02-01T02:08:17.718Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T02:08:17.718Z] Removing intermediate container 26e0b87ffa0e [2021-02-01T02:08:17.718Z] ---> cffa35747693 [2021-02-01T02:08:17.718Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T02:08:17.981Z] ---> Running in 74867396d263 [2021-02-01T02:08:17.981Z] ---> Running in ebf10c29584c [2021-02-01T02:08:17.981Z] Removing intermediate container cd9f71779124 [2021-02-01T02:08:17.981Z] ---> 244ed69af1a1 [2021-02-01T02:08:17.981Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:08:18.251Z] Removing intermediate container 337a019037c3 [2021-02-01T02:08:18.251Z] ---> 8bbd5379f60b [2021-02-01T02:08:18.251Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:08:18.251Z] ---> Running in 7f46667083c5 [2021-02-01T02:08:18.251Z] ---> Running in ee6f8151c9ed [2021-02-01T02:08:18.251Z] Removing intermediate container 74867396d263 [2021-02-01T02:08:18.251Z] ---> b3b3c11ae87c [2021-02-01T02:08:18.251Z] [2021-02-01T02:08:18.514Z] Removing intermediate container c7dc0e6157a9 [2021-02-01T02:08:18.514Z] ---> eb81bb970db2 [2021-02-01T02:08:18.514Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T02:08:18.514Z] Removing intermediate container ebf10c29584c [2021-02-01T02:08:18.514Z] ---> 3453a94fa464 [2021-02-01T02:08:18.514Z] [2021-02-01T02:08:18.779Z] Successfully built b3b3c11ae87c [2021-02-01T02:08:18.779Z] Successfully built 3453a94fa464 [2021-02-01T02:08:18.779Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-01T02:08:18.779Z] ---> Running in ec6407778cd0 [2021-02-01T02:08:18.779Z] Successfully tagged docker-support-notifications-go:latest [2021-02-01T02:08:19.048Z] Building docker-security-proxy-setup-go [2021-02-01T02:08:19.048Z] Building docker-security-bootstrapper-go [2021-02-01T02:08:19.048Z] Removing intermediate container ee6f8151c9ed [2021-02-01T02:08:19.048Z] ---> fe58ac4b2d20 [2021-02-01T02:08:19.048Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T02:08:19.048Z]  Building docker-support-scheduler-go ... done  Building docker-support-notifications-go ... done Removing intermediate container 7f46667083c5 [2021-02-01T02:08:19.048Z] ---> 84f4efceb3bc [2021-02-01T02:08:19.048Z] [2021-02-01T02:08:19.048Z] ---> Running in e988d6cf2e5e [2021-02-01T02:08:19.048Z] Successfully built 84f4efceb3bc [2021-02-01T02:08:19.048Z] Successfully tagged docker-core-command-go:latest [2021-02-01T02:08:19.048Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-02-01T02:08:19.310Z] Removing intermediate container ec6407778cd0 [2021-02-01T02:08:19.310Z] ---> ed4d80e50793 [2021-02-01T02:08:19.310Z] Step 22/24 : LABEL arch=x86_64 [2021-02-01T02:08:19.310Z] ---> Running in 0d331881fa10 [2021-02-01T02:08:19.310Z] Removing intermediate container e988d6cf2e5e [2021-02-01T02:08:19.310Z] ---> 726b78c74e1d [2021-02-01T02:08:19.310Z] Step 22/23 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:08:19.310Z] ---> Running in 145e6f603197 [2021-02-01T02:08:19.574Z] Removing intermediate container 0d331881fa10 [2021-02-01T02:08:19.574Z] ---> 89aa919eb772 [2021-02-01T02:08:19.574Z] Step 23/24 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:08:19.574Z] ---> Running in 265bccf4770e [2021-02-01T02:08:19.574Z] Removing intermediate container 145e6f603197 [2021-02-01T02:08:19.574Z] ---> 4d02fdba4c60 [2021-02-01T02:08:19.574Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:08:19.846Z] ---> Running in 31c47ee1d464 [2021-02-01T02:08:19.846Z] Removing intermediate container 265bccf4770e [2021-02-01T02:08:19.846Z] ---> 00d6560ea6d5 [2021-02-01T02:08:19.846Z] Step 24/24 : LABEL version=0.0.0 [2021-02-01T02:08:20.111Z] ---> Running in 10c70067343e [2021-02-01T02:08:20.375Z] Removing intermediate container 31c47ee1d464 [2021-02-01T02:08:20.375Z] ---> 549f75c91cb0 [2021-02-01T02:08:20.375Z] [2021-02-01T02:08:20.375Z] Successfully built 549f75c91cb0 [2021-02-01T02:08:20.639Z] Successfully tagged docker-core-metadata-go:latest [2021-02-01T02:08:20.639Z] Building docker-sys-mgmt-agent-go [2021-02-01T02:08:20.639Z]  Building docker-core-metadata-go ... done Removing intermediate container 10c70067343e [2021-02-01T02:08:20.639Z] ---> 8dc28ee4ba8d [2021-02-01T02:08:20.639Z] [2021-02-01T02:08:20.639Z] Successfully built 8dc28ee4ba8d [2021-02-01T02:08:20.905Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-01T02:08:23.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.118s coverage: 28.6% of statements [2021-02-01T02:08:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T02:08:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T02:08:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T02:08:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T02:08:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T02:08:23.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements [2021-02-01T02:08:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T02:08:23.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2021-02-01T02:08:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T02:08:23.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.348s coverage: 86.7% of statements [2021-02-01T02:08:23.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T02:08:24.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.336s coverage: 97.5% of statements [2021-02-01T02:08:24.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T02:08:25.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements [2021-02-01T02:08:25.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T02:08:25.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T02:08:25.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T02:08:25.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T02:08:35.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.204s coverage: 92.8% of statements [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T02:08:35.221Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.075s coverage: 58.8% of statements [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T02:08:35.221Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.172s coverage: 0.1% of statements [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T02:08:35.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T02:08:35.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 45.5% of statements [2021-02-01T02:08:35.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements [2021-02-01T02:08:35.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-02-01T02:08:35.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2021-02-01T02:08:35.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2021-02-01T02:08:45.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.099s coverage: 94.4% of statements [2021-02-01T02:08:45.392Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements [2021-02-01T02:08:47.631Z]  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:08:47.631Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:08:47.631Z] ---> ed962fe3077a [2021-02-01T02:08:47.631Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T02:08:47.631Z] ---> Using cache [2021-02-01T02:08:47.631Z] ---> 4ae2381da75d [2021-02-01T02:08:47.631Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:08:47.631Z] ---> Using cache [2021-02-01T02:08:47.631Z] ---> 7d2bce98f076 [2021-02-01T02:08:47.631Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T02:08:47.631Z] ---> Using cache [2021-02-01T02:08:47.631Z] ---> 00b553d77967 [2021-02-01T02:08:47.631Z] Step 6/31 : COPY go.mod . [2021-02-01T02:08:47.631Z] ---> Using cache [2021-02-01T02:08:47.631Z] ---> 8ed5f058a127 [2021-02-01T02:08:47.631Z] Step 7/31 : RUN go mod download [2021-02-01T02:08:47.631Z] ---> Using cache [2021-02-01T02:08:47.631Z] ---> 4f79882a4501 [2021-02-01T02:08:47.631Z] Step 8/31 : COPY . . [2021-02-01T02:08:47.631Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:08:47.631Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:08:47.631Z] ---> ed962fe3077a [2021-02-01T02:08:47.632Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T02:08:47.632Z] ---> Using cache [2021-02-01T02:08:47.632Z] ---> 4ae2381da75d [2021-02-01T02:08:47.632Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:08:47.632Z] ---> Using cache [2021-02-01T02:08:47.632Z] ---> 7d2bce98f076 [2021-02-01T02:08:47.632Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T02:08:47.632Z] ---> Using cache [2021-02-01T02:08:47.632Z] ---> 00b553d77967 [2021-02-01T02:08:47.632Z] Step 6/21 : COPY go.mod . [2021-02-01T02:08:47.632Z] ---> Using cache [2021-02-01T02:08:47.632Z] ---> 8ed5f058a127 [2021-02-01T02:08:47.632Z] Step 7/21 : RUN go mod download [2021-02-01T02:08:47.632Z] ---> Using cache [2021-02-01T02:08:47.632Z] ---> 4f79882a4501 [2021-02-01T02:08:47.632Z] Step 8/21 : COPY . . [2021-02-01T02:08:47.632Z] ---> Using cache [2021-02-01T02:08:47.632Z] ---> 7dcbf3854d54 [2021-02-01T02:08:47.632Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T02:08:47.632Z] ---> Using cache [2021-02-01T02:08:47.632Z] ---> 7dcbf3854d54 [2021-02-01T02:08:47.632Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T02:08:47.632Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:08:47.632Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:08:47.632Z] ---> ed962fe3077a [2021-02-01T02:08:47.632Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:08:47.632Z] ---> Using cache [2021-02-01T02:08:47.632Z] ---> 4ae2381da75d [2021-02-01T02:08:47.632Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:08:47.632Z] ---> Using cache [2021-02-01T02:08:47.632Z] ---> 7d2bce98f076 [2021-02-01T02:08:47.632Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T02:08:47.632Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:08:47.632Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:08:47.632Z] ---> ed962fe3077a [2021-02-01T02:08:47.632Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T02:08:47.632Z] ---> Using cache [2021-02-01T02:08:47.632Z] ---> 4ae2381da75d [2021-02-01T02:08:47.632Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:08:47.632Z] ---> Using cache [2021-02-01T02:08:47.632Z] ---> 7d2bce98f076 [2021-02-01T02:08:47.632Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T02:08:47.632Z] ---> Running in 07415772b361 [2021-02-01T02:08:47.632Z] ---> Running in aebb9dd87298 [2021-02-01T02:08:47.632Z] ---> Running in 6ef9a6758257 [2021-02-01T02:08:47.632Z] ---> Running in 43a74ce12a83 [2021-02-01T02:08:47.632Z] 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-02-01T02:08:47.632Z] 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-02-01T02:08:47.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:08:47.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:08:48.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:08:48.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:08:49.191Z] OK: 233 MiB in 51 packages [2021-02-01T02:08:49.191Z] OK: 233 MiB in 51 packages [2021-02-01T02:08:50.183Z] Removing intermediate container 6ef9a6758257 [2021-02-01T02:08:50.183Z] ---> daa09a42b14b [2021-02-01T02:08:50.183Z] Step 6/26 : COPY go.mod . [2021-02-01T02:08:50.449Z] Removing intermediate container aebb9dd87298 [2021-02-01T02:08:50.449Z] ---> 5b396df26dd7 [2021-02-01T02:08:50.449Z] Step 6/23 : COPY go.mod . [2021-02-01T02:08:51.033Z] ---> f4ae1b6944a3 [2021-02-01T02:08:51.033Z] Step 7/26 : RUN go mod download [2021-02-01T02:08:51.033Z] ---> Running in 07f5ef8e63fc [2021-02-01T02:08:51.301Z] ---> 774b5f873f1c [2021-02-01T02:08:51.301Z] Step 7/23 : RUN go mod download [2021-02-01T02:08:51.570Z] ---> Running in ea10fb89fba8 [2021-02-01T02:08:54.211Z] Removing intermediate container 07f5ef8e63fc [2021-02-01T02:08:54.211Z] ---> 8ad3be270ce9 [2021-02-01T02:08:54.211Z] Step 8/26 : COPY . . [2021-02-01T02:08:54.211Z] Removing intermediate container ea10fb89fba8 [2021-02-01T02:08:54.211Z] ---> 415e06b941c5 [2021-02-01T02:08:54.211Z] Step 8/23 : COPY . . [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.117s coverage: 92.9% of statements [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.2% of statements [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.562s coverage: 63.5% of statements [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.741s coverage: 68.9% of statements [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T02:09:00.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.339s coverage: 37.0% of statements [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T02:09:00.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T02:09:01.121Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.630s coverage: 84.0% of statements [2021-02-01T02:09:01.727Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.124s coverage: 100.0% of statements [2021-02-01T02:09:06.599Z] 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-02-01T02:09:06.599Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T02:09:08.459Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.367s coverage: 47.1% of statements [2021-02-01T02:09:08.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T02:09:08.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T02:09:08.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T02:09:08.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T02:09:08.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T02:09:08.459Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements [2021-02-01T02:09:08.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T02:09:08.459Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements [2021-02-01T02:09:08.459Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T02:09:13.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.345s coverage: 29.1% of statements [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T02:09:13.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T02:09:13.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.124s coverage: 100.0% of statements [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T02:09:13.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.200s coverage: 100.0% of statements [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T02:09:13.877Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T02:09:13.877Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T02:09:13.877Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T02:09:13.877Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T02:09:13.877Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements [2021-02-01T02:09:14.478Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 32.1% of statements [2021-02-01T02:09:15.906Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-02-01T02:09:16.501Z] GO111MODULE=on go vet ./... [2021-02-01T02:09:21.612Z] Removing intermediate container 07415772b361 [2021-02-01T02:09:21.612Z] Removing intermediate container 43a74ce12a83 [2021-02-01T02:09:21.612Z] ---> 62a39d3eacea [2021-02-01T02:09:21.612Z] ---> 75afe82afc21 [2021-02-01T02:09:21.612Z] [2021-02-01T02:09:21.612Z] [2021-02-01T02:09:21.612Z] Step 10/21 : FROM alpine:3.12Step 10/31 : FROM alpine:3.12 [2021-02-01T02:09:21.612Z] ---> 389fef711851 [2021-02-01T02:09:21.612Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T02:09:21.612Z] [2021-02-01T02:09:21.613Z] ---> 389fef711851 [2021-02-01T02:09:21.613Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T02:09:21.613Z] ---> aeb2fda0921d [2021-02-01T02:09:21.613Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T02:09:21.613Z] ---> 18e9b7b84171 [2021-02-01T02:09:21.613Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T02:09:21.613Z] ---> Running in 5268f4d23f89 [2021-02-01T02:09:21.613Z] ---> Running in 7f57c782adb1 [2021-02-01T02:09:21.613Z] ---> Running in 6ae2f225f4d7 [2021-02-01T02:09:21.613Z] ---> Running in 0784b9ced72c [2021-02-01T02:09:21.613Z] Removing intermediate container 6ae2f225f4d7 [2021-02-01T02:09:21.613Z] ---> 2d78e6c94a0b [2021-02-01T02:09:21.613Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T02:09:21.613Z] ---> Running in af46268f309f [2021-02-01T02:09:21.613Z] 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-02-01T02:09:21.613Z] 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-02-01T02:09:21.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:09:21.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:09:21.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:09:21.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:09:21.613Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T02:09:21.613Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T02:09:21.613Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T02:09:21.613Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T02:09:21.613Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:09:21.613Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T02:09:21.613Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T02:09:21.613Z] OK: 6 MiB in 16 packages [2021-02-01T02:09:21.613Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:09:21.613Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:09:21.613Z] OK: 7 MiB in 18 packages [2021-02-01T02:09:24.981Z] Removing intermediate container af46268f309f [2021-02-01T02:09:24.981Z] ---> d4396584508c [2021-02-01T02:09:24.981Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T02:09:24.981Z] ---> Running in 31a2805ef095 [2021-02-01T02:09:24.981Z] Removing intermediate container 0784b9ced72c [2021-02-01T02:09:24.981Z] ---> 9a6a83b44966 [2021-02-01T02:09:24.981Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T02:09:24.981Z] ---> Running in d6ed47522356 [2021-02-01T02:09:25.258Z] Removing intermediate container 31a2805ef095 [2021-02-01T02:09:25.258Z] ---> 4fa2bdf9616e [2021-02-01T02:09:25.258Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T02:09:25.258Z] ---> Running in e306891dbdd9 [2021-02-01T02:09:25.535Z] Removing intermediate container d6ed47522356 [2021-02-01T02:09:25.535Z] ---> b91b96e54614 [2021-02-01T02:09:25.535Z] Step 13/21 : WORKDIR /edgex [2021-02-01T02:09:25.535Z] ---> Running in 802df9fdc626 [2021-02-01T02:09:25.821Z] Removing intermediate container e306891dbdd9 [2021-02-01T02:09:25.821Z] ---> d82310b06eb3 [2021-02-01T02:09:25.821Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T02:09:25.821Z] ---> Running in ff8d2a636ab3 [2021-02-01T02:09:26.093Z] Removing intermediate container 802df9fdc626 [2021-02-01T02:09:26.093Z] ---> 85fc3862b660 [2021-02-01T02:09:26.093Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T02:09:26.684Z] ---> d5f650bf8f27 [2021-02-01T02:09:26.684Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T02:09:27.672Z] ---> f8b3593b85cc [2021-02-01T02:09:27.672Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T02:09:27.943Z] Removing intermediate container ff8d2a636ab3 [2021-02-01T02:09:27.943Z] ---> f5eee14d06d4 [2021-02-01T02:09:27.943Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T02:09:27.943Z] ---> Running in 5cecd61682a1 [2021-02-01T02:09:28.534Z] Removing intermediate container 5cecd61682a1 [2021-02-01T02:09:28.534Z] ---> 999e32a65154 [2021-02-01T02:09:28.534Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T02:09:28.806Z] ---> 72e5a04a61c2 [2021-02-01T02:09:28.806Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T02:09:28.806Z] ---> Running in 3d143aefd7ce [2021-02-01T02:09:28.806Z] ---> e3cd9b921391 [2021-02-01T02:09:28.806Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T02:09:29.090Z] ---> Running in 2744d76f745d [2021-02-01T02:09:29.090Z] Removing intermediate container 3d143aefd7ce [2021-02-01T02:09:29.090Z] ---> a7d02643be4f [2021-02-01T02:09:29.090Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T02:09:29.358Z] ---> Running in ada8a9ba3d24 [2021-02-01T02:09:29.640Z] Removing intermediate container ada8a9ba3d24 [2021-02-01T02:09:29.640Z] ---> 46e48d443f1b [2021-02-01T02:09:29.640Z] Step 19/21 : LABEL arch=x86_64 [2021-02-01T02:09:29.640Z] ---> Running in 15e6ca9c7eb8 [2021-02-01T02:09:30.235Z] Removing intermediate container 15e6ca9c7eb8 [2021-02-01T02:09:30.235Z] ---> 1b7aede47c5d [2021-02-01T02:09:30.235Z] Step 20/21 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:09:30.235Z] ---> Running in 33baa18f5734 [2021-02-01T02:09:30.837Z] Removing intermediate container 33baa18f5734 [2021-02-01T02:09:30.837Z] ---> 33e94f4e8c19 [2021-02-01T02:09:30.837Z] Step 21/21 : LABEL version=0.0.0 [2021-02-01T02:09:30.837Z] ---> Running in 82d579b777cd [2021-02-01T02:09:32.244Z] Removing intermediate container 82d579b777cd [2021-02-01T02:09:32.244Z] ---> 8c486b725bb2 [2021-02-01T02:09:32.244Z] [2021-02-01T02:09:32.244Z] Removing intermediate container 2744d76f745d [2021-02-01T02:09:32.244Z] ---> 474e1c26e7c1 [2021-02-01T02:09:32.244Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:09:32.244Z] Successfully built 8c486b725bb2 [2021-02-01T02:09:32.515Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-01T02:09:32.798Z]  Building docker-security-proxy-setup-go ... done  ---> 399bf606e98f [2021-02-01T02:09:32.798Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T02:09:34.792Z] ---> 45c1c009adbd [2021-02-01T02:09:34.792Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T02:09:35.759Z] ---> c9dc2457c7e0 [2021-02-01T02:09:35.759Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T02:09:36.744Z] ---> e20fc7a56a06 [2021-02-01T02:09:36.744Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T02:09:37.032Z] ---> 021ec2c4836a [2021-02-01T02:09:37.032Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T02:09:37.308Z] ---> Running in adfd0f07a636 [2021-02-01T02:09:37.595Z] Removing intermediate container adfd0f07a636 [2021-02-01T02:09:37.595Z] ---> cd08df54249c [2021-02-01T02:09:37.595Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T02:09:38.182Z] ---> 576650c1da06 [2021-02-01T02:09:38.182Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T02:09:38.182Z] ---> Running in fd5f7c5bcf0e [2021-02-01T02:09:40.142Z] Removing intermediate container 5268f4d23f89 [2021-02-01T02:09:40.142Z] ---> a919479e8ccb [2021-02-01T02:09:40.142Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T02:09:40.142Z] ---> Running in 7392bebbba6b [2021-02-01T02:09:40.409Z] Removing intermediate container fd5f7c5bcf0e [2021-02-01T02:09:40.409Z] ---> 047bbdcfddbc [2021-02-01T02:09:40.409Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T02:09:40.677Z] ---> Running in c2fe617e390f [2021-02-01T02:09:40.677Z] 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-02-01T02:09:40.943Z] Removing intermediate container c2fe617e390f [2021-02-01T02:09:40.943Z] ---> 962cf5789ecd [2021-02-01T02:09:40.943Z] Step 28/31 : CMD ["gate"] [2021-02-01T02:09:41.207Z] ---> Running in 945cbf3feebd [2021-02-01T02:09:41.476Z] Removing intermediate container 945cbf3feebd [2021-02-01T02:09:41.476Z] ---> 601ead4ee670 [2021-02-01T02:09:41.476Z] Step 29/31 : LABEL arch=x86_64 [2021-02-01T02:09:43.429Z] ---> Running in e3f225a1cb85 [2021-02-01T02:09:43.692Z] Removing intermediate container 7f57c782adb1 [2021-02-01T02:09:43.692Z] ---> 87407f5073b7 [2021-02-01T02:09:43.692Z] [2021-02-01T02:09:43.692Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:09:43.692Z] ---> 389fef711851 [2021-02-01T02:09:43.692Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T02:09:43.692Z] ---> Running in 0785d124b222 [2021-02-01T02:09:43.955Z] Removing intermediate container e3f225a1cb85 [2021-02-01T02:09:43.955Z] ---> c51260dfc118 [2021-02-01T02:09:43.955Z] Step 30/31 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:09:43.955Z] Removing intermediate container 7392bebbba6b [2021-02-01T02:09:43.955Z] ---> 89300f748d17 [2021-02-01T02:09:43.955Z] [2021-02-01T02:09:43.955Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T02:09:43.955Z] 20.10.0: Pulling from library/docker [2021-02-01T02:09:44.219Z] ---> Running in c1241230128b [2021-02-01T02:09:44.219Z] Removing intermediate container 0785d124b222 [2021-02-01T02:09:44.219Z] ---> 27e5c6c01ba9 [2021-02-01T02:09:44.219Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T02:09:44.219Z] ---> Running in b45ec1c5c2f2 [2021-02-01T02:09:44.482Z] Removing intermediate container c1241230128b [2021-02-01T02:09:44.482Z] ---> 00c1b88498a4 [2021-02-01T02:09:44.482Z] Step 31/31 : LABEL version=0.0.0 [2021-02-01T02:09:44.750Z] Removing intermediate container b45ec1c5c2f2 [2021-02-01T02:09:44.750Z] ---> c15b1ae88531 [2021-02-01T02:09:44.750Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T02:09:44.750Z] ---> Running in 8581179b4622 [2021-02-01T02:09:44.750Z] ---> Running in 50f0aa6b2f47 [2021-02-01T02:09:45.327Z] Removing intermediate container 8581179b4622 [2021-02-01T02:09:45.327Z] ---> a23c5e69a744 [2021-02-01T02:09:45.327Z] [2021-02-01T02:09:45.327Z] Successfully built a23c5e69a744 [2021-02-01T02:09:45.327Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-01T02:09:45.327Z] Removing intermediate container 50f0aa6b2f47 [2021-02-01T02:09:45.327Z] ---> ae7c3f7ba648 [2021-02-01T02:09:45.327Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:09:46.280Z]  Building docker-security-bootstrapper-go ... done  ---> Running in f7e0c52c9e9c [2021-02-01T02:09:47.694Z] Removing intermediate container f7e0c52c9e9c [2021-02-01T02:09:47.694Z] ---> f0f0f18fb67b [2021-02-01T02:09:47.694Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T02:09:47.960Z] ---> Running in 811fb0a8a876 [2021-02-01T02:09:48.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:09:49.348Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:09:49.946Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T02:09:49.946Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T02:09:49.946Z] ---> aefe523efa57 [2021-02-01T02:09:49.946Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T02:09:49.946Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T02:09:49.946Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T02:09:49.946Z] ---> Running in f2ac93fa6d19 [2021-02-01T02:09:50.213Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T02:09:50.213Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T02:09:50.476Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T02:09:50.476Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T02:09:50.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:09:50.751Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:09:50.751Z] OK: 8 MiB in 20 packages [2021-02-01T02:09:50.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:09:50.751Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T02:09:51.015Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T02:09:51.015Z] Executing bash-5.0.17-r0.post-install [2021-02-01T02:09:51.015Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:09:51.015Z] OK: 12 MiB in 22 packages [2021-02-01T02:09:51.279Z] Removing intermediate container 811fb0a8a876 [2021-02-01T02:09:51.279Z] ---> 03ac7f2f6095 [2021-02-01T02:09:51.279Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:09:51.544Z] Removing intermediate container f2ac93fa6d19 [2021-02-01T02:09:51.544Z] ---> ad32d1d3ea51 [2021-02-01T02:09:51.544Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T02:09:51.544Z] ---> Running in ad88974a947f [2021-02-01T02:09:51.544Z] ---> 65a0efec0360 [2021-02-01T02:09:51.544Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T02:09:51.806Z] Removing intermediate container ad88974a947f [2021-02-01T02:09:51.806Z] ---> 3abdacf61976 [2021-02-01T02:09:51.806Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T02:09:51.806Z] ---> Running in 65d9c68e0273 [2021-02-01T02:09:52.071Z] Removing intermediate container 65d9c68e0273 [2021-02-01T02:09:52.071Z] ---> 23555a042a01 [2021-02-01T02:09:52.071Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T02:09:52.337Z] ---> Running in fcd27babd39f [2021-02-01T02:09:52.337Z] ---> 98405b19fb3e [2021-02-01T02:09:52.337Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T02:09:52.337Z] Removing intermediate container fcd27babd39f [2021-02-01T02:09:52.337Z] ---> fb16e72005fa [2021-02-01T02:09:52.337Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T02:09:52.601Z] ---> b4f8b46c267a [2021-02-01T02:09:52.601Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T02:09:52.601Z] ---> Running in a8b38764eab3 [2021-02-01T02:09:52.866Z] Removing intermediate container a8b38764eab3 [2021-02-01T02:09:52.866Z] ---> 4db1e0127b84 [2021-02-01T02:09:52.866Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:09:53.132Z] ---> Running in 8e8ce79ba9c8 [2021-02-01T02:09:53.395Z] ---> 81d7af0f3ec7 [2021-02-01T02:09:53.395Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T02:09:53.395Z] Removing intermediate container 8e8ce79ba9c8 [2021-02-01T02:09:53.395Z] ---> 53170a9b62c1 [2021-02-01T02:09:53.395Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T02:09:53.395Z] ---> Running in a5a203b959d4 [2021-02-01T02:09:53.658Z] ---> 8bac81558e0a [2021-02-01T02:09:53.658Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T02:09:53.658Z] Removing intermediate container a5a203b959d4 [2021-02-01T02:09:53.658Z] ---> 993a53129834 [2021-02-01T02:09:53.658Z] Step 22/23 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:09:53.922Z] ---> Running in cefad9f4d0ec [2021-02-01T02:09:53.922Z] ---> fd3b550604a6 [2021-02-01T02:09:53.922Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T02:09:53.922Z] ---> Running in 63ad6d3f4435 [2021-02-01T02:09:54.188Z] Removing intermediate container cefad9f4d0ec [2021-02-01T02:09:54.188Z] ---> d0318f60ccfc [2021-02-01T02:09:54.188Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:09:54.188Z] ---> Running in 2f52945e27e5 [2021-02-01T02:09:54.456Z] Removing intermediate container 2f52945e27e5 [2021-02-01T02:09:54.456Z] ---> 936ddd72e7b8 [2021-02-01T02:09:54.456Z] [2021-02-01T02:09:54.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:09:54.720Z] Successfully built 936ddd72e7b8 [2021-02-01T02:09:54.720Z] Successfully tagged docker-core-data-go:latest [2021-02-01T02:09:54.720Z]  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:09:54.981Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T02:09:54.981Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T02:09:54.981Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T02:09:54.981Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T02:09:54.981Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T02:09:54.981Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T02:09:54.981Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T02:09:56.371Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T02:09:56.371Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T02:09:56.371Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T02:09:56.371Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T02:09:56.371Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T02:09:56.371Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T02:09:56.371Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T02:09:56.371Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T02:09:56.371Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T02:09:56.371Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T02:09:56.371Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T02:09:56.371Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T02:09:56.371Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T02:09:56.371Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T02:09:56.371Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T02:09:56.371Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T02:09:56.371Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T02:09:56.371Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T02:09:56.634Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T02:09:56.634Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T02:09:56.634Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T02:09:56.634Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T02:09:56.634Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T02:09:56.634Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T02:09:56.634Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T02:09:56.634Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T02:09:56.634Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:09:56.634Z] OK: 71 MiB in 55 packages [2021-02-01T02:10:06.675Z] Removing intermediate container 63ad6d3f4435 [2021-02-01T02:10:06.675Z] ---> fc1bb92712bf [2021-02-01T02:10:06.675Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T02:10:06.675Z] ---> Running in d7e3c065df1a [2021-02-01T02:10:06.675Z] Collecting docker-compose==1.23.2 [2021-02-01T02:10:06.938Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T02:10:06.938Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T02:10:06.938Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T02:10:07.203Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T02:10:07.203Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T02:10:07.466Z] 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-02-01T02:10:07.466Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T02:10:07.466Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T02:10:07.731Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T02:10:07.731Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T02:10:07.731Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T02:10:07.731Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T02:10:08.308Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T02:10:08.308Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T02:10:08.891Z] Collecting PyYAML<4,>=3.10 [2021-02-01T02:10:08.891Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T02:10:09.841Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T02:10:09.841Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T02:10:10.103Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T02:10:10.103Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T02:10:10.366Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T02:10:10.366Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T02:10:10.366Z] Collecting idna<2.8,>=2.5 [2021-02-01T02:10:10.366Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T02:10:10.366Z] 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-02-01T02:10:10.366Z] 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-02-01T02:10:10.628Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T02:10:10.628Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T02:10:10.628Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T02:10:10.628Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T02:10:10.628Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T02:10:10.628Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T02:10:10.892Z] Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, docopt, texttable, PyYAML, dockerpty, jsonschema, docker-compose [2021-02-01T02:10:10.892Z] Attempting uninstall: idna [2021-02-01T02:10:10.892Z] Found existing installation: idna 2.9 [2021-02-01T02:10:10.892Z] Uninstalling idna-2.9: [2021-02-01T02:10:10.892Z] Successfully uninstalled idna-2.9 [2021-02-01T02:10:11.166Z] Attempting uninstall: urllib3 [2021-02-01T02:10:11.166Z] Found existing installation: urllib3 1.25.9 [2021-02-01T02:10:11.166Z] Uninstalling urllib3-1.25.9: [2021-02-01T02:10:11.166Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T02:10:11.166Z] Attempting uninstall: requests [2021-02-01T02:10:11.166Z] Found existing installation: requests 2.23.0 [2021-02-01T02:10:11.166Z] Uninstalling requests-2.23.0: [2021-02-01T02:10:11.446Z] Successfully uninstalled requests-2.23.0 [2021-02-01T02:10:11.713Z] Running setup.py install for docopt: started [2021-02-01T02:10:12.296Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T02:10:12.296Z] Running setup.py install for texttable: started [2021-02-01T02:10:12.870Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T02:10:12.870Z] Running setup.py install for PyYAML: started [2021-02-01T02:10:13.132Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T02:10:13.132Z] Running setup.py install for dockerpty: started [2021-02-01T02:10:13.706Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T02:10:13.969Z] 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.57.0 [2021-02-01T02:10:17.286Z] Removing intermediate container d7e3c065df1a [2021-02-01T02:10:17.286Z] ---> cc696d35f6d9 [2021-02-01T02:10:17.286Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T02:10:17.286Z] ---> Running in a6bc8864ec6a [2021-02-01T02:10:17.286Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:10:17.552Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:10:17.553Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T02:10:17.553Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T02:10:17.553Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T02:10:17.553Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:10:17.553Z] OK: 72 MiB in 58 packages [2021-02-01T02:10:18.129Z] Removing intermediate container a6bc8864ec6a [2021-02-01T02:10:18.129Z] ---> 21209384472f [2021-02-01T02:10:18.129Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T02:10:18.129Z] ---> Running in f2d40c3d91fc [2021-02-01T02:10:18.391Z] Removing intermediate container f2d40c3d91fc [2021-02-01T02:10:18.391Z] ---> e9b7265eda34 [2021-02-01T02:10:18.391Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:10:18.391Z] ---> Running in 559bbcbf85d6 [2021-02-01T02:10:18.653Z] Removing intermediate container 559bbcbf85d6 [2021-02-01T02:10:18.653Z] ---> 3d98dd3f428c [2021-02-01T02:10:18.653Z] Step 24/26 : LABEL arch=x86_64 [2021-02-01T02:10:18.653Z] ---> Running in 94fa151ad029 [2021-02-01T02:10:18.917Z] Removing intermediate container 94fa151ad029 [2021-02-01T02:10:18.917Z] ---> b09e7dbf014d [2021-02-01T02:10:18.917Z] Step 25/26 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:10:18.917Z] ---> Running in fcfee0a8ab66 [2021-02-01T02:10:19.179Z] Removing intermediate container fcfee0a8ab66 [2021-02-01T02:10:19.179Z] ---> 396092dc4862 [2021-02-01T02:10:19.179Z] Step 26/26 : LABEL version=0.0.0 [2021-02-01T02:10:19.179Z] ---> Running in 2ec1bd40516a [2021-02-01T02:10:19.754Z] Removing intermediate container 2ec1bd40516a [2021-02-01T02:10:19.754Z] ---> b0c9ef47c934 [2021-02-01T02:10:19.754Z] [2021-02-01T02:10:19.754Z] Successfully built b0c9ef47c934 [2021-02-01T02:10:19.754Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-01T02:10:20.717Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-01T02:10:20.730Z] $ docker stop --time=1 42e09b8106f4eae5ac7bbbdc7a488060e00a5d00fb03e9c0ee4120acbd1de2c3 [2021-02-01T02:10:22.394Z] $ docker rm -f 42e09b8106f4eae5ac7bbbdc7a488060e00a5d00fb03e9c0ee4120acbd1de2c3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T02:10:22.987Z] + docker images [2021-02-01T02:10:22.987Z] + grep docker [2021-02-01T02:10:23.565Z] docker-sys-mgmt-agent-go latest b0c9ef47c934 4 seconds ago 313MB [2021-02-01T02:10:23.565Z] docker-core-data-go latest 936ddd72e7b8 29 seconds ago 22.3MB [2021-02-01T02:10:23.565Z] docker-security-bootstrapper-go latest a23c5e69a744 39 seconds ago 23.8MB [2021-02-01T02:10:23.565Z] docker-security-proxy-setup-go latest 8c486b725bb2 52 seconds ago 24.4MB [2021-02-01T02:10:23.565Z] docker-security-secretstore-setup-go latest 8dc28ee4ba8d 2 minutes ago 24.6MB [2021-02-01T02:10:23.565Z] docker-core-metadata-go latest 549f75c91cb0 2 minutes ago 18.8MB [2021-02-01T02:10:23.565Z] docker-core-command-go latest 84f4efceb3bc 2 minutes ago 16.9MB [2021-02-01T02:10:23.565Z] docker-support-notifications-go latest 3453a94fa464 2 minutes ago 16.9MB [2021-02-01T02:10:23.565Z] docker-support-scheduler-go latest b3b3c11ae87c 2 minutes ago 17MB [2021-02-01T02:10:23.565Z] docker 20.10.0 aefe523efa57 7 weeks 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-02-01T02:10:38.299Z] gofmt -l . [2021-02-01T02:10:38.299Z] [ "`gofmt -l .`" = "" ] [2021-02-01T02:10:38.299Z] ./bin/test-go-mod-tidy.sh [2021-02-01T02:10:38.299Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-01T02:10:38.954Z] + ls -al . [2021-02-01T02:10:38.954Z] total 708 [2021-02-01T02:10:38.954Z] drwxrwxr-x 9 1001 1001 4096 Feb 1 02:10 . [2021-02-01T02:10:38.954Z] drwxr-xr-x 4 root root 4096 Feb 1 02:06 .. [2021-02-01T02:10:38.954Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 02:04 .dockerignore [2021-02-01T02:10:38.954Z] drwxrwxr-x 8 1001 1001 4096 Feb 1 02:05 .git [2021-02-01T02:10:38.954Z] drwxrwxr-x 3 1001 1001 4096 Feb 1 02:04 .github [2021-02-01T02:10:38.954Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 02:04 .gitignore [2021-02-01T02:10:38.954Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 02:04 .sonarcloud.properties [2021-02-01T02:10:38.954Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 02:04 Attribution.txt [2021-02-01T02:10:38.954Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 02:04 CONTRIBUTING.md [2021-02-01T02:10:38.954Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 02:04 Dockerfile.build [2021-02-01T02:10:38.954Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 02:04 Jenkinsfile [2021-02-01T02:10:38.954Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 02:04 LICENSE [2021-02-01T02:10:38.954Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 02:04 Makefile [2021-02-01T02:10:38.954Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 02:04 README.md [2021-02-01T02:10:38.954Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 02:04 SECURITY.md [2021-02-01T02:10:38.954Z] -rw-rw-r-- 1 1001 1001 5 Feb 1 02:02 VERSION [2021-02-01T02:10:38.954Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 02:04 ZMQWindows.md [2021-02-01T02:10:38.954Z] drwxrwxr-x 2 1001 1001 4096 Feb 1 02:04 bin [2021-02-01T02:10:38.954Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 02:04 cmd [2021-02-01T02:10:38.954Z] -rw-r--r-- 1 root root 574984 Feb 1 02:09 coverage.out [2021-02-01T02:10:38.954Z] -rw-r--r-- 1 root root 1054 Feb 1 02:10 go.mod [2021-02-01T02:10:38.954Z] -rw-r--r-- 1 root root 19289 Feb 1 02:10 go.sum [2021-02-01T02:10:38.954Z] drwxrwxr-x 8 1001 1001 4096 Feb 1 02:04 internal [2021-02-01T02:10:38.954Z] drwxrwxr-x 4 1001 1001 4096 Feb 1 02:04 openapi [2021-02-01T02:10:38.954Z] drwxrwxr-x 4 1001 1001 4096 Feb 1 02:04 snap [2021-02-01T02:10:38.954Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 02:04 version.go [Pipeline] sh [2021-02-01T02:10:39.380Z] Still waiting to schedule task [2021-02-01T02:10:39.380Z] ‘prd-ubuntu18.04-docker-8c-8g-24252’ is offline [2021-02-01T02:10:39.612Z] + '[' -e coverage.out ] [2021-02-01T02:10:39.612Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T02:10:39.634Z] Warning: overwriting stash ‘coverage-report’ [2021-02-01T02:10:40.850Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T02:10:41.517Z] + make build [2021-02-01T02:10:41.517Z] 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-02-01T02:10:54.020Z] 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-02-01T02:11:16.189Z] 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-02-01T02:11:19.580Z] 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-02-01T02:11:25.006Z] 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-02-01T02:11:25.473Z] Running on prd-ubuntu18.04-docker-8c-8g-24253 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws [2021-02-01T02:11:25.533Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2021-02-01T02:11:25.987Z] 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-02-01T02:11:27.574Z] using credential edgex-jenkins-ssh [2021-02-01T02:11:27.628Z] Cloning the remote Git repository [2021-02-01T02:11:27.679Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:11:27.749Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2021-02-01T02:11:27.772Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:11:27.772Z] > git --version # timeout=10 [2021-02-01T02:11:27.778Z] > git --version # 'git version 2.17.1' [2021-02-01T02:11:27.779Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:11:27.806Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T02:11:31.414Z] 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-02-01T02:11:35.032Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T02:11:35.039Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T02:11:35.049Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T02:11:35.059Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:11:35.059Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:11:35.062Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T02:11:35.625Z] Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:11:35.744Z] Merge succeeded, producing ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:11:35.745Z] Checking out Revision ae9f0359169742a05a1d011dca584020c68c9919 (PR-3088) [2021-02-01T02:11:36.817Z] 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-02-01T02:11:35.645Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T02:11:35.649Z] > git checkout -f ae9f0359169742a05a1d011dca584020c68c9919 # timeout=10 [2021-02-01T02:11:35.720Z] > git remote # timeout=10 [2021-02-01T02:11:35.726Z] > git config --get remote.origin.url # timeout=10 [2021-02-01T02:11:35.731Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:11:35.734Z] > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 [2021-02-01T02:11:35.750Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-01T02:11:35.758Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T02:11:35.763Z] > git checkout -f ae9f0359169742a05a1d011dca584020c68c9919 # timeout=10 [2021-02-01T02:11:39.413Z] Commit message: "fix(meta): DeviceProfile and DeviceService Delete API should return 409 instead of the 400 when associated object exist" [2021-02-01T02:11:39.435Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:11:40.475Z] + echo snap-build.sh [2021-02-01T02:11:40.475Z] snap-build.sh [2021-02-01T02:11:40.475Z] + SNAP_BASE_DIR=. [2021-02-01T02:11:40.475Z] + '[' '!' -z /w/workspace/edgex-go/11 ']' [2021-02-01T02:11:40.475Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/11 [2021-02-01T02:11:40.475Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/11]' [2021-02-01T02:11:40.475Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/11] [2021-02-01T02:11:40.475Z] + cd /w/workspace/edgex-go/11 [2021-02-01T02:11:40.475Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-01T02:11:40.475Z] Reading package lists... [2021-02-01T02:11:40.475Z] Building dependency tree... [2021-02-01T02:11:40.475Z] Reading state information... [2021-02-01T02:11:40.737Z] The following packages were automatically installed and are no longer required: [2021-02-01T02:11:40.737Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-01T02:11:40.737Z] uidmap xdelta3 [2021-02-01T02:11:40.737Z] Use 'sudo apt autoremove' to remove them. [2021-02-01T02:11:40.737Z] The following packages will be REMOVED: [2021-02-01T02:11:40.737Z] lxd* lxd-client* [2021-02-01T02:11:40.998Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-01T02:11:40.998Z] After this operation, 31.7 MB disk space will be freed. [2021-02-01T02:11:42.059Z] (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-02-01T02:11:42.059Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T02:11:42.634Z] Removing lxd dnsmasq configuration [2021-02-01T02:11:42.896Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T02:11:43.158Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-01T02:11:43.753Z] 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-02-01T02:11:44.101Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-01T02:11:44.361Z] (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-02-01T02:11:44.361Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-01T02:11:45.757Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-01T02:11:45.757Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-01T02:11:46.702Z] + sudo snap remove --purge lxd [2021-02-01T02:11:46.965Z] snap "lxd" is not installed [2021-02-01T02:11:46.965Z] + sudo groupadd --force --system lxd [2021-02-01T02:11:46.965Z] ++ whoami [2021-02-01T02:11:46.965Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-01T02:11:46.965Z] + newgrp - lxd [2021-02-01T02:11:46.965Z] + sudo snap install lxd [2021-02-01T02:11:47.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T02:11:50.532Z] 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-02-01T02:11:54.840Z] 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-02-01T02:11:55.123Z] 2021-02-01T02:11:52Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-02-01T02:12:00.268Z] $ docker stop --time=1 784683de2289d25f879d3d0e8d3bb89970668b2192f331a4faba8c50de96d07f [2021-02-01T02:12:02.956Z] $ docker rm -f 784683de2289d25f879d3d0e8d3bb89970668b2192f331a4faba8c50de96d07f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:12:04.994Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T02:12:04.994Z] [2021-02-01T02:12:04.994Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:12:05.645Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T02:12:05.916Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-01T02:12:05.916Z] 29e5d40040c1: Pulling fs layer [2021-02-01T02:12:05.916Z] 1ce36da41761: Pulling fs layer [2021-02-01T02:12:05.916Z] 25b303627fd3: Pulling fs layer [2021-02-01T02:12:06.508Z] 29e5d40040c1: Verifying Checksum [2021-02-01T02:12:06.508Z] 29e5d40040c1: Download complete [2021-02-01T02:12:07.102Z] 1ce36da41761: Verifying Checksum [2021-02-01T02:12:07.102Z] 1ce36da41761: Download complete [2021-02-01T02:12:07.376Z] 29e5d40040c1: Pull complete [2021-02-01T02:12:08.815Z] 1ce36da41761: Pull complete [2021-02-01T02:12:08.815Z] 25b303627fd3: Verifying Checksum [2021-02-01T02:12:08.815Z] 25b303627fd3: Download complete [2021-02-01T02:12:10.083Z] lxd 4.10 from Canonical* installed [2021-02-01T02:12:10.084Z] + sudo lxd init --auto [2021-02-01T02:12:18.972Z] 25b303627fd3: Pull complete [2021-02-01T02:12:18.972Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-01T02:12:18.972Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T02:12:18.972Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-01T02:12:19.239Z] prd-ubuntu18.04-docker-arm64-4c-16g-24250 does not seem to be running inside a container [2021-02-01T02:12:19.319Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-02-01T02:12:20.099Z] + sudo snap install --classic snapcraft [2021-02-01T02:12:22.411Z] $ docker top 7252e838dc6188a2407fbc49ad6611cfc6447b41f8bd23e7be372dba713a9b2a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T02:12:23.436Z] + docker-compose build --help [2021-02-01T02:12:23.436Z] + grep parallel [2021-02-01T02:12:24.309Z] snapcraft 4.4.4 from Canonical* installed [2021-02-01T02:12:24.309Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-01T02:12:24.309Z] + patch --verbose -p1 [2021-02-01T02:12:24.309Z] Hmm... Looks like a unified diff to me... [2021-02-01T02:12:24.309Z] The text leading up to this was: [2021-02-01T02:12:24.309Z] -------------------------- [2021-02-01T02:12:24.309Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-01T02:12:24.309Z] |From: Tony Espy [2021-02-01T02:12:24.309Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-01T02:12:24.309Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-01T02:12:24.309Z] | [2021-02-01T02:12:24.309Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-01T02:12:24.309Z] |optimize the snap CI check run for pull requests. When [2021-02-01T02:12:24.309Z] |applied, it essentially strips out everything (apps and [2021-02-01T02:12:24.309Z] |parts) from the snapcraft.yaml file except those required [2021-02-01T02:12:24.309Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-01T02:12:24.309Z] |catch changes to edgex-go that break the snap build. [2021-02-01T02:12:24.309Z] | [2021-02-01T02:12:24.309Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-01T02:12:24.309Z] |to update this patch file, otherwise it may fail to apply, [2021-02-01T02:12:24.309Z] |resulting in a failed snap build CI check in the associated [2021-02-01T02:12:24.309Z] |pull request. [2021-02-01T02:12:24.309Z] | [2021-02-01T02:12:24.309Z] |Note - in addition to applying this patch, the pipeline also [2021-02-01T02:12:24.309Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-01T02:12:24.309Z] |need to build the finally binary .snap file (and it won't [2021-02-01T02:12:24.309Z] |work with the patch applied). This further reduces the build [2021-02-01T02:12:24.309Z] |time. [2021-02-01T02:12:24.309Z] |--- [2021-02-01T02:12:24.309Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-01T02:12:24.309Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-01T02:12:24.309Z] | [2021-02-01T02:12:24.309Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-01T02:12:24.309Z] |index 1e537489..faf42425 100644 [2021-02-01T02:12:24.309Z] |--- a/snap/snapcraft.yaml [2021-02-01T02:12:24.309Z] |+++ b/snap/snapcraft.yaml [2021-02-01T02:12:24.309Z] -------------------------- [2021-02-01T02:12:24.309Z] patching file snap/snapcraft.yaml [2021-02-01T02:12:24.309Z] Using Plan A... [2021-02-01T02:12:24.309Z] Hunk #1 succeeded at 73. [2021-02-01T02:12:24.309Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-01T02:12:24.309Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-01T02:12:24.309Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-01T02:12:24.309Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-01T02:12:24.309Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-01T02:12:24.309Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-01T02:12:24.309Z] Hunk #8 succeeded at 342. [2021-02-01T02:12:24.309Z] Hmm... Ignoring the trailing garbage. [2021-02-01T02:12:24.309Z] done [2021-02-01T02:12:24.309Z] + sudo snapcraft prime --use-lxd [2021-02-01T02:12:25.252Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-01T02:12:25.252Z] 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-02-01T02:12:25.252Z] - README.md [2021-02-01T02:12:25.252Z] - snapcraft.yaml.orig [2021-02-01T02:12:25.252Z] [2021-02-01T02:12:25.252Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-01T02:12:25.824Z] Launching a container. [2021-02-01T02:12:26.788Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T02:12:27.084Z] $ docker stop --time=1 7252e838dc6188a2407fbc49ad6611cfc6447b41f8bd23e7be372dba713a9b2a [2021-02-01T02:12:29.044Z] $ docker rm -f 7252e838dc6188a2407fbc49ad6611cfc6447b41f8bd23e7be372dba713a9b2a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:12:29.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-01T02:12:29.852Z] . [Pipeline] withDockerContainer [2021-02-01T02:12:30.077Z] prd-ubuntu18.04-docker-arm64-4c-16g-24250 does not seem to be running inside a container [2021-02-01T02:12:30.160Z] $ 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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-02-01T02:12:31.462Z] $ docker top 078f1d8ee45e9a31148deb82a48cec3aa8b8e4dbd2de8012b7bce42936e48538 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T02:12:32.415Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T02:12:35.783Z] Building docker-core-command-go ... [2021-02-01T02:12:35.783Z] Building docker-core-data-go ... [2021-02-01T02:12:35.783Z] Building docker-core-metadata-go ... [2021-02-01T02:12:35.783Z] Building docker-security-bootstrapper-go ... [2021-02-01T02:12:35.783Z] Building docker-security-proxy-setup-go ... [2021-02-01T02:12:35.783Z] Building docker-security-secretstore-setup-go ... [2021-02-01T02:12:35.783Z] Building docker-support-notifications-go ... [2021-02-01T02:12:35.783Z] Building docker-support-scheduler-go ... [2021-02-01T02:12:35.783Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T02:12:35.783Z] Building docker-support-scheduler-go [2021-02-01T02:12:35.783Z] Building docker-security-bootstrapper-go [2021-02-01T02:12:35.783Z] Building docker-core-command-go [2021-02-01T02:12:35.783Z] Building docker-support-notifications-go [2021-02-01T02:12:35.783Z] Building docker-core-metadata-go [2021-02-01T02:12:38.128Z] Waiting for container to be ready [2021-02-01T02:12:38.128Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-01T02:12:38.128Z] [2021-02-01T02:12:40.679Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-01T02:12:40.944Z] Waiting for network to be ready... [2021-02-01T02:12:41.205Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-01T02:12:41.465Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-02-01T02:12:41.465Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-01T02:12:41.465Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-02-01T02:12:41.465Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-01T02:12:41.465Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-01T02:12:41.465Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-02-01T02:12:41.465Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-02-01T02:12:41.465Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-02-01T02:12:41.465Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-01T02:12:42.038Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-01T02:12:42.038Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-01T02:12:42.297Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-01T02:12:42.298Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-01T02:12:42.298Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-01T02:12:42.298Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-01T02:12:42.298Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-01T02:12:42.298Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-01T02:12:42.872Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-01T02:12:42.872Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-02-01T02:12:43.135Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-01T02:12:43.135Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-01T02:12:43.135Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-01T02:12:43.135Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-01T02:12:43.135Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-01T02:12:43.135Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-02-01T02:12:43.135Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-02-01T02:12:45.054Z] Fetched 23.9 MB in 4s (5991 kB/s) [2021-02-01T02:12:45.996Z] Reading package lists... [2021-02-01T02:12:46.257Z] Reading package lists... [2021-02-01T02:12:46.257Z] Building dependency tree... [2021-02-01T02:12:46.257Z] Reading state information... [2021-02-01T02:12:46.257Z] The following additional packages will be installed: [2021-02-01T02:12:46.257Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-01T02:12:46.257Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-01T02:12:46.257Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-01T02:12:46.519Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-01T02:12:46.519Z] Suggested packages: [2021-02-01T02:12:46.519Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-01T02:12:46.519Z] Recommended packages: [2021-02-01T02:12:46.519Z] gnupg libsasl2-modules [2021-02-01T02:12:46.519Z] The following NEW packages will be installed: [2021-02-01T02:12:46.519Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-01T02:12:46.519Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-01T02:12:46.519Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-01T02:12:46.519Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-01T02:12:46.519Z] The following packages will be upgraded: [2021-02-01T02:12:46.519Z] gpg gpg-agent gpgconf libudev1 [2021-02-01T02:12:46.519Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-01T02:12:46.519Z] Need to get 3533 kB of archives. [2021-02-01T02:12:46.519Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-01T02:12:46.519Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-01T02:12:46.780Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-01T02:12:47.040Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-01T02:12:47.040Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-01T02:12:47.040Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-01T02:12:47.309Z] Get:6 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-02-01T02:12:47.309Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-01T02:12:47.309Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-01T02:12:47.309Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-01T02:12:47.309Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-01T02:12:47.309Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-01T02:12:47.309Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-01T02:12:47.309Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-01T02:12:47.309Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-01T02:12:47.309Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-01T02:12:47.309Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-01T02:12:47.309Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-01T02:12:47.309Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-01T02:12:47.309Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-01T02:12:47.569Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-01T02:12:47.569Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-01T02:12:47.569Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-01T02:12:47.569Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T02:12:47.569Z] Fetched 3533 kB in 1s (3157 kB/s) [2021-02-01T02:12:47.828Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-01T02:12:47.828Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-01T02:12:47.828Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T02:12:47.828Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-01T02:12:47.828Z] Selecting previously unselected package udev. [2021-02-01T02:12:47.828Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-01T02:12:47.828Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-01T02:12:48.087Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-01T02:12:48.348Z] Selecting previously unselected package libfuse2:amd64. [2021-02-01T02:12:48.348Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-01T02:12:48.348Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-01T02:12:48.348Z] Selecting previously unselected package fuse. [2021-02-01T02:12:48.348Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-01T02:12:48.348Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-01T02:12:48.609Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T02:12:48.609Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T02:12:48.609Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T02:12:48.609Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T02:12:48.869Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T02:12:48.869Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T02:12:49.130Z] Selecting previously unselected package libksba8:amd64. [2021-02-01T02:12:49.130Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-01T02:12:49.130Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-01T02:12:49.130Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-01T02:12:49.130Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:12:49.130Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:49.130Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-01T02:12:49.130Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:12:49.130Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:49.391Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-01T02:12:49.391Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:12:49.391Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:49.391Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-01T02:12:49.391Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:12:49.391Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:49.656Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-01T02:12:49.656Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:12:49.656Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:49.656Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-01T02:12:49.656Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:12:49.656Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:50.228Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-01T02:12:50.228Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:12:50.228Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:50.228Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-01T02:12:50.228Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:12:50.228Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:50.228Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-01T02:12:50.228Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-01T02:12:50.228Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:50.228Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-01T02:12:50.228Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-01T02:12:50.487Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T02:12:50.487Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-01T02:12:50.487Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-01T02:12:50.487Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T02:12:50.487Z] Selecting previously unselected package libldap-common. [2021-02-01T02:12:50.487Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-01T02:12:50.487Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T02:12:50.487Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-01T02:12:50.487Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-01T02:12:50.487Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T02:12:50.748Z] Selecting previously unselected package dirmngr. [2021-02-01T02:12:50.748Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T02:12:50.748Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-01T02:12:50.748Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T02:12:50.748Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-01T02:12:51.009Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-01T02:12:51.009Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T02:12:51.009Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-01T02:12:51.009Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-01T02:12:51.009Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:51.009Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-01T02:12:51.009Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T02:12:51.009Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-01T02:12:51.582Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-01T02:12:51.582Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:51.582Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-01T02:12:51.582Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-01T02:12:51.582Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-01T02:12:51.582Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:51.582Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:51.843Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:51.843Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:51.843Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:51.843Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:51.843Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-01T02:12:51.843Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-01T02:12:51.843Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-01T02:12:51.843Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T02:12:52.415Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-01T02:12:52.416Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-01T02:12:52.416Z] This means they are not meant to be enabled using systemctl. [2021-02-01T02:12:52.416Z] Possible reasons for having this kind of units are: [2021-02-01T02:12:52.416Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-01T02:12:52.416Z] .wants/ or .requires/ directory. [2021-02-01T02:12:52.416Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-01T02:12:52.416Z] a requirement dependency on it. [2021-02-01T02:12:52.416Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-01T02:12:52.416Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-01T02:12:52.416Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-01T02:12:52.416Z] instance name specified. [2021-02-01T02:12:52.676Z] Reading package lists... [2021-02-01T02:12:52.936Z] Building dependency tree... [2021-02-01T02:12:52.936Z] Reading state information... [2021-02-01T02:12:52.936Z] The following additional packages will be installed: [2021-02-01T02:12:52.936Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-01T02:12:52.936Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-01T02:12:52.936Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-01T02:12:52.936Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-01T02:12:52.936Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-01T02:12:52.936Z] Suggested packages: [2021-02-01T02:12:52.936Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-01T02:12:52.936Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-01T02:12:52.936Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-01T02:12:52.936Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-01T02:12:52.936Z] systemd-container policykit-1 [2021-02-01T02:12:52.936Z] Recommended packages: [2021-02-01T02:12:52.936Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-01T02:12:52.936Z] The following NEW packages will be installed: [2021-02-01T02:12:52.936Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-01T02:12:52.936Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-01T02:12:52.936Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-01T02:12:52.936Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-01T02:12:52.936Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-01T02:12:52.936Z] The following packages will be upgraded: [2021-02-01T02:12:52.936Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-01T02:12:52.936Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-01T02:12:52.936Z] Need to get 35.2 MB of archives. [2021-02-01T02:12:52.936Z] After this operation, 141 MB of additional disk space will be used. [2021-02-01T02:12:52.936Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-01T02:12:53.197Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-01T02:12:53.197Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-01T02:12:53.197Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-01T02:12:53.197Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-01T02:12:53.197Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-01T02:12:53.197Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-01T02:12:53.197Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-01T02:12:53.459Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-01T02:12:53.459Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-01T02:12:53.459Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-01T02:12:53.459Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-01T02:12:53.459Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-01T02:12:53.459Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-01T02:12:53.459Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-01T02:12:53.459Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-01T02:12:53.459Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-01T02:12:53.459Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-01T02:12:54.029Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-01T02:12:54.029Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-01T02:12:54.029Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-01T02:12:54.029Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-01T02:12:54.029Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-01T02:12:54.029Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-01T02:12:54.029Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-01T02:12:54.029Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-01T02:12:54.029Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-01T02:12:54.029Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-01T02:12:54.290Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-01T02:12:54.290Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-01T02:12:55.676Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T02:12:55.676Z] Fetched 35.2 MB in 2s (15.1 MB/s) [2021-02-01T02:12:55.676Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T02:12:55.676Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-01T02:12:55.676Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T02:12:56.249Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-01T02:12:56.249Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T02:12:56.249Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-01T02:12:56.756Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T02:12:56.756Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-01T02:12:56.756Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-01T02:12:56.756Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-01T02:12:56.756Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-01T02:12:56.756Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-01T02:12:56.756Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-01T02:12:57.018Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-01T02:12:57.280Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-01T02:12:57.541Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-01T02:12:57.803Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-01T02:12:57.803Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-01T02:12:57.803Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-01T02:12:57.803Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-01T02:12:57.803Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T02:12:58.064Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:12:58.064Z] Selecting previously unselected package libexpat1:amd64. [2021-02-01T02:12:58.064Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-01T02:12:58.064Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-01T02:12:58.327Z] Selecting previously unselected package python3.6-minimal. [2021-02-01T02:12:58.327Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T02:12:58.327Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:12:58.589Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-01T02:12:58.589Z] Checking for services that may need to be restarted...done. [2021-02-01T02:12:58.589Z] Checking for services that may need to be restarted...done. [2021-02-01T02:12:58.589Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:12:58.850Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-01T02:12:58.850Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:12:59.421Z] Selecting previously unselected package python3-minimal. [2021-02-01T02:12:59.421Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-01T02:12:59.421Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-01T02:12:59.421Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-01T02:12:59.421Z] Selecting previously unselected package mime-support. [2021-02-01T02:12:59.421Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-01T02:12:59.421Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-01T02:12:59.681Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-01T02:12:59.681Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-01T02:12:59.681Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-01T02:12:59.681Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-01T02:12:59.681Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T02:12:59.681Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:12:59.942Z] Selecting previously unselected package python3.6. [2021-02-01T02:12:59.942Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-01T02:12:59.942Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:13:00.202Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-01T02:13:00.202Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-01T02:13:00.464Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-01T02:13:00.464Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-01T02:13:00.725Z] Selecting previously unselected package python3. [2021-02-01T02:13:00.725Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-01T02:13:00.725Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-01T02:13:00.725Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-01T02:13:00.725Z] Selecting previously unselected package multiarch-support. [2021-02-01T02:13:00.986Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T02:13:00.986Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-01T02:13:00.986Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-01T02:13:00.986Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-01T02:13:00.986Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-01T02:13:00.986Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-01T02:13:00.986Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-01T02:13:00.986Z] Selecting previously unselected package libbsd0:amd64. [2021-02-01T02:13:00.986Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-01T02:13:01.247Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-01T02:13:01.247Z] Selecting previously unselected package sudo. [2021-02-01T02:13:01.247Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-01T02:13:01.247Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-01T02:13:01.247Z] Selecting previously unselected package apparmor. [2021-02-01T02:13:01.247Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-01T02:13:01.510Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-01T02:13:01.510Z] Selecting previously unselected package libedit2:amd64. [2021-02-01T02:13:01.510Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-01T02:13:01.510Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-01T02:13:01.771Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-01T02:13:01.771Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T02:13:01.771Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:13:01.771Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-01T02:13:01.771Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T02:13:01.771Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:13:01.771Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-01T02:13:01.771Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-01T02:13:02.032Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-01T02:13:02.032Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-01T02:13:02.032Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T02:13:02.032Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:13:02.032Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-01T02:13:02.032Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-01T02:13:02.032Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:13:02.293Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-01T02:13:02.293Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-01T02:13:02.293Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-01T02:13:02.293Z] Selecting previously unselected package openssh-client. [2021-02-01T02:13:02.293Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-01T02:13:02.293Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-01T02:13:02.553Z] Selecting previously unselected package squashfs-tools. [2021-02-01T02:13:02.553Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-01T02:13:02.553Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-01T02:13:02.553Z] Selecting previously unselected package snapd. [2021-02-01T02:13:02.553Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-01T02:13:02.553Z] Unpacking snapd (2.48+18.04) ... [2021-02-01T02:13:04.477Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-01T02:13:04.477Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-01T02:13:04.738Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-01T02:13:04.738Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-01T02:13:04.738Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-01T02:13:04.738Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:13:05.000Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T02:13:05.000Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-01T02:13:05.000Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-01T02:13:05.945Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-01T02:13:06.530Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-01T02:13:06.530Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-01T02:13:06.530Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:13:06.530Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:13:06.530Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-01T02:13:07.102Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-01T02:13:07.102Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:13:07.102Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-01T02:13:07.102Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-01T02:13:07.102Z] running python rtupdate hooks for python3.6... [2021-02-01T02:13:07.102Z] running python post-rtupdate hooks for python3.6... [2021-02-01T02:13:07.371Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-01T02:13:08.313Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-01T02:13:08.574Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-01T02:13:08.574Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-01T02:13:08.836Z] Setting up snapd (2.48+18.04) ... [2021-02-01T02:13:09.096Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-01T02:13:09.356Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-01T02:13:09.356Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-01T02:13:09.616Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-01T02:13:09.877Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-01T02:13:09.877Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-01T02:13:09.877Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-01T02:13:10.137Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-01T02:13:10.397Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-01T02:13:10.397Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-01T02:13:10.659Z] /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-02-01T02:13:10.659Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-01T02:13:10.659Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-01T02:13:11.598Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T02:13:11.598Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T02:13:11.598Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T02:13:12.796Z] Reading package lists... [2021-02-01T02:13:12.796Z] Reading package lists... [2021-02-01T02:13:12.796Z] Building dependency tree... [2021-02-01T02:13:12.796Z] Reading state information... [2021-02-01T02:13:13.056Z] Calculating upgrade... [2021-02-01T02:13:13.056Z] The following packages will be upgraded: [2021-02-01T02:13:13.056Z] advancecomp base-files bash binutils binutils-common [2021-02-01T02:13:13.056Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-01T02:13:13.056Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-01T02:13:13.056Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-01T02:13:13.056Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-01T02:13:13.056Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-01T02:13:13.056Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-01T02:13:13.056Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-01T02:13:13.056Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-01T02:13:13.056Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-01T02:13:13.056Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-01T02:13:13.056Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-01T02:13:13.056Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-01T02:13:13.056Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-01T02:13:13.056Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-01T02:13:13.316Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T02:13:13.316Z] Need to get 63.8 MB of archives. [2021-02-01T02:13:13.316Z] After this operation, 5205 kB of additional disk space will be used. [2021-02-01T02:13:13.316Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-01T02:13:13.316Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-01T02:13:13.886Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-01T02:13:13.886Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-01T02:13:13.886Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-01T02:13:13.886Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-01T02:13:14.147Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-01T02:13:14.147Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-01T02:13:14.147Z] 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-02-01T02:13:14.147Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-01T02:13:14.147Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-01T02:13:14.147Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-01T02:13:14.147Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-01T02:13:14.147Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-01T02:13:14.147Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-01T02:13:14.147Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-01T02:13:14.147Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-01T02:13:14.147Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-01T02:13:14.147Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-01T02:13:14.147Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-01T02:13:14.147Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-01T02:13:14.147Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-01T02:13:14.407Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-01T02:13:14.407Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-01T02:13:14.407Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-01T02:13:14.407Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-01T02:13:14.407Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-01T02:13:14.407Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-01T02:13:14.407Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-01T02:13:14.407Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-01T02:13:14.407Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-01T02:13:14.407Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-01T02:13:14.407Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-01T02:13:14.407Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-01T02:13:14.407Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-01T02:13:14.407Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-01T02:13:14.407Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-01T02:13:14.407Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-01T02:13:14.407Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-01T02:13:14.407Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-01T02:13:14.407Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-01T02:13:14.407Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-01T02:13:14.407Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-01T02:13:14.407Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-01T02:13:14.407Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-01T02:13:14.407Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-01T02:13:14.407Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-01T02:13:14.407Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-01T02:13:14.407Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-01T02:13:14.407Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-01T02:13:14.407Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-01T02:13:14.668Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-01T02:13:14.668Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-01T02:13:14.668Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-01T02:13:14.668Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-01T02:13:14.668Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-01T02:13:14.668Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-01T02:13:14.668Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-01T02:13:14.668Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-01T02:13:14.668Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-01T02:13:14.668Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-01T02:13:14.668Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-01T02:13:14.668Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-01T02:13:14.668Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-01T02:13:14.668Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-01T02:13:14.668Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-01T02:13:14.668Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-01T02:13:14.668Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-01T02:13:14.668Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-01T02:13:14.668Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-01T02:13:14.668Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-01T02:13:14.668Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-01T02:13:14.668Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-01T02:13:14.928Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-01T02:13:14.928Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-01T02:13:14.928Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-02-01T02:13:14.928Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-01T02:13:14.928Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-01T02:13:14.928Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-01T02:13:14.928Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-01T02:13:14.928Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-01T02:13:14.928Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-01T02:13:14.928Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-01T02:13:14.928Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-01T02:13:14.928Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-01T02:13:14.928Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-01T02:13:14.928Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-01T02:13:14.928Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-01T02:13:15.189Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-01T02:13:15.189Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-01T02:13:15.760Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-01T02:13:16.020Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-01T02:13:16.020Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-01T02:13:16.282Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-01T02:13:16.852Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-01T02:13:16.852Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-01T02:13:16.852Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-01T02:13:16.852Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-01T02:13:16.852Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-01T02:13:16.852Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T02:13:16.852Z] Fetched 63.8 MB in 4s (18.0 MB/s) [2021-02-01T02:13:16.852Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:16.852Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T02:13:16.852Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T02:13:17.426Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T02:13:17.687Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T02:13:17.687Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-01T02:13:17.687Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-01T02:13:18.629Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:18.629Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:13:18.629Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:18.629Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:13:18.890Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:18.890Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:13:18.890Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:18.890Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:13:19.152Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:19.152Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:13:19.152Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:19.152Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:13:19.152Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:19.152Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:13:19.412Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:13:19.412Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T02:13:19.412Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:19.412Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-01T02:13:19.412Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:13:19.673Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T02:13:19.673Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:19.673Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:13:19.673Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:19.673Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:13:19.673Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:19.933Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-01T02:13:19.933Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:13:19.933Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T02:13:19.933Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T02:13:20.194Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T02:13:20.455Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-01T02:13:20.715Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-01T02:13:20.715Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-01T02:13:20.715Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-01T02:13:20.715Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-01T02:13:20.977Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-01T02:13:21.238Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-01T02:13:21.238Z] Installing new version of config file /etc/issue ... [2021-02-01T02:13:21.238Z] Installing new version of config file /etc/issue.net ... [2021-02-01T02:13:21.238Z] Installing new version of config file /etc/lsb-release ... [2021-02-01T02:13:21.238Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-01T02:13:21.499Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-01T02:13:21.499Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-01T02:13:21.499Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-01T02:13:21.499Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:21.499Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-01T02:13:21.760Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-01T02:13:21.760Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-01T02:13:21.760Z] 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-02-01T02:13:22.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:22.021Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:13:22.021Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-01T02:13:22.021Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:13:22.021Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:22.021Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-01T02:13:22.021Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-01T02:13:22.281Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-01T02:13:22.541Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:22.541Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-01T02:13:22.541Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T02:13:22.805Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-01T02:13:22.805Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:22.805Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T02:13:22.805Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T02:13:23.086Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T02:13:23.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:23.086Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T02:13:23.086Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T02:13:23.347Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-01T02:13:23.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:23.347Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-01T02:13:23.347Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-01T02:13:23.608Z] Setting up grep (3.1-2build1) ... [2021-02-01T02:13:23.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:23.608Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-01T02:13:23.608Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-01T02:13:23.875Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-01T02:13:23.875Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:23.875Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T02:13:24.135Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T02:13:24.135Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-01T02:13:24.135Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:24.135Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T02:13:24.135Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T02:13:24.703Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T02:13:24.703Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T02:13:24.963Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-01T02:13:24.964Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T02:13:25.533Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-01T02:13:25.533Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:25.533Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-01T02:13:25.533Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-01T02:13:26.471Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-01T02:13:26.731Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-01T02:13:26.731Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-01T02:13:26.731Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-01T02:13:27.001Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-01T02:13:27.001Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:27.001Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-01T02:13:27.001Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-01T02:13:27.266Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-01T02:13:27.266Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:27.266Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:13:27.267Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:13:27.267Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:13:27.527Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:27.527Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:13:27.527Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:13:27.527Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:13:27.527Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:27.527Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:13:27.787Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:13:27.788Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:13:27.788Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:27.788Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:13:27.788Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:13:28.257Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:13:28.257Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:28.257Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T02:13:28.257Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T02:13:28.519Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T02:13:28.519Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T02:13:28.519Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T02:13:28.780Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:28.780Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-01T02:13:28.780Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T02:13:28.780Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T02:13:29.041Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:29.041Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:13:29.041Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:13:29.041Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:13:29.301Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:29.301Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:13:29.301Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:13:29.301Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:13:29.301Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:29.301Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:13:29.561Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:13:29.821Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:13:30.081Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-01T02:13:30.341Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-01T02:13:30.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:30.620Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-01T02:13:30.620Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-01T02:13:30.880Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T02:13:30.880Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-01T02:13:30.880Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-01T02:13:30.880Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-01T02:13:31.140Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-01T02:13:31.401Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:31.401Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-01T02:13:31.401Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-01T02:13:31.401Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-01T02:13:31.662Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:31.662Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-01T02:13:31.662Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-01T02:13:31.922Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-01T02:13:31.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:31.922Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-01T02:13:31.922Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-01T02:13:32.183Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-01T02:13:32.443Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:32.443Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T02:13:32.443Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T02:13:32.443Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T02:13:32.703Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:32.703Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T02:13:32.703Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T02:13:32.703Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T02:13:32.963Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:32.963Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-01T02:13:32.963Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T02:13:33.224Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T02:13:33.224Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:33.224Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-01T02:13:33.224Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-01T02:13:33.224Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-01T02:13:33.224Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-01T02:13:33.483Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T02:13:33.483Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T02:13:33.483Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T02:13:33.483Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:33.483Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-01T02:13:33.483Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-01T02:13:33.742Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-01T02:13:33.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:33.742Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-01T02:13:33.742Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-01T02:13:34.003Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-01T02:13:34.003Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:34.003Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-01T02:13:34.263Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-01T02:13:34.263Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-01T02:13:34.263Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:34.263Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-01T02:13:34.263Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-01T02:13:34.525Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-01T02:13:34.525Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:34.525Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-01T02:13:34.525Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-01T02:13:34.785Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-01T02:13:35.047Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:35.047Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-01T02:13:35.047Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-01T02:13:35.047Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-01T02:13:35.308Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:35.308Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-01T02:13:35.308Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-01T02:13:35.308Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-01T02:13:35.570Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:35.570Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-01T02:13:35.570Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-01T02:13:35.570Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-01T02:13:35.830Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:35.830Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-01T02:13:35.830Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-01T02:13:35.830Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-01T02:13:36.091Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:36.091Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-01T02:13:36.091Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-01T02:13:36.091Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-01T02:13:36.351Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:36.351Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-01T02:13:36.351Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-01T02:13:36.351Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-01T02:13:36.612Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-01T02:13:36.612Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-01T02:13:36.612Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-01T02:13:36.612Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-01T02:13:36.878Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-01T02:13:36.878Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-01T02:13:36.878Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-01T02:13:36.878Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-01T02:13:36.878Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-01T02:13:37.138Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-01T02:13:37.138Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-01T02:13:37.399Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-02-01T02:13:37.399Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-02-01T02:13:37.399Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-01T02:13:37.399Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-01T02:13:37.659Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-01T02:13:37.659Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-01T02:13:37.920Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-01T02:13:37.920Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-01T02:13:37.920Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-01T02:13:37.920Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-01T02:13:37.920Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-01T02:13:38.181Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-01T02:13:38.181Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-01T02:13:38.181Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-01T02:13:38.181Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-01T02:13:38.181Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-01T02:13:38.441Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-01T02:13:38.441Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-01T02:13:39.383Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-01T02:13:39.383Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-01T02:13:39.383Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-01T02:13:39.383Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-01T02:13:39.383Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T02:13:39.383Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T02:13:39.954Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T02:13:39.954Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T02:13:39.954Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T02:13:39.954Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T02:13:40.214Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-01T02:13:40.214Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-01T02:13:40.214Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:40.214Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:13:40.214Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:40.475Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:13:40.475Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:40.475Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:13:40.475Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:40.475Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:13:41.415Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:41.415Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:13:42.365Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:42.365Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:13:42.948Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:43.207Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:13:43.469Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:43.469Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:13:44.418Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-01T02:13:44.418Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-01T02:13:44.418Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T02:13:44.418Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T02:13:44.418Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-01T02:13:44.418Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T02:13:44.678Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-01T02:13:44.679Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-01T02:13:44.679Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-01T02:13:44.940Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-01T02:13:44.940Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T02:13:44.940Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T02:13:44.940Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-01T02:13:45.214Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-01T02:13:45.214Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-01T02:13:45.214Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-01T02:13:45.571Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:13:45.571Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-01T02:13:45.571Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:13:45.571Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:13:45.571Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:13:45.571Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-01T02:13:45.571Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-01T02:13:45.571Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-01T02:13:45.866Z] [2021-02-01T02:13:45.866Z] Current default time zone: 'Etc/UTC' [2021-02-01T02:13:45.866Z] Local time is now: Mon Feb 1 02:13:45 UTC 2021. [2021-02-01T02:13:45.866Z] Universal Time is now: Mon Feb 1 02:13:45 UTC 2021. [2021-02-01T02:13:45.866Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-01T02:13:45.866Z] [2021-02-01T02:13:45.866Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-01T02:13:45.866Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:13:45.866Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-01T02:13:45.866Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-01T02:13:45.866Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-01T02:13:45.866Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-01T02:13:45.866Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-01T02:13:46.207Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-01T02:13:46.207Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-01T02:13:46.207Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-01T02:13:46.207Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:13:46.207Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-01T02:13:46.511Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:13:46.511Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-01T02:13:46.511Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:13:46.511Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-01T02:13:46.511Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-01T02:13:46.511Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-01T02:13:46.511Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-01T02:13:46.511Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-01T02:13:46.511Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-01T02:13:46.511Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-01T02:13:46.511Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-01T02:13:48.424Z] Updating certificates in /etc/ssl/certs... [2021-02-01T02:13:49.369Z] 22 added, 17 removed; done. [2021-02-01T02:13:49.630Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-01T02:13:49.630Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-01T02:13:49.630Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-01T02:13:49.630Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-01T02:13:49.630Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-01T02:13:49.630Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:13:49.630Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-01T02:13:49.891Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:13:49.891Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:13:49.891Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:13:49.891Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:13:49.891Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:13:49.891Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-01T02:13:49.891Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-01T02:13:49.891Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-01T02:13:49.891Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-01T02:13:49.891Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-01T02:13:49.891Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:13:49.891Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-01T02:13:50.152Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-01T02:13:50.152Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-01T02:13:50.152Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-01T02:13:50.152Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T02:13:50.152Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-01T02:13:50.152Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-01T02:13:50.413Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-01T02:13:50.413Z] Updating certificates in /etc/ssl/certs... [2021-02-01T02:13:50.990Z] 0 added, 0 removed; done. [2021-02-01T02:13:50.990Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-01T02:13:50.990Z] done. [2021-02-01T02:13:51.250Z] Reading package lists... [2021-02-01T02:13:51.511Z] Building dependency tree... [2021-02-01T02:13:51.511Z] Reading state information... [2021-02-01T02:13:51.772Z] The following NEW packages will be installed: [2021-02-01T02:13:51.772Z] apt-transport-https [2021-02-01T02:13:51.772Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T02:13:51.772Z] Need to get 1696 B of archives. [2021-02-01T02:13:51.772Z] After this operation, 153 kB of additional disk space will be used. [2021-02-01T02:13:51.772Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-01T02:13:52.046Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T02:13:52.046Z] Fetched 1696 B in 0s (21.5 kB/s) [2021-02-01T02:13:52.046Z] Selecting previously unselected package apt-transport-https. [2021-02-01T02:13:52.046Z] (Reading database ... 13929 files and directories currently installed.) [2021-02-01T02:13:52.046Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-01T02:13:52.046Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-01T02:13:52.046Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-01T02:13:52.306Z] Waiting for network to be ready... [2021-02-01T02:13:57.551Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:13:57.551Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:13:57.551Z] ---> f09f962b395a [2021-02-01T02:13:57.551Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:13:57.551Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:13:57.551Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:13:57.551Z] ---> f09f962b395a [2021-02-01T02:13:57.551Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T02:13:57.551Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:13:57.551Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:13:57.551Z] ---> f09f962b395a [2021-02-01T02:13:57.551Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T02:13:57.551Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:13:57.551Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:13:57.551Z] ---> f09f962b395a [2021-02-01T02:13:57.551Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T02:13:57.551Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:13:57.551Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:13:57.551Z] ---> f09f962b395a [2021-02-01T02:13:57.551Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:13:57.551Z] ---> Running in bb964241d030 [2021-02-01T02:13:57.551Z] ---> Running in 91d8c3e8c399 [2021-02-01T02:13:57.551Z] ---> Running in 85ffec159f5c [2021-02-01T02:13:57.551Z] ---> Running in 7cad583f3cf8 [2021-02-01T02:13:57.551Z] ---> Running in 8a821c4d5e0d [2021-02-01T02:13:57.551Z] Removing intermediate container bb964241d030 [2021-02-01T02:13:57.551Z] ---> ad6c7003cb98 [2021-02-01T02:13:57.551Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:13:57.551Z] Removing intermediate container 8a821c4d5e0d [2021-02-01T02:13:57.551Z] ---> 0089d4144a6d [2021-02-01T02:13:57.551Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:13:57.551Z] Removing intermediate container 7cad583f3cf8 [2021-02-01T02:13:57.551Z] ---> b4dca4d81219 [2021-02-01T02:13:57.551Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:13:57.551Z] Removing intermediate container 85ffec159f5c [2021-02-01T02:13:57.551Z] ---> 8658a7de5d3b [2021-02-01T02:13:57.551Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:13:57.551Z] Removing intermediate container 91d8c3e8c399 [2021-02-01T02:13:57.551Z] ---> 26eabf0f3a6f [2021-02-01T02:13:57.551Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:13:57.551Z] ---> Running in 22f9b0343c79 [2021-02-01T02:13:57.551Z] ---> Running in f2b577058d6f [2021-02-01T02:13:57.551Z] ---> Running in 3c167b13213e [2021-02-01T02:13:57.551Z] ---> Running in a72f924e50a2 [2021-02-01T02:13:57.551Z] ---> Running in 1d807e6dd86e [2021-02-01T02:13:57.551Z] Removing intermediate container f2b577058d6f [2021-02-01T02:13:57.551Z] ---> 48243aa90c5c [2021-02-01T02:13:57.551Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T02:13:57.551Z] Removing intermediate container 22f9b0343c79 [2021-02-01T02:13:57.551Z] ---> 16ee066aa3c8 [2021-02-01T02:13:57.551Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T02:13:57.551Z] ---> Running in c99d368476d5 [2021-02-01T02:13:57.551Z] ---> Running in a3c04c0c5325 [2021-02-01T02:13:57.551Z] Removing intermediate container 3c167b13213e [2021-02-01T02:13:57.551Z] ---> 43d5efd35b1a [2021-02-01T02:13:57.551Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T02:13:57.551Z] Removing intermediate container a72f924e50a2 [2021-02-01T02:13:57.551Z] ---> fcf89d1bae1b [2021-02-01T02:13:57.551Z] Removing intermediate container 1d807e6dd86e [2021-02-01T02:13:57.551Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T02:13:57.551Z] ---> 32bcac192b06 [2021-02-01T02:13:57.551Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T02:13:57.551Z] ---> Running in 85f2f7404003 [2021-02-01T02:13:57.551Z] ---> Running in 7ad0ef2fe837 [2021-02-01T02:13:57.551Z] ---> Running in 84e3903a40cc [2021-02-01T02:13:58.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:13:58.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:13:58.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:13:58.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:13:58.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:13:58.887Z] 2021-02-01T02:13:55Z INFO Waiting for automatic snapd restart... [2021-02-01T02:13:58.887Z] snapd 2.48.2 from Canonical* installed [2021-02-01T02:13:58.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:13:59.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:13:59.457Z] "snapd" switched to the "latest/stable" channel [2021-02-01T02:13:59.457Z] [2021-02-01T02:13:59.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:13:59.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:13:59.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:13:59.797Z] OK: 217 MiB in 51 packages [2021-02-01T02:14:00.071Z] OK: 217 MiB in 51 packages [2021-02-01T02:14:00.350Z] OK: 217 MiB in 51 packages [2021-02-01T02:14:00.350Z] OK: 217 MiB in 51 packages [2021-02-01T02:14:00.350Z] OK: 217 MiB in 51 packages [2021-02-01T02:14:01.344Z] Removing intermediate container c99d368476d5 [2021-02-01T02:14:01.344Z] ---> c3729c9f6488 [2021-02-01T02:14:01.344Z] Step 6/31 : COPY go.mod . [2021-02-01T02:14:01.946Z] Removing intermediate container a3c04c0c5325 [2021-02-01T02:14:01.946Z] ---> 922b5d7f2948 [2021-02-01T02:14:01.946Z] Step 6/23 : COPY go.mod . [2021-02-01T02:14:01.946Z] Removing intermediate container 85f2f7404003 [2021-02-01T02:14:01.946Z] ---> c38cebe144a2 [2021-02-01T02:14:01.946Z] Step 6/22 : COPY go.mod . [2021-02-01T02:14:02.005Z] core18 20201210 from Canonical* installed [2021-02-01T02:14:02.218Z] ---> 03b05a58e082 [2021-02-01T02:14:02.218Z] Step 7/31 : RUN go mod download [2021-02-01T02:14:02.266Z] "core18" switched to the "latest/stable" channel [2021-02-01T02:14:02.266Z] [2021-02-01T02:14:02.493Z] Removing intermediate container 7ad0ef2fe837 [2021-02-01T02:14:02.493Z] ---> ce7eb8923b72 [2021-02-01T02:14:02.493Z] Step 6/23 : COPY go.mod . [2021-02-01T02:14:02.493Z] ---> Running in 2fa3a387f67c [2021-02-01T02:14:02.493Z] Removing intermediate container 84e3903a40cc [2021-02-01T02:14:02.493Z] ---> 7fbcbc4d4294 [2021-02-01T02:14:02.493Z] Step 6/22 : COPY go.mod . [2021-02-01T02:14:02.792Z] ---> 16e35cb6117d [2021-02-01T02:14:02.792Z] Step 7/23 : RUN go mod download [2021-02-01T02:14:03.079Z] ---> fb175ce885b1 [2021-02-01T02:14:03.079Z] Step 7/22 : RUN go mod download [2021-02-01T02:14:03.079Z] ---> Running in 339c8c107009 [2021-02-01T02:14:03.355Z] ---> Running in 9acfa6384990 [2021-02-01T02:14:03.636Z] ---> c5e2c74724d1 [2021-02-01T02:14:03.636Z] Step 7/23 : RUN go mod download [2021-02-01T02:14:03.636Z] ---> 95148b3d0b24 [2021-02-01T02:14:03.636Z] Step 7/22 : RUN go mod download [2021-02-01T02:14:03.919Z] ---> Running in fa1021134aaa [2021-02-01T02:14:04.191Z] ---> Running in 2ff615c10882 [2021-02-01T02:14:05.570Z] snapcraft 4.4.4 from Canonical* installed [2021-02-01T02:14:05.570Z] "snapcraft" switched to the "latest/stable" channel [2021-02-01T02:14:05.570Z] [2021-02-01T02:14:06.186Z] Removing intermediate container 2fa3a387f67c [2021-02-01T02:14:06.186Z] ---> 79e6e6d67865 [2021-02-01T02:14:06.186Z] Step 8/31 : COPY . . [2021-02-01T02:14:07.628Z] Removing intermediate container 9acfa6384990 [2021-02-01T02:14:07.628Z] ---> e88f343f8707 [2021-02-01T02:14:07.628Z] Step 8/22 : COPY . . [2021-02-01T02:14:08.639Z] Removing intermediate container 339c8c107009 [2021-02-01T02:14:08.639Z] ---> cf9e4089e91c [2021-02-01T02:14:08.639Z] Step 8/23 : COPY . . [2021-02-01T02:14:08.875Z] 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-02-01T02:14:08.875Z] - README.md [2021-02-01T02:14:08.875Z] - snapcraft.yaml.orig [2021-02-01T02:14:08.875Z] [2021-02-01T02:14:08.875Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-01T02:14:08.985Z] Removing intermediate container fa1021134aaa [2021-02-01T02:14:08.985Z] ---> 63cfb60a4bfb [2021-02-01T02:14:08.985Z] Step 8/23 : COPY . . [2021-02-01T02:14:09.589Z] Removing intermediate container 2ff615c10882 [2021-02-01T02:14:09.589Z] ---> e565bbaa5036 [2021-02-01T02:14:09.589Z] Step 8/22 : COPY . . [2021-02-01T02:14:15.465Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T02:14:15.465Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-01T02:14:15.727Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T02:14:15.727Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T02:14:15.988Z] Fetched 88.7 kB in 1s (158 kB/s) [2021-02-01T02:14:16.929Z] Reading package lists... [2021-02-01T02:14:17.191Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-02-01T02:14:23.787Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T02:14:23.787Z] Reading package lists... [2021-02-01T02:14:23.787Z] Building dependency tree... [2021-02-01T02:14:23.787Z] Reading state information... [2021-02-01T02:14:23.787Z] Suggested packages: [2021-02-01T02:14:23.787Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-01T02:14:23.787Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-01T02:14:23.787Z] Recommended packages: [2021-02-01T02:14:23.787Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-01T02:14:23.787Z] The following NEW packages will be installed: [2021-02-01T02:14:23.787Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-01T02:14:23.787Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-01T02:14:23.787Z] pkg-config zip [2021-02-01T02:14:23.787Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-01T02:14:23.787Z] Need to get 7655 kB of archives. [2021-02-01T02:14:23.787Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-01T02:14:23.787Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-01T02:14:23.787Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-01T02:14:23.787Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-01T02:14:23.787Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-01T02:14:23.787Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-01T02:14:23.787Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-01T02:14:23.787Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-01T02:14:24.048Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-01T02:14:24.048Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-01T02:14:24.048Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-01T02:14:24.048Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-01T02:14:24.309Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-01T02:14:24.309Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-01T02:14:24.309Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-01T02:14:24.309Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-01T02:14:24.571Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-01T02:14:24.571Z] Fetched 7655 kB in 1s (10.4 MB/s) [2021-02-01T02:14:24.571Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-01T02:14:24.571Z] (Reading database ... 13933 files and directories currently installed.) [2021-02-01T02:14:24.571Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-01T02:14:24.571Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-01T02:14:24.832Z] Selecting previously unselected package libpsl5:amd64. [2021-02-01T02:14:24.832Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-01T02:14:24.832Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-01T02:14:24.832Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-01T02:14:24.832Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-01T02:14:24.832Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-01T02:14:24.832Z] Selecting previously unselected package librtmp1:amd64. [2021-02-01T02:14:24.832Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-01T02:14:24.832Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-01T02:14:25.093Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-01T02:14:25.093Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-01T02:14:25.093Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-01T02:14:25.093Z] Selecting previously unselected package liberror-perl. [2021-02-01T02:14:25.093Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-01T02:14:25.093Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-01T02:14:25.093Z] Selecting previously unselected package git-man. [2021-02-01T02:14:25.093Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-01T02:14:25.093Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-01T02:14:25.354Z] Selecting previously unselected package git. [2021-02-01T02:14:25.354Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-01T02:14:25.354Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-01T02:14:26.295Z] Selecting previously unselected package libnorm1:amd64. [2021-02-01T02:14:26.295Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-01T02:14:26.295Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-01T02:14:26.295Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-01T02:14:26.295Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-01T02:14:26.295Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-01T02:14:26.295Z] Selecting previously unselected package libsodium23:amd64. [2021-02-01T02:14:26.295Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-01T02:14:26.295Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-01T02:14:26.555Z] Selecting previously unselected package libzmq5:amd64. [2021-02-01T02:14:26.555Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-01T02:14:26.555Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T02:14:26.555Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-01T02:14:26.555Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-01T02:14:26.555Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T02:14:26.816Z] Selecting previously unselected package pkg-config. [2021-02-01T02:14:26.816Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-01T02:14:26.816Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-01T02:14:26.816Z] Selecting previously unselected package zip. [2021-02-01T02:14:26.816Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-01T02:14:26.816Z] Unpacking zip (3.0-11build1) ... [2021-02-01T02:14:26.816Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-01T02:14:26.816Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-01T02:14:26.816Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-01T02:14:26.816Z] Setting up liberror-perl (0.17025-1) ... [2021-02-01T02:14:27.078Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-01T02:14:27.078Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-01T02:14:27.078Z] No schema files found: doing nothing. [2021-02-01T02:14:27.078Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-01T02:14:27.078Z] Setting up zip (3.0-11build1) ... [2021-02-01T02:14:27.078Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-01T02:14:27.078Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-01T02:14:27.078Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-01T02:14:27.078Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T02:14:27.078Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-01T02:14:27.078Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-01T02:14:27.338Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-01T02:14:27.338Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-01T02:14:33.927Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T02:14:33.927Z] git set to automatically installed. [2021-02-01T02:14:33.927Z] git-man set to automatically installed. [2021-02-01T02:14:33.927Z] libcurl3-gnutls set to automatically installed. [2021-02-01T02:14:33.927Z] liberror-perl set to automatically installed. [2021-02-01T02:14:33.927Z] libglib2.0-0 set to automatically installed. [2021-02-01T02:14:33.927Z] libnghttp2-14 set to automatically installed. [2021-02-01T02:14:33.927Z] libnorm1 set to automatically installed. [2021-02-01T02:14:33.927Z] libpgm-5.2-0 set to automatically installed. [2021-02-01T02:14:33.927Z] libpsl5 set to automatically installed. [2021-02-01T02:14:33.927Z] librtmp1 set to automatically installed. [2021-02-01T02:14:33.927Z] libsodium23 set to automatically installed. [2021-02-01T02:14:33.927Z] libzmq3-dev set to automatically installed. [2021-02-01T02:14:33.927Z] libzmq5 set to automatically installed. [2021-02-01T02:14:33.927Z] pkg-config set to automatically installed. [2021-02-01T02:14:33.927Z] zip set to automatically installed. [2021-02-01T02:14:35.841Z] snapd is not logged in, snap install commands will use sudo [2021-02-01T02:14:36.408Z] ---> 5fb720f9939e [2021-02-01T02:14:36.408Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T02:14:36.408Z] ---> 509abba861a0 [2021-02-01T02:14:36.408Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T02:14:36.408Z] ---> Running in 94aee3153806 [2021-02-01T02:14:36.408Z] ---> 3049be954420 [2021-02-01T02:14:36.408Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T02:14:36.408Z] ---> Running in bce4fee6b0d9 [2021-02-01T02:14:36.408Z] ---> 50aeb251f8c5 [2021-02-01T02:14:36.408Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T02:14:36.408Z] ---> ba2e653f7211 [2021-02-01T02:14:36.408Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T02:14:36.408Z] ---> Running in 555eef68185a [2021-02-01T02:14:36.409Z] ---> Running in da28831638cc [2021-02-01T02:14:36.409Z] ---> Running in fe2c04c3fd07 [2021-02-01T02:14:36.409Z] 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-02-01T02:14:36.409Z] 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-02-01T02:14:36.409Z] 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-02-01T02:14:36.409Z] 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-02-01T02:14:36.682Z] 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-02-01T02:14:42.426Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-01T02:14:42.688Z] snap "core18" has no updates available [2021-02-01T02:14:43.631Z] Pulling config-common [2021-02-01T02:14:44.574Z] Pulling go-build-helper [2021-02-01T02:15:11.157Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-01T02:15:11.157Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-01T02:15:11.157Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-01T02:15:11.157Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] [2021-02-01T02:15:11.157Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-01T02:15:11.157Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-01T02:15:11.157Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-01T02:15:11.157Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-01T02:15:11.157Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-01T02:15:11.157Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-01T02:15:11.157Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-01T02:15:11.157Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] [2021-02-01T02:15:11.157Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-01T02:15:11.157Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-01T02:15:11.157Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] [2021-02-01T02:15:11.157Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] [2021-02-01T02:15:11.157Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-02-01T02:15:11.157Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-01T02:15:11.157Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-01T02:15:11.157Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] [2021-02-01T02:15:11.157Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-01T02:15:11.157Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-01T02:15:11.157Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-01T02:15:11.157Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-01T02:15:11.157Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-01T02:15:11.157Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] [2021-02-01T02:15:11.157Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-02-01T02:15:11.157Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-01T02:15:11.157Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-01T02:15:11.157Z] Fetched 279 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-01T02:15:11.157Z] Fetched 122 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-01T02:15:11.157Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-01T02:15:11.157Z] Fetched 8848 B in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-01T02:15:11.157Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-01T02:15:11.157Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-01T02:15:11.157Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-01T02:15:11.157Z] Fetched 214 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-01T02:15:11.157Z] Fetched 155 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-01T02:15:11.157Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-01T02:15:11.157Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-01T02:15:11.157Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-01T02:15:11.157Z] Fetched 499 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-01T02:15:11.157Z] Fetched 111 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-01T02:15:11.157Z] Fetched 240 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-01T02:15:11.157Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-01T02:15:11.157Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-01T02:15:11.157Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-01T02:15:11.157Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-01T02:15:11.158Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-01T02:15:11.158Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-01T02:15:11.158Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-01T02:15:11.158Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-01T02:15:11.158Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-01T02:15:11.158Z] Fetched 8720 B in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-01T02:15:11.158Z] Fetched 137 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-01T02:15:11.158Z] Fetched 119 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-01T02:15:11.158Z] Fetched 109 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-01T02:15:11.158Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-01T02:15:11.158Z] Fetched 645 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-01T02:15:11.158Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-01T02:15:11.158Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-01T02:15:11.158Z] Fetched 368 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-01T02:15:11.158Z] Fetched 187 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-01T02:15:11.158Z] Fetched 175 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-01T02:15:11.158Z] Fetched 206 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-01T02:15:11.158Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-01T02:15:11.158Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-01T02:15:11.158Z] Fetched 159 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-01T02:15:11.158Z] Fetched 107 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-01T02:15:11.158Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-01T02:15:11.158Z] Pulling static-packages [2021-02-01T02:15:12.101Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-01T02:15:12.101Z] Skipping pull go-build-helper (already ran) [2021-02-01T02:15:12.101Z] Skipping pull static-packages (already ran) [2021-02-01T02:15:12.101Z] Building go-build-helper [2021-02-01T02:15:15.398Z] Building static-packages [2021-02-01T02:15:17.313Z] Staging go-build-helper [2021-02-01T02:15:18.257Z] Staging static-packages [2021-02-01T02:15:19.199Z] Pulling go115 [2021-02-01T02:15:20.142Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-01T02:15:20.142Z] Skipping pull go115 (already ran) [2021-02-01T02:15:20.142Z] Building go115 [2021-02-01T02:15:20.142Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T02:15:20.142Z] Dload Upload Total Spent Left Speed [2021-02-01T02:15:24.774Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 115M 12 14.2M 0 0 18.0M 0 0:00:06 --:--:-- 0:00:06 17.9M 32 115M 32 37.6M 0 0 21.2M 0 0:00:05 0:00:01 0:00:04 21.2M 55 115M 55 63.9M 0 0 23.0M 0 0:00:05 0:00:02 0:00:03 23.0M 78 115M 78 90.8M 0 0 24.0M 0 0:00:04 0:00:03 0:00:01 24.0M 100 115M 100 115M 0 0 24.6M 0 0:00:04 0:00:04 --:--:-- 24.6M [2021-02-01T02:15:25.344Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-01T02:15:29.549Z] Staging go115 [2021-02-01T02:15:34.836Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-01T02:15:34.836Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-01T02:15:34.836Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-01T02:15:34.836Z] Fetched 0 B in 0s (0 B/s) [2021-02-01T02:15:34.836Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-01T02:15:34.836Z] Fetched 224 kB in 0s (0 B/s) [2021-02-01T02:15:34.836Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-01T02:15:34.836Z] Fetched 157 kB in 0s (0 B/s) [2021-02-01T02:15:34.836Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-01T02:15:34.836Z] Fetched 221 kB in 0s (0 B/s) [2021-02-01T02:15:34.836Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-01T02:15:34.836Z] Fetched 143 kB in 0s (0 B/s) [2021-02-01T02:15:34.836Z] Pulling edgex-go [2021-02-01T02:15:35.777Z] Pulling version [2021-02-01T02:15:36.725Z] Building config-common [2021-02-01T02:15:38.643Z] Skipping build go-build-helper (already ran) [2021-02-01T02:15:38.643Z] Skipping build static-packages (already ran) [2021-02-01T02:15:38.643Z] Skipping build go115 (already ran) [2021-02-01T02:15:38.643Z] Building edgex-go [2021-02-01T02:15:38.643Z] 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-02-01T02:15:40.034Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-01T02:15:40.034Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-01T02:15:40.034Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-01T02:15:40.034Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-01T02:15:40.034Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 [2021-02-01T02:15:40.034Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-01T02:15:40.034Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-01T02:15:40.034Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-01T02:15:40.295Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-01T02:15:40.295Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-02-01T02:15:40.295Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-01T02:15:40.295Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-01T02:15:40.295Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-01T02:15:40.295Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-01T02:15:40.295Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-01T02:15:40.295Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-01T02:15:40.295Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-01T02:15:40.295Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-01T02:15:40.295Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-01T02:15:40.295Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-01T02:15:40.295Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-01T02:15:40.295Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-01T02:15:40.295Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-01T02:15:40.295Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-01T02:15:40.295Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-01T02:15:40.562Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-01T02:15:40.562Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-01T02:15:40.562Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-01T02:15:40.562Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-01T02:15:40.562Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-01T02:15:40.562Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-01T02:15:40.562Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-01T02:15:40.562Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-01T02:15:40.562Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-01T02:15:40.562Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-01T02:15:40.562Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-01T02:15:40.823Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-01T02:15:40.823Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-01T02:15:41.083Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-01T02:15:41.083Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-01T02:15:47.681Z] 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-02-01T02:15:51.885Z] 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-02-01T02:15:52.826Z] 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-02-01T02:15:53.789Z] 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-02-01T02:15:54.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-01T02:15:54.359Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-01T02:15:54.619Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-01T02:15:54.619Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-01T02:15:54.619Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-01T02:15:56.001Z] 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-02-01T02:15:56.001Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-01T02:15:56.001Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-01T02:15:57.383Z] 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-02-01T02:15:58.324Z] 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-02-01T02:15:58.324Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-01T02:15:58.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T02:15:59.708Z] 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-02-01T02:16:00.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T02:16:01.221Z] 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-02-01T02:16:01.480Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-01T02:16:02.419Z] 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-02-01T02:16:02.419Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-01T02:16:05.719Z] Building version [2021-02-01T02:16:07.106Z] Staging config-common [2021-02-01T02:16:08.052Z] Skipping stage go-build-helper (already ran) [2021-02-01T02:16:08.052Z] Skipping stage static-packages (already ran) [2021-02-01T02:16:08.052Z] Skipping stage go115 (already ran) [2021-02-01T02:16:08.052Z] Staging edgex-go [2021-02-01T02:16:08.996Z] Staging version [2021-02-01T02:16:09.939Z] Priming config-common [2021-02-01T02:16:10.882Z] Priming go-build-helper [2021-02-01T02:16:11.824Z] Priming static-packages [2021-02-01T02:16:13.616Z] Removing intermediate container da28831638cc [2021-02-01T02:16:13.617Z] ---> 8174d865658f [2021-02-01T02:16:13.617Z] [2021-02-01T02:16:13.617Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T02:16:13.617Z] 3.12: Pulling from library/alpine [2021-02-01T02:16:13.617Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T02:16:13.617Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T02:16:13.617Z] ---> afeebe901d6b [2021-02-01T02:16:13.617Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T02:16:13.617Z] ---> Running in 33f7b0816c57 [2021-02-01T02:16:14.373Z] Priming go115 [2021-02-01T02:16:14.943Z] Priming edgex-go [2021-02-01T02:16:15.631Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:16:15.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:16:16.329Z] Priming version [2021-02-01T02:16:16.500Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T02:16:16.775Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T02:16:16.775Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:16:16.775Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:16:16.907Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-01T02:16:17.057Z] OK: 6 MiB in 16 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-01T02:16:20.555Z] Removing intermediate container 33f7b0816c57 [2021-02-01T02:16:20.555Z] ---> 7dd6710b82c1 [2021-02-01T02:16:20.555Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:16:20.555Z] ---> Running in 3ffca99151a5 [2021-02-01T02:16:21.156Z] Removing intermediate container 3ffca99151a5 [2021-02-01T02:16:21.156Z] ---> 5e758e293624 [2021-02-01T02:16:21.156Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T02:16:21.433Z] ---> Running in 466f76f0f770 [2021-02-01T02:16:22.891Z] Removing intermediate container 466f76f0f770 [2021-02-01T02:16:22.891Z] ---> 2ea006345d50 [2021-02-01T02:16:22.891Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T02:16:23.496Z] ---> Running in a1f82b0263e1 [2021-02-01T02:16:24.486Z] Removing intermediate container a1f82b0263e1 [2021-02-01T02:16:24.486Z] ---> 4768d6e35902 [2021-02-01T02:16:24.486Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:16:24.766Z] Removing intermediate container bce4fee6b0d9 [2021-02-01T02:16:24.766Z] ---> d56b062778f9 [2021-02-01T02:16:24.766Z] [2021-02-01T02:16:24.766Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T02:16:24.766Z] ---> afeebe901d6b [2021-02-01T02:16:24.766Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T02:16:25.368Z] ---> Running in 3bf92b4297ec [2021-02-01T02:16:25.642Z] ---> 4d53a490ef3f [2021-02-01T02:16:25.642Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T02:16:26.240Z] Removing intermediate container 3bf92b4297ec [2021-02-01T02:16:26.240Z] ---> fb1377a8da9f [2021-02-01T02:16:26.240Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T02:16:26.844Z] ---> Running in 8a1b6fc74099 [2021-02-01T02:16:29.467Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:16:29.467Z] ---> 9fb099921fcd [2021-02-01T02:16:29.467Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T02:16:29.467Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:16:30.073Z] Removing intermediate container fe2c04c3fd07 [2021-02-01T02:16:30.073Z] ---> 54aecfcb5c84 [2021-02-01T02:16:30.073Z] [2021-02-01T02:16:30.073Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:16:30.073Z] ---> afeebe901d6b [2021-02-01T02:16:30.073Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:16:30.073Z] Removing intermediate container 94aee3153806 [2021-02-01T02:16:30.073Z] ---> 261219a1ab8b [2021-02-01T02:16:30.073Z] [2021-02-01T02:16:30.073Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T02:16:30.073Z] ---> afeebe901d6b [2021-02-01T02:16:30.073Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:16:30.073Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T02:16:30.073Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T02:16:30.073Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:16:30.349Z] OK: 5 MiB in 16 packages [2021-02-01T02:16:30.349Z] ---> 5fe465283565 [2021-02-01T02:16:30.349Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T02:16:30.349Z] ---> Running in 45dedbbed939 [2021-02-01T02:16:30.349Z] ---> Running in 286605a65d85 [2021-02-01T02:16:30.624Z] ---> Running in c8b3010aee2d [2021-02-01T02:16:31.612Z] Removing intermediate container c8b3010aee2d [2021-02-01T02:16:31.612Z] ---> 6379ef0c8e7d [2021-02-01T02:16:31.612Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:16:31.888Z] ---> Running in d283663dbae9 [2021-02-01T02:16:32.162Z] Removing intermediate container 8a1b6fc74099 [2021-02-01T02:16:32.162Z] ---> 76cdbb505d46 [2021-02-01T02:16:32.162Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T02:16:32.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:16:32.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:16:32.770Z] ---> Running in 7007dc9adc12 [2021-02-01T02:16:32.770Z] Removing intermediate container d283663dbae9 [2021-02-01T02:16:32.770Z] ---> 239558fbeb78 [2021-02-01T02:16:32.770Z] Step 20/22 : LABEL arch=arm64 [2021-02-01T02:16:33.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:16:33.081Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:16:33.371Z] ---> Running in a80730ffddf3 [2021-02-01T02:16:33.371Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T02:16:33.371Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:16:33.856Z] OK: 5 MiB in 15 packages [2021-02-01T02:16:33.856Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T02:16:33.856Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:16:33.856Z] OK: 5 MiB in 15 packages [2021-02-01T02:16:33.856Z] Removing intermediate container 7007dc9adc12 [2021-02-01T02:16:33.856Z] ---> fdb06bee6399 [2021-02-01T02:16:33.856Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T02:16:34.455Z] ---> Running in 21343035f2fc [2021-02-01T02:16:34.455Z] Removing intermediate container a80730ffddf3 [2021-02-01T02:16:34.455Z] ---> 4664bfafa8ce [2021-02-01T02:16:34.455Z] Step 21/22 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:16:34.732Z] Removing intermediate container 555eef68185a [2021-02-01T02:16:34.732Z] ---> 7bd6697ad07f [2021-02-01T02:16:34.732Z] [2021-02-01T02:16:34.732Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:16:34.732Z] ---> afeebe901d6b [2021-02-01T02:16:34.732Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:16:35.008Z] ---> Running in 73264df92a65 [2021-02-01T02:16:35.008Z] ---> Running in 786dc0e5ebec [2021-02-01T02:16:35.283Z] Removing intermediate container 21343035f2fc [2021-02-01T02:16:35.283Z] ---> af7c70025bfb [2021-02-01T02:16:35.283Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T02:16:35.556Z] ---> Running in 614ff6da6ae0 [2021-02-01T02:16:35.557Z] Removing intermediate container 45dedbbed939 [2021-02-01T02:16:35.557Z] ---> 0c783ccc77d0 [2021-02-01T02:16:35.557Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:16:35.833Z] Removing intermediate container 73264df92a65 [2021-02-01T02:16:35.833Z] ---> 902b7bf2a66b [2021-02-01T02:16:35.833Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T02:16:35.833Z] Removing intermediate container 286605a65d85 [2021-02-01T02:16:35.833Z] ---> 2864f3c90acb [2021-02-01T02:16:35.833Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:16:35.833Z] ---> Running in 5476ba4411ba [2021-02-01T02:16:36.110Z] ---> Running in 01906f7b29e5 [2021-02-01T02:16:36.110Z] ---> Running in 9a3603d8390c [2021-02-01T02:16:36.708Z] Removing intermediate container 5476ba4411ba [2021-02-01T02:16:36.708Z] ---> 33726d3ca540 [2021-02-01T02:16:36.708Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T02:16:36.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:16:36.708Z] Removing intermediate container 9a3603d8390c [2021-02-01T02:16:36.708Z] ---> ce92df68874b [2021-02-01T02:16:36.708Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T02:16:36.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:16:36.980Z] Removing intermediate container 01906f7b29e5 [2021-02-01T02:16:36.980Z] ---> 727653d56292 [2021-02-01T02:16:36.980Z] [2021-02-01T02:16:36.980Z] ---> Running in 42c72fbaf400 [2021-02-01T02:16:36.980Z] ---> Running in 5c5d2e189237 [2021-02-01T02:16:37.263Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T02:16:37.263Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:16:37.539Z] OK: 5 MiB in 15 packages [2021-02-01T02:16:37.539Z] Successfully built 727653d56292 [2021-02-01T02:16:37.813Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-01T02:16:37.814Z] Building docker-security-proxy-setup-go [2021-02-01T02:16:37.814Z] Removing intermediate container 42c72fbaf400 [2021-02-01T02:16:37.814Z]  Building docker-support-notifications-go ... done  ---> 053f9e07c571 [2021-02-01T02:16:37.814Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T02:16:38.094Z] Removing intermediate container 5c5d2e189237 [2021-02-01T02:16:38.094Z] ---> 193ba01c0c4c [2021-02-01T02:16:38.094Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T02:16:38.094Z] ---> Running in 8d9bf9798a6a [2021-02-01T02:16:38.367Z] ---> Running in 2e8631afd1fd [2021-02-01T02:16:38.642Z] Removing intermediate container 614ff6da6ae0 [2021-02-01T02:16:38.642Z] ---> c193a6155590 [2021-02-01T02:16:38.642Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T02:16:38.932Z] Removing intermediate container 8d9bf9798a6a [2021-02-01T02:16:38.932Z] ---> e0e18a42c0e9 [2021-02-01T02:16:38.932Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:16:38.932Z] ---> Running in cd8f0e6ad473 [2021-02-01T02:16:38.932Z] Removing intermediate container 2e8631afd1fd [2021-02-01T02:16:38.932Z] ---> 7bb1cb7bd0aa [2021-02-01T02:16:38.932Z] Step 15/23 : WORKDIR / [2021-02-01T02:16:39.207Z] Removing intermediate container 786dc0e5ebec [2021-02-01T02:16:39.207Z] ---> 6414d3de17d8 [2021-02-01T02:16:39.207Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:16:39.503Z] ---> Running in f28de3f95c23 [2021-02-01T02:16:39.789Z] ---> Running in a23821813359 [2021-02-01T02:16:39.789Z] Removing intermediate container cd8f0e6ad473 [2021-02-01T02:16:39.789Z] ---> 659893055f0a [2021-02-01T02:16:39.789Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T02:16:40.777Z] ---> 859b9439abf4 [2021-02-01T02:16:40.777Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T02:16:41.053Z] Removing intermediate container f28de3f95c23 [2021-02-01T02:16:41.053Z] ---> afefe7217181 [2021-02-01T02:16:41.053Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:16:41.053Z] Removing intermediate container a23821813359 [2021-02-01T02:16:41.053Z] ---> 9c18f71df836 [2021-02-01T02:16:41.053Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T02:16:41.653Z] ---> Running in a06c9389e38c [2021-02-01T02:16:41.653Z] ---> ed2a8b986c3c [2021-02-01T02:16:41.653Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T02:16:42.247Z] ---> Running in 605a92783e01 [2021-02-01T02:16:43.234Z] Removing intermediate container a06c9389e38c [2021-02-01T02:16:43.234Z] ---> df2777b11851 [2021-02-01T02:16:43.234Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T02:16:43.234Z] ---> c5837fed39a3 [2021-02-01T02:16:43.235Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T02:16:43.235Z] ---> 70a404da5fe3 [2021-02-01T02:16:43.235Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T02:16:43.845Z] ---> Running in f1fba2c1a592 [2021-02-01T02:16:44.839Z] Removing intermediate container f1fba2c1a592 [2021-02-01T02:16:44.839Z] ---> 72204cfe780c [2021-02-01T02:16:44.839Z] Step 15/23 : WORKDIR / [2021-02-01T02:16:44.839Z] ---> b14602bbe4fe [2021-02-01T02:16:44.839Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T02:16:45.114Z] ---> Running in f7af95b5b2e9 [2021-02-01T02:16:45.114Z] ---> 886cb994ae46 [2021-02-01T02:16:45.114Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T02:16:45.114Z] ---> Running in 35f87181e260 [2021-02-01T02:16:45.725Z] Removing intermediate container f7af95b5b2e9 [2021-02-01T02:16:45.725Z] ---> a3c6ebe507d9 [2021-02-01T02:16:45.725Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:16:45.998Z] Removing intermediate container 35f87181e260 [2021-02-01T02:16:45.998Z] ---> 4363aa26883d [2021-02-01T02:16:45.998Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:16:46.597Z] ---> 27bb192a8824 [2021-02-01T02:16:46.597Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T02:16:46.597Z] ---> Running in c03367459783 [2021-02-01T02:16:47.201Z] ---> Running in 1bda427a382d [2021-02-01T02:16:47.201Z] Removing intermediate container 605a92783e01 [2021-02-01T02:16:47.201Z] ---> d9cdef236611 [2021-02-01T02:16:47.201Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:16:47.477Z] ---> 459fd533e5fa [2021-02-01T02:16:47.477Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T02:16:47.756Z] Removing intermediate container c03367459783 [2021-02-01T02:16:47.756Z] ---> 72a8abcd5961 [2021-02-01T02:16:47.756Z] Step 20/22 : LABEL arch=arm64 [2021-02-01T02:16:48.028Z] Removing intermediate container 1bda427a382d [2021-02-01T02:16:48.028Z] ---> d826027caab4 [2021-02-01T02:16:48.028Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:16:48.633Z] ---> Running in ec91ef523d48 [2021-02-01T02:16:49.231Z] ---> Running in e4c4cbd3aef7 [2021-02-01T02:16:49.231Z] ---> 8895b480031f [2021-02-01T02:16:49.232Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T02:16:49.504Z] Removing intermediate container ec91ef523d48 [2021-02-01T02:16:49.504Z] ---> 9628a21761cc [2021-02-01T02:16:49.504Z] Step 21/22 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:16:49.779Z] ---> 3046d3525f21 [2021-02-01T02:16:49.779Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T02:16:50.378Z] ---> Running in c4be085a8b7f [2021-02-01T02:16:50.378Z] Removing intermediate container e4c4cbd3aef7 [2021-02-01T02:16:50.378Z] ---> 0589a2716d8e [2021-02-01T02:16:50.378Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T02:16:50.650Z] ---> Running in 26f77e56d1e8 [2021-02-01T02:16:51.253Z] ---> e501148ace76 [2021-02-01T02:16:51.253Z] ---> 9452d876a9a4 [2021-02-01T02:16:51.253Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T02:16:51.253Z] [2021-02-01T02:16:51.253Z] Removing intermediate container c4be085a8b7f [2021-02-01T02:16:51.253Z] ---> abdb05467894 [2021-02-01T02:16:51.253Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T02:16:51.844Z] ---> Running in 53ae93af7f96 [2021-02-01T02:16:51.844Z] Removing intermediate container 26f77e56d1e8 [2021-02-01T02:16:51.844Z] ---> 9a868abacb76 [2021-02-01T02:16:51.844Z] Step 22/23 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:16:51.844Z] ---> Running in 34500f7a2537 [2021-02-01T02:16:52.448Z] ---> Running in b8349195ff22 [2021-02-01T02:16:52.448Z] ---> 8f3cd109264d [2021-02-01T02:16:52.448Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T02:16:52.722Z] Removing intermediate container 53ae93af7f96 [2021-02-01T02:16:52.722Z] ---> ef7f591007b5 [2021-02-01T02:16:52.722Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:16:53.001Z] Removing intermediate container 34500f7a2537 [2021-02-01T02:16:53.001Z] ---> 42ae81f1c097 [2021-02-01T02:16:53.001Z] [2021-02-01T02:16:53.276Z] ---> Running in a05573673da1 [2021-02-01T02:16:53.276Z] Removing intermediate container b8349195ff22 [2021-02-01T02:16:53.276Z] ---> 3ac57d0e57fc [2021-02-01T02:16:53.276Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:16:53.560Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:16:53.560Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:16:53.560Z] ---> f09f962b395a [2021-02-01T02:16:53.560Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T02:16:53.560Z] ---> Using cache [2021-02-01T02:16:53.560Z] ---> 26eabf0f3a6f [2021-02-01T02:16:53.560Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:16:53.561Z] ---> Using cache [2021-02-01T02:16:53.561Z] ---> 32bcac192b06 [2021-02-01T02:16:53.561Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T02:16:53.561Z] ---> Using cache [2021-02-01T02:16:53.561Z] ---> ce7eb8923b72 [2021-02-01T02:16:53.561Z] Step 6/21 : COPY go.mod . [2021-02-01T02:16:53.561Z] ---> Using cache [2021-02-01T02:16:53.561Z] ---> c5e2c74724d1 [2021-02-01T02:16:53.561Z] Step 7/21 : RUN go mod download [2021-02-01T02:16:53.561Z] ---> Using cache [2021-02-01T02:16:53.561Z] ---> 63cfb60a4bfb [2021-02-01T02:16:53.561Z] Step 8/21 : COPY . . [2021-02-01T02:16:53.561Z] Successfully built 42ae81f1c097 [2021-02-01T02:16:53.561Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-01T02:16:53.561Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-02-01T02:16:53.844Z] ---> Using cache [2021-02-01T02:16:53.844Z] ---> ba2e653f7211 [2021-02-01T02:16:53.844Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T02:16:53.844Z] ---> Running in 9ae7848dd99d [2021-02-01T02:16:54.122Z] ---> 9a839d6198ce [2021-02-01T02:16:54.122Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T02:16:54.122Z] ---> Running in 3bfad0ce5b09 [2021-02-01T02:16:54.122Z] Removing intermediate container a05573673da1 [2021-02-01T02:16:54.122Z] ---> 4c83cf972f82 [2021-02-01T02:16:54.122Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T02:16:54.720Z] ---> Running in 5e5cc70fd279 [2021-02-01T02:16:54.720Z] Removing intermediate container 9ae7848dd99d [2021-02-01T02:16:54.720Z] ---> f9ec6571614d [2021-02-01T02:16:54.720Z] [2021-02-01T02:16:55.325Z] Successfully built f9ec6571614d [2021-02-01T02:16:55.919Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-01T02:16:55.919Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-02-01T02:16:55.919Z] Removing intermediate container 5e5cc70fd279 [2021-02-01T02:16:55.919Z] ---> b711d2ba653a [2021-02-01T02:16:55.919Z] Step 22/23 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:16:55.919Z] 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-02-01T02:16:56.192Z] ---> ee3b13123dbf [2021-02-01T02:16:56.192Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T02:16:56.476Z] ---> Running in 0a0ef43dd4a1 [2021-02-01T02:16:57.073Z] ---> Running in f6bcac8b7279 [2021-02-01T02:16:57.350Z] Removing intermediate container 0a0ef43dd4a1 [2021-02-01T02:16:57.350Z] ---> 6777ad145a40 [2021-02-01T02:16:57.350Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:16:57.957Z] ---> Running in 906f9144fd19 [2021-02-01T02:16:58.573Z] Removing intermediate container f6bcac8b7279 [2021-02-01T02:16:58.573Z] ---> 964e0fcde82a [2021-02-01T02:16:58.573Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T02:16:59.176Z] Removing intermediate container 906f9144fd19 [2021-02-01T02:16:59.176Z] ---> 16b11118ec3e [2021-02-01T02:16:59.176Z] [2021-02-01T02:16:59.784Z] Successfully built 16b11118ec3e [2021-02-01T02:16:59.784Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-01T02:16:59.784Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-01T02:16:59.784Z] ---> 4b25434db04a [2021-02-01T02:16:59.784Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T02:17:00.778Z] ---> Running in f3c53a8d18de [2021-02-01T02:17:06.203Z] Removing intermediate container f3c53a8d18de [2021-02-01T02:17:06.203Z] ---> 935e86ceb2e5 [2021-02-01T02:17:06.203Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T02:17:06.805Z] ---> Running in c1bf21d76612 [2021-02-01T02:17:07.792Z] Removing intermediate container c1bf21d76612 [2021-02-01T02:17:07.792Z] ---> c3a972dbd595 [2021-02-01T02:17:07.792Z] Step 28/31 : CMD ["gate"] [2021-02-01T02:17:08.777Z] ---> Running in 19bc8f541e51 [2021-02-01T02:17:09.763Z] Removing intermediate container 19bc8f541e51 [2021-02-01T02:17:09.763Z] ---> 39d13d3bc51b [2021-02-01T02:17:09.763Z] Step 29/31 : LABEL arch=arm64 [2021-02-01T02:17:10.758Z] ---> Running in 315a630d9755 [2021-02-01T02:17:11.755Z] Removing intermediate container 315a630d9755 [2021-02-01T02:17:11.755Z] ---> 3f7daf998611 [2021-02-01T02:17:11.755Z] Step 30/31 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:17:12.362Z] ---> Running in aa258b66aad1 [2021-02-01T02:17:13.349Z] Removing intermediate container aa258b66aad1 [2021-02-01T02:17:13.349Z] ---> b76fcfd1ec6b [2021-02-01T02:17:13.349Z] Step 31/31 : LABEL version=0.0.0 [2021-02-01T02:17:13.625Z] ---> Running in 3facd29a967e [2021-02-01T02:17:14.612Z] Removing intermediate container 3facd29a967e [2021-02-01T02:17:14.612Z] ---> 2503447f4a24 [2021-02-01T02:17:14.612Z] [2021-02-01T02:17:15.211Z] Successfully built 2503447f4a24 [2021-02-01T02:17:15.211Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-01T02:17:30.459Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-01T02:17:30.459Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:17:30.459Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:17:30.459Z] ---> f09f962b395a [2021-02-01T02:17:30.459Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T02:17:30.459Z] ---> Using cache [2021-02-01T02:17:30.459Z] ---> 26eabf0f3a6f [2021-02-01T02:17:30.459Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:17:30.459Z] ---> Using cache [2021-02-01T02:17:30.459Z] ---> 32bcac192b06 [2021-02-01T02:17:30.459Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T02:17:30.459Z] ---> Using cache [2021-02-01T02:17:30.459Z] ---> ce7eb8923b72 [2021-02-01T02:17:30.459Z] Step 6/24 : COPY go.mod . [2021-02-01T02:17:30.459Z] ---> Using cache [2021-02-01T02:17:30.459Z] ---> c5e2c74724d1 [2021-02-01T02:17:30.459Z] Step 7/24 : RUN go mod download [2021-02-01T02:17:30.459Z] ---> Using cache [2021-02-01T02:17:30.459Z] ---> 63cfb60a4bfb [2021-02-01T02:17:30.459Z] Step 8/24 : COPY . . [2021-02-01T02:17:30.459Z] ---> Using cache [2021-02-01T02:17:30.459Z] ---> ba2e653f7211 [2021-02-01T02:17:30.459Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T02:17:33.923Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:17:33.923Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:17:33.923Z] ---> f09f962b395a [2021-02-01T02:17:33.923Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:17:33.923Z] ---> Using cache [2021-02-01T02:17:33.923Z] ---> 26eabf0f3a6f [2021-02-01T02:17:33.923Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:17:33.923Z] ---> Using cache [2021-02-01T02:17:33.923Z] ---> 32bcac192b06 [2021-02-01T02:17:33.923Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T02:17:35.942Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:17:35.942Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:17:35.942Z] ---> f09f962b395a [2021-02-01T02:17:35.942Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T02:17:35.942Z] ---> Using cache [2021-02-01T02:17:35.942Z] ---> 26eabf0f3a6f [2021-02-01T02:17:35.942Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:17:35.942Z] ---> Using cache [2021-02-01T02:17:35.942Z] ---> 32bcac192b06 [2021-02-01T02:17:35.942Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T02:17:35.942Z] ---> Running in cd8d09736b74 [2021-02-01T02:17:35.942Z] ---> Running in 57e0455c1f16 [2021-02-01T02:17:35.942Z] ---> Running in 2be66eec01eb [2021-02-01T02:17:37.431Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:17:37.710Z] 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-02-01T02:17:37.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:17:38.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:17:38.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:17:39.151Z] OK: 217 MiB in 51 packages [2021-02-01T02:17:39.756Z] OK: 217 MiB in 51 packages [2021-02-01T02:17:39.756Z] Removing intermediate container 3bfad0ce5b09 [2021-02-01T02:17:39.756Z] ---> 711625c3d7a2 [2021-02-01T02:17:39.756Z] [2021-02-01T02:17:39.756Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T02:17:39.756Z] ---> afeebe901d6b [2021-02-01T02:17:39.756Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T02:17:40.041Z] ---> Running in 71db292dd074 [2021-02-01T02:17:41.574Z] Removing intermediate container 57e0455c1f16 [2021-02-01T02:17:41.574Z] ---> 1abc82826e7d [2021-02-01T02:17:41.574Z] Step 6/23 : COPY go.mod . [2021-02-01T02:17:41.858Z] Removing intermediate container 2be66eec01eb [2021-02-01T02:17:41.858Z] ---> 3113884d0e53 [2021-02-01T02:17:41.858Z] Step 6/26 : COPY go.mod . [2021-02-01T02:17:42.473Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:17:42.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:17:42.758Z] ---> 96e8cd1e3836 [2021-02-01T02:17:42.758Z] Step 7/23 : RUN go mod download [2021-02-01T02:17:43.039Z] ---> 2754f6602b22 [2021-02-01T02:17:43.039Z] Step 7/26 : RUN go mod download [2021-02-01T02:17:43.039Z] ---> Running in 9786d9c14317 [2021-02-01T02:17:43.318Z] ---> Running in f36e28fc3d28 [2021-02-01T02:17:43.318Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T02:17:43.596Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T02:17:43.596Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T02:17:43.596Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T02:17:43.596Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:17:43.596Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:17:43.874Z] OK: 7 MiB in 18 packages [2021-02-01T02:17:46.524Z] Removing intermediate container 71db292dd074 [2021-02-01T02:17:46.524Z] ---> 979a2b5a2268 [2021-02-01T02:17:46.524Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T02:17:46.807Z] ---> Running in 67dbdaa7e584 [2021-02-01T02:17:47.856Z] Removing intermediate container 67dbdaa7e584 [2021-02-01T02:17:47.856Z] ---> 766a9ff6b198 [2021-02-01T02:17:47.856Z] Step 13/21 : WORKDIR /edgex [2021-02-01T02:17:48.139Z] ---> Running in a82113a2913b [2021-02-01T02:17:48.139Z] Removing intermediate container 9786d9c14317 [2021-02-01T02:17:48.139Z] ---> 00b5a8d7ead2 [2021-02-01T02:17:48.139Z] Step 8/23 : COPY . . [2021-02-01T02:17:48.757Z] Removing intermediate container f36e28fc3d28 [2021-02-01T02:17:48.757Z] ---> 8cead5d68c15 [2021-02-01T02:17:48.757Z] Step 8/26 : COPY . . [2021-02-01T02:17:49.039Z] Removing intermediate container a82113a2913b [2021-02-01T02:17:49.039Z] ---> 1a6adfe52f4b [2021-02-01T02:17:49.039Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T02:17:51.703Z] ---> 48ab7567f2e8 [2021-02-01T02:17:51.703Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T02:17:56.116Z] ---> aeef86063fd5 [2021-02-01T02:17:56.116Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T02:17:58.813Z] ---> 72205ec20378 [2021-02-01T02:17:58.813Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T02:17:59.826Z] ---> Running in 19085dd65dac [2021-02-01T02:18:01.341Z] Removing intermediate container 19085dd65dac [2021-02-01T02:18:01.341Z] ---> f14f8eb43dec [2021-02-01T02:18:01.341Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T02:18:01.979Z] ---> Running in cf05fd316dec [2021-02-01T02:18:03.036Z] Removing intermediate container cf05fd316dec [2021-02-01T02:18:03.036Z] ---> baae32073db3 [2021-02-01T02:18:03.036Z] Step 19/21 : LABEL arch=arm64 [2021-02-01T02:18:03.688Z] ---> Running in a88dcfd07e20 [2021-02-01T02:18:05.202Z] Removing intermediate container a88dcfd07e20 [2021-02-01T02:18:05.202Z] ---> d463858732e5 [2021-02-01T02:18:05.202Z] Step 20/21 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:18:05.497Z] ---> Running in 71c46fdab7b1 [2021-02-01T02:18:07.015Z] Removing intermediate container 71c46fdab7b1 [2021-02-01T02:18:07.015Z] ---> 31675d95acde [2021-02-01T02:18:07.015Z] Step 21/21 : LABEL version=0.0.0 [2021-02-01T02:18:07.683Z] ---> Running in eb873331d584 [2021-02-01T02:18:08.741Z] 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-02-01T02:18:08.741Z] Removing intermediate container eb873331d584 [2021-02-01T02:18:08.741Z] ---> 9f6574c75b4b [2021-02-01T02:18:08.741Z] [2021-02-01T02:18:09.401Z] Successfully built 9f6574c75b4b [2021-02-01T02:18:09.692Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-01T02:18:10.726Z]  Building docker-security-proxy-setup-go ... done  ---> af573cb1b6cc [2021-02-01T02:18:10.726Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T02:18:10.726Z] ---> 83a541365838 [2021-02-01T02:18:10.726Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T02:18:10.726Z] ---> Running in 3c2625abc220 [2021-02-01T02:18:11.030Z] ---> Running in 76fe140f45d0 [2021-02-01T02:18:12.551Z] 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-02-01T02:18:12.551Z] 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-02-01T02:18:18.190Z] Removing intermediate container cd8d09736b74 [2021-02-01T02:18:18.190Z] ---> bb2dee3fc539 [2021-02-01T02:18:18.190Z] [2021-02-01T02:18:18.190Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T02:18:18.190Z] ---> afeebe901d6b [2021-02-01T02:18:18.190Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T02:18:18.190Z] ---> Running in 650d0f4e17ca [2021-02-01T02:18:19.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:18:19.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:18:20.560Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T02:18:20.910Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T02:18:20.910Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T02:18:20.910Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T02:18:20.910Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T02:18:20.910Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:18:20.910Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:18:21.214Z] OK: 7 MiB in 19 packages [2021-02-01T02:18:24.198Z] Removing intermediate container 650d0f4e17ca [2021-02-01T02:18:24.198Z] ---> 0eae4f7febf2 [2021-02-01T02:18:24.198Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T02:18:24.198Z] ---> Running in b7a83311b8b4 [2021-02-01T02:18:24.486Z] Removing intermediate container b7a83311b8b4 [2021-02-01T02:18:24.486Z] ---> 9032b14045c0 [2021-02-01T02:18:24.486Z] Step 13/24 : WORKDIR / [2021-02-01T02:18:24.486Z] ---> Running in c662bea30a74 [2021-02-01T02:18:25.127Z] Removing intermediate container c662bea30a74 [2021-02-01T02:18:25.127Z] ---> 57bf72a24eb4 [2021-02-01T02:18:25.127Z] 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-02-01T02:18:26.173Z] ---> 445aaac73854 [2021-02-01T02:18:26.173Z] 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-02-01T02:18:27.196Z] ---> 2a21b0774c29 [2021-02-01T02:18:27.196Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T02:18:28.744Z] ---> 04c1fc7aec95 [2021-02-01T02:18:28.744Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T02:18:30.282Z] ---> 4e3b75106add [2021-02-01T02:18:30.282Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T02:18:31.769Z] ---> 7ebf434e01ee [2021-02-01T02:18:31.769Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T02:18:32.796Z] ---> bff020a40c48 [2021-02-01T02:18:32.796Z] 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-02-01T02:18:33.090Z] ---> Running in a3a0df68aea0 [2021-02-01T02:18:36.577Z] Removing intermediate container a3a0df68aea0 [2021-02-01T02:18:36.577Z] ---> b0bb46cd4e41 [2021-02-01T02:18:36.577Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T02:18:36.577Z] ---> Running in 751f1131eb89 [2021-02-01T02:18:37.219Z] Removing intermediate container 751f1131eb89 [2021-02-01T02:18:37.219Z] ---> 80035a08c548 [2021-02-01T02:18:37.219Z] Step 22/24 : LABEL arch=arm64 [2021-02-01T02:18:37.219Z] ---> Running in 3173541040d4 [2021-02-01T02:18:37.851Z] Removing intermediate container 3173541040d4 [2021-02-01T02:18:37.851Z] ---> e477a76e395b [2021-02-01T02:18:37.851Z] Step 23/24 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:18:38.156Z] ---> Running in 8dfd7af1ef18 [2021-02-01T02:18:39.049Z] Removing intermediate container 8dfd7af1ef18 [2021-02-01T02:18:39.049Z] ---> 517705eeacad [2021-02-01T02:18:39.049Z] Step 24/24 : LABEL version=0.0.0 [2021-02-01T02:18:39.049Z] ---> Running in 6d3d4a888638 [2021-02-01T02:18:39.698Z] Removing intermediate container 6d3d4a888638 [2021-02-01T02:18:39.698Z] ---> 00d7e3165c16 [2021-02-01T02:18:39.698Z] [2021-02-01T02:18:40.335Z] Successfully built 00d7e3165c16 [2021-02-01T02:18:40.335Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-01T02:19:02.696Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 76fe140f45d0 [2021-02-01T02:19:02.696Z] ---> e0c16008687a [2021-02-01T02:19:02.696Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T02:19:02.696Z] ---> Running in 4e83c15a1225 [2021-02-01T02:19:03.713Z] 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-02-01T02:19:07.170Z] Removing intermediate container 4e83c15a1225 [2021-02-01T02:19:07.170Z] ---> 4ea6a7e4420d [2021-02-01T02:19:07.171Z] [2021-02-01T02:19:07.171Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T02:19:07.171Z] 20.10.0: Pulling from library/docker [2021-02-01T02:19:15.688Z] Removing intermediate container 3c2625abc220 [2021-02-01T02:19:15.688Z] ---> a3fb9178c2ae [2021-02-01T02:19:15.688Z] [2021-02-01T02:19:15.688Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:19:15.688Z] ---> afeebe901d6b [2021-02-01T02:19:15.688Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T02:19:15.688Z] ---> Running in 182b786499cf [2021-02-01T02:19:15.688Z] Removing intermediate container 182b786499cf [2021-02-01T02:19:15.688Z] ---> fc76736d54b8 [2021-02-01T02:19:15.688Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T02:19:15.969Z] ---> Running in d85b36c7a37a [2021-02-01T02:19:16.247Z] Removing intermediate container d85b36c7a37a [2021-02-01T02:19:16.247Z] ---> 3edc2acb0beb [2021-02-01T02:19:16.247Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T02:19:16.247Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T02:19:16.247Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T02:19:16.247Z] ---> eeaf43b92773 [2021-02-01T02:19:16.522Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T02:19:16.522Z] ---> Running in 053154cd13e9 [2021-02-01T02:19:16.522Z] ---> Running in ca1317e370e1 [2021-02-01T02:19:17.127Z] Removing intermediate container 053154cd13e9 [2021-02-01T02:19:17.127Z] ---> fbbc6b74ad16 [2021-02-01T02:19:17.127Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:19:17.401Z] ---> Running in ad8211d1c05a [2021-02-01T02:19:18.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:19:18.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:19:18.607Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T02:19:18.607Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T02:19:18.884Z] Executing bash-5.0.17-r0.post-install [2021-02-01T02:19:18.884Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:19:18.884Z] OK: 12 MiB in 22 packages [2021-02-01T02:19:19.880Z] Removing intermediate container ad8211d1c05a [2021-02-01T02:19:19.881Z] ---> c865e648b450 [2021-02-01T02:19:19.881Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T02:19:19.881Z] ---> Running in 44f3f5f97cab [2021-02-01T02:19:20.172Z] Removing intermediate container ca1317e370e1 [2021-02-01T02:19:20.172Z] ---> 99e85c3e2109 [2021-02-01T02:19:20.172Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T02:19:20.459Z] ---> Running in a296b8fc8e69 [2021-02-01T02:19:20.733Z] Removing intermediate container a296b8fc8e69 [2021-02-01T02:19:20.733Z] ---> 2bffada95538 [2021-02-01T02:19:20.733Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T02:19:21.006Z] ---> Running in 51f40232c9ab [2021-02-01T02:19:21.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:19:21.279Z] Removing intermediate container 51f40232c9ab [2021-02-01T02:19:21.279Z] ---> e8f5908e10bb [2021-02-01T02:19:21.279Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T02:19:21.554Z] ---> Running in cfb77ec2828e [2021-02-01T02:19:21.830Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:19:22.108Z] Removing intermediate container cfb77ec2828e [2021-02-01T02:19:22.108Z] ---> bfc41ca23385 [2021-02-01T02:19:22.108Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T02:19:22.716Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T02:19:22.716Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T02:19:22.716Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T02:19:22.716Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T02:19:22.994Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T02:19:23.286Z] ---> cd17cbd6f99a [2021-02-01T02:19:23.286Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T02:19:23.286Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T02:19:23.286Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:19:23.286Z] OK: 8 MiB in 20 packages [2021-02-01T02:19:24.318Z] ---> 4a95fbfa55c4 [2021-02-01T02:19:24.318Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T02:19:24.624Z] Removing intermediate container 44f3f5f97cab [2021-02-01T02:19:24.624Z] ---> 0296e21a99b8 [2021-02-01T02:19:24.624Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:19:25.238Z] ---> 59b7e8045bb5 [2021-02-01T02:19:25.238Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T02:19:25.238Z] ---> Running in d0e5383df95f [2021-02-01T02:19:25.514Z] ---> 968fdc8c289a [2021-02-01T02:19:25.514Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T02:19:26.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:19:26.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:19:27.087Z] ---> 3bd35b3ff26b [2021-02-01T02:19:27.087Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T02:19:27.087Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T02:19:27.087Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T02:19:27.087Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T02:19:27.087Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T02:19:27.087Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T02:19:27.374Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T02:19:27.374Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T02:19:27.666Z] ---> c58beb0c5ec4 [2021-02-01T02:19:27.666Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T02:19:27.952Z] ---> Running in b53b0d7a206f [2021-02-01T02:19:28.584Z] Removing intermediate container b53b0d7a206f [2021-02-01T02:19:28.584Z] ---> 2764b751d876 [2021-02-01T02:19:28.584Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:19:28.584Z] ---> Running in afc429e78d61 [2021-02-01T02:19:29.227Z] Removing intermediate container afc429e78d61 [2021-02-01T02:19:29.227Z] ---> 805042c05d4c [2021-02-01T02:19:29.227Z] Step 21/23 : LABEL arch=arm64 [2021-02-01T02:19:29.523Z] ---> Running in 165fb0b54307 [2021-02-01T02:19:30.137Z] Removing intermediate container 165fb0b54307 [2021-02-01T02:19:30.137Z] ---> 2ff4f4f7ddf2 [2021-02-01T02:19:30.137Z] Step 22/23 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:19:30.137Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T02:19:30.137Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T02:19:30.137Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T02:19:30.137Z] ---> Running in 805912e67453 [2021-02-01T02:19:30.137Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T02:19:30.137Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T02:19:30.137Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T02:19:30.413Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T02:19:30.413Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T02:19:30.413Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T02:19:30.413Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T02:19:30.413Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T02:19:30.690Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T02:19:30.690Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T02:19:30.690Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T02:19:30.690Z] Removing intermediate container 805912e67453 [2021-02-01T02:19:30.690Z] ---> 75bfdacf4cb3 [2021-02-01T02:19:30.690Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:19:30.690Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T02:19:30.690Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T02:19:30.966Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T02:19:30.966Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T02:19:30.966Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T02:19:30.966Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T02:19:30.966Z] ---> Running in e823ccc674e2 [2021-02-01T02:19:30.966Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T02:19:30.966Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T02:19:30.966Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T02:19:30.966Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T02:19:30.966Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T02:19:30.966Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T02:19:31.238Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:19:31.238Z] OK: 71 MiB in 55 packages [2021-02-01T02:19:31.519Z] Removing intermediate container e823ccc674e2 [2021-02-01T02:19:31.519Z] ---> 0a40e50ba3dc [2021-02-01T02:19:31.519Z] [2021-02-01T02:19:31.798Z] Successfully built 0a40e50ba3dc [2021-02-01T02:19:31.798Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-01T02:19:37.653Z]  Building docker-core-data-go ... done Removing intermediate container d0e5383df95f [2021-02-01T02:19:37.653Z] ---> d92b05ea9c78 [2021-02-01T02:19:37.653Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T02:19:37.653Z] ---> Running in ea75bda293d1 [2021-02-01T02:19:42.019Z] Collecting docker-compose==1.23.2 [2021-02-01T02:19:42.019Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T02:19:42.994Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T02:19:42.995Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T02:19:43.591Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T02:19:43.591Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T02:19:44.198Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T02:19:44.198Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T02:19:45.690Z] 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-02-01T02:19:46.003Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T02:19:46.003Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T02:19:48.673Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T02:19:48.673Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T02:19:48.947Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T02:19:48.947Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T02:19:50.975Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T02:19:50.975Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T02:19:51.271Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T02:19:51.271Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T02:19:52.272Z] Collecting PyYAML<4,>=3.10 [2021-02-01T02:19:52.272Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T02:19:54.919Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T02:19:54.919Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T02:19:55.203Z] 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-02-01T02:19:55.203Z] 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-02-01T02:19:55.203Z] Collecting idna<2.8,>=2.5 [2021-02-01T02:19:55.479Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T02:19:56.080Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T02:19:56.080Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T02:19:56.080Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T02:19:56.080Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T02:19:56.080Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T02:19:56.080Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T02:19:57.095Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, docopt, dockerpty, cached-property, jsonschema, PyYAML, docker-compose [2021-02-01T02:19:57.095Z] Attempting uninstall: idna [2021-02-01T02:19:57.095Z] Found existing installation: idna 2.9 [2021-02-01T02:19:57.095Z] Uninstalling idna-2.9: [2021-02-01T02:19:57.383Z] Successfully uninstalled idna-2.9 [2021-02-01T02:19:57.993Z] Attempting uninstall: urllib3 [2021-02-01T02:19:57.993Z] Found existing installation: urllib3 1.25.9 [2021-02-01T02:19:57.993Z] Uninstalling urllib3-1.25.9: [2021-02-01T02:19:57.993Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T02:19:58.631Z] Attempting uninstall: requests [2021-02-01T02:19:58.631Z] Found existing installation: requests 2.23.0 [2021-02-01T02:19:58.631Z] Uninstalling requests-2.23.0: [2021-02-01T02:19:58.631Z] Successfully uninstalled requests-2.23.0 [2021-02-01T02:20:00.093Z] Running setup.py install for texttable: started [2021-02-01T02:20:01.553Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T02:20:01.553Z] Running setup.py install for docopt: started [2021-02-01T02:20:03.359Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T02:20:03.359Z] Running setup.py install for dockerpty: started [2021-02-01T02:20:05.442Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T02:20:05.442Z] Running setup.py install for PyYAML: started [2021-02-01T02:20:07.499Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T02:20:08.539Z] 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.57.0 [2021-02-01T02:20:12.085Z] Removing intermediate container ea75bda293d1 [2021-02-01T02:20:12.085Z] ---> a48fe8048587 [2021-02-01T02:20:12.085Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T02:20:12.085Z] ---> Running in d1169d1a799f [2021-02-01T02:20:13.136Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-01T02:20:13.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-01T02:20:14.053Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T02:20:14.053Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T02:20:14.053Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T02:20:14.053Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:20:14.053Z] OK: 71 MiB in 58 packages [2021-02-01T02:20:15.095Z] Removing intermediate container d1169d1a799f [2021-02-01T02:20:15.095Z] ---> 972729f2ab1c [2021-02-01T02:20:15.095Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T02:20:15.391Z] ---> Running in 38214e0a084d [2021-02-01T02:20:15.683Z] Removing intermediate container 38214e0a084d [2021-02-01T02:20:15.683Z] ---> 93b8ae6aff14 [2021-02-01T02:20:15.683Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:20:15.965Z] ---> Running in df0651a80efb [2021-02-01T02:20:16.265Z] Removing intermediate container df0651a80efb [2021-02-01T02:20:16.265Z] ---> b7a6f23fa553 [2021-02-01T02:20:16.265Z] Step 24/26 : LABEL arch=arm64 [2021-02-01T02:20:16.547Z] ---> Running in 9de4ee341f22 [2021-02-01T02:20:16.842Z] Removing intermediate container 9de4ee341f22 [2021-02-01T02:20:16.842Z] ---> 7c4e513c1620 [2021-02-01T02:20:16.842Z] Step 25/26 : LABEL git_sha=ae9f0359169742a05a1d011dca584020c68c9919 [2021-02-01T02:20:17.151Z] ---> Running in 8046766ee10a [2021-02-01T02:20:17.435Z] Removing intermediate container 8046766ee10a [2021-02-01T02:20:17.435Z] ---> 0b3bd70036bd [2021-02-01T02:20:17.435Z] Step 26/26 : LABEL version=0.0.0 [2021-02-01T02:20:17.725Z] ---> Running in 122c351b4aa6 [2021-02-01T02:20:18.020Z] Removing intermediate container 122c351b4aa6 [2021-02-01T02:20:18.020Z] ---> 1218e10a5813 [2021-02-01T02:20:18.020Z] [2021-02-01T02:20:18.659Z] Successfully built 1218e10a5813 [2021-02-01T02:20:18.659Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-01T02:20:18.996Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-01T02:20:19.029Z] $ docker stop --time=1 078f1d8ee45e9a31148deb82a48cec3aa8b8e4dbd2de8012b7bce42936e48538 [2021-02-01T02:20:21.014Z] $ docker rm -f 078f1d8ee45e9a31148deb82a48cec3aa8b8e4dbd2de8012b7bce42936e48538 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T02:20:21.818Z] + docker images [2021-02-01T02:20:21.819Z] + grep docker [2021-02-01T02:20:22.124Z] docker-sys-mgmt-agent-go-arm64 latest 1218e10a5813 4 seconds ago 300MB [2021-02-01T02:20:22.124Z] docker-core-data-go-arm64 latest 0a40e50ba3dc 50 seconds ago 21MB [2021-02-01T02:20:22.124Z] docker-security-secretstore-setup-go-arm64 latest 00d7e3165c16 About a minute ago 23.4MB [2021-02-01T02:20:22.124Z] docker-security-proxy-setup-go-arm64 latest 9f6574c75b4b 2 minutes ago 23.2MB [2021-02-01T02:20:22.124Z] docker-security-bootstrapper-go-arm64 latest 2503447f4a24 3 minutes ago 22.6MB [2021-02-01T02:20:22.124Z] docker-core-metadata-go-arm64 latest 16b11118ec3e 3 minutes ago 17.7MB [2021-02-01T02:20:22.124Z] docker-core-command-go-arm64 latest f9ec6571614d 3 minutes ago 16MB [2021-02-01T02:20:22.124Z] docker-support-scheduler-go-arm64 latest 42ae81f1c097 3 minutes ago 16.1MB [2021-02-01T02:20:22.124Z] docker-support-notifications-go-arm64 latest 727653d56292 3 minutes ago 16MB [2021-02-01T02:20:22.124Z] docker 20.10.0 eeaf43b92773 7 weeks 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 [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-02-01T02:20:24.592Z] provisioning config files... [2021-02-01T02:20:24.616Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/11@tmp/config4319095007420371871tmp [Pipeline] { [Pipeline] sh [2021-02-01T02:20:25.058Z] + set +x [2021-02-01T02:20:25.058Z] + curl -s https://codecov.io/bash [2021-02-01T02:20:25.058Z] + bash -s -- [2021-02-01T02:20:25.339Z] [2021-02-01T02:20:25.339Z] _____ _ [2021-02-01T02:20:25.339Z] / ____| | | [2021-02-01T02:20:25.339Z] | | ___ __| | ___ ___ _____ __ [2021-02-01T02:20:25.339Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-01T02:20:25.339Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-01T02:20:25.339Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-01T02:20:25.339Z] Bash-20210129-7c25fce [2021-02-01T02:20:25.339Z] [2021-02-01T02:20:25.339Z] [2021-02-01T02:20:25.339Z] ==> git version 2.24.3 found [2021-02-01T02:20:25.612Z] ==> 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-02-01T02:20:25.612Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-01T02:20:25.612Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-01T02:20:25.612Z] ==> Jenkins CI detected. [2021-02-01T02:20:25.612Z] project root: . [2021-02-01T02:20:25.612Z] --> token set from env [2021-02-01T02:20:25.612Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-01T02:20:25.612Z] ==> Running gcov in . (disable via -X gcov) [2021-02-01T02:20:25.612Z] ==> Python coveragepy not found [2021-02-01T02:20:25.612Z] ==> Searching for coverage reports in: [2021-02-01T02:20:25.612Z] + . [2021-02-01T02:20:25.612Z] -> Found 1 reports [2021-02-01T02:20:25.612Z] ==> Detecting git/mercurial file structure [2021-02-01T02:20:25.612Z] ==> Reading reports [2021-02-01T02:20:25.882Z] + ./coverage.out bytes=574984 [2021-02-01T02:20:25.882Z] ==> Appending adjustments [2021-02-01T02:20:25.882Z] https://docs.codecov.io/docs/fixing-reports [2021-02-01T02:20:29.320Z] + Found adjustments [2021-02-01T02:20:29.320Z] ==> Gzipping contents [2021-02-01T02:20:29.320Z] 88K /tmp/codecov.fSkcGD.gz [2021-02-01T02:20:29.320Z] ==> Uploading reports [2021-02-01T02:20:29.320Z] url: https://codecov.io [2021-02-01T02:20:29.320Z] query: branch=PR-3088&commit=ae9f0359169742a05a1d011dca584020c68c9919&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3088%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3088&job=&cmd_args= [2021-02-01T02:20:29.320Z] -> Pinging Codecov [2021-02-01T02:20:29.320Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3088&commit=ae9f0359169742a05a1d011dca584020c68c9919&build=11&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3088%2F11%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3088&job=&cmd_args= [2021-02-01T02:20:29.320Z] -> Uploading to [2021-02-01T02:20:29.320Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-01/00271124DB129430A58F1EEE437C3FCB/ae9f0359169742a05a1d011dca584020c68c9919/1198c099-d4b0-41a4-a20f-0bff3c1e3490.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T022029Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=81ea46ae57f4017ac5b61c4db592e14f12a82f659c9f34dfe9028906cde08559 [2021-02-01T02:20:29.320Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-01T02:20:29.320Z] Dload Upload Total Spent Left Speed [2021-02-01T02:20:29.877Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 86999 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86999 0 0 100 86999 0 146k --:--:-- --:--:-- --:--:-- 146k [2021-02-01T02:20:29.877Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ae9f0359169742a05a1d011dca584020c68c9919 [Pipeline] } [2021-02-01T02:20:29.899Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-02-01T02:20:32.689Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:20:33.699Z] ---> package-listing.sh [2021-02-01T02:20:33.699Z] ++ facter osfamily [2021-02-01T02:20:33.699Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T02:20:33.699Z] + OS_FAMILY=redhat [2021-02-01T02:20:33.699Z] + workspace=/w/workspace/edgex-go/11 [2021-02-01T02:20:33.699Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T02:20:33.699Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T02:20:33.699Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T02:20:33.699Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T02:20:33.699Z] + '[' /w/workspace/edgex-go/11 ']' [2021-02-01T02:20:33.699Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T02:20:33.699Z] + case "${OS_FAMILY}" in [2021-02-01T02:20:33.699Z] + rpm -qa [2021-02-01T02:20:33.699Z] + sort [2021-02-01T02:20:39.346Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T02:20:39.346Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T02:20:39.346Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T02:20:39.346Z] + '[' /w/workspace/edgex-go/11 ']' [2021-02-01T02:20:39.346Z] + mkdir -p /w/workspace/edgex-go/11/archives/ [2021-02-01T02:20:39.346Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo [2021-02-01T02:20:39.383Z] 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/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-01T02:20:39.782Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:20:40.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T02:20:40.148Z] [2021-02-01T02:20:40.148Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:20:40.583Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T02:20:40.583Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T02:20:40.583Z] df20fa9351a1: Pulling fs layer [2021-02-01T02:20:40.583Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T02:20:40.583Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T02:20:40.583Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T02:20:40.583Z] 93b61091891f: Pulling fs layer [2021-02-01T02:20:40.583Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T02:20:40.583Z] 5e14af77c1be: Pulling fs layer [2021-02-01T02:20:40.583Z] 01666e4c0597: Pulling fs layer [2021-02-01T02:20:40.583Z] aa168da1d23b: Pulling fs layer [2021-02-01T02:20:40.583Z] 46f8f816bc3b: Waiting [2021-02-01T02:20:40.583Z] 93b61091891f: Waiting [2021-02-01T02:20:40.583Z] 93b9cdb0e59b: Waiting [2021-02-01T02:20:40.583Z] 5e14af77c1be: Waiting [2021-02-01T02:20:40.583Z] 01666e4c0597: Waiting [2021-02-01T02:20:40.583Z] aa168da1d23b: Waiting [2021-02-01T02:20:40.583Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T02:20:40.583Z] 36b3adc4ff6f: Download complete [2021-02-01T02:20:41.000Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T02:20:41.000Z] 46f8f816bc3b: Download complete [2021-02-01T02:20:41.000Z] df20fa9351a1: Verifying Checksum [2021-02-01T02:20:41.000Z] df20fa9351a1: Download complete [2021-02-01T02:20:41.000Z] 93b9cdb0e59b: Verifying Checksum [2021-02-01T02:20:41.000Z] 93b9cdb0e59b: Download complete [2021-02-01T02:20:41.000Z] 5e14af77c1be: Verifying Checksum [2021-02-01T02:20:41.000Z] 5e14af77c1be: Download complete [2021-02-01T02:20:41.000Z] 01666e4c0597: Download complete [2021-02-01T02:20:41.000Z] 93b61091891f: Verifying Checksum [2021-02-01T02:20:41.000Z] 93b61091891f: Download complete [2021-02-01T02:20:41.305Z] df20fa9351a1: Pull complete [2021-02-01T02:20:41.628Z] 36b3adc4ff6f: Pull complete [2021-02-01T02:20:42.422Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T02:20:42.422Z] 8ad3a11d3b57: Download complete [2021-02-01T02:20:43.058Z] 8ad3a11d3b57: Pull complete [2021-02-01T02:20:43.058Z] 46f8f816bc3b: Pull complete [2021-02-01T02:20:43.362Z] 93b61091891f: Pull complete [2021-02-01T02:20:43.663Z] 93b9cdb0e59b: Pull complete [2021-02-01T02:20:43.663Z] 5e14af77c1be: Pull complete [2021-02-01T02:20:44.687Z] 01666e4c0597: Pull complete [2021-02-01T02:20:45.670Z] aa168da1d23b: Verifying Checksum [2021-02-01T02:20:45.670Z] aa168da1d23b: Download complete [2021-02-01T02:20:53.917Z] aa168da1d23b: Pull complete [2021-02-01T02:20:53.917Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T02:20:53.917Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T02:20:53.917Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T02:20:54.127Z] prd-centos7-docker-4c-2g-24249 does not seem to be running inside a container [2021-02-01T02:20:54.182Z] $ 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/11/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/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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-02-01T02:20:57.915Z] $ docker top 40c8c5909b546d4ccfd8ffe2934061b092fe4d06ce060469112ad726b418a65a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T02:20:58.549Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T02:20:58.872Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T02:20:59.221Z] + ls /var/log/sa-host [2021-02-01T02:20:59.221Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T02:20:59.221Z] file_magic: OK [2021-02-01T02:20:59.221Z] HZ: Using current value: 100 [2021-02-01T02:20:59.221Z] file_header: OK [2021-02-01T02:20:59.221Z] 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-02-01T02:20:59.221Z] Statistics: [2021-02-01T02:20:59.221Z] 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... [2021-02-01T02:20:59.221Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T02:20:59.221Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T02:20:59.221Z] file_magic: OK [2021-02-01T02:20:59.221Z] HZ: Using current value: 100 [2021-02-01T02:20:59.221Z] file_header: OK [2021-02-01T02:20:59.221Z] 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-02-01T02:20:59.221Z] Statistics: [2021-02-01T02:20:59.222Z] Hnuu...uuuununununu... [2021-02-01T02:20:59.222Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T02:20:59.536Z] provisioning config files... [2021-02-01T02:20:59.557Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config7544085994601601096tmp [Pipeline] { [Pipeline] echo [2021-02-01T02:20:59.635Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:20:59.969Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T02:20:59.993Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T02:21:00.120Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:21:00.488Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T02:21:00.506Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:21:00.825Z] ---> sudo-logs.sh [2021-02-01T02:21:00.825Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T02:21:00.840Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:21:01.137Z] ---> job-cost.sh [2021-02-01T02:21:01.137Z] lf-activate-venv: SKIPPING [2021-02-01T02:21:01.137Z] INFO: No Stack... [2021-02-01T02:21:02.527Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T02:21:03.101Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T02:21:03.114Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:21:03.416Z] ---> logs-deploy.sh [2021-02-01T02:21:03.416Z] lf-activate-venv: SKIPPING [2021-02-01T02:21:03.416Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3088/11 [2021-02-01T02:21:03.416Z] INFO: archiving workspace using pattern(s): [2021-02-01T02:21:04.803Z] Archives upload complete. [2021-02-01T02:21:04.803Z] INFO: archiving logs to Nexus