Pull request #3175 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at fa4c73617b7d09eb7571485bf4012ea49001bdcf rather than 605fd88f14d99378eb8f2fbaf7e01ac473007120 Obtained Jenkinsfile from fa4c73617b7d09eb7571485bf4012ea49001bdcf 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26677 in /w/workspace/edgexfoundry_edgex-go_PR-3175 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit fa4c73617b7d09eb7571485bf4012ea49001bdcf into PR head commit 605fd88f14d99378eb8f2fbaf7e01ac473007120 Merge succeeded, producing 605fd88f14d99378eb8f2fbaf7e01ac473007120 Checking out Revision 605fd88f14d99378eb8f2fbaf7e01ac473007120 (PR-3175) > 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/3175/head:refs/remotes/origin/PR-3175 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 605fd88f14d99378eb8f2fbaf7e01ac473007120 # 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 fa4c73617b7d09eb7571485bf4012ea49001bdcf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 605fd88f14d99378eb8f2fbaf7e01ac473007120 # timeout=10 Commit message: "Merge branch 'master' into issue-3173" > git rev-list --no-walk cb8cc0f9d4391edd6ae857d7a94d84fa8e934198 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-17T15:45:47.631Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-17T15:45:47.947Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-17T15:45:48.052Z] ========================================================= [2021-02-17T15:45:48.052Z] EdgeX Global Pipelines Version Info [2021-02-17T15:45:48.052Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-17T15:45:49.530Z] ------------------- [2021-02-17T15:45:49.530Z] stable info: [2021-02-17T15:45:49.530Z] ------------------- [2021-02-17T15:45:49.530Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-17T15:45:49.530Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-17T15:45:49.530Z] Message: update stable to v1.0.179 [2021-02-17T15:45:50.476Z] ------------------- [2021-02-17T15:45:50.476Z] experimental info: [2021-02-17T15:45:50.476Z] ------------------- [2021-02-17T15:45:50.476Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-17T15:45:50.477Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-17T15:45:50.477Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-17T15:45:50.771Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-17T15:45:50.911Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-17T15:45:51.004Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-17T15:45:51.121Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-17T15:45:51.222Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-17T15:45:51.341Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-17T15:45:51.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-17T15:45:51.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-17T15:45:51.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-17T15:45:51.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-17T15:45:51.922Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-17T15:45:52.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-17T15:45:52.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-17T15:45:52.258Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-17T15:45:52.352Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-17T15:45:52.471Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-17T15:45:52.589Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-17T15:45:52.687Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-17T15:45:52.781Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-17T15:45:52.900Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-17T15:45:52.995Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-17T15:45:53.090Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-17T15:45:53.219Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-17T15:45:53.344Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3175 [Pipeline] echo [2021-02-17T15:45:53.436Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3175 [Pipeline] echo [2021-02-17T15:45:53.526Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3175 [Pipeline] echo [2021-02-17T15:45:53.652Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 605fd88f14d99378eb8f2fbaf7e01ac473007120 [Pipeline] echo [2021-02-17T15:45:53.737Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 605fd88 [Pipeline] echo [2021-02-17T15:45:53.828Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-17T15:45:54.000Z] provisioning config files... [2021-02-17T15:45:54.028Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7335739587217503903tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-17T15:45:54.466Z] ---> docker-login.sh [2021-02-17T15:45:54.466Z] nexus3.edgexfoundry.org:10001 [2021-02-17T15:45:55.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T15:45:55.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T15:45:55.045Z] Configure a credential helper to remove this warning. See [2021-02-17T15:45:55.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T15:45:55.045Z] [2021-02-17T15:45:55.045Z] Login Succeeded [2021-02-17T15:45:55.045Z] nexus3.edgexfoundry.org:10002 [2021-02-17T15:45:55.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T15:45:55.317Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T15:45:55.317Z] Configure a credential helper to remove this warning. See [2021-02-17T15:45:55.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T15:45:55.317Z] [2021-02-17T15:45:55.317Z] Login Succeeded [2021-02-17T15:45:55.317Z] nexus3.edgexfoundry.org:10003 [2021-02-17T15:45:55.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T15:45:55.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T15:45:55.581Z] Configure a credential helper to remove this warning. See [2021-02-17T15:45:55.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T15:45:55.581Z] [2021-02-17T15:45:55.581Z] Login Succeeded [2021-02-17T15:45:55.581Z] nexus3.edgexfoundry.org:10004 [2021-02-17T15:45:55.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T15:45:55.848Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T15:45:55.848Z] Configure a credential helper to remove this warning. See [2021-02-17T15:45:55.848Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T15:45:55.848Z] [2021-02-17T15:45:55.848Z] Login Succeeded [2021-02-17T15:45:55.848Z] docker.io [2021-02-17T15:45:55.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T15:45:56.113Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T15:45:56.113Z] Configure a credential helper to remove this warning. See [2021-02-17T15:45:56.113Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T15:45:56.113Z] [2021-02-17T15:45:56.113Z] Login Succeeded [2021-02-17T15:45:56.113Z] ---> docker-login.sh ends [Pipeline] } [2021-02-17T15:45:56.124Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-17T15:45:56.621Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-17T15:45:56.621Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-17T15:45:56.621Z] ++ dirname cmd/core-command/Dockerfile [2021-02-17T15:45:56.621Z] ++ cut -d/ -f2 [2021-02-17T15:45:56.621Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-17T15:45:56.621Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-17T15:45:56.621Z] ++ dirname cmd/core-data/Dockerfile [2021-02-17T15:45:56.621Z] ++ cut -d/ -f2 [2021-02-17T15:45:56.621Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-17T15:45:56.621Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-17T15:45:56.621Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-17T15:45:56.621Z] ++ cut -d/ -f2 [2021-02-17T15:45:56.621Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-17T15:45:56.621Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-17T15:45:56.621Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-17T15:45:56.621Z] ++ cut -d/ -f2 [2021-02-17T15:45:56.621Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-17T15:45:56.621Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-17T15:45:56.621Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-17T15:45:56.621Z] ++ cut -d/ -f2 [2021-02-17T15:45:56.621Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-17T15:45:56.621Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-17T15:45:56.621Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-17T15:45:56.621Z] ++ cut -d/ -f2 [2021-02-17T15:45:56.621Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-17T15:45:56.621Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-17T15:45:56.621Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-17T15:45:56.621Z] ++ cut -d/ -f2 [2021-02-17T15:45:56.621Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-17T15:45:56.621Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-17T15:45:56.621Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-17T15:45:56.621Z] ++ cut -d/ -f2 [2021-02-17T15:45:56.621Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-17T15:45:56.621Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-17T15:45:56.621Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-17T15:45:56.621Z] ++ cut -d/ -f2 [2021-02-17T15:45:56.621Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-17T15:45:56.809Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-17T15:45:58.407Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-17T15:45:58.407Z] [2021-02-17T15:45:58.407Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-17T15:45:58.785Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-17T15:45:58.786Z] latest: Pulling from edgex-devops/git-semver [2021-02-17T15:45:58.786Z] 31603596830f: Pulling fs layer [2021-02-17T15:45:58.786Z] 2a8b12db71e7: Pulling fs layer [2021-02-17T15:45:58.786Z] 6ca5941a6612: Pulling fs layer [2021-02-17T15:45:58.786Z] ecc8261a40a4: Pulling fs layer [2021-02-17T15:45:58.786Z] ecc8261a40a4: Waiting [2021-02-17T15:45:58.786Z] 2a8b12db71e7: Verifying Checksum [2021-02-17T15:45:58.786Z] 2a8b12db71e7: Download complete [2021-02-17T15:45:59.053Z] 31603596830f: Verifying Checksum [2021-02-17T15:45:59.053Z] 31603596830f: Download complete [2021-02-17T15:45:59.053Z] ecc8261a40a4: Verifying Checksum [2021-02-17T15:45:59.318Z] 6ca5941a6612: Verifying Checksum [2021-02-17T15:45:59.318Z] 6ca5941a6612: Download complete [2021-02-17T15:45:59.584Z] 31603596830f: Pull complete [2021-02-17T15:45:59.584Z] 2a8b12db71e7: Pull complete [2021-02-17T15:46:00.548Z] 6ca5941a6612: Pull complete [2021-02-17T15:46:00.810Z] ecc8261a40a4: Pull complete [2021-02-17T15:46:00.810Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-17T15:46:00.810Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-17T15:46:00.810Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-17T15:46:00.921Z] prd-centos7-docker-4c-2g-26677 does not seem to be running inside a container [2021-02-17T15:46:00.970Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-17T15:46:03.725Z] $ docker top efd9a27c668df58875aea44231d48dae34186cca25f9f22ca0c313d8da96a231 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-17T15:46:04.031Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-17T15:46:04.031Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-17T15:46:04.277Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-17T15:46:04.282Z] $ docker exec efd9a27c668df58875aea44231d48dae34186cca25f9f22ca0c313d8da96a231 ssh-agent [2021-02-17T15:46:04.452Z] SSH_AUTH_SOCK=/tmp/ssh-Vtvcf9vUTgqO/agent.12 [2021-02-17T15:46:04.452Z] SSH_AGENT_PID=17 [2021-02-17T15:46:04.468Z] Running ssh-add (command line suppressed) [2021-02-17T15:46:04.596Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7566506107428163648.key (/w/workspace/edgex-go/2@tmp/private_key_7566506107428163648.key) [2021-02-17T15:46:04.647Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-17T15:46:04.989Z] + git tag --points-at HEAD [Pipeline] } [2021-02-17T15:46:05.017Z] $ docker exec --env ******** --env ******** efd9a27c668df58875aea44231d48dae34186cca25f9f22ca0c313d8da96a231 ssh-agent -k [2021-02-17T15:46:05.136Z] unset SSH_AUTH_SOCK; [2021-02-17T15:46:05.136Z] unset SSH_AGENT_PID; [2021-02-17T15:46:05.136Z] echo Agent pid 17 killed; [2021-02-17T15:46:05.183Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-17T15:46:05.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-17T15:46:05.325Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-17T15:46:05.496Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-17T15:46:05.502Z] $ docker exec efd9a27c668df58875aea44231d48dae34186cca25f9f22ca0c313d8da96a231 ssh-agent [2021-02-17T15:46:05.663Z] SSH_AUTH_SOCK=/tmp/ssh-G8M4YkArf4Ww/agent.47 [2021-02-17T15:46:05.663Z] SSH_AGENT_PID=52 [2021-02-17T15:46:05.670Z] Running ssh-add (command line suppressed) [2021-02-17T15:46:05.790Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1066660855947022925.key (/w/workspace/edgex-go/2@tmp/private_key_1066660855947022925.key) [2021-02-17T15:46:05.842Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-17T15:46:06.207Z] + git semver init [2021-02-17T15:46:06.207Z] # -> Open(): unable to determine branch for HEAD [2021-02-17T15:46:06.207Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-17T15:46:06.207Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-17T15:46:06.207Z] # $SEMVER_REMOTE_NAME = origin [2021-02-17T15:46:06.207Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-17T15:46:06.207Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-17T15:46:06.207Z] # $SEMVER_BRANCH = PR-3175 [2021-02-17T15:46:06.207Z] # $SEMVER_TEMP = /tmp/semver-259617052 [2021-02-17T15:46:06.207Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-17T15:46:24.381Z] # '/tmp/semver-259617052' -> '/w/workspace/edgex-go/2/.semver' [2021-02-17T15:46:24.382Z] # -> Force: false [2021-02-17T15:46:24.382Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-17T15:46:24.396Z] $ docker exec --env ******** --env ******** efd9a27c668df58875aea44231d48dae34186cca25f9f22ca0c313d8da96a231 ssh-agent -k [2021-02-17T15:46:24.902Z] unset SSH_AUTH_SOCK; [2021-02-17T15:46:24.903Z] unset SSH_AGENT_PID; [2021-02-17T15:46:24.903Z] echo Agent pid 52 killed; [2021-02-17T15:46:24.975Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-17T15:46:25.498Z] + git semver [Pipeline] } [2021-02-17T15:46:25.517Z] $ docker stop --time=1 efd9a27c668df58875aea44231d48dae34186cca25f9f22ca0c313d8da96a231 [2021-02-17T15:46:27.140Z] $ docker rm -f efd9a27c668df58875aea44231d48dae34186cca25f9f22ca0c313d8da96a231 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-17T15:46:27.660Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-17T15:46:28.168Z] Stashed 1 file(s) [Pipeline] echo [2021-02-17T15:46:28.171Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-17T15:46:29.031Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-17T15:46:29.330Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-17T15:46:29.629Z] + sudo service docker restart [2021-02-17T15:46:29.629Z] + true [2021-02-17T15:46:29.629Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-17T15:46:30.219Z] ========================================================= [2021-02-17T15:46:30.219Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-17T15:46:30.219Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-17T15:46:30.583Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-17T15:46:35.909Z] Sending build context to Docker daemon 327.9MB [2021-02-17T15:46:35.909Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-17T15:46:35.909Z] Step 2/6 : FROM ${BASE} [2021-02-17T15:46:35.909Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-17T15:46:35.909Z] 188c0c94c7c5: Pulling fs layer [2021-02-17T15:46:35.909Z] 0ef7d3d256c8: Pulling fs layer [2021-02-17T15:46:35.909Z] de9db76c5a1d: Pulling fs layer [2021-02-17T15:46:35.909Z] bca2f99d35d6: Pulling fs layer [2021-02-17T15:46:35.909Z] 93359f2a8cfa: Pulling fs layer [2021-02-17T15:46:35.909Z] 7c6f9722023f: Pulling fs layer [2021-02-17T15:46:35.909Z] a35cf1a2eb13: Pulling fs layer [2021-02-17T15:46:35.909Z] 93359f2a8cfa: Waiting [2021-02-17T15:46:35.909Z] 7c6f9722023f: Waiting [2021-02-17T15:46:35.909Z] a35cf1a2eb13: Waiting [2021-02-17T15:46:35.909Z] bca2f99d35d6: Waiting [2021-02-17T15:46:35.909Z] de9db76c5a1d: Verifying Checksum [2021-02-17T15:46:35.909Z] de9db76c5a1d: Download complete [2021-02-17T15:46:35.909Z] 0ef7d3d256c8: Verifying Checksum [2021-02-17T15:46:35.909Z] 0ef7d3d256c8: Download complete [2021-02-17T15:46:35.909Z] 93359f2a8cfa: Download complete [2021-02-17T15:46:35.909Z] 188c0c94c7c5: Verifying Checksum [2021-02-17T15:46:35.909Z] 188c0c94c7c5: Download complete [2021-02-17T15:46:35.909Z] 7c6f9722023f: Verifying Checksum [2021-02-17T15:46:35.909Z] 7c6f9722023f: Download complete [2021-02-17T15:46:35.909Z] 188c0c94c7c5: Pull complete [2021-02-17T15:46:35.909Z] 0ef7d3d256c8: Pull complete [2021-02-17T15:46:36.172Z] de9db76c5a1d: Pull complete [2021-02-17T15:46:37.567Z] a35cf1a2eb13: Verifying Checksum [2021-02-17T15:46:38.144Z] bca2f99d35d6: Verifying Checksum [2021-02-17T15:46:38.144Z] bca2f99d35d6: Download complete [2021-02-17T15:46:43.494Z] bca2f99d35d6: Pull complete [2021-02-17T15:46:43.494Z] 93359f2a8cfa: Pull complete [2021-02-17T15:46:43.494Z] 7c6f9722023f: Pull complete [2021-02-17T15:46:43.535Z] Still waiting to schedule task [2021-02-17T15:46:43.535Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-17T15:46:47.731Z] a35cf1a2eb13: Pull complete [2021-02-17T15:46:47.731Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-17T15:46:47.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-17T15:46:47.731Z] ---> a62c8e92a672 [2021-02-17T15:46:47.731Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-17T15:46:47.995Z] ---> Running in 6f48f4b6c06c [2021-02-17T15:46:48.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:46:49.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:46:49.780Z] (1/12) Installing libmagic (5.38-r0) [2021-02-17T15:46:50.356Z] (2/12) Installing file (5.38-r0) [2021-02-17T15:46:50.620Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-17T15:46:50.620Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-17T15:46:54.849Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-17T15:46:54.849Z] (6/12) Installing patch (2.7.6-r6) [2021-02-17T15:46:54.849Z] (7/12) Installing build-base (0.5-r2) [2021-02-17T15:46:54.849Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-17T15:46:54.849Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-17T15:46:54.849Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-17T15:46:55.111Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-17T15:46:55.111Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-17T15:46:55.111Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T15:46:55.377Z] OK: 233 MiB in 51 packages [2021-02-17T15:46:59.598Z] Removing intermediate container 6f48f4b6c06c [2021-02-17T15:46:59.598Z] ---> c7cd7b17b22b [2021-02-17T15:46:59.598Z] Step 4/6 : WORKDIR /edgex-go [2021-02-17T15:46:59.598Z] ---> Running in cbffc70d9a0b [2021-02-17T15:46:59.598Z] Removing intermediate container cbffc70d9a0b [2021-02-17T15:46:59.598Z] ---> e642ae598816 [2021-02-17T15:46:59.598Z] Step 5/6 : COPY go.mod . [2021-02-17T15:46:59.598Z] ---> ef77ebdb6355 [2021-02-17T15:46:59.598Z] Step 6/6 : RUN go mod download [2021-02-17T15:46:59.865Z] ---> Running in 32ae6e96934e [2021-02-17T15:47:21.894Z] Removing intermediate container 32ae6e96934e [2021-02-17T15:47:21.894Z] ---> 1416bf48012f [2021-02-17T15:47:21.894Z] Successfully built 1416bf48012f [2021-02-17T15:47:21.894Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-17T15:47:22.215Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-17T15:47:22.215Z] . [Pipeline] withDockerContainer [2021-02-17T15:47:22.325Z] prd-centos7-docker-4c-2g-26677 does not seem to be running inside a container [2021-02-17T15:47:22.401Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-17T15:47:23.445Z] $ docker top 315171a549032829cf1c4a32f960e73bca5a14d8354771edb8b1da3400bc57e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T15:47:24.119Z] + go version [2021-02-17T15:47:24.119Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-17T15:47:24.138Z] $ docker stop --time=1 315171a549032829cf1c4a32f960e73bca5a14d8354771edb8b1da3400bc57e3 [2021-02-17T15:47:25.602Z] $ docker rm -f 315171a549032829cf1c4a32f960e73bca5a14d8354771edb8b1da3400bc57e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-17T15:47:26.738Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-17T15:47:26.738Z] . [Pipeline] withDockerContainer [2021-02-17T15:47:26.850Z] prd-centos7-docker-4c-2g-26677 does not seem to be running inside a container [2021-02-17T15:47:26.910Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-17T15:47:28.027Z] $ docker top 2dfa1da2ebc8c113a01c59760248c588f0f02c79d450f7662f97cf8a6f700c47 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-17T15:47:28.222Z] ========================================================= [2021-02-17T15:47:28.222Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-17T15:47:28.222Z] ========================================================= [Pipeline] sh [2021-02-17T15:47:28.513Z] + make test [2021-02-17T15:47:28.513Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-17T15:47:38.576Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-17T15:47:56.888Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-17T15:47:57.474Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-17T15:48:00.061Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-17T15:48:00.061Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-17T15:48:01.471Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-17T15:48:01.471Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-17T15:48:01.471Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-17T15:48:02.065Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-17T15:48:02.674Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-17T15:48:03.263Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-17T15:48:05.878Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-17T15:48:05.878Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-17T15:48:05.878Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-17T15:48:08.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.135s coverage: 45.9% of statements [2021-02-17T15:48:08.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-17T15:48:08.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-17T15:48:08.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-17T15:48:08.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-17T15:48:08.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-17T15:48:08.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-17T15:48:08.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-17T15:48:08.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.078s coverage: 100.0% of statements [2021-02-17T15:48:12.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.176s coverage: 27.1% of statements [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-17T15:48:12.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-17T15:48:12.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-17T15:48:12.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 65.8% of statements [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-17T15:48:12.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.113s coverage: 82.3% of statements [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-17T15:48:12.781Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-17T15:48:14.732Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.337s coverage: 28.6% of statements [2021-02-17T15:48:14.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-17T15:48:14.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-17T15:48:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-17T15:48:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-17T15:48:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-17T15:48:14.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements [2021-02-17T15:48:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-17T15:48:14.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements [2021-02-17T15:48:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-17T15:48:14.733Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements [2021-02-17T15:48:14.733Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-17T15:48:15.013Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements [2021-02-17T15:48:15.013Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-17T15:48:15.623Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2021-02-17T15:48:15.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-17T15:48:15.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-17T15:48:15.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-17T15:48:15.623Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-17T15:48:18.238Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.365s coverage: 92.8% of statements [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-17T15:48:18.238Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-17T15:48:18.238Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-17T15:48:18.238Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-17T15:48:18.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 45.5% of statements [2021-02-17T15:48:18.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements [2021-02-17T15:48:18.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements [2021-02-17T15:48:18.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.044s coverage: 96.3% of statements [2021-02-17T15:48:18.238Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements [2021-02-17T15:48:27.591Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26678 in /w/workspace/edgexfoundry_edgex-go_PR-3175 [Pipeline] { [Pipeline] ws [2021-02-17T15:48:27.653Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-17T15:48:30.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.041s coverage: 94.4% of statements [2021-02-17T15:48:30.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-17T15:48:33.008Z] using credential edgex-jenkins-ssh [2021-02-17T15:48:33.073Z] Cloning the remote Git repository [2021-02-17T15:48:33.145Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-17T15:48:33.255Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-17T15:48:33.369Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-17T15:48:33.370Z] > git --version # timeout=10 [2021-02-17T15:48:33.390Z] > git --version # 'git version 2.17.1' [2021-02-17T15:48:33.391Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T15:48:33.457Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 68.9% of statements [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 37.0% of statements [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.321s coverage: 84.0% of statements [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.0% of statements [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-17T15:48:43.056Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.071s coverage: 100.0% of statements [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-17T15:48:43.056Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-17T15:48:43.057Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.103s coverage: 89.4% of statements [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-17T15:48:43.057Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.714s coverage: 29.1% of statements [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-17T15:48:43.057Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-17T15:48:43.057Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-17T15:48:43.057Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.068s coverage: 100.0% of statements [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-17T15:48:43.057Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-17T15:48:43.057Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-17T15:48:43.057Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-17T15:48:43.057Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-17T15:48:43.057Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-02-17T15:48:43.057Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-02-17T15:48:43.057Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-17T15:48:43.057Z] GO111MODULE=on go vet ./... [2021-02-17T15:48:49.603Z] Merging remotes/origin/master commit fa4c73617b7d09eb7571485bf4012ea49001bdcf into PR head commit 605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T15:48:50.042Z] Merge succeeded, producing 605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T15:48:50.042Z] Checking out Revision 605fd88f14d99378eb8f2fbaf7e01ac473007120 (PR-3175) [2021-02-17T15:48:48.684Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-17T15:48:48.712Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-17T15:48:48.746Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-17T15:48:48.792Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-17T15:48:48.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T15:48:48.806Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3175/head:refs/remotes/origin/PR-3175 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-17T15:48:49.627Z] > git config core.sparsecheckout # timeout=10 [2021-02-17T15:48:49.647Z] > git checkout -f 605fd88f14d99378eb8f2fbaf7e01ac473007120 # timeout=10 [2021-02-17T15:48:49.954Z] > git remote # timeout=10 [2021-02-17T15:48:49.976Z] > git config --get remote.origin.url # timeout=10 [2021-02-17T15:48:49.997Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T15:48:50.009Z] > git merge fa4c73617b7d09eb7571485bf4012ea49001bdcf # timeout=10 [2021-02-17T15:48:50.033Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-17T15:48:50.054Z] > git config core.sparsecheckout # timeout=10 [2021-02-17T15:48:50.063Z] > git checkout -f 605fd88f14d99378eb8f2fbaf7e01ac473007120 # timeout=10 [2021-02-17T15:48:54.621Z] Commit message: "Merge branch 'master' into issue-3173" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-17T15:48:56.380Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-17T15:48:56.790Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-17T15:48:57.235Z] + sudo service docker restart [2021-02-17T15:48:57.235Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-17T15:48:59.301Z] provisioning config files... [2021-02-17T15:48:59.383Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7936332742884002982tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-17T15:48:59.848Z] ---> docker-login.sh [2021-02-17T15:48:59.848Z] nexus3.edgexfoundry.org:10001 [2021-02-17T15:49:00.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T15:49:01.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T15:49:01.432Z] Configure a credential helper to remove this warning. See [2021-02-17T15:49:01.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T15:49:01.432Z] [2021-02-17T15:49:01.432Z] Login Succeeded [2021-02-17T15:49:01.432Z] nexus3.edgexfoundry.org:10002 [2021-02-17T15:49:01.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T15:49:01.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T15:49:01.985Z] Configure a credential helper to remove this warning. See [2021-02-17T15:49:01.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T15:49:01.985Z] [2021-02-17T15:49:01.985Z] Login Succeeded [2021-02-17T15:49:01.985Z] nexus3.edgexfoundry.org:10003 [2021-02-17T15:49:02.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T15:49:02.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T15:49:02.533Z] Configure a credential helper to remove this warning. See [2021-02-17T15:49:02.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T15:49:02.533Z] [2021-02-17T15:49:02.533Z] Login Succeeded [2021-02-17T15:49:02.533Z] nexus3.edgexfoundry.org:10004 [2021-02-17T15:49:02.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T15:49:03.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T15:49:03.081Z] Configure a credential helper to remove this warning. See [2021-02-17T15:49:03.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T15:49:03.081Z] [2021-02-17T15:49:03.081Z] Login Succeeded [2021-02-17T15:49:03.081Z] docker.io [2021-02-17T15:49:03.352Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-17T15:49:03.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-17T15:49:03.624Z] Configure a credential helper to remove this warning. See [2021-02-17T15:49:03.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-17T15:49:03.624Z] [2021-02-17T15:49:03.624Z] Login Succeeded [2021-02-17T15:49:03.624Z] ---> docker-login.sh ends [Pipeline] } [2021-02-17T15:49:03.644Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-17T15:49:04.065Z] ========================================================= [2021-02-17T15:49:04.065Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-17T15:49:04.066Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-17T15:49:04.481Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-17T15:49:07.122Z] Sending build context to Docker daemon 166.4MB [2021-02-17T15:49:07.122Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-17T15:49:07.122Z] Step 2/6 : FROM ${BASE} [2021-02-17T15:49:07.122Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-17T15:49:07.122Z] 5f621e34cdf4: Pulling fs layer [2021-02-17T15:49:07.122Z] a4357932f1b6: Pulling fs layer [2021-02-17T15:49:07.122Z] 18c013af1878: Pulling fs layer [2021-02-17T15:49:07.122Z] 00ac8860ef70: Pulling fs layer [2021-02-17T15:49:07.122Z] 63d7cb157983: Pulling fs layer [2021-02-17T15:49:07.122Z] b116817d02f9: Pulling fs layer [2021-02-17T15:49:07.122Z] 745a02a5169b: Pulling fs layer [2021-02-17T15:49:07.122Z] 00ac8860ef70: Waiting [2021-02-17T15:49:07.122Z] 63d7cb157983: Waiting [2021-02-17T15:49:07.122Z] b116817d02f9: Waiting [2021-02-17T15:49:07.122Z] 18c013af1878: Download complete [2021-02-17T15:49:07.122Z] a4357932f1b6: Verifying Checksum [2021-02-17T15:49:07.122Z] a4357932f1b6: Download complete [2021-02-17T15:49:07.122Z] 63d7cb157983: Verifying Checksum [2021-02-17T15:49:07.122Z] 63d7cb157983: Download complete [2021-02-17T15:49:07.122Z] b116817d02f9: Verifying Checksum [2021-02-17T15:49:07.122Z] b116817d02f9: Download complete [2021-02-17T15:49:07.723Z] 5f621e34cdf4: Download complete [2021-02-17T15:49:08.322Z] 5f621e34cdf4: Pull complete [2021-02-17T15:49:08.926Z] a4357932f1b6: Pull complete [2021-02-17T15:49:09.202Z] 18c013af1878: Pull complete [2021-02-17T15:49:09.751Z] gofmt -l . [2021-02-17T15:49:09.751Z] [ "`gofmt -l .`" = "" ] [2021-02-17T15:49:09.751Z] ./bin/test-go-mod-tidy.sh [2021-02-17T15:49:09.800Z] 745a02a5169b: Verifying Checksum [2021-02-17T15:49:09.800Z] 745a02a5169b: Download complete [2021-02-17T15:49:10.021Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-17T15:49:10.919Z] + ls -al . [2021-02-17T15:49:10.919Z] total 700 [2021-02-17T15:49:10.919Z] drwxrwxr-x 10 1001 1001 4096 Feb 17 15:49 . [2021-02-17T15:49:10.919Z] drwxr-xr-x 4 root root 28 Feb 17 15:47 .. [2021-02-17T15:49:10.919Z] -rw-rw-r-- 1 1001 1001 11 Feb 17 15:45 .dockerignore [2021-02-17T15:49:10.919Z] drwxrwxr-x 8 1001 1001 179 Feb 17 15:45 .git [2021-02-17T15:49:10.919Z] drwxrwxr-x 3 1001 1001 125 Feb 17 15:45 .github [2021-02-17T15:49:10.919Z] -rw-rw-r-- 1 1001 1001 818 Feb 17 15:45 .gitignore [2021-02-17T15:49:10.919Z] drwx------ 3 1001 1001 60 Feb 17 15:46 .semver [2021-02-17T15:49:10.919Z] -rw-rw-r-- 1 1001 1001 166 Feb 17 15:45 .sonarcloud.properties [2021-02-17T15:49:10.919Z] -rw-rw-r-- 1 1001 1001 7859 Feb 17 15:45 Attribution.txt [2021-02-17T15:49:10.919Z] -rw-rw-r-- 1 1001 1001 3804 Feb 17 15:45 CONTRIBUTING.md [2021-02-17T15:49:10.919Z] -rw-rw-r-- 1 1001 1001 931 Feb 17 15:45 Dockerfile.build [2021-02-17T15:49:10.919Z] -rw-rw-r-- 1 1001 1001 863 Feb 17 15:45 Jenkinsfile [2021-02-17T15:49:10.919Z] -rw-rw-r-- 1 1001 1001 10775 Feb 17 15:45 LICENSE [2021-02-17T15:49:10.919Z] -rw-rw-r-- 1 1001 1001 5774 Feb 17 15:45 Makefile [2021-02-17T15:49:10.919Z] -rw-rw-r-- 1 1001 1001 6524 Feb 17 15:45 README.md [2021-02-17T15:49:10.919Z] -rw-rw-r-- 1 1001 1001 6755 Feb 17 15:45 SECURITY.md [2021-02-17T15:49:10.919Z] -rw-rw-r-- 1 1001 1001 5 Feb 17 15:46 VERSION [2021-02-17T15:49:10.919Z] -rw-rw-r-- 1 1001 1001 4131 Feb 17 15:45 ZMQWindows.md [2021-02-17T15:49:10.919Z] drwxrwxr-x 2 1001 1001 117 Feb 17 15:45 bin [2021-02-17T15:49:10.919Z] drwxrwxr-x 14 1001 1001 4096 Feb 17 15:45 cmd [2021-02-17T15:49:10.919Z] -rw-r--r-- 1 root root 596907 Feb 17 15:48 coverage.out [2021-02-17T15:49:10.919Z] -rw-r--r-- 1 root root 1054 Feb 17 15:49 go.mod [2021-02-17T15:49:10.919Z] -rw-r--r-- 1 root root 19518 Feb 17 15:49 go.sum [2021-02-17T15:49:10.919Z] drwxrwxr-x 8 1001 1001 127 Feb 17 15:45 internal [2021-02-17T15:49:10.919Z] drwxrwxr-x 4 1001 1001 26 Feb 17 15:45 openapi [2021-02-17T15:49:10.919Z] drwxrwxr-x 4 1001 1001 71 Feb 17 15:45 snap [2021-02-17T15:49:10.919Z] -rw-rw-r-- 1 1001 1001 168 Feb 17 15:45 version.go [Pipeline] sh [2021-02-17T15:49:11.222Z] + '[' -e coverage.out ] [2021-02-17T15:49:11.222Z] + chown 1001:1001 coverage.out [2021-02-17T15:49:11.232Z] 00ac8860ef70: Verifying Checksum [2021-02-17T15:49:11.232Z] 00ac8860ef70: Download complete [Pipeline] stash [2021-02-17T15:49:11.486Z] Stashed 1 file(s) [Pipeline] sh [2021-02-17T15:49:11.779Z] + make build [2021-02-17T15:49:11.779Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-17T15:49:15.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-17T15:49:21.396Z] 00ac8860ef70: Pull complete [2021-02-17T15:49:21.396Z] 63d7cb157983: Pull complete [2021-02-17T15:49:21.667Z] b116817d02f9: Pull complete [2021-02-17T15:49:23.355Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-17T15:49:24.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-17T15:49:25.056Z] 745a02a5169b: Pull complete [2021-02-17T15:49:25.056Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-17T15:49:25.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-17T15:49:25.329Z] ---> b7e6874047d6 [2021-02-17T15:49:25.329Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-17T15:49:25.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-17T15:49:26.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-17T15:49:27.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-17T15:49:28.727Z] ---> Running in c991d87aef77 [2021-02-17T15:49:29.641Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-17T15:49:30.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T15:49:30.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-17T15:49:30.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T15:49:31.356Z] (1/12) Installing libmagic (5.38-r0) [2021-02-17T15:49:31.633Z] (2/12) Installing file (5.38-r0) [2021-02-17T15:49:31.633Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-17T15:49:31.633Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-17T15:49:31.984Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-17T15:49:32.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-17T15:49:34.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-17T15:49:35.930Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-17T15:49:35.930Z] (6/12) Installing patch (2.7.6-r6) [2021-02-17T15:49:35.930Z] (7/12) Installing build-base (0.5-r2) [2021-02-17T15:49:35.930Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-17T15:49:36.201Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-17T15:49:36.201Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-17T15:49:36.201Z] (11/12) Installing libzmq (4.3.3-r0) [Pipeline] } [2021-02-17T15:49:36.309Z] $ docker stop --time=1 2dfa1da2ebc8c113a01c59760248c588f0f02c79d450f7662f97cf8a6f700c47 [2021-02-17T15:49:36.474Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-17T15:49:36.474Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T15:49:36.474Z] OK: 217 MiB in 51 packages [2021-02-17T15:49:38.019Z] $ docker rm -f 2dfa1da2ebc8c113a01c59760248c588f0f02c79d450f7662f97cf8a6f700c47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-17T15:49:40.777Z] Removing intermediate container c991d87aef77 [2021-02-17T15:49:40.777Z] ---> 60fa5420765b [2021-02-17T15:49:40.777Z] Step 4/6 : WORKDIR /edgex-go [2021-02-17T15:49:40.777Z] ---> Running in 87a5a7e23679 [2021-02-17T15:49:41.373Z] Removing intermediate container 87a5a7e23679 [2021-02-17T15:49:41.373Z] ---> 7317e6c2c8a9 [2021-02-17T15:49:41.373Z] Step 5/6 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2021-02-17T15:49:41.774Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-17T15:49:41.775Z] [2021-02-17T15:49:41.775Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-17T15:49:41.967Z] ---> f7bac42bd040 [2021-02-17T15:49:41.967Z] Step 6/6 : RUN go mod download [2021-02-17T15:49:41.967Z] ---> Running in 4295d3ce4de6 [2021-02-17T15:49:42.123Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-17T15:49:42.124Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-17T15:49:42.124Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-17T15:49:42.124Z] ca9280d653b3: Pulling fs layer [2021-02-17T15:49:42.124Z] 7e9c9ca2126c: Pulling fs layer [2021-02-17T15:49:42.388Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-17T15:49:42.388Z] cbdbe7a5bc2a: Download complete [2021-02-17T15:49:42.977Z] cbdbe7a5bc2a: Pull complete [2021-02-17T15:49:42.977Z] ca9280d653b3: Verifying Checksum [2021-02-17T15:49:42.977Z] ca9280d653b3: Download complete [2021-02-17T15:49:43.945Z] 7e9c9ca2126c: Verifying Checksum [2021-02-17T15:49:43.945Z] 7e9c9ca2126c: Download complete [2021-02-17T15:49:44.208Z] ca9280d653b3: Pull complete [2021-02-17T15:49:52.380Z] 7e9c9ca2126c: Pull complete [2021-02-17T15:49:52.381Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-17T15:49:52.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-17T15:49:52.381Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-17T15:49:52.587Z] prd-centos7-docker-4c-2g-26677 does not seem to be running inside a container [2021-02-17T15:49:52.715Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-17T15:49:55.470Z] $ docker top bf926322b29ce4d23548f2a52a67fd034260d0e84c62eec851c8e8f99a9f758e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T15:49:56.173Z] + + docker-composegrep build parallel --help [2021-02-17T15:49:56.173Z] [2021-02-17T15:49:57.121Z] --parallel Build images in parallel. [Pipeline] } [2021-02-17T15:49:57.401Z] $ docker stop --time=1 bf926322b29ce4d23548f2a52a67fd034260d0e84c62eec851c8e8f99a9f758e [2021-02-17T15:49:58.803Z] $ docker rm -f bf926322b29ce4d23548f2a52a67fd034260d0e84c62eec851c8e8f99a9f758e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-17T15:49:59.445Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-17T15:49:59.445Z] . [Pipeline] withDockerContainer [2021-02-17T15:49:59.546Z] prd-centos7-docker-4c-2g-26677 does not seem to be running inside a container [2021-02-17T15:49:59.593Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-17T15:50:00.517Z] $ docker top 2b9e77e581f2391448bfedde65e35c96d05231e30b3f7ab5a00f79a0d64ccff6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T15:50:01.037Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-17T15:50:01.987Z] Building docker-core-command-go ... [2021-02-17T15:50:01.987Z] Building docker-core-data-go ... [2021-02-17T15:50:01.987Z] Building docker-core-metadata-go ... [2021-02-17T15:50:01.987Z] Building docker-security-bootstrapper-go ... [2021-02-17T15:50:01.987Z] Building docker-security-proxy-setup-go ... [2021-02-17T15:50:01.987Z] Building docker-security-secretstore-setup-go ... [2021-02-17T15:50:01.987Z] Building docker-support-notifications-go ... [2021-02-17T15:50:01.987Z] Building docker-support-scheduler-go ... [2021-02-17T15:50:01.987Z] Building docker-sys-mgmt-agent-go ... [2021-02-17T15:50:01.987Z] Building docker-support-notifications-go [2021-02-17T15:50:01.987Z] Building docker-sys-mgmt-agent-go [2021-02-17T15:50:01.987Z] Building docker-core-metadata-go [2021-02-17T15:50:01.987Z] Building docker-security-proxy-setup-go [2021-02-17T15:50:01.987Z] Building docker-support-scheduler-go [2021-02-17T15:50:08.755Z] Removing intermediate container 4295d3ce4de6 [2021-02-17T15:50:08.755Z] ---> 3646bd326aa9 [2021-02-17T15:50:08.755Z] Successfully built 3646bd326aa9 [2021-02-17T15:50:08.755Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-17T15:50:09.103Z] + docker inspect -f . ci-base-image-arm64 [2021-02-17T15:50:09.103Z] . [Pipeline] withDockerContainer [2021-02-17T15:50:09.411Z] prd-ubuntu18.04-docker-arm64-4c-16g-26678 does not seem to be running inside a container [2021-02-17T15:50:09.520Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-17T15:50:11.043Z] $ docker top 888a86355a663495d045c56459ca3691cba97d8c4cc43644abebce5fb6ee895a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T15:50:12.039Z] + go version [2021-02-17T15:50:12.039Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-17T15:50:12.072Z] $ docker stop --time=1 888a86355a663495d045c56459ca3691cba97d8c4cc43644abebce5fb6ee895a [2021-02-17T15:50:13.986Z] $ docker rm -f 888a86355a663495d045c56459ca3691cba97d8c4cc43644abebce5fb6ee895a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-17T15:50:15.037Z] + docker inspect -f . ci-base-image-arm64 [2021-02-17T15:50:15.037Z] . [Pipeline] withDockerContainer [2021-02-17T15:50:15.294Z] prd-ubuntu18.04-docker-arm64-4c-16g-26678 does not seem to be running inside a container [2021-02-17T15:50:15.376Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-17T15:50:16.749Z] $ docker top a5832d9924c662d28ceb493ea4b1272a190b5f39ab1e0218f12bf31d95862248 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-17T15:50:17.198Z] ========================================================= [2021-02-17T15:50:17.198Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-17T15:50:17.198Z] ========================================================= [Pipeline] sh [2021-02-17T15:50:17.847Z] + make test [2021-02-17T15:50:17.847Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-17T15:50:34.300Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T15:50:34.300Z] [2021-02-17T15:50:34.300Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-17T15:50:34.300Z] [2021-02-17T15:50:34.300Z] ---> 1416bf48012f [2021-02-17T15:50:34.300Z] Step 3/23 : WORKDIR /edgex-go ---> 1416bf48012f [2021-02-17T15:50:34.300Z] Step 3/21 : WORKDIR /edgex-go [2021-02-17T15:50:34.300Z] [2021-02-17T15:50:35.954Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T15:50:35.954Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-17T15:50:35.954Z] ---> 1416bf48012f [2021-02-17T15:50:35.954Z] Step 3/22 : WORKDIR /edgex-go [2021-02-17T15:50:35.954Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T15:50:35.954Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-17T15:50:35.954Z] ---> 1416bf48012f [2021-02-17T15:50:35.954Z] Step 3/26 : WORKDIR /edgex-go [2021-02-17T15:50:35.954Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T15:50:35.954Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-17T15:50:35.954Z] ---> 1416bf48012f [2021-02-17T15:50:35.954Z] Step 3/22 : WORKDIR /edgex-go [2021-02-17T15:50:36.912Z] ---> Running in 9fd59054e7ce [2021-02-17T15:50:36.912Z] ---> Running in bee884e112d1 [2021-02-17T15:50:36.912Z] ---> Running in 04d4cbde1b2e [2021-02-17T15:50:36.912Z] ---> Running in 3872171971fb [2021-02-17T15:50:36.912Z] ---> Running in ba4a88ca7d51 [2021-02-17T15:50:37.180Z] Removing intermediate container ba4a88ca7d51 [2021-02-17T15:50:37.180Z] ---> effa75285100 [2021-02-17T15:50:37.180Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:50:37.180Z] Removing intermediate container 9fd59054e7ce [2021-02-17T15:50:37.180Z] ---> d693ce14ec56 [2021-02-17T15:50:37.180Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:50:37.180Z] Removing intermediate container 3872171971fb [2021-02-17T15:50:37.180Z] ---> 84da8690f6ae [2021-02-17T15:50:37.180Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:50:37.180Z] Removing intermediate container bee884e112d1 [2021-02-17T15:50:37.180Z] ---> 2b05de4a51b0 [2021-02-17T15:50:37.180Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:50:37.452Z] Removing intermediate container 04d4cbde1b2e [2021-02-17T15:50:37.452Z] ---> fa3e4ff0b121 [2021-02-17T15:50:37.452Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:50:37.452Z] ---> Running in df4ba8671f4e [2021-02-17T15:50:37.452Z] ---> Running in 5f6f0842c2fa [2021-02-17T15:50:37.452Z] ---> Running in 73d8e460eacb [2021-02-17T15:50:37.452Z] ---> Running in e48e37f0acaf [2021-02-17T15:50:37.452Z] ---> Running in 86b3c1ab6d7f [2021-02-17T15:50:40.005Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-17T15:50:40.046Z] Removing intermediate container 5f6f0842c2fa [2021-02-17T15:50:40.046Z] ---> 23497a43b820 [2021-02-17T15:50:40.046Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-17T15:50:40.046Z] Removing intermediate container df4ba8671f4e [2021-02-17T15:50:40.046Z] ---> 8cbb0de17986 [2021-02-17T15:50:40.046Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-17T15:50:40.046Z] Removing intermediate container 73d8e460eacb [2021-02-17T15:50:40.046Z] ---> b6705b80ef0e [2021-02-17T15:50:40.046Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-17T15:50:40.046Z] ---> Running in fe0c51237c9f [2021-02-17T15:50:40.046Z] ---> Running in a42fbde5e8ac [2021-02-17T15:50:40.046Z] ---> Running in 5c04ff42f510 [2021-02-17T15:50:40.046Z] Removing intermediate container e48e37f0acaf [2021-02-17T15:50:40.046Z] ---> 5ea75ea15fa1 [2021-02-17T15:50:40.046Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-17T15:50:40.046Z] Removing intermediate container 86b3c1ab6d7f [2021-02-17T15:50:40.046Z] ---> 1e88ac1412dc [2021-02-17T15:50:40.046Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-17T15:50:40.313Z] ---> Running in 33521cd698ef [2021-02-17T15:50:40.313Z] ---> Running in 04551386b814 [2021-02-17T15:50:41.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:50:41.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:50:41.301Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:50:41.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:50:41.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:50:41.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:50:42.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:50:42.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:50:42.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:50:42.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:50:42.354Z] OK: 233 MiB in 51 packages [2021-02-17T15:50:42.620Z] OK: 233 MiB in 51 packages [2021-02-17T15:50:43.197Z] OK: 233 MiB in 51 packages [2021-02-17T15:50:43.197Z] OK: 233 MiB in 51 packages [2021-02-17T15:50:43.197Z] OK: 233 MiB in 51 packages [2021-02-17T15:50:44.170Z] Removing intermediate container 5c04ff42f510 [2021-02-17T15:50:44.170Z] ---> 0490ac0db95c [2021-02-17T15:50:44.170Z] Step 6/26 : COPY go.mod . [2021-02-17T15:50:44.436Z] Removing intermediate container 33521cd698ef [2021-02-17T15:50:44.436Z] ---> 0be91d6e59ad [2021-02-17T15:50:44.436Z] Step 6/22 : COPY go.mod . [2021-02-17T15:50:44.436Z] Removing intermediate container fe0c51237c9f [2021-02-17T15:50:44.436Z] ---> a9d07f2bbc42 [2021-02-17T15:50:44.436Z] Step 6/21 : COPY go.mod . [2021-02-17T15:50:44.436Z] Removing intermediate container a42fbde5e8ac [2021-02-17T15:50:44.436Z] ---> 1bb059097391 [2021-02-17T15:50:44.436Z] Step 6/22 : COPY go.mod . [2021-02-17T15:50:44.436Z] Removing intermediate container 04551386b814 [2021-02-17T15:50:44.436Z] ---> 94a24583d464 [2021-02-17T15:50:44.436Z] Step 6/23 : COPY go.mod . [2021-02-17T15:50:44.436Z] ---> 9effce4a71cc [2021-02-17T15:50:44.436Z] Step 7/26 : RUN go mod download [2021-02-17T15:50:44.707Z] ---> Running in 71dc8f9fccb4 [2021-02-17T15:50:44.979Z] ---> b86ee2aae190 [2021-02-17T15:50:44.979Z] Step 7/21 : RUN go mod download [2021-02-17T15:50:44.979Z] ---> 0668fd5fa0aa [2021-02-17T15:50:44.979Z] Step 7/22 : RUN go mod download [2021-02-17T15:50:44.979Z] ---> 2de74adc76d8 [2021-02-17T15:50:44.979Z] Step 7/22 : RUN go mod download [2021-02-17T15:50:44.979Z] ---> f3624f533785 [2021-02-17T15:50:44.979Z] Step 7/23 : RUN go mod download [2021-02-17T15:50:45.247Z] ---> Running in df21adbfcbf0 [2021-02-17T15:50:45.247Z] ---> Running in 3ff2be3c57f1 [2021-02-17T15:50:45.247Z] ---> Running in 7d3b20a0b13f [2021-02-17T15:50:45.247Z] ---> Running in 1b18c946fc2e [2021-02-17T15:50:47.216Z] Removing intermediate container 71dc8f9fccb4 [2021-02-17T15:50:47.216Z] ---> d51d67d4e70e [2021-02-17T15:50:47.216Z] Step 8/26 : COPY . . [2021-02-17T15:50:47.487Z] Removing intermediate container df21adbfcbf0 [2021-02-17T15:50:47.487Z] ---> c8386c06c766 [2021-02-17T15:50:47.487Z] Step 8/22 : COPY . . [2021-02-17T15:50:47.774Z] Removing intermediate container 3ff2be3c57f1 [2021-02-17T15:50:47.774Z] ---> 9ffdf31237c1 [2021-02-17T15:50:47.774Z] Step 8/21 : COPY . . [2021-02-17T15:50:50.358Z] Removing intermediate container 1b18c946fc2e [2021-02-17T15:50:50.358Z] ---> ef70535d2f35 [2021-02-17T15:50:50.358Z] Step 8/23 : COPY . . [2021-02-17T15:50:53.722Z] Removing intermediate container 7d3b20a0b13f [2021-02-17T15:50:53.722Z] ---> 2c3fb57b872e [2021-02-17T15:50:53.722Z] Step 8/22 : COPY . . [2021-02-17T15:51:19.048Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-17T15:51:32.993Z] ---> f9011da43dce [2021-02-17T15:51:32.993Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-17T15:51:32.993Z] ---> e4bef118461d [2021-02-17T15:51:32.993Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-17T15:51:32.993Z] ---> 9595a0772662 [2021-02-17T15:51:32.993Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-17T15:51:32.993Z] ---> Running in 67908205236a [2021-02-17T15:51:32.993Z] ---> Running in a0fa640c790f [2021-02-17T15:51:32.993Z] ---> Running in b937f7bc979b [2021-02-17T15:51:32.993Z] ---> d612b9558a93 [2021-02-17T15:51:32.993Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-17T15:51:32.993Z] ---> b22d169f2b43 [2021-02-17T15:51:32.993Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-17T15:51:32.993Z] ---> Running in 265bb5932365 [2021-02-17T15:51:32.993Z] ---> Running in 094cdd98c3ff [2021-02-17T15:51:32.993Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-17T15:51:32.993Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-17T15:51:32.993Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-17T15:51:32.993Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-17T15:51:32.993Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-17T15:51:41.278Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-17T15:51:41.278Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-17T15:51:41.278Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-17T15:51:41.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-17T15:51:41.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-17T15:51:41.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-17T15:51:41.278Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-17T15:51:43.457Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-17T15:51:44.912Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-17T15:51:53.218Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-17T15:51:53.218Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-17T15:51:53.218Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-17T15:51:58.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.340s coverage: 45.9% of statements [2021-02-17T15:51:58.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-17T15:51:58.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-17T15:51:58.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-17T15:51:58.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-17T15:51:58.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-17T15:51:58.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-17T15:51:58.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-17T15:51:58.645Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.300s coverage: 100.0% of statements [2021-02-17T15:51:59.690Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-17T15:52:05.391Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.486s coverage: 27.1% of statements [2021-02-17T15:52:05.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-17T15:52:05.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-17T15:52:05.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-17T15:52:05.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-17T15:52:05.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-17T15:52:05.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-17T15:52:05.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements [2021-02-17T15:52:05.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-17T15:52:05.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-02-17T15:52:05.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-17T15:52:05.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-17T15:52:05.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.360s coverage: 65.8% of statements [2021-02-17T15:52:05.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-17T15:52:05.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-17T15:52:08.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.674s coverage: 82.3% of statements [2021-02-17T15:52:08.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-17T15:52:08.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-17T15:52:08.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-17T15:52:08.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-17T15:52:12.073Z] Removing intermediate container a0fa640c790f [2021-02-17T15:52:12.073Z] ---> 9f62bda48e07 [2021-02-17T15:52:12.073Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-17T15:52:12.073Z] ---> Running in 23ca0b3a227e [2021-02-17T15:52:12.073Z] Removing intermediate container 094cdd98c3ff [2021-02-17T15:52:12.073Z] ---> 699ae197e5b4 [2021-02-17T15:52:12.073Z] [2021-02-17T15:52:12.073Z] Step 10/21 : FROM alpine:3.12 [2021-02-17T15:52:12.073Z] 3.12: Pulling from library/alpine [2021-02-17T15:52:12.346Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-17T15:52:12.346Z] Status: Downloaded newer image for alpine:3.12 [2021-02-17T15:52:12.346Z] ---> 389fef711851 [2021-02-17T15:52:12.346Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-17T15:52:12.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-17T15:52:14.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.275s coverage: 28.6% of statements [2021-02-17T15:52:14.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-17T15:52:14.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-17T15:52:14.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-17T15:52:14.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-17T15:52:14.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-17T15:52:14.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements [2021-02-17T15:52:14.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-17T15:52:14.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.121s coverage: 100.0% of statements [2021-02-17T15:52:14.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-17T15:52:14.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.371s coverage: 86.7% of statements [2021-02-17T15:52:14.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-17T15:52:14.770Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.343s coverage: 97.5% of statements [2021-02-17T15:52:14.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-17T15:52:16.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.156s coverage: 78.3% of statements [2021-02-17T15:52:16.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-17T15:52:16.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-17T15:52:16.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-17T15:52:16.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-17T15:52:16.861Z] ---> Running in 9a8fa7f0d7ba [2021-02-17T15:52:17.126Z] Removing intermediate container 265bb5932365 [2021-02-17T15:52:17.126Z] ---> fb697965b155 [2021-02-17T15:52:17.126Z] [2021-02-17T15:52:17.126Z] Step 10/22 : FROM alpine:3.12 [2021-02-17T15:52:17.126Z] ---> 389fef711851 [2021-02-17T15:52:17.126Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-17T15:52:17.126Z] Removing intermediate container b937f7bc979b [2021-02-17T15:52:17.126Z] ---> 7b1e4222e91f [2021-02-17T15:52:17.126Z] [2021-02-17T15:52:17.126Z] Step 10/22 : FROM alpine:3.12 [2021-02-17T15:52:17.126Z] ---> 389fef711851 [2021-02-17T15:52:17.126Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-17T15:52:17.394Z] Removing intermediate container 67908205236a [2021-02-17T15:52:17.394Z] ---> 152863ef8f52 [2021-02-17T15:52:17.394Z] [2021-02-17T15:52:17.394Z] Step 10/23 : FROM alpine:3.12 [2021-02-17T15:52:17.394Z] ---> 389fef711851 [2021-02-17T15:52:17.394Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-17T15:52:17.394Z] ---> Running in f40027fecbe2 [2021-02-17T15:52:17.394Z] ---> Running in a2186751cfa3 [2021-02-17T15:52:17.659Z] ---> Running in bb73dcdb62a9 [2021-02-17T15:52:17.659Z] Removing intermediate container 23ca0b3a227e [2021-02-17T15:52:17.659Z] ---> 72563599db33 [2021-02-17T15:52:17.659Z] [2021-02-17T15:52:17.659Z] Step 11/26 : FROM docker:20.10.0 [2021-02-17T15:52:17.936Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:52:17.936Z] 20.10.0: Pulling from library/docker [2021-02-17T15:52:18.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:52:18.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:52:18.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:52:18.486Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-17T15:52:18.486Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-17T15:52:18.486Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-17T15:52:18.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:52:18.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:52:18.486Z] (4/4) Installing curl (7.69.1-r3) [2021-02-17T15:52:18.486Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T15:52:18.752Z] Executing ca-certificates-20191127-r4.trigger [2021-02-17T15:52:18.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:52:18.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:52:18.753Z] OK: 7 MiB in 18 packages [2021-02-17T15:52:18.753Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-17T15:52:18.753Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T15:52:18.753Z] OK: 6 MiB in 15 packages [2021-02-17T15:52:19.021Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-17T15:52:19.021Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T15:52:19.021Z] OK: 6 MiB in 15 packages [2021-02-17T15:52:19.021Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-17T15:52:19.021Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-17T15:52:19.021Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T15:52:19.021Z] Executing ca-certificates-20191127-r4.trigger [2021-02-17T15:52:19.021Z] OK: 6 MiB in 16 packages [2021-02-17T15:52:20.963Z] Removing intermediate container 9a8fa7f0d7ba [2021-02-17T15:52:20.963Z] ---> 766599f662fe [2021-02-17T15:52:20.963Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-17T15:52:20.963Z] Removing intermediate container f40027fecbe2 [2021-02-17T15:52:20.963Z] ---> ca1f962cea77 [2021-02-17T15:52:20.963Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-17T15:52:20.963Z] ---> Running in d17abbaa0154 [2021-02-17T15:52:20.963Z] Removing intermediate container bb73dcdb62a9 [2021-02-17T15:52:20.963Z] ---> 3b9ea7ce3c55 [2021-02-17T15:52:20.963Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-17T15:52:21.917Z] Removing intermediate container a2186751cfa3 [2021-02-17T15:52:21.917Z] ---> a3759f24474a [2021-02-17T15:52:21.917Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-17T15:52:21.917Z] ---> Running in ef9d215fe050 [2021-02-17T15:52:22.182Z] ---> Running in 578c9541083b [2021-02-17T15:52:22.182Z] ---> Running in e87c547b5f5b [2021-02-17T15:52:22.182Z] Removing intermediate container d17abbaa0154 [2021-02-17T15:52:22.182Z] ---> b6d2111d972a [2021-02-17T15:52:22.182Z] Step 13/21 : WORKDIR /edgex [2021-02-17T15:52:22.450Z] Removing intermediate container ef9d215fe050 [2021-02-17T15:52:22.450Z] ---> ce6079b5bfa3 [2021-02-17T15:52:22.450Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-17T15:52:22.450Z] ---> Running in dcc11c7da4b5 [2021-02-17T15:52:22.450Z] ---> Running in eeca513afbe8 [2021-02-17T15:52:22.450Z] Removing intermediate container 578c9541083b [2021-02-17T15:52:22.450Z] ---> 0371e4f11f51 [2021-02-17T15:52:22.450Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-17T15:52:22.715Z] Removing intermediate container e87c547b5f5b [2021-02-17T15:52:22.715Z] ---> 4056c87bd6ef [2021-02-17T15:52:22.715Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-17T15:52:22.715Z] ---> Running in 99b73f1bec12 [2021-02-17T15:52:22.987Z] ---> Running in a73da052ea1e [2021-02-17T15:52:22.987Z] Removing intermediate container dcc11c7da4b5 [2021-02-17T15:52:22.987Z] ---> 497ecf9929e6 [2021-02-17T15:52:22.987Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-17T15:52:22.987Z] Removing intermediate container eeca513afbe8 [2021-02-17T15:52:22.987Z] ---> 4d27052ae9ab [2021-02-17T15:52:22.987Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-17T15:52:22.987Z] ---> Running in 2e61980d9c22 [2021-02-17T15:52:22.987Z] Removing intermediate container 99b73f1bec12 [2021-02-17T15:52:22.987Z] ---> c9409ceb0b83 [2021-02-17T15:52:22.987Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-17T15:52:23.256Z] Removing intermediate container a73da052ea1e [2021-02-17T15:52:23.256Z] ---> 694e523b0ed6 [2021-02-17T15:52:23.256Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-17T15:52:23.256Z] ---> Running in cda286342aeb [2021-02-17T15:52:23.519Z] ---> Running in 7ca56e31567a [2021-02-17T15:52:23.519Z] ---> be3eafeb999d [2021-02-17T15:52:23.519Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-17T15:52:23.519Z] Removing intermediate container 2e61980d9c22 [2021-02-17T15:52:23.520Z] ---> eeb448a7aaf8 [2021-02-17T15:52:23.520Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-17T15:52:23.788Z] Removing intermediate container cda286342aeb [2021-02-17T15:52:23.788Z] ---> 93c2dfbaa1ca [2021-02-17T15:52:23.788Z] Step 15/23 : WORKDIR / [2021-02-17T15:52:23.788Z] Removing intermediate container 7ca56e31567a [2021-02-17T15:52:23.788Z] ---> c08f640e8e97 [2021-02-17T15:52:23.788Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-17T15:52:24.062Z] ---> Running in b3042e6afc7c [2021-02-17T15:52:24.326Z] ---> c49d946d12e8 [2021-02-17T15:52:24.326Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-17T15:52:24.326Z] ---> b8069e952878 [2021-02-17T15:52:24.326Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-17T15:52:24.562Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.331s coverage: 92.8% of statements [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-17T15:52:24.562Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-17T15:52:24.562Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.254s coverage: 0.1% of statements [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-17T15:52:24.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-17T15:52:24.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.103s coverage: 45.5% of statements [2021-02-17T15:52:24.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.093s coverage: 79.5% of statements [2021-02-17T15:52:24.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements [2021-02-17T15:52:24.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.130s coverage: 96.3% of statements [2021-02-17T15:52:24.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.117s coverage: 87.5% of statements [2021-02-17T15:52:24.602Z] ---> 935688fff2fa [2021-02-17T15:52:24.602Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-17T15:52:24.602Z] Removing intermediate container b3042e6afc7c [2021-02-17T15:52:24.602Z] ---> caf982e43f84 [2021-02-17T15:52:24.602Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-17T15:52:25.994Z] ---> 9fe95b98628d [2021-02-17T15:52:25.994Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-17T15:52:25.994Z] ---> d133455f7877 [2021-02-17T15:52:25.994Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-17T15:52:25.994Z] ---> 6be05dc9b4c5 [2021-02-17T15:52:25.994Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-17T15:52:26.262Z] ---> Running in bba3bab88a58 [2021-02-17T15:52:26.262Z] ---> 30ac0a35cfd0 [2021-02-17T15:52:26.262Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-17T15:52:26.262Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-17T15:52:26.262Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-17T15:52:26.262Z] ---> aefe523efa57 [2021-02-17T15:52:26.262Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-17T15:52:26.532Z] Removing intermediate container bba3bab88a58 [2021-02-17T15:52:26.532Z] ---> 840ddcd67ee3 [2021-02-17T15:52:26.532Z] Step 18/21 : CMD ["--init=true"] [2021-02-17T15:52:26.532Z] ---> Running in 017a8415ccb7 [2021-02-17T15:52:26.532Z] ---> 2765ed1482f7 [2021-02-17T15:52:26.532Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-17T15:52:26.797Z] ---> 7c2794fe55a6 [2021-02-17T15:52:26.797Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-17T15:52:26.797Z] ---> Running in f9a2cc47bce6 [2021-02-17T15:52:27.062Z] ---> Running in 453515450a07 [2021-02-17T15:52:27.062Z] ---> Running in ff50cd55e84a [2021-02-17T15:52:27.062Z] ---> 6ca080653c08 [2021-02-17T15:52:27.062Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-17T15:52:27.062Z] Removing intermediate container f9a2cc47bce6 [2021-02-17T15:52:27.062Z] ---> 1188c3eb61f0 [2021-02-17T15:52:27.062Z] Step 19/21 : LABEL arch=x86_64 [2021-02-17T15:52:27.333Z] Removing intermediate container 453515450a07 [2021-02-17T15:52:27.333Z] ---> 612e878f5cdd [2021-02-17T15:52:27.333Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-17T15:52:27.333Z] Removing intermediate container ff50cd55e84a [2021-02-17T15:52:27.333Z] ---> 184866afcc59 [2021-02-17T15:52:27.333Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-17T15:52:27.333Z] ---> Running in c41dd3355e65 [2021-02-17T15:52:27.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:52:27.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:52:27.599Z] ---> Running in 1762c72d6504 [2021-02-17T15:52:27.599Z] ---> Running in 1edc9847363b [2021-02-17T15:52:27.599Z] ---> a2003821536a [2021-02-17T15:52:27.599Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-17T15:52:27.861Z] (1/2) Installing readline (8.0.4-r0) [2021-02-17T15:52:27.861Z] Removing intermediate container c41dd3355e65 [2021-02-17T15:52:27.861Z] ---> abd94cfa28b3 [2021-02-17T15:52:27.861Z] Step 20/21 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T15:52:27.861Z] ---> Running in a318dce8cefd [2021-02-17T15:52:27.861Z] (2/2) Installing bash (5.0.17-r0) [2021-02-17T15:52:27.861Z] Executing bash-5.0.17-r0.post-install [2021-02-17T15:52:27.861Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T15:52:27.861Z] OK: 12 MiB in 22 packages [2021-02-17T15:52:27.861Z] ---> Running in f39aeae43868 [2021-02-17T15:52:27.861Z] Removing intermediate container 1762c72d6504 [2021-02-17T15:52:27.861Z] ---> 437697666bde [2021-02-17T15:52:27.861Z] Step 20/22 : LABEL arch=x86_64 [2021-02-17T15:52:28.132Z] Removing intermediate container 1edc9847363b [2021-02-17T15:52:28.132Z] ---> d2d2cabc7ecd [2021-02-17T15:52:28.132Z] Step 20/22 : LABEL arch=x86_64 [2021-02-17T15:52:28.132Z] ---> Running in 3b638858954b [2021-02-17T15:52:28.132Z] Removing intermediate container a318dce8cefd [2021-02-17T15:52:28.132Z] ---> 016d20f2e7b7 [2021-02-17T15:52:28.132Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-17T15:52:28.132Z] ---> Running in fba63c65be67 [2021-02-17T15:52:28.398Z] Removing intermediate container f39aeae43868 [2021-02-17T15:52:28.398Z] ---> 4f972848ef26 [2021-02-17T15:52:28.398Z] Step 21/21 : LABEL version=0.0.0 [2021-02-17T15:52:28.398Z] ---> Running in 0a8fceee692f [2021-02-17T15:52:28.661Z] ---> Running in 378fa5695eca [2021-02-17T15:52:28.661Z] Removing intermediate container 3b638858954b [2021-02-17T15:52:28.661Z] ---> dd186732f8c9 [2021-02-17T15:52:28.661Z] Step 21/22 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T15:52:28.661Z] Removing intermediate container fba63c65be67 [2021-02-17T15:52:28.661Z] ---> a27efaa336ea [2021-02-17T15:52:28.661Z] Step 21/22 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T15:52:28.922Z] ---> Running in 556e4daf2de8 [2021-02-17T15:52:28.923Z] ---> Running in 0f92ec731133 [2021-02-17T15:52:28.923Z] Removing intermediate container 0a8fceee692f [2021-02-17T15:52:28.923Z] ---> 974aa602a230 [2021-02-17T15:52:28.923Z] Step 21/23 : LABEL arch=x86_64 [2021-02-17T15:52:28.923Z] Removing intermediate container 017a8415ccb7 [2021-02-17T15:52:28.923Z] ---> 693a1860381c [2021-02-17T15:52:28.923Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-17T15:52:29.193Z] Removing intermediate container 378fa5695eca [2021-02-17T15:52:29.193Z] ---> bf4dd53ff320 [2021-02-17T15:52:29.193Z] [2021-02-17T15:52:29.193Z] ---> Running in 34419c6a2fc2 [2021-02-17T15:52:29.193Z] ---> Running in 263478e65c57 [2021-02-17T15:52:29.193Z] Removing intermediate container 0f92ec731133 [2021-02-17T15:52:29.193Z] ---> 7b54cc023352 [2021-02-17T15:52:29.193Z] Step 22/22 : LABEL version=0.0.0 [2021-02-17T15:52:29.458Z] Removing intermediate container 556e4daf2de8 [2021-02-17T15:52:29.458Z] ---> 70d98e2860d3 [2021-02-17T15:52:29.458Z] Step 22/22 : LABEL version=0.0.0 [2021-02-17T15:52:29.458Z] ---> Running in 0c59ec2de965 [2021-02-17T15:52:29.458Z] Successfully built bf4dd53ff320 [2021-02-17T15:52:29.458Z] ---> Running in 6d6439601317 [2021-02-17T15:52:29.458Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-17T15:52:29.458Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-02-17T15:52:29.721Z] Removing intermediate container 34419c6a2fc2 [2021-02-17T15:52:29.721Z] ---> ec413544e396 [2021-02-17T15:52:29.721Z] Step 22/23 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T15:52:29.721Z] Removing intermediate container 263478e65c57 [2021-02-17T15:52:29.721Z] ---> 5583973243f5 [2021-02-17T15:52:29.721Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-17T15:52:29.721Z] Removing intermediate container 0c59ec2de965 [2021-02-17T15:52:29.721Z] ---> 32e7d100282c [2021-02-17T15:52:29.721Z] [2021-02-17T15:52:29.998Z] Successfully built 32e7d100282c [2021-02-17T15:52:29.998Z] ---> Running in 3fecf640d55f [2021-02-17T15:52:29.998Z] ---> Running in 999b9ce6e8a8 [2021-02-17T15:52:29.998Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-17T15:52:29.998Z] Building docker-core-data-go [2021-02-17T15:52:29.998Z]  Building docker-support-scheduler-go ... done Removing intermediate container 6d6439601317 [2021-02-17T15:52:30.264Z] ---> 98210b8b18aa [2021-02-17T15:52:30.264Z] [2021-02-17T15:52:30.264Z] Successfully built 98210b8b18aa [2021-02-17T15:52:30.264Z] Successfully tagged docker-support-notifications-go:latest [2021-02-17T15:52:30.264Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-02-17T15:52:30.264Z] Removing intermediate container 3fecf640d55f [2021-02-17T15:52:30.264Z] ---> 625d0b53ab7a [2021-02-17T15:52:30.264Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-17T15:52:30.264Z] Removing intermediate container 999b9ce6e8a8 [2021-02-17T15:52:30.264Z] ---> 11659abeb6b2 [2021-02-17T15:52:30.264Z] Step 23/23 : LABEL version=0.0.0 [2021-02-17T15:52:30.527Z] ---> Running in 60120005226d [2021-02-17T15:52:30.527Z] ---> Running in 71990e3af086 [2021-02-17T15:52:30.790Z] Removing intermediate container 71990e3af086 [2021-02-17T15:52:30.790Z] ---> b7f67ae2f0e2 [2021-02-17T15:52:30.790Z] [2021-02-17T15:52:30.790Z] Removing intermediate container 60120005226d [2021-02-17T15:52:30.790Z] ---> ac78985092bd [2021-02-17T15:52:30.790Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-17T15:52:30.790Z] Successfully built b7f67ae2f0e2 [2021-02-17T15:52:30.790Z] Successfully tagged docker-core-metadata-go:latest [2021-02-17T15:52:30.790Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-02-17T15:52:36.124Z] ---> cad98bd642da [2021-02-17T15:52:36.124Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-17T15:52:36.965Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.087s coverage: 94.4% of statements [2021-02-17T15:52:36.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements [2021-02-17T15:52:38.697Z] ---> 276f81657232 [2021-02-17T15:52:38.697Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-17T15:52:40.102Z] ---> 75e1456854c6 [2021-02-17T15:52:40.102Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-17T15:52:40.372Z] ---> Running in 3cfb4d589117 [2021-02-17T15:52:41.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:52:41.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:52:42.046Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-17T15:52:42.046Z] (2/33) Installing expat (2.2.9-r1) [2021-02-17T15:52:42.046Z] (3/33) Installing libffi (3.3-r2) [2021-02-17T15:52:42.046Z] (4/33) Installing gdbm (1.13-r1) [2021-02-17T15:52:42.046Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-17T15:52:42.046Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-17T15:52:42.046Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-17T15:52:43.011Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-17T15:52:43.011Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-17T15:52:43.011Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-17T15:52:43.012Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-17T15:52:43.012Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-17T15:52:43.012Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-17T15:52:43.012Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-17T15:52:43.287Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-17T15:52:43.287Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-17T15:52:43.287Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-17T15:52:43.287Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-17T15:52:43.287Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-17T15:52:43.287Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-17T15:52:43.287Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-17T15:52:43.287Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-17T15:52:43.287Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-17T15:52:43.287Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-17T15:52:43.555Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-17T15:52:43.555Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-17T15:52:43.555Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-17T15:52:43.555Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-17T15:52:43.555Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-17T15:52:43.555Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-17T15:52:43.555Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-17T15:52:43.555Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-17T15:52:43.555Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-17T15:52:50.636Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T15:52:52.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.147s coverage: 92.9% of statements [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.073s coverage: 77.8% of statements [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.159s coverage: 91.4% of statements [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.525s coverage: 63.5% of statements [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements [2021-02-17T15:52:52.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.765s coverage: 68.9% of statements [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-17T15:52:52.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-17T15:52:52.283Z] OK: 71 MiB in 55 packages [2021-02-17T15:52:52.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.407s coverage: 37.0% of statements [2021-02-17T15:52:52.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-17T15:52:52.358Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-17T15:52:52.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.512s coverage: 84.0% of statements [2021-02-17T15:52:53.649Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.116s coverage: 100.0% of statements [2021-02-17T15:53:01.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.450s coverage: 47.0% of statements [2021-02-17T15:53:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-17T15:53:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-17T15:53:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-17T15:53:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-17T15:53:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-17T15:53:01.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements [2021-02-17T15:53:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-17T15:53:01.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements [2021-02-17T15:53:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-17T15:53:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-17T15:53:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-17T15:53:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-17T15:53:01.958Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.292s coverage: 89.4% of statements [2021-02-17T15:53:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-17T15:53:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-17T15:53:01.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-17T15:53:02.672Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T15:53:02.672Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-17T15:53:02.672Z] ---> 1416bf48012f [2021-02-17T15:53:02.672Z] Step 3/30 : WORKDIR /edgex-go [2021-02-17T15:53:02.672Z] ---> Using cache [2021-02-17T15:53:02.672Z] ---> fa3e4ff0b121 [2021-02-17T15:53:02.672Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:53:02.672Z] ---> Using cache [2021-02-17T15:53:02.672Z] ---> 1e88ac1412dc [2021-02-17T15:53:02.672Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-17T15:53:02.672Z] ---> Using cache [2021-02-17T15:53:02.672Z] ---> 94a24583d464 [2021-02-17T15:53:02.672Z] Step 6/30 : COPY go.mod . [2021-02-17T15:53:02.672Z] ---> Using cache [2021-02-17T15:53:02.673Z] ---> f3624f533785 [2021-02-17T15:53:02.673Z] Step 7/30 : RUN go mod download [2021-02-17T15:53:02.673Z] ---> Using cache [2021-02-17T15:53:02.673Z] ---> ef70535d2f35 [2021-02-17T15:53:02.673Z] Step 8/30 : COPY . . [2021-02-17T15:53:02.673Z] ---> Using cache [2021-02-17T15:53:02.673Z] ---> e4bef118461d [2021-02-17T15:53:02.673Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-17T15:53:02.946Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T15:53:02.946Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-17T15:53:02.946Z] ---> 1416bf48012f [2021-02-17T15:53:02.946Z] Step 3/23 : WORKDIR /edgex-go [2021-02-17T15:53:02.946Z] ---> Using cache [2021-02-17T15:53:02.946Z] ---> fa3e4ff0b121 [2021-02-17T15:53:02.946Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:53:02.946Z] ---> Using cache [2021-02-17T15:53:02.946Z] ---> 1e88ac1412dc [2021-02-17T15:53:02.946Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-17T15:53:02.946Z] ---> Using cache [2021-02-17T15:53:02.946Z] ---> 94a24583d464 [2021-02-17T15:53:02.946Z] Step 6/23 : COPY go.mod . [2021-02-17T15:53:02.946Z] ---> Using cache [2021-02-17T15:53:02.946Z] ---> f3624f533785 [2021-02-17T15:53:02.946Z] Step 7/23 : RUN go mod download [2021-02-17T15:53:02.946Z] ---> Using cache [2021-02-17T15:53:02.946Z] ---> ef70535d2f35 [2021-02-17T15:53:02.946Z] Step 8/23 : COPY . . [2021-02-17T15:53:02.946Z] ---> Using cache [2021-02-17T15:53:02.946Z] ---> e4bef118461d [2021-02-17T15:53:02.946Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-17T15:53:03.210Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T15:53:03.210Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-17T15:53:03.210Z] ---> 1416bf48012f [2021-02-17T15:53:03.210Z] Step 3/23 : WORKDIR /edgex-go [2021-02-17T15:53:03.210Z] ---> Using cache [2021-02-17T15:53:03.210Z] ---> fa3e4ff0b121 [2021-02-17T15:53:03.210Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:53:03.210Z] ---> Using cache [2021-02-17T15:53:03.210Z] ---> 1e88ac1412dc [2021-02-17T15:53:03.210Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-17T15:53:03.210Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T15:53:03.210Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-17T15:53:03.210Z] ---> 1416bf48012f [2021-02-17T15:53:03.210Z] Step 3/24 : WORKDIR /edgex-go [2021-02-17T15:53:03.210Z] ---> Using cache [2021-02-17T15:53:03.210Z] ---> fa3e4ff0b121 [2021-02-17T15:53:03.210Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:53:03.210Z] ---> Using cache [2021-02-17T15:53:03.476Z] ---> 1e88ac1412dc [2021-02-17T15:53:03.476Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-17T15:53:03.476Z] ---> Using cache [2021-02-17T15:53:03.476Z] ---> 94a24583d464 [2021-02-17T15:53:03.476Z] Step 6/24 : COPY go.mod . [2021-02-17T15:53:03.476Z] ---> Using cache [2021-02-17T15:53:03.476Z] ---> f3624f533785 [2021-02-17T15:53:03.476Z] Step 7/24 : RUN go mod download [2021-02-17T15:53:03.476Z] ---> Using cache [2021-02-17T15:53:03.476Z] ---> ef70535d2f35 [2021-02-17T15:53:03.476Z] Step 8/24 : COPY . . [2021-02-17T15:53:03.476Z] ---> Using cache [2021-02-17T15:53:03.476Z] ---> e4bef118461d [2021-02-17T15:53:03.477Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-17T15:53:05.434Z] ---> Running in a81da1e2c67b [2021-02-17T15:53:05.434Z] ---> Running in d63c189df263 [2021-02-17T15:53:05.434Z] ---> Running in 9199a2fa48de [2021-02-17T15:53:05.434Z] ---> Running in 59c61f0476c7 [2021-02-17T15:53:06.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-17T15:53:06.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-17T15:53:06.401Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-17T15:53:06.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:53:07.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:53:07.850Z] OK: 233 MiB in 51 packages [2021-02-17T15:53:08.731Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.252s coverage: 29.1% of statements [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-17T15:53:08.731Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-17T15:53:08.731Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-17T15:53:08.731Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.138s coverage: 100.0% of statements [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-17T15:53:08.731Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-17T15:53:08.731Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-17T15:53:08.731Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-17T15:53:08.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-17T15:53:08.731Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements [2021-02-17T15:53:08.731Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-17T15:53:09.324Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-17T15:53:10.302Z] GO111MODULE=on go vet ./... [2021-02-17T15:53:11.208Z] Removing intermediate container 59c61f0476c7 [2021-02-17T15:53:11.208Z] ---> d2e0dc711642 [2021-02-17T15:53:11.208Z] Step 6/23 : COPY go.mod . [2021-02-17T15:53:12.185Z] ---> d3f3a42eeadd [2021-02-17T15:53:12.185Z] Step 7/23 : RUN go mod download [2021-02-17T15:53:13.152Z] ---> Running in 8018822b6a0b [2021-02-17T15:53:14.587Z] Removing intermediate container 3cfb4d589117 [2021-02-17T15:53:14.587Z] ---> f9bef89de6e2 [2021-02-17T15:53:14.587Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-17T15:53:14.587Z] ---> Running in 52eca3457735 [2021-02-17T15:53:18.920Z] Collecting docker-compose==1.23.2 [2021-02-17T15:53:18.920Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-17T15:53:18.920Z] Removing intermediate container 8018822b6a0b [2021-02-17T15:53:18.920Z] ---> e9754a3d08f2 [2021-02-17T15:53:18.920Z] Step 8/23 : COPY . . [2021-02-17T15:53:18.920Z] Collecting PyYAML<4,>=3.10 [2021-02-17T15:53:18.920Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-17T15:53:21.541Z] Collecting cached-property<2,>=1.2.0 [2021-02-17T15:53:21.541Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-17T15:53:22.135Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-17T15:53:22.135Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-17T15:53:23.563Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-17T15:53:23.563Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-17T15:53:24.157Z] Collecting jsonschema<3,>=2.5.1 [2021-02-17T15:53:24.157Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-17T15:53:24.745Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-17T15:53:25.020Z] Collecting texttable<0.10,>=0.9.0 [2021-02-17T15:53:25.020Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-17T15:53:25.617Z] Collecting docker<4.0,>=3.6.0 [2021-02-17T15:53:25.617Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-17T15:53:25.894Z] Collecting docopt<0.7,>=0.6.1 [2021-02-17T15:53:25.894Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-17T15:53:27.871Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-17T15:53:27.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-17T15:53:27.871Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-17T15:53:28.154Z] Collecting idna<2.8,>=2.5 [2021-02-17T15:53:28.749Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-17T15:53:30.158Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-17T15:53:31.119Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-17T15:53:31.119Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-17T15:53:31.119Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-17T15:53:31.119Z] Collecting docker-pycreds>=0.4.0 [2021-02-17T15:53:31.119Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-17T15:53:31.395Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-17T15:53:31.395Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-17T15:53:31.395Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-17T15:53:31.395Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-17T15:53:31.666Z] Installing collected packages: PyYAML, cached-property, dockerpty, idna, urllib3, requests, jsonschema, texttable, websocket-client, docker-pycreds, docker, docopt, docker-compose [2021-02-17T15:53:31.666Z] Running setup.py install for PyYAML: started [2021-02-17T15:53:33.080Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-17T15:53:34.504Z] Running setup.py install for dockerpty: started [2021-02-17T15:53:35.103Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-17T15:53:35.372Z] Attempting uninstall: idna [2021-02-17T15:53:35.372Z] Found existing installation: idna 2.9 [2021-02-17T15:53:35.372Z] Uninstalling idna-2.9: [2021-02-17T15:53:35.642Z] Successfully uninstalled idna-2.9 [2021-02-17T15:53:37.586Z] Attempting uninstall: urllib3 [2021-02-17T15:53:37.586Z] Found existing installation: urllib3 1.25.9 [2021-02-17T15:53:37.586Z] Uninstalling urllib3-1.25.9: [2021-02-17T15:53:37.893Z] Successfully uninstalled urllib3-1.25.9 [2021-02-17T15:53:38.161Z] Attempting uninstall: requests [2021-02-17T15:53:38.161Z] Found existing installation: requests 2.23.0 [2021-02-17T15:53:38.161Z] Uninstalling requests-2.23.0: [2021-02-17T15:53:38.161Z] Successfully uninstalled requests-2.23.0 [2021-02-17T15:53:41.498Z] Running setup.py install for texttable: started [2021-02-17T15:53:41.761Z] Running setup.py install for texttable: finished with status 'done' [2021-02-17T15:53:43.161Z] Removing intermediate container 9199a2fa48de [2021-02-17T15:53:43.161Z] ---> 4650aea979e3 [2021-02-17T15:53:43.161Z] [2021-02-17T15:53:43.161Z] Step 10/30 : FROM alpine:3.12 [2021-02-17T15:53:43.161Z] ---> 389fef711851 [2021-02-17T15:53:43.161Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-17T15:53:43.161Z] Removing intermediate container d63c189df263 [2021-02-17T15:53:43.161Z] ---> 9d5139cef4be [2021-02-17T15:53:43.161Z] [2021-02-17T15:53:43.161Z] Step 10/24 : FROM alpine:3.12 [2021-02-17T15:53:43.161Z] ---> 389fef711851 [2021-02-17T15:53:43.161Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-17T15:53:43.739Z] ---> 42bdc6bb67b1 [2021-02-17T15:53:43.739Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-17T15:53:44.195Z] ---> Running in 16598e87943c [2021-02-17T15:53:44.195Z] ---> Running in f4c70afa9fd6 [2021-02-17T15:53:44.800Z] ---> Running in b6b4916fd8ec [2021-02-17T15:53:44.800Z] Running setup.py install for docopt: started [2021-02-17T15:53:45.380Z] Running setup.py install for docopt: finished with status 'done' [2021-02-17T15:53:45.380Z] Removing intermediate container 16598e87943c [2021-02-17T15:53:45.380Z] ---> 3787f0fd9697 [2021-02-17T15:53:45.380Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-17T15:53:46.333Z] ---> Running in e5cfa41aea91 [2021-02-17T15:53:46.333Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-17T15:53:47.730Z] Removing intermediate container a81da1e2c67b [2021-02-17T15:53:47.730Z] ---> 2ae48748a7a3 [2021-02-17T15:53:47.730Z] [2021-02-17T15:53:47.730Z] Step 10/23 : FROM alpine:3.12 [2021-02-17T15:53:47.730Z] ---> 389fef711851 [2021-02-17T15:53:47.730Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-17T15:53:47.730Z] ---> Using cache [2021-02-17T15:53:47.730Z] ---> 3b9ea7ce3c55 [2021-02-17T15:53:47.730Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-17T15:53:47.730Z] ---> Using cache [2021-02-17T15:53:47.730Z] ---> 0371e4f11f51 [2021-02-17T15:53:47.730Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-17T15:53:47.730Z] ---> Running in 878854d07518 [2021-02-17T15:53:47.730Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-17T15:53:48.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:53:48.023Z] Removing intermediate container 878854d07518 [2021-02-17T15:53:48.023Z] ---> d20d5d2f18bf [2021-02-17T15:53:48.023Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-17T15:53:48.310Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:53:48.310Z] ---> Running in b2c1b7919ca8 [2021-02-17T15:53:48.310Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-17T15:53:48.584Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-17T15:53:48.584Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-17T15:53:48.584Z] (4/5) Installing curl (7.69.1-r3) [2021-02-17T15:53:48.584Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-17T15:53:48.584Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T15:53:48.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:53:48.584Z] Executing ca-certificates-20191127-r4.trigger [2021-02-17T15:53:48.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:53:48.850Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-17T15:53:48.850Z] (2/2) Installing su-exec (0.2-r1) [2021-02-17T15:53:48.850Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T15:53:48.850Z] OK: 6 MiB in 16 packages [2021-02-17T15:53:48.850Z] OK: 7 MiB in 19 packages [2021-02-17T15:53:49.118Z] Removing intermediate container b2c1b7919ca8 [2021-02-17T15:53:49.118Z] ---> 5a9590179672 [2021-02-17T15:53:49.118Z] Step 15/23 : WORKDIR / [2021-02-17T15:53:49.388Z] ---> Running in 0c340b32e652 [2021-02-17T15:53:51.980Z] Removing intermediate container 0c340b32e652 [2021-02-17T15:53:51.980Z] ---> daf2b4025225 [2021-02-17T15:53:51.980Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-17T15:53:51.980Z] Removing intermediate container e5cfa41aea91 [2021-02-17T15:53:51.980Z] ---> e40d9aa7666f [2021-02-17T15:53:51.980Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-17T15:53:51.980Z] Removing intermediate container f4c70afa9fd6 [2021-02-17T15:53:51.980Z] ---> 7fd945ff2227 [2021-02-17T15:53:51.980Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-17T15:53:52.247Z] ---> Running in 1b8edcb950cd [2021-02-17T15:53:52.247Z] Removing intermediate container 52eca3457735 [2021-02-17T15:53:52.247Z] ---> f1b4aef97d97 [2021-02-17T15:53:52.247Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-17T15:53:52.513Z] ---> Running in ca890be168f0 [2021-02-17T15:53:52.513Z] ---> 77fb19c25418 [2021-02-17T15:53:52.513Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-17T15:53:52.513Z] ---> Running in 587b04db1051 [2021-02-17T15:53:52.781Z] Removing intermediate container 1b8edcb950cd [2021-02-17T15:53:52.781Z] ---> 855e63d40f64 [2021-02-17T15:53:52.781Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-17T15:53:52.781Z] Removing intermediate container ca890be168f0 [2021-02-17T15:53:52.781Z] ---> 7e224ed3ad1a [2021-02-17T15:53:52.781Z] Step 13/24 : WORKDIR / [2021-02-17T15:53:53.053Z] ---> Running in 126fd511d442 [2021-02-17T15:53:53.053Z] ---> Running in 4c27fdf45528 [2021-02-17T15:53:54.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:53:54.047Z] ---> aab9153537e2 [2021-02-17T15:53:54.047Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-17T15:53:54.047Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:53:54.047Z] Removing intermediate container 126fd511d442 [2021-02-17T15:53:54.047Z] ---> b1151e00fdab [2021-02-17T15:53:54.047Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-17T15:53:54.047Z] Removing intermediate container 4c27fdf45528 [2021-02-17T15:53:54.047Z] ---> 24d284bb23df [2021-02-17T15:53:54.047Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-17T15:53:54.047Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-17T15:53:54.047Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-17T15:53:54.047Z] (3/3) Installing curl (7.69.1-r3) [2021-02-17T15:53:54.047Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T15:53:54.047Z] ---> Running in e5866771f3de [2021-02-17T15:53:54.332Z] OK: 72 MiB in 58 packages [2021-02-17T15:53:54.618Z] ---> 70dd0fbfa24a [2021-02-17T15:53:54.618Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-17T15:53:54.618Z] ---> Running in 7feb47f765bb [2021-02-17T15:53:54.883Z] ---> 0f4a43d0220e [2021-02-17T15:53:54.883Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-17T15:53:55.156Z] Removing intermediate container 7feb47f765bb [2021-02-17T15:53:55.156Z] ---> d7fb01e41241 [2021-02-17T15:53:55.156Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-17T15:53:56.591Z] ---> Running in 4a53fef44775 [2021-02-17T15:53:56.591Z] ---> 5cfce26fddcd [2021-02-17T15:53:56.591Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-17T15:53:56.591Z] Removing intermediate container 587b04db1051 [2021-02-17T15:53:56.591Z] ---> 5de7f93fe7c3 [2021-02-17T15:53:56.591Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-17T15:53:56.869Z] Removing intermediate container 4a53fef44775 [2021-02-17T15:53:56.869Z] ---> 03b9b9e33b71 [2021-02-17T15:53:56.869Z] Step 21/23 : LABEL arch=x86_64 [2021-02-17T15:53:56.869Z] ---> Running in b96ef93d612e [2021-02-17T15:53:57.146Z] ---> Running in 78e38e3c67a7 [2021-02-17T15:53:57.146Z] ---> b1ddcf855763 [2021-02-17T15:53:57.146Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-17T15:53:57.146Z] Removing intermediate container b96ef93d612e [2021-02-17T15:53:57.146Z] ---> e5b09a25367e [2021-02-17T15:53:57.146Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-17T15:53:57.428Z] ---> Running in 5891c50974bd [2021-02-17T15:53:57.428Z] Removing intermediate container e5866771f3de [2021-02-17T15:53:57.428Z] ---> 488d45a08f89 [2021-02-17T15:53:57.428Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-17T15:53:57.702Z] Removing intermediate container 78e38e3c67a7 [2021-02-17T15:53:57.702Z] ---> b53f76e8edb6 [2021-02-17T15:53:57.702Z] Step 22/23 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T15:53:57.702Z] ---> Running in 87d5fc57da06 [2021-02-17T15:53:57.982Z] ---> Running in d43f4a7d854f [2021-02-17T15:53:57.982Z] Removing intermediate container 5891c50974bd [2021-02-17T15:53:57.982Z] ---> 66fe52709e30 [2021-02-17T15:53:57.982Z] Step 24/26 : LABEL arch=x86_64 [2021-02-17T15:53:58.255Z] ---> be329996e473 [2021-02-17T15:53:58.255Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-17T15:53:58.255Z] ---> Running in ac8dd6810976 [2021-02-17T15:53:58.533Z] Removing intermediate container 87d5fc57da06 [2021-02-17T15:53:58.533Z] ---> 7fac9f141632 [2021-02-17T15:53:58.533Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-17T15:53:58.533Z] Removing intermediate container d43f4a7d854f [2021-02-17T15:53:58.533Z] ---> 1faacaf60426 [2021-02-17T15:53:58.533Z] Step 23/23 : LABEL version=0.0.0 [2021-02-17T15:53:59.136Z] Removing intermediate container ac8dd6810976 [2021-02-17T15:53:59.136Z] ---> 1820ec51b4be [2021-02-17T15:53:59.136Z] Step 25/26 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T15:53:59.136Z] ---> Running in 9e194a7e6387 [2021-02-17T15:53:59.136Z] ---> Running in 5bc65d7ef9ea [2021-02-17T15:53:59.136Z] ---> e6608a974769 [2021-02-17T15:53:59.136Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-17T15:53:59.417Z] ---> 664341ae694d [2021-02-17T15:53:59.417Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-17T15:53:59.417Z] ---> Running in 6054b0a36684 [2021-02-17T15:53:59.687Z] Removing intermediate container 5bc65d7ef9ea [2021-02-17T15:53:59.687Z] ---> 6968bf4904e1 [2021-02-17T15:53:59.687Z] Step 26/26 : LABEL version=0.0.0 [2021-02-17T15:53:59.960Z] Removing intermediate container 9e194a7e6387 [2021-02-17T15:53:59.960Z] ---> e85095242bda [2021-02-17T15:53:59.960Z] [2021-02-17T15:54:00.241Z] ---> bcb812f2f1db [2021-02-17T15:54:00.241Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-17T15:54:00.241Z] ---> Running in 44a1acb42dd9 [2021-02-17T15:54:00.241Z] ---> Running in 10f8330c5357 [2021-02-17T15:54:00.506Z] Successfully built e85095242bda [2021-02-17T15:54:00.506Z] Successfully tagged docker-core-command-go:latest [2021-02-17T15:54:00.775Z]  Building docker-core-command-go ... done Removing intermediate container 44a1acb42dd9 [2021-02-17T15:54:00.775Z] ---> 8e38bcdeef34 [2021-02-17T15:54:00.775Z] [2021-02-17T15:54:01.048Z] Successfully built 8e38bcdeef34 [2021-02-17T15:54:01.048Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-17T15:54:01.324Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 6054b0a36684 [2021-02-17T15:54:01.324Z] ---> 0bdb0860661c [2021-02-17T15:54:01.324Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-17T15:54:01.592Z] ---> f2f2b80d17ec [2021-02-17T15:54:01.592Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-17T15:54:01.592Z] Removing intermediate container 10f8330c5357 [2021-02-17T15:54:01.592Z] ---> 056d022d5358 [2021-02-17T15:54:01.592Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-17T15:54:01.861Z] ---> Running in 76fb1c7261e5 [2021-02-17T15:54:02.448Z] Removing intermediate container 76fb1c7261e5 [2021-02-17T15:54:02.448Z] ---> 62589ed03061 [2021-02-17T15:54:02.448Z] Step 22/24 : LABEL arch=x86_64 [2021-02-17T15:54:02.709Z] ---> Running in bc929a39d909 [2021-02-17T15:54:02.709Z] ---> be559f7a8e8f [2021-02-17T15:54:02.709Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-17T15:54:04.633Z] ---> 38163f70e6de [2021-02-17T15:54:04.633Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-17T15:54:04.633Z] Removing intermediate container bc929a39d909 [2021-02-17T15:54:04.633Z] ---> 2783c3d2a178 [2021-02-17T15:54:04.633Z] Step 23/24 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T15:54:04.897Z] ---> Running in 7883f71853d7 [2021-02-17T15:54:04.897Z] ---> 0b80b5607cb1 [2021-02-17T15:54:04.897Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-17T15:54:05.159Z] Removing intermediate container 7883f71853d7 [2021-02-17T15:54:05.159Z] ---> 856ef39a77eb [2021-02-17T15:54:05.159Z] Step 24/24 : LABEL version=0.0.0 [2021-02-17T15:54:05.422Z] ---> Running in 92b6f3d82ddf [2021-02-17T15:54:05.422Z] ---> Running in 51031b3a28ac [2021-02-17T15:54:05.689Z] Removing intermediate container 92b6f3d82ddf [2021-02-17T15:54:05.689Z] ---> d3fc9e9087bc [2021-02-17T15:54:05.689Z] [2021-02-17T15:54:05.689Z] Removing intermediate container 51031b3a28ac [2021-02-17T15:54:05.689Z] ---> b91e79855ff3 [2021-02-17T15:54:05.689Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-17T15:54:05.689Z] Successfully built d3fc9e9087bc [2021-02-17T15:54:05.689Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-17T15:54:07.083Z]  Building docker-security-secretstore-setup-go ... done  ---> d477aa39c2aa [2021-02-17T15:54:07.083Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-17T15:54:07.347Z] Removing intermediate container b6b4916fd8ec [2021-02-17T15:54:07.347Z] ---> dc71b0d3ed2f [2021-02-17T15:54:07.347Z] [2021-02-17T15:54:07.347Z] Step 10/23 : FROM alpine:3.12 [2021-02-17T15:54:07.347Z] ---> 389fef711851 [2021-02-17T15:54:07.347Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-17T15:54:07.347Z] ---> Running in f62017682c42 [2021-02-17T15:54:07.347Z] ---> Running in b96652ca0f9e [2021-02-17T15:54:07.611Z] Removing intermediate container b96652ca0f9e [2021-02-17T15:54:07.611Z] ---> db2c95ede511 [2021-02-17T15:54:07.611Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-17T15:54:07.872Z] ---> Running in c42100196106 [2021-02-17T15:54:07.872Z] Removing intermediate container c42100196106 [2021-02-17T15:54:07.872Z] ---> 68541f796ae4 [2021-02-17T15:54:07.872Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-17T15:54:08.137Z] ---> Running in 1b1cbcdfc0db [2021-02-17T15:54:08.137Z] Removing intermediate container 1b1cbcdfc0db [2021-02-17T15:54:08.137Z] ---> 8102f9278b22 [2021-02-17T15:54:08.137Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:54:08.401Z] ---> Running in f86e42ab9e89 [2021-02-17T15:54:08.663Z] Removing intermediate container f62017682c42 [2021-02-17T15:54:08.663Z] ---> 46d6fc5e2aee [2021-02-17T15:54:08.663Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-17T15:54:08.663Z] ---> Running in bc816f6d1f0d [2021-02-17T15:54:08.925Z] Removing intermediate container bc816f6d1f0d [2021-02-17T15:54:08.925Z] ---> 3de39953d342 [2021-02-17T15:54:08.925Z] Step 27/30 : CMD ["gate"] [2021-02-17T15:54:08.925Z] ---> Running in 72c151a2a4f2 [2021-02-17T15:54:09.187Z] Removing intermediate container 72c151a2a4f2 [2021-02-17T15:54:09.187Z] ---> 262cc16b831d [2021-02-17T15:54:09.187Z] Step 28/30 : LABEL arch=x86_64 [2021-02-17T15:54:09.451Z] Removing intermediate container f86e42ab9e89 [2021-02-17T15:54:09.451Z] ---> 8751f9f5431f [2021-02-17T15:54:09.451Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-17T15:54:09.451Z] ---> Running in d30e05e5bf32 [2021-02-17T15:54:09.451Z] ---> Running in d9da6c61bba3 [2021-02-17T15:54:09.713Z] Removing intermediate container d30e05e5bf32 [2021-02-17T15:54:09.713Z] ---> 72eddfbbfab1 [2021-02-17T15:54:09.713Z] Step 29/30 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T15:54:09.975Z] ---> Running in 333ef291376c [2021-02-17T15:54:09.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-17T15:54:10.236Z] Removing intermediate container 333ef291376c [2021-02-17T15:54:10.236Z] ---> 5f5db0d3d7f7 [2021-02-17T15:54:10.236Z] Step 30/30 : LABEL version=0.0.0 [2021-02-17T15:54:10.236Z] ---> Running in cc60926ebbf7 [2021-02-17T15:54:10.498Z] Removing intermediate container cc60926ebbf7 [2021-02-17T15:54:10.498Z] ---> 554edb773b0c [2021-02-17T15:54:10.498Z] [2021-02-17T15:54:10.498Z] Successfully built 554edb773b0c [2021-02-17T15:54:10.498Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-17T15:54:10.760Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-17T15:54:11.334Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-17T15:54:11.334Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-17T15:54:11.334Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-17T15:54:11.334Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-17T15:54:11.596Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-17T15:54:11.859Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-17T15:54:11.859Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T15:54:11.859Z] OK: 8 MiB in 20 packages [2021-02-17T15:54:12.435Z] Removing intermediate container d9da6c61bba3 [2021-02-17T15:54:12.435Z] ---> 122ae778ba32 [2021-02-17T15:54:12.435Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-17T15:54:12.702Z] ---> 5be0a8074fe9 [2021-02-17T15:54:12.702Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-17T15:54:13.276Z] ---> 28a8c4cf01b1 [2021-02-17T15:54:13.276Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-17T15:54:13.541Z] ---> 6f10d5770a70 [2021-02-17T15:54:13.541Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-17T15:54:13.541Z] ---> Running in a6b331fd011f [2021-02-17T15:54:13.804Z] Removing intermediate container a6b331fd011f [2021-02-17T15:54:13.804Z] ---> d2a00b025f1a [2021-02-17T15:54:13.804Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-17T15:54:13.804Z] ---> Running in 155c72c0b5cc [2021-02-17T15:54:14.752Z] Removing intermediate container 155c72c0b5cc [2021-02-17T15:54:14.752Z] ---> f7c61727429f [2021-02-17T15:54:14.752Z] Step 21/23 : LABEL arch=x86_64 [2021-02-17T15:54:14.752Z] ---> Running in 73216b48d0a4 [2021-02-17T15:54:15.015Z] Removing intermediate container 73216b48d0a4 [2021-02-17T15:54:15.015Z] ---> 25e185a76a49 [2021-02-17T15:54:15.015Z] Step 22/23 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T15:54:15.015Z] ---> Running in 356a4c0bc93e [2021-02-17T15:54:15.277Z] Removing intermediate container 356a4c0bc93e [2021-02-17T15:54:15.277Z] ---> 1aee3e17dc2f [2021-02-17T15:54:15.277Z] Step 23/23 : LABEL version=0.0.0 [2021-02-17T15:54:15.277Z] ---> Running in ccb81bb7320a [2021-02-17T15:54:15.277Z] Removing intermediate container ccb81bb7320a [2021-02-17T15:54:15.277Z] ---> 1ca592d8a0c6 [2021-02-17T15:54:15.277Z] [2021-02-17T15:54:15.539Z] Successfully built 1ca592d8a0c6 [2021-02-17T15:54:15.539Z] Successfully tagged docker-core-data-go:latest [2021-02-17T15:54:15.813Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-17T15:54:15.823Z] $ docker stop --time=1 2b9e77e581f2391448bfedde65e35c96d05231e30b3f7ab5a00f79a0d64ccff6 [2021-02-17T15:54:17.534Z] $ docker rm -f 2b9e77e581f2391448bfedde65e35c96d05231e30b3f7ab5a00f79a0d64ccff6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-17T15:54:18.126Z] + docker images [2021-02-17T15:54:18.126Z] + grep docker [2021-02-17T15:54:18.388Z] docker-core-data-go latest 1ca592d8a0c6 3 seconds ago 22.3MB [2021-02-17T15:54:18.388Z] docker-security-bootstrapper-go latest 554edb773b0c 8 seconds ago 18MB [2021-02-17T15:54:18.388Z] docker-security-secretstore-setup-go latest d3fc9e9087bc 13 seconds ago 24.6MB [2021-02-17T15:54:18.388Z] docker-sys-mgmt-agent-go latest 8e38bcdeef34 18 seconds ago 313MB [2021-02-17T15:54:18.388Z] docker-core-command-go latest e85095242bda 19 seconds ago 16.9MB [2021-02-17T15:54:18.388Z] docker-core-metadata-go latest b7f67ae2f0e2 About a minute ago 18.8MB [2021-02-17T15:54:18.388Z] docker-support-scheduler-go latest 32e7d100282c About a minute ago 17MB [2021-02-17T15:54:18.388Z] docker-support-notifications-go latest 98210b8b18aa About a minute ago 17.6MB [2021-02-17T15:54:18.388Z] docker-security-proxy-setup-go latest bf4dd53ff320 About a minute ago 24.4MB [2021-02-17T15:54:18.388Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-17T15:54:32.102Z] gofmt -l . [2021-02-17T15:54:32.102Z] [ "`gofmt -l .`" = "" ] [2021-02-17T15:54:32.102Z] ./bin/test-go-mod-tidy.sh [2021-02-17T15:54:32.102Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-17T15:54:32.773Z] + ls -al . [2021-02-17T15:54:32.773Z] total 728 [2021-02-17T15:54:32.774Z] drwxrwxr-x 9 1001 1001 4096 Feb 17 15:54 . [2021-02-17T15:54:32.774Z] drwxr-xr-x 4 root root 4096 Feb 17 15:50 .. [2021-02-17T15:54:32.774Z] -rw-rw-r-- 1 1001 1001 11 Feb 17 15:48 .dockerignore [2021-02-17T15:54:32.774Z] drwxrwxr-x 8 1001 1001 4096 Feb 17 15:48 .git [2021-02-17T15:54:32.774Z] drwxrwxr-x 3 1001 1001 4096 Feb 17 15:48 .github [2021-02-17T15:54:32.774Z] -rw-rw-r-- 1 1001 1001 818 Feb 17 15:48 .gitignore [2021-02-17T15:54:32.774Z] -rw-rw-r-- 1 1001 1001 166 Feb 17 15:48 .sonarcloud.properties [2021-02-17T15:54:32.774Z] -rw-rw-r-- 1 1001 1001 7859 Feb 17 15:48 Attribution.txt [2021-02-17T15:54:32.774Z] -rw-rw-r-- 1 1001 1001 3804 Feb 17 15:48 CONTRIBUTING.md [2021-02-17T15:54:32.774Z] -rw-rw-r-- 1 1001 1001 931 Feb 17 15:48 Dockerfile.build [2021-02-17T15:54:32.774Z] -rw-rw-r-- 1 1001 1001 863 Feb 17 15:48 Jenkinsfile [2021-02-17T15:54:32.774Z] -rw-rw-r-- 1 1001 1001 10775 Feb 17 15:48 LICENSE [2021-02-17T15:54:32.774Z] -rw-rw-r-- 1 1001 1001 5774 Feb 17 15:48 Makefile [2021-02-17T15:54:32.774Z] -rw-rw-r-- 1 1001 1001 6524 Feb 17 15:48 README.md [2021-02-17T15:54:32.774Z] -rw-rw-r-- 1 1001 1001 6755 Feb 17 15:48 SECURITY.md [2021-02-17T15:54:32.774Z] -rw-rw-r-- 1 1001 1001 5 Feb 17 15:46 VERSION [2021-02-17T15:54:32.774Z] -rw-rw-r-- 1 1001 1001 4131 Feb 17 15:48 ZMQWindows.md [2021-02-17T15:54:32.774Z] drwxrwxr-x 2 1001 1001 4096 Feb 17 15:48 bin [2021-02-17T15:54:32.774Z] drwxrwxr-x 14 1001 1001 4096 Feb 17 15:48 cmd [2021-02-17T15:54:32.774Z] -rw-r--r-- 1 root root 596907 Feb 17 15:53 coverage.out [2021-02-17T15:54:32.774Z] -rw-r--r-- 1 root root 1054 Feb 17 15:54 go.mod [2021-02-17T15:54:32.774Z] -rw-r--r-- 1 root root 19518 Feb 17 15:54 go.sum [2021-02-17T15:54:32.774Z] drwxrwxr-x 8 1001 1001 4096 Feb 17 15:48 internal [2021-02-17T15:54:32.774Z] drwxrwxr-x 4 1001 1001 4096 Feb 17 15:48 openapi [2021-02-17T15:54:32.774Z] drwxrwxr-x 4 1001 1001 4096 Feb 17 15:48 snap [2021-02-17T15:54:32.774Z] -rw-rw-r-- 1 1001 1001 168 Feb 17 15:48 version.go [Pipeline] sh [2021-02-17T15:54:33.431Z] + '[' -e coverage.out ] [2021-02-17T15:54:33.431Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-17T15:54:33.499Z] Warning: overwriting stash ‘coverage-report’ [2021-02-17T15:54:34.189Z] Still waiting to schedule task [2021-02-17T15:54:34.190Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-17T15:54:34.664Z] Stashed 1 file(s) [Pipeline] sh [2021-02-17T15:54:35.383Z] + make build [2021-02-17T15:54:35.383Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-17T15:54:50.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-17T15:55:12.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-17T15:55:15.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-17T15:55:20.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-17T15:55:22.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-17T15:55:24.989Z] Running on prd-ubuntu18.04-docker-8c-8g-26679 in /w/workspace/edgexfoundry_edgex-go_PR-3175 [Pipeline] { [Pipeline] ws [2021-02-17T15:55:25.082Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-17T15:55:27.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-17T15:55:28.617Z] using credential edgex-jenkins-ssh [2021-02-17T15:55:28.678Z] Cloning the remote Git repository [2021-02-17T15:55:28.708Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-17T15:55:28.778Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-17T15:55:28.804Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-17T15:55:28.804Z] > git --version # timeout=10 [2021-02-17T15:55:28.811Z] > git --version # 'git version 2.17.1' [2021-02-17T15:55:28.811Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T15:55:28.837Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-17T15:55:31.476Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-17T15:55:34.679Z] Merging remotes/origin/master commit fa4c73617b7d09eb7571485bf4012ea49001bdcf into PR head commit 605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T15:55:34.806Z] Merge succeeded, producing 605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T15:55:34.806Z] Checking out Revision 605fd88f14d99378eb8f2fbaf7e01ac473007120 (PR-3175) [2021-02-17T15:55:34.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-17T15:55:34.012Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-17T15:55:34.020Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-17T15:55:34.032Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-17T15:55:34.046Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-17T15:55:34.046Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T15:55:34.050Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3175/head:refs/remotes/origin/PR-3175 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-17T15:55:34.693Z] > git config core.sparsecheckout # timeout=10 [2021-02-17T15:55:34.699Z] > git checkout -f 605fd88f14d99378eb8f2fbaf7e01ac473007120 # timeout=10 [2021-02-17T15:55:34.776Z] > git remote # timeout=10 [2021-02-17T15:55:34.784Z] > git config --get remote.origin.url # timeout=10 [2021-02-17T15:55:34.790Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-17T15:55:34.795Z] > git merge fa4c73617b7d09eb7571485bf4012ea49001bdcf # timeout=10 [2021-02-17T15:55:34.804Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-17T15:55:34.814Z] > git config core.sparsecheckout # timeout=10 [2021-02-17T15:55:34.820Z] > git checkout -f 605fd88f14d99378eb8f2fbaf7e01ac473007120 # timeout=10 [2021-02-17T15:55:38.471Z] Commit message: "Merge branch 'master' into issue-3173" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-17T15:55:39.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-17T15:55:39.759Z] + echo snap-build.sh [2021-02-17T15:55:39.759Z] snap-build.sh [2021-02-17T15:55:39.759Z] + SNAP_BASE_DIR=. [2021-02-17T15:55:39.759Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-02-17T15:55:39.759Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-02-17T15:55:39.759Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-02-17T15:55:39.759Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-02-17T15:55:39.759Z] + cd /w/workspace/edgex-go/2 [2021-02-17T15:55:39.759Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-17T15:55:39.759Z] Reading package lists... [2021-02-17T15:55:40.023Z] Building dependency tree... [2021-02-17T15:55:40.023Z] Reading state information... [2021-02-17T15:55:40.023Z] The following packages were automatically installed and are no longer required: [2021-02-17T15:55:40.023Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-17T15:55:40.023Z] uidmap xdelta3 [2021-02-17T15:55:40.023Z] Use 'sudo apt autoremove' to remove them. [2021-02-17T15:55:40.023Z] The following packages will be REMOVED: [2021-02-17T15:55:40.023Z] lxd* lxd-client* [2021-02-17T15:55:40.596Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-17T15:55:40.596Z] After this operation, 31.7 MB disk space will be freed. [2021-02-17T15:55:41.646Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-17T15:55:41.646Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-17T15:55:41.807Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-17T15:55:42.594Z] Removing lxd dnsmasq configuration [2021-02-17T15:55:42.594Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-17T15:55:42.594Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-17T15:55:43.570Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-17T15:55:43.835Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-17T15:55:43.835Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-17T15:55:45.224Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-17T15:55:45.224Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-17T15:55:46.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-17T15:55:46.611Z] + sudo snap remove --purge lxd [2021-02-17T15:55:46.611Z] snap "lxd" is not installed [2021-02-17T15:55:46.611Z] + sudo groupadd --force --system lxd [2021-02-17T15:55:46.611Z] ++ whoami [2021-02-17T15:55:46.611Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-17T15:55:46.611Z] + newgrp - lxd [2021-02-17T15:55:46.874Z] + sudo snap install lxd [Pipeline] } [2021-02-17T15:55:51.543Z] $ docker stop --time=1 a5832d9924c662d28ceb493ea4b1272a190b5f39ab1e0218f12bf31d95862248 [2021-02-17T15:55:54.161Z] $ docker rm -f a5832d9924c662d28ceb493ea4b1272a190b5f39ab1e0218f12bf31d95862248 [2021-02-17T15:55:55.038Z] 2021-02-17T15:55:52Z INFO Waiting for automatic snapd restart... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-17T15:55:56.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-17T15:55:56.239Z] [2021-02-17T15:55:56.239Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-17T15:55:56.899Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-17T15:55:56.899Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-17T15:55:56.899Z] 29e5d40040c1: Pulling fs layer [2021-02-17T15:55:56.899Z] 1ce36da41761: Pulling fs layer [2021-02-17T15:55:56.899Z] 25b303627fd3: Pulling fs layer [2021-02-17T15:55:57.870Z] 29e5d40040c1: Verifying Checksum [2021-02-17T15:55:57.870Z] 29e5d40040c1: Download complete [2021-02-17T15:55:58.464Z] 1ce36da41761: Verifying Checksum [2021-02-17T15:55:58.464Z] 1ce36da41761: Download complete [2021-02-17T15:55:58.464Z] 29e5d40040c1: Pull complete [2021-02-17T15:55:59.453Z] 1ce36da41761: Pull complete [2021-02-17T15:55:59.723Z] 25b303627fd3: Download complete [2021-02-17T15:56:09.862Z] 25b303627fd3: Pull complete [2021-02-17T15:56:09.862Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-17T15:56:09.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-17T15:56:09.862Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-17T15:56:10.051Z] lxd 4.11 from Canonical* installed [2021-02-17T15:56:10.051Z] + sudo lxd init --auto [2021-02-17T15:56:10.124Z] prd-ubuntu18.04-docker-arm64-4c-16g-26678 does not seem to be running inside a container [2021-02-17T15:56:10.210Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-17T15:56:13.374Z] $ docker top 32b46b55fe691d1d00a025fa49b123f5910341a8fb7a48b5c2835efc4565e93a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T15:56:14.411Z] + grep parallel [2021-02-17T15:56:14.411Z] + docker-compose build --help [2021-02-17T15:56:18.200Z] + sudo snap install --classic snapcraft [2021-02-17T15:56:18.724Z] --parallel Build images in parallel. [Pipeline] } [2021-02-17T15:56:18.747Z] $ docker stop --time=1 32b46b55fe691d1d00a025fa49b123f5910341a8fb7a48b5c2835efc4565e93a [2021-02-17T15:56:20.675Z] $ docker rm -f 32b46b55fe691d1d00a025fa49b123f5910341a8fb7a48b5c2835efc4565e93a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-17T15:56:21.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-17T15:56:21.530Z] . [Pipeline] withDockerContainer [2021-02-17T15:56:21.756Z] prd-ubuntu18.04-docker-arm64-4c-16g-26678 does not seem to be running inside a container [2021-02-17T15:56:21.841Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-17T15:56:23.269Z] $ docker top e28856f81ae5131c3ac6d868803a8a05f114d7b3e5ed27f25feee2d670dde74b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T15:56:24.273Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-17T15:56:24.788Z] snapcraft 4.5.1 from Canonical* installed [2021-02-17T15:56:24.788Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-17T15:56:24.788Z] + patch --verbose -p1 [2021-02-17T15:56:24.788Z] Hmm... Looks like a unified diff to me... [2021-02-17T15:56:24.788Z] The text leading up to this was: [2021-02-17T15:56:24.788Z] -------------------------- [2021-02-17T15:56:24.788Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-17T15:56:24.788Z] |From: Tony Espy [2021-02-17T15:56:24.788Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-17T15:56:24.788Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-17T15:56:24.788Z] | [2021-02-17T15:56:24.788Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-17T15:56:24.788Z] |optimize the snap CI check run for pull requests. When [2021-02-17T15:56:24.788Z] |applied, it essentially strips out everything (apps and [2021-02-17T15:56:24.788Z] |parts) from the snapcraft.yaml file except those required [2021-02-17T15:56:24.788Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-17T15:56:24.788Z] |catch changes to edgex-go that break the snap build. [2021-02-17T15:56:24.788Z] | [2021-02-17T15:56:24.788Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-17T15:56:24.788Z] |to update this patch file, otherwise it may fail to apply, [2021-02-17T15:56:24.788Z] |resulting in a failed snap build CI check in the associated [2021-02-17T15:56:24.788Z] |pull request. [2021-02-17T15:56:24.788Z] | [2021-02-17T15:56:24.788Z] |Note - in addition to applying this patch, the pipeline also [2021-02-17T15:56:24.788Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-17T15:56:24.788Z] |need to build the finally binary .snap file (and it won't [2021-02-17T15:56:24.788Z] |work with the patch applied). This further reduces the build [2021-02-17T15:56:24.788Z] |time. [2021-02-17T15:56:24.788Z] |--- [2021-02-17T15:56:24.788Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-17T15:56:24.788Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-17T15:56:24.788Z] | [2021-02-17T15:56:24.788Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-17T15:56:24.788Z] |index 1e537489..faf42425 100644 [2021-02-17T15:56:24.788Z] |--- a/snap/snapcraft.yaml [2021-02-17T15:56:24.788Z] |+++ b/snap/snapcraft.yaml [2021-02-17T15:56:24.788Z] -------------------------- [2021-02-17T15:56:24.788Z] patching file snap/snapcraft.yaml [2021-02-17T15:56:24.788Z] Using Plan A... [2021-02-17T15:56:24.788Z] Hunk #1 succeeded at 73. [2021-02-17T15:56:24.788Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-17T15:56:24.788Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-17T15:56:24.788Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-17T15:56:24.788Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-17T15:56:24.788Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-17T15:56:24.788Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-17T15:56:24.788Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-17T15:56:24.788Z] Hmm... Ignoring the trailing garbage. [2021-02-17T15:56:24.788Z] done [2021-02-17T15:56:24.788Z] + sudo snapcraft prime --use-lxd [2021-02-17T15:56:25.732Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-17T15:56:25.732Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-17T15:56:25.732Z] - README.md [2021-02-17T15:56:25.732Z] - snapcraft.yaml.orig [2021-02-17T15:56:25.732Z] [2021-02-17T15:56:25.732Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-17T15:56:26.303Z] Launching a container. [2021-02-17T15:56:27.643Z] Building docker-core-command-go ... [2021-02-17T15:56:27.643Z] Building docker-core-data-go ... [2021-02-17T15:56:27.643Z] Building docker-core-metadata-go ... [2021-02-17T15:56:27.643Z] Building docker-security-bootstrapper-go ... [2021-02-17T15:56:27.643Z] Building docker-security-proxy-setup-go ... [2021-02-17T15:56:27.643Z] Building docker-security-secretstore-setup-go ... [2021-02-17T15:56:27.643Z] Building docker-support-notifications-go ... [2021-02-17T15:56:27.643Z] Building docker-support-scheduler-go ... [2021-02-17T15:56:27.643Z] Building docker-sys-mgmt-agent-go ... [2021-02-17T15:56:27.643Z] Building docker-security-secretstore-setup-go [2021-02-17T15:56:27.643Z] Building docker-security-proxy-setup-go [2021-02-17T15:56:27.643Z] Building docker-core-metadata-go [2021-02-17T15:56:27.643Z] Building docker-support-notifications-go [2021-02-17T15:56:27.643Z] Building docker-support-scheduler-go [2021-02-17T15:56:38.544Z] Waiting for container to be ready [2021-02-17T15:56:38.544Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-17T15:56:38.544Z] [2021-02-17T15:56:41.107Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-17T15:56:41.107Z] Waiting for network to be ready... [2021-02-17T15:56:41.679Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-17T15:56:41.679Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-17T15:56:42.253Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-17T15:56:42.253Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-17T15:56:42.253Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-17T15:56:42.513Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-17T15:56:42.513Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-17T15:56:42.513Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-17T15:56:42.513Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-17T15:56:42.513Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-17T15:56:42.513Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-17T15:56:42.513Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-17T15:56:42.513Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-17T15:56:42.513Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-17T15:56:42.513Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-17T15:56:42.513Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-17T15:56:42.513Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-17T15:56:42.774Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-17T15:56:43.040Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-17T15:56:43.040Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-17T15:56:43.302Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-17T15:56:43.303Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-17T15:56:43.303Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-17T15:56:43.303Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-17T15:56:43.303Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-17T15:56:43.303Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-17T15:56:43.303Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-17T15:56:45.848Z] Fetched 23.9 MB in 4s (5604 kB/s) [2021-02-17T15:56:46.419Z] Reading package lists... [2021-02-17T15:56:46.681Z] Reading package lists... [2021-02-17T15:56:46.941Z] Building dependency tree... [2021-02-17T15:56:46.941Z] Reading state information... [2021-02-17T15:56:46.941Z] The following additional packages will be installed: [2021-02-17T15:56:46.941Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-17T15:56:46.941Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-17T15:56:46.941Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-17T15:56:46.941Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-17T15:56:46.941Z] Suggested packages: [2021-02-17T15:56:46.941Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-17T15:56:46.941Z] Recommended packages: [2021-02-17T15:56:46.941Z] gnupg libsasl2-modules [2021-02-17T15:56:46.941Z] The following NEW packages will be installed: [2021-02-17T15:56:46.941Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-17T15:56:46.941Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-17T15:56:46.941Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-17T15:56:46.941Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-17T15:56:46.941Z] The following packages will be upgraded: [2021-02-17T15:56:46.942Z] gpg gpg-agent gpgconf libudev1 [2021-02-17T15:56:47.202Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-17T15:56:47.202Z] Need to get 3532 kB of archives. [2021-02-17T15:56:47.202Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-17T15:56:47.202Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-17T15:56:47.202Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-17T15:56:47.462Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-17T15:56:47.725Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-17T15:56:47.726Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-17T15:56:47.726Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-17T15:56:47.726Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-17T15:56:47.726Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-17T15:56:47.726Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-17T15:56:47.726Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-17T15:56:47.726Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-17T15:56:47.726Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-17T15:56:47.726Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-17T15:56:47.726Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-17T15:56:47.726Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-17T15:56:47.726Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-17T15:56:47.726Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-17T15:56:47.726Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-17T15:56:47.726Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-17T15:56:47.987Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-17T15:56:47.987Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-17T15:56:47.987Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-17T15:56:47.987Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-17T15:56:47.987Z] Fetched 3532 kB in 1s (3495 kB/s) [2021-02-17T15:56:48.251Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-17T15:56:48.251Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-17T15:56:48.251Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-17T15:56:48.251Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-17T15:56:48.251Z] Selecting previously unselected package udev. [2021-02-17T15:56:48.251Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-17T15:56:48.251Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-17T15:56:48.513Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-17T15:56:48.513Z] Selecting previously unselected package libfuse2:amd64. [2021-02-17T15:56:48.513Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-17T15:56:48.513Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-17T15:56:48.775Z] Selecting previously unselected package fuse. [2021-02-17T15:56:48.775Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-17T15:56:48.775Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-17T15:56:48.775Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-17T15:56:48.775Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-17T15:56:48.775Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-17T15:56:49.037Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-17T15:56:49.037Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-17T15:56:49.037Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-17T15:56:49.037Z] Selecting previously unselected package libksba8:amd64. [2021-02-17T15:56:49.037Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-17T15:56:49.037Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-17T15:56:49.299Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-17T15:56:49.299Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-17T15:56:49.299Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:49.299Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-17T15:56:49.299Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-17T15:56:49.299Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:49.562Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-17T15:56:49.562Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-17T15:56:49.562Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:49.562Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-17T15:56:49.562Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-17T15:56:49.562Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:49.562Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-17T15:56:49.562Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-17T15:56:49.562Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:49.822Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-17T15:56:49.822Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-17T15:56:49.822Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:49.822Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-17T15:56:49.822Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-17T15:56:49.822Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:50.083Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-17T15:56:50.083Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-17T15:56:50.083Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:50.083Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-17T15:56:50.083Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-17T15:56:50.083Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:50.083Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-17T15:56:50.083Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-17T15:56:50.083Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-17T15:56:50.344Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-17T15:56:50.344Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-17T15:56:50.344Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-17T15:56:50.344Z] Selecting previously unselected package libldap-common. [2021-02-17T15:56:50.344Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-17T15:56:50.344Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-17T15:56:50.344Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-17T15:56:50.344Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-17T15:56:50.604Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-17T15:56:50.604Z] Selecting previously unselected package dirmngr. [2021-02-17T15:56:50.604Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-17T15:56:50.604Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-17T15:56:50.604Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-17T15:56:50.604Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-17T15:56:50.865Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-17T15:56:50.865Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-17T15:56:50.865Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-17T15:56:50.865Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-17T15:56:50.865Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:50.865Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-17T15:56:50.865Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-17T15:56:50.865Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-17T15:56:51.126Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-17T15:56:51.388Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:51.388Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-17T15:56:51.388Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-17T15:56:51.388Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-17T15:56:51.388Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:51.388Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:51.388Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:51.650Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:51.650Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:51.650Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:51.650Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-17T15:56:51.650Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-17T15:56:51.650Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-17T15:56:51.650Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-17T15:56:52.221Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-17T15:56:52.221Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-17T15:56:52.221Z] This means they are not meant to be enabled using systemctl. [2021-02-17T15:56:52.221Z] Possible reasons for having this kind of units are: [2021-02-17T15:56:52.221Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-17T15:56:52.221Z] .wants/ or .requires/ directory. [2021-02-17T15:56:52.221Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-17T15:56:52.221Z] a requirement dependency on it. [2021-02-17T15:56:52.221Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-17T15:56:52.221Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-17T15:56:52.221Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-17T15:56:52.221Z] instance name specified. [2021-02-17T15:56:52.482Z] Reading package lists... [2021-02-17T15:56:52.482Z] Building dependency tree... [2021-02-17T15:56:52.482Z] Reading state information... [2021-02-17T15:56:52.482Z] The following additional packages will be installed: [2021-02-17T15:56:52.482Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-17T15:56:52.482Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-17T15:56:52.482Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-17T15:56:52.482Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-17T15:56:52.482Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-17T15:56:52.482Z] Suggested packages: [2021-02-17T15:56:52.482Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-17T15:56:52.482Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-17T15:56:52.482Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-17T15:56:52.482Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-17T15:56:52.482Z] systemd-container policykit-1 [2021-02-17T15:56:52.482Z] Recommended packages: [2021-02-17T15:56:52.482Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-17T15:56:52.751Z] The following NEW packages will be installed: [2021-02-17T15:56:52.751Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-17T15:56:52.751Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-17T15:56:52.751Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-17T15:56:52.751Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-17T15:56:52.751Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-17T15:56:52.751Z] The following packages will be upgraded: [2021-02-17T15:56:52.751Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-17T15:56:52.751Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-17T15:56:52.751Z] Need to get 35.2 MB of archives. [2021-02-17T15:56:52.751Z] After this operation, 141 MB of additional disk space will be used. [2021-02-17T15:56:52.751Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-17T15:56:52.751Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-17T15:56:53.323Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-17T15:56:53.583Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-17T15:56:53.583Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-17T15:56:53.583Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-17T15:56:53.583Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-17T15:56:53.583Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-17T15:56:53.583Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-17T15:56:53.583Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-17T15:56:53.583Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-17T15:56:53.583Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-17T15:56:53.583Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-17T15:56:53.583Z] 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-02-17T15:56:53.583Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-17T15:56:53.583Z] 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-02-17T15:56:53.583Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-17T15:56:53.846Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-17T15:56:53.846Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-17T15:56:53.846Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-17T15:56:53.846Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-17T15:56:53.846Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-17T15:56:53.846Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-17T15:56:53.846Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-17T15:56:53.846Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-17T15:56:53.846Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-17T15:56:53.846Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-17T15:56:53.846Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-17T15:56:53.846Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-17T15:56:54.109Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-17T15:56:55.491Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-17T15:56:55.491Z] Fetched 35.2 MB in 2s (14.4 MB/s) [2021-02-17T15:56:55.491Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-17T15:56:55.491Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-17T15:56:55.491Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-17T15:56:56.064Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-17T15:56:56.064Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-17T15:56:56.064Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-17T15:56:56.064Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-17T15:56:56.064Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-17T15:56:56.325Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-17T15:56:56.325Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-17T15:56:56.325Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-17T15:56:56.325Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-17T15:56:56.586Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-17T15:56:56.847Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-17T15:56:56.847Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-17T15:56:57.108Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-17T15:56:57.368Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-17T15:56:57.368Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-17T15:56:57.368Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-17T15:56:57.629Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-17T15:56:57.629Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-17T15:56:57.629Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-17T15:56:57.889Z] Selecting previously unselected package libexpat1:amd64. [2021-02-17T15:56:57.889Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-17T15:56:57.889Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-17T15:56:57.889Z] Selecting previously unselected package python3.6-minimal. [2021-02-17T15:56:57.889Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-17T15:56:57.889Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-17T15:56:58.149Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-17T15:56:58.410Z] Checking for services that may need to be restarted...done. [2021-02-17T15:56:58.410Z] Checking for services that may need to be restarted...done. [2021-02-17T15:56:58.410Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-17T15:56:58.410Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-17T15:56:58.410Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-17T15:56:58.981Z] Selecting previously unselected package python3-minimal. [2021-02-17T15:56:58.981Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-17T15:56:58.981Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-17T15:56:58.981Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-17T15:56:58.981Z] Selecting previously unselected package mime-support. [2021-02-17T15:56:58.981Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-17T15:56:58.981Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-17T15:56:59.241Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-17T15:56:59.241Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-17T15:56:59.241Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-17T15:56:59.241Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-17T15:56:59.241Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-17T15:56:59.241Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-17T15:56:59.501Z] Selecting previously unselected package python3.6. [2021-02-17T15:56:59.501Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-17T15:56:59.501Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-17T15:56:59.501Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-17T15:56:59.501Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-17T15:56:59.501Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-17T15:56:59.501Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-17T15:56:59.761Z] Selecting previously unselected package python3. [2021-02-17T15:56:59.761Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-17T15:56:59.761Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-17T15:56:59.762Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-17T15:57:00.024Z] Selecting previously unselected package multiarch-support. [2021-02-17T15:57:00.024Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-17T15:57:00.024Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-17T15:57:00.024Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-17T15:57:00.024Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-17T15:57:00.024Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-17T15:57:00.024Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-17T15:57:00.024Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-17T15:57:00.284Z] Selecting previously unselected package libbsd0:amd64. [2021-02-17T15:57:00.284Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-17T15:57:00.284Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-17T15:57:00.284Z] Selecting previously unselected package sudo. [2021-02-17T15:57:00.284Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-17T15:57:00.284Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-17T15:57:00.549Z] Selecting previously unselected package apparmor. [2021-02-17T15:57:00.549Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-17T15:57:00.549Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-17T15:57:00.810Z] Selecting previously unselected package libedit2:amd64. [2021-02-17T15:57:00.810Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-17T15:57:00.810Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-17T15:57:00.810Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-17T15:57:00.810Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-17T15:57:00.810Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-17T15:57:00.810Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-17T15:57:00.810Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-17T15:57:00.810Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-17T15:57:01.071Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-17T15:57:01.071Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-17T15:57:01.071Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-17T15:57:01.071Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-17T15:57:01.071Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-17T15:57:01.071Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-17T15:57:01.335Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-17T15:57:01.335Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-17T15:57:01.335Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-17T15:57:01.335Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-17T15:57:01.335Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-17T15:57:01.335Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-17T15:57:01.599Z] Selecting previously unselected package openssh-client. [2021-02-17T15:57:01.599Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-17T15:57:01.599Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-17T15:57:01.860Z] Selecting previously unselected package squashfs-tools. [2021-02-17T15:57:01.860Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-17T15:57:01.860Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-17T15:57:01.860Z] Selecting previously unselected package snapd. [2021-02-17T15:57:01.860Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-17T15:57:01.860Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-17T15:57:03.772Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-17T15:57:04.344Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-17T15:57:04.604Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-17T15:57:04.604Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-17T15:57:04.604Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-17T15:57:04.604Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-17T15:57:04.604Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-17T15:57:04.604Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-17T15:57:04.604Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-17T15:57:05.547Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-17T15:57:05.547Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-17T15:57:05.547Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-17T15:57:05.547Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-17T15:57:05.547Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-17T15:57:05.809Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-17T15:57:06.430Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-17T15:57:06.430Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-17T15:57:06.430Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-17T15:57:06.430Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-17T15:57:06.430Z] running python rtupdate hooks for python3.6... [2021-02-17T15:57:06.430Z] running python post-rtupdate hooks for python3.6... [2021-02-17T15:57:06.430Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-17T15:57:07.821Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-17T15:57:08.082Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-17T15:57:08.082Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-17T15:57:08.342Z] Setting up snapd (2.48.3+18.04) ... [2021-02-17T15:57:08.603Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-17T15:57:08.865Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-17T15:57:09.125Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-17T15:57:09.125Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-17T15:57:09.386Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-17T15:57:09.386Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-17T15:57:09.646Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-17T15:57:09.906Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-17T15:57:10.167Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-17T15:57:10.167Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-17T15:57:10.428Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-17T15:57:10.428Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-17T15:57:10.428Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-17T15:57:11.374Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-17T15:57:11.374Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-17T15:57:11.374Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-17T15:57:12.578Z] Reading package lists... [2021-02-17T15:57:12.578Z] Reading package lists... [2021-02-17T15:57:12.839Z] Building dependency tree... [2021-02-17T15:57:12.839Z] Reading state information... [2021-02-17T15:57:12.839Z] Calculating upgrade... [2021-02-17T15:57:13.100Z] The following packages will be upgraded: [2021-02-17T15:57:13.100Z] advancecomp base-files bash binutils binutils-common [2021-02-17T15:57:13.100Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-17T15:57:13.100Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-17T15:57:13.100Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-17T15:57:13.100Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-17T15:57:13.100Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-17T15:57:13.100Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-17T15:57:13.100Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-17T15:57:13.100Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-17T15:57:13.100Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-17T15:57:13.100Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-17T15:57:13.100Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-17T15:57:13.100Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-17T15:57:13.100Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-17T15:57:13.100Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-17T15:57:13.100Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-17T15:57:13.100Z] Need to get 63.8 MB of archives. [2021-02-17T15:57:13.100Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-17T15:57:13.100Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-17T15:57:13.362Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-17T15:57:13.362Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-17T15:57:13.362Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-17T15:57:13.362Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-17T15:57:13.362Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-17T15:57:13.362Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-17T15:57:13.362Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-17T15:57:13.362Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-17T15:57:13.362Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-17T15:57:13.362Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-17T15:57:13.362Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-17T15:57:13.362Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-17T15:57:13.362Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-17T15:57:13.362Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-17T15:57:13.362Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-17T15:57:13.362Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-17T15:57:13.362Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-17T15:57:13.362Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-17T15:57:13.362Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-17T15:57:13.362Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-17T15:57:13.623Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-17T15:57:13.623Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-17T15:57:13.623Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-17T15:57:13.623Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-17T15:57:13.623Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-17T15:57:13.623Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-17T15:57:13.623Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-17T15:57:13.623Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-17T15:57:13.623Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-17T15:57:13.623Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-17T15:57:13.623Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-17T15:57:13.623Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-17T15:57:13.623Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-17T15:57:13.623Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-17T15:57:13.623Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-17T15:57:13.623Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-17T15:57:13.623Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-17T15:57:13.623Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-17T15:57:13.623Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-17T15:57:13.623Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-17T15:57:13.623Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-17T15:57:13.623Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-17T15:57:13.623Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-17T15:57:13.623Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-17T15:57:13.623Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-17T15:57:13.623Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-17T15:57:13.623Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-17T15:57:13.623Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-17T15:57:13.623Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-17T15:57:13.624Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-17T15:57:13.624Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-17T15:57:13.624Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-17T15:57:13.624Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-17T15:57:13.624Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-17T15:57:13.624Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-17T15:57:13.885Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-17T15:57:14.151Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-17T15:57:14.151Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-17T15:57:14.151Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-17T15:57:14.151Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-17T15:57:14.151Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-17T15:57:14.151Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-17T15:57:14.151Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-17T15:57:14.151Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-17T15:57:14.412Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-17T15:57:14.412Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-17T15:57:14.671Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-17T15:57:14.671Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-17T15:57:14.671Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-17T15:57:14.671Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-17T15:57:14.671Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-17T15:57:14.672Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-17T15:57:14.672Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-17T15:57:14.672Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-17T15:57:14.672Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-17T15:57:14.672Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-17T15:57:14.933Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-17T15:57:14.933Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-17T15:57:14.933Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-17T15:57:14.933Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-17T15:57:14.933Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-17T15:57:14.933Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-17T15:57:14.933Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-17T15:57:14.933Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-17T15:57:14.933Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-17T15:57:14.933Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-17T15:57:14.933Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-17T15:57:14.933Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-17T15:57:14.933Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-17T15:57:14.933Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-17T15:57:14.933Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-17T15:57:14.933Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-17T15:57:14.933Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-17T15:57:14.933Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-17T15:57:14.933Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-17T15:57:15.195Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-17T15:57:15.195Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-17T15:57:15.195Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-17T15:57:15.456Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-17T15:57:15.456Z] Fetched 63.8 MB in 2s (28.9 MB/s) [2021-02-17T15:57:15.456Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:15.456Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-17T15:57:15.456Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-17T15:57:16.028Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-17T15:57:16.291Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-17T15:57:16.291Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-17T15:57:16.291Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-17T15:57:17.264Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:17.264Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-17T15:57:17.264Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:17.264Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-17T15:57:17.526Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:17.527Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-17T15:57:17.527Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:17.527Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-17T15:57:17.787Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:17.787Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-17T15:57:17.787Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:17.787Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-17T15:57:18.049Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:18.049Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-17T15:57:18.049Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-17T15:57:18.310Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-17T15:57:18.311Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:18.311Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-17T15:57:18.311Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-17T15:57:18.311Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-17T15:57:18.311Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:18.311Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-17T15:57:18.572Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:18.572Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-17T15:57:18.572Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:18.834Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-17T15:57:18.834Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-17T15:57:19.095Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-17T15:57:19.095Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-17T15:57:19.095Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-17T15:57:19.668Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-17T15:57:19.668Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-17T15:57:19.668Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-17T15:57:19.668Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-17T15:57:19.668Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-17T15:57:19.929Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-17T15:57:20.190Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-17T15:57:20.191Z] Installing new version of config file /etc/issue ... [2021-02-17T15:57:20.191Z] Installing new version of config file /etc/issue.net ... [2021-02-17T15:57:20.191Z] Installing new version of config file /etc/lsb-release ... [2021-02-17T15:57:20.191Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-17T15:57:20.470Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-17T15:57:20.470Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-17T15:57:20.470Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-17T15:57:20.732Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:20.732Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-17T15:57:20.732Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-17T15:57:20.732Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-17T15:57:20.732Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-17T15:57:20.992Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:20.992Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-17T15:57:20.992Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-17T15:57:20.992Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-17T15:57:21.253Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:21.253Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-17T15:57:21.253Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-17T15:57:21.253Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-17T15:57:21.537Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:21.537Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-17T15:57:21.537Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-17T15:57:21.798Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-17T15:57:22.060Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:22.060Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-17T15:57:22.060Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-17T15:57:22.060Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-17T15:57:22.321Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:22.321Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-17T15:57:22.321Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-17T15:57:22.321Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-17T15:57:22.585Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:22.585Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-17T15:57:22.585Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-17T15:57:22.585Z] Setting up grep (3.1-2build1) ... [2021-02-17T15:57:22.848Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:22.848Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-17T15:57:22.848Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-17T15:57:22.848Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-17T15:57:23.108Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:23.108Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-17T15:57:23.108Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-17T15:57:23.108Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-17T15:57:23.369Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:23.369Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-17T15:57:23.369Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-17T15:57:23.941Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-17T15:57:23.941Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-17T15:57:23.941Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-17T15:57:23.941Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-17T15:57:24.516Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-17T15:57:24.516Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:24.516Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-17T15:57:24.777Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-17T15:57:26.162Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-17T15:57:26.162Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-17T15:57:26.162Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-17T15:57:26.162Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-17T15:57:26.162Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-17T15:57:26.423Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:26.423Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-17T15:57:26.423Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-17T15:57:26.423Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-17T15:57:26.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:26.684Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-17T15:57:26.684Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-17T15:57:26.684Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-17T15:57:26.944Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:26.944Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-17T15:57:26.944Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-17T15:57:26.944Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-17T15:57:27.205Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:27.205Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-17T15:57:27.205Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-17T15:57:27.205Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-17T15:57:27.466Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:27.466Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-17T15:57:27.466Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-17T15:57:27.466Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-17T15:57:27.466Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:27.466Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-17T15:57:27.726Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-17T15:57:27.726Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-17T15:57:27.726Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-17T15:57:27.987Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-17T15:57:27.987Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:27.987Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-17T15:57:27.987Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-17T15:57:28.249Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-17T15:57:28.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:28.249Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-17T15:57:28.249Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-17T15:57:28.249Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-17T15:57:28.510Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:28.510Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-17T15:57:28.510Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-17T15:57:28.510Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-17T15:57:28.770Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:28.770Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-17T15:57:28.770Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-17T15:57:29.341Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-17T15:57:29.603Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-17T15:57:29.865Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-17T15:57:29.865Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:29.865Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-17T15:57:29.865Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-17T15:57:30.126Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-17T15:57:30.126Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-17T15:57:30.126Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-17T15:57:30.126Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-17T15:57:30.386Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-17T15:57:30.386Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:30.386Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-17T15:57:30.386Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-17T15:57:30.648Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-17T15:57:30.909Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:30.909Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-17T15:57:30.909Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-17T15:57:30.909Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-17T15:57:31.170Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:31.170Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-17T15:57:31.170Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-17T15:57:31.170Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-17T15:57:31.430Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:31.431Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-17T15:57:31.431Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-17T15:57:31.431Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-17T15:57:31.691Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:31.691Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-17T15:57:31.691Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-17T15:57:31.691Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-17T15:57:31.952Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:31.952Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-17T15:57:31.952Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-17T15:57:31.952Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-17T15:57:32.212Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:32.212Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-17T15:57:32.212Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-17T15:57:32.212Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-17T15:57:32.473Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-17T15:57:32.473Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-17T15:57:32.473Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-17T15:57:32.473Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-17T15:57:32.733Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:32.733Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-17T15:57:32.733Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-17T15:57:32.733Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-17T15:57:32.994Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:32.994Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-17T15:57:32.994Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-17T15:57:32.994Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-17T15:57:33.255Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:33.255Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-17T15:57:33.255Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-17T15:57:33.255Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-17T15:57:33.515Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:33.515Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-17T15:57:33.515Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-17T15:57:33.515Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-17T15:57:33.515Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:33.515Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-17T15:57:33.515Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-17T15:57:33.776Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-17T15:57:34.037Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:34.037Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-17T15:57:34.037Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-17T15:57:34.298Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-17T15:57:34.298Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:34.298Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-17T15:57:34.298Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-17T15:57:34.559Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-17T15:57:34.559Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:34.559Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-17T15:57:34.559Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-17T15:57:34.820Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-17T15:57:34.820Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:34.820Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-17T15:57:34.820Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-17T15:57:35.080Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-17T15:57:35.081Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:35.081Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-17T15:57:35.342Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-17T15:57:35.342Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-17T15:57:35.342Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:35.342Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-17T15:57:35.605Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-17T15:57:35.605Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-17T15:57:35.605Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-17T15:57:35.605Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-17T15:57:35.605Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-17T15:57:35.873Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-17T15:57:35.873Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-17T15:57:35.873Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-17T15:57:35.873Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-17T15:57:36.136Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-17T15:57:36.136Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-17T15:57:36.396Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-17T15:57:36.396Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-17T15:57:36.657Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-17T15:57:36.657Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-17T15:57:36.657Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-17T15:57:36.657Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-17T15:57:36.920Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-17T15:57:36.920Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-17T15:57:36.920Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-17T15:57:36.920Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-17T15:57:37.180Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-17T15:57:37.180Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-17T15:57:37.180Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-17T15:57:37.180Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-17T15:57:37.443Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-17T15:57:37.443Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-17T15:57:37.443Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-17T15:57:37.443Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-17T15:57:37.704Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-17T15:57:37.704Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-17T15:57:38.648Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-17T15:57:38.648Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-17T15:57:38.648Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-17T15:57:38.648Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-17T15:57:38.909Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-17T15:57:38.909Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-17T15:57:39.171Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-17T15:57:39.172Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-17T15:57:39.435Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-17T15:57:39.435Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-17T15:57:39.435Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-17T15:57:39.435Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-17T15:57:39.696Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:39.696Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-17T15:57:39.696Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:39.696Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-17T15:57:39.964Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:39.964Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-17T15:57:39.964Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:40.224Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-17T15:57:41.166Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:41.166Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-17T15:57:41.737Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:41.998Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-17T15:57:42.569Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:42.569Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-17T15:57:42.830Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:43.090Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-17T15:57:44.032Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-17T15:57:44.032Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-17T15:57:44.032Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-17T15:57:44.032Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-17T15:57:44.032Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-17T15:57:44.032Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-17T15:57:44.297Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-17T15:57:44.297Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-17T15:57:44.297Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-17T15:57:44.297Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-17T15:57:44.560Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-17T15:57:44.560Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-17T15:57:44.821Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-17T15:57:44.821Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-17T15:57:44.821Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-17T15:57:44.821Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-17T15:57:45.082Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-17T15:57:45.082Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-17T15:57:45.082Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-17T15:57:45.082Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-17T15:57:45.082Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-17T15:57:45.082Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-17T15:57:45.082Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-17T15:57:45.082Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-17T15:57:45.343Z] [2021-02-17T15:57:45.343Z] Current default time zone: 'Etc/UTC' [2021-02-17T15:57:45.343Z] Local time is now: Wed Feb 17 15:57:45 UTC 2021. [2021-02-17T15:57:45.343Z] Universal Time is now: Wed Feb 17 15:57:45 UTC 2021. [2021-02-17T15:57:45.343Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-17T15:57:45.343Z] [2021-02-17T15:57:45.343Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-17T15:57:45.343Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-17T15:57:45.343Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-17T15:57:45.343Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-17T15:57:45.343Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-17T15:57:45.343Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-17T15:57:45.343Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-17T15:57:45.343Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-17T15:57:45.604Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-17T15:57:45.604Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-17T15:57:45.604Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-17T15:57:45.604Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-17T15:57:45.868Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-17T15:57:45.868Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-17T15:57:45.868Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-17T15:57:45.868Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-17T15:57:46.129Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-17T15:57:46.129Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-17T15:57:46.129Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-17T15:57:46.129Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-17T15:57:46.129Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-17T15:57:46.129Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-17T15:57:46.129Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-17T15:57:48.043Z] Updating certificates in /etc/ssl/certs... [2021-02-17T15:57:48.616Z] 23 added, 27 removed; done. [2021-02-17T15:57:48.878Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-17T15:57:48.878Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-17T15:57:48.878Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-17T15:57:48.878Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-17T15:57:48.878Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-17T15:57:48.878Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-17T15:57:48.878Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-17T15:57:49.139Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-17T15:57:49.139Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-17T15:57:49.139Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-17T15:57:49.139Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-17T15:57:49.139Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-17T15:57:49.139Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-17T15:57:49.139Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-17T15:57:49.139Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-17T15:57:49.139Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-17T15:57:49.381Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T15:57:49.381Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-17T15:57:49.381Z] ---> 3646bd326aa9 [2021-02-17T15:57:49.381Z] Step 3/22 : WORKDIR /edgex-go [2021-02-17T15:57:49.381Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T15:57:49.381Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-17T15:57:49.381Z] ---> 3646bd326aa9 [2021-02-17T15:57:49.381Z] Step 3/23 : WORKDIR /edgex-go [2021-02-17T15:57:49.381Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T15:57:49.381Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-17T15:57:49.381Z] ---> 3646bd326aa9 [2021-02-17T15:57:49.381Z] Step 3/24 : WORKDIR /edgex-go [2021-02-17T15:57:49.381Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T15:57:49.381Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-17T15:57:49.381Z] ---> 3646bd326aa9 [2021-02-17T15:57:49.381Z] Step 3/21 : WORKDIR /edgex-go [2021-02-17T15:57:49.381Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T15:57:49.381Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-17T15:57:49.381Z] ---> 3646bd326aa9 [2021-02-17T15:57:49.381Z] Step 3/22 : WORKDIR /edgex-go [2021-02-17T15:57:49.381Z] ---> Running in 3dd35f0b440d [2021-02-17T15:57:49.381Z] ---> Running in 56074fb36d0a [2021-02-17T15:57:49.381Z] ---> Running in c68c39389d8d [2021-02-17T15:57:49.381Z] ---> Running in 04334775b85d [2021-02-17T15:57:49.381Z] ---> Running in 276b83b87ed5 [2021-02-17T15:57:49.381Z] Removing intermediate container c68c39389d8d [2021-02-17T15:57:49.381Z] ---> 079238b74310 [2021-02-17T15:57:49.381Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:57:49.381Z] Removing intermediate container 56074fb36d0a [2021-02-17T15:57:49.381Z] ---> f3e9cae64bd6 [2021-02-17T15:57:49.381Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:57:49.381Z] Removing intermediate container 276b83b87ed5 [2021-02-17T15:57:49.381Z] ---> 20544f2c41ab [2021-02-17T15:57:49.381Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:57:49.381Z] Removing intermediate container 04334775b85d [2021-02-17T15:57:49.381Z] ---> 7d490a3d24ce [2021-02-17T15:57:49.381Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:57:49.381Z] Removing intermediate container 3dd35f0b440d [2021-02-17T15:57:49.381Z] ---> d8965b1aace4 [2021-02-17T15:57:49.381Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T15:57:49.381Z] ---> Running in 6062c4ed72cb [2021-02-17T15:57:49.381Z] ---> Running in 8ed980f6021b [2021-02-17T15:57:49.381Z] ---> Running in 6bbecf591991 [2021-02-17T15:57:49.381Z] ---> Running in bfbc57437c9c [2021-02-17T15:57:49.381Z] ---> Running in 2567c54c5688 [2021-02-17T15:57:49.381Z] Removing intermediate container 6062c4ed72cb [2021-02-17T15:57:49.381Z] ---> 889d3fd5054e [2021-02-17T15:57:49.381Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-17T15:57:49.381Z] ---> Running in ba6ac7321626 [2021-02-17T15:57:49.381Z] Removing intermediate container 8ed980f6021b [2021-02-17T15:57:49.381Z] ---> be3f2b72a390 [2021-02-17T15:57:49.381Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-17T15:57:49.381Z] Removing intermediate container 2567c54c5688 [2021-02-17T15:57:49.381Z] ---> 655fac436917 [2021-02-17T15:57:49.381Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-17T15:57:49.381Z] ---> Running in 3711a37ab6cc [2021-02-17T15:57:49.381Z] ---> Running in bd6f683be1ca [2021-02-17T15:57:49.381Z] Removing intermediate container bfbc57437c9c [2021-02-17T15:57:49.382Z] ---> 5078428a9911 [2021-02-17T15:57:49.382Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-17T15:57:49.382Z] Removing intermediate container 6bbecf591991 [2021-02-17T15:57:49.382Z] ---> 7f40e96f480e [2021-02-17T15:57:49.382Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-17T15:57:49.382Z] ---> Running in 18c812ad2f80 [2021-02-17T15:57:49.382Z] ---> Running in f48c99f031c8 [2021-02-17T15:57:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T15:57:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T15:57:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T15:57:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T15:57:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T15:57:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T15:57:49.382Z] OK: 217 MiB in 51 packages [2021-02-17T15:57:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T15:57:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T15:57:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T15:57:49.382Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T15:57:49.382Z] OK: 217 MiB in 51 packages [2021-02-17T15:57:49.400Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-17T15:57:49.400Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-17T15:57:49.400Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-17T15:57:49.400Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-17T15:57:49.400Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-17T15:57:49.400Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-17T15:57:49.400Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-17T15:57:49.400Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-17T15:57:49.656Z] Removing intermediate container ba6ac7321626 [2021-02-17T15:57:49.656Z] ---> 9d4ea491c1e3 [2021-02-17T15:57:49.656Z] Step 6/24 : COPY go.mod . [2021-02-17T15:57:49.656Z] OK: 217 MiB in 51 packages [2021-02-17T15:57:49.661Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-17T15:57:49.661Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-17T15:57:49.661Z] Updating certificates in /etc/ssl/certs... [2021-02-17T15:57:49.946Z] OK: 217 MiB in 51 packages [2021-02-17T15:57:49.946Z] OK: 217 MiB in 51 packages [2021-02-17T15:57:50.233Z] 0 added, 0 removed; done. [2021-02-17T15:57:50.233Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-17T15:57:50.233Z] done. [2021-02-17T15:57:50.494Z] Reading package lists... [2021-02-17T15:57:50.755Z] Building dependency tree... [2021-02-17T15:57:50.755Z] Reading state information... [2021-02-17T15:57:50.755Z] The following NEW packages will be installed: [2021-02-17T15:57:50.755Z] apt-transport-https [2021-02-17T15:57:50.944Z] ---> 5e0e33d4afab [2021-02-17T15:57:50.944Z] Step 7/24 : RUN go mod download [2021-02-17T15:57:51.015Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-17T15:57:51.015Z] Need to get 1696 B of archives. [2021-02-17T15:57:51.016Z] After this operation, 153 kB of additional disk space will be used. [2021-02-17T15:57:51.016Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-17T15:57:51.016Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-17T15:57:51.016Z] Fetched 1696 B in 0s (22.2 kB/s) [2021-02-17T15:57:51.016Z] Selecting previously unselected package apt-transport-https. [2021-02-17T15:57:51.016Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-17T15:57:51.016Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-17T15:57:51.016Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-17T15:57:51.219Z] ---> Running in 14225b3a5f5f [2021-02-17T15:57:51.220Z] Removing intermediate container 3711a37ab6cc [2021-02-17T15:57:51.220Z] ---> 19ed377a2526 [2021-02-17T15:57:51.220Z] Step 6/23 : COPY go.mod . [2021-02-17T15:57:51.276Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-17T15:57:51.276Z] Waiting for network to be ready... [2021-02-17T15:57:51.830Z] Removing intermediate container 18c812ad2f80 [2021-02-17T15:57:51.830Z] ---> 4a197887325d [2021-02-17T15:57:51.830Z] Step 6/22 : COPY go.mod . [2021-02-17T15:57:52.127Z] Removing intermediate container bd6f683be1ca [2021-02-17T15:57:52.127Z] ---> 36ed9c1af668 [2021-02-17T15:57:52.127Z] Step 6/22 : COPY go.mod . [2021-02-17T15:57:52.127Z] Removing intermediate container f48c99f031c8 [2021-02-17T15:57:52.127Z] ---> 061806d3df0b [2021-02-17T15:57:52.127Z] Step 6/21 : COPY go.mod . [2021-02-17T15:57:52.403Z] ---> 734c807d055f [2021-02-17T15:57:52.403Z] Step 7/23 : RUN go mod download [2021-02-17T15:57:52.681Z] ---> Running in 74c74e2a8b44 [2021-02-17T15:57:53.298Z] ---> d8235577d4bb [2021-02-17T15:57:53.298Z] Step 7/22 : RUN go mod download [2021-02-17T15:57:53.579Z] ---> b97013bd88fc [2021-02-17T15:57:53.579Z] Step 7/22 : RUN go mod download [2021-02-17T15:57:53.579Z] ---> ee20be21429b [2021-02-17T15:57:53.579Z] Step 7/21 : RUN go mod download [2021-02-17T15:57:53.579Z] ---> Running in 2c27dbe3bced [2021-02-17T15:57:53.870Z] ---> Running in be55b1cf450c [2021-02-17T15:57:53.870Z] ---> Running in 639e50098ed2 [2021-02-17T15:57:54.865Z] Removing intermediate container 14225b3a5f5f [2021-02-17T15:57:54.865Z] ---> b4243d00e8ce [2021-02-17T15:57:54.865Z] Step 8/24 : COPY . . [2021-02-17T15:57:55.484Z] 2021-02-17T15:57:54Z INFO Waiting for automatic snapd restart... [2021-02-17T15:57:55.485Z] snapd 2.48.2.1 from Canonical* installed [2021-02-17T15:57:55.745Z] "snapd" switched to the "latest/stable" channel [2021-02-17T15:57:55.745Z] [2021-02-17T15:57:58.284Z] Removing intermediate container 74c74e2a8b44 [2021-02-17T15:57:58.284Z] ---> d38aac9d3e32 [2021-02-17T15:57:58.284Z] Step 8/23 : COPY . . [2021-02-17T15:57:58.290Z] core18 20210128 from Canonical* installed [2021-02-17T15:57:58.290Z] "core18" switched to the "latest/stable" channel [2021-02-17T15:57:58.290Z] [2021-02-17T15:57:58.562Z] Removing intermediate container 2c27dbe3bced [2021-02-17T15:57:58.562Z] ---> b9e72f52c690 [2021-02-17T15:57:58.562Z] Step 8/22 : COPY . . [2021-02-17T15:57:59.551Z] Removing intermediate container 639e50098ed2 [2021-02-17T15:57:59.551Z] ---> 64ad730cc9ef [2021-02-17T15:57:59.551Z] Step 8/21 : COPY . . [2021-02-17T15:57:59.825Z] Removing intermediate container be55b1cf450c [2021-02-17T15:57:59.825Z] ---> 1bf11730beda [2021-02-17T15:57:59.825Z] Step 8/22 : COPY . . [2021-02-17T15:58:01.595Z] snapcraft 4.5.1 from Canonical* installed [2021-02-17T15:58:01.857Z] "snapcraft" switched to the "latest/stable" channel [2021-02-17T15:58:01.857Z] [2021-02-17T15:58:05.160Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-17T15:58:05.160Z] - README.md [2021-02-17T15:58:05.160Z] - snapcraft.yaml.orig [2021-02-17T15:58:05.160Z] [2021-02-17T15:58:05.160Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-17T15:58:11.747Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-17T15:58:11.747Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-17T15:58:11.747Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-17T15:58:11.747Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-17T15:58:12.955Z] Reading package lists... [2021-02-17T15:58:12.955Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-17T15:58:19.552Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-17T15:58:19.552Z] Reading package lists... [2021-02-17T15:58:19.552Z] Building dependency tree... [2021-02-17T15:58:19.552Z] Reading state information... [2021-02-17T15:58:19.552Z] Suggested packages: [2021-02-17T15:58:19.552Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-17T15:58:19.552Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-17T15:58:19.552Z] Recommended packages: [2021-02-17T15:58:19.552Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-17T15:58:19.552Z] The following NEW packages will be installed: [2021-02-17T15:58:19.552Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-17T15:58:19.552Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-17T15:58:19.552Z] pkg-config zip [2021-02-17T15:58:19.552Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-17T15:58:19.552Z] Need to get 7655 kB of archives. [2021-02-17T15:58:19.552Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-17T15:58:19.552Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-17T15:58:19.552Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-17T15:58:19.552Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-17T15:58:19.552Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-17T15:58:19.552Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-17T15:58:19.813Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-17T15:58:19.813Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-17T15:58:19.813Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-17T15:58:19.813Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-17T15:58:20.075Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-17T15:58:20.075Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-17T15:58:20.075Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-17T15:58:20.075Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-17T15:58:20.075Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-17T15:58:20.075Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-17T15:58:20.337Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-17T15:58:20.337Z] Fetched 7655 kB in 1s (10.5 MB/s) [2021-02-17T15:58:20.337Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-17T15:58:20.337Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-17T15:58:20.337Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-17T15:58:20.337Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-17T15:58:20.598Z] Selecting previously unselected package libpsl5:amd64. [2021-02-17T15:58:20.598Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-17T15:58:20.598Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-17T15:58:20.598Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-17T15:58:20.598Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-17T15:58:20.598Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-17T15:58:20.859Z] Selecting previously unselected package librtmp1:amd64. [2021-02-17T15:58:20.859Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-17T15:58:20.859Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-17T15:58:20.859Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-17T15:58:20.859Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-17T15:58:20.860Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-17T15:58:20.860Z] Selecting previously unselected package liberror-perl. [2021-02-17T15:58:20.860Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-17T15:58:20.860Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-17T15:58:20.860Z] Selecting previously unselected package git-man. [2021-02-17T15:58:20.860Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-17T15:58:20.860Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-17T15:58:21.120Z] Selecting previously unselected package git. [2021-02-17T15:58:21.120Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-17T15:58:21.120Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-17T15:58:22.061Z] Selecting previously unselected package libnorm1:amd64. [2021-02-17T15:58:22.061Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-17T15:58:22.061Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-17T15:58:22.061Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-17T15:58:22.061Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-17T15:58:22.061Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-17T15:58:22.061Z] Selecting previously unselected package libsodium23:amd64. [2021-02-17T15:58:22.061Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-17T15:58:22.061Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-17T15:58:22.061Z] Selecting previously unselected package libzmq5:amd64. [2021-02-17T15:58:22.061Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-17T15:58:22.061Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-17T15:58:22.322Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-17T15:58:22.322Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-17T15:58:22.322Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-17T15:58:22.322Z] Selecting previously unselected package pkg-config. [2021-02-17T15:58:22.322Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-17T15:58:22.322Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-17T15:58:22.583Z] Selecting previously unselected package zip. [2021-02-17T15:58:22.584Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-17T15:58:22.584Z] Unpacking zip (3.0-11build1) ... [2021-02-17T15:58:22.584Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-17T15:58:22.584Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-17T15:58:22.584Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-17T15:58:22.584Z] Setting up liberror-perl (0.17025-1) ... [2021-02-17T15:58:22.584Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-17T15:58:22.844Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-17T15:58:22.844Z] No schema files found: doing nothing. [2021-02-17T15:58:22.844Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-17T15:58:22.844Z] Setting up zip (3.0-11build1) ... [2021-02-17T15:58:22.844Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-17T15:58:22.844Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-17T15:58:22.844Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-17T15:58:22.844Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-17T15:58:23.108Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-17T15:58:23.108Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-17T15:58:23.108Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-17T15:58:23.108Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-17T15:58:26.635Z] ---> a9d3f6b9df2a [2021-02-17T15:58:26.635Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-17T15:58:26.635Z] ---> Running in 251e1cb4d87a [2021-02-17T15:58:26.635Z] ---> ac7f73472010 [2021-02-17T15:58:26.635Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-17T15:58:26.635Z] ---> edf01d6f97ff [2021-02-17T15:58:26.635Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-17T15:58:26.635Z] ---> 8eda566a0a87 [2021-02-17T15:58:26.635Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-17T15:58:26.635Z] ---> Running in d76af025d3d5 [2021-02-17T15:58:26.635Z] ---> Running in 1d46c10bf641 [2021-02-17T15:58:26.635Z] ---> Running in 4d0370c10abe [2021-02-17T15:58:26.635Z] ---> 518a080b0534 [2021-02-17T15:58:26.635Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-17T15:58:26.635Z] ---> Running in fd330468ed87 [2021-02-17T15:58:26.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-17T15:58:26.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-17T15:58:26.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-17T15:58:26.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-17T15:58:26.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-17T15:58:29.707Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-17T15:58:29.707Z] git set to automatically installed. [2021-02-17T15:58:29.707Z] git-man set to automatically installed. [2021-02-17T15:58:29.707Z] libcurl3-gnutls set to automatically installed. [2021-02-17T15:58:29.707Z] liberror-perl set to automatically installed. [2021-02-17T15:58:29.707Z] libglib2.0-0 set to automatically installed. [2021-02-17T15:58:29.707Z] libnghttp2-14 set to automatically installed. [2021-02-17T15:58:29.707Z] libnorm1 set to automatically installed. [2021-02-17T15:58:29.707Z] libpgm-5.2-0 set to automatically installed. [2021-02-17T15:58:29.707Z] libpsl5 set to automatically installed. [2021-02-17T15:58:29.707Z] librtmp1 set to automatically installed. [2021-02-17T15:58:29.707Z] libsodium23 set to automatically installed. [2021-02-17T15:58:29.707Z] libzmq3-dev set to automatically installed. [2021-02-17T15:58:29.707Z] libzmq5 set to automatically installed. [2021-02-17T15:58:29.707Z] pkg-config set to automatically installed. [2021-02-17T15:58:29.707Z] zip set to automatically installed. [2021-02-17T15:58:32.280Z] snapd is not logged in, snap install commands will use sudo [2021-02-17T15:58:38.911Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-17T15:58:39.175Z] snap "core18" has no updates available [2021-02-17T15:58:39.752Z] Pulling config-common [2021-02-17T15:58:39.752Z] + snapcraftctl pull [2021-02-17T15:58:40.694Z] Pulling go-build-helper [2021-02-17T15:58:40.694Z] + snapcraftctl pull [2021-02-17T15:59:02.666Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-17T15:59:02.666Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-17T15:59:02.666Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-17T15:59:02.666Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-17T15:59:02.666Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-17T15:59:02.666Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-17T15:59:02.666Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-17T15:59:02.666Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-17T15:59:02.666Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-17T15:59:02.666Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-17T15:59:02.666Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-17T15:59:02.666Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-17T15:59:02.666Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-17T15:59:02.666Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-17T15:59:02.666Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-17T15:59:02.666Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-17T15:59:02.666Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-17T15:59:02.666Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-17T15:59:02.666Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-17T15:59:02.666Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-17T15:59:02.666Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-17T15:59:02.666Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-17T15:59:02.666Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-17T15:59:02.666Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-17T15:59:02.666Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-17T15:59:02.666Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-17T15:59:02.666Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-17T15:59:02.666Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-17T15:59:02.666Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-17T15:59:02.666Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-17T15:59:02.666Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-17T15:59:02.666Z] Fetched 279 kB in 0s (0 B/s) [2021-02-17T15:59:02.666Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-17T15:59:02.666Z] Fetched 122 kB in 0s (0 B/s) [2021-02-17T15:59:02.666Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-17T15:59:02.666Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-17T15:59:02.666Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-17T15:59:02.666Z] Fetched 8848 B in 0s (0 B/s) [2021-02-17T15:59:02.666Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-17T15:59:02.666Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-17T15:59:02.666Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-17T15:59:02.666Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-17T15:59:02.667Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-17T15:59:02.667Z] Fetched 214 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-17T15:59:02.667Z] Fetched 155 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-17T15:59:02.667Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-17T15:59:02.667Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-17T15:59:02.667Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-17T15:59:02.667Z] Fetched 499 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-17T15:59:02.667Z] Fetched 111 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-17T15:59:02.667Z] Fetched 240 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-17T15:59:02.667Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-17T15:59:02.667Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-17T15:59:02.667Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-17T15:59:02.667Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-17T15:59:02.667Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-17T15:59:02.667Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-17T15:59:02.667Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-17T15:59:02.667Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-17T15:59:02.667Z] Fetched 8720 B in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-17T15:59:02.667Z] Fetched 137 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-17T15:59:02.667Z] Fetched 119 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-17T15:59:02.667Z] Fetched 109 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-17T15:59:02.667Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-17T15:59:02.667Z] Fetched 645 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-17T15:59:02.667Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-17T15:59:02.667Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-17T15:59:02.667Z] Fetched 368 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-17T15:59:02.667Z] Fetched 187 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-17T15:59:02.667Z] Fetched 175 kB in 0s (0 B/s) [2021-02-17T15:59:02.667Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-17T15:59:05.972Z] Fetched 206 kB in 0s (0 B/s) [2021-02-17T15:59:05.972Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-17T15:59:05.972Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-17T15:59:05.972Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-17T15:59:05.972Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-17T15:59:05.972Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-17T15:59:05.972Z] Fetched 159 kB in 0s (0 B/s) [2021-02-17T15:59:05.972Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-17T15:59:05.972Z] Fetched 107 kB in 0s (0 B/s) [2021-02-17T15:59:05.972Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-17T15:59:05.972Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-17T15:59:05.972Z] Pulling static-packages [2021-02-17T15:59:05.972Z] + snapcraftctl pull [2021-02-17T15:59:06.233Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-17T15:59:06.233Z] Skipping pull go-build-helper (already ran) [2021-02-17T15:59:06.233Z] Skipping pull static-packages (already ran) [2021-02-17T15:59:06.233Z] Building go-build-helper [2021-02-17T15:59:06.233Z] + snapcraftctl build [2021-02-17T15:59:10.440Z] Building static-packages [2021-02-17T15:59:10.440Z] + snapcraftctl build [2021-02-17T15:59:11.829Z] Staging go-build-helper [2021-02-17T15:59:11.829Z] + snapcraftctl stage [2021-02-17T15:59:12.772Z] Staging static-packages [2021-02-17T15:59:12.772Z] + snapcraftctl stage [2021-02-17T15:59:13.726Z] Pulling go115 [2021-02-17T15:59:13.726Z] + snapcraftctl pull [2021-02-17T15:59:14.670Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-17T15:59:14.670Z] Skipping pull go115 (already ran) [2021-02-17T15:59:14.670Z] Building go115 [2021-02-17T15:59:14.670Z] + dpkg --print-architecture [2021-02-17T15:59:14.670Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-17T15:59:14.670Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-17T15:59:14.670Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-17T15:59:14.670Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-17T15:59:14.670Z] Dload Upload Total Spent Left Speed [2021-02-17T15:59:16.864Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 121k 0 0 606k 0 0:03:15 --:--:-- 0:03:15 603k 47 115M 47 54.5M 0 0 45.4M 0 0:00:02 0:00:01 0:00:01 45.4M 95 115M 95 109M 0 0 49.9M 0 0:00:02 0:00:02 --:--:-- 49.9M 100 115M 100 115M 0 0 50.5M 0 0:00:02 0:00:02 --:--:-- 50.5M [2021-02-17T15:59:16.864Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-17T15:59:16.864Z] + sha256sum -c sha256 [2021-02-17T15:59:16.864Z] + grep OK [2021-02-17T15:59:17.442Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-17T15:59:17.442Z] + mkdir -p /root/stage/go1.15 [2021-02-17T15:59:17.442Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-17T15:59:20.755Z] Staging go115 [2021-02-17T15:59:20.755Z] + snapcraftctl stage [2021-02-17T15:59:27.371Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-17T15:59:27.371Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-17T15:59:27.371Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-17T15:59:27.371Z] Fetched 0 B in 0s (0 B/s) [2021-02-17T15:59:27.371Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-17T15:59:27.371Z] Fetched 224 kB in 0s (0 B/s) [2021-02-17T15:59:27.371Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-17T15:59:27.371Z] Fetched 157 kB in 0s (0 B/s) [2021-02-17T15:59:27.371Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-17T15:59:27.371Z] Fetched 221 kB in 0s (0 B/s) [2021-02-17T15:59:27.371Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-17T15:59:27.371Z] Fetched 143 kB in 0s (0 B/s) [2021-02-17T15:59:27.371Z] Pulling edgex-go [2021-02-17T15:59:27.371Z] + snapcraftctl pull [2021-02-17T15:59:27.371Z] Pulling version [2021-02-17T15:59:27.634Z] + cd /root/project [2021-02-17T15:59:27.634Z] + [ -f VERSION ] [2021-02-17T15:59:27.634Z] + PROJECT_VERSION=local-dev [2021-02-17T15:59:27.634Z] + git rev-parse --short HEAD [2021-02-17T15:59:27.634Z] + GIT_REVISION=605fd88f [2021-02-17T15:59:27.634Z] + snapcraftctl set-version local-dev [2021-02-17T15:59:28.579Z] Building config-common [2021-02-17T15:59:28.579Z] + snapcraftctl build [2021-02-17T15:59:30.525Z] Skipping build go-build-helper (already ran) [2021-02-17T15:59:30.525Z] Skipping build static-packages (already ran) [2021-02-17T15:59:30.525Z] Skipping build go115 (already ran) [2021-02-17T15:59:30.525Z] Building edgex-go [2021-02-17T15:59:30.525Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-17T15:59:30.525Z] + cd /root/parts/edgex-go/src [2021-02-17T15:59:30.525Z] + make build [2021-02-17T15:59:30.525Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-17T15:59:33.076Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-17T15:59:33.076Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-17T15:59:33.076Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-17T15:59:33.076Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 [2021-02-17T15:59:33.076Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-17T15:59:33.076Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.5 [2021-02-17T15:59:33.076Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-17T15:59:33.076Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-17T15:59:33.076Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-17T15:59:33.076Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-17T15:59:33.076Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-17T15:59:33.076Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-17T15:59:33.076Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-17T15:59:33.076Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-17T15:59:33.076Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-17T15:59:33.076Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-17T15:59:33.076Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-17T15:59:33.076Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-17T15:59:33.076Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-17T15:59:33.076Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-17T15:59:33.076Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-17T15:59:33.076Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-17T15:59:33.076Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-17T15:59:33.076Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-17T15:59:33.341Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-17T15:59:33.342Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-17T15:59:33.342Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-17T15:59:33.342Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-17T15:59:33.342Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-17T15:59:33.342Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-17T15:59:33.342Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-17T15:59:33.342Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-17T15:59:33.342Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-17T15:59:33.342Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-17T15:59:33.342Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-17T15:59:33.342Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-17T15:59:33.342Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-17T15:59:33.342Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-17T15:59:33.342Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-17T15:59:39.923Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-17T15:59:39.924Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-17T15:59:44.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-17T15:59:44.696Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-17T15:59:46.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-17T15:59:46.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-17T15:59:46.343Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-17T15:59:46.344Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-17T15:59:46.344Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-17T15:59:46.344Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-17T15:59:48.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-17T15:59:48.268Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-17T15:59:48.268Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-17T15:59:48.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-17T15:59:48.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-17T15:59:49.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-17T15:59:50.233Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-17T15:59:50.233Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-17T15:59:51.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-02-17T15:59:52.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-17T15:59:52.189Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-17T15:59:53.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-17T15:59:53.574Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-17T15:59:54.958Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-17T15:59:54.958Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-17T15:59:54.958Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-17T15:59:54.958Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-17T15:59:54.958Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-17T15:59:54.958Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-17T15:59:54.958Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-17T15:59:54.958Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-17T15:59:54.958Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-17T15:59:54.958Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-17T15:59:54.958Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-17T15:59:54.958Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-17T15:59:54.958Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-17T15:59:54.958Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-17T15:59:54.958Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-17T15:59:54.958Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-17T15:59:54.958Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-17T15:59:54.958Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-17T15:59:54.958Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-17T15:59:54.958Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-17T15:59:54.958Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-17T15:59:54.958Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-17T15:59:54.958Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-17T15:59:54.958Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-17T15:59:54.958Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-17T15:59:55.901Z] Building version [2021-02-17T15:59:55.901Z] + snapcraftctl build [2021-02-17T15:59:56.762Z] Removing intermediate container 251e1cb4d87a [2021-02-17T15:59:56.762Z] ---> 20b41ca6601d [2021-02-17T15:59:56.762Z] [2021-02-17T15:59:56.762Z] Step 10/24 : FROM alpine:3.12 [2021-02-17T15:59:56.762Z] 3.12: Pulling from library/alpine [2021-02-17T15:59:57.817Z] Staging config-common [2021-02-17T15:59:57.817Z] + snapcraftctl stage [2021-02-17T15:59:58.760Z] Skipping stage go-build-helper (already ran) [2021-02-17T15:59:58.760Z] Skipping stage static-packages (already ran) [2021-02-17T15:59:58.760Z] Skipping stage go115 (already ran) [2021-02-17T15:59:58.760Z] Staging edgex-go [2021-02-17T15:59:58.760Z] + snapcraftctl stage [2021-02-17T15:59:58.771Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-17T15:59:58.771Z] Status: Downloaded newer image for alpine:3.12 [2021-02-17T15:59:58.771Z] ---> afeebe901d6b [2021-02-17T15:59:58.771Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-17T15:59:58.771Z] ---> Running in 77a46c6659c5 [2021-02-17T15:59:59.703Z] Staging version [2021-02-17T15:59:59.703Z] + snapcraftctl stage [2021-02-17T16:00:00.648Z] Priming config-common [2021-02-17T16:00:00.648Z] + snapcraftctl prime [2021-02-17T16:00:01.396Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T16:00:01.592Z] Priming go-build-helper [2021-02-17T16:00:01.592Z] + snapcraftctl prime [2021-02-17T16:00:01.671Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T16:00:02.296Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-17T16:00:02.297Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-17T16:00:02.297Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-17T16:00:02.297Z] (4/5) Installing curl (7.69.1-r3) [2021-02-17T16:00:02.297Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-17T16:00:02.297Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T16:00:02.297Z] Executing ca-certificates-20191127-r4.trigger [2021-02-17T16:00:02.558Z] Priming static-packages [2021-02-17T16:00:02.558Z] + snapcraftctl prime [2021-02-17T16:00:02.601Z] Removing intermediate container 4d0370c10abe [2021-02-17T16:00:02.601Z] ---> 6859bcc340be [2021-02-17T16:00:02.601Z] [2021-02-17T16:00:02.601Z] Step 10/21 : FROM alpine:3.12 [2021-02-17T16:00:02.601Z] ---> afeebe901d6b [2021-02-17T16:00:02.601Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-17T16:00:02.896Z] OK: 7 MiB in 19 packages [2021-02-17T16:00:02.896Z] ---> Running in 79bb537704df [2021-02-17T16:00:04.475Z] Priming go115 [2021-02-17T16:00:04.475Z] + snapcraftctl prime [2021-02-17T16:00:05.418Z] Priming edgex-go [2021-02-17T16:00:05.418Z] + snapcraftctl prime [2021-02-17T16:00:05.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T16:00:05.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T16:00:05.828Z] Removing intermediate container 77a46c6659c5 [2021-02-17T16:00:05.828Z] ---> 906949c021fc [2021-02-17T16:00:05.828Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-17T16:00:05.828Z] ---> Running in dd8487abb58c [2021-02-17T16:00:06.111Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-17T16:00:06.111Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-17T16:00:06.111Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-17T16:00:06.111Z] (4/4) Installing curl (7.69.1-r3) [2021-02-17T16:00:06.111Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T16:00:06.111Z] Executing ca-certificates-20191127-r4.trigger [2021-02-17T16:00:06.391Z] OK: 7 MiB in 18 packages [2021-02-17T16:00:06.664Z] Removing intermediate container dd8487abb58c [2021-02-17T16:00:06.664Z] ---> 88100331c936 [2021-02-17T16:00:06.664Z] Step 13/24 : WORKDIR / [2021-02-17T16:00:06.804Z] Priming version [2021-02-17T16:00:06.804Z] + snapcraftctl prime [2021-02-17T16:00:07.262Z] ---> Running in 58938c6f7efb [2021-02-17T16:00:07.377Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-17T16:00:08.244Z] Removing intermediate container 58938c6f7efb [2021-02-17T16:00:08.244Z] ---> 476c596d40f9 [2021-02-17T16:00:08.244Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-02-17T16:00:09.236Z] Removing intermediate container 79bb537704df [2021-02-17T16:00:09.236Z] ---> 1865fcca3c4d [2021-02-17T16:00:09.236Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [Pipeline] // stage [2021-02-17T16:00:09.565Z] ---> Running in c2de8615c756 [2021-02-17T16:00:09.566Z] ---> f02be8b73c65 [2021-02-17T16:00:09.566Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-17T16:00:10.187Z] Removing intermediate container c2de8615c756 [2021-02-17T16:00:10.187Z] ---> 408d9ca3846a [2021-02-17T16:00:10.187Z] Step 13/21 : WORKDIR /edgex [2021-02-17T16:00:11.294Z] ---> Running in 9036a7fc5375 [2021-02-17T16:00:11.294Z] ---> 723588ddd967 [2021-02-17T16:00:11.294Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-17T16:00:12.426Z] Removing intermediate container 9036a7fc5375 [2021-02-17T16:00:12.427Z] ---> cd87550674c2 [2021-02-17T16:00:12.427Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-17T16:00:13.941Z] ---> c2c7c0ac430b [2021-02-17T16:00:13.941Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-17T16:00:14.940Z] ---> 6861900fa543 [2021-02-17T16:00:14.940Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-17T16:00:16.917Z] ---> 9535655c3c5a [2021-02-17T16:00:16.917Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-17T16:00:16.917Z] Removing intermediate container fd330468ed87 [2021-02-17T16:00:16.917Z] ---> 0bd92221bcbb [2021-02-17T16:00:16.917Z] [2021-02-17T16:00:16.917Z] Step 10/22 : FROM alpine:3.12 [2021-02-17T16:00:16.917Z] ---> afeebe901d6b [2021-02-17T16:00:16.917Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-17T16:00:16.917Z] ---> ef5d042fe61c [2021-02-17T16:00:16.917Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-17T16:00:17.204Z] Removing intermediate container 1d46c10bf641 [2021-02-17T16:00:17.204Z] ---> 5699193bed54 [2021-02-17T16:00:17.204Z] [2021-02-17T16:00:17.204Z] Step 10/22 : FROM alpine:3.12 [2021-02-17T16:00:17.204Z] ---> afeebe901d6b [2021-02-17T16:00:17.204Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-17T16:00:17.811Z] ---> Running in 57f86480da96 [2021-02-17T16:00:18.096Z] ---> Running in d709141f6478 [2021-02-17T16:00:18.697Z] ---> cb35d565a490 [2021-02-17T16:00:18.697Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-17T16:00:18.697Z] ---> fb6f26a226b8 [2021-02-17T16:00:18.697Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-17T16:00:18.985Z] ---> Running in 8cb7e56f4742 [2021-02-17T16:00:19.598Z] Removing intermediate container 8cb7e56f4742 [2021-02-17T16:00:19.598Z] ---> 7b45cacec9bd [2021-02-17T16:00:19.598Z] Step 18/21 : CMD ["--init=true"] [2021-02-17T16:00:20.225Z] ---> 2d68601a7636 [2021-02-17T16:00:20.225Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-17T16:00:20.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T16:00:20.225Z] ---> Running in fa27a09dc8a4 [2021-02-17T16:00:20.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T16:00:20.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T16:00:20.776Z] ---> Running in 4869dcf1d1eb [2021-02-17T16:00:20.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T16:00:21.064Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-17T16:00:21.064Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-17T16:00:21.064Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T16:00:21.064Z] Removing intermediate container fa27a09dc8a4 [2021-02-17T16:00:21.064Z] ---> 6b7dc3a3bed9 [2021-02-17T16:00:21.064Z] Step 19/21 : LABEL arch=arm64 [2021-02-17T16:00:21.064Z] Executing ca-certificates-20191127-r4.trigger [2021-02-17T16:00:21.344Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-17T16:00:21.344Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T16:00:21.344Z] OK: 5 MiB in 15 packages [2021-02-17T16:00:21.344Z] OK: 6 MiB in 16 packages [2021-02-17T16:00:21.623Z] ---> Running in 8e1ea9c6f267 [2021-02-17T16:00:23.063Z] Removing intermediate container 8e1ea9c6f267 [2021-02-17T16:00:23.063Z] ---> fa6dbe9b80a4 [2021-02-17T16:00:23.063Z] Step 20/21 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T16:00:23.338Z] Removing intermediate container d76af025d3d5 [2021-02-17T16:00:23.338Z] ---> 550f83c9962a [2021-02-17T16:00:23.338Z] [2021-02-17T16:00:23.338Z] Step 10/23 : FROM alpine:3.12 [2021-02-17T16:00:23.338Z] ---> afeebe901d6b [2021-02-17T16:00:23.338Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-17T16:00:23.338Z] ---> Using cache [2021-02-17T16:00:23.338Z] ---> aa143eefc749 [2021-02-17T16:00:23.338Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-17T16:00:23.628Z] ---> Running in 66e417807670 [2021-02-17T16:00:23.628Z] Removing intermediate container d709141f6478 [2021-02-17T16:00:23.628Z] ---> aa143eefc749 [2021-02-17T16:00:23.628Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-17T16:00:23.905Z] ---> Running in c5f961f62c84 [2021-02-17T16:00:24.181Z] ---> Running in 7f8ee903b5b7 [2021-02-17T16:00:24.461Z] Removing intermediate container 66e417807670 [2021-02-17T16:00:24.461Z] ---> c85e8350bafa [2021-02-17T16:00:24.461Z] Step 21/21 : LABEL version=0.0.0 [2021-02-17T16:00:24.461Z] Removing intermediate container 57f86480da96 [2021-02-17T16:00:24.461Z] ---> 7f7cbf0edf62 [2021-02-17T16:00:24.461Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-17T16:00:24.461Z] ---> Running in 93357d291be7 [2021-02-17T16:00:24.743Z] ---> Running in 24f594f5931a [2021-02-17T16:00:24.743Z] Removing intermediate container 4869dcf1d1eb [2021-02-17T16:00:24.743Z] ---> d1d1363b0bc9 [2021-02-17T16:00:24.743Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-17T16:00:24.743Z] Removing intermediate container c5f961f62c84 [2021-02-17T16:00:24.743Z] ---> b09413500d17 [2021-02-17T16:00:24.743Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-17T16:00:24.743Z] Removing intermediate container 7f8ee903b5b7 [2021-02-17T16:00:24.743Z] ---> 4e82adfcef19 [2021-02-17T16:00:24.743Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-17T16:00:25.021Z] ---> Running in 16e61d77867e [2021-02-17T16:00:25.022Z] ---> Running in da7c5842d2a1 [2021-02-17T16:00:25.022Z] ---> Running in 12a46ae2e7b5 [2021-02-17T16:00:25.302Z] Removing intermediate container 93357d291be7 [2021-02-17T16:00:25.302Z] ---> b93fe722994b [2021-02-17T16:00:25.302Z] [2021-02-17T16:00:25.302Z] Removing intermediate container 24f594f5931a [2021-02-17T16:00:25.302Z] ---> 1a172f9fb674 [2021-02-17T16:00:25.302Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-17T16:00:25.580Z] ---> Running in bb1f2ea81f35 [2021-02-17T16:00:25.580Z] Removing intermediate container 16e61d77867e [2021-02-17T16:00:25.580Z] ---> b09ddd28d474 [2021-02-17T16:00:25.580Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-17T16:00:25.854Z] Successfully built b93fe722994b [2021-02-17T16:00:25.854Z] Removing intermediate container 12a46ae2e7b5 [2021-02-17T16:00:25.854Z] ---> ea1a4001a909 [2021-02-17T16:00:25.854Z] Step 22/24 : LABEL arch=arm64 [2021-02-17T16:00:25.854Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-17T16:00:25.854Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-02-17T16:00:25.854Z] Removing intermediate container da7c5842d2a1 [2021-02-17T16:00:25.854Z] ---> cbd1774a7763 [2021-02-17T16:00:25.854Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-17T16:00:26.128Z] ---> Running in 0ae7944730eb [2021-02-17T16:00:26.128Z] ---> Running in bbcfe098dbc5 [2021-02-17T16:00:26.128Z] ---> Running in cf9e690d4004 [2021-02-17T16:00:26.128Z] Removing intermediate container bb1f2ea81f35 [2021-02-17T16:00:26.128Z] ---> 02bf2293350e [2021-02-17T16:00:26.128Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-17T16:00:26.404Z] ---> Running in 49d67e57628c [2021-02-17T16:00:26.684Z] Removing intermediate container 0ae7944730eb [2021-02-17T16:00:26.684Z] ---> 4d7c2278a2c8 [2021-02-17T16:00:26.684Z] Step 23/24 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T16:00:26.684Z] Removing intermediate container bbcfe098dbc5 [2021-02-17T16:00:26.684Z] ---> 499f9a99edd3 [2021-02-17T16:00:26.684Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-17T16:00:26.973Z] Removing intermediate container cf9e690d4004 [2021-02-17T16:00:26.973Z] ---> 8bef01e18c28 [2021-02-17T16:00:26.973Z] Step 15/23 : WORKDIR / [2021-02-17T16:00:26.973Z] ---> Running in ca55e427e8dd [2021-02-17T16:00:26.973Z] Removing intermediate container 49d67e57628c [2021-02-17T16:00:26.973Z] ---> d189ec841548 [2021-02-17T16:00:26.973Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-17T16:00:27.250Z] ---> Running in 69da1b44a444 [2021-02-17T16:00:27.865Z] Removing intermediate container ca55e427e8dd [2021-02-17T16:00:27.865Z] ---> bfdd2c9df291 [2021-02-17T16:00:27.865Z] Step 24/24 : LABEL version=0.0.0 [2021-02-17T16:00:28.141Z] ---> c2bef83c559e [2021-02-17T16:00:28.141Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-17T16:00:28.418Z] ---> Running in 8dde45ad6165 [2021-02-17T16:00:28.418Z] Removing intermediate container 69da1b44a444 [2021-02-17T16:00:28.418Z] ---> 024678b76ae0 [2021-02-17T16:00:28.418Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-17T16:00:28.702Z] ---> 56fdf68ee321 [2021-02-17T16:00:28.702Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-17T16:00:29.311Z] Removing intermediate container 8dde45ad6165 [2021-02-17T16:00:29.311Z] ---> 69bfbdea14cd [2021-02-17T16:00:29.311Z] [2021-02-17T16:00:29.918Z] ---> 212a63991e50 [2021-02-17T16:00:29.918Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-17T16:00:29.918Z] Successfully built 69bfbdea14cd [2021-02-17T16:00:29.918Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-17T16:00:30.196Z] Building docker-sys-mgmt-agent-go [2021-02-17T16:00:30.196Z]  Building docker-security-secretstore-setup-go ... done  ---> 37ae044bc50a [2021-02-17T16:00:30.196Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-17T16:00:30.196Z] ---> 87fc65ffda8e [2021-02-17T16:00:30.196Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-17T16:00:31.663Z] ---> 1e07dc77306f [2021-02-17T16:00:31.663Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-17T16:00:31.949Z] ---> Running in eda29db799a4 [2021-02-17T16:00:31.949Z] ---> 7415958bf633 [2021-02-17T16:00:31.949Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-17T16:00:31.949Z] ---> 2841f3d44d06 [2021-02-17T16:00:31.949Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-17T16:00:32.229Z] ---> Running in 96465d976605 [2021-02-17T16:00:32.835Z] Removing intermediate container eda29db799a4 [2021-02-17T16:00:32.835Z] ---> 531404d9fe42 [2021-02-17T16:00:32.835Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-17T16:00:33.110Z] ---> Running in 16801737db86 [2021-02-17T16:00:33.110Z] Removing intermediate container 96465d976605 [2021-02-17T16:00:33.110Z] ---> d59ede8d651f [2021-02-17T16:00:33.110Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-17T16:00:33.384Z] ---> 22fdfd4abdbd [2021-02-17T16:00:33.384Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-17T16:00:33.657Z] ---> Running in 7e7eea3d1ffb [2021-02-17T16:00:33.934Z] ---> Running in e7466e7c3fe4 [2021-02-17T16:00:33.934Z] Removing intermediate container 16801737db86 [2021-02-17T16:00:33.934Z] ---> e8e8a1eb7497 [2021-02-17T16:00:33.934Z] Step 20/22 : LABEL arch=arm64 [2021-02-17T16:00:34.206Z] Removing intermediate container 7e7eea3d1ffb [2021-02-17T16:00:34.206Z] ---> 53a65047dc1a [2021-02-17T16:00:34.206Z] Step 20/22 : LABEL arch=arm64 [2021-02-17T16:00:34.481Z] ---> Running in b6d1df7a78ea [2021-02-17T16:00:34.481Z] ---> Running in 9a17884c49d2 [2021-02-17T16:00:34.753Z] Removing intermediate container e7466e7c3fe4 [2021-02-17T16:00:34.753Z] ---> 3e141c0ef9b8 [2021-02-17T16:00:34.753Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-17T16:00:35.028Z] ---> Running in da262b98f33b [2021-02-17T16:00:35.028Z] Removing intermediate container b6d1df7a78ea [2021-02-17T16:00:35.028Z] ---> 8bf127d6604a [2021-02-17T16:00:35.028Z] Step 21/22 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T16:00:35.309Z] Removing intermediate container 9a17884c49d2 [2021-02-17T16:00:35.309Z] ---> feb9e1c0334c [2021-02-17T16:00:35.309Z] Step 21/22 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T16:00:35.309Z] ---> Running in 8e427eadcc00 [2021-02-17T16:00:35.309Z] ---> Running in d3c36e82d230 [2021-02-17T16:00:35.584Z] Removing intermediate container da262b98f33b [2021-02-17T16:00:35.584Z] ---> ac4ac14a3d8c [2021-02-17T16:00:35.584Z] Step 21/23 : LABEL arch=arm64 [2021-02-17T16:00:35.859Z] ---> Running in f7360348292a [2021-02-17T16:00:35.859Z] Removing intermediate container 8e427eadcc00 [2021-02-17T16:00:35.859Z] ---> 1e94be0e38bb [2021-02-17T16:00:35.859Z] Step 22/22 : LABEL version=0.0.0 [2021-02-17T16:00:36.136Z] Removing intermediate container d3c36e82d230 [2021-02-17T16:00:36.136Z] ---> 93b53ea1113a [2021-02-17T16:00:36.136Z] Step 22/22 : LABEL version=0.0.0 [2021-02-17T16:00:36.136Z] ---> Running in 04582d7d2d6a [2021-02-17T16:00:36.410Z] ---> Running in b3f97203a655 [2021-02-17T16:00:36.410Z] Removing intermediate container f7360348292a [2021-02-17T16:00:36.410Z] ---> a955d99a0b79 [2021-02-17T16:00:36.410Z] Step 22/23 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T16:00:37.009Z] ---> Running in c0919b1094af [2021-02-17T16:00:37.009Z] Removing intermediate container 04582d7d2d6a [2021-02-17T16:00:37.009Z] ---> a21d13f38eee [2021-02-17T16:00:37.009Z] [2021-02-17T16:00:37.009Z] Removing intermediate container b3f97203a655 [2021-02-17T16:00:37.009Z] ---> 22e0fff433d7 [2021-02-17T16:00:37.009Z] [2021-02-17T16:00:37.616Z] Removing intermediate container c0919b1094af [2021-02-17T16:00:37.616Z] ---> a936c1d41fd2 [2021-02-17T16:00:37.616Z] Step 23/23 : LABEL version=0.0.0 [2021-02-17T16:00:37.616Z] Successfully built a21d13f38eee [2021-02-17T16:00:37.616Z] Successfully built 22e0fff433d7 [2021-02-17T16:00:37.616Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-17T16:00:37.616Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-02-17T16:00:37.616Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-17T16:00:37.616Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-17T16:00:37.891Z] ---> Running in d17246472316 [2021-02-17T16:00:38.169Z] Removing intermediate container d17246472316 [2021-02-17T16:00:38.443Z] ---> 1c004561ecef [2021-02-17T16:00:38.443Z] [2021-02-17T16:00:38.715Z] Successfully built 1c004561ecef [2021-02-17T16:00:38.715Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-17T16:01:17.733Z]  Building docker-core-metadata-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T16:01:17.733Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-17T16:01:17.733Z] ---> 3646bd326aa9 [2021-02-17T16:01:17.733Z] Step 3/30 : WORKDIR /edgex-go [2021-02-17T16:01:17.733Z] ---> Using cache [2021-02-17T16:01:17.733Z] ---> d8965b1aace4 [2021-02-17T16:01:17.733Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T16:01:17.733Z] ---> Using cache [2021-02-17T16:01:17.733Z] ---> 655fac436917 [2021-02-17T16:01:17.733Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-17T16:01:20.414Z] ---> Running in 4f478e54ee03 [2021-02-17T16:01:21.019Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T16:01:21.019Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-17T16:01:21.019Z] ---> 3646bd326aa9 [2021-02-17T16:01:21.019Z] Step 3/26 : WORKDIR /edgex-go [2021-02-17T16:01:21.019Z] ---> Using cache [2021-02-17T16:01:21.019Z] ---> d8965b1aace4 [2021-02-17T16:01:21.019Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T16:01:21.019Z] ---> Using cache [2021-02-17T16:01:21.019Z] ---> 655fac436917 [2021-02-17T16:01:21.019Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-17T16:01:21.304Z] ---> Running in 38cfa1ce48cc [2021-02-17T16:01:21.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T16:01:22.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T16:01:22.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T16:01:23.123Z] OK: 217 MiB in 51 packages [2021-02-17T16:01:23.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T16:01:24.345Z] OK: 217 MiB in 51 packages [2021-02-17T16:01:25.804Z] Removing intermediate container 4f478e54ee03 [2021-02-17T16:01:25.804Z] ---> 7fae61753d93 [2021-02-17T16:01:25.804Z] Step 6/30 : COPY go.mod . [2021-02-17T16:01:25.804Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T16:01:25.804Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-17T16:01:25.804Z] ---> 3646bd326aa9 [2021-02-17T16:01:25.804Z] Step 3/23 : WORKDIR /edgex-go [2021-02-17T16:01:25.804Z] ---> Using cache [2021-02-17T16:01:25.804Z] ---> d8965b1aace4 [2021-02-17T16:01:25.804Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T16:01:25.804Z] ---> Using cache [2021-02-17T16:01:25.804Z] ---> 655fac436917 [2021-02-17T16:01:25.804Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-17T16:01:26.082Z] ---> Running in 3f1f94ebdc2d [2021-02-17T16:01:26.082Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-17T16:01:26.082Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-17T16:01:26.082Z] ---> 3646bd326aa9 [2021-02-17T16:01:26.082Z] Step 3/23 : WORKDIR /edgex-go [2021-02-17T16:01:26.082Z] ---> Using cache [2021-02-17T16:01:26.082Z] ---> d8965b1aace4 [2021-02-17T16:01:26.082Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T16:01:26.082Z] ---> Using cache [2021-02-17T16:01:26.082Z] ---> 655fac436917 [2021-02-17T16:01:26.082Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-17T16:01:26.082Z] ---> Using cache [2021-02-17T16:01:26.082Z] ---> 7fae61753d93 [2021-02-17T16:01:26.082Z] Step 6/23 : COPY go.mod . [2021-02-17T16:01:26.082Z] Removing intermediate container 38cfa1ce48cc [2021-02-17T16:01:26.082Z] ---> 1eb6ab514f80 [2021-02-17T16:01:26.082Z] Step 6/26 : COPY go.mod . [2021-02-17T16:01:26.692Z] ---> 0fc8a3c5daee [2021-02-17T16:01:26.692Z] Step 7/30 : RUN go mod download [2021-02-17T16:01:26.968Z] ---> Running in af1f79affdf2 [2021-02-17T16:01:26.968Z] ---> cabdabe8ea08 [2021-02-17T16:01:26.968Z] Step 7/23 : RUN go mod download [2021-02-17T16:01:27.245Z] ---> 3ce6b2391e3d [2021-02-17T16:01:27.245Z] Step 7/26 : RUN go mod download [2021-02-17T16:01:27.245Z] ---> Running in 0e4d4be9906f [2021-02-17T16:01:27.520Z] ---> Running in 676de89b6143 [2021-02-17T16:01:27.520Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T16:01:28.126Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T16:01:29.111Z] OK: 217 MiB in 51 packages [2021-02-17T16:01:30.562Z] Removing intermediate container 3f1f94ebdc2d [2021-02-17T16:01:30.562Z] ---> f18fdf5b099f [2021-02-17T16:01:30.562Z] Step 6/23 : COPY go.mod . [2021-02-17T16:01:30.836Z] Removing intermediate container af1f79affdf2 [2021-02-17T16:01:30.836Z] ---> 14a6fc19b75b [2021-02-17T16:01:30.836Z] Step 8/30 : COPY . . [2021-02-17T16:01:31.110Z] Removing intermediate container 0e4d4be9906f [2021-02-17T16:01:31.110Z] ---> f9bf3af8ea41 [2021-02-17T16:01:31.110Z] Step 8/23 : COPY . . [2021-02-17T16:01:31.388Z] Removing intermediate container 676de89b6143 [2021-02-17T16:01:31.388Z] ---> bc7de4c0c9a2 [2021-02-17T16:01:31.388Z] Step 8/26 : COPY . . [2021-02-17T16:01:31.388Z] ---> 48310f618e8b [2021-02-17T16:01:31.388Z] Step 7/23 : RUN go mod download [2021-02-17T16:01:31.661Z] ---> Running in 6c999b03d0fc [2021-02-17T16:01:39.962Z] Removing intermediate container 6c999b03d0fc [2021-02-17T16:01:39.962Z] ---> b0395faba767 [2021-02-17T16:01:39.962Z] Step 8/23 : COPY . . [2021-02-17T16:01:52.382Z] ---> b08513aaefe4 [2021-02-17T16:01:52.382Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-17T16:01:52.658Z] ---> Running in 3a8b9bc8d3f8 [2021-02-17T16:01:52.658Z] ---> cb7c9f012dd2 [2021-02-17T16:01:52.658Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-17T16:01:52.942Z] ---> 6ea8ebd16e59 [2021-02-17T16:01:52.942Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-17T16:01:53.218Z] ---> Running in 1730236dd4e2 [2021-02-17T16:01:53.218Z] ---> Running in 9678b71bfc2f [2021-02-17T16:01:53.820Z] ---> e9c1f3bc65b6 [2021-02-17T16:01:53.820Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-17T16:01:54.148Z] ---> Running in ad038da9de12 [2021-02-17T16:01:54.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-17T16:01:55.160Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-17T16:01:55.160Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-17T16:01:56.245Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-17T16:03:18.049Z] Removing intermediate container 3a8b9bc8d3f8 [2021-02-17T16:03:18.049Z] ---> 8d4b867de4b0 [2021-02-17T16:03:18.049Z] [2021-02-17T16:03:18.049Z] Step 10/30 : FROM alpine:3.12 [2021-02-17T16:03:18.049Z] ---> afeebe901d6b [2021-02-17T16:03:18.049Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-17T16:03:18.049Z] ---> Running in 6f2f51cd0299 [2021-02-17T16:03:18.049Z] Removing intermediate container 6f2f51cd0299 [2021-02-17T16:03:18.049Z] ---> aa3069b49ffc [2021-02-17T16:03:18.049Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-17T16:03:18.049Z] ---> Running in 1b2a99ec70fd [2021-02-17T16:03:18.049Z] Removing intermediate container 1730236dd4e2 [2021-02-17T16:03:18.049Z] ---> e5a808a09577 [2021-02-17T16:03:18.049Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-17T16:03:18.049Z] ---> Running in aace05f5471a [2021-02-17T16:03:18.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T16:03:18.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T16:03:18.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-17T16:03:18.049Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-17T16:03:18.049Z] (2/2) Installing su-exec (0.2-r1) [2021-02-17T16:03:18.049Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T16:03:18.049Z] OK: 5 MiB in 16 packages [2021-02-17T16:03:18.049Z] Removing intermediate container 1b2a99ec70fd [2021-02-17T16:03:18.049Z] ---> 00e5956edfce [2021-02-17T16:03:18.049Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-17T16:03:18.049Z] ---> Running in 28c7b1142402 [2021-02-17T16:03:18.321Z] Removing intermediate container 28c7b1142402 [2021-02-17T16:03:18.321Z] ---> f580a2edc0a5 [2021-02-17T16:03:18.321Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-17T16:03:18.918Z] ---> Running in f2271f2ab190 [2021-02-17T16:03:19.907Z] Removing intermediate container f2271f2ab190 [2021-02-17T16:03:19.907Z] ---> 84947b7cf0ed [2021-02-17T16:03:19.907Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-17T16:03:20.506Z] ---> Running in baae644e35db [2021-02-17T16:03:20.506Z] Removing intermediate container aace05f5471a [2021-02-17T16:03:20.506Z] ---> bc35ddd81d8e [2021-02-17T16:03:20.506Z] [2021-02-17T16:03:20.506Z] Step 11/26 : FROM docker:20.10.0 [2021-02-17T16:03:20.778Z] 20.10.0: Pulling from library/docker [2021-02-17T16:03:21.052Z] Removing intermediate container 9678b71bfc2f [2021-02-17T16:03:21.052Z] ---> 14f475bafaaa [2021-02-17T16:03:21.052Z] [2021-02-17T16:03:21.052Z] Step 10/23 : FROM alpine:3.12 [2021-02-17T16:03:21.052Z] ---> afeebe901d6b [2021-02-17T16:03:21.052Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-17T16:03:21.052Z] ---> Using cache [2021-02-17T16:03:21.052Z] ---> aa143eefc749 [2021-02-17T16:03:21.052Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-17T16:03:21.052Z] ---> Using cache [2021-02-17T16:03:21.052Z] ---> 4e82adfcef19 [2021-02-17T16:03:21.052Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-17T16:03:21.656Z] ---> Running in 18f1f51643b6 [2021-02-17T16:03:23.093Z] Removing intermediate container 18f1f51643b6 [2021-02-17T16:03:23.093Z] ---> 13041e5e0725 [2021-02-17T16:03:23.093Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-17T16:03:23.694Z] ---> Running in 78e2c9d5490d [2021-02-17T16:03:25.129Z] Removing intermediate container baae644e35db [2021-02-17T16:03:25.129Z] ---> 0c580e272501 [2021-02-17T16:03:25.129Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-17T16:03:25.129Z] Removing intermediate container 78e2c9d5490d [2021-02-17T16:03:25.129Z] ---> 573631e028f6 [2021-02-17T16:03:25.129Z] Step 15/23 : WORKDIR / [2021-02-17T16:03:25.724Z] ---> Running in 5aaca4f57684 [2021-02-17T16:03:25.724Z] ---> Running in 7d5d00d68d44 [2021-02-17T16:03:27.179Z] Removing intermediate container 5aaca4f57684 [2021-02-17T16:03:27.179Z] ---> 21a43df511a9 [2021-02-17T16:03:27.179Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-17T16:03:27.179Z] Removing intermediate container 7d5d00d68d44 [2021-02-17T16:03:27.179Z] ---> 12eff2cacce5 [2021-02-17T16:03:27.179Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-17T16:03:29.160Z] ---> 5e78bd1f991f [2021-02-17T16:03:29.160Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-17T16:03:29.160Z] ---> 49459d2b9b0d [2021-02-17T16:03:29.160Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-17T16:03:29.438Z] ---> Running in d89aae28dc7f [2021-02-17T16:03:32.059Z] ---> 2de9c28a8907 [2021-02-17T16:03:32.059Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-17T16:03:33.506Z] ---> baccbab3b77a [2021-02-17T16:03:33.506Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-17T16:03:33.506Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-17T16:03:33.506Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-17T16:03:33.506Z] ---> eeaf43b92773 [2021-02-17T16:03:33.506Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-17T16:03:33.506Z] Removing intermediate container d89aae28dc7f [2021-02-17T16:03:33.506Z] ---> 65581afd859c [2021-02-17T16:03:33.506Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-17T16:03:33.506Z] ---> Running in 0a28ba43bfd2 [2021-02-17T16:03:33.785Z] ---> Running in f7d59c88e8cc [2021-02-17T16:03:34.394Z] Removing intermediate container 0a28ba43bfd2 [2021-02-17T16:03:34.394Z] ---> 6a3892ec5a81 [2021-02-17T16:03:34.394Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-17T16:03:34.678Z] ---> Running in 39220699db9a [2021-02-17T16:03:34.951Z] ---> 49fb6104946f [2021-02-17T16:03:34.951Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-17T16:03:35.223Z] Removing intermediate container ad038da9de12 [2021-02-17T16:03:35.223Z] ---> da6fe4e18e3a [2021-02-17T16:03:35.223Z] [2021-02-17T16:03:35.223Z] Step 10/23 : FROM alpine:3.12 [2021-02-17T16:03:35.223Z] ---> afeebe901d6b [2021-02-17T16:03:35.223Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-17T16:03:35.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T16:03:35.223Z] Removing intermediate container 39220699db9a [2021-02-17T16:03:35.223Z] ---> a426b4dbed0f [2021-02-17T16:03:35.223Z] Step 21/23 : LABEL arch=arm64 [2021-02-17T16:03:35.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T16:03:35.503Z] ---> Running in 31df16db646c [2021-02-17T16:03:35.503Z] ---> Running in 5ed218fb8b4f [2021-02-17T16:03:36.100Z] (1/2) Installing readline (8.0.4-r0) [2021-02-17T16:03:36.100Z] (2/2) Installing bash (5.0.17-r0) [2021-02-17T16:03:36.100Z] Executing bash-5.0.17-r0.post-install [2021-02-17T16:03:36.100Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T16:03:36.100Z] OK: 12 MiB in 22 packages [2021-02-17T16:03:36.375Z] Removing intermediate container 31df16db646c [2021-02-17T16:03:36.375Z] ---> 73a40c10173b [2021-02-17T16:03:36.375Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-17T16:03:36.375Z] Removing intermediate container 5ed218fb8b4f [2021-02-17T16:03:36.375Z] ---> b32ec2d97615 [2021-02-17T16:03:36.375Z] Step 22/23 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T16:03:36.649Z] ---> b07475ed5ae8 [2021-02-17T16:03:36.649Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-17T16:03:36.649Z] ---> Running in ba45070cc510 [2021-02-17T16:03:36.649Z] ---> Running in 64be821db4c5 [2021-02-17T16:03:37.252Z] Removing intermediate container ba45070cc510 [2021-02-17T16:03:37.252Z] ---> 531c3dea0f75 [2021-02-17T16:03:37.252Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-17T16:03:37.252Z] Removing intermediate container 64be821db4c5 [2021-02-17T16:03:37.252Z] ---> 4e7e2334e92e [2021-02-17T16:03:37.252Z] Step 23/23 : LABEL version=0.0.0 [2021-02-17T16:03:37.523Z] ---> Running in 4e40934434e7 [2021-02-17T16:03:37.523Z] ---> Running in 194e7401f15b [2021-02-17T16:03:37.523Z] ---> a021b284e94c [2021-02-17T16:03:37.523Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-17T16:03:37.523Z] Removing intermediate container f7d59c88e8cc [2021-02-17T16:03:37.523Z] ---> d2ba971a436a [2021-02-17T16:03:37.523Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-17T16:03:37.795Z] ---> Running in 0c40002060bb [2021-02-17T16:03:38.069Z] Removing intermediate container 4e40934434e7 [2021-02-17T16:03:38.069Z] ---> 7fd3eb6cafba [2021-02-17T16:03:38.069Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-17T16:03:38.069Z] Removing intermediate container 194e7401f15b [2021-02-17T16:03:38.069Z] ---> 15cb613e7ec6 [2021-02-17T16:03:38.069Z] [2021-02-17T16:03:38.069Z] ---> Running in a65287c7e814 [2021-02-17T16:03:38.342Z] Removing intermediate container 0c40002060bb [2021-02-17T16:03:38.342Z] ---> 5e73cb7e7e8c [2021-02-17T16:03:38.342Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-17T16:03:38.614Z] Successfully built 15cb613e7ec6 [2021-02-17T16:03:38.614Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-17T16:03:38.614Z]  Building docker-core-command-go ... done  ---> Running in 57f4af6e80ea [2021-02-17T16:03:38.884Z] ---> c8c957541c93 [2021-02-17T16:03:38.884Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-17T16:03:39.155Z] ---> Running in 20b5e10a1244 [2021-02-17T16:03:39.426Z] Removing intermediate container 57f4af6e80ea [2021-02-17T16:03:39.426Z] ---> c42913bad842 [2021-02-17T16:03:39.426Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-17T16:03:39.697Z] ---> Running in ee87efbd95ac [2021-02-17T16:03:39.697Z] Removing intermediate container 20b5e10a1244 [2021-02-17T16:03:39.697Z] ---> d1c29ed5af40 [2021-02-17T16:03:39.697Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-17T16:03:40.298Z] Removing intermediate container ee87efbd95ac [2021-02-17T16:03:40.298Z] ---> c324550c1b97 [2021-02-17T16:03:40.298Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-17T16:03:40.577Z] Removing intermediate container a65287c7e814 [2021-02-17T16:03:40.577Z] ---> 38502595688c [2021-02-17T16:03:40.577Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-17T16:03:40.857Z] ---> bd741771564f [2021-02-17T16:03:40.857Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-17T16:03:40.857Z] ---> Running in fe1da4a0a1b5 [2021-02-17T16:03:41.448Z] ---> Running in 1a387cd3938d [2021-02-17T16:03:41.721Z] ---> 33cc3813745f [2021-02-17T16:03:41.721Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-17T16:03:42.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T16:03:42.592Z] ---> daf0db789be0 [2021-02-17T16:03:42.592Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-17T16:03:43.186Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T16:03:43.474Z] ---> 928aaa6e1016 [2021-02-17T16:03:43.474Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-17T16:03:43.750Z] ---> Running in 252038b93258 [2021-02-17T16:03:43.750Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-17T16:03:44.037Z] Removing intermediate container 1a387cd3938d [2021-02-17T16:03:44.037Z] ---> 81be06e711ae [2021-02-17T16:03:44.037Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-17T16:03:44.037Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-17T16:03:44.037Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-17T16:03:44.315Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-17T16:03:44.315Z] ---> Running in 63a5f050bb8b [2021-02-17T16:03:44.315Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-17T16:03:44.592Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-17T16:03:44.592Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T16:03:44.592Z] OK: 8 MiB in 20 packages [2021-02-17T16:03:44.870Z] Removing intermediate container 63a5f050bb8b [2021-02-17T16:03:44.870Z] ---> d70932a970ae [2021-02-17T16:03:44.870Z] Step 27/30 : CMD ["gate"] [2021-02-17T16:03:45.147Z] ---> Running in 6ebd1c142fe2 [2021-02-17T16:03:45.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T16:03:45.434Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T16:03:45.711Z] Removing intermediate container 6ebd1c142fe2 [2021-02-17T16:03:45.711Z] ---> 5e7bc6158fac [2021-02-17T16:03:45.711Z] Step 28/30 : LABEL arch=arm64 [2021-02-17T16:03:45.711Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-17T16:03:45.711Z] (2/33) Installing expat (2.2.9-r1) [2021-02-17T16:03:45.982Z] (3/33) Installing libffi (3.3-r2) [2021-02-17T16:03:45.982Z] (4/33) Installing gdbm (1.13-r1) [2021-02-17T16:03:45.982Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-17T16:03:45.982Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-17T16:03:45.982Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-17T16:03:45.982Z] ---> Running in fa9e82cb133b [2021-02-17T16:03:45.982Z] Removing intermediate container fe1da4a0a1b5 [2021-02-17T16:03:45.982Z] ---> bcd103868945 [2021-02-17T16:03:45.982Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-17T16:03:47.409Z] Removing intermediate container fa9e82cb133b [2021-02-17T16:03:47.409Z] ---> bd370ad6e87f [2021-02-17T16:03:47.409Z] Step 29/30 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T16:03:47.679Z] ---> fa2346f7cc36 [2021-02-17T16:03:47.679Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-17T16:03:47.679Z] ---> Running in ef14f671bc49 [2021-02-17T16:03:47.951Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-17T16:03:47.951Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-17T16:03:47.951Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-17T16:03:47.951Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-17T16:03:47.951Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-17T16:03:47.951Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-17T16:03:48.223Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-17T16:03:48.223Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-17T16:03:48.223Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-17T16:03:48.223Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-17T16:03:48.223Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-17T16:03:48.223Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-17T16:03:48.501Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-17T16:03:48.501Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-17T16:03:48.501Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-17T16:03:48.501Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-17T16:03:48.501Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-17T16:03:48.501Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-17T16:03:48.501Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-17T16:03:48.501Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-17T16:03:48.501Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-17T16:03:48.501Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-17T16:03:48.501Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-17T16:03:48.501Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-17T16:03:48.501Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-17T16:03:48.501Z] Removing intermediate container ef14f671bc49 [2021-02-17T16:03:48.501Z] ---> 24a46920b9a3 [2021-02-17T16:03:48.501Z] Step 30/30 : LABEL version=0.0.0 [2021-02-17T16:03:48.501Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-17T16:03:48.774Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T16:03:48.774Z] OK: 71 MiB in 55 packages [2021-02-17T16:03:49.056Z] ---> Running in c6432d641560 [2021-02-17T16:03:49.056Z] ---> a349dee588e8 [2021-02-17T16:03:49.056Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-17T16:03:49.650Z] Removing intermediate container c6432d641560 [2021-02-17T16:03:49.650Z] ---> c418c0c1ec71 [2021-02-17T16:03:49.650Z] [2021-02-17T16:03:50.250Z] ---> c1e6512b0b02 [2021-02-17T16:03:50.250Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-17T16:03:50.250Z] Successfully built c418c0c1ec71 [2021-02-17T16:03:50.250Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-17T16:03:50.250Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 5018db77ed29 [2021-02-17T16:03:51.229Z] Removing intermediate container 5018db77ed29 [2021-02-17T16:03:51.229Z] ---> 7a5c7202955c [2021-02-17T16:03:51.229Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-17T16:03:51.229Z] ---> Running in fa8e5b686306 [2021-02-17T16:03:51.820Z] Removing intermediate container fa8e5b686306 [2021-02-17T16:03:51.820Z] ---> f3287d2304c2 [2021-02-17T16:03:51.820Z] Step 21/23 : LABEL arch=arm64 [2021-02-17T16:03:52.095Z] ---> Running in 2310bebf68fe [2021-02-17T16:03:52.685Z] Removing intermediate container 2310bebf68fe [2021-02-17T16:03:52.685Z] ---> 2bc2d4e53951 [2021-02-17T16:03:52.685Z] Step 22/23 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T16:03:52.685Z] ---> Running in ffdd5d143fca [2021-02-17T16:03:53.290Z] Removing intermediate container ffdd5d143fca [2021-02-17T16:03:53.290Z] ---> 780cd0ec42e8 [2021-02-17T16:03:53.290Z] Step 23/23 : LABEL version=0.0.0 [2021-02-17T16:03:53.571Z] ---> Running in b00f6df4e15e [2021-02-17T16:03:54.161Z] Removing intermediate container b00f6df4e15e [2021-02-17T16:03:54.161Z] ---> c43a8f5dd575 [2021-02-17T16:03:54.161Z] [2021-02-17T16:03:54.751Z] Successfully built c43a8f5dd575 [2021-02-17T16:03:54.751Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-17T16:03:54.751Z]  Building docker-core-data-go ... done Removing intermediate container 252038b93258 [2021-02-17T16:03:54.751Z] ---> 5aaa301e4f91 [2021-02-17T16:03:54.751Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-17T16:03:55.023Z] ---> Running in c6c7d174c923 [2021-02-17T16:03:59.304Z] Collecting docker-compose==1.23.2 [2021-02-17T16:03:59.304Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-17T16:03:59.893Z] Collecting docopt<0.7,>=0.6.1 [2021-02-17T16:03:59.893Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-17T16:04:01.858Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-17T16:04:01.858Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-17T16:04:03.277Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-17T16:04:03.277Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-17T16:04:03.865Z] Collecting PyYAML<4,>=3.10 [2021-02-17T16:04:03.865Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-17T16:04:07.397Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-17T16:04:07.397Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-17T16:04:08.832Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-17T16:04:08.832Z] Collecting jsonschema<3,>=2.5.1 [2021-02-17T16:04:08.832Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-17T16:04:09.439Z] Collecting cached-property<2,>=1.2.0 [2021-02-17T16:04:09.439Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-17T16:04:09.719Z] Collecting texttable<0.10,>=0.9.0 [2021-02-17T16:04:09.719Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-17T16:04:11.679Z] Collecting docker<4.0,>=3.6.0 [2021-02-17T16:04:11.679Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-17T16:04:11.948Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-17T16:04:12.537Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-17T16:04:12.537Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-17T16:04:12.808Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-17T16:04:12.808Z] Collecting idna<2.8,>=2.5 [2021-02-17T16:04:12.808Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-17T16:04:13.077Z] Collecting docker-pycreds>=0.4.0 [2021-02-17T16:04:13.077Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-17T16:04:13.348Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-17T16:04:13.348Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-17T16:04:13.348Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-17T16:04:13.348Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-17T16:04:13.938Z] Installing collected packages: docopt, websocket-client, urllib3, idna, requests, PyYAML, dockerpty, jsonschema, cached-property, texttable, docker-pycreds, docker, docker-compose [2021-02-17T16:04:13.938Z] Running setup.py install for docopt: started [2021-02-17T16:04:15.904Z] Running setup.py install for docopt: finished with status 'done' [2021-02-17T16:04:15.904Z] Attempting uninstall: urllib3 [2021-02-17T16:04:15.904Z] Found existing installation: urllib3 1.25.9 [2021-02-17T16:04:15.904Z] Uninstalling urllib3-1.25.9: [2021-02-17T16:04:16.177Z] Successfully uninstalled urllib3-1.25.9 [2021-02-17T16:04:16.766Z] Attempting uninstall: idna [2021-02-17T16:04:16.766Z] Found existing installation: idna 2.9 [2021-02-17T16:04:16.766Z] Uninstalling idna-2.9: [2021-02-17T16:04:16.766Z] Successfully uninstalled idna-2.9 [2021-02-17T16:04:17.355Z] Attempting uninstall: requests [2021-02-17T16:04:17.355Z] Found existing installation: requests 2.23.0 [2021-02-17T16:04:17.355Z] Uninstalling requests-2.23.0: [2021-02-17T16:04:17.624Z] Successfully uninstalled requests-2.23.0 [2021-02-17T16:04:17.893Z] Running setup.py install for PyYAML: started [2021-02-17T16:04:19.850Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-17T16:04:19.850Z] Running setup.py install for dockerpty: started [2021-02-17T16:04:21.266Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-17T16:04:21.857Z] Running setup.py install for texttable: started [2021-02-17T16:04:23.276Z] Running setup.py install for texttable: finished with status 'done' [2021-02-17T16:04:25.236Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-17T16:04:28.613Z] Removing intermediate container c6c7d174c923 [2021-02-17T16:04:28.613Z] ---> 656517532045 [2021-02-17T16:04:28.613Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-17T16:04:28.613Z] ---> Running in 651202a524ca [2021-02-17T16:04:29.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-17T16:04:29.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-17T16:04:30.452Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-17T16:04:30.452Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-17T16:04:30.452Z] (3/3) Installing curl (7.69.1-r3) [2021-02-17T16:04:30.452Z] Executing busybox-1.31.1-r19.trigger [2021-02-17T16:04:30.452Z] OK: 71 MiB in 58 packages [2021-02-17T16:04:31.876Z] Removing intermediate container 651202a524ca [2021-02-17T16:04:31.876Z] ---> 82cd88362b6e [2021-02-17T16:04:31.876Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-17T16:04:31.876Z] ---> Running in 205cab237fd4 [2021-02-17T16:04:32.149Z] Removing intermediate container 205cab237fd4 [2021-02-17T16:04:32.149Z] ---> f24479b0d655 [2021-02-17T16:04:32.149Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-17T16:04:32.420Z] ---> Running in bd280e2e6e8a [2021-02-17T16:04:32.694Z] Removing intermediate container bd280e2e6e8a [2021-02-17T16:04:32.694Z] ---> 5757d5b75c96 [2021-02-17T16:04:32.694Z] Step 24/26 : LABEL arch=arm64 [2021-02-17T16:04:32.966Z] ---> Running in a3518550f7ad [2021-02-17T16:04:33.563Z] Removing intermediate container a3518550f7ad [2021-02-17T16:04:33.563Z] ---> 43b8bd0329bc [2021-02-17T16:04:33.563Z] Step 25/26 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 [2021-02-17T16:04:33.563Z] ---> Running in d3c25744117d [2021-02-17T16:04:34.155Z] Removing intermediate container d3c25744117d [2021-02-17T16:04:34.155Z] ---> d7bce01bf291 [2021-02-17T16:04:34.155Z] Step 26/26 : LABEL version=0.0.0 [2021-02-17T16:04:34.155Z] ---> Running in 76b59d2570dd [2021-02-17T16:04:34.748Z] Removing intermediate container 76b59d2570dd [2021-02-17T16:04:34.748Z] ---> b5e755901f1e [2021-02-17T16:04:34.748Z] [2021-02-17T16:04:35.020Z] Successfully built b5e755901f1e [2021-02-17T16:04:35.020Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-17T16:04:35.306Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-17T16:04:35.314Z] $ docker stop --time=1 e28856f81ae5131c3ac6d868803a8a05f114d7b3e5ed27f25feee2d670dde74b [2021-02-17T16:04:37.238Z] $ docker rm -f e28856f81ae5131c3ac6d868803a8a05f114d7b3e5ed27f25feee2d670dde74b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-17T16:04:37.901Z] + grep docker [2021-02-17T16:04:37.901Z] + docker images [2021-02-17T16:04:38.180Z] docker-sys-mgmt-agent-go-arm64 latest b5e755901f1e 3 seconds ago 300MB [2021-02-17T16:04:38.180Z] docker-core-data-go-arm64 latest c43a8f5dd575 44 seconds ago 21MB [2021-02-17T16:04:38.180Z] docker-security-bootstrapper-go-arm64 latest c418c0c1ec71 48 seconds ago 17MB [2021-02-17T16:04:38.180Z] docker-core-command-go-arm64 latest 15cb613e7ec6 About a minute ago 16MB [2021-02-17T16:04:38.180Z] docker-core-metadata-go-arm64 latest 1c004561ecef 3 minutes ago 17.8MB [2021-02-17T16:04:38.180Z] docker-support-notifications-go-arm64 latest 22e0fff433d7 4 minutes ago 16.7MB [2021-02-17T16:04:38.180Z] docker-support-scheduler-go-arm64 latest a21d13f38eee 4 minutes ago 16.1MB [2021-02-17T16:04:38.180Z] docker-security-secretstore-setup-go-arm64 latest 69bfbdea14cd 4 minutes ago 23.4MB [2021-02-17T16:04:38.180Z] docker-security-proxy-setup-go-arm64 latest b93fe722994b 4 minutes ago 23.2MB [2021-02-17T16:04:38.180Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-17T16:04:40.416Z] provisioning config files... [2021-02-17T16:04:40.430Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5408830844716388617tmp [Pipeline] { [Pipeline] sh [2021-02-17T16:04:40.867Z] + set +x [2021-02-17T16:04:40.867Z] + curl -s https://codecov.io/bash [2021-02-17T16:04:40.867Z] + bash -s -- [2021-02-17T16:04:41.442Z] [2021-02-17T16:04:41.442Z] _____ _ [2021-02-17T16:04:41.442Z] / ____| | | [2021-02-17T16:04:41.442Z] | | ___ __| | ___ ___ _____ __ [2021-02-17T16:04:41.442Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-17T16:04:41.442Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-17T16:04:41.442Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-17T16:04:41.442Z] Bash-20210129-7c25fce [2021-02-17T16:04:41.442Z] [2021-02-17T16:04:41.442Z] [2021-02-17T16:04:41.442Z] ==> git version 2.24.3 found [2021-02-17T16:04:41.442Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-17T16:04:41.442Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-17T16:04:41.442Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-17T16:04:41.442Z] ==> Jenkins CI detected. [2021-02-17T16:04:41.442Z] project root: . [2021-02-17T16:04:41.442Z] --> token set from env [2021-02-17T16:04:41.442Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-17T16:04:41.442Z] ==> Running gcov in . (disable via -X gcov) [2021-02-17T16:04:41.442Z] ==> Python coveragepy not found [2021-02-17T16:04:41.442Z] ==> Searching for coverage reports in: [2021-02-17T16:04:41.442Z] + . [2021-02-17T16:04:41.442Z] -> Found 1 reports [2021-02-17T16:04:41.705Z] ==> Detecting git/mercurial file structure [2021-02-17T16:04:41.705Z] ==> Reading reports [2021-02-17T16:04:41.705Z] + ./coverage.out bytes=596907 [2021-02-17T16:04:41.705Z] ==> Appending adjustments [2021-02-17T16:04:41.705Z] https://docs.codecov.io/docs/fixing-reports [2021-02-17T16:04:45.019Z] + Found adjustments [2021-02-17T16:04:45.019Z] ==> Gzipping contents [2021-02-17T16:04:45.019Z] 88K /tmp/codecov.RgXUvy.gz [2021-02-17T16:04:45.019Z] ==> Uploading reports [2021-02-17T16:04:45.019Z] url: https://codecov.io [2021-02-17T16:04:45.019Z] query: branch=PR-3175&commit=605fd88f14d99378eb8f2fbaf7e01ac473007120&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3175%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3175&job=&cmd_args= [2021-02-17T16:04:45.019Z] -> Pinging Codecov [2021-02-17T16:04:45.019Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3175&commit=605fd88f14d99378eb8f2fbaf7e01ac473007120&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3175%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3175&job=&cmd_args= [2021-02-17T16:04:45.966Z] -> Uploading to [2021-02-17T16:04:45.966Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-17/00271124DB129430A58F1EEE437C3FCB/605fd88f14d99378eb8f2fbaf7e01ac473007120/fecd6ec3-ead3-4050-9a62-e380c6ad4339.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210217T160445Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=81db180030cc3be0f4a0ae6af2881594cf5511320e9f9e9d735cfc5c5ac931c5 [2021-02-17T16:04:45.966Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-17T16:04:45.966Z] Dload Upload Total Spent Left Speed [2021-02-17T16:04:46.543Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89658 0 0 100 89658 0 154k --:--:-- --:--:-- --:--:-- 154k [2021-02-17T16:04:46.543Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/605fd88f14d99378eb8f2fbaf7e01ac473007120 [Pipeline] } [2021-02-17T16:04:46.553Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-17T16:04:48.870Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T16:04:49.757Z] ---> package-listing.sh [2021-02-17T16:04:49.757Z] ++ facter osfamily [2021-02-17T16:04:49.757Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-17T16:04:49.757Z] + OS_FAMILY=redhat [2021-02-17T16:04:49.757Z] + workspace=/w/workspace/edgex-go/2 [2021-02-17T16:04:49.757Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-17T16:04:49.757Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-17T16:04:49.757Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-17T16:04:49.757Z] + PACKAGES=/tmp/packages_start.txt [2021-02-17T16:04:49.757Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-17T16:04:49.757Z] + PACKAGES=/tmp/packages_end.txt [2021-02-17T16:04:49.757Z] + case "${OS_FAMILY}" in [2021-02-17T16:04:49.757Z] + rpm -qa [2021-02-17T16:04:49.757Z] + sort [2021-02-17T16:04:55.067Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-17T16:04:55.067Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-17T16:04:55.067Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-17T16:04:55.067Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-17T16:04:55.067Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-17T16:04:55.067Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-17T16:04:55.082Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-17T16:04:55.378Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-17T16:04:55.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-17T16:04:55.685Z] [2021-02-17T16:04:55.685Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-17T16:04:56.040Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-17T16:04:56.040Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-17T16:04:56.040Z] df20fa9351a1: Pulling fs layer [2021-02-17T16:04:56.040Z] 36b3adc4ff6f: Pulling fs layer [2021-02-17T16:04:56.040Z] 8ad3a11d3b57: Pulling fs layer [2021-02-17T16:04:56.040Z] 46f8f816bc3b: Pulling fs layer [2021-02-17T16:04:56.040Z] 93b61091891f: Pulling fs layer [2021-02-17T16:04:56.040Z] 93b9cdb0e59b: Pulling fs layer [2021-02-17T16:04:56.040Z] 5e14af77c1be: Pulling fs layer [2021-02-17T16:04:56.040Z] 01666e4c0597: Pulling fs layer [2021-02-17T16:04:56.040Z] aa168da1d23b: Pulling fs layer [2021-02-17T16:04:56.040Z] 5e14af77c1be: Waiting [2021-02-17T16:04:56.040Z] 46f8f816bc3b: Waiting [2021-02-17T16:04:56.040Z] 01666e4c0597: Waiting [2021-02-17T16:04:56.040Z] aa168da1d23b: Waiting [2021-02-17T16:04:56.040Z] 93b61091891f: Waiting [2021-02-17T16:04:56.040Z] 93b9cdb0e59b: Waiting [2021-02-17T16:04:56.040Z] 36b3adc4ff6f: Verifying Checksum [2021-02-17T16:04:56.040Z] 36b3adc4ff6f: Download complete [2021-02-17T16:04:56.040Z] 46f8f816bc3b: Verifying Checksum [2021-02-17T16:04:56.040Z] 46f8f816bc3b: Download complete [2021-02-17T16:04:56.303Z] df20fa9351a1: Verifying Checksum [2021-02-17T16:04:56.303Z] df20fa9351a1: Download complete [2021-02-17T16:04:56.303Z] 93b9cdb0e59b: Verifying Checksum [2021-02-17T16:04:56.303Z] 93b9cdb0e59b: Download complete [2021-02-17T16:04:56.303Z] 93b61091891f: Verifying Checksum [2021-02-17T16:04:56.303Z] 93b61091891f: Download complete [2021-02-17T16:04:56.303Z] 5e14af77c1be: Verifying Checksum [2021-02-17T16:04:56.303Z] 5e14af77c1be: Download complete [2021-02-17T16:04:56.303Z] 01666e4c0597: Verifying Checksum [2021-02-17T16:04:56.303Z] 01666e4c0597: Download complete [2021-02-17T16:04:56.303Z] 8ad3a11d3b57: Verifying Checksum [2021-02-17T16:04:56.303Z] 8ad3a11d3b57: Download complete [2021-02-17T16:04:56.565Z] df20fa9351a1: Pull complete [2021-02-17T16:04:56.827Z] 36b3adc4ff6f: Pull complete [2021-02-17T16:04:57.410Z] 8ad3a11d3b57: Pull complete [2021-02-17T16:04:57.678Z] 46f8f816bc3b: Pull complete [2021-02-17T16:04:59.071Z] aa168da1d23b: Verifying Checksum [2021-02-17T16:04:59.071Z] aa168da1d23b: Download complete [2021-02-17T16:05:00.487Z] 93b61091891f: Pull complete [2021-02-17T16:05:00.749Z] 93b9cdb0e59b: Pull complete [2021-02-17T16:05:01.011Z] 5e14af77c1be: Pull complete [2021-02-17T16:05:01.272Z] 01666e4c0597: Pull complete [2021-02-17T16:05:07.906Z] aa168da1d23b: Pull complete [2021-02-17T16:05:07.906Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-17T16:05:07.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-17T16:05:07.906Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-17T16:05:08.070Z] prd-centos7-docker-4c-2g-26677 does not seem to be running inside a container [2021-02-17T16:05:08.126Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-17T16:05:20.321Z] $ docker top d6e4a074699d33a97bfcfdd4d7b0089ceacf2cb331161cb66cdb9918b57347ee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-17T16:05:21.263Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-17T16:05:21.568Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-17T16:05:21.874Z] + ls /var/log/sa-host [2021-02-17T16:05:21.874Z] + sadf -c /var/log/sa-host/sa17 [2021-02-17T16:05:21.874Z] file_magic: OK [2021-02-17T16:05:21.874Z] HZ: Using current value: 100 [2021-02-17T16:05:21.874Z] file_header: OK [2021-02-17T16:05:21.874Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-17T16:05:21.874Z] Statistics: [2021-02-17T16:05:21.874Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-17T16:05:21.874Z] File successfully converted to sysstat format version 12.2.1 [2021-02-17T16:05:21.874Z] + sadf -c /var/log/sa-host/sa23 [2021-02-17T16:05:21.874Z] file_magic: OK [2021-02-17T16:05:21.874Z] HZ: Using current value: 100 [2021-02-17T16:05:21.874Z] file_header: OK [2021-02-17T16:05:21.874Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-17T16:05:21.874Z] Statistics: [2021-02-17T16:05:21.874Z] Hnuu...uuuununununu... [2021-02-17T16:05:21.874Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-17T16:05:22.546Z] provisioning config files... [2021-02-17T16:05:22.564Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config9072757057271797061tmp [Pipeline] { [Pipeline] echo [2021-02-17T16:05:22.649Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T16:05:22.944Z] ---> create-netrc.sh [Pipeline] } [2021-02-17T16:05:22.954Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-17T16:05:23.076Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T16:05:23.374Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-17T16:05:23.386Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T16:05:23.685Z] ---> sudo-logs.sh [2021-02-17T16:05:23.685Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-17T16:05:23.751Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T16:05:24.050Z] ---> job-cost.sh [2021-02-17T16:05:24.050Z] lf-activate-venv: SKIPPING [2021-02-17T16:05:24.050Z] INFO: No Stack... [2021-02-17T16:05:25.441Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-17T16:05:25.703Z] INFO: Archiving Costs [Pipeline] echo [2021-02-17T16:05:25.717Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-17T16:05:26.015Z] ---> logs-deploy.sh [2021-02-17T16:05:26.015Z] lf-activate-venv: SKIPPING [2021-02-17T16:05:26.015Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3175/2 [2021-02-17T16:05:26.015Z] INFO: archiving workspace using pattern(s): [2021-02-17T16:05:27.404Z] Archives upload complete. [2021-02-17T16:05:27.667Z] INFO: archiving logs to Nexus