Pull request #3030 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at c7b5d06303d1c1949c9ce5e99765f1d861064f89 rather than be6d57fa439772e4a3647b699ea935d606c43f14 Obtained Jenkinsfile from c7b5d06303d1c1949c9ce5e99765f1d861064f89 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-22242 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # 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 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/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit be6d57fa439772e4a3647b699ea935d606c43f14 Merge succeeded, producing ab971426e09d93a2aadc827a1dc66e9768f776ec Checking out Revision ab971426e09d93a2aadc827a1dc66e9768f776ec (PR-3030) > git config core.sparsecheckout # timeout=10 > git checkout -f be6d57fa439772e4a3647b699ea935d606c43f14 # 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 c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ab971426e09d93a2aadc827a1dc66e9768f776ec # timeout=10 Commit message: "Merge commit 'c7b5d06303d1c1949c9ce5e99765f1d861064f89' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T08:23:42.893Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T08:23:43.199Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T08:23:43.312Z] ========================================================= [2021-01-22T08:23:43.312Z] EdgeX Global Pipelines Version Info [2021-01-22T08:23:43.312Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c314ff5a6c8ba0f2d5a03b91bbdd966e345d4970 # timeout=10 [2021-01-22T08:23:44.814Z] ------------------- [2021-01-22T08:23:44.815Z] stable info: [2021-01-22T08:23:44.815Z] ------------------- [2021-01-22T08:23:44.815Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T08:23:44.815Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T08:23:44.815Z] Message: update stable to v1.0.179 [2021-01-22T08:23:45.757Z] ------------------- [2021-01-22T08:23:45.757Z] experimental info: [2021-01-22T08:23:45.757Z] ------------------- [2021-01-22T08:23:45.757Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T08:23:45.757Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T08:23:45.757Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T08:23:46.029Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-22T08:23:46.132Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-22T08:23:46.248Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T08:23:46.400Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T08:23:46.500Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T08:23:46.595Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T08:23:46.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T08:23:46.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-22T08:23:46.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-22T08:23:46.980Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-22T08:23:47.076Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T08:23:47.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T08:23:47.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T08:23:47.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T08:23:47.453Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T08:23:47.563Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T08:23:47.660Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T08:23:47.754Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T08:23:47.847Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T08:23:47.940Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T08:23:48.031Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T08:23:48.122Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T08:23:48.244Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T08:23:48.414Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo [2021-01-22T08:23:48.519Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo [2021-01-22T08:23:48.611Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo [2021-01-22T08:23:48.724Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ab971426e09d93a2aadc827a1dc66e9768f776ec [Pipeline] echo [2021-01-22T08:23:48.815Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ab97142 [Pipeline] echo [2021-01-22T08:23:48.916Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T08:23:49.093Z] provisioning config files... [2021-01-22T08:23:49.129Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config2870914790349774948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:23:49.494Z] ---> docker-login.sh [2021-01-22T08:23:49.494Z] nexus3.edgexfoundry.org:10001 [2021-01-22T08:23:49.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:23:49.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:23:49.756Z] Configure a credential helper to remove this warning. See [2021-01-22T08:23:49.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:23:49.756Z] [2021-01-22T08:23:50.017Z] Login Succeeded [2021-01-22T08:23:50.017Z] nexus3.edgexfoundry.org:10002 [2021-01-22T08:23:50.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:23:50.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:23:50.017Z] Configure a credential helper to remove this warning. See [2021-01-22T08:23:50.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:23:50.017Z] [2021-01-22T08:23:50.017Z] Login Succeeded [2021-01-22T08:23:50.017Z] nexus3.edgexfoundry.org:10003 [2021-01-22T08:23:50.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:23:50.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:23:50.280Z] Configure a credential helper to remove this warning. See [2021-01-22T08:23:50.280Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:23:50.280Z] [2021-01-22T08:23:50.280Z] Login Succeeded [2021-01-22T08:23:50.280Z] nexus3.edgexfoundry.org:10004 [2021-01-22T08:23:50.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:23:50.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:23:50.541Z] Configure a credential helper to remove this warning. See [2021-01-22T08:23:50.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:23:50.541Z] [2021-01-22T08:23:50.541Z] Login Succeeded [2021-01-22T08:23:50.541Z] docker.io [2021-01-22T08:23:50.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:23:50.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:23:50.803Z] Configure a credential helper to remove this warning. See [2021-01-22T08:23:50.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:23:50.803Z] [2021-01-22T08:23:50.803Z] Login Succeeded [2021-01-22T08:23:50.803Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T08:23:50.813Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T08:23:51.383Z] ++ 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-01-22T08:23:51.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:23:51.383Z] ++ dirname cmd/core-command/Dockerfile [2021-01-22T08:23:51.383Z] ++ cut -d/ -f2 [2021-01-22T08:23:51.383Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-22T08:23:51.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:23:51.383Z] ++ dirname cmd/core-data/Dockerfile [2021-01-22T08:23:51.383Z] ++ cut -d/ -f2 [2021-01-22T08:23:51.383Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-22T08:23:51.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:23:51.383Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-22T08:23:51.383Z] ++ cut -d/ -f2 [2021-01-22T08:23:51.383Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-22T08:23:51.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:23:51.383Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-22T08:23:51.383Z] ++ cut -d/ -f2 [2021-01-22T08:23:51.383Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-22T08:23:51.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:23:51.383Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-22T08:23:51.383Z] ++ cut -d/ -f2 [2021-01-22T08:23:51.383Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-22T08:23:51.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:23:51.383Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-22T08:23:51.383Z] ++ cut -d/ -f2 [2021-01-22T08:23:51.383Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-22T08:23:51.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:23:51.383Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-22T08:23:51.383Z] ++ cut -d/ -f2 [2021-01-22T08:23:51.383Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-22T08:23:51.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:23:51.383Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-22T08:23:51.383Z] ++ cut -d/ -f2 [2021-01-22T08:23:51.383Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-22T08:23:51.383Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:23:51.383Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-22T08:23:51.383Z] ++ cut -d/ -f2 [2021-01-22T08:23:51.383Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-22T08:23:51.475Z] 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-01-22T08:23:53.166Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T08:23:53.166Z] [2021-01-22T08:23:53.166Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:23:53.508Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T08:23:53.508Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T08:23:53.508Z] 31603596830f: Pulling fs layer [2021-01-22T08:23:53.508Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T08:23:53.508Z] 6ca5941a6612: Pulling fs layer [2021-01-22T08:23:53.508Z] ecc8261a40a4: Pulling fs layer [2021-01-22T08:23:53.508Z] ecc8261a40a4: Waiting [2021-01-22T08:23:53.508Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T08:23:53.508Z] 2a8b12db71e7: Download complete [2021-01-22T08:23:53.769Z] 31603596830f: Verifying Checksum [2021-01-22T08:23:53.769Z] 31603596830f: Download complete [2021-01-22T08:23:53.769Z] ecc8261a40a4: Verifying Checksum [2021-01-22T08:23:53.769Z] ecc8261a40a4: Download complete [2021-01-22T08:23:53.769Z] 6ca5941a6612: Verifying Checksum [2021-01-22T08:23:53.769Z] 6ca5941a6612: Download complete [2021-01-22T08:23:54.342Z] 31603596830f: Pull complete [2021-01-22T08:23:54.342Z] 2a8b12db71e7: Pull complete [2021-01-22T08:23:55.732Z] 6ca5941a6612: Pull complete [2021-01-22T08:23:56.304Z] ecc8261a40a4: Pull complete [2021-01-22T08:23:56.305Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T08:23:56.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T08:23:56.305Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T08:23:56.408Z] prd-centos7-docker-4c-2g-22242 does not seem to be running inside a container [2021-01-22T08:23:56.451Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T08:24:00.054Z] $ docker top 9de390da784e452f450ec3a631b467a37850e3109ba5545f05bc9eefcf6dfb5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T08:24:00.503Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T08:24:00.503Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T08:24:00.699Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T08:24:00.702Z] $ docker exec 9de390da784e452f450ec3a631b467a37850e3109ba5545f05bc9eefcf6dfb5e ssh-agent [2021-01-22T08:24:00.864Z] SSH_AUTH_SOCK=/tmp/ssh-ChJbJPEDAdJu/agent.12 [2021-01-22T08:24:00.864Z] SSH_AGENT_PID=18 [2021-01-22T08:24:00.877Z] Running ssh-add (command line suppressed) [2021-01-22T08:24:00.998Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_7819494114431433106.key (/w/workspace/edgex-go/15@tmp/private_key_7819494114431433106.key) [2021-01-22T08:24:01.047Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T08:24:01.404Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T08:24:01.427Z] $ docker exec --env ******** --env ******** 9de390da784e452f450ec3a631b467a37850e3109ba5545f05bc9eefcf6dfb5e ssh-agent -k [2021-01-22T08:24:01.537Z] unset SSH_AUTH_SOCK; [2021-01-22T08:24:01.537Z] unset SSH_AGENT_PID; [2021-01-22T08:24:01.538Z] echo Agent pid 18 killed; [2021-01-22T08:24:01.585Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T08:24:01.737Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T08:24:01.737Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T08:24:01.900Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T08:24:01.904Z] $ docker exec 9de390da784e452f450ec3a631b467a37850e3109ba5545f05bc9eefcf6dfb5e ssh-agent [2021-01-22T08:24:02.073Z] SSH_AUTH_SOCK=/tmp/ssh-GHGeNTyja5Nb/agent.46 [2021-01-22T08:24:02.073Z] SSH_AGENT_PID=51 [2021-01-22T08:24:02.079Z] Running ssh-add (command line suppressed) [2021-01-22T08:24:02.197Z] Identity added: /w/workspace/edgex-go/15@tmp/private_key_4540287188354646759.key (/w/workspace/edgex-go/15@tmp/private_key_4540287188354646759.key) [2021-01-22T08:24:02.249Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T08:24:02.603Z] + git semver init [2021-01-22T08:24:02.603Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T08:24:02.603Z] # $GIT_DIR = /w/workspace/edgex-go/15/.git [2021-01-22T08:24:02.603Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/15 [2021-01-22T08:24:02.603Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T08:24:02.603Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T08:24:02.603Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T08:24:02.603Z] # $SEMVER_BRANCH = PR-3030 [2021-01-22T08:24:02.603Z] # $SEMVER_TEMP = /tmp/semver-045710159 [2021-01-22T08:24:02.603Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-22T08:24:20.803Z] # '/tmp/semver-045710159' -> '/w/workspace/edgex-go/15/.semver' [2021-01-22T08:24:20.803Z] # -> Force: false [2021-01-22T08:24:20.803Z] # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } [2021-01-22T08:24:20.817Z] $ docker exec --env ******** --env ******** 9de390da784e452f450ec3a631b467a37850e3109ba5545f05bc9eefcf6dfb5e ssh-agent -k [2021-01-22T08:24:21.003Z] unset SSH_AUTH_SOCK; [2021-01-22T08:24:21.004Z] unset SSH_AGENT_PID; [2021-01-22T08:24:21.004Z] echo Agent pid 51 killed; [2021-01-22T08:24:21.057Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T08:24:21.690Z] + git semver [Pipeline] } [2021-01-22T08:24:21.708Z] $ docker stop --time=1 9de390da784e452f450ec3a631b467a37850e3109ba5545f05bc9eefcf6dfb5e [2021-01-22T08:24:23.563Z] $ docker rm -f 9de390da784e452f450ec3a631b467a37850e3109ba5545f05bc9eefcf6dfb5e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T08:24:24.112Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T08:24:24.611Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T08:24:24.614Z] [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-01-22T08:24:25.511Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T08:24:25.813Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T08:24:26.111Z] + true [2021-01-22T08:24:26.112Z] + sudo service docker restart [2021-01-22T08:24:26.112Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-22T08:24:26.701Z] ========================================================= [2021-01-22T08:24:26.701Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T08:24:26.701Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:24:27.043Z] + 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-01-22T08:24:30.367Z] Sending build context to Docker daemon 327.1MB [2021-01-22T08:24:30.367Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T08:24:30.367Z] Step 2/6 : FROM ${BASE} [2021-01-22T08:24:30.367Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T08:24:30.367Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T08:24:30.367Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T08:24:30.367Z] de9db76c5a1d: Pulling fs layer [2021-01-22T08:24:30.367Z] bca2f99d35d6: Pulling fs layer [2021-01-22T08:24:30.367Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T08:24:30.367Z] 7c6f9722023f: Pulling fs layer [2021-01-22T08:24:30.367Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T08:24:30.367Z] bca2f99d35d6: Waiting [2021-01-22T08:24:30.367Z] 93359f2a8cfa: Waiting [2021-01-22T08:24:30.367Z] 7c6f9722023f: Waiting [2021-01-22T08:24:30.367Z] a35cf1a2eb13: Waiting [2021-01-22T08:24:30.367Z] de9db76c5a1d: Verifying Checksum [2021-01-22T08:24:30.367Z] de9db76c5a1d: Download complete [2021-01-22T08:24:30.367Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T08:24:30.367Z] 0ef7d3d256c8: Download complete [2021-01-22T08:24:30.367Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T08:24:30.367Z] 93359f2a8cfa: Download complete [2021-01-22T08:24:30.367Z] 7c6f9722023f: Verifying Checksum [2021-01-22T08:24:30.367Z] 7c6f9722023f: Download complete [2021-01-22T08:24:30.367Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T08:24:30.367Z] 188c0c94c7c5: Download complete [2021-01-22T08:24:30.628Z] 188c0c94c7c5: Pull complete [2021-01-22T08:24:30.628Z] 0ef7d3d256c8: Pull complete [2021-01-22T08:24:31.207Z] de9db76c5a1d: Pull complete [2021-01-22T08:24:32.610Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T08:24:32.610Z] a35cf1a2eb13: Download complete [2021-01-22T08:24:32.873Z] bca2f99d35d6: Verifying Checksum [2021-01-22T08:24:32.873Z] bca2f99d35d6: Download complete [2021-01-22T08:24:39.515Z] bca2f99d35d6: Pull complete [2021-01-22T08:24:39.515Z] 93359f2a8cfa: Pull complete [2021-01-22T08:24:39.515Z] 7c6f9722023f: Pull complete [2021-01-22T08:24:40.008Z] Still waiting to schedule task [2021-01-22T08:24:40.008Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-22T08:24:46.137Z] a35cf1a2eb13: Pull complete [2021-01-22T08:24:46.137Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T08:24:46.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T08:24:46.137Z] ---> a62c8e92a672 [2021-01-22T08:24:46.137Z] 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-01-22T08:24:46.137Z] ---> Running in 7a189bccb87f [2021-01-22T08:24:46.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:24:46.712Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:24:46.975Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T08:24:47.237Z] (2/12) Installing file (5.38-r0) [2021-01-22T08:24:47.237Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T08:24:47.237Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T08:24:50.552Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T08:24:50.812Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T08:24:51.074Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T08:24:51.074Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T08:24:51.335Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T08:24:51.335Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T08:24:51.597Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T08:24:51.597Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T08:24:51.597Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:24:51.597Z] OK: 233 MiB in 51 packages [2021-01-22T08:24:55.816Z] Removing intermediate container 7a189bccb87f [2021-01-22T08:24:55.816Z] ---> b603a71915a5 [2021-01-22T08:24:55.816Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T08:24:55.816Z] ---> Running in f798c89da7fa [2021-01-22T08:24:55.816Z] Removing intermediate container f798c89da7fa [2021-01-22T08:24:55.816Z] ---> 0422831e72bc [2021-01-22T08:24:55.816Z] Step 5/6 : COPY go.mod . [2021-01-22T08:24:56.079Z] ---> d83997fe69c5 [2021-01-22T08:24:56.079Z] Step 6/6 : RUN go mod download [2021-01-22T08:24:56.079Z] ---> Running in 94a13cc9ac3d [2021-01-22T08:25:22.704Z] Removing intermediate container 94a13cc9ac3d [2021-01-22T08:25:22.704Z] ---> 00cf621696d3 [2021-01-22T08:25:22.704Z] Successfully built 00cf621696d3 [2021-01-22T08:25:23.656Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:25:23.992Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T08:25:23.992Z] . [Pipeline] withDockerContainer [2021-01-22T08:25:24.103Z] prd-centos7-docker-4c-2g-22242 does not seem to be running inside a container [2021-01-22T08:25:24.160Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-x86_64 cat [2021-01-22T08:25:25.301Z] $ docker top 9e34fee76ff8b4698d8fd9df3b0f57f09a72d1167d7351ad8567bf8e12bc25ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:25:25.928Z] + go version [2021-01-22T08:25:25.928Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T08:25:25.942Z] $ docker stop --time=1 9e34fee76ff8b4698d8fd9df3b0f57f09a72d1167d7351ad8567bf8e12bc25ab [2021-01-22T08:25:27.564Z] $ docker rm -f 9e34fee76ff8b4698d8fd9df3b0f57f09a72d1167d7351ad8567bf8e12bc25ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:25:28.525Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T08:25:28.525Z] . [Pipeline] withDockerContainer [2021-01-22T08:25:28.619Z] prd-centos7-docker-4c-2g-22242 does not seem to be running inside a container [2021-01-22T08:25:28.668Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-x86_64 cat [2021-01-22T08:25:30.668Z] $ docker top 5412341c6540d0ba7e67eb460e6c30f9e10dd62c8bfa1a85186a814faffa275e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T08:25:30.883Z] ========================================================= [2021-01-22T08:25:30.883Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T08:25:30.883Z] ========================================================= [Pipeline] sh [2021-01-22T08:25:31.180Z] + make test [2021-01-22T08:25:31.180Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T08:25:39.422Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T08:25:51.805Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T08:25:58.442Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T08:25:58.442Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T08:25:58.442Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T08:25:58.442Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T08:26:01.039Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T08:26:01.039Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T08:26:01.039Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T08:26:01.039Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T08:26:01.039Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T08:26:01.039Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T08:26:02.998Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T08:26:02.998Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T08:26:02.998Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T08:26:05.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.075s coverage: 46.6% of statements [2021-01-22T08:26:05.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T08:26:05.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T08:26:05.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T08:26:05.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T08:26:05.576Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T08:26:08.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.146s coverage: 27.0% of statements [2021-01-22T08:26:08.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T08:26:08.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T08:26:08.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T08:26:08.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T08:26:08.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T08:26:08.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T08:26:08.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-01-22T08:26:08.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T08:26:08.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements [2021-01-22T08:26:08.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T08:26:08.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T08:26:08.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.077s coverage: 66.7% of statements [2021-01-22T08:26:08.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T08:26:08.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T08:26:09.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.427s coverage: 82.3% of statements [2021-01-22T08:26:09.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T08:26:09.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T08:26:09.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T08:26:09.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T08:26:10.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.310s coverage: 28.6% of statements [2021-01-22T08:26:10.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T08:26:10.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T08:26:10.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T08:26:10.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T08:26:10.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T08:26:10.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements [2021-01-22T08:26:10.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T08:26:10.973Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements [2021-01-22T08:26:10.973Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T08:26:11.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.105s coverage: 86.7% of statements [2021-01-22T08:26:11.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T08:26:11.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.129s coverage: 97.5% of statements [2021-01-22T08:26:11.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T08:26:11.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-01-22T08:26:11.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T08:26:11.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T08:26:11.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T08:26:11.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T08:26:14.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.378s coverage: 92.8% of statements [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T08:26:14.260Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T08:26:14.260Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.046s coverage: 0.1% of statements [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T08:26:14.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T08:26:14.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.025s coverage: 43.8% of statements [2021-01-22T08:26:14.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.047s coverage: 79.5% of statements [2021-01-22T08:26:14.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements [2021-01-22T08:26:14.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.039s coverage: 96.3% of statements [2021-01-22T08:26:14.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.039s coverage: 84.2% of statements [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.065s coverage: 91.4% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.143s coverage: 63.5% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.248s coverage: 68.9% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.238s coverage: 84.0% of statements [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.089s coverage: 47.1% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.043s coverage: 100.0% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.639s coverage: 29.1% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T08:26:26.530Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T08:26:26.530Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-01-22T08:26:27.103Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-22T08:26:27.103Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-01-22T08:26:27.364Z] GO111MODULE=on go vet ./... [2021-01-22T08:26:28.721Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22243 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-22T08:26:28.783Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2021-01-22T08:26:33.911Z] using credential edgex-jenkins-ssh [2021-01-22T08:26:33.972Z] Cloning the remote Git repository [2021-01-22T08:26:34.037Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:26:34.141Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2021-01-22T08:26:34.216Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:26:34.216Z] > git --version # timeout=10 [2021-01-22T08:26:34.233Z] > git --version # 'git version 2.17.1' [2021-01-22T08:26:34.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T08:26:34.323Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T08:26:50.121Z] Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit be6d57fa439772e4a3647b699ea935d606c43f14 [2021-01-22T08:26:49.162Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T08:26:49.183Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T08:26:49.217Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T08:26:49.266Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:26:49.267Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T08:26:49.279Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T08:26:50.145Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T08:26:50.170Z] > git checkout -f be6d57fa439772e4a3647b699ea935d606c43f14 # timeout=10 [2021-01-22T08:26:50.463Z] > git remote # timeout=10 [2021-01-22T08:26:50.483Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T08:26:50.503Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T08:26:50.518Z] > git merge c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 [2021-01-22T08:26:51.153Z] Merge succeeded, producing 64b9c4b9136ab64acd5733859a47ec25364625e9 [2021-01-22T08:26:51.153Z] Checking out Revision 64b9c4b9136ab64acd5733859a47ec25364625e9 (PR-3030) [2021-01-22T08:26:51.141Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T08:26:51.207Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T08:26:51.232Z] > git checkout -f 64b9c4b9136ab64acd5733859a47ec25364625e9 # timeout=10 [2021-01-22T08:26:54.032Z] gofmt -l . [2021-01-22T08:26:54.032Z] [ "`gofmt -l .`" = "" ] [2021-01-22T08:26:54.032Z] ./bin/test-go-mod-tidy.sh [2021-01-22T08:26:54.032Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T08:26:54.339Z] + ls -al . [2021-01-22T08:26:54.339Z] total 668 [2021-01-22T08:26:54.339Z] drwxrwxr-x 10 1001 1001 4096 Jan 22 08:26 . [2021-01-22T08:26:54.339Z] drwxr-xr-x 4 root root 30 Jan 22 08:25 .. [2021-01-22T08:26:54.339Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 08:23 .dockerignore [2021-01-22T08:26:54.339Z] drwxrwxr-x 8 1001 1001 179 Jan 22 08:23 .git [2021-01-22T08:26:54.339Z] drwxrwxr-x 3 1001 1001 125 Jan 22 08:23 .github [2021-01-22T08:26:54.339Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 08:23 .gitignore [2021-01-22T08:26:54.339Z] drwx------ 3 1001 1001 47 Jan 22 08:24 .semver [2021-01-22T08:26:54.339Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 08:23 .sonarcloud.properties [2021-01-22T08:26:54.339Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 08:23 Attribution.txt [2021-01-22T08:26:54.339Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 08:23 CONTRIBUTING.md [2021-01-22T08:26:54.339Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 08:23 Dockerfile.build [2021-01-22T08:26:54.339Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 08:23 Jenkinsfile [2021-01-22T08:26:54.339Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 08:23 LICENSE [2021-01-22T08:26:54.339Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 08:23 Makefile [2021-01-22T08:26:54.339Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 08:23 README.md [2021-01-22T08:26:54.339Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 08:23 SECURITY.md [2021-01-22T08:26:54.339Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 08:24 VERSION [2021-01-22T08:26:54.339Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 08:23 ZMQWindows.md [2021-01-22T08:26:54.339Z] drwxrwxr-x 2 1001 1001 117 Jan 22 08:23 bin [2021-01-22T08:26:54.339Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 08:23 cmd [2021-01-22T08:26:54.339Z] -rw-r--r-- 1 root root 563886 Jan 22 08:26 coverage.out [2021-01-22T08:26:54.339Z] -rw-r--r-- 1 root root 1053 Jan 22 08:26 go.mod [2021-01-22T08:26:54.339Z] -rw-r--r-- 1 root root 18878 Jan 22 08:26 go.sum [2021-01-22T08:26:54.339Z] drwxrwxr-x 8 1001 1001 127 Jan 22 08:23 internal [2021-01-22T08:26:54.339Z] drwxrwxr-x 4 1001 1001 26 Jan 22 08:23 openapi [2021-01-22T08:26:54.339Z] drwxrwxr-x 4 1001 1001 71 Jan 22 08:23 snap [2021-01-22T08:26:54.339Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 08:23 version.go [Pipeline] sh [2021-01-22T08:26:54.638Z] + '[' -e coverage.out ] [2021-01-22T08:26:54.638Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T08:26:54.860Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T08:26:55.151Z] + make build [2021-01-22T08:26:55.151Z] 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-01-22T08:26:55.859Z] Commit message: "Merge commit 'c7b5d06303d1c1949c9ce5e99765f1d861064f89' into HEAD" [2021-01-22T08:26:55.886Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T08:26:57.513Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T08:26:55.872Z] > git rev-list --no-walk c314ff5a6c8ba0f2d5a03b91bbdd966e345d4970 # timeout=10 [2021-01-22T08:26:57.910Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T08:26:58.246Z] + sudo service docker restart [2021-01-22T08:26:58.247Z] + true [2021-01-22T08:26:59.380Z] 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T08:27:00.952Z] provisioning config files... [2021-01-22T08:27:00.996Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config4947075712853541083tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:27:01.403Z] ---> docker-login.sh [2021-01-22T08:27:01.403Z] nexus3.edgexfoundry.org:10001 [2021-01-22T08:27:02.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:27:02.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:27:02.674Z] Configure a credential helper to remove this warning. See [2021-01-22T08:27:02.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:27:02.674Z] [2021-01-22T08:27:02.674Z] Login Succeeded [2021-01-22T08:27:02.674Z] nexus3.edgexfoundry.org:10002 [2021-01-22T08:27:02.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:27:03.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:27:03.232Z] Configure a credential helper to remove this warning. See [2021-01-22T08:27:03.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:27:03.232Z] [2021-01-22T08:27:03.232Z] Login Succeeded [2021-01-22T08:27:03.232Z] nexus3.edgexfoundry.org:10003 [2021-01-22T08:27:03.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:27:03.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:27:03.784Z] Configure a credential helper to remove this warning. See [2021-01-22T08:27:03.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:27:03.784Z] [2021-01-22T08:27:03.784Z] Login Succeeded [2021-01-22T08:27:03.784Z] nexus3.edgexfoundry.org:10004 [2021-01-22T08:27:04.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:27:04.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:27:04.334Z] Configure a credential helper to remove this warning. See [2021-01-22T08:27:04.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:27:04.334Z] [2021-01-22T08:27:04.334Z] Login Succeeded [2021-01-22T08:27:04.334Z] docker.io [2021-01-22T08:27:04.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:27:05.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:27:05.213Z] Configure a credential helper to remove this warning. See [2021-01-22T08:27:05.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:27:05.213Z] [2021-01-22T08:27:05.213Z] Login Succeeded [2021-01-22T08:27:05.213Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T08:27:05.246Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T08:27:05.696Z] ========================================================= [2021-01-22T08:27:05.696Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T08:27:05.696Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:27:06.086Z] + 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-01-22T08:27:07.629Z] 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-01-22T08:27:07.629Z] 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-01-22T08:27:08.589Z] 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-01-22T08:27:08.749Z] Sending build context to Docker daemon 165.9MB [2021-01-22T08:27:08.749Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T08:27:08.749Z] Step 2/6 : FROM ${BASE} [2021-01-22T08:27:08.749Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T08:27:08.749Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T08:27:08.749Z] a4357932f1b6: Pulling fs layer [2021-01-22T08:27:08.749Z] 18c013af1878: Pulling fs layer [2021-01-22T08:27:08.749Z] 00ac8860ef70: Pulling fs layer [2021-01-22T08:27:08.749Z] 63d7cb157983: Pulling fs layer [2021-01-22T08:27:08.749Z] b116817d02f9: Pulling fs layer [2021-01-22T08:27:08.749Z] 745a02a5169b: Pulling fs layer [2021-01-22T08:27:08.749Z] 00ac8860ef70: Waiting [2021-01-22T08:27:08.749Z] 63d7cb157983: Waiting [2021-01-22T08:27:08.749Z] b116817d02f9: Waiting [2021-01-22T08:27:08.749Z] 745a02a5169b: Waiting [2021-01-22T08:27:08.749Z] 18c013af1878: Verifying Checksum [2021-01-22T08:27:08.749Z] 18c013af1878: Download complete [2021-01-22T08:27:08.749Z] a4357932f1b6: Verifying Checksum [2021-01-22T08:27:08.749Z] a4357932f1b6: Download complete [2021-01-22T08:27:08.749Z] 63d7cb157983: Verifying Checksum [2021-01-22T08:27:08.749Z] 63d7cb157983: Download complete [2021-01-22T08:27:08.749Z] b116817d02f9: Verifying Checksum [2021-01-22T08:27:08.749Z] b116817d02f9: Download complete [2021-01-22T08:27:08.749Z] 5f621e34cdf4: Verifying Checksum [2021-01-22T08:27:08.749Z] 5f621e34cdf4: Download complete [2021-01-22T08:27:09.182Z] 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-01-22T08:27:09.357Z] 5f621e34cdf4: Pull complete [2021-01-22T08:27:09.635Z] a4357932f1b6: Pull complete [2021-01-22T08:27:10.236Z] 18c013af1878: Pull complete [2021-01-22T08:27:10.514Z] 745a02a5169b: Verifying Checksum [2021-01-22T08:27:10.514Z] 745a02a5169b: Download complete [2021-01-22T08:27:10.595Z] 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-01-22T08:27:11.538Z] 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-01-22T08:27:11.979Z] 00ac8860ef70: Download complete [2021-01-22T08:27:12.484Z] 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-01-22T08:27:13.431Z] 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-01-22T08:27:14.391Z] 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-01-22T08:27:15.349Z] 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-01-22T08:27:16.312Z] 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-01-22T08:27:17.730Z] $ docker stop --time=1 5412341c6540d0ba7e67eb460e6c30f9e10dd62c8bfa1a85186a814faffa275e [2021-01-22T08:27:19.314Z] $ docker rm -f 5412341c6540d0ba7e67eb460e6c30f9e10dd62c8bfa1a85186a814faffa275e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-22T08:27:22.152Z] 00ac8860ef70: Pull complete [2021-01-22T08:27:22.152Z] 63d7cb157983: Pull complete [2021-01-22T08:27:22.152Z] b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:27:22.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T08:27:22.982Z] [2021-01-22T08:27:22.982Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:27:23.324Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T08:27:23.324Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-22T08:27:23.324Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-22T08:27:23.324Z] ca9280d653b3: Pulling fs layer [2021-01-22T08:27:23.324Z] 7e9c9ca2126c: Pulling fs layer [2021-01-22T08:27:23.324Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-22T08:27:23.324Z] cbdbe7a5bc2a: Download complete [2021-01-22T08:27:23.897Z] cbdbe7a5bc2a: Pull complete [2021-01-22T08:27:24.162Z] ca9280d653b3: Verifying Checksum [2021-01-22T08:27:24.162Z] ca9280d653b3: Download complete [2021-01-22T08:27:25.113Z] ca9280d653b3: Pull complete [2021-01-22T08:27:25.113Z] 7e9c9ca2126c: Verifying Checksum [2021-01-22T08:27:25.113Z] 7e9c9ca2126c: Download complete [2021-01-22T08:27:25.552Z] 745a02a5169b: Pull complete [2021-01-22T08:27:25.825Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T08:27:25.825Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T08:27:25.825Z] ---> b7e6874047d6 [2021-01-22T08:27:25.825Z] 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-01-22T08:27:29.215Z] ---> Running in 473cd373083d [2021-01-22T08:27:30.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:27:30.412Z] 7e9c9ca2126c: Pull complete [2021-01-22T08:27:30.412Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-22T08:27:30.412Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T08:27:30.412Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-22T08:27:30.519Z] prd-centos7-docker-4c-2g-22242 does not seem to be running inside a container [2021-01-22T08:27:30.571Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-devops/edgex-compose:latest cat [2021-01-22T08:27:31.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:27:31.771Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T08:27:31.771Z] (2/12) Installing file (5.38-r0) [2021-01-22T08:27:32.051Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T08:27:32.051Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T08:27:33.367Z] $ docker top b7d4c1dc9644c170d9a446d73c9087163261524c41736725fbe8ccba41484cb1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:27:33.869Z] + docker-compose build --help [2021-01-22T08:27:33.870Z] + grep parallel [2021-01-22T08:27:34.811Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T08:27:34.826Z] $ docker stop --time=1 b7d4c1dc9644c170d9a446d73c9087163261524c41736725fbe8ccba41484cb1 [2021-01-22T08:27:36.186Z] $ docker rm -f b7d4c1dc9644c170d9a446d73c9087163261524c41736725fbe8ccba41484cb1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:27:36.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T08:27:36.789Z] . [Pipeline] withDockerContainer [2021-01-22T08:27:36.884Z] prd-centos7-docker-4c-2g-22242 does not seem to be running inside a container [2021-01-22T08:27:36.928Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01-22T08:27:37.441Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T08:27:37.441Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T08:27:37.441Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T08:27:37.441Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T08:27:37.441Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T08:27:37.441Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T08:27:37.441Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T08:27:37.441Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T08:27:37.594Z] $ docker top dc37cb2f145a360eddd5a29a3479ca72b0f9b80c0b8d1b033c9d2a76d8199c65 -eo pid,comm [2021-01-22T08:27:37.713Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:27:37.713Z] OK: 217 MiB in 51 packages [Pipeline] { [Pipeline] sh [2021-01-22T08:27:38.065Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T08:27:39.005Z] Building docker-core-command-go ... [2021-01-22T08:27:39.005Z] Building docker-core-data-go ... [2021-01-22T08:27:39.005Z] Building docker-core-metadata-go ... [2021-01-22T08:27:39.005Z] Building docker-security-bootstrapper-go ... [2021-01-22T08:27:39.005Z] Building docker-security-proxy-setup-go ... [2021-01-22T08:27:39.005Z] Building docker-security-secretstore-setup-go ... [2021-01-22T08:27:39.005Z] Building docker-support-notifications-go ... [2021-01-22T08:27:39.005Z] Building docker-support-scheduler-go ... [2021-01-22T08:27:39.005Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T08:27:39.005Z] Building docker-support-notifications-go [2021-01-22T08:27:39.005Z] Building docker-core-command-go [2021-01-22T08:27:39.005Z] Building docker-core-data-go [2021-01-22T08:27:39.005Z] Building docker-support-scheduler-go [2021-01-22T08:27:39.005Z] Building docker-security-bootstrapper-go [2021-01-22T08:27:42.045Z] Removing intermediate container 473cd373083d [2021-01-22T08:27:42.045Z] ---> 2b3bb93e8d39 [2021-01-22T08:27:42.045Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T08:27:42.045Z] ---> Running in fb5adbed7c3a [2021-01-22T08:27:42.045Z] Removing intermediate container fb5adbed7c3a [2021-01-22T08:27:42.045Z] ---> 7772e09aa03c [2021-01-22T08:27:42.045Z] Step 5/6 : COPY go.mod . [2021-01-22T08:27:43.023Z] ---> d8c812b24f65 [2021-01-22T08:27:43.023Z] Step 6/6 : RUN go mod download [2021-01-22T08:27:43.023Z] ---> Running in ca407305d08e [2021-01-22T08:28:05.688Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:28:05.688Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:28:05.688Z] ---> 00cf621696d3 [2021-01-22T08:28:05.688Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T08:28:05.688Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:28:05.688Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:28:05.688Z] ---> 00cf621696d3 [2021-01-22T08:28:05.688Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T08:28:05.688Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:28:05.688Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:28:05.688Z] ---> 00cf621696d3 [2021-01-22T08:28:05.688Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T08:28:05.688Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:28:05.688Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:28:05.688Z] ---> 00cf621696d3 [2021-01-22T08:28:05.688Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T08:28:05.950Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:28:05.950Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:28:05.950Z] ---> 00cf621696d3 [2021-01-22T08:28:05.950Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T08:28:06.900Z] ---> Running in ee0dde7979f3 [2021-01-22T08:28:06.900Z] ---> Running in 4ce6d09efd8d [2021-01-22T08:28:06.900Z] ---> Running in 45fcbfab335d [2021-01-22T08:28:06.900Z] ---> Running in 5faf34178b42 [2021-01-22T08:28:06.900Z] ---> Running in 35a0d345e61f [2021-01-22T08:28:07.167Z] Removing intermediate container 4ce6d09efd8d [2021-01-22T08:28:07.167Z] ---> 83f2e6749133 [2021-01-22T08:28:07.167Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:28:07.428Z] Removing intermediate container 5faf34178b42 [2021-01-22T08:28:07.428Z] ---> 754b6828dd20 [2021-01-22T08:28:07.428Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:28:07.428Z] Removing intermediate container 35a0d345e61f [2021-01-22T08:28:07.428Z] ---> efc6418b67e2 [2021-01-22T08:28:07.428Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:28:07.428Z] Removing intermediate container 45fcbfab335d [2021-01-22T08:28:07.428Z] ---> d6dd52b9336e [2021-01-22T08:28:07.428Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:28:07.428Z] Removing intermediate container ee0dde7979f3 [2021-01-22T08:28:07.428Z] ---> 567baced54ba [2021-01-22T08:28:07.428Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:28:07.428Z] ---> Running in 04368495c339 [2021-01-22T08:28:07.428Z] ---> Running in 4714d418ca2e [2021-01-22T08:28:07.428Z] ---> Running in 682d3e35f43b [2021-01-22T08:28:07.428Z] ---> Running in 7c6aca8b8cca [2021-01-22T08:28:07.428Z] ---> Running in 93523b17ea79 [2021-01-22T08:28:09.358Z] Removing intermediate container 682d3e35f43b [2021-01-22T08:28:09.358Z] ---> 3eff968bea90 [2021-01-22T08:28:09.358Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T08:28:09.358Z] Removing intermediate container 4714d418ca2e [2021-01-22T08:28:09.358Z] ---> 70b85750775d [2021-01-22T08:28:09.358Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T08:28:09.358Z] ---> Running in e702d8a0ae41 [2021-01-22T08:28:09.358Z] Removing intermediate container 04368495c339 [2021-01-22T08:28:09.358Z] ---> a474f59506b5 [2021-01-22T08:28:09.358Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T08:28:09.619Z] ---> Running in 8368f23d6665 [2021-01-22T08:28:09.834Z] Removing intermediate container ca407305d08e [2021-01-22T08:28:09.834Z] ---> bd379429a67b [2021-01-22T08:28:09.834Z] Successfully built bd379429a67b [2021-01-22T08:28:09.834Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:28:09.881Z] ---> Running in f6b61e09de2d [2021-01-22T08:28:09.881Z] Removing intermediate container 7c6aca8b8cca [2021-01-22T08:28:09.881Z] ---> 29425cc99901 [2021-01-22T08:28:09.881Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T08:28:09.881Z] ---> Running in cc378fd2a436 [2021-01-22T08:28:09.881Z] Removing intermediate container 93523b17ea79 [2021-01-22T08:28:09.881Z] ---> eba9cedb77a0 [2021-01-22T08:28:09.881Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T08:28:10.152Z] ---> Running in 8706abc87967 [2021-01-22T08:28:10.183Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T08:28:10.183Z] . [Pipeline] withDockerContainer [2021-01-22T08:28:10.417Z] prd-ubuntu18.04-docker-arm64-4c-16g-22243 does not seem to be running inside a container [2021-01-22T08:28:10.505Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01-22T08:28:10.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:28:10.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:28:10.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:28:11.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:28:11.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:28:11.107Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:28:11.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:28:11.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:28:11.695Z] OK: 233 MiB in 51 packages [2021-01-22T08:28:11.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:28:11.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:28:11.695Z] OK: 233 MiB in 51 packages [2021-01-22T08:28:11.695Z] OK: 233 MiB in 51 packages [2021-01-22T08:28:11.999Z] Removing intermediate container e702d8a0ae41 [2021-01-22T08:28:11.999Z] ---> ab261c0628ad [2021-01-22T08:28:11.999Z] Step 6/23 : COPY go.mod . [2021-01-22T08:28:12.009Z] $ docker top 4f17f90f01e4d130bf1b0e572180aa04967940249bd1c391a4f0344b75c2c69c -eo pid,comm [2021-01-22T08:28:12.272Z] OK: 233 MiB in 51 packages [2021-01-22T08:28:12.272Z] OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] sh [2021-01-22T08:28:12.563Z] ---> 0886831b3869 [2021-01-22T08:28:12.563Z] Step 7/23 : RUN go mod download [2021-01-22T08:28:12.563Z] Removing intermediate container f6b61e09de2d [2021-01-22T08:28:12.563Z] ---> 905beb58cf74 [2021-01-22T08:28:12.563Z] Step 6/22 : COPY go.mod . [2021-01-22T08:28:12.839Z] Removing intermediate container 8368f23d6665 [2021-01-22T08:28:12.839Z] ---> 5c2dfb6d9bf2 [2021-01-22T08:28:12.839Z] Step 6/33 : COPY go.mod . [2021-01-22T08:28:12.839Z] ---> Running in edd77592c8ac [2021-01-22T08:28:12.839Z] ---> b86d5e5a5e32 [2021-01-22T08:28:12.839Z] Step 7/22 : RUN go mod download [2021-01-22T08:28:13.054Z] + go version [2021-01-22T08:28:13.054Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T08:28:13.081Z] $ docker stop --time=1 4f17f90f01e4d130bf1b0e572180aa04967940249bd1c391a4f0344b75c2c69c [2021-01-22T08:28:13.102Z] ---> Running in d78ff3b4f7f1 [2021-01-22T08:28:13.365Z] ---> a5586ffd2dcb [2021-01-22T08:28:13.365Z] Step 7/33 : RUN go mod download [2021-01-22T08:28:13.631Z] Removing intermediate container cc378fd2a436 [2021-01-22T08:28:13.631Z] ---> f7fcf06b931b [2021-01-22T08:28:13.631Z] Step 6/23 : COPY go.mod . [2021-01-22T08:28:13.631Z] Removing intermediate container 8706abc87967 [2021-01-22T08:28:13.631Z] ---> 1afb97a45b1a [2021-01-22T08:28:13.631Z] Step 6/22 : COPY go.mod . [2021-01-22T08:28:13.631Z] ---> Running in b63bf4e5d3f7 [2021-01-22T08:28:13.895Z] ---> 9cccb352033d [2021-01-22T08:28:13.895Z] Step 7/23 : RUN go mod download [2021-01-22T08:28:13.895Z] ---> 4f5a33f44788 [2021-01-22T08:28:13.895Z] Step 7/22 : RUN go mod download [2021-01-22T08:28:14.159Z] ---> Running in d58aaa5ebaee [2021-01-22T08:28:14.159Z] ---> Running in 2f6aab56165d [2021-01-22T08:28:15.046Z] $ docker rm -f 4f17f90f01e4d130bf1b0e572180aa04967940249bd1c391a4f0344b75c2c69c [2021-01-22T08:28:15.116Z] Removing intermediate container edd77592c8ac [2021-01-22T08:28:15.116Z] ---> d12c206c4f01 [2021-01-22T08:28:15.116Z] Step 8/23 : COPY . . [2021-01-22T08:28:15.116Z] Removing intermediate container b63bf4e5d3f7 [2021-01-22T08:28:15.116Z] ---> 6148c03693fe [2021-01-22T08:28:15.116Z] Step 8/33 : COPY . . [Pipeline] // withDockerContainer [2021-01-22T08:28:15.385Z] Removing intermediate container d78ff3b4f7f1 [2021-01-22T08:28:15.385Z] ---> cddcd2d06d97 [2021-01-22T08:28:15.385Z] Step 8/22 : COPY . . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:28:16.079Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T08:28:16.079Z] . [Pipeline] withDockerContainer [2021-01-22T08:28:16.346Z] prd-ubuntu18.04-docker-arm64-4c-16g-22243 does not seem to be running inside a container [2021-01-22T08:28:16.435Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01-22T08:28:17.948Z] $ docker top 57f3760c0ee2710a143182f55a2c270f5ddaed82092262d8434fb573d9cba3a8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T08:28:18.331Z] ========================================================= [2021-01-22T08:28:18.331Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T08:28:18.331Z] ========================================================= [Pipeline] sh [2021-01-22T08:28:19.014Z] + make test [2021-01-22T08:28:19.014Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T08:28:27.674Z] Removing intermediate container d58aaa5ebaee [2021-01-22T08:28:27.674Z] ---> 34ffa815738b [2021-01-22T08:28:27.674Z] Step 8/23 : COPY . . [2021-01-22T08:28:27.674Z] Removing intermediate container 2f6aab56165d [2021-01-22T08:28:27.674Z] ---> 3ab621ecc5cb [2021-01-22T08:28:27.674Z] Step 8/22 : COPY . . [2021-01-22T08:28:41.197Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T08:28:54.418Z] ---> e33df51d74b7 [2021-01-22T08:28:54.418Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T08:28:55.366Z] ---> 9635ba024fc8 [2021-01-22T08:28:55.366Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T08:28:56.319Z] ---> e4e8df3b4bfc [2021-01-22T08:28:56.319Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T08:28:57.274Z] ---> Running in eb994104168a [2021-01-22T08:28:57.274Z] ---> Running in 10f8f2cb74e7 [2021-01-22T08:28:57.853Z] ---> Running in d52e33f801ca [2021-01-22T08:28:59.777Z] ---> 37dbbe35aa57 [2021-01-22T08:28:59.777Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T08:28:59.777Z] ---> Running in bfc8b8d48a7c [2021-01-22T08:29:00.043Z] ---> c6797f633b02 [2021-01-22T08:29:00.043Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T08:29:00.043Z] ---> Running in 9559a702a65f [2021-01-22T08:29:00.043Z] 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-01-22T08:29:00.304Z] 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-01-22T08:29:00.304Z] 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-01-22T08:29:01.269Z] 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-01-22T08:29:01.538Z] 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-01-22T08:29:28.270Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T08:29:28.303Z] 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-01-22T08:29:31.696Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T08:29:33.762Z] Removing intermediate container 9559a702a65f [2021-01-22T08:29:33.762Z] ---> ce50b0ba8f17 [2021-01-22T08:29:33.762Z] [2021-01-22T08:29:33.762Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T08:29:34.025Z] 3.12: Pulling from library/alpine [2021-01-22T08:29:34.602Z] Removing intermediate container 10f8f2cb74e7 [2021-01-22T08:29:34.602Z] ---> 0477dbdabdd7 [2021-01-22T08:29:34.602Z] [2021-01-22T08:29:34.602Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T08:29:34.602Z] Removing intermediate container bfc8b8d48a7c [2021-01-22T08:29:34.602Z] ---> 9482e0432be4 [2021-01-22T08:29:34.602Z] [2021-01-22T08:29:34.602Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T08:29:34.602Z] 3.12: Pulling from library/alpine [2021-01-22T08:29:34.602Z] 3.12: Pulling from library/alpine [2021-01-22T08:29:34.876Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T08:29:34.876Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T08:29:34.876Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T08:29:34.876Z] Status: Image is up to date for alpine:3.12 [2021-01-22T08:29:34.876Z] ---> 389fef711851 [2021-01-22T08:29:34.876Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T08:29:34.876Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T08:29:34.876Z] ---> 389fef711851 [2021-01-22T08:29:34.876Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T08:29:34.876Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T08:29:34.876Z] ---> 389fef711851 [2021-01-22T08:29:34.876Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T08:29:35.151Z] ---> Running in 2afeb618a477 [2021-01-22T08:29:35.151Z] ---> Running in 24910f84e313 [2021-01-22T08:29:35.151Z] ---> Running in 9b9759acc978 [2021-01-22T08:29:35.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:29:35.740Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:29:36.002Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T08:29:36.002Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T08:29:36.002Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:29:36.002Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T08:29:36.002Z] OK: 6 MiB in 16 packages [2021-01-22T08:29:36.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:29:36.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:29:36.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:29:36.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:29:36.542Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T08:29:36.542Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:29:36.542Z] OK: 6 MiB in 15 packages [2021-01-22T08:29:36.542Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T08:29:36.542Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:29:36.542Z] OK: 6 MiB in 15 packages [2021-01-22T08:29:37.943Z] Removing intermediate container eb994104168a [2021-01-22T08:29:37.943Z] ---> 5d3337e488f6 [2021-01-22T08:29:37.943Z] [2021-01-22T08:29:37.943Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T08:29:37.943Z] ---> 389fef711851 [2021-01-22T08:29:37.943Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T08:29:38.670Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T08:29:38.670Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T08:29:38.670Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T08:29:39.888Z] ---> Running in 3ec91a62622a [2021-01-22T08:29:40.467Z] Removing intermediate container d52e33f801ca [2021-01-22T08:29:40.467Z] ---> b3c61cb4af6d [2021-01-22T08:29:40.467Z] [2021-01-22T08:29:40.467Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T08:29:40.467Z] ---> 389fef711851 [2021-01-22T08:29:40.467Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T08:29:40.730Z] Removing intermediate container 2afeb618a477 [2021-01-22T08:29:40.730Z] ---> 88e89a941fe1 [2021-01-22T08:29:40.730Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:29:40.730Z] ---> Running in 1ae738c1e444 [2021-01-22T08:29:40.997Z] ---> Running in f90a536be3a3 [2021-01-22T08:29:40.997Z] Removing intermediate container 24910f84e313 [2021-01-22T08:29:40.997Z] ---> 5f64f4843205 [2021-01-22T08:29:40.997Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:29:40.997Z] Removing intermediate container 3ec91a62622a [2021-01-22T08:29:40.997Z] ---> 0b1fa220b1f5 [2021-01-22T08:29:40.997Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T08:29:40.997Z] Removing intermediate container 9b9759acc978 [2021-01-22T08:29:40.997Z] ---> af220555ed61 [2021-01-22T08:29:40.997Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:29:41.261Z] ---> Running in e45a1eb1d1a1 [2021-01-22T08:29:41.261Z] ---> Running in 49c893bd75c2 [2021-01-22T08:29:41.261Z] ---> Running in cf52483f0abe [2021-01-22T08:29:41.261Z] Removing intermediate container f90a536be3a3 [2021-01-22T08:29:41.261Z] ---> b0bb8dfda70f [2021-01-22T08:29:41.261Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T08:29:41.522Z] ---> Running in 911d557a380e [2021-01-22T08:29:41.522Z] Removing intermediate container e45a1eb1d1a1 [2021-01-22T08:29:41.522Z] ---> cd15a6cfde31 [2021-01-22T08:29:41.522Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T08:29:41.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:29:41.522Z] Removing intermediate container 49c893bd75c2 [2021-01-22T08:29:41.522Z] ---> 074c510e32bf [2021-01-22T08:29:41.522Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T08:29:41.786Z] Removing intermediate container cf52483f0abe [2021-01-22T08:29:41.786Z] ---> 7d83260b20e7 [2021-01-22T08:29:41.786Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T08:29:41.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:29:41.786Z] ---> Running in d741ac414747 [2021-01-22T08:29:41.786Z] ---> Running in 59594af48e4e [2021-01-22T08:29:41.786Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T08:29:41.786Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T08:29:41.786Z] ---> Running in 60a8a40adcce [2021-01-22T08:29:41.786Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T08:29:41.786Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:29:41.786Z] OK: 6 MiB in 17 packages [2021-01-22T08:29:41.786Z] Removing intermediate container 911d557a380e [2021-01-22T08:29:41.786Z] ---> 8a85b823a7a7 [2021-01-22T08:29:41.786Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T08:29:42.068Z] ---> Running in 05cdb8e93e6e [2021-01-22T08:29:42.068Z] Removing intermediate container d741ac414747 [2021-01-22T08:29:42.068Z] ---> e10cf7520b6f [2021-01-22T08:29:42.068Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T08:29:42.335Z] Removing intermediate container 60a8a40adcce [2021-01-22T08:29:42.335Z] ---> a93443fb202f [2021-01-22T08:29:42.335Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T08:29:42.335Z] Removing intermediate container 59594af48e4e [2021-01-22T08:29:42.335Z] ---> ff3f0fababaa [2021-01-22T08:29:42.335Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:29:42.907Z] ---> Running in b936cde68897 [2021-01-22T08:29:43.169Z] ---> Running in a0ba2b56c988 [2021-01-22T08:29:43.169Z] ---> Running in c883c8bd0445 [2021-01-22T08:29:43.169Z] Removing intermediate container 05cdb8e93e6e [2021-01-22T08:29:43.169Z] ---> 3b0ff61feb76 [2021-01-22T08:29:43.169Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:29:43.431Z] Removing intermediate container b936cde68897 [2021-01-22T08:29:43.431Z] ---> 643eb8205174 [2021-01-22T08:29:43.431Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:29:43.431Z] Removing intermediate container 1ae738c1e444 [2021-01-22T08:29:43.431Z] ---> 708f2b9cf3cb [2021-01-22T08:29:43.431Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T08:29:43.698Z] Removing intermediate container c883c8bd0445 [2021-01-22T08:29:43.698Z] ---> 45e099a1296e [2021-01-22T08:29:43.698Z] Step 15/23 : WORKDIR / [2021-01-22T08:29:43.698Z] ---> 8b5aefd1d8b4 [2021-01-22T08:29:43.698Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T08:29:43.698Z] ---> Running in ddd97da6bc39 [2021-01-22T08:29:43.698Z] ---> Running in edaa65fe09ac [2021-01-22T08:29:44.273Z] ---> 0fc637811eff [2021-01-22T08:29:44.273Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T08:29:44.273Z] Removing intermediate container ddd97da6bc39 [2021-01-22T08:29:44.273Z] ---> 80aee3652cc3 [2021-01-22T08:29:44.273Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T08:29:44.273Z] ---> Running in 2410fa86df1b [2021-01-22T08:29:44.273Z] Removing intermediate container edaa65fe09ac [2021-01-22T08:29:44.273Z] ---> a727dce8d2b4 [2021-01-22T08:29:44.273Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:29:44.536Z] ---> 1bf8842c85b9 [2021-01-22T08:29:44.536Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T08:29:44.536Z] Removing intermediate container a0ba2b56c988 [2021-01-22T08:29:44.536Z] ---> f55bd2916df2 [2021-01-22T08:29:44.536Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T08:29:44.797Z] Removing intermediate container 2410fa86df1b [2021-01-22T08:29:44.797Z] ---> d31e4dbfb323 [2021-01-22T08:29:44.797Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T08:29:44.797Z] ---> Running in 1705c32c96fb [2021-01-22T08:29:44.797Z] ---> 724339d796c9 [2021-01-22T08:29:44.797Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T08:29:44.797Z] ---> b2f118be385c [2021-01-22T08:29:44.797Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T08:29:45.060Z] ---> 5d0bbe1ee96f [2021-01-22T08:29:45.060Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T08:29:45.060Z] ---> Running in 879c265a4bdd [2021-01-22T08:29:45.322Z] ---> Running in 7ff7dcb37a68 [2021-01-22T08:29:45.437Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T08:29:45.438Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T08:29:45.438Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T08:29:45.438Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T08:29:45.438Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T08:29:45.438Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T08:29:45.589Z] ---> 203cd1d7e8dd [2021-01-22T08:29:45.589Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T08:29:45.589Z] ---> d5103e09fd7d [2021-01-22T08:29:45.589Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T08:29:45.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:29:46.161Z] ---> Running in 07e8b5237f6c [2021-01-22T08:29:46.161Z] Connecting to github.com (140.82.114.3:443) [2021-01-22T08:29:46.161Z] Removing intermediate container 7ff7dcb37a68 [2021-01-22T08:29:46.161Z] ---> 59c13c615b5a [2021-01-22T08:29:46.161Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:29:46.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:29:46.430Z] ---> 2072a7203b9c [2021-01-22T08:29:46.430Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T08:29:46.430Z] ---> Running in f8de2c7f3eaa [2021-01-22T08:29:46.430Z] Removing intermediate container 07e8b5237f6c [2021-01-22T08:29:46.430Z] ---> e27906cf579e [2021-01-22T08:29:46.430Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:29:46.430Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.74.172:443) [2021-01-22T08:29:46.430Z]  ---> Running in 53e82b11a1d0 [2021-01-22T08:29:46.430Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T08:29:46.694Z]  ---> Running in 56279f71ef0b [2021-01-22T08:29:46.694Z] Removing intermediate container f8de2c7f3eaa [2021-01-22T08:29:46.694Z] ---> 2d43a09cd58f [2021-01-22T08:29:46.694Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T08:29:46.694Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T08:29:46.694Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T08:29:46.694Z] dockerize [2021-01-22T08:29:46.694Z] Removing intermediate container 53e82b11a1d0 [2021-01-22T08:29:46.694Z] ---> e98832721867 [2021-01-22T08:29:46.694Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:29:46.956Z] ---> Running in f91f80d2e09c [2021-01-22T08:29:46.956Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T08:29:46.956Z] ---> Running in 3118ca09716a [2021-01-22T08:29:46.956Z] Removing intermediate container 56279f71ef0b [2021-01-22T08:29:46.956Z] ---> ef14611d0635 [2021-01-22T08:29:46.956Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T08:29:46.956Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T08:29:46.956Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T08:29:47.219Z] ---> Running in e5767a31b7b2 [2021-01-22T08:29:47.219Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T08:29:47.219Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T08:29:47.219Z] Removing intermediate container f91f80d2e09c [2021-01-22T08:29:47.219Z] ---> f50c89a2b795 [2021-01-22T08:29:47.219Z] Step 21/22 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:29:47.480Z] Removing intermediate container 3118ca09716a [2021-01-22T08:29:47.481Z] ---> 3c666a1eee1a [2021-01-22T08:29:47.481Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T08:29:47.481Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T08:29:47.481Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:29:47.481Z] OK: 8 MiB in 20 packages [2021-01-22T08:29:47.481Z] ---> Running in 73bc222e72a3 [2021-01-22T08:29:47.481Z] Removing intermediate container e5767a31b7b2 [2021-01-22T08:29:47.481Z] ---> d06ee3c14cdf [2021-01-22T08:29:47.481Z] Step 21/22 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:29:47.741Z] ---> Running in a6cbec58062f [2021-01-22T08:29:47.741Z] ---> Running in bcfbc58e7169 [2021-01-22T08:29:47.741Z] Removing intermediate container 879c265a4bdd [2021-01-22T08:29:47.741Z] ---> 073af00c17e0 [2021-01-22T08:29:47.741Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T08:29:48.001Z] ---> Running in f1075d8ae320 [2021-01-22T08:29:48.002Z] Removing intermediate container 73bc222e72a3 [2021-01-22T08:29:48.002Z] ---> 2b5a380ae853 [2021-01-22T08:29:48.002Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T08:29:48.002Z] Removing intermediate container a6cbec58062f [2021-01-22T08:29:48.002Z] ---> 36c2f8140e18 [2021-01-22T08:29:48.002Z] Step 22/23 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:29:48.262Z] Removing intermediate container bcfbc58e7169 [2021-01-22T08:29:48.262Z] ---> cc1c6dc1975d [2021-01-22T08:29:48.262Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T08:29:48.262Z] ---> Running in bc634859912b [2021-01-22T08:29:48.262Z] ---> Running in 77adc6dc6468 [2021-01-22T08:29:48.523Z] ---> Running in daab2afe2ca9 [2021-01-22T08:29:48.523Z] Removing intermediate container 1705c32c96fb [2021-01-22T08:29:48.523Z] ---> a520496f47ae [2021-01-22T08:29:48.523Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:29:48.523Z] Removing intermediate container f1075d8ae320 [2021-01-22T08:29:48.523Z] ---> 6ad3fec9b00a [2021-01-22T08:29:48.523Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T08:29:48.784Z] ---> Running in d1a943429371 [2021-01-22T08:29:48.784Z] Removing intermediate container bc634859912b [2021-01-22T08:29:48.784Z] ---> f286d5451ab6 [2021-01-22T08:29:48.784Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T08:29:48.784Z] Removing intermediate container 77adc6dc6468 [2021-01-22T08:29:48.784Z] ---> e65cb186bfd8 [2021-01-22T08:29:48.784Z] [2021-01-22T08:29:48.784Z] Removing intermediate container daab2afe2ca9 [2021-01-22T08:29:48.784Z] ---> cde1073cc948 [2021-01-22T08:29:48.784Z] [2021-01-22T08:29:49.044Z] Successfully built cde1073cc948 [2021-01-22T08:29:49.044Z] Successfully built e65cb186bfd8 [2021-01-22T08:29:49.044Z] ---> deb148c07b7a [2021-01-22T08:29:49.044Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T08:29:49.044Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-22T08:29:49.307Z]  Building docker-support-scheduler-go ... done  ---> Running in 9e3cefc783ed [2021-01-22T08:29:49.307Z] Building docker-security-proxy-setup-go [2021-01-22T08:29:49.307Z] Successfully tagged docker-support-notifications-go:latest [2021-01-22T08:29:49.307Z] Building docker-security-secretstore-setup-go [2021-01-22T08:29:49.307Z]  Building docker-support-notifications-go ... done Removing intermediate container d1a943429371 [2021-01-22T08:29:49.307Z] ---> c3962ac3b4b9 [2021-01-22T08:29:49.307Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T08:29:49.570Z] ---> Running in 5c637f7afb4c [2021-01-22T08:29:49.570Z] Removing intermediate container 9e3cefc783ed [2021-01-22T08:29:49.570Z] ---> b67b46e9dede [2021-01-22T08:29:49.570Z] [2021-01-22T08:29:49.570Z] Successfully built b67b46e9dede [2021-01-22T08:29:49.570Z] Successfully tagged docker-core-command-go:latest [2021-01-22T08:29:49.570Z] Building docker-core-metadata-go [2021-01-22T08:29:49.832Z]  Building docker-core-command-go ... done  ---> 4e1ae13a5752 [2021-01-22T08:29:49.832Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T08:29:49.832Z] Move dockerize executable [2021-01-22T08:29:50.406Z] ---> 1498e571e24b [2021-01-22T08:29:50.406Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T08:29:50.667Z] ---> Running in e957dc4386ec [2021-01-22T08:29:52.170Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T08:29:52.170Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T08:29:52.170Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T08:29:53.217Z] Removing intermediate container e957dc4386ec [2021-01-22T08:29:53.217Z] ---> 9f5a0623abf4 [2021-01-22T08:29:53.217Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:29:53.217Z] Removing intermediate container 5c637f7afb4c [2021-01-22T08:29:53.217Z] ---> 3b37de57b420 [2021-01-22T08:29:53.217Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T08:29:57.433Z] ---> Running in 87ab6f8505c9 [2021-01-22T08:29:57.433Z] ---> Running in 7000cff7d1d2 [2021-01-22T08:29:57.632Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.333s coverage: 46.6% of statements [2021-01-22T08:29:57.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T08:29:57.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T08:29:57.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T08:29:57.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T08:29:57.632Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T08:29:57.694Z] Removing intermediate container 7000cff7d1d2 [2021-01-22T08:29:57.695Z] ---> 930e24d5ed85 [2021-01-22T08:29:57.695Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T08:29:57.695Z] Removing intermediate container 87ab6f8505c9 [2021-01-22T08:29:57.695Z] ---> 51e58a38c9f9 [2021-01-22T08:29:57.695Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T08:29:57.695Z] ---> Running in d10da720d711 [2021-01-22T08:29:57.959Z] ---> b13e867298cb [2021-01-22T08:29:57.959Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T08:29:57.959Z] Removing intermediate container d10da720d711 [2021-01-22T08:29:57.959Z] ---> b5ca29572920 [2021-01-22T08:29:57.959Z] Step 22/23 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:29:58.224Z] ---> Running in c982ede1a16a [2021-01-22T08:29:58.224Z] ---> Running in 6f8edffdaa4c [2021-01-22T08:29:58.496Z] Removing intermediate container 6f8edffdaa4c [2021-01-22T08:29:58.496Z] ---> d9db3d2535de [2021-01-22T08:29:58.496Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T08:30:01.829Z] ---> Running in 6562a2910cca [2021-01-22T08:30:04.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.495s coverage: 27.0% of statements [2021-01-22T08:30:04.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T08:30:04.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T08:30:04.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T08:30:04.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T08:30:04.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T08:30:04.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T08:30:04.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-01-22T08:30:04.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T08:30:04.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.168s coverage: 100.0% of statements [2021-01-22T08:30:04.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T08:30:04.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T08:30:04.446Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 66.7% of statements [2021-01-22T08:30:04.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T08:30:04.446Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T08:30:04.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.692s coverage: 82.3% of statements [2021-01-22T08:30:04.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T08:30:04.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T08:30:04.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T08:30:04.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T08:30:06.133Z] Removing intermediate container 6562a2910cca [2021-01-22T08:30:06.133Z] ---> 396e6704d1db [2021-01-22T08:30:06.133Z] [2021-01-22T08:30:06.133Z] Successfully built 396e6704d1db [2021-01-22T08:30:06.133Z] Successfully tagged docker-core-data-go:latest [2021-01-22T08:30:06.133Z]  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go [2021-01-22T08:30:07.529Z] Removing intermediate container c982ede1a16a [2021-01-22T08:30:07.530Z] ---> 1efb7e7a93b5 [2021-01-22T08:30:07.530Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:30:10.853Z] ---> 98e899259278 [2021-01-22T08:30:10.853Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T08:30:10.853Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:30:10.853Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:30:10.853Z] ---> 00cf621696d3 [2021-01-22T08:30:10.853Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T08:30:10.853Z] ---> Using cache [2021-01-22T08:30:10.853Z] ---> 567baced54ba [2021-01-22T08:30:10.853Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:30:10.853Z] ---> Using cache [2021-01-22T08:30:10.853Z] ---> eba9cedb77a0 [2021-01-22T08:30:10.853Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T08:30:10.853Z] ---> Using cache [2021-01-22T08:30:10.853Z] ---> 1afb97a45b1a [2021-01-22T08:30:10.853Z] Step 6/23 : COPY go.mod . [2021-01-22T08:30:10.853Z] ---> Using cache [2021-01-22T08:30:10.853Z] ---> 4f5a33f44788 [2021-01-22T08:30:10.853Z] Step 7/23 : RUN go mod download [2021-01-22T08:30:10.853Z] ---> Using cache [2021-01-22T08:30:10.853Z] ---> 3ab621ecc5cb [2021-01-22T08:30:10.853Z] Step 8/23 : COPY . . [2021-01-22T08:30:10.853Z] ---> Using cache [2021-01-22T08:30:10.853Z] ---> c6797f633b02 [2021-01-22T08:30:10.853Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T08:30:10.853Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:30:10.853Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:30:10.853Z] ---> 00cf621696d3 [2021-01-22T08:30:10.853Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T08:30:10.853Z] ---> Using cache [2021-01-22T08:30:10.853Z] ---> 567baced54ba [2021-01-22T08:30:10.853Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:30:10.853Z] ---> Using cache [2021-01-22T08:30:10.853Z] ---> eba9cedb77a0 [2021-01-22T08:30:10.853Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T08:30:10.853Z] ---> Using cache [2021-01-22T08:30:10.853Z] ---> 1afb97a45b1a [2021-01-22T08:30:10.853Z] Step 6/24 : COPY go.mod . [2021-01-22T08:30:10.853Z] ---> Using cache [2021-01-22T08:30:10.853Z] ---> 4f5a33f44788 [2021-01-22T08:30:10.853Z] Step 7/24 : RUN go mod download [2021-01-22T08:30:10.853Z] ---> Using cache [2021-01-22T08:30:10.853Z] ---> 3ab621ecc5cb [2021-01-22T08:30:10.853Z] Step 8/24 : COPY . . [2021-01-22T08:30:10.853Z] ---> Using cache [2021-01-22T08:30:10.853Z] ---> c6797f633b02 [2021-01-22T08:30:10.853Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T08:30:11.117Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:30:11.117Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:30:11.117Z] ---> 00cf621696d3 [2021-01-22T08:30:11.117Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T08:30:11.117Z] ---> Using cache [2021-01-22T08:30:11.117Z] ---> 567baced54ba [2021-01-22T08:30:11.117Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:30:11.117Z] ---> Using cache [2021-01-22T08:30:11.117Z] ---> eba9cedb77a0 [2021-01-22T08:30:11.117Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T08:30:11.117Z] ---> Using cache [2021-01-22T08:30:11.117Z] ---> 1afb97a45b1a [2021-01-22T08:30:11.117Z] Step 6/21 : COPY go.mod . [2021-01-22T08:30:11.117Z] ---> Using cache [2021-01-22T08:30:11.117Z] ---> 4f5a33f44788 [2021-01-22T08:30:11.117Z] Step 7/21 : RUN go mod download [2021-01-22T08:30:11.117Z] ---> Using cache [2021-01-22T08:30:11.117Z] ---> 3ab621ecc5cb [2021-01-22T08:30:11.117Z] Step 8/21 : COPY . . [2021-01-22T08:30:11.377Z] ---> Using cache [2021-01-22T08:30:11.377Z] ---> c6797f633b02 [2021-01-22T08:30:11.377Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T08:30:12.764Z] ---> Running in 10b712267d60 [2021-01-22T08:30:12.764Z] ---> Running in c92290e4d8f5 [2021-01-22T08:30:12.764Z] ---> Running in 33d289e27071 [2021-01-22T08:30:12.764Z] ---> 5ff0d06053d1 [2021-01-22T08:30:12.764Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T08:30:13.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.256s coverage: 28.6% of statements [2021-01-22T08:30:13.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T08:30:13.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T08:30:13.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T08:30:13.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T08:30:13.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T08:30:13.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.137s coverage: 100.0% of statements [2021-01-22T08:30:13.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T08:30:13.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-01-22T08:30:13.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T08:30:13.036Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.326s coverage: 86.7% of statements [2021-01-22T08:30:13.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T08:30:13.344Z] ---> 986d223ebe8b [2021-01-22T08:30:13.344Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T08:30:13.936Z] 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-01-22T08:30:14.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.297s coverage: 97.5% of statements [2021-01-22T08:30:14.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T08:30:14.024Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.192s coverage: 78.3% of statements [2021-01-22T08:30:14.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T08:30:14.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T08:30:14.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T08:30:14.024Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T08:30:14.516Z] 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-01-22T08:30:14.516Z] 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-01-22T08:30:14.779Z] ---> 8443f226b8c3 [2021-01-22T08:30:14.779Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T08:30:15.364Z] ---> aae0325f7380 [2021-01-22T08:30:15.364Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T08:30:16.319Z] ---> Running in fa7ee27b1044 [2021-01-22T08:30:18.274Z] Removing intermediate container fa7ee27b1044 [2021-01-22T08:30:18.274Z] ---> 22326d27deb8 [2021-01-22T08:30:18.274Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T08:30:18.856Z] ---> a76e44ac9ee6 [2021-01-22T08:30:18.856Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T08:30:20.281Z] ---> Running in f33c8876027b [2021-01-22T08:30:22.894Z] Removing intermediate container f33c8876027b [2021-01-22T08:30:22.894Z] ---> 97ed0fb26c01 [2021-01-22T08:30:22.894Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T08:30:23.878Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:30:23.878Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:30:23.878Z] ---> 00cf621696d3 [2021-01-22T08:30:23.878Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T08:30:23.878Z] ---> Using cache [2021-01-22T08:30:23.878Z] ---> 567baced54ba [2021-01-22T08:30:23.878Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:30:23.878Z] ---> Using cache [2021-01-22T08:30:23.878Z] ---> eba9cedb77a0 [2021-01-22T08:30:23.878Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T08:30:24.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.260s coverage: 92.8% of statements [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T08:30:24.221Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T08:30:24.221Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.155s coverage: 0.1% of statements [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T08:30:24.221Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T08:30:24.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 43.8% of statements [2021-01-22T08:30:24.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.094s coverage: 79.5% of statements [2021-01-22T08:30:24.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-01-22T08:30:24.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.149s coverage: 96.3% of statements [2021-01-22T08:30:24.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2021-01-22T08:30:24.483Z] ---> Running in 483ea51a48a4 [2021-01-22T08:30:24.483Z] ---> Running in 18f5864cfebe [2021-01-22T08:30:24.769Z] Removing intermediate container 483ea51a48a4 [2021-01-22T08:30:24.769Z] ---> 552fdcbecf7e [2021-01-22T08:30:24.769Z] Step 30/33 : CMD ["gate"] [2021-01-22T08:30:25.390Z] ---> Running in c00fcd1bd471 [2021-01-22T08:30:25.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:30:25.677Z] Removing intermediate container c00fcd1bd471 [2021-01-22T08:30:25.677Z] ---> fb7e73c05ad4 [2021-01-22T08:30:25.677Z] Step 31/33 : LABEL arch=x86_64 [2021-01-22T08:30:25.677Z] ---> Running in ab32820a77e1 [2021-01-22T08:30:25.959Z] Removing intermediate container ab32820a77e1 [2021-01-22T08:30:25.959Z] ---> 3ffcae1ca18c [2021-01-22T08:30:25.959Z] Step 32/33 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:30:26.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:30:26.232Z] ---> Running in 608c64fc808d [2021-01-22T08:30:26.498Z] Removing intermediate container 608c64fc808d [2021-01-22T08:30:26.498Z] ---> eb4915f6af89 [2021-01-22T08:30:26.498Z] Step 33/33 : LABEL version=0.0.0 [2021-01-22T08:30:26.768Z] ---> Running in 7fab887e7455 [2021-01-22T08:30:26.768Z] OK: 233 MiB in 51 packages [2021-01-22T08:30:27.037Z] Removing intermediate container 7fab887e7455 [2021-01-22T08:30:27.037Z] ---> 90f6d2539a26 [2021-01-22T08:30:27.037Z] [2021-01-22T08:30:27.613Z] Successfully built 90f6d2539a26 [2021-01-22T08:30:27.613Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-22T08:30:27.953Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 18f5864cfebe [2021-01-22T08:30:27.953Z] ---> ef9af6a5e8e4 [2021-01-22T08:30:27.953Z] Step 6/26 : COPY go.mod . [2021-01-22T08:30:28.316Z] ---> 9cf6f5e28caa [2021-01-22T08:30:28.316Z] Step 7/26 : RUN go mod download [2021-01-22T08:30:28.316Z] ---> Running in e6cfb56199ee [2021-01-22T08:30:32.318Z] Removing intermediate container e6cfb56199ee [2021-01-22T08:30:32.318Z] ---> ed2cf041c6ab [2021-01-22T08:30:32.318Z] Step 8/26 : COPY . . [2021-01-22T08:30:34.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements [2021-01-22T08:30:34.416Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-01-22T08:30:34.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T08:30:34.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T08:30:34.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T08:30:34.416Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T08:30:35.685Z] 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-01-22T08:30:35.685Z] 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-01-22T08:30:36.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements [2021-01-22T08:30:36.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T08:30:36.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T08:30:36.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-22T08:30:36.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T08:30:36.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-01-22T08:30:36.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T08:30:36.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-01-22T08:30:36.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements [2021-01-22T08:30:36.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.123s coverage: 84.2% of statements [2021-01-22T08:30:36.436Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.4% of statements [2021-01-22T08:30:36.436Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T08:30:37.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.693s coverage: 63.5% of statements [2021-01-22T08:30:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T08:30:37.435Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T08:30:37.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.094s coverage: 100.0% of statements [2021-01-22T08:30:37.435Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.076s coverage: 91.3% of statements [2021-01-22T08:30:38.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-01-22T08:30:38.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.104s coverage: 73.7% of statements [2021-01-22T08:30:39.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2021-01-22T08:30:43.825Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.826s coverage: 68.9% of statements [2021-01-22T08:30:43.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T08:30:43.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T08:30:43.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T08:30:43.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T08:30:43.825Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T08:30:45.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.421s coverage: 37.0% of statements [2021-01-22T08:30:45.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T08:30:45.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T08:30:45.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.726s coverage: 84.0% of statements [2021-01-22T08:30:45.276Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.122s coverage: 100.0% of statements [2021-01-22T08:30:52.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.343s coverage: 47.1% of statements [2021-01-22T08:30:52.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T08:30:52.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T08:30:52.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T08:30:52.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T08:30:52.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T08:30:52.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements [2021-01-22T08:30:52.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T08:30:52.002Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2021-01-22T08:30:52.002Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T08:30:53.871Z] Removing intermediate container 33d289e27071 [2021-01-22T08:30:53.871Z] ---> e9d3a412a784 [2021-01-22T08:30:53.871Z] [2021-01-22T08:30:53.871Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T08:30:53.871Z] ---> 389fef711851 [2021-01-22T08:30:53.871Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T08:30:53.871Z] Removing intermediate container c92290e4d8f5 [2021-01-22T08:30:53.871Z] ---> ba10fd5082fa [2021-01-22T08:30:53.871Z] [2021-01-22T08:30:53.871Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T08:30:53.871Z] ---> 389fef711851 [2021-01-22T08:30:53.871Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T08:30:53.871Z] ---> Running in 8a905c705ec5 [2021-01-22T08:30:54.443Z] ---> Running in 739a37a1e07f [2021-01-22T08:30:54.703Z] Removing intermediate container 10b712267d60 [2021-01-22T08:30:54.703Z] ---> 545c8c289718 [2021-01-22T08:30:54.703Z] [2021-01-22T08:30:54.703Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T08:30:54.703Z] ---> 389fef711851 [2021-01-22T08:30:54.703Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T08:30:54.703Z] ---> Using cache [2021-01-22T08:30:54.703Z] ---> af220555ed61 [2021-01-22T08:30:54.703Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:30:54.703Z] ---> Using cache [2021-01-22T08:30:54.703Z] ---> 7d83260b20e7 [2021-01-22T08:30:54.703Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T08:30:54.703Z] ---> 808caacc0ef8 [2021-01-22T08:30:54.703Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T08:30:54.966Z] ---> Running in 647b17feaa8e [2021-01-22T08:30:54.966Z] ---> Running in bf5b96f8175f [2021-01-22T08:30:55.235Z] Removing intermediate container 647b17feaa8e [2021-01-22T08:30:55.235Z] ---> ac2bb87e9a75 [2021-01-22T08:30:55.235Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T08:30:55.235Z] ---> Running in ca94d6a1857c [2021-01-22T08:30:55.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:30:55.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:30:55.511Z] 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-01-22T08:30:55.511Z] Removing intermediate container ca94d6a1857c [2021-01-22T08:30:55.511Z] ---> ab15e74794d3 [2021-01-22T08:30:55.511Z] Step 15/23 : WORKDIR / [2021-01-22T08:30:55.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:30:55.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:30:55.511Z] ---> Running in d4c75dba2fd9 [2021-01-22T08:30:55.778Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T08:30:55.778Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T08:30:55.778Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T08:30:55.778Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T08:30:55.778Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T08:30:55.778Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T08:30:55.778Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T08:30:55.778Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T08:30:55.778Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:30:55.778Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T08:30:55.778Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:30:55.778Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T08:30:55.778Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T08:30:56.040Z] OK: 7 MiB in 18 packages [2021-01-22T08:30:56.040Z] OK: 7 MiB in 19 packages [2021-01-22T08:30:56.308Z] Removing intermediate container d4c75dba2fd9 [2021-01-22T08:30:56.308Z] ---> c47b6567d7e8 [2021-01-22T08:30:56.308Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:30:56.320Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.970s coverage: 29.1% of statements [2021-01-22T08:30:56.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T08:30:56.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T08:30:56.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T08:30:56.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T08:30:56.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T08:30:56.320Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.172s coverage: 99.0% of statements [2021-01-22T08:30:56.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T08:30:56.320Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2021-01-22T08:30:56.320Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T08:30:56.320Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements [2021-01-22T08:30:56.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T08:30:56.320Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-01-22T08:30:56.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T08:30:56.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T08:30:56.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T08:30:56.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T08:30:56.320Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2021-01-22T08:30:56.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T08:30:56.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T08:30:56.320Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-01-22T08:30:57.273Z] ---> 6fc07a070a5e [2021-01-22T08:30:57.273Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T08:30:57.301Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-22T08:30:57.543Z] Removing intermediate container 739a37a1e07f [2021-01-22T08:30:57.543Z] ---> ee78a0d9eb98 [2021-01-22T08:30:57.543Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T08:30:58.126Z] Removing intermediate container 8a905c705ec5 [2021-01-22T08:30:58.126Z] ---> 1473346338a9 [2021-01-22T08:30:58.126Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T08:30:58.392Z] ---> Running in 2e5e580566be [2021-01-22T08:30:58.659Z] ---> 5d64dedd1e0c [2021-01-22T08:30:58.660Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T08:30:58.660Z] ---> Running in 88d7d1439dd8 [2021-01-22T08:30:58.660Z] Removing intermediate container 2e5e580566be [2021-01-22T08:30:58.660Z] ---> b93eee4dc610 [2021-01-22T08:30:58.660Z] Step 13/21 : WORKDIR /edgex [2021-01-22T08:30:58.732Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements [2021-01-22T08:30:59.328Z] GO111MODULE=on go vet ./... [2021-01-22T08:31:00.085Z] ---> Running in 29969c1cd23d [2021-01-22T08:31:00.085Z] Removing intermediate container 88d7d1439dd8 [2021-01-22T08:31:00.085Z] ---> 07a311fe39e7 [2021-01-22T08:31:00.085Z] Step 13/24 : WORKDIR / [2021-01-22T08:31:00.085Z] ---> a4bf98d14272 [2021-01-22T08:31:00.085Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T08:31:00.085Z] ---> Running in 64ece4aafb5e [2021-01-22T08:31:00.347Z] ---> Running in 2e2bc69a3bc4 [2021-01-22T08:31:00.347Z] Removing intermediate container 29969c1cd23d [2021-01-22T08:31:00.347Z] ---> b9679b1b2ba5 [2021-01-22T08:31:00.348Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T08:31:00.348Z] Removing intermediate container 64ece4aafb5e [2021-01-22T08:31:00.348Z] ---> b0f8caaf55ca [2021-01-22T08:31:00.348Z] 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-01-22T08:31:00.636Z] Removing intermediate container 2e2bc69a3bc4 [2021-01-22T08:31:00.636Z] ---> 0ad5bbd47595 [2021-01-22T08:31:00.636Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:31:00.636Z] ---> Running in 9742d0ce2de7 [2021-01-22T08:31:01.228Z] ---> d6fc8a8b9b65 [2021-01-22T08:31:01.228Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T08:31:01.497Z] Removing intermediate container 9742d0ce2de7 [2021-01-22T08:31:01.497Z] ---> 9344c86215d5 [2021-01-22T08:31:01.497Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T08:31:01.497Z] ---> f13d1373bae7 [2021-01-22T08:31:01.497Z] 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-01-22T08:31:01.773Z] ---> Running in 3cce3a3e32de [2021-01-22T08:31:01.773Z] ---> c0bf1d9ee602 [2021-01-22T08:31:01.773Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T08:31:02.374Z] ---> 4e0e093738fa [2021-01-22T08:31:02.374Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T08:31:02.374Z] Removing intermediate container 3cce3a3e32de [2021-01-22T08:31:02.374Z] ---> 3d8e33f49983 [2021-01-22T08:31:02.374Z] Step 22/23 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:31:02.374Z] ---> Running in cb91d85ec91d [2021-01-22T08:31:02.643Z] ---> 3035c1dc5544 [2021-01-22T08:31:02.643Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T08:31:02.916Z] ---> 180219893d18 [2021-01-22T08:31:02.917Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T08:31:03.185Z] ---> Running in c6a4ed0b87b1 [2021-01-22T08:31:03.185Z] Removing intermediate container cb91d85ec91d [2021-01-22T08:31:03.185Z] ---> fe76c2420b94 [2021-01-22T08:31:03.185Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T08:31:03.447Z] ---> Running in a51c2d253803 [2021-01-22T08:31:03.719Z] ---> 7ccf44d4e3e3 [2021-01-22T08:31:03.719Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T08:31:03.719Z] Removing intermediate container c6a4ed0b87b1 [2021-01-22T08:31:03.719Z] ---> 560349d37b08 [2021-01-22T08:31:03.719Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T08:31:03.982Z] Removing intermediate container a51c2d253803 [2021-01-22T08:31:03.982Z] ---> 01dffa09dd4f [2021-01-22T08:31:03.982Z] [2021-01-22T08:31:03.982Z] ---> Running in f745565e417a [2021-01-22T08:31:04.249Z] ---> b375734037f9 [2021-01-22T08:31:04.249Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T08:31:04.249Z] Successfully built 01dffa09dd4f [2021-01-22T08:31:04.249Z] Successfully tagged docker-core-metadata-go:latest [2021-01-22T08:31:04.249Z]  Building docker-core-metadata-go ... done Removing intermediate container f745565e417a [2021-01-22T08:31:04.249Z] ---> cab98b81ac8a [2021-01-22T08:31:04.249Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T08:31:04.249Z] ---> Running in f310fd5de606 [2021-01-22T08:31:04.513Z] ---> da0dffb32c90 [2021-01-22T08:31:04.513Z] 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-01-22T08:31:04.777Z] Removing intermediate container f310fd5de606 [2021-01-22T08:31:04.777Z] ---> 204373093f6d [2021-01-22T08:31:04.777Z] Step 20/21 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:31:04.777Z] ---> Running in 2a2723d1f36b [2021-01-22T08:31:04.777Z] ---> Running in 1c23174bdd08 [2021-01-22T08:31:05.044Z] Removing intermediate container 1c23174bdd08 [2021-01-22T08:31:05.044Z] ---> 12e6471f9748 [2021-01-22T08:31:05.044Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T08:31:05.311Z] ---> Running in 0a159e805ca4 [2021-01-22T08:31:05.883Z] Removing intermediate container 0a159e805ca4 [2021-01-22T08:31:05.883Z] ---> 08232bade376 [2021-01-22T08:31:05.883Z] [2021-01-22T08:31:06.144Z] Successfully built 08232bade376 [2021-01-22T08:31:06.716Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-22T08:31:06.717Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bf5b96f8175f [2021-01-22T08:31:06.717Z] ---> 7800f3f49d63 [2021-01-22T08:31:06.717Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T08:31:06.717Z] ---> Running in afbcc7547f29 [2021-01-22T08:31:06.981Z] Removing intermediate container 2a2723d1f36b [2021-01-22T08:31:06.981Z] ---> fe5980a08c18 [2021-01-22T08:31:06.981Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T08:31:06.981Z] ---> Running in e8672065e5a8 [2021-01-22T08:31:07.246Z] Removing intermediate container e8672065e5a8 [2021-01-22T08:31:07.246Z] ---> 371262d53d3e [2021-01-22T08:31:07.246Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T08:31:07.246Z] ---> Running in b27c3579e75d [2021-01-22T08:31:07.246Z] 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-01-22T08:31:07.509Z] Removing intermediate container b27c3579e75d [2021-01-22T08:31:07.509Z] ---> 4a8b776bd069 [2021-01-22T08:31:07.509Z] Step 23/24 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:31:07.509Z] ---> Running in c7a87418226c [2021-01-22T08:31:07.770Z] Removing intermediate container c7a87418226c [2021-01-22T08:31:07.770Z] ---> a2409c1e4729 [2021-01-22T08:31:07.770Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T08:31:07.770Z] ---> Running in 94b3e584957d [2021-01-22T08:31:08.032Z] Removing intermediate container 94b3e584957d [2021-01-22T08:31:08.032Z] ---> e87b807073da [2021-01-22T08:31:08.032Z] [2021-01-22T08:31:08.293Z] Successfully built e87b807073da [2021-01-22T08:31:08.293Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-22T08:31:08.293Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container afbcc7547f29 [2021-01-22T08:31:08.293Z] ---> 2b87606ccdce [2021-01-22T08:31:08.293Z] [2021-01-22T08:31:08.293Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T08:31:08.293Z] 20.10.0: Pulling from library/docker [2021-01-22T08:31:13.607Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T08:31:13.607Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T08:31:13.607Z] ---> aefe523efa57 [2021-01-22T08:31:13.607Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T08:31:13.607Z] ---> Running in c6324ba2ed55 [2021-01-22T08:31:13.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:31:13.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:31:14.130Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T08:31:14.130Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T08:31:14.130Z] Executing bash-5.0.17-r0.post-install [2021-01-22T08:31:14.130Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:31:14.130Z] OK: 12 MiB in 22 packages [2021-01-22T08:31:14.703Z] Removing intermediate container c6324ba2ed55 [2021-01-22T08:31:14.703Z] ---> cd44cecb0356 [2021-01-22T08:31:14.703Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T08:31:14.703Z] ---> Running in d57abbf0cca0 [2021-01-22T08:31:14.964Z] Removing intermediate container d57abbf0cca0 [2021-01-22T08:31:14.964Z] ---> 9f71b8e54693 [2021-01-22T08:31:14.964Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T08:31:14.964Z] ---> Running in 527e72939b48 [2021-01-22T08:31:14.964Z] Removing intermediate container 527e72939b48 [2021-01-22T08:31:14.964Z] ---> 7c2413e53012 [2021-01-22T08:31:14.964Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T08:31:15.225Z] ---> Running in bd1779e23a63 [2021-01-22T08:31:15.225Z] Removing intermediate container bd1779e23a63 [2021-01-22T08:31:15.225Z] ---> dd6377d71830 [2021-01-22T08:31:15.225Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T08:31:15.797Z] ---> fc908211c5a8 [2021-01-22T08:31:15.797Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T08:31:16.058Z] ---> ec9eaf6091b6 [2021-01-22T08:31:16.058Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T08:31:16.318Z] ---> 109acaefc3bc [2021-01-22T08:31:16.318Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T08:31:16.318Z] ---> Running in fec7d924e22e [2021-01-22T08:31:17.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:31:17.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:31:17.259Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T08:31:17.259Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T08:31:17.259Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T08:31:17.259Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T08:31:17.520Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T08:31:17.520Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T08:31:17.520Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T08:31:18.462Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T08:31:18.462Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T08:31:18.462Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T08:31:18.462Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T08:31:18.462Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T08:31:18.462Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T08:31:18.462Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T08:31:18.462Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T08:31:18.462Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T08:31:18.462Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T08:31:18.462Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T08:31:18.462Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T08:31:18.462Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T08:31:18.462Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T08:31:18.462Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T08:31:18.462Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T08:31:18.462Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T08:31:18.726Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T08:31:18.726Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T08:31:18.726Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T08:31:18.726Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T08:31:18.726Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T08:31:18.726Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T08:31:18.726Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T08:31:18.726Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T08:31:18.726Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T08:31:18.726Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:31:18.726Z] OK: 71 MiB in 55 packages [2021-01-22T08:31:26.904Z] Removing intermediate container fec7d924e22e [2021-01-22T08:31:26.904Z] ---> a6c9355e2b4e [2021-01-22T08:31:26.904Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T08:31:26.904Z] ---> Running in 1ab66f38cdad [2021-01-22T08:31:27.163Z] Collecting docker-compose==1.23.2 [2021-01-22T08:31:27.424Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T08:31:27.424Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T08:31:27.424Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T08:31:27.995Z] Collecting PyYAML<4,>=3.10 [2021-01-22T08:31:28.255Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T08:31:28.827Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T08:31:28.827Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T08:31:29.088Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T08:31:29.088Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T08:31:29.659Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T08:31:29.659Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T08:31:29.659Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T08:31:29.659Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T08:31:29.920Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T08:31:29.920Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T08:31:30.499Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T08:31:30.499Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T08:31:30.499Z] 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-01-22T08:31:30.499Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T08:31:30.499Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T08:31:30.761Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T08:31:30.761Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T08:31:30.761Z] 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-01-22T08:31:30.761Z] 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-01-22T08:31:30.761Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T08:31:31.703Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T08:31:31.964Z] Collecting idna<2.8,>=2.5 [2021-01-22T08:31:31.964Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T08:31:31.964Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T08:31:31.964Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T08:31:31.964Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T08:31:31.964Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T08:31:31.964Z] Installing collected packages: docopt, PyYAML, websocket-client, texttable, cached-property, docker-pycreds, urllib3, idna, requests, docker, dockerpty, jsonschema, docker-compose [2021-01-22T08:31:31.964Z] Running setup.py install for docopt: started [2021-01-22T08:31:32.536Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T08:31:32.536Z] Running setup.py install for PyYAML: started [2021-01-22T08:31:33.109Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T08:31:33.109Z] Running setup.py install for texttable: started [2021-01-22T08:31:33.681Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T08:31:33.681Z] Attempting uninstall: urllib3 [2021-01-22T08:31:33.681Z] Found existing installation: urllib3 1.25.9 [2021-01-22T08:31:33.681Z] Uninstalling urllib3-1.25.9: [2021-01-22T08:31:33.681Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T08:31:33.681Z] Attempting uninstall: idna [2021-01-22T08:31:33.681Z] Found existing installation: idna 2.9 [2021-01-22T08:31:33.681Z] Uninstalling idna-2.9: [2021-01-22T08:31:33.942Z] Successfully uninstalled idna-2.9 [2021-01-22T08:31:33.942Z] Attempting uninstall: requests [2021-01-22T08:31:33.942Z] Found existing installation: requests 2.23.0 [2021-01-22T08:31:33.942Z] Uninstalling requests-2.23.0: [2021-01-22T08:31:34.202Z] Successfully uninstalled requests-2.23.0 [2021-01-22T08:31:34.463Z] Running setup.py install for dockerpty: started [2021-01-22T08:31:34.725Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T08:31:35.295Z] 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-01-22T08:31:37.845Z] Removing intermediate container 1ab66f38cdad [2021-01-22T08:31:37.845Z] ---> c0311a73c9a7 [2021-01-22T08:31:37.845Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T08:31:37.845Z] ---> Running in b7faa0207a8f [2021-01-22T08:31:38.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:31:38.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:31:38.371Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T08:31:38.371Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T08:31:38.371Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T08:31:38.371Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:31:38.371Z] OK: 72 MiB in 58 packages [2021-01-22T08:31:38.945Z] Removing intermediate container b7faa0207a8f [2021-01-22T08:31:38.945Z] ---> 79e403615e03 [2021-01-22T08:31:38.945Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T08:31:38.945Z] ---> Running in 5125f9b4c757 [2021-01-22T08:31:39.206Z] Removing intermediate container 5125f9b4c757 [2021-01-22T08:31:39.206Z] ---> 9108976cacf6 [2021-01-22T08:31:39.206Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:31:39.206Z] ---> Running in 0b3cc2dcdf9e [2021-01-22T08:31:39.467Z] Removing intermediate container 0b3cc2dcdf9e [2021-01-22T08:31:39.467Z] ---> 1559e5a9a063 [2021-01-22T08:31:39.467Z] Step 24/26 : LABEL arch=x86_64 [2021-01-22T08:31:39.467Z] ---> Running in 7d0af5f1beaf [2021-01-22T08:31:39.467Z] Removing intermediate container 7d0af5f1beaf [2021-01-22T08:31:39.467Z] ---> a3c938927709 [2021-01-22T08:31:39.467Z] Step 25/26 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:31:39.727Z] ---> Running in 27a3ab43a6ce [2021-01-22T08:31:39.727Z] Removing intermediate container 27a3ab43a6ce [2021-01-22T08:31:39.727Z] ---> e7d1151bb8e8 [2021-01-22T08:31:39.727Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T08:31:39.727Z] ---> Running in b7afc712cf08 [2021-01-22T08:31:39.988Z] Removing intermediate container b7afc712cf08 [2021-01-22T08:31:39.988Z] ---> 4be8af7cb89f [2021-01-22T08:31:39.988Z] [2021-01-22T08:31:40.248Z] Successfully built 4be8af7cb89f [2021-01-22T08:31:40.248Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-22T08:31:40.549Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-22T08:31:40.604Z] $ docker stop --time=1 dc37cb2f145a360eddd5a29a3479ca72b0f9b80c0b8d1b033c9d2a76d8199c65 [2021-01-22T08:31:42.309Z] $ docker rm -f dc37cb2f145a360eddd5a29a3479ca72b0f9b80c0b8d1b033c9d2a76d8199c65 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T08:31:42.903Z] + docker images [2021-01-22T08:31:42.903Z] + grep docker [2021-01-22T08:31:43.164Z] docker-sys-mgmt-agent-go latest 4be8af7cb89f 4 seconds ago 313MB [2021-01-22T08:31:43.164Z] docker-security-secretstore-setup-go latest e87b807073da 36 seconds ago 24.6MB [2021-01-22T08:31:43.164Z] docker-security-proxy-setup-go latest 08232bade376 38 seconds ago 24.4MB [2021-01-22T08:31:43.164Z] docker-core-metadata-go latest 01dffa09dd4f 40 seconds ago 18.8MB [2021-01-22T08:31:43.164Z] docker-security-bootstrapper-go latest 90f6d2539a26 About a minute ago 41.5MB [2021-01-22T08:31:43.164Z] docker-core-data-go latest 396e6704d1db About a minute ago 22.3MB [2021-01-22T08:31:43.164Z] docker-core-command-go latest b67b46e9dede About a minute ago 16.3MB [2021-01-22T08:31:43.164Z] docker-support-scheduler-go latest cde1073cc948 About a minute ago 16.4MB [2021-01-22T08:31:43.164Z] docker-support-notifications-go latest e65cb186bfd8 About a minute ago 16.9MB [2021-01-22T08:31:43.164Z] docker 20.10.0 aefe523efa57 6 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-01-22T08:31:59.073Z] Still waiting to schedule task [2021-01-22T08:31:59.073Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-22T08:32:07.357Z] gofmt -l . [2021-01-22T08:32:08.334Z] [ "`gofmt -l .`" = "" ] [2021-01-22T08:32:10.950Z] ./bin/test-go-mod-tidy.sh [2021-01-22T08:32:11.222Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T08:32:13.329Z] + ls -al . [2021-01-22T08:32:13.329Z] total 696 [2021-01-22T08:32:13.329Z] drwxrwxr-x 9 1001 1001 4096 Jan 22 08:32 . [2021-01-22T08:32:13.329Z] drwxr-xr-x 4 root root 4096 Jan 22 08:28 .. [2021-01-22T08:32:13.329Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 08:26 .dockerignore [2021-01-22T08:32:13.329Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 08:26 .git [2021-01-22T08:32:13.329Z] drwxrwxr-x 3 1001 1001 4096 Jan 22 08:26 .github [2021-01-22T08:32:13.329Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 08:26 .gitignore [2021-01-22T08:32:13.329Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 08:26 .sonarcloud.properties [2021-01-22T08:32:13.329Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 08:26 Attribution.txt [2021-01-22T08:32:13.329Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 08:26 CONTRIBUTING.md [2021-01-22T08:32:13.329Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 08:26 Dockerfile.build [2021-01-22T08:32:13.329Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 08:26 Jenkinsfile [2021-01-22T08:32:13.329Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 08:26 LICENSE [2021-01-22T08:32:13.329Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 08:26 Makefile [2021-01-22T08:32:13.329Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 08:26 README.md [2021-01-22T08:32:13.329Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 08:26 SECURITY.md [2021-01-22T08:32:13.329Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 08:24 VERSION [2021-01-22T08:32:13.329Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 08:26 ZMQWindows.md [2021-01-22T08:32:13.329Z] drwxrwxr-x 2 1001 1001 4096 Jan 22 08:26 bin [2021-01-22T08:32:13.329Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 08:26 cmd [2021-01-22T08:32:13.329Z] -rw-r--r-- 1 root root 563886 Jan 22 08:30 coverage.out [2021-01-22T08:32:13.329Z] -rw-r--r-- 1 root root 1053 Jan 22 08:32 go.mod [2021-01-22T08:32:13.329Z] -rw-r--r-- 1 root root 18878 Jan 22 08:32 go.sum [2021-01-22T08:32:13.329Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 08:26 internal [2021-01-22T08:32:13.329Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 08:26 openapi [2021-01-22T08:32:13.329Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 08:26 snap [2021-01-22T08:32:13.329Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 08:26 version.go [Pipeline] sh [2021-01-22T08:32:13.984Z] + '[' -e coverage.out ] [2021-01-22T08:32:13.984Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T08:32:14.006Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T08:32:15.317Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T08:32:16.055Z] + make build [2021-01-22T08:32:16.055Z] 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-01-22T08:32:28.540Z] 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-01-22T08:32:47.039Z] Running on prd-ubuntu18.04-docker-8c-8g-22244 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-22T08:32:47.113Z] Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout [2021-01-22T08:32:49.420Z] using credential edgex-jenkins-ssh [2021-01-22T08:32:49.487Z] Cloning the remote Git repository [2021-01-22T08:32:49.484Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:32:49.556Z] > git init /w/workspace/edgex-go/15 # timeout=10 [2021-01-22T08:32:49.583Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:32:49.584Z] > git --version # timeout=10 [2021-01-22T08:32:49.592Z] > git --version # 'git version 2.17.1' [2021-01-22T08:32:49.592Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T08:32:49.618Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T08:32:50.715Z] 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-01-22T08:32:53.335Z] 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-01-22T08:32:55.570Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T08:32:55.584Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T08:32:55.596Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T08:32:55.612Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:32:55.612Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T08:32:55.617Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T08:32:56.284Z] Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit be6d57fa439772e4a3647b699ea935d606c43f14 [2021-01-22T08:32:56.545Z] Merge succeeded, producing a02596a4c56ad68a003be570749166c72afff91e [2021-01-22T08:32:56.546Z] Checking out Revision a02596a4c56ad68a003be570749166c72afff91e (PR-3030) [2021-01-22T08:32:56.284Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T08:32:56.289Z] > git checkout -f be6d57fa439772e4a3647b699ea935d606c43f14 # timeout=10 [2021-01-22T08:32:56.368Z] > git remote # timeout=10 [2021-01-22T08:32:56.376Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T08:32:56.380Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T08:32:56.384Z] > git merge c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 [2021-01-22T08:32:56.529Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T08:32:56.540Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T08:32:56.545Z] > git checkout -f a02596a4c56ad68a003be570749166c72afff91e # timeout=10 [2021-01-22T08:32:57.650Z] 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-01-22T08:32:59.080Z] 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-01-22T08:33:00.236Z] Commit message: "Merge commit 'c7b5d06303d1c1949c9ce5e99765f1d861064f89' into HEAD" [2021-01-22T08:33:00.246Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:33:01.529Z] + echo snap-build.sh [2021-01-22T08:33:01.529Z] snap-build.sh [2021-01-22T08:33:01.529Z] + SNAP_BASE_DIR=. [2021-01-22T08:33:01.529Z] + '[' '!' -z /w/workspace/edgex-go/15 ']' [2021-01-22T08:33:01.529Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/15 [2021-01-22T08:33:01.529Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/15]' [2021-01-22T08:33:01.529Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/15] [2021-01-22T08:33:01.529Z] + cd /w/workspace/edgex-go/15 [2021-01-22T08:33:01.529Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-22T08:33:01.529Z] Reading package lists... [2021-01-22T08:33:00.234Z] > git rev-list --no-walk c314ff5a6c8ba0f2d5a03b91bbdd966e345d4970 # timeout=10 [2021-01-22T08:33:01.793Z] Building dependency tree... [2021-01-22T08:33:01.793Z] Reading state information... [2021-01-22T08:33:02.058Z] The following packages were automatically installed and are no longer required: [2021-01-22T08:33:02.058Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-22T08:33:02.058Z] uidmap xdelta3 [2021-01-22T08:33:02.058Z] Use 'sudo apt autoremove' to remove them. [2021-01-22T08:33:02.058Z] The following packages will be REMOVED: [2021-01-22T08:33:02.058Z] lxd* lxd-client* [2021-01-22T08:33:02.321Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-22T08:33:02.321Z] After this operation, 31.7 MB disk space will be freed. [2021-01-22T08:33:03.374Z] (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-01-22T08:33:03.374Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T08:33:04.320Z] Removing lxd dnsmasq configuration [2021-01-22T08:33:04.320Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T08:33:04.509Z] 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-01-22T08:33:04.582Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-22T08:33:05.530Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-22T08:33:05.798Z] (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-01-22T08:33:05.799Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T08:33:07.186Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-22T08:33:07.446Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-22T08:33:07.893Z] 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-01-22T08:33:08.834Z] + sudo snap remove --purge lxd [2021-01-22T08:33:08.834Z] snap "lxd" is not installed [2021-01-22T08:33:08.834Z] + sudo groupadd --force --system lxd [2021-01-22T08:33:08.834Z] ++ whoami [2021-01-22T08:33:08.834Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-22T08:33:08.834Z] + newgrp - lxd [2021-01-22T08:33:08.834Z] + sudo snap install lxd [2021-01-22T08:33:13.308Z] 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-01-22T08:33:17.618Z] 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-01-22T08:33:20.999Z] 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-01-22T08:33:21.067Z] 2021-01-22T08:33:18Z INFO Waiting for automatic snapd restart... [2021-01-22T08:33:25.308Z] 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-01-22T08:33:29.624Z] 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-01-22T08:33:35.028Z] $ docker stop --time=1 57f3760c0ee2710a143182f55a2c270f5ddaed82092262d8434fb573d9cba3a8 [2021-01-22T08:33:36.049Z] lxd 4.10 from Canonical* installed [2021-01-22T08:33:36.049Z] + sudo lxd init --auto [2021-01-22T08:33:37.578Z] $ docker rm -f 57f3760c0ee2710a143182f55a2c270f5ddaed82092262d8434fb573d9cba3a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:33:39.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T08:33:39.588Z] [2021-01-22T08:33:39.588Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:33:40.033Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T08:33:40.033Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-22T08:33:40.033Z] 29e5d40040c1: Pulling fs layer [2021-01-22T08:33:40.034Z] 1ce36da41761: Pulling fs layer [2021-01-22T08:33:40.034Z] 25b303627fd3: Pulling fs layer [2021-01-22T08:33:40.624Z] 29e5d40040c1: Verifying Checksum [2021-01-22T08:33:40.624Z] 29e5d40040c1: Download complete [2021-01-22T08:33:41.223Z] 1ce36da41761: Download complete [2021-01-22T08:33:41.223Z] 29e5d40040c1: Pull complete [2021-01-22T08:33:42.653Z] 1ce36da41761: Pull complete [2021-01-22T08:33:42.926Z] 25b303627fd3: Verifying Checksum [2021-01-22T08:33:42.926Z] 25b303627fd3: Download complete [2021-01-22T08:33:46.051Z] + sudo snap install --classic snapcraft [2021-01-22T08:33:50.271Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T08:33:50.271Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-22T08:33:50.271Z] + patch --verbose -p1 [2021-01-22T08:33:50.271Z] Hmm... Looks like a unified diff to me... [2021-01-22T08:33:50.271Z] The text leading up to this was: [2021-01-22T08:33:50.271Z] -------------------------- [2021-01-22T08:33:50.271Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-22T08:33:50.271Z] |From: Tony Espy [2021-01-22T08:33:50.271Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-22T08:33:50.271Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-22T08:33:50.271Z] | [2021-01-22T08:33:50.271Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-22T08:33:50.271Z] |optimize the snap CI check run for pull requests. When [2021-01-22T08:33:50.271Z] |applied, it essentially strips out everything (apps and [2021-01-22T08:33:50.271Z] |parts) from the snapcraft.yaml file except those required [2021-01-22T08:33:50.271Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-22T08:33:50.271Z] |catch changes to edgex-go that break the snap build. [2021-01-22T08:33:50.271Z] | [2021-01-22T08:33:50.271Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-22T08:33:50.271Z] |to update this patch file, otherwise it may fail to apply, [2021-01-22T08:33:50.271Z] |resulting in a failed snap build CI check in the associated [2021-01-22T08:33:50.271Z] |pull request. [2021-01-22T08:33:50.271Z] | [2021-01-22T08:33:50.271Z] |Note - in addition to applying this patch, the pipeline also [2021-01-22T08:33:50.271Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-22T08:33:50.271Z] |need to build the finally binary .snap file (and it won't [2021-01-22T08:33:50.271Z] |work with the patch applied). This further reduces the build [2021-01-22T08:33:50.271Z] |time. [2021-01-22T08:33:50.271Z] |--- [2021-01-22T08:33:50.271Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-22T08:33:50.271Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-22T08:33:50.271Z] | [2021-01-22T08:33:50.271Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-22T08:33:50.271Z] |index 1e537489..faf42425 100644 [2021-01-22T08:33:50.271Z] |--- a/snap/snapcraft.yaml [2021-01-22T08:33:50.271Z] |+++ b/snap/snapcraft.yaml [2021-01-22T08:33:50.271Z] -------------------------- [2021-01-22T08:33:50.271Z] patching file snap/snapcraft.yaml [2021-01-22T08:33:50.271Z] Using Plan A... [2021-01-22T08:33:50.271Z] Hunk #1 succeeded at 73. [2021-01-22T08:33:50.271Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-22T08:33:50.271Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-22T08:33:50.271Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-22T08:33:50.271Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-22T08:33:50.271Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-22T08:33:50.271Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-22T08:33:50.271Z] Hunk #8 succeeded at 342. [2021-01-22T08:33:50.271Z] Hmm... Ignoring the trailing garbage. [2021-01-22T08:33:50.271Z] done [2021-01-22T08:33:50.271Z] + sudo snapcraft prime --use-lxd [2021-01-22T08:33:51.212Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-22T08:33:51.473Z] 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-01-22T08:33:51.473Z] - README.md [2021-01-22T08:33:51.473Z] - snapcraft.yaml.orig [2021-01-22T08:33:51.473Z] [2021-01-22T08:33:51.473Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T08:33:52.043Z] Launching a container. [2021-01-22T08:33:53.080Z] 25b303627fd3: Pull complete [2021-01-22T08:33:53.080Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-22T08:33:53.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T08:33:53.080Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-22T08:33:53.344Z] prd-ubuntu18.04-docker-arm64-4c-16g-22243 does not seem to be running inside a container [2021-01-22T08:33:53.423Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01-22T08:33:56.731Z] $ docker top a243f405d942e47ed852fb6b9a90dc2e5538ada133ad600b4adab530e7801ace -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:33:57.781Z] + docker-compose build --help [2021-01-22T08:33:57.781Z] + grep parallel [2021-01-22T08:34:01.150Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T08:34:01.440Z] $ docker stop --time=1 a243f405d942e47ed852fb6b9a90dc2e5538ada133ad600b4adab530e7801ace [2021-01-22T08:34:03.358Z] $ docker rm -f a243f405d942e47ed852fb6b9a90dc2e5538ada133ad600b4adab530e7801ace [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:34:04.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T08:34:04.220Z] . [Pipeline] withDockerContainer [2021-01-22T08:34:04.277Z] Waiting for container to be ready [2021-01-22T08:34:04.277Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-22T08:34:04.277Z] [2021-01-22T08:34:04.532Z] prd-ubuntu18.04-docker-arm64-4c-16g-22243 does not seem to be running inside a container [2021-01-22T08:34:04.616Z] $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-01-22T08:34:05.982Z] $ docker top 6bce2f2a31e3b6b50012b1664799c6aa73c707e3c56c02d756d21cd593ecda97 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:34:06.827Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-22T08:34:07.059Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T08:34:07.090Z] Waiting for network to be ready... [2021-01-22T08:34:07.661Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T08:34:07.661Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T08:34:08.231Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T08:34:08.231Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T08:34:08.231Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T08:34:08.492Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T08:34:08.492Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T08:34:08.492Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T08:34:08.492Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T08:34:08.492Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T08:34:08.492Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T08:34:08.492Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T08:34:08.492Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T08:34:08.492Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T08:34:08.492Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T08:34:08.492Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T08:34:08.492Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T08:34:08.752Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T08:34:08.752Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T08:34:09.012Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T08:34:09.012Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T08:34:09.012Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T08:34:09.012Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T08:34:09.013Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T08:34:09.013Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T08:34:09.013Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T08:34:09.274Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T08:34:11.356Z] Building docker-core-command-go ... [2021-01-22T08:34:11.356Z] Building docker-core-data-go ... [2021-01-22T08:34:11.356Z] Building docker-core-metadata-go ... [2021-01-22T08:34:11.356Z] Building docker-security-bootstrapper-go ... [2021-01-22T08:34:11.356Z] Building docker-security-proxy-setup-go ... [2021-01-22T08:34:11.356Z] Building docker-security-secretstore-setup-go ... [2021-01-22T08:34:11.356Z] Building docker-support-notifications-go ... [2021-01-22T08:34:11.356Z] Building docker-support-scheduler-go ... [2021-01-22T08:34:11.356Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T08:34:11.356Z] Building docker-core-metadata-go [2021-01-22T08:34:11.356Z] Building docker-security-secretstore-setup-go [2021-01-22T08:34:11.356Z] Building docker-core-command-go [2021-01-22T08:34:11.356Z] Building docker-sys-mgmt-agent-go [2021-01-22T08:34:11.356Z] Building docker-security-proxy-setup-go [2021-01-22T08:34:11.824Z] Fetched 23.8 MB in 4s (5441 kB/s) [2021-01-22T08:34:12.395Z] Reading package lists... [2021-01-22T08:34:12.656Z] Reading package lists... [2021-01-22T08:34:12.919Z] Building dependency tree... [2021-01-22T08:34:12.919Z] Reading state information... [2021-01-22T08:34:12.919Z] The following additional packages will be installed: [2021-01-22T08:34:12.919Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T08:34:12.919Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T08:34:12.919Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T08:34:12.919Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-22T08:34:12.919Z] Suggested packages: [2021-01-22T08:34:12.919Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-22T08:34:12.919Z] Recommended packages: [2021-01-22T08:34:12.919Z] gnupg libsasl2-modules [2021-01-22T08:34:12.919Z] The following NEW packages will be installed: [2021-01-22T08:34:12.919Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T08:34:12.919Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T08:34:12.919Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T08:34:12.919Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-22T08:34:12.919Z] The following packages will be upgraded: [2021-01-22T08:34:12.919Z] gpg gpg-agent gpgconf libudev1 [2021-01-22T08:34:12.919Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-22T08:34:12.919Z] Need to get 3533 kB of archives. [2021-01-22T08:34:12.919Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-22T08:34:12.919Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-22T08:34:13.180Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-22T08:34:13.180Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-22T08:34:13.180Z] Get:4 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-01-22T08:34:13.180Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-22T08:34:13.180Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-22T08:34:13.180Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-22T08:34:13.180Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-22T08:34:13.180Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-22T08:34:13.440Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-22T08:34:14.012Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-22T08:34:14.012Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-22T08:34:14.012Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-22T08:34:14.012Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-22T08:34:14.012Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-22T08:34:14.012Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-22T08:34:14.012Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-22T08:34:14.012Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-22T08:34:14.012Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-22T08:34:14.012Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-22T08:34:14.012Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-22T08:34:14.012Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-22T08:34:14.273Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T08:34:14.273Z] Fetched 3533 kB in 1s (3203 kB/s) [2021-01-22T08:34:14.273Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T08:34:14.273Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-22T08:34:14.273Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T08:34:14.273Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-22T08:34:14.534Z] Selecting previously unselected package udev. [2021-01-22T08:34:14.534Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T08:34:14.534Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-22T08:34:14.534Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-22T08:34:14.795Z] Selecting previously unselected package libfuse2:amd64. [2021-01-22T08:34:14.795Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T08:34:14.795Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T08:34:14.795Z] Selecting previously unselected package fuse. [2021-01-22T08:34:14.795Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T08:34:14.795Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-22T08:34:14.795Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T08:34:15.056Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T08:34:15.056Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T08:34:15.056Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T08:34:15.056Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T08:34:15.056Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T08:34:15.316Z] Selecting previously unselected package libksba8:amd64. [2021-01-22T08:34:15.316Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-22T08:34:15.316Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-22T08:34:15.316Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-22T08:34:15.316Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T08:34:15.316Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:15.577Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-22T08:34:15.577Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T08:34:15.577Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:15.577Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-22T08:34:15.577Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T08:34:15.577Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:15.838Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-22T08:34:15.838Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T08:34:15.838Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:15.838Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-22T08:34:15.838Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T08:34:15.838Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:15.838Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-22T08:34:15.838Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T08:34:15.838Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:16.098Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-22T08:34:16.098Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T08:34:16.098Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:16.098Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-22T08:34:16.098Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T08:34:16.098Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:16.358Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-22T08:34:16.358Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T08:34:16.358Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:16.358Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-22T08:34:16.358Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T08:34:16.358Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T08:34:16.358Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-22T08:34:16.358Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T08:34:16.358Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T08:34:16.619Z] Selecting previously unselected package libldap-common. [2021-01-22T08:34:16.619Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-22T08:34:16.619Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T08:34:16.619Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-22T08:34:16.619Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-22T08:34:16.619Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T08:34:16.880Z] Selecting previously unselected package dirmngr. [2021-01-22T08:34:16.880Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T08:34:16.880Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T08:34:16.880Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T08:34:16.880Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-22T08:34:16.880Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T08:34:16.880Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T08:34:17.141Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T08:34:17.141Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-22T08:34:17.141Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:17.141Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-22T08:34:17.141Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T08:34:17.141Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-22T08:34:17.711Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-22T08:34:17.711Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:17.711Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-22T08:34:17.711Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-22T08:34:17.971Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-22T08:34:17.971Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:17.971Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:17.971Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:17.971Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:17.971Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:18.232Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:18.232Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T08:34:18.232Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T08:34:18.232Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T08:34:18.232Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T08:34:18.802Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-22T08:34:18.802Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-22T08:34:18.802Z] This means they are not meant to be enabled using systemctl. [2021-01-22T08:34:18.802Z] Possible reasons for having this kind of units are: [2021-01-22T08:34:18.802Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-22T08:34:18.802Z] .wants/ or .requires/ directory. [2021-01-22T08:34:18.802Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-22T08:34:18.802Z] a requirement dependency on it. [2021-01-22T08:34:18.802Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-22T08:34:18.802Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-22T08:34:18.802Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-22T08:34:18.802Z] instance name specified. [2021-01-22T08:34:19.062Z] Reading package lists... [2021-01-22T08:34:19.062Z] Building dependency tree... [2021-01-22T08:34:19.062Z] Reading state information... [2021-01-22T08:34:19.323Z] The following additional packages will be installed: [2021-01-22T08:34:19.323Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-22T08:34:19.323Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-22T08:34:19.323Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-22T08:34:19.323Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-22T08:34:19.323Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-22T08:34:19.323Z] Suggested packages: [2021-01-22T08:34:19.323Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-22T08:34:19.323Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-22T08:34:19.323Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-22T08:34:19.323Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-22T08:34:19.323Z] systemd-container policykit-1 [2021-01-22T08:34:19.323Z] Recommended packages: [2021-01-22T08:34:19.323Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-22T08:34:19.323Z] The following NEW packages will be installed: [2021-01-22T08:34:19.323Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-22T08:34:19.323Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-22T08:34:19.323Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-22T08:34:19.323Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-22T08:34:19.323Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-22T08:34:19.323Z] The following packages will be upgraded: [2021-01-22T08:34:19.323Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-22T08:34:19.323Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-22T08:34:19.323Z] Need to get 35.2 MB of archives. [2021-01-22T08:34:19.323Z] After this operation, 141 MB of additional disk space will be used. [2021-01-22T08:34:19.323Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-22T08:34:19.323Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-22T08:34:20.267Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-22T08:34:20.267Z] 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-01-22T08:34:20.267Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-22T08:34:20.267Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-22T08:34:20.267Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-22T08:34:20.267Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-22T08:34:20.267Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-22T08:34:20.267Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-22T08:34:20.267Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-22T08:34:20.267Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-22T08:34:20.267Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-22T08:34:20.267Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-22T08:34:20.267Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-22T08:34:20.267Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-22T08:34:20.528Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-22T08:34:20.528Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-22T08:34:20.528Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-22T08:34:20.528Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-22T08:34:20.528Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-22T08:34:20.528Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-22T08:34:20.528Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-22T08:34:20.528Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-22T08:34:20.528Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-22T08:34:20.528Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-22T08:34:20.528Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-22T08:34:20.528Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-22T08:34:20.528Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-22T08:34:20.528Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-22T08:34:21.914Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T08:34:21.914Z] Fetched 35.2 MB in 2s (14.7 MB/s) [2021-01-22T08:34:21.915Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T08:34:21.915Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-22T08:34:21.915Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T08:34:22.487Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-22T08:34:22.748Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T08:34:22.748Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-22T08:34:23.009Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T08:34:23.009Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T08:34:23.009Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T08:34:23.009Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-22T08:34:23.271Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T08:34:23.271Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T08:34:23.271Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T08:34:23.841Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-22T08:34:23.841Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-22T08:34:24.102Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-22T08:34:24.364Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-22T08:34:24.364Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T08:34:24.364Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T08:34:24.625Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-22T08:34:24.625Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T08:34:24.625Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T08:34:24.625Z] Selecting previously unselected package libexpat1:amd64. [2021-01-22T08:34:24.625Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-22T08:34:24.885Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T08:34:24.885Z] Selecting previously unselected package python3.6-minimal. [2021-01-22T08:34:24.885Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T08:34:24.885Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T08:34:25.147Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T08:34:25.147Z] Checking for services that may need to be restarted...done. [2021-01-22T08:34:25.147Z] Checking for services that may need to be restarted...done. [2021-01-22T08:34:25.147Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T08:34:25.407Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T08:34:25.407Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T08:34:25.668Z] Selecting previously unselected package python3-minimal. [2021-01-22T08:34:25.929Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-22T08:34:25.929Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-22T08:34:25.929Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-22T08:34:25.929Z] Selecting previously unselected package mime-support. [2021-01-22T08:34:25.929Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-22T08:34:25.929Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-22T08:34:25.929Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-22T08:34:25.929Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-22T08:34:25.929Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T08:34:26.190Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-22T08:34:26.190Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T08:34:26.190Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T08:34:26.450Z] Selecting previously unselected package python3.6. [2021-01-22T08:34:26.450Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T08:34:26.450Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T08:34:26.450Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-22T08:34:26.450Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-22T08:34:26.450Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T08:34:26.450Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-22T08:34:26.712Z] Selecting previously unselected package python3. [2021-01-22T08:34:26.712Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-22T08:34:26.712Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-22T08:34:26.712Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-22T08:34:26.712Z] Selecting previously unselected package multiarch-support. [2021-01-22T08:34:26.712Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T08:34:26.712Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T08:34:26.972Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T08:34:26.972Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-22T08:34:26.972Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-22T08:34:26.972Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-22T08:34:26.972Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T08:34:27.234Z] Selecting previously unselected package libbsd0:amd64. [2021-01-22T08:34:27.234Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-22T08:34:27.234Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T08:34:27.234Z] Selecting previously unselected package sudo. [2021-01-22T08:34:27.234Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-22T08:34:27.234Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T08:34:27.495Z] Selecting previously unselected package apparmor. [2021-01-22T08:34:27.495Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T08:34:27.495Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-22T08:34:27.495Z] Selecting previously unselected package libedit2:amd64. [2021-01-22T08:34:27.495Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-22T08:34:27.495Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T08:34:27.755Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-22T08:34:27.755Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T08:34:27.755Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T08:34:27.755Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-22T08:34:27.755Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T08:34:27.755Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T08:34:27.755Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-22T08:34:27.755Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-22T08:34:27.755Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T08:34:28.016Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-22T08:34:28.016Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T08:34:28.016Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T08:34:28.016Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-22T08:34:28.016Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T08:34:28.016Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T08:34:28.276Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-22T08:34:28.276Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-22T08:34:28.276Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T08:34:28.537Z] Selecting previously unselected package openssh-client. [2021-01-22T08:34:28.537Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-22T08:34:28.537Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T08:34:28.537Z] Selecting previously unselected package squashfs-tools. [2021-01-22T08:34:28.537Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-22T08:34:28.537Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T08:34:28.802Z] Selecting previously unselected package snapd. [2021-01-22T08:34:28.802Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-22T08:34:28.802Z] Unpacking snapd (2.48+18.04) ... [2021-01-22T08:34:30.716Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T08:34:30.716Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T08:34:30.716Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-22T08:34:30.976Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T08:34:30.976Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T08:34:30.976Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T08:34:30.976Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T08:34:30.976Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-22T08:34:31.237Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-22T08:34:32.180Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T08:34:32.180Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T08:34:32.180Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T08:34:32.180Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T08:34:32.180Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T08:34:32.180Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T08:34:32.753Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T08:34:32.753Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T08:34:32.753Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T08:34:32.753Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-22T08:34:32.753Z] running python rtupdate hooks for python3.6... [2021-01-22T08:34:32.753Z] running python post-rtupdate hooks for python3.6... [2021-01-22T08:34:33.020Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-22T08:34:35.572Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-22T08:34:35.572Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T08:34:35.572Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T08:34:35.834Z] Setting up snapd (2.48+18.04) ... [2021-01-22T08:34:36.404Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-22T08:34:36.404Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-22T08:34:36.665Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-22T08:34:36.665Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-22T08:34:36.926Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T08:34:36.926Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T08:34:37.188Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-22T08:34:37.188Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-22T08:34:37.449Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-22T08:34:37.449Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-22T08:34:37.710Z] /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-01-22T08:34:37.710Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T08:34:37.710Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T08:34:38.653Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T08:34:38.653Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T08:34:38.653Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T08:34:39.858Z] Reading package lists... [2021-01-22T08:34:40.122Z] Reading package lists... [2021-01-22T08:34:40.122Z] Building dependency tree... [2021-01-22T08:34:40.122Z] Reading state information... [2021-01-22T08:34:40.383Z] Calculating upgrade... [2021-01-22T08:34:40.383Z] The following packages will be upgraded: [2021-01-22T08:34:40.383Z] advancecomp base-files bash binutils binutils-common [2021-01-22T08:34:40.383Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-22T08:34:40.383Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-22T08:34:40.383Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-22T08:34:40.383Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-22T08:34:40.383Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-22T08:34:40.383Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-22T08:34:40.383Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-22T08:34:40.383Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-22T08:34:40.383Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-22T08:34:40.383Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-22T08:34:40.383Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-22T08:34:40.383Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-22T08:34:40.383Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-22T08:34:40.383Z] ubuntu-keyring util-linux [2021-01-22T08:34:40.383Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T08:34:40.383Z] Need to get 63.7 MB of archives. [2021-01-22T08:34:40.383Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-22T08:34:40.383Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-22T08:34:40.643Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-22T08:34:40.643Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-22T08:34:40.643Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-22T08:34:40.643Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-22T08:34:40.643Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-22T08:34:40.643Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-22T08:34:40.643Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-22T08:34:40.643Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-22T08:34:40.643Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-22T08:34:40.643Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-22T08:34:40.643Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-22T08:34:40.643Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-22T08:34:40.643Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-22T08:34:40.643Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-22T08:34:40.643Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-22T08:34:40.643Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-22T08:34:40.643Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-22T08:34:40.643Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-22T08:34:40.643Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-22T08:34:40.903Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-22T08:34:40.903Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-22T08:34:40.903Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-22T08:34:40.903Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-22T08:34:40.903Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-22T08:34:40.903Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-22T08:34:40.903Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-22T08:34:40.903Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-22T08:34:40.903Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-22T08:34:40.903Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-22T08:34:40.903Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-22T08:34:40.903Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-22T08:34:40.903Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-22T08:34:40.903Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-22T08:34:40.903Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-22T08:34:40.903Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-22T08:34:40.903Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-22T08:34:40.903Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-22T08:34:40.903Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-22T08:34:40.903Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-22T08:34:40.903Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-22T08:34:40.903Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-22T08:34:40.903Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-22T08:34:40.903Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-22T08:34:40.903Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-22T08:34:40.903Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-22T08:34:40.903Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-22T08:34:40.903Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-22T08:34:40.903Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-22T08:34:40.903Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-22T08:34:40.903Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-22T08:34:40.903Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-22T08:34:40.903Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-22T08:34:40.903Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-22T08:34:40.903Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-22T08:34:41.163Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-22T08:34:41.424Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-22T08:34:41.424Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-22T08:34:41.424Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-22T08:34:41.685Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-22T08:34:41.685Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-22T08:34:41.685Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-22T08:34:41.685Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-22T08:34:41.685Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-22T08:34:41.685Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-22T08:34:41.685Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-22T08:34:41.685Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-22T08:34:41.946Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-22T08:34:41.946Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-22T08:34:41.946Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-22T08:34:41.946Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-22T08:34:41.946Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-22T08:34:41.946Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-22T08:34:41.946Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-22T08:34:41.946Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-22T08:34:41.946Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-22T08:34:41.946Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-22T08:34:41.946Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-22T08:34:41.946Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-22T08:34:42.208Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-22T08:34:42.208Z] Get:81 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-01-22T08:34:42.208Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-22T08:34:42.208Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-22T08:34:42.208Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-22T08:34:42.208Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-22T08:34:42.208Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-22T08:34:42.208Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-22T08:34:42.208Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-22T08:34:42.208Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-22T08:34:42.208Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-22T08:34:42.209Z] Get:91 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-01-22T08:34:42.209Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-22T08:34:42.470Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-22T08:34:42.470Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-22T08:34:42.470Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-22T08:34:42.470Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-22T08:34:42.470Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-22T08:34:42.470Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T08:34:42.470Z] Fetched 63.7 MB in 2s (32.3 MB/s) [2021-01-22T08:34:42.470Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:42.470Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T08:34:42.730Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T08:34:43.300Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T08:34:43.300Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T08:34:43.300Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-22T08:34:43.300Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-22T08:34:44.243Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T08:34:44.243Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T08:34:44.243Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T08:34:44.243Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T08:34:44.505Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T08:34:44.505Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T08:34:44.766Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T08:34:44.766Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T08:34:44.766Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T08:34:44.766Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T08:34:45.029Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T08:34:45.029Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T08:34:45.029Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T08:34:45.029Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T08:34:45.029Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T08:34:45.290Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T08:34:45.290Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T08:34:45.290Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-22T08:34:45.551Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-22T08:34:45.551Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T08:34:45.551Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T08:34:45.551Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T08:34:45.811Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T08:34:45.811Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T08:34:45.811Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T08:34:46.073Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T08:34:46.073Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T08:34:46.335Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T08:34:46.335Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T08:34:46.596Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T08:34:46.858Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T08:34:47.119Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T08:34:47.119Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-22T08:34:47.119Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-22T08:34:47.119Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-22T08:34:47.119Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-22T08:34:47.380Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-22T08:34:47.380Z] Installing new version of config file /etc/issue ... [2021-01-22T08:34:47.380Z] Installing new version of config file /etc/issue.net ... [2021-01-22T08:34:47.380Z] Installing new version of config file /etc/lsb-release ... [2021-01-22T08:34:47.641Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-22T08:34:47.641Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-22T08:34:47.901Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-22T08:34:47.901Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-22T08:34:47.901Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:47.901Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-22T08:34:47.901Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-22T08:34:48.162Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-22T08:34:48.162Z] 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-01-22T08:34:48.423Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:48.423Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T08:34:48.423Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-22T08:34:48.423Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-22T08:34:48.685Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:48.685Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-22T08:34:48.685Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-22T08:34:48.685Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-22T08:34:48.948Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:48.948Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-22T08:34:48.948Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T08:34:49.209Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-22T08:34:49.209Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:49.209Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T08:34:49.209Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T08:34:49.470Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T08:34:49.470Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:49.470Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T08:34:49.470Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T08:34:49.732Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-22T08:34:49.732Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:49.732Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-22T08:34:49.732Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-22T08:34:49.994Z] Setting up grep (3.1-2build1) ... [2021-01-22T08:34:49.994Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:49.994Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T08:34:49.994Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T08:34:50.256Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-22T08:34:50.256Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:50.256Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T08:34:50.256Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T08:34:50.518Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-22T08:34:50.518Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:50.518Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T08:34:50.518Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T08:34:51.092Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T08:34:51.092Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T08:34:51.092Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T08:34:51.092Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T08:34:51.664Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-22T08:34:51.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:51.925Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-22T08:34:51.925Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T08:34:52.874Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T08:34:52.874Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T08:34:53.135Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T08:34:53.135Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T08:34:53.135Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T08:34:53.397Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:53.397Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-22T08:34:53.397Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-22T08:34:53.397Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-22T08:34:53.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:53.660Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T08:34:53.660Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T08:34:53.660Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T08:34:53.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:53.922Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T08:34:53.922Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T08:34:53.922Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T08:34:54.183Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:54.184Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T08:34:54.184Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T08:34:54.184Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T08:34:54.446Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:54.446Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T08:34:54.446Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T08:34:54.446Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T08:34:54.708Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:54.708Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T08:34:54.708Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T08:34:54.708Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T08:34:54.708Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T08:34:54.969Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T08:34:54.969Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:54.969Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T08:34:54.969Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T08:34:55.231Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T08:34:55.231Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:55.231Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T08:34:55.231Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T08:34:55.493Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T08:34:55.493Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:55.493Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T08:34:55.493Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T08:34:55.493Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-22T08:34:55.753Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:55.753Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T08:34:55.753Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T08:34:56.341Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-22T08:34:56.603Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-22T08:34:56.864Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-22T08:34:57.125Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:57.125Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T08:34:57.125Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T08:34:57.389Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T08:34:57.389Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T08:34:57.389Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-22T08:34:57.389Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T08:34:57.651Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-22T08:34:57.651Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:34:57.651Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-22T08:34:57.651Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-22T08:34:57.914Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-22T08:34:58.175Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:34:58.175Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T08:34:58.441Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T08:34:58.441Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T08:34:58.703Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:34:58.703Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T08:34:58.703Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T08:34:58.703Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T08:34:58.964Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:34:58.964Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T08:34:58.964Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T08:34:59.224Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T08:34:59.486Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:34:59.486Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T08:34:59.486Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T08:34:59.751Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-22T08:34:59.751Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T08:34:59.751Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T08:34:59.751Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T08:35:00.013Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T08:35:00.013Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:35:00.013Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-22T08:35:00.013Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-22T08:35:00.273Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-22T08:35:00.273Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:35:00.273Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-22T08:35:00.541Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T08:35:00.541Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T08:35:00.802Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:35:00.802Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T08:35:01.063Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T08:35:01.063Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T08:35:01.063Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:35:01.063Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-22T08:35:01.325Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-22T08:35:01.325Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-22T08:35:01.595Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:35:01.595Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T08:35:01.595Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T08:35:01.866Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-22T08:35:02.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:35:02.127Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T08:35:02.127Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T08:35:02.127Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-22T08:35:02.389Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:35:02.389Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-22T08:35:02.389Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-22T08:35:02.651Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-22T08:35:02.651Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:35:02.651Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-22T08:35:02.651Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-22T08:35:02.913Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-22T08:35:02.913Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:35:02.913Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-22T08:35:02.913Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-22T08:35:03.173Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-22T08:35:03.173Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:35:03.173Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-22T08:35:03.173Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-22T08:35:03.433Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-22T08:35:03.434Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:35:03.434Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T08:35:03.434Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-22T08:35:03.695Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-22T08:35:03.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T08:35:03.695Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-22T08:35:03.695Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-22T08:35:03.956Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-22T08:35:03.956Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-22T08:35:03.956Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T08:35:04.217Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T08:35:04.217Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T08:35:04.217Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T08:35:04.477Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T08:35:04.477Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T08:35:04.739Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-22T08:35:04.739Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-22T08:35:05.001Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T08:35:05.001Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-22T08:35:05.262Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T08:35:05.262Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-22T08:35:05.262Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-22T08:35:05.262Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-22T08:35:05.524Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-22T08:35:05.524Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-22T08:35:05.524Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-22T08:35:05.524Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-22T08:35:05.784Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-22T08:35:05.785Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-22T08:35:06.390Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-22T08:35:06.390Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-22T08:35:06.390Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-22T08:35:06.390Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-22T08:35:07.334Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-22T08:35:07.334Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-22T08:35:07.594Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-22T08:35:07.594Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-22T08:35:07.594Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T08:35:07.594Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T08:35:08.166Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T08:35:08.166Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T08:35:08.166Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T08:35:08.166Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T08:35:08.436Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T08:35:08.436Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T08:35:08.436Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T08:35:08.842Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T08:35:08.842Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T08:35:08.842Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T08:35:09.185Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T08:35:09.185Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T08:35:09.185Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T08:35:09.185Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T08:35:10.371Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T08:35:10.371Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T08:35:10.958Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T08:35:11.218Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T08:35:11.788Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T08:35:11.788Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T08:35:12.360Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T08:35:12.360Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T08:35:13.303Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T08:35:13.303Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T08:35:13.303Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T08:35:13.303Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T08:35:13.303Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T08:35:13.303Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T08:35:13.564Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T08:35:13.564Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T08:35:13.829Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-22T08:35:13.829Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-22T08:35:13.829Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T08:35:13.829Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T08:35:14.090Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T08:35:14.090Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T08:35:14.090Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-22T08:35:14.352Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-22T08:35:14.352Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T08:35:14.352Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T08:35:14.352Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T08:35:14.352Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T08:35:14.617Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T08:35:14.617Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-22T08:35:14.617Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-22T08:35:14.617Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-22T08:35:14.617Z] [2021-01-22T08:35:14.617Z] Current default time zone: 'Etc/UTC' [2021-01-22T08:35:14.617Z] Local time is now: Fri Jan 22 08:35:14 UTC 2021. [2021-01-22T08:35:14.617Z] Universal Time is now: Fri Jan 22 08:35:14 UTC 2021. [2021-01-22T08:35:14.617Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-22T08:35:14.617Z] [2021-01-22T08:35:14.617Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-22T08:35:14.879Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T08:35:14.879Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-22T08:35:14.879Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-22T08:35:14.879Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-22T08:35:14.879Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-22T08:35:14.879Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-22T08:35:14.879Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-22T08:35:14.879Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-22T08:35:14.879Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T08:35:14.879Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T08:35:15.139Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-22T08:35:15.401Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T08:35:15.401Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T08:35:15.401Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T08:35:15.401Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-22T08:35:15.401Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-22T08:35:15.401Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-22T08:35:15.401Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T08:35:15.401Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-22T08:35:15.401Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-22T08:35:15.401Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-22T08:35:15.662Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T08:35:17.577Z] Updating certificates in /etc/ssl/certs... [2021-01-22T08:35:18.151Z] 22 added, 17 removed; done. [2021-01-22T08:35:18.412Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T08:35:18.412Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T08:35:18.412Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-22T08:35:18.412Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-22T08:35:18.412Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-22T08:35:18.412Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T08:35:18.672Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T08:35:18.672Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T08:35:18.672Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T08:35:18.672Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T08:35:18.672Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T08:35:18.672Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T08:35:18.672Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-22T08:35:18.933Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-22T08:35:18.933Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-22T08:35:18.933Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-22T08:35:18.933Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-22T08:35:18.933Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T08:35:18.933Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T08:35:18.933Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-22T08:35:18.933Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-22T08:35:19.195Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-22T08:35:19.195Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T08:35:19.195Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T08:35:19.195Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-22T08:35:19.195Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T08:35:19.456Z] Updating certificates in /etc/ssl/certs... [2021-01-22T08:35:20.028Z] 0 added, 0 removed; done. [2021-01-22T08:35:20.028Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-22T08:35:20.028Z] done. [2021-01-22T08:35:20.290Z] Reading package lists... [2021-01-22T08:35:20.557Z] Building dependency tree... [2021-01-22T08:35:20.557Z] Reading state information... [2021-01-22T08:35:20.557Z] The following NEW packages will be installed: [2021-01-22T08:35:20.557Z] apt-transport-https [2021-01-22T08:35:20.818Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T08:35:20.818Z] Need to get 1696 B of archives. [2021-01-22T08:35:20.818Z] After this operation, 153 kB of additional disk space will be used. [2021-01-22T08:35:20.818Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-22T08:35:20.818Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T08:35:20.818Z] Fetched 1696 B in 0s (23.9 kB/s) [2021-01-22T08:35:20.818Z] Selecting previously unselected package apt-transport-https. [2021-01-22T08:35:20.818Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-22T08:35:20.818Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-22T08:35:20.818Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T08:35:21.079Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T08:35:21.340Z] Waiting for network to be ready... [2021-01-22T08:35:26.631Z] 2021-01-22T08:35:24Z INFO Waiting for automatic snapd restart... [2021-01-22T08:35:27.202Z] snapd 2.48.2 from Canonical* installed [2021-01-22T08:35:28.145Z] "snapd" switched to the "latest/stable" channel [2021-01-22T08:35:28.145Z] [2021-01-22T08:35:31.454Z] core18 20201210 from Canonical* installed [2021-01-22T08:35:31.454Z] "core18" switched to the "latest/stable" channel [2021-01-22T08:35:31.454Z] [2021-01-22T08:35:33.133Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:35:33.133Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:35:33.133Z] ---> bd379429a67b [2021-01-22T08:35:33.133Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T08:35:33.133Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:35:33.133Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:35:33.133Z] ---> bd379429a67b [2021-01-22T08:35:33.133Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T08:35:33.133Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:35:33.133Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:35:33.133Z] [2021-01-22T08:35:33.133Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> bd379429a67b [2021-01-22T08:35:33.133Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T08:35:33.133Z] [2021-01-22T08:35:33.133Z] ---> bd379429a67b [2021-01-22T08:35:33.133Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T08:35:33.133Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:35:33.133Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:35:33.133Z] ---> bd379429a67b [2021-01-22T08:35:33.133Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T08:35:33.133Z] ---> Running in 82c110c4e309 [2021-01-22T08:35:33.133Z] ---> Running in 06b1d1bc51fb [2021-01-22T08:35:33.133Z] ---> Running in 336f006a9c06 [2021-01-22T08:35:33.133Z] ---> Running in 929169f67b34 [2021-01-22T08:35:33.133Z] ---> Running in 1849b08e9a79 [2021-01-22T08:35:33.133Z] Removing intermediate container 336f006a9c06 [2021-01-22T08:35:33.133Z] ---> 8ed5380f437b [2021-01-22T08:35:33.133Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:35:33.133Z] Removing intermediate container 06b1d1bc51fb [2021-01-22T08:35:33.133Z] ---> d29c8efbf54d [2021-01-22T08:35:33.133Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:35:33.133Z] Removing intermediate container 929169f67b34 [2021-01-22T08:35:33.133Z] ---> 08ae8872b96c [2021-01-22T08:35:33.133Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:35:33.133Z] Removing intermediate container 82c110c4e309 [2021-01-22T08:35:33.133Z] ---> 1aa64135700a [2021-01-22T08:35:33.133Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:35:33.133Z] Removing intermediate container 1849b08e9a79 [2021-01-22T08:35:33.133Z] ---> 7520e880f88f [2021-01-22T08:35:33.133Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:35:33.133Z] ---> Running in 6ac2963b22a5 [2021-01-22T08:35:33.133Z] ---> Running in a502cb1c8091 [2021-01-22T08:35:33.133Z] ---> Running in 23dd0e330176 [2021-01-22T08:35:33.133Z] ---> Running in 59848a9b0616 [2021-01-22T08:35:33.133Z] ---> Running in 743e956c9540 [2021-01-22T08:35:33.133Z] Removing intermediate container 6ac2963b22a5 [2021-01-22T08:35:33.133Z] ---> d2314b2b6b11 [2021-01-22T08:35:33.133Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T08:35:33.133Z] ---> Running in 42f5cb6076f7 [2021-01-22T08:35:33.133Z] Removing intermediate container a502cb1c8091 [2021-01-22T08:35:33.133Z] ---> dc65e7c7e8a5 [2021-01-22T08:35:33.133Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T08:35:33.133Z] ---> Running in 12708108418d [2021-01-22T08:35:33.133Z] Removing intermediate container 743e956c9540 [2021-01-22T08:35:33.133Z] ---> 3ea2be7e1f8e [2021-01-22T08:35:33.133Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T08:35:33.133Z] Removing intermediate container 59848a9b0616 [2021-01-22T08:35:33.133Z] Removing intermediate container 23dd0e330176 [2021-01-22T08:35:33.133Z] ---> 5ff4e0c45f47 [2021-01-22T08:35:33.133Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T08:35:33.133Z] ---> 5cbd858c86be [2021-01-22T08:35:33.133Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T08:35:33.133Z] ---> Running in e713bf0f36f3 [2021-01-22T08:35:33.133Z] ---> Running in 02c6af300c01 [2021-01-22T08:35:33.133Z] ---> Running in a022516147c7 [2021-01-22T08:35:33.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:35:33.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:35:33.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:35:33.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:35:33.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:35:33.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:35:33.133Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:35:33.133Z] OK: 217 MiB in 51 packages [2021-01-22T08:35:33.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:35:33.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:35:33.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:35:33.685Z] OK: 217 MiB in 51 packages [2021-01-22T08:35:34.277Z] OK: 217 MiB in 51 packages [2021-01-22T08:35:34.277Z] OK: 217 MiB in 51 packages [2021-01-22T08:35:34.549Z] OK: 217 MiB in 51 packages [2021-01-22T08:35:34.549Z] Removing intermediate container 42f5cb6076f7 [2021-01-22T08:35:34.549Z] ---> f4c98ae994f1 [2021-01-22T08:35:34.549Z] Step 6/23 : COPY go.mod . [2021-01-22T08:35:34.762Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T08:35:34.762Z] "snapcraft" switched to the "latest/stable" channel [2021-01-22T08:35:34.762Z] [2021-01-22T08:35:35.152Z] Removing intermediate container 12708108418d [2021-01-22T08:35:35.152Z] ---> 7bbd1997c7d8 [2021-01-22T08:35:35.152Z] Step 6/24 : COPY go.mod . [2021-01-22T08:35:35.753Z] ---> 67627fafb897 [2021-01-22T08:35:35.753Z] Step 7/23 : RUN go mod download [2021-01-22T08:35:35.753Z] ---> Running in a4e9f9399d6f [2021-01-22T08:35:36.024Z] ---> 158a16280259 [2021-01-22T08:35:36.024Z] Step 7/24 : RUN go mod download [2021-01-22T08:35:36.299Z] Removing intermediate container e713bf0f36f3 [2021-01-22T08:35:36.299Z] ---> c26fc09894a4 [2021-01-22T08:35:36.299Z] Step 6/21 : COPY go.mod . [2021-01-22T08:35:36.299Z] ---> Running in fbf63dcb3e9b [2021-01-22T08:35:36.299Z] Removing intermediate container 02c6af300c01 [2021-01-22T08:35:36.299Z] ---> 0a459f021ed1 [2021-01-22T08:35:36.299Z] Step 6/26 : COPY go.mod . [2021-01-22T08:35:36.573Z] Removing intermediate container a022516147c7 [2021-01-22T08:35:36.573Z] ---> 7af9fbdc2773 [2021-01-22T08:35:36.573Z] Step 6/23 : COPY go.mod . [2021-01-22T08:35:37.559Z] ---> c832e787ebd4 [2021-01-22T08:35:37.559Z] Step 7/21 : RUN go mod download [2021-01-22T08:35:37.559Z] ---> 4dc6e5ef579e [2021-01-22T08:35:37.559Z] Step 7/26 : RUN go mod download [2021-01-22T08:35:37.837Z] ---> Running in a1dc3a12dc17 [2021-01-22T08:35:37.837Z] ---> 656a21ae5b05 [2021-01-22T08:35:37.837Z] Step 7/23 : RUN go mod download [2021-01-22T08:35:37.837Z] ---> Running in bde03f58cab3 [2021-01-22T08:35:38.063Z] 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-01-22T08:35:38.063Z] - README.md [2021-01-22T08:35:38.063Z] - snapcraft.yaml.orig [2021-01-22T08:35:38.063Z] [2021-01-22T08:35:38.063Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T08:35:38.110Z] ---> Running in 34399b7614d3 [2021-01-22T08:35:40.095Z] Removing intermediate container a4e9f9399d6f [2021-01-22T08:35:40.095Z] ---> 50ee4c3b45f8 [2021-01-22T08:35:40.095Z] Step 8/23 : COPY . . [2021-01-22T08:35:40.095Z] Removing intermediate container fbf63dcb3e9b [2021-01-22T08:35:40.095Z] ---> cdb98bda8f6d [2021-01-22T08:35:40.095Z] Step 8/24 : COPY . . [2021-01-22T08:35:43.519Z] Removing intermediate container a1dc3a12dc17 [2021-01-22T08:35:43.519Z] ---> eeb79a0389f1 [2021-01-22T08:35:43.519Z] Step 8/21 : COPY . . [2021-01-22T08:35:44.120Z] Removing intermediate container 34399b7614d3 [2021-01-22T08:35:44.120Z] ---> 757608275d82 [2021-01-22T08:35:44.120Z] Step 8/23 : COPY . . [2021-01-22T08:35:44.120Z] Removing intermediate container bde03f58cab3 [2021-01-22T08:35:44.120Z] ---> 576f0402449c [2021-01-22T08:35:44.120Z] Step 8/26 : COPY . . [2021-01-22T08:35:44.651Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T08:35:44.651Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T08:35:44.912Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T08:35:44.912Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T08:35:46.115Z] Reading package lists... [2021-01-22T08:35:46.375Z] 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-01-22T08:35:52.967Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T08:35:52.967Z] Reading package lists... [2021-01-22T08:35:52.967Z] Building dependency tree... [2021-01-22T08:35:52.967Z] Reading state information... [2021-01-22T08:35:52.967Z] Suggested packages: [2021-01-22T08:35:52.967Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-22T08:35:52.967Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-22T08:35:52.967Z] Recommended packages: [2021-01-22T08:35:52.967Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-22T08:35:52.967Z] The following NEW packages will be installed: [2021-01-22T08:35:52.967Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-22T08:35:52.967Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-22T08:35:52.967Z] pkg-config zip [2021-01-22T08:35:52.967Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T08:35:52.967Z] Need to get 7655 kB of archives. [2021-01-22T08:35:52.967Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-22T08:35:52.967Z] 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-01-22T08:35:52.967Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-22T08:35:52.967Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-22T08:35:52.967Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-22T08:35:52.967Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-22T08:35:53.228Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-22T08:35:53.228Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-22T08:35:53.228Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-22T08:35:53.489Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-22T08:35:53.489Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-22T08:35:53.489Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-22T08:35:53.489Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-22T08:35:53.489Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-22T08:35:53.489Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-22T08:35:53.489Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-22T08:35:53.751Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T08:35:53.751Z] Fetched 7655 kB in 1s (9870 kB/s) [2021-01-22T08:35:53.751Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-22T08:35:53.751Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-22T08:35:53.751Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-22T08:35:54.012Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T08:35:54.012Z] Selecting previously unselected package libpsl5:amd64. [2021-01-22T08:35:54.012Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-22T08:35:54.012Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T08:35:54.274Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-22T08:35:54.274Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-22T08:35:54.274Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T08:35:54.274Z] Selecting previously unselected package librtmp1:amd64. [2021-01-22T08:35:54.274Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-22T08:35:54.274Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T08:35:54.274Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-22T08:35:54.274Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-22T08:35:54.274Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T08:35:54.536Z] Selecting previously unselected package liberror-perl. [2021-01-22T08:35:54.536Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-22T08:35:54.536Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-22T08:35:54.536Z] Selecting previously unselected package git-man. [2021-01-22T08:35:54.536Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-22T08:35:54.536Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T08:35:54.797Z] Selecting previously unselected package git. [2021-01-22T08:35:54.797Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-22T08:35:54.797Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T08:35:55.369Z] Selecting previously unselected package libnorm1:amd64. [2021-01-22T08:35:55.369Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-22T08:35:55.369Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T08:35:55.630Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-22T08:35:55.630Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-22T08:35:55.630Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T08:35:55.630Z] Selecting previously unselected package libsodium23:amd64. [2021-01-22T08:35:55.630Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-22T08:35:55.630Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-22T08:35:55.891Z] Selecting previously unselected package libzmq5:amd64. [2021-01-22T08:35:55.891Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T08:35:55.891Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T08:35:55.891Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-22T08:35:55.891Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T08:35:55.891Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T08:35:56.151Z] Selecting previously unselected package pkg-config. [2021-01-22T08:35:56.151Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-22T08:35:56.151Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T08:35:56.151Z] Selecting previously unselected package zip. [2021-01-22T08:35:56.151Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-22T08:35:56.151Z] Unpacking zip (3.0-11build1) ... [2021-01-22T08:35:56.151Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T08:35:56.151Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T08:35:56.413Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T08:35:56.413Z] Setting up liberror-perl (0.17025-1) ... [2021-01-22T08:35:56.413Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T08:35:56.413Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T08:35:56.413Z] No schema files found: doing nothing. [2021-01-22T08:35:56.673Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T08:35:56.673Z] Setting up zip (3.0-11build1) ... [2021-01-22T08:35:56.673Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T08:35:56.674Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-22T08:35:56.674Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T08:35:56.935Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T08:35:56.935Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T08:35:56.935Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T08:35:56.935Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T08:35:57.197Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T08:36:03.799Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T08:36:03.799Z] git set to automatically installed. [2021-01-22T08:36:03.799Z] git-man set to automatically installed. [2021-01-22T08:36:03.799Z] libcurl3-gnutls set to automatically installed. [2021-01-22T08:36:03.799Z] liberror-perl set to automatically installed. [2021-01-22T08:36:03.799Z] libglib2.0-0 set to automatically installed. [2021-01-22T08:36:03.799Z] libnghttp2-14 set to automatically installed. [2021-01-22T08:36:03.799Z] libnorm1 set to automatically installed. [2021-01-22T08:36:03.799Z] libpgm-5.2-0 set to automatically installed. [2021-01-22T08:36:03.799Z] libpsl5 set to automatically installed. [2021-01-22T08:36:03.799Z] librtmp1 set to automatically installed. [2021-01-22T08:36:03.799Z] libsodium23 set to automatically installed. [2021-01-22T08:36:03.799Z] libzmq3-dev set to automatically installed. [2021-01-22T08:36:03.799Z] libzmq5 set to automatically installed. [2021-01-22T08:36:03.799Z] pkg-config set to automatically installed. [2021-01-22T08:36:03.799Z] zip set to automatically installed. [2021-01-22T08:36:05.720Z] snapd is not logged in, snap install commands will use sudo [2021-01-22T08:36:10.928Z] ---> 182045f440a5 [2021-01-22T08:36:10.928Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T08:36:10.928Z] ---> 2f81f5147b95 [2021-01-22T08:36:10.928Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T08:36:10.928Z] ---> 8c5ceee81946 [2021-01-22T08:36:10.928Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T08:36:10.928Z] ---> 0c5b9a0a7472 [2021-01-22T08:36:10.928Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T08:36:10.928Z] ---> Running in 0eca5970f788 [2021-01-22T08:36:10.928Z] ---> 5159c1676e8a [2021-01-22T08:36:10.928Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T08:36:10.928Z] ---> Running in db6e9d0d7b28 [2021-01-22T08:36:10.928Z] ---> Running in 639077fe78a3 [2021-01-22T08:36:10.928Z] ---> Running in 9882365345d1 [2021-01-22T08:36:10.928Z] ---> Running in 6d10b4b566c2 [2021-01-22T08:36:10.928Z] 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-01-22T08:36:10.928Z] 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-01-22T08:36:10.928Z] 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-01-22T08:36:10.928Z] 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-01-22T08:36:10.928Z] 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-01-22T08:36:12.309Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T08:36:12.570Z] snap "core18" has no updates available [2021-01-22T08:36:13.514Z] Pulling config-common [2021-01-22T08:36:14.456Z] Pulling go-build-helper [2021-01-22T08:36:36.425Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T08:36:36.425Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T08:36:36.425Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T08:36:36.425Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T08:36:36.425Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T08:36:36.425Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T08:36:36.425Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T08:36:36.425Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T08:36:36.425Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T08:36:36.425Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T08:36:36.425Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T08:36:36.425Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T08:36:36.425Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T08:36:36.425Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T08:36:36.425Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T08:36:36.425Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T08:36:36.425Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T08:36:36.425Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T08:36:36.425Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T08:36:36.425Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T08:36:36.425Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T08:36:36.425Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T08:36:36.425Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T08:36:36.425Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T08:36:36.425Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T08:36:36.425Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T08:36:36.425Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T08:36:36.425Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-22T08:36:36.425Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-22T08:36:36.425Z] Fetched 279 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-22T08:36:36.425Z] Fetched 122 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-22T08:36:36.425Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-22T08:36:36.425Z] Fetched 8848 B in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-22T08:36:36.425Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-22T08:36:36.425Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-22T08:36:36.425Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-22T08:36:36.425Z] Fetched 214 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-22T08:36:36.425Z] Fetched 155 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-22T08:36:36.425Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-22T08:36:36.425Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-22T08:36:36.425Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-22T08:36:36.425Z] Fetched 499 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-22T08:36:36.425Z] Fetched 111 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-22T08:36:36.425Z] Fetched 240 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-22T08:36:36.425Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-22T08:36:36.425Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-22T08:36:36.425Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-22T08:36:36.425Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-22T08:36:36.425Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-22T08:36:36.425Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-22T08:36:36.425Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-22T08:36:36.425Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-22T08:36:36.425Z] Fetched 8720 B in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-22T08:36:36.425Z] Fetched 137 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-22T08:36:36.425Z] Fetched 119 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-22T08:36:36.425Z] Fetched 109 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-22T08:36:36.425Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-22T08:36:36.425Z] Fetched 645 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-22T08:36:36.425Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-22T08:36:36.425Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-22T08:36:36.425Z] Fetched 368 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-22T08:36:36.425Z] Fetched 187 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-22T08:36:36.425Z] Fetched 175 kB in 0s (0 B/s) [2021-01-22T08:36:36.425Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-22T08:36:39.132Z] Fetched 206 kB in 0s (0 B/s) [2021-01-22T08:36:39.132Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-22T08:36:39.132Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-22T08:36:39.132Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-22T08:36:39.132Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-22T08:36:39.132Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-22T08:36:39.132Z] Fetched 159 kB in 0s (0 B/s) [2021-01-22T08:36:39.132Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-22T08:36:39.132Z] Fetched 107 kB in 0s (0 B/s) [2021-01-22T08:36:39.132Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-22T08:36:39.132Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-22T08:36:39.132Z] Pulling static-packages [2021-01-22T08:36:40.197Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-22T08:36:40.197Z] Skipping pull go-build-helper (already ran) [2021-01-22T08:36:40.197Z] Skipping pull static-packages (already ran) [2021-01-22T08:36:40.197Z] Building go-build-helper [2021-01-22T08:36:44.402Z] Building static-packages [2021-01-22T08:36:46.315Z] Staging go-build-helper [2021-01-22T08:36:47.266Z] Staging static-packages [2021-01-22T08:36:48.209Z] Pulling go115 [2021-01-22T08:36:49.151Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-22T08:36:49.151Z] Skipping pull go115 (already ran) [2021-01-22T08:36:49.151Z] Building go115 [2021-01-22T08:36:49.151Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T08:36:49.151Z] Dload Upload Total Spent Left Speed [2021-01-22T08:36:52.081Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 115M 18 21.4M 0 0 26.2M 0 0:00:04 --:--:-- 0:00:04 26.2M 53 115M 53 61.7M 0 0 33.9M 0 0:00:03 0:00:01 0:00:02 33.9M 90 115M 90 105M 0 0 37.1M 0 0:00:03 0:00:02 0:00:01 37.1M 100 115M 100 115M 0 0 37.4M 0 0:00:03 0:00:03 --:--:-- 37.4M [2021-01-22T08:36:52.660Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-22T08:36:56.884Z] Staging go115 [2021-01-22T08:37:02.209Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T08:37:02.209Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T08:37:02.209Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T08:37:02.209Z] Fetched 0 B in 0s (0 B/s) [2021-01-22T08:37:02.209Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-22T08:37:02.209Z] Fetched 224 kB in 0s (0 B/s) [2021-01-22T08:37:02.209Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-22T08:37:02.209Z] Fetched 157 kB in 0s (0 B/s) [2021-01-22T08:37:02.209Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-22T08:37:02.209Z] Fetched 221 kB in 0s (0 B/s) [2021-01-22T08:37:02.209Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-22T08:37:02.209Z] Fetched 143 kB in 0s (0 B/s) [2021-01-22T08:37:02.209Z] Pulling edgex-go [2021-01-22T08:37:02.785Z] Pulling version [2021-01-22T08:37:04.177Z] Building config-common [2021-01-22T08:37:06.102Z] Skipping build go-build-helper (already ran) [2021-01-22T08:37:06.102Z] Skipping build static-packages (already ran) [2021-01-22T08:37:06.102Z] Skipping build go115 (already ran) [2021-01-22T08:37:06.102Z] Building edgex-go [2021-01-22T08:37:06.102Z] 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-01-22T08:37:08.661Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-22T08:37:08.661Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-22T08:37:08.661Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-22T08:37:08.661Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-22T08:37:08.661Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-22T08:37:08.661Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-22T08:37:08.661Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-22T08:37:08.661Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-22T08:37:08.661Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-22T08:37:08.661Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-22T08:37:08.661Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-22T08:37:08.661Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-22T08:37:08.661Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-22T08:37:08.661Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-22T08:37:08.661Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-22T08:37:08.661Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-22T08:37:08.661Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-22T08:37:08.661Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-22T08:37:08.661Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-22T08:37:08.661Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-22T08:37:08.661Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-22T08:37:08.661Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-22T08:37:08.661Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-22T08:37:08.661Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-22T08:37:08.661Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-22T08:37:08.661Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-22T08:37:08.661Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-22T08:37:08.661Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-22T08:37:08.661Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-22T08:37:08.661Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-22T08:37:08.661Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-22T08:37:08.661Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-22T08:37:08.661Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-22T08:37:08.661Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-22T08:37:08.661Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-22T08:37:08.661Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-22T08:37:08.661Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-22T08:37:08.923Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-22T08:37:08.923Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-22T08:37:09.185Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-22T08:37:15.818Z] 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-01-22T08:37:20.055Z] 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-01-22T08:37:21.024Z] 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-01-22T08:37:21.980Z] 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-01-22T08:37:22.558Z] 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-01-22T08:37:22.558Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-22T08:37:22.558Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-22T08:37:22.558Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-22T08:37:22.558Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-22T08:37:24.483Z] 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-01-22T08:37:24.483Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-22T08:37:24.483Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-22T08:37:25.900Z] 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-01-22T08:37:26.855Z] 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-01-22T08:37:26.855Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-22T08:37:28.261Z] 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-01-22T08:37:29.211Z] 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-01-22T08:37:30.162Z] 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-01-22T08:37:30.162Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-22T08:37:31.143Z] 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-01-22T08:37:31.143Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-22T08:37:32.725Z] 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-01-22T08:37:32.725Z] 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-01-22T08:37:34.457Z] Building version [2021-01-22T08:37:35.855Z] Staging config-common [2021-01-22T08:37:36.805Z] Skipping stage go-build-helper (already ran) [2021-01-22T08:37:36.805Z] Skipping stage static-packages (already ran) [2021-01-22T08:37:36.805Z] Skipping stage go115 (already ran) [2021-01-22T08:37:36.805Z] Staging edgex-go [2021-01-22T08:37:37.755Z] Staging version [2021-01-22T08:37:38.703Z] Priming config-common [2021-01-22T08:37:39.655Z] Priming go-build-helper [2021-01-22T08:37:40.605Z] Priming static-packages [2021-01-22T08:37:41.077Z] Removing intermediate container 0eca5970f788 [2021-01-22T08:37:41.077Z] ---> 89a4b388cc9a [2021-01-22T08:37:41.077Z] [2021-01-22T08:37:41.077Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T08:37:41.077Z] 3.12: Pulling from library/alpine [2021-01-22T08:37:43.085Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T08:37:43.085Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T08:37:43.085Z] ---> afeebe901d6b [2021-01-22T08:37:43.085Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T08:37:43.165Z] Priming go115 [2021-01-22T08:37:44.115Z] Priming edgex-go [2021-01-22T08:37:44.541Z] ---> Running in 79a9cb4fe51a [2021-01-22T08:37:45.066Z] Priming version [2021-01-22T08:37:45.529Z] Removing intermediate container 6d10b4b566c2 [2021-01-22T08:37:45.529Z] ---> 6945cca9d7bf [2021-01-22T08:37:45.529Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T08:37:46.012Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-22T08:37:46.133Z] ---> Running in f9191cbe76d8 [2021-01-22T08:37:46.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:37:46.413Z] Removing intermediate container 9882365345d1 [2021-01-22T08:37:46.413Z] ---> ca51b834fd2f [2021-01-22T08:37:46.413Z] [2021-01-22T08:37:46.413Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T08:37:46.413Z] ---> afeebe901d6b [2021-01-22T08:37:46.413Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T08:37:46.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:37:46.686Z] ---> Running in 07a549ae8483 [2021-01-22T08:37:46.686Z] Removing intermediate container db6e9d0d7b28 [2021-01-22T08:37:46.686Z] ---> 08497576d180 [2021-01-22T08:37:46.686Z] [2021-01-22T08:37:46.686Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T08:37:46.686Z] ---> afeebe901d6b [2021-01-22T08:37:46.686Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T08:37:46.961Z] ---> Running in f21646807842 [2021-01-22T08:37:47.238Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T08:37:47.519Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T08:37:47.519Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T08:37:47.519Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T08:37:47.519Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T08:37:47.519Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:37:47.519Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] } [Pipeline] // withEnv [2021-01-22T08:37:48.128Z] OK: 7 MiB in 19 packages [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-22T08:37:48.746Z] 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 [Pipeline] // stage [Pipeline] } [2021-01-22T08:37:49.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:37:49.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:37:49.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:37:49.863Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T08:37:49.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:37:50.137Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T08:37:50.137Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T08:37:50.137Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T08:37:50.137Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:37:50.137Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T08:37:50.414Z] OK: 7 MiB in 18 packages [2021-01-22T08:37:50.707Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T08:37:50.707Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:37:50.707Z] OK: 5 MiB in 15 packages [2021-01-22T08:37:50.707Z] Removing intermediate container 79a9cb4fe51a [2021-01-22T08:37:50.707Z] ---> 9babe435afc4 [2021-01-22T08:37:50.707Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T08:37:50.992Z] ---> Running in 09c8c1d6c4f7 [2021-01-22T08:37:51.988Z] Removing intermediate container 09c8c1d6c4f7 [2021-01-22T08:37:51.988Z] ---> 49ff832a3ba2 [2021-01-22T08:37:51.988Z] Step 13/24 : WORKDIR / [2021-01-22T08:37:52.272Z] ---> Running in e3a09964eadc [2021-01-22T08:37:52.566Z] Removing intermediate container f21646807842 [2021-01-22T08:37:52.566Z] ---> 7666c7a979a8 [2021-01-22T08:37:52.566Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:37:52.846Z] Removing intermediate container 07a549ae8483 [2021-01-22T08:37:52.846Z] ---> 448d6e275a7c [2021-01-22T08:37:52.846Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T08:37:52.846Z] ---> Running in 133f04b3052b [2021-01-22T08:37:53.442Z] Removing intermediate container e3a09964eadc [2021-01-22T08:37:53.442Z] ---> 3d14dd5f3c1e [2021-01-22T08:37:53.442Z] 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-01-22T08:37:53.442Z] ---> Running in a17c8965798d [2021-01-22T08:37:53.748Z] Removing intermediate container f9191cbe76d8 [2021-01-22T08:37:53.748Z] ---> cc22f314c569 [2021-01-22T08:37:53.748Z] [2021-01-22T08:37:53.748Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T08:37:53.748Z] Removing intermediate container 133f04b3052b [2021-01-22T08:37:53.748Z] ---> f367365ab22b [2021-01-22T08:37:53.748Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T08:37:53.748Z] 20.10.0: Pulling from library/docker [2021-01-22T08:37:54.051Z] ---> Running in 81d11d3b2956 [2021-01-22T08:37:54.337Z] Removing intermediate container a17c8965798d [2021-01-22T08:37:54.337Z] ---> 2c8993c9cf4b [2021-01-22T08:37:54.337Z] Step 13/21 : WORKDIR /edgex [2021-01-22T08:37:54.655Z] ---> Running in 09041ea180f2 [2021-01-22T08:37:54.655Z] ---> 5f5ee38c61dc [2021-01-22T08:37:54.656Z] 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-01-22T08:37:55.318Z] Removing intermediate container 81d11d3b2956 [2021-01-22T08:37:55.318Z] ---> 1af65b3c2fe9 [2021-01-22T08:37:55.318Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T08:37:55.599Z] ---> Running in 1ad569baf047 [2021-01-22T08:37:56.205Z] Removing intermediate container 09041ea180f2 [2021-01-22T08:37:56.205Z] ---> cfce44d925a7 [2021-01-22T08:37:56.205Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T08:37:56.491Z] ---> b4a807cc8d06 [2021-01-22T08:37:56.491Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T08:37:56.780Z] Removing intermediate container 1ad569baf047 [2021-01-22T08:37:56.781Z] ---> 628ce753c122 [2021-01-22T08:37:56.781Z] Step 15/23 : WORKDIR / [2021-01-22T08:37:57.771Z] ---> Running in 26061fe67618 [2021-01-22T08:37:58.046Z] ---> 4d083e405062 [2021-01-22T08:37:58.046Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T08:37:58.320Z] ---> 3dc93eeb006e [2021-01-22T08:37:58.320Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T08:37:59.313Z] Removing intermediate container 26061fe67618 [2021-01-22T08:37:59.313Z] ---> cfe034c461f0 [2021-01-22T08:37:59.313Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:37:59.906Z] Removing intermediate container 639077fe78a3 [2021-01-22T08:37:59.906Z] ---> 8848419053da [2021-01-22T08:37:59.906Z] [2021-01-22T08:37:59.906Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T08:37:59.906Z] ---> afeebe901d6b [2021-01-22T08:37:59.906Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T08:37:59.906Z] ---> Using cache [2021-01-22T08:37:59.906Z] ---> 7666c7a979a8 [2021-01-22T08:37:59.906Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:37:59.906Z] ---> Using cache [2021-01-22T08:37:59.906Z] ---> f367365ab22b [2021-01-22T08:37:59.906Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T08:38:00.177Z] ---> 33a81932980d [2021-01-22T08:38:00.177Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T08:38:00.448Z] ---> aab1002ff7af [2021-01-22T08:38:00.448Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T08:38:00.448Z] ---> Running in 6d63ec2d0264 [2021-01-22T08:38:00.720Z] ---> d4d7ca16a252 [2021-01-22T08:38:00.720Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T08:38:01.694Z] Removing intermediate container 6d63ec2d0264 [2021-01-22T08:38:01.694Z] ---> 4038f022bf9d [2021-01-22T08:38:01.694Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T08:38:02.681Z] ---> cd8f81e0cf2c [2021-01-22T08:38:02.681Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T08:38:02.681Z] ---> Running in 0b394f6c0e18 [2021-01-22T08:38:02.959Z] ---> 0b178259b163 [2021-01-22T08:38:02.960Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T08:38:02.960Z] ---> Running in 554a2a8d9737 [2021-01-22T08:38:02.960Z] ---> e2e2af6c93a2 [2021-01-22T08:38:02.960Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T08:38:03.241Z] Removing intermediate container 0b394f6c0e18 [2021-01-22T08:38:03.241Z] ---> 23fbdac6783d [2021-01-22T08:38:03.241Z] Step 15/23 : WORKDIR / [2021-01-22T08:38:03.842Z] ---> Running in f55d90179f62 [2021-01-22T08:38:03.842Z] Removing intermediate container 554a2a8d9737 [2021-01-22T08:38:03.842Z] ---> b3d392e03d70 [2021-01-22T08:38:03.842Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T08:38:04.441Z] ---> 954b50624ed8 [2021-01-22T08:38:04.441Z] 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-01-22T08:38:04.724Z] ---> 495026a7b4d7 [2021-01-22T08:38:04.724Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T08:38:04.724Z] ---> Running in 3c0beeb5f5d2 [2021-01-22T08:38:04.724Z] ---> Running in 903910c09364 [2021-01-22T08:38:04.999Z] Removing intermediate container f55d90179f62 [2021-01-22T08:38:04.999Z] ---> bca1bc213813 [2021-01-22T08:38:04.999Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:38:05.272Z] ---> Running in 35008774c9cf [2021-01-22T08:38:05.871Z] Removing intermediate container 903910c09364 [2021-01-22T08:38:05.871Z] ---> cf213d67d949 [2021-01-22T08:38:05.871Z] Step 19/21 : LABEL arch=arm64 [2021-01-22T08:38:06.146Z] ---> Running in db6f6d637086 [2021-01-22T08:38:06.423Z] Removing intermediate container 35008774c9cf [2021-01-22T08:38:06.423Z] ---> 5d0976f8b29a [2021-01-22T08:38:06.423Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:38:06.701Z] ---> 780cc66ce6b2 [2021-01-22T08:38:06.701Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T08:38:06.701Z] ---> Running in a9730e154a4f [2021-01-22T08:38:06.975Z] Removing intermediate container db6f6d637086 [2021-01-22T08:38:06.975Z] ---> 28d487faff88 [2021-01-22T08:38:06.975Z] Step 20/21 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:38:07.247Z] ---> Running in 27704f46d29d [2021-01-22T08:38:07.533Z] Removing intermediate container a9730e154a4f [2021-01-22T08:38:07.533Z] ---> c14191a53644 [2021-01-22T08:38:07.533Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T08:38:07.810Z] ---> Running in ed14c7ed6f02 [2021-01-22T08:38:08.094Z] Removing intermediate container 27704f46d29d [2021-01-22T08:38:08.094Z] ---> 64a49d4922dc [2021-01-22T08:38:08.094Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T08:38:08.369Z] ---> Running in 1588ea7c07c0 [2021-01-22T08:38:08.655Z] Removing intermediate container ed14c7ed6f02 [2021-01-22T08:38:08.655Z] ---> 3637b775e62e [2021-01-22T08:38:08.655Z] Step 22/23 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:38:08.655Z] Removing intermediate container 3c0beeb5f5d2 [2021-01-22T08:38:08.655Z] ---> b582b0d7da74 [2021-01-22T08:38:08.655Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T08:38:08.655Z] ---> ea2e2870fa3b [2021-01-22T08:38:08.655Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T08:38:08.932Z] ---> Running in ec4713c73c17 [2021-01-22T08:38:08.932Z] ---> Running in b38d3cc72526 [2021-01-22T08:38:09.205Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T08:38:09.205Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T08:38:09.205Z] ---> eeaf43b92773 [2021-01-22T08:38:09.205Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T08:38:09.205Z] Removing intermediate container 1588ea7c07c0 [2021-01-22T08:38:09.205Z] ---> 724af1641f09 [2021-01-22T08:38:09.205Z] [2021-01-22T08:38:09.482Z] ---> Running in 18407d27fc50 [2021-01-22T08:38:09.757Z] Removing intermediate container ec4713c73c17 [2021-01-22T08:38:09.757Z] ---> 7a90733cbfe4 [2021-01-22T08:38:09.757Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T08:38:09.757Z] Removing intermediate container b38d3cc72526 [2021-01-22T08:38:09.757Z] ---> d65d9c17af42 [2021-01-22T08:38:09.757Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T08:38:10.034Z] Successfully built 724af1641f09 [2021-01-22T08:38:10.034Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-22T08:38:10.034Z] ---> 505e1fe3a275 [2021-01-22T08:38:10.034Z]  Building docker-security-proxy-setup-go ... done Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T08:38:10.034Z] Building docker-security-bootstrapper-go [2021-01-22T08:38:10.034Z] ---> Running in 61a8f8f739d6 [2021-01-22T08:38:10.034Z] ---> Running in 0438def90b2e [2021-01-22T08:38:10.329Z] ---> Running in fda1c64701d5 [2021-01-22T08:38:10.950Z] Removing intermediate container 0438def90b2e [2021-01-22T08:38:10.950Z] ---> 83edb265c6af [2021-01-22T08:38:10.950Z] Step 23/24 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:38:10.950Z] Removing intermediate container 61a8f8f739d6 [2021-01-22T08:38:10.950Z] ---> 4f116e690f49 [2021-01-22T08:38:10.950Z] [2021-01-22T08:38:10.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:38:11.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:38:11.265Z] ---> Running in 37608892af2f [2021-01-22T08:38:11.265Z] Removing intermediate container fda1c64701d5 [2021-01-22T08:38:11.265Z] ---> 2c6df2f527d5 [2021-01-22T08:38:11.265Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:38:11.557Z] Successfully built 4f116e690f49 [2021-01-22T08:38:11.557Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-22T08:38:11.557Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-01-22T08:38:11.833Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T08:38:11.833Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T08:38:11.833Z] Executing bash-5.0.17-r0.post-install [2021-01-22T08:38:11.833Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:38:12.113Z] OK: 12 MiB in 22 packages [2021-01-22T08:38:12.113Z] ---> Running in a8bd3789c67b [2021-01-22T08:38:12.389Z] Removing intermediate container 37608892af2f [2021-01-22T08:38:12.389Z] ---> bdaa0a54a550 [2021-01-22T08:38:12.389Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T08:38:12.662Z] ---> Running in 6afce894d019 [2021-01-22T08:38:12.662Z] Removing intermediate container a8bd3789c67b [2021-01-22T08:38:12.662Z] ---> 0bc42a5494c7 [2021-01-22T08:38:12.662Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T08:38:13.265Z] ---> Running in 8121d241cd07 [2021-01-22T08:38:13.866Z] Removing intermediate container 6afce894d019 [2021-01-22T08:38:13.866Z] ---> 95e4edb8fb32 [2021-01-22T08:38:13.866Z] [2021-01-22T08:38:14.140Z] Successfully built 95e4edb8fb32 [2021-01-22T08:38:15.125Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-22T08:38:15.125Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-22T08:38:15.125Z] Removing intermediate container 8121d241cd07 [2021-01-22T08:38:15.125Z] ---> cb5451c35097 [2021-01-22T08:38:15.125Z] Step 22/23 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:38:15.125Z] Removing intermediate container 18407d27fc50 [2021-01-22T08:38:15.125Z] ---> 185dd841b074 [2021-01-22T08:38:15.125Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T08:38:15.408Z] ---> Running in cf6eefa27957 [2021-01-22T08:38:15.408Z] ---> Running in 998c06b9a0f2 [2021-01-22T08:38:16.016Z] Removing intermediate container 998c06b9a0f2 [2021-01-22T08:38:16.016Z] ---> 6b6138e0cb91 [2021-01-22T08:38:16.016Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T08:38:16.293Z] Removing intermediate container cf6eefa27957 [2021-01-22T08:38:16.293Z] ---> 662f8778e9c6 [2021-01-22T08:38:16.293Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T08:38:16.293Z] ---> Running in f88660939831 [2021-01-22T08:38:16.293Z] ---> Running in 9e7949a1dd23 [2021-01-22T08:38:17.282Z] Removing intermediate container f88660939831 [2021-01-22T08:38:17.282Z] ---> 0feb2c13e5fe [2021-01-22T08:38:17.282Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T08:38:17.554Z] Removing intermediate container 9e7949a1dd23 [2021-01-22T08:38:17.554Z] ---> 3ddd246b8d06 [2021-01-22T08:38:17.554Z] [2021-01-22T08:38:17.554Z] ---> Running in 06f1ef20c5be [2021-01-22T08:38:17.827Z] Successfully built 3ddd246b8d06 [2021-01-22T08:38:17.827Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-22T08:38:17.827Z] Building docker-support-scheduler-go [2021-01-22T08:38:18.419Z]  Building docker-core-metadata-go ... done Removing intermediate container 06f1ef20c5be [2021-01-22T08:38:18.419Z] ---> fc44fdb26875 [2021-01-22T08:38:18.419Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T08:38:20.412Z] ---> 661cf3cf5416 [2021-01-22T08:38:20.412Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T08:38:22.409Z] ---> e6a469ac9d77 [2021-01-22T08:38:22.409Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T08:38:23.848Z] ---> 712fef66aac3 [2021-01-22T08:38:23.848Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T08:38:24.121Z] ---> Running in f3f7d630d854 [2021-01-22T08:38:25.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:38:25.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:38:26.158Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T08:38:26.158Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T08:38:26.158Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T08:38:26.158Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T08:38:26.430Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T08:38:26.430Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T08:38:26.430Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T08:38:28.413Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T08:38:28.413Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T08:38:28.413Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T08:38:28.413Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T08:38:28.413Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T08:38:28.413Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T08:38:28.413Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T08:38:28.413Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T08:38:28.413Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T08:38:28.413Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T08:38:28.413Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T08:38:28.685Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T08:38:28.685Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T08:38:28.686Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T08:38:28.686Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T08:38:28.686Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T08:38:28.686Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T08:38:28.686Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T08:38:28.686Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T08:38:28.686Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T08:38:28.686Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T08:38:28.962Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T08:38:28.962Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T08:38:28.962Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T08:38:28.962Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T08:38:28.962Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T08:38:28.962Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:38:28.962Z] OK: 71 MiB in 55 packages [2021-01-22T08:38:44.076Z] Removing intermediate container f3f7d630d854 [2021-01-22T08:38:44.076Z] ---> 6c3d0e518e16 [2021-01-22T08:38:44.076Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T08:38:44.076Z] ---> Running in 899633963a5a [2021-01-22T08:38:49.483Z] Collecting docker-compose==1.23.2 [2021-01-22T08:38:49.759Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T08:38:50.358Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T08:38:50.358Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T08:38:52.345Z] 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-01-22T08:38:52.943Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T08:38:52.943Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T08:38:53.926Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T08:38:53.926Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T08:38:56.576Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T08:38:56.576Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T08:38:56.852Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:38:56.852Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:38:56.852Z] ---> bd379429a67b [2021-01-22T08:38:56.852Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T08:38:56.852Z] ---> Using cache [2021-01-22T08:38:56.852Z] ---> 1aa64135700a [2021-01-22T08:38:56.852Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:38:56.852Z] ---> Using cache [2021-01-22T08:38:56.852Z] ---> 5ff4e0c45f47 [2021-01-22T08:38:56.852Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T08:38:57.457Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T08:38:57.457Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T08:38:58.062Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:38:58.062Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:38:58.062Z] ---> bd379429a67b [2021-01-22T08:38:58.062Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T08:38:58.062Z] ---> Using cache [2021-01-22T08:38:58.062Z] ---> 1aa64135700a [2021-01-22T08:38:58.062Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:38:58.062Z] ---> Using cache [2021-01-22T08:38:58.062Z] ---> 5ff4e0c45f47 [2021-01-22T08:38:58.062Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T08:38:59.521Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:38:59.521Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:38:59.521Z] ---> bd379429a67b [2021-01-22T08:38:59.521Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T08:38:59.521Z] ---> Using cache [2021-01-22T08:38:59.521Z] ---> 1aa64135700a [2021-01-22T08:38:59.521Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:38:59.521Z] ---> Using cache [2021-01-22T08:38:59.521Z] ---> 5ff4e0c45f47 [2021-01-22T08:38:59.521Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T08:38:59.521Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T08:38:59.521Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T08:39:00.125Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:39:00.125Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:39:00.125Z] ---> bd379429a67b [2021-01-22T08:39:00.125Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T08:39:00.125Z] ---> Using cache [2021-01-22T08:39:00.125Z] ---> 1aa64135700a [2021-01-22T08:39:00.125Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:39:00.125Z] ---> Using cache [2021-01-22T08:39:00.125Z] ---> 5ff4e0c45f47 [2021-01-22T08:39:00.125Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T08:39:00.716Z] ---> Running in 5aa319a440ab [2021-01-22T08:39:00.716Z] ---> Running in a6e03442207f [2021-01-22T08:39:00.716Z] ---> Running in 7d3bd510ec71 [2021-01-22T08:39:00.716Z] ---> Running in cfce2b636151 [2021-01-22T08:39:01.325Z] Collecting PyYAML<4,>=3.10 [2021-01-22T08:39:01.325Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T08:39:02.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:39:02.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:39:03.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:39:03.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:39:03.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:39:03.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:39:03.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:39:03.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:39:04.165Z] OK: 217 MiB in 51 packages [2021-01-22T08:39:04.559Z] OK: 217 MiB in 51 packages [2021-01-22T08:39:04.559Z] OK: 217 MiB in 51 packages [2021-01-22T08:39:04.931Z] OK: 217 MiB in 51 packages [2021-01-22T08:39:05.224Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T08:39:05.224Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T08:39:06.236Z] Removing intermediate container a6e03442207f [2021-01-22T08:39:06.236Z] ---> 21812542ac1b [2021-01-22T08:39:06.236Z] Step 6/33 : COPY go.mod . [2021-01-22T08:39:06.888Z] Removing intermediate container 5aa319a440ab [2021-01-22T08:39:06.888Z] ---> 010e849fe1e6 [2021-01-22T08:39:06.888Z] Step 6/22 : COPY go.mod . [2021-01-22T08:39:06.888Z] Removing intermediate container 7d3bd510ec71 [2021-01-22T08:39:06.888Z] ---> 08234fc26104 [2021-01-22T08:39:06.888Z] Step 6/23 : COPY go.mod . [2021-01-22T08:39:07.172Z] Removing intermediate container cfce2b636151 [2021-01-22T08:39:07.172Z] ---> d5dfece956bd [2021-01-22T08:39:07.172Z] Step 6/22 : COPY go.mod . [2021-01-22T08:39:07.785Z] ---> 130a68da6534 [2021-01-22T08:39:07.785Z] Step 7/33 : RUN go mod download [2021-01-22T08:39:07.785Z] ---> 7ca3480e80a5 [2021-01-22T08:39:07.785Z] Step 7/22 : RUN go mod download [2021-01-22T08:39:08.060Z] ---> Running in e409caf05fb8 [2021-01-22T08:39:08.060Z] ---> Running in 5c5b19fcd0c5 [2021-01-22T08:39:08.341Z] ---> 4e8f9015c44c [2021-01-22T08:39:08.341Z] Step 7/22 : RUN go mod download [2021-01-22T08:39:08.341Z] ---> efec13d84acc [2021-01-22T08:39:08.341Z] Step 7/23 : RUN go mod download [2021-01-22T08:39:08.646Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T08:39:08.646Z] ---> Running in ae7cd686bafc [2021-01-22T08:39:08.646Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T08:39:08.646Z] ---> Running in 2b28ecae660b [2021-01-22T08:39:09.267Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T08:39:09.267Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T08:39:09.547Z] 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-01-22T08:39:10.156Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T08:39:10.156Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T08:39:10.434Z] 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-01-22T08:39:10.711Z] Collecting idna<2.8,>=2.5 [2021-01-22T08:39:10.711Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T08:39:10.994Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T08:39:10.994Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T08:39:10.994Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T08:39:10.994Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T08:39:12.445Z] Installing collected packages: texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, cached-property, PyYAML, docopt, jsonschema, docker-compose [2021-01-22T08:39:12.445Z] Running setup.py install for texttable: started [2021-01-22T08:39:12.445Z] Removing intermediate container e409caf05fb8 [2021-01-22T08:39:12.445Z] ---> 1d2678532089 [2021-01-22T08:39:12.445Z] Step 8/33 : COPY . . [2021-01-22T08:39:12.726Z] Removing intermediate container 5c5b19fcd0c5 [2021-01-22T08:39:12.726Z] ---> 415f1c84ae8a [2021-01-22T08:39:12.726Z] Step 8/22 : COPY . . [2021-01-22T08:39:13.333Z] Removing intermediate container ae7cd686bafc [2021-01-22T08:39:13.333Z] ---> 1737d272fbfe [2021-01-22T08:39:13.333Z] Step 8/22 : COPY . . [2021-01-22T08:39:13.608Z] Removing intermediate container 2b28ecae660b [2021-01-22T08:39:13.608Z] ---> 608641544ea8 [2021-01-22T08:39:13.608Z] Step 8/23 : COPY . . [2021-01-22T08:39:15.053Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T08:39:15.053Z] Attempting uninstall: urllib3 [2021-01-22T08:39:15.053Z] Found existing installation: urllib3 1.25.9 [2021-01-22T08:39:15.053Z] Uninstalling urllib3-1.25.9: [2021-01-22T08:39:15.326Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T08:39:15.925Z] Attempting uninstall: idna [2021-01-22T08:39:15.925Z] Found existing installation: idna 2.9 [2021-01-22T08:39:15.925Z] Uninstalling idna-2.9: [2021-01-22T08:39:16.208Z] Successfully uninstalled idna-2.9 [2021-01-22T08:39:16.807Z] Attempting uninstall: requests [2021-01-22T08:39:16.807Z] Found existing installation: requests 2.23.0 [2021-01-22T08:39:16.807Z] Uninstalling requests-2.23.0: [2021-01-22T08:39:16.807Z] Successfully uninstalled requests-2.23.0 [2021-01-22T08:39:18.246Z] Running setup.py install for dockerpty: started [2021-01-22T08:39:20.231Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T08:39:20.231Z] Running setup.py install for PyYAML: started [2021-01-22T08:39:22.861Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T08:39:22.861Z] Running setup.py install for docopt: started [2021-01-22T08:39:25.487Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T08:39:26.468Z] 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-01-22T08:39:38.876Z] ---> db580b43cc3c [2021-01-22T08:39:38.876Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T08:39:38.876Z] ---> ecf6de35b6d1 [2021-01-22T08:39:38.876Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T08:39:38.876Z] ---> 7692609df0df [2021-01-22T08:39:38.876Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T08:39:38.876Z] ---> dd29e8701304 [2021-01-22T08:39:38.876Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T08:39:38.876Z] ---> Running in 9c57501a059e [2021-01-22T08:39:38.876Z] ---> Running in 26c486229277 [2021-01-22T08:39:38.876Z] ---> Running in 9afed8c29aa9 [2021-01-22T08:39:38.876Z] ---> Running in 24324e928c99 [2021-01-22T08:39:39.149Z] Removing intermediate container 899633963a5a [2021-01-22T08:39:39.149Z] ---> 7cbb11df9777 [2021-01-22T08:39:39.149Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T08:39:39.427Z] ---> Running in b516229d71a8 [2021-01-22T08:39:40.476Z] 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-01-22T08:39:40.476Z] 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-01-22T08:39:40.756Z] 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-01-22T08:39:41.036Z] 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-01-22T08:39:41.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:39:41.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:39:42.521Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T08:39:42.521Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T08:39:42.521Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T08:39:42.521Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:39:42.521Z] OK: 71 MiB in 58 packages [2021-01-22T08:39:44.522Z] Removing intermediate container b516229d71a8 [2021-01-22T08:39:44.522Z] ---> 7c7258b855a6 [2021-01-22T08:39:44.522Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T08:39:44.803Z] ---> Running in fffc82a8b233 [2021-01-22T08:39:45.407Z] Removing intermediate container fffc82a8b233 [2021-01-22T08:39:45.408Z] ---> 2ff0a5fd8ae6 [2021-01-22T08:39:45.408Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:39:45.685Z] ---> Running in 58bb6115ba69 [2021-01-22T08:39:46.286Z] Removing intermediate container 58bb6115ba69 [2021-01-22T08:39:46.286Z] ---> 4b8bf29aed00 [2021-01-22T08:39:46.286Z] Step 24/26 : LABEL arch=arm64 [2021-01-22T08:39:46.562Z] ---> Running in 65ae3eac98f5 [2021-01-22T08:39:47.162Z] Removing intermediate container 65ae3eac98f5 [2021-01-22T08:39:47.162Z] ---> ec75945ca012 [2021-01-22T08:39:47.162Z] Step 25/26 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:39:47.438Z] ---> Running in c463f13374b3 [2021-01-22T08:39:48.038Z] Removing intermediate container c463f13374b3 [2021-01-22T08:39:48.038Z] ---> 5458d6cc0fb7 [2021-01-22T08:39:48.038Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T08:39:48.314Z] ---> Running in 5af60e30ecb2 [2021-01-22T08:39:48.915Z] Removing intermediate container 5af60e30ecb2 [2021-01-22T08:39:48.915Z] ---> 73de23066f95 [2021-01-22T08:39:48.915Z] [2021-01-22T08:39:49.509Z] Successfully built 73de23066f95 [2021-01-22T08:39:49.509Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-22T08:40:57.546Z]  Building docker-sys-mgmt-agent-go ... done 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-01-22T08:41:01.872Z] Removing intermediate container 24324e928c99 [2021-01-22T08:41:01.872Z] ---> 705db2fdfdeb [2021-01-22T08:41:01.872Z] [2021-01-22T08:41:01.872Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T08:41:01.872Z] ---> afeebe901d6b [2021-01-22T08:41:01.872Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T08:41:01.872Z] Removing intermediate container 9afed8c29aa9 [2021-01-22T08:41:01.872Z] ---> 38189edf5d69 [2021-01-22T08:41:01.872Z] [2021-01-22T08:41:01.872Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T08:41:01.872Z] ---> afeebe901d6b [2021-01-22T08:41:01.872Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T08:41:01.872Z] ---> Using cache [2021-01-22T08:41:01.872Z] ---> 7666c7a979a8 [2021-01-22T08:41:01.872Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:41:01.872Z] ---> Using cache [2021-01-22T08:41:01.872Z] ---> f367365ab22b [2021-01-22T08:41:01.872Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T08:41:01.872Z] ---> Running in 46a9caae4cf1 [2021-01-22T08:41:01.872Z] ---> Running in a1d106174a3b [2021-01-22T08:41:02.855Z] Removing intermediate container a1d106174a3b [2021-01-22T08:41:02.855Z] ---> ac8989670dcf [2021-01-22T08:41:02.855Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T08:41:03.129Z] ---> Running in 183ffc1c4d28 [2021-01-22T08:41:04.110Z] Removing intermediate container 183ffc1c4d28 [2021-01-22T08:41:04.110Z] ---> 5ac2d2e0b2b8 [2021-01-22T08:41:04.110Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:41:04.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:41:04.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:41:04.982Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T08:41:04.982Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T08:41:04.982Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:41:05.262Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T08:41:05.262Z] ---> a03d2ad950f5 [2021-01-22T08:41:05.262Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T08:41:05.262Z] OK: 6 MiB in 16 packages [2021-01-22T08:41:07.885Z] ---> 559fabccf2e0 [2021-01-22T08:41:07.885Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T08:41:07.885Z] Removing intermediate container 46a9caae4cf1 [2021-01-22T08:41:07.885Z] ---> fb93bc345914 [2021-01-22T08:41:07.885Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:41:07.885Z] Removing intermediate container 9c57501a059e [2021-01-22T08:41:07.885Z] ---> e1750405ae52 [2021-01-22T08:41:07.885Z] [2021-01-22T08:41:07.885Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T08:41:07.885Z] ---> afeebe901d6b [2021-01-22T08:41:07.885Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T08:41:08.158Z] ---> Running in ca5330ec3c8d [2021-01-22T08:41:08.158Z] ---> Running in a34a091e26bd [2021-01-22T08:41:08.761Z] ---> 091705fce376 [2021-01-22T08:41:08.761Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T08:41:09.036Z] Removing intermediate container a34a091e26bd [2021-01-22T08:41:09.036Z] ---> 769d57f2ca3a [2021-01-22T08:41:09.036Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T08:41:09.036Z] ---> Running in 46e168e910b1 [2021-01-22T08:41:09.036Z] ---> Running in 5a17f1d307b9 [2021-01-22T08:41:09.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:41:09.641Z] Removing intermediate container 5a17f1d307b9 [2021-01-22T08:41:09.641Z] ---> 96c3d9a128a5 [2021-01-22T08:41:09.641Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T08:41:09.641Z] Removing intermediate container 46e168e910b1 [2021-01-22T08:41:09.641Z] ---> 03b3c08929ad [2021-01-22T08:41:09.641Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:41:09.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:41:09.917Z] ---> Running in 976b9b95e73f [2021-01-22T08:41:09.917Z] ---> Running in 695098596b5d [2021-01-22T08:41:10.692Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T08:41:10.692Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T08:41:10.692Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T08:41:10.692Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:41:10.692Z] OK: 6 MiB in 17 packages [2021-01-22T08:41:10.692Z] Removing intermediate container 976b9b95e73f [2021-01-22T08:41:10.692Z] ---> fe127236e554 [2021-01-22T08:41:10.692Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:41:10.692Z] Removing intermediate container 695098596b5d [2021-01-22T08:41:10.692Z] ---> 14f217a80d16 [2021-01-22T08:41:10.692Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T08:41:10.994Z] ---> Running in e575b64ed393 [2021-01-22T08:41:12.131Z] Removing intermediate container e575b64ed393 [2021-01-22T08:41:12.131Z] ---> 3d6dd6a7e27b [2021-01-22T08:41:12.131Z] Step 21/22 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:41:12.131Z] ---> 95a55156909e [2021-01-22T08:41:12.131Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T08:41:12.430Z] ---> Running in 97df4b3ecaae [2021-01-22T08:41:12.430Z] Removing intermediate container ca5330ec3c8d [2021-01-22T08:41:12.430Z] ---> bd4f3279af21 [2021-01-22T08:41:12.430Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T08:41:12.733Z] ---> Running in 029b45e360ae [2021-01-22T08:41:13.331Z] Removing intermediate container 97df4b3ecaae [2021-01-22T08:41:13.331Z] ---> f2ca246c19bc [2021-01-22T08:41:13.331Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T08:41:13.605Z] ---> Running in b4a23c7dc90d [2021-01-22T08:41:13.605Z] Removing intermediate container 029b45e360ae [2021-01-22T08:41:13.605Z] ---> 750722436b8d [2021-01-22T08:41:13.605Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T08:41:13.880Z] ---> Running in d11454d5f910 [2021-01-22T08:41:14.155Z] ---> 8603505e2a19 [2021-01-22T08:41:14.155Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T08:41:14.155Z] Removing intermediate container b4a23c7dc90d [2021-01-22T08:41:14.155Z] ---> 63b1de71b076 [2021-01-22T08:41:14.155Z] [2021-01-22T08:41:14.754Z] Removing intermediate container d11454d5f910 [2021-01-22T08:41:14.754Z] ---> 4a3d07a83380 [2021-01-22T08:41:14.754Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T08:41:14.754Z] Successfully built 63b1de71b076 [2021-01-22T08:41:14.754Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-22T08:41:15.028Z]  Building docker-support-scheduler-go ... done  ---> Running in d8b50e835be7 [2021-01-22T08:41:15.028Z] ---> 5e353d4fa2a7 [2021-01-22T08:41:15.028Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T08:41:15.315Z] ---> Running in 13c0329221ba [2021-01-22T08:41:15.919Z] Removing intermediate container 13c0329221ba [2021-01-22T08:41:15.919Z] ---> c4b100b935a9 [2021-01-22T08:41:15.919Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:41:15.919Z] ---> Running in 20d945e2b404 [2021-01-22T08:41:16.197Z] Connecting to github.com (140.82.112.3:443) [2021-01-22T08:41:16.488Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.153.20:443) [2021-01-22T08:41:16.489Z] Removing intermediate container 20d945e2b404 [2021-01-22T08:41:16.489Z] ---> 4ab03c44934f [2021-01-22T08:41:16.489Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T08:41:16.489Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T08:41:16.489Z]  ---> Running in cb132a4d8410 [2021-01-22T08:41:16.766Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T08:41:16.766Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T08:41:16.766Z] dockerize [2021-01-22T08:41:17.361Z] Removing intermediate container cb132a4d8410 [2021-01-22T08:41:17.361Z] ---> 73b73fd5e35b [2021-01-22T08:41:17.361Z] Step 21/22 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:41:17.632Z] ---> Running in df39cad66adb [2021-01-22T08:41:18.225Z] Removing intermediate container df39cad66adb [2021-01-22T08:41:18.225Z] ---> 4fe025426e7e [2021-01-22T08:41:18.225Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T08:41:18.225Z] ---> Running in 2fa7cafca0e7 [2021-01-22T08:41:18.501Z] Removing intermediate container d8b50e835be7 [2021-01-22T08:41:18.501Z] ---> cd3a6b2805f9 [2021-01-22T08:41:18.501Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T08:41:19.093Z] ---> Running in 2ae70bfdd13f [2021-01-22T08:41:19.093Z] Removing intermediate container 2fa7cafca0e7 [2021-01-22T08:41:19.093Z] ---> 7bd9b8c8497c [2021-01-22T08:41:19.093Z] [2021-01-22T08:41:19.365Z] Successfully built 7bd9b8c8497c [2021-01-22T08:41:19.365Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-22T08:41:19.958Z]  Building docker-support-notifications-go ... done Removing intermediate container 2ae70bfdd13f [2021-01-22T08:41:19.959Z] ---> b4c118479449 [2021-01-22T08:41:19.959Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T08:41:20.229Z] ---> Running in b101db5e481d [2021-01-22T08:41:20.501Z] Removing intermediate container 26c486229277 [2021-01-22T08:41:20.501Z] ---> e9f356aea114 [2021-01-22T08:41:20.501Z] [2021-01-22T08:41:20.501Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T08:41:20.501Z] ---> afeebe901d6b [2021-01-22T08:41:20.501Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T08:41:20.775Z] Removing intermediate container b101db5e481d [2021-01-22T08:41:20.775Z] ---> 005c6cefba68 [2021-01-22T08:41:20.775Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T08:41:20.775Z] ---> Running in 57086f57d3b4 [2021-01-22T08:41:20.775Z] ---> Running in 77efd80cb6f3 [2021-01-22T08:41:21.375Z] Removing intermediate container 57086f57d3b4 [2021-01-22T08:41:21.376Z] ---> ff8fcf01082e [2021-01-22T08:41:21.376Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T08:41:21.376Z] ---> Running in 6a550c31cc84 [2021-01-22T08:41:21.963Z] Removing intermediate container 6a550c31cc84 [2021-01-22T08:41:21.963Z] ---> 7193f0abc482 [2021-01-22T08:41:21.963Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T08:41:21.963Z] Move dockerize executable [2021-01-22T08:41:22.235Z] ---> Running in b0053bd6001c [2021-01-22T08:41:22.506Z] Removing intermediate container b0053bd6001c [2021-01-22T08:41:22.506Z] ---> 4801fa3f971a [2021-01-22T08:41:22.506Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:41:22.776Z] ---> Running in 288d507a80db [2021-01-22T08:41:23.370Z] Removing intermediate container 77efd80cb6f3 [2021-01-22T08:41:23.370Z] ---> 6b076df5f213 [2021-01-22T08:41:23.370Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T08:41:23.641Z] ---> Running in c06f50df5c72 [2021-01-22T08:41:24.233Z] Removing intermediate container c06f50df5c72 [2021-01-22T08:41:24.234Z] ---> a5b02c471d8d [2021-01-22T08:41:24.234Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T08:41:24.826Z] ---> 4b225e0f7a30 [2021-01-22T08:41:24.826Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T08:41:24.826Z] ---> Running in 27e3f696681e [2021-01-22T08:41:24.826Z] Removing intermediate container 288d507a80db [2021-01-22T08:41:24.826Z] ---> 6eee1c732108 [2021-01-22T08:41:24.826Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T08:41:25.098Z] ---> Running in ef968f10a8f2 [2021-01-22T08:41:26.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T08:41:26.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T08:41:27.069Z] Removing intermediate container 27e3f696681e [2021-01-22T08:41:27.069Z] ---> 68f608c62cf5 [2021-01-22T08:41:27.069Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:41:27.659Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T08:41:27.659Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T08:41:27.659Z] ---> 4fa932b0c7ed [2021-01-22T08:41:27.659Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T08:41:27.927Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T08:41:27.928Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T08:41:28.198Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T08:41:28.198Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T08:41:28.468Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:41:28.468Z] OK: 8 MiB in 20 packages [2021-01-22T08:41:29.072Z] ---> 07b2f9ac2160 [2021-01-22T08:41:29.072Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T08:41:29.668Z] Removing intermediate container ef968f10a8f2 [2021-01-22T08:41:29.668Z] ---> 6407c168568f [2021-01-22T08:41:29.668Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:41:29.668Z] ---> 50662defa709 [2021-01-22T08:41:29.668Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T08:41:30.646Z] ---> feda0cfba2e1 [2021-01-22T08:41:30.646Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T08:41:30.918Z] ---> d3d1f1e7c78d [2021-01-22T08:41:30.918Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T08:41:31.896Z] ---> e684dc327253 [2021-01-22T08:41:31.896Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T08:41:31.896Z] ---> 6fa882887052 [2021-01-22T08:41:31.896Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T08:41:32.489Z] ---> Running in 7a0a7c1381ed [2021-01-22T08:41:32.760Z] ---> f1a595fc5a01 [2021-01-22T08:41:32.760Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T08:41:33.036Z] Removing intermediate container 7a0a7c1381ed [2021-01-22T08:41:33.036Z] ---> fbfd686974f5 [2021-01-22T08:41:33.036Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T08:41:33.036Z] ---> Running in beccf5792053 [2021-01-22T08:41:33.629Z] Removing intermediate container beccf5792053 [2021-01-22T08:41:33.629Z] ---> 7f8c8646c7b6 [2021-01-22T08:41:33.629Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:41:33.629Z] ---> Running in 3542c84761fc [2021-01-22T08:41:33.900Z] ---> e0d0e824ec28 [2021-01-22T08:41:33.900Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T08:41:34.175Z] ---> Running in 5e0ba39fc56d [2021-01-22T08:41:34.454Z] Removing intermediate container 3542c84761fc [2021-01-22T08:41:34.454Z] ---> 90905b9c005b [2021-01-22T08:41:34.454Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T08:41:34.727Z] ---> Running in ac7911a75247 [2021-01-22T08:41:35.321Z] Removing intermediate container ac7911a75247 [2021-01-22T08:41:35.321Z] ---> b13954dfa9dd [2021-01-22T08:41:35.321Z] Step 22/23 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:41:35.321Z] ---> Running in 25515c2a9db5 [2021-01-22T08:41:35.918Z] Removing intermediate container 25515c2a9db5 [2021-01-22T08:41:35.918Z] ---> e56b205cd4b9 [2021-01-22T08:41:35.918Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T08:41:35.918Z] ---> Running in b58b9a5b5944 [2021-01-22T08:41:36.513Z] Removing intermediate container b58b9a5b5944 [2021-01-22T08:41:36.513Z] ---> 922d0e8eb7a4 [2021-01-22T08:41:36.513Z] [2021-01-22T08:41:36.784Z] Successfully built 922d0e8eb7a4 [2021-01-22T08:41:37.055Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-22T08:41:37.055Z]  Building docker-core-data-go ... done Removing intermediate container 5e0ba39fc56d [2021-01-22T08:41:37.055Z] ---> e92c566c670c [2021-01-22T08:41:37.055Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T08:41:37.332Z] ---> Running in 34edaa2be6ff [2021-01-22T08:41:37.923Z] Removing intermediate container 34edaa2be6ff [2021-01-22T08:41:37.923Z] ---> 701d6ce48b46 [2021-01-22T08:41:37.923Z] Step 30/33 : CMD ["gate"] [2021-01-22T08:41:38.515Z] ---> Running in 6636709113cb [2021-01-22T08:41:38.789Z] Removing intermediate container 6636709113cb [2021-01-22T08:41:38.789Z] ---> a8ab86a29d3e [2021-01-22T08:41:38.789Z] Step 31/33 : LABEL arch=arm64 [2021-01-22T08:41:39.381Z] ---> Running in 51c99641345e [2021-01-22T08:41:39.974Z] Removing intermediate container 51c99641345e [2021-01-22T08:41:39.974Z] ---> 4c6c4fb43600 [2021-01-22T08:41:39.974Z] Step 32/33 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec [2021-01-22T08:41:40.568Z] ---> Running in 6d0fe6f7c175 [2021-01-22T08:41:40.838Z] Removing intermediate container 6d0fe6f7c175 [2021-01-22T08:41:40.838Z] ---> 42d24a2c8c35 [2021-01-22T08:41:40.838Z] Step 33/33 : LABEL version=0.0.0 [2021-01-22T08:41:41.432Z] ---> Running in 69198aa26026 [2021-01-22T08:41:42.023Z] Removing intermediate container 69198aa26026 [2021-01-22T08:41:42.023Z] ---> 0b24db0fb331 [2021-01-22T08:41:42.023Z] [2021-01-22T08:41:42.294Z] Successfully built 0b24db0fb331 [2021-01-22T08:41:42.294Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-22T08:41:42.581Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-22T08:41:42.582Z] $ docker stop --time=1 6bce2f2a31e3b6b50012b1664799c6aa73c707e3c56c02d756d21cd593ecda97 [2021-01-22T08:41:44.463Z] $ docker rm -f 6bce2f2a31e3b6b50012b1664799c6aa73c707e3c56c02d756d21cd593ecda97 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T08:41:45.176Z] + docker images+ [2021-01-22T08:41:45.177Z] grep docker [2021-01-22T08:41:45.448Z] docker-security-bootstrapper-go-arm64 latest 0b24db0fb331 4 seconds ago 40.3MB [2021-01-22T08:41:45.448Z] docker-core-data-go-arm64 latest 922d0e8eb7a4 9 seconds ago 21MB [2021-01-22T08:41:45.448Z] docker-support-notifications-go-arm64 latest 7bd9b8c8497c 27 seconds ago 16MB [2021-01-22T08:41:45.448Z] docker-support-scheduler-go-arm64 latest 63b1de71b076 32 seconds ago 15.5MB [2021-01-22T08:41:45.448Z] docker-sys-mgmt-agent-go-arm64 latest 73de23066f95 About a minute ago 300MB [2021-01-22T08:41:45.448Z] docker-core-metadata-go-arm64 latest 3ddd246b8d06 3 minutes ago 17.7MB [2021-01-22T08:41:45.448Z] docker-security-secretstore-setup-go-arm64 latest 95e4edb8fb32 3 minutes ago 23.4MB [2021-01-22T08:41:45.448Z] docker-core-command-go-arm64 latest 4f116e690f49 3 minutes ago 15.4MB [2021-01-22T08:41:45.448Z] docker-security-proxy-setup-go-arm64 latest 724af1641f09 3 minutes ago 23.2MB [2021-01-22T08:41:45.448Z] docker 20.10.0 eeaf43b92773 6 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-01-22T08:41:47.547Z] provisioning config files... [2021-01-22T08:41:47.562Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config6702901354381802527tmp [Pipeline] { [Pipeline] sh [2021-01-22T08:41:47.940Z] + set +x [2021-01-22T08:41:47.940Z] + curl -s https://codecov.io/bash [2021-01-22T08:41:47.940Z] + bash -s -- [2021-01-22T08:41:48.202Z] [2021-01-22T08:41:48.202Z] _____ _ [2021-01-22T08:41:48.202Z] / ____| | | [2021-01-22T08:41:48.202Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T08:41:48.202Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T08:41:48.202Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T08:41:48.202Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T08:41:48.202Z] Bash-20210115-cec3c92 [2021-01-22T08:41:48.202Z] [2021-01-22T08:41:48.202Z] [2021-01-22T08:41:48.202Z] ==> git version 2.24.3 found [2021-01-22T08:41:48.202Z] ==> 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-01-22T08:41:48.202Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T08:41:48.202Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T08:41:48.463Z] ==> Jenkins CI detected. [2021-01-22T08:41:48.463Z] project root: . [2021-01-22T08:41:48.463Z] --> token set from env [2021-01-22T08:41:48.463Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T08:41:48.463Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T08:41:48.463Z] ==> Python coveragepy not found [2021-01-22T08:41:48.463Z] ==> Searching for coverage reports in: [2021-01-22T08:41:48.463Z] + . [2021-01-22T08:41:48.463Z] -> Found 1 reports [2021-01-22T08:41:48.463Z] ==> Detecting git/mercurial file structure [2021-01-22T08:41:48.463Z] ==> Reading reports [2021-01-22T08:41:48.463Z] + ./coverage.out bytes=563886 [2021-01-22T08:41:48.463Z] ==> Appending adjustments [2021-01-22T08:41:48.463Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T08:41:51.166Z] + Found adjustments [2021-01-22T08:41:51.166Z] ==> Gzipping contents [2021-01-22T08:41:51.515Z] 84K /tmp/codecov.roImVm.gz [2021-01-22T08:41:51.515Z] ==> Uploading reports [2021-01-22T08:41:51.515Z] url: https://codecov.io [2021-01-22T08:41:51.515Z] query: branch=PR-3030&commit=ab971426e09d93a2aadc827a1dc66e9768f776ec&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-22T08:41:51.515Z] -> Pinging Codecov [2021-01-22T08:41:51.515Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3030&commit=ab971426e09d93a2aadc827a1dc66e9768f776ec&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= [2021-01-22T08:41:51.823Z] -> Uploading to [2021-01-22T08:41:51.823Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/ab971426e09d93a2aadc827a1dc66e9768f776ec/4675a1ed-5bba-4822-92de-c47c8810efde.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T084151Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=57638aede0f157c9f29606ebed02b8983c2570e2863289358b7fca1572481211 [2021-01-22T08:41:51.823Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T08:41:51.823Z] Dload Upload Total Spent Left Speed [2021-01-22T08:41:52.399Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85460 0 0 100 85460 0 155k --:--:-- --:--:-- --:--:-- 155k 100 85460 0 0 100 85460 0 155k --:--:-- --:--:-- --:--:-- 155k [2021-01-22T08:41:52.399Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ab971426e09d93a2aadc827a1dc66e9768f776ec [Pipeline] } [2021-01-22T08:41:52.411Z] 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-01-22T08:41:54.588Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:41:55.472Z] ---> package-listing.sh [2021-01-22T08:41:55.472Z] ++ facter osfamily [2021-01-22T08:41:55.472Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T08:41:55.472Z] + OS_FAMILY=redhat [2021-01-22T08:41:55.472Z] + workspace=/w/workspace/edgex-go/15 [2021-01-22T08:41:55.472Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T08:41:55.472Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T08:41:55.472Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T08:41:55.472Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T08:41:55.472Z] + '[' /w/workspace/edgex-go/15 ']' [2021-01-22T08:41:55.472Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T08:41:55.472Z] + case "${OS_FAMILY}" in [2021-01-22T08:41:55.472Z] + rpm -qa [2021-01-22T08:41:55.472Z] + sort [2021-01-22T08:42:00.762Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T08:42:00.762Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T08:42:00.762Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T08:42:00.762Z] + '[' /w/workspace/edgex-go/15 ']' [2021-01-22T08:42:00.762Z] + mkdir -p /w/workspace/edgex-go/15/archives/ [2021-01-22T08:42:00.762Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo [2021-01-22T08:42:00.777Z] 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T08:42:01.066Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:42:01.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T08:42:01.365Z] [2021-01-22T08:42:01.365Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:42:01.709Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T08:42:01.710Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T08:42:01.710Z] df20fa9351a1: Pulling fs layer [2021-01-22T08:42:01.710Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T08:42:01.710Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T08:42:01.710Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T08:42:01.710Z] 93b61091891f: Pulling fs layer [2021-01-22T08:42:01.710Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T08:42:01.710Z] 5e14af77c1be: Pulling fs layer [2021-01-22T08:42:01.710Z] 01666e4c0597: Pulling fs layer [2021-01-22T08:42:01.710Z] aa168da1d23b: Pulling fs layer [2021-01-22T08:42:01.710Z] 93b9cdb0e59b: Waiting [2021-01-22T08:42:01.710Z] 5e14af77c1be: Waiting [2021-01-22T08:42:01.710Z] 01666e4c0597: Waiting [2021-01-22T08:42:01.710Z] aa168da1d23b: Waiting [2021-01-22T08:42:01.710Z] 46f8f816bc3b: Waiting [2021-01-22T08:42:01.710Z] 93b61091891f: Waiting [2021-01-22T08:42:01.710Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T08:42:01.710Z] 36b3adc4ff6f: Download complete [2021-01-22T08:42:01.710Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T08:42:01.710Z] 46f8f816bc3b: Download complete [2021-01-22T08:42:01.979Z] df20fa9351a1: Verifying Checksum [2021-01-22T08:42:01.979Z] df20fa9351a1: Download complete [2021-01-22T08:42:01.979Z] 93b61091891f: Verifying Checksum [2021-01-22T08:42:01.979Z] 93b61091891f: Download complete [2021-01-22T08:42:01.979Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T08:42:01.979Z] 93b9cdb0e59b: Download complete [2021-01-22T08:42:01.979Z] 5e14af77c1be: Verifying Checksum [2021-01-22T08:42:01.979Z] 5e14af77c1be: Download complete [2021-01-22T08:42:01.979Z] 01666e4c0597: Verifying Checksum [2021-01-22T08:42:01.979Z] 01666e4c0597: Download complete [2021-01-22T08:42:01.979Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T08:42:01.979Z] 8ad3a11d3b57: Download complete [2021-01-22T08:42:02.241Z] df20fa9351a1: Pull complete [2021-01-22T08:42:02.503Z] 36b3adc4ff6f: Pull complete [2021-01-22T08:42:03.903Z] aa168da1d23b: Download complete [2021-01-22T08:42:04.476Z] 8ad3a11d3b57: Pull complete [2021-01-22T08:42:04.476Z] 46f8f816bc3b: Pull complete [2021-01-22T08:42:05.049Z] 93b61091891f: Pull complete [2021-01-22T08:42:05.049Z] 93b9cdb0e59b: Pull complete [2021-01-22T08:42:05.310Z] 5e14af77c1be: Pull complete [2021-01-22T08:42:05.310Z] 01666e4c0597: Pull complete [2021-01-22T08:42:17.554Z] aa168da1d23b: Pull complete [2021-01-22T08:42:17.815Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T08:42:17.815Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T08:42:17.815Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T08:42:17.991Z] prd-centos7-docker-4c-2g-22242 does not seem to be running inside a container [2021-01-22T08:42:18.051Z] $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-22T08:42:20.369Z] $ docker top 73cc77820e9fcc52f32857d01d27ae5e310efd83a30c7887fd68c09b0ad89a90 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:42:20.935Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T08:42:21.230Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T08:42:21.527Z] + ls /var/log/sa-host [2021-01-22T08:42:21.527Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T08:42:21.527Z] file_magic: OK [2021-01-22T08:42:21.527Z] HZ: Using current value: 100 [2021-01-22T08:42:21.527Z] file_header: OK [2021-01-22T08:42:21.527Z] 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-01-22T08:42:21.527Z] Statistics: [2021-01-22T08:42:21.527Z] 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-01-22T08:42:21.527Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T08:42:21.527Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T08:42:21.527Z] file_magic: OK [2021-01-22T08:42:21.527Z] HZ: Using current value: 100 [2021-01-22T08:42:21.527Z] file_header: OK [2021-01-22T08:42:21.527Z] 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-01-22T08:42:21.527Z] Statistics: [2021-01-22T08:42:21.527Z] Hnuu...uuuununununu... [2021-01-22T08:42:21.527Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T08:42:22.143Z] provisioning config files... [2021-01-22T08:42:22.157Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config4781210669507737317tmp [Pipeline] { [Pipeline] echo [2021-01-22T08:42:22.238Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:42:22.536Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T08:42:22.544Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T08:42:22.662Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:42:22.953Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T08:42:22.962Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:42:23.262Z] ---> sudo-logs.sh [2021-01-22T08:42:23.262Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T08:42:23.272Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:42:23.573Z] ---> job-cost.sh [2021-01-22T08:42:23.574Z] lf-activate-venv: SKIPPING [2021-01-22T08:42:23.574Z] INFO: No Stack... [2021-01-22T08:42:24.144Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T08:42:24.715Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T08:42:24.727Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:42:25.016Z] ---> logs-deploy.sh [2021-01-22T08:42:25.016Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/15 [2021-01-22T08:42:25.016Z] INFO: archiving workspace using pattern(s): [2021-01-22T08:42:26.398Z] Archives upload complete. [2021-01-22T08:42:26.398Z] INFO: archiving logs to Nexus