Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 98e4d4fcdbb72838d9acd39d3b8eca47230b3748+df7eaa583f48bd0cefe0e9af00d8477318667731 (9845a5f13dbd06a781ab27d80ea267fff9431f8e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-23819’ is offline; ‘prd-centos7-docker-4c-2g-23826’ is offline; ‘prd-centos7-docker-4c-2g-23830’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23831’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23833 in /w/workspace/edgexfoundry_edgex-go_PR-3096 [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 > 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/3096/head:refs/remotes/origin/PR-3096 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 Merge succeeded, producing 8f9ab6c2f8e2ba85fa91294ade77da6b16937684 Checking out Revision 8f9ab6c2f8e2ba85fa91294ade77da6b16937684 (PR-3096) > git config core.sparsecheckout # timeout=10 > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # 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 df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f9ab6c2f8e2ba85fa91294ade77da6b16937684 # timeout=10 Commit message: "Merge commit 'df7eaa583f48bd0cefe0e9af00d8477318667731' into HEAD" > git rev-list --no-walk 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-29T00:29:57.030Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-29T00:29:57.254Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-29T00:29:57.349Z] ========================================================= [2021-01-29T00:29:57.349Z] EdgeX Global Pipelines Version Info [2021-01-29T00:29:57.349Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:29:58.914Z] ------------------- [2021-01-29T00:29:58.914Z] stable info: [2021-01-29T00:29:58.914Z] ------------------- [2021-01-29T00:29:58.914Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T00:29:58.914Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T00:29:58.914Z] Message: update stable to v1.0.179 [2021-01-29T00:29:59.860Z] ------------------- [2021-01-29T00:29:59.860Z] experimental info: [2021-01-29T00:29:59.860Z] ------------------- [2021-01-29T00:29:59.860Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T00:29:59.860Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T00:29:59.860Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-29T00:30:00.113Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-29T00:30:00.198Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-29T00:30:00.637Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-29T00:30:00.735Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-29T00:30:00.827Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-29T00:30:00.915Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-29T00:30:00.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-29T00:30:01.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-29T00:30:01.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-29T00:30:01.370Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-29T00:30:01.517Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-29T00:30:01.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-29T00:30:01.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-29T00:30:01.867Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-29T00:30:01.980Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T00:30:02.082Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T00:30:02.214Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-29T00:30:02.310Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-29T00:30:02.401Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-29T00:30:02.510Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-29T00:30:02.606Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-29T00:30:02.692Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-29T00:30:02.777Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-29T00:30:02.874Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3096 [Pipeline] echo [2021-01-29T00:30:02.953Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3096 [Pipeline] echo [2021-01-29T00:30:03.038Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3096 [Pipeline] echo [2021-01-29T00:30:03.124Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [Pipeline] echo [2021-01-29T00:30:03.209Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f9ab6c [Pipeline] echo [2021-01-29T00:30:03.294Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T00:30:03.458Z] provisioning config files... [2021-01-29T00:30:03.493Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3206973571376372239tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:30:03.847Z] ---> docker-login.sh [2021-01-29T00:30:03.847Z] nexus3.edgexfoundry.org:10001 [2021-01-29T00:30:04.116Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T00:30:04.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T00:30:04.378Z] Configure a credential helper to remove this warning. See [2021-01-29T00:30:04.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T00:30:04.378Z] [2021-01-29T00:30:04.378Z] Login Succeeded [2021-01-29T00:30:04.378Z] nexus3.edgexfoundry.org:10002 [2021-01-29T00:30:04.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T00:30:04.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T00:30:04.378Z] Configure a credential helper to remove this warning. See [2021-01-29T00:30:04.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T00:30:04.378Z] [2021-01-29T00:30:04.378Z] Login Succeeded [2021-01-29T00:30:04.378Z] nexus3.edgexfoundry.org:10003 [2021-01-29T00:30:04.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T00:30:04.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T00:30:04.642Z] Configure a credential helper to remove this warning. See [2021-01-29T00:30:04.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T00:30:04.642Z] [2021-01-29T00:30:04.642Z] Login Succeeded [2021-01-29T00:30:04.642Z] nexus3.edgexfoundry.org:10004 [2021-01-29T00:30:04.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T00:30:04.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T00:30:04.904Z] Configure a credential helper to remove this warning. See [2021-01-29T00:30:04.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T00:30:04.904Z] [2021-01-29T00:30:04.904Z] Login Succeeded [2021-01-29T00:30:04.904Z] docker.io [2021-01-29T00:30:04.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T00:30:05.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T00:30:05.169Z] Configure a credential helper to remove this warning. See [2021-01-29T00:30:05.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T00:30:05.169Z] [2021-01-29T00:30:05.169Z] Login Succeeded [2021-01-29T00:30:05.169Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T00:30:05.180Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T00:30:05.646Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-29T00:30:05.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T00:30:05.646Z] ++ dirname cmd/core-command/Dockerfile [2021-01-29T00:30:05.646Z] ++ cut -d/ -f2 [2021-01-29T00:30:05.646Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-29T00:30:05.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T00:30:05.646Z] ++ dirname cmd/core-data/Dockerfile [2021-01-29T00:30:05.646Z] ++ cut -d/ -f2 [2021-01-29T00:30:05.646Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-29T00:30:05.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T00:30:05.646Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-29T00:30:05.646Z] ++ cut -d/ -f2 [2021-01-29T00:30:05.646Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-29T00:30:05.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T00:30:05.646Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-29T00:30:05.646Z] ++ cut -d/ -f2 [2021-01-29T00:30:05.646Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-29T00:30:05.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T00:30:05.646Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-29T00:30:05.646Z] ++ cut -d/ -f2 [2021-01-29T00:30:05.646Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-29T00:30:05.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T00:30:05.646Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-29T00:30:05.646Z] ++ cut -d/ -f2 [2021-01-29T00:30:05.646Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-29T00:30:05.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T00:30:05.646Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-29T00:30:05.646Z] ++ cut -d/ -f2 [2021-01-29T00:30:05.646Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-29T00:30:05.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T00:30:05.646Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-29T00:30:05.646Z] ++ cut -d/ -f2 [2021-01-29T00:30:05.646Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-29T00:30:05.646Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T00:30:05.646Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-29T00:30:05.646Z] ++ cut -d/ -f2 [2021-01-29T00:30:05.646Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-29T00:30:05.725Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:30:06.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T00:30:06.557Z] [2021-01-29T00:30:06.557Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:30:06.922Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T00:30:06.922Z] latest: Pulling from edgex-devops/git-semver [2021-01-29T00:30:06.922Z] 31603596830f: Pulling fs layer [2021-01-29T00:30:06.922Z] 2a8b12db71e7: Pulling fs layer [2021-01-29T00:30:06.922Z] 6ca5941a6612: Pulling fs layer [2021-01-29T00:30:06.922Z] ecc8261a40a4: Pulling fs layer [2021-01-29T00:30:06.922Z] ecc8261a40a4: Waiting [2021-01-29T00:30:06.922Z] 2a8b12db71e7: Verifying Checksum [2021-01-29T00:30:06.922Z] 2a8b12db71e7: Download complete [2021-01-29T00:30:07.195Z] 31603596830f: Verifying Checksum [2021-01-29T00:30:07.195Z] 31603596830f: Download complete [2021-01-29T00:30:07.195Z] ecc8261a40a4: Verifying Checksum [2021-01-29T00:30:07.195Z] ecc8261a40a4: Download complete [2021-01-29T00:30:07.195Z] 6ca5941a6612: Verifying Checksum [2021-01-29T00:30:07.195Z] 6ca5941a6612: Download complete [2021-01-29T00:30:07.461Z] 31603596830f: Pull complete [2021-01-29T00:30:07.731Z] 2a8b12db71e7: Pull complete [2021-01-29T00:30:08.688Z] 6ca5941a6612: Pull complete [2021-01-29T00:30:08.953Z] ecc8261a40a4: Pull complete [2021-01-29T00:30:08.953Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-29T00:30:08.953Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T00:30:08.953Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-29T00:30:09.082Z] prd-centos7-docker-4c-2g-23833 does not seem to be running inside a container [2021-01-29T00:30:09.189Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-29T00:30:11.997Z] $ docker top b4ee19ac8c83f28e1ca3e741a5b8a68fddffa470d61eef8f0a893fa7e15a034a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T00:30:12.418Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T00:30:12.418Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T00:30:12.786Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T00:30:12.794Z] $ docker exec b4ee19ac8c83f28e1ca3e741a5b8a68fddffa470d61eef8f0a893fa7e15a034a ssh-agent [2021-01-29T00:30:13.028Z] SSH_AUTH_SOCK=/tmp/ssh-4SeJqY4mAZ3L/agent.11 [2021-01-29T00:30:13.028Z] SSH_AGENT_PID=17 [2021-01-29T00:30:13.047Z] Running ssh-add (command line suppressed) [2021-01-29T00:30:13.184Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_223469290550512105.key (/w/workspace/edgex-go/2@tmp/private_key_223469290550512105.key) [2021-01-29T00:30:13.247Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T00:30:13.605Z] + git tag --points-at HEAD [Pipeline] } [2021-01-29T00:30:13.644Z] $ docker exec --env ******** --env ******** b4ee19ac8c83f28e1ca3e741a5b8a68fddffa470d61eef8f0a893fa7e15a034a ssh-agent -k [2021-01-29T00:30:13.788Z] unset SSH_AUTH_SOCK; [2021-01-29T00:30:13.789Z] unset SSH_AGENT_PID; [2021-01-29T00:30:13.789Z] echo Agent pid 17 killed; [2021-01-29T00:30:13.842Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-29T00:30:13.991Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T00:30:13.992Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T00:30:14.216Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T00:30:14.224Z] $ docker exec b4ee19ac8c83f28e1ca3e741a5b8a68fddffa470d61eef8f0a893fa7e15a034a ssh-agent [2021-01-29T00:30:14.410Z] SSH_AUTH_SOCK=/tmp/ssh-zX2xcsVaYqmn/agent.47 [2021-01-29T00:30:14.410Z] SSH_AGENT_PID=52 [2021-01-29T00:30:14.419Z] Running ssh-add (command line suppressed) [2021-01-29T00:30:14.573Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8359931444189475140.key (/w/workspace/edgex-go/2@tmp/private_key_8359931444189475140.key) [2021-01-29T00:30:14.629Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T00:30:14.970Z] + git semver init [2021-01-29T00:30:14.970Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T00:30:14.970Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-29T00:30:14.970Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-29T00:30:14.970Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T00:30:14.970Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T00:30:14.970Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T00:30:14.970Z] # $SEMVER_BRANCH = PR-3096 [2021-01-29T00:30:14.970Z] # $SEMVER_TEMP = /tmp/semver-361178926 [2021-01-29T00:30:14.970Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-29T00:31:01.794Z] # '/tmp/semver-361178926' -> '/w/workspace/edgex-go/2/.semver' [2021-01-29T00:31:01.794Z] # -> Force: false [2021-01-29T00:31:01.794Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-29T00:31:01.817Z] $ docker exec --env ******** --env ******** b4ee19ac8c83f28e1ca3e741a5b8a68fddffa470d61eef8f0a893fa7e15a034a ssh-agent -k [2021-01-29T00:31:02.211Z] unset SSH_AUTH_SOCK; [2021-01-29T00:31:02.212Z] unset SSH_AGENT_PID; [2021-01-29T00:31:02.212Z] echo Agent pid 52 killed; [2021-01-29T00:31:02.403Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T00:31:03.376Z] + git semver [Pipeline] } [2021-01-29T00:31:03.425Z] $ docker stop --time=1 b4ee19ac8c83f28e1ca3e741a5b8a68fddffa470d61eef8f0a893fa7e15a034a [2021-01-29T00:31:05.576Z] $ docker rm -f b4ee19ac8c83f28e1ca3e741a5b8a68fddffa470d61eef8f0a893fa7e15a034a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T00:31:06.276Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-29T00:31:07.144Z] Stashed 1 file(s) [Pipeline] echo [2021-01-29T00:31:07.146Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T00:31:08.124Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-29T00:31:08.475Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T00:31:08.780Z] + sudo service docker restart [2021-01-29T00:31:08.780Z] + true [2021-01-29T00:31:08.780Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-29T00:31:09.778Z] ========================================================= [2021-01-29T00:31:09.778Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-29T00:31:09.778Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:31:10.135Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-29T00:31:14.412Z] Sending build context to Docker daemon 327.2MB [2021-01-29T00:31:14.412Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T00:31:14.412Z] Step 2/6 : FROM ${BASE} [2021-01-29T00:31:14.412Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-29T00:31:14.412Z] 188c0c94c7c5: Pulling fs layer [2021-01-29T00:31:14.412Z] 0ef7d3d256c8: Pulling fs layer [2021-01-29T00:31:14.412Z] de9db76c5a1d: Pulling fs layer [2021-01-29T00:31:14.412Z] bca2f99d35d6: Pulling fs layer [2021-01-29T00:31:14.412Z] 93359f2a8cfa: Pulling fs layer [2021-01-29T00:31:14.412Z] 7c6f9722023f: Pulling fs layer [2021-01-29T00:31:14.412Z] a35cf1a2eb13: Pulling fs layer [2021-01-29T00:31:14.412Z] bca2f99d35d6: Waiting [2021-01-29T00:31:14.412Z] 93359f2a8cfa: Waiting [2021-01-29T00:31:14.412Z] 7c6f9722023f: Waiting [2021-01-29T00:31:14.412Z] a35cf1a2eb13: Waiting [2021-01-29T00:31:14.412Z] de9db76c5a1d: Verifying Checksum [2021-01-29T00:31:14.412Z] de9db76c5a1d: Download complete [2021-01-29T00:31:14.677Z] 0ef7d3d256c8: Verifying Checksum [2021-01-29T00:31:14.677Z] 0ef7d3d256c8: Download complete [2021-01-29T00:31:14.677Z] 93359f2a8cfa: Verifying Checksum [2021-01-29T00:31:14.677Z] 93359f2a8cfa: Download complete [2021-01-29T00:31:14.677Z] 7c6f9722023f: Verifying Checksum [2021-01-29T00:31:14.677Z] 7c6f9722023f: Download complete [2021-01-29T00:31:15.281Z] 188c0c94c7c5: Verifying Checksum [2021-01-29T00:31:15.552Z] 188c0c94c7c5: Pull complete [2021-01-29T00:31:16.134Z] 0ef7d3d256c8: Pull complete [2021-01-29T00:31:16.134Z] de9db76c5a1d: Pull complete [2021-01-29T00:31:16.714Z] a35cf1a2eb13: Verifying Checksum [2021-01-29T00:31:16.714Z] a35cf1a2eb13: Download complete [2021-01-29T00:31:17.709Z] bca2f99d35d6: Verifying Checksum [2021-01-29T00:31:17.709Z] bca2f99d35d6: Download complete [2021-01-29T00:31:22.528Z] Still waiting to schedule task [2021-01-29T00:31:22.528Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-29T00:31:24.432Z] bca2f99d35d6: Pull complete [2021-01-29T00:31:24.432Z] 93359f2a8cfa: Pull complete [2021-01-29T00:31:24.432Z] 7c6f9722023f: Pull complete [2021-01-29T00:31:31.101Z] a35cf1a2eb13: Pull complete [2021-01-29T00:31:31.101Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-29T00:31:31.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-29T00:31:31.101Z] ---> a62c8e92a672 [2021-01-29T00:31:31.101Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-29T00:31:31.101Z] ---> Running in cd560f760dd9 [2021-01-29T00:31:31.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:31:33.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:31:33.125Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T00:31:33.125Z] (2/12) Installing file (5.38-r0) [2021-01-29T00:31:33.125Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T00:31:33.125Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T00:31:45.477Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T00:31:45.477Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T00:31:45.477Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T00:31:45.477Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T00:31:45.740Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T00:31:45.740Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T00:31:46.006Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T00:31:46.273Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T00:31:46.273Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:31:46.273Z] OK: 233 MiB in 51 packages [2021-01-29T00:31:50.638Z] Removing intermediate container cd560f760dd9 [2021-01-29T00:31:50.638Z] ---> 72a3fff1452e [2021-01-29T00:31:50.638Z] Step 4/6 : WORKDIR /edgex-go [2021-01-29T00:31:50.638Z] ---> Running in fea35f4027c9 [2021-01-29T00:31:50.638Z] Removing intermediate container fea35f4027c9 [2021-01-29T00:31:50.638Z] ---> 0fbfa9070de7 [2021-01-29T00:31:50.638Z] Step 5/6 : COPY go.mod . [2021-01-29T00:31:50.638Z] ---> d47bb1d337f4 [2021-01-29T00:31:50.638Z] Step 6/6 : RUN go mod download [2021-01-29T00:31:50.638Z] ---> Running in 29239526b85b [2021-01-29T00:32:12.761Z] Removing intermediate container 29239526b85b [2021-01-29T00:32:12.761Z] ---> 0390bbaea1f1 [2021-01-29T00:32:12.761Z] Successfully built 0390bbaea1f1 [2021-01-29T00:32:12.761Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:32:13.105Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T00:32:13.105Z] . [Pipeline] withDockerContainer [2021-01-29T00:32:13.523Z] prd-centos7-docker-4c-2g-23833 does not seem to be running inside a container [2021-01-29T00:32:13.597Z] $ 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 ******** ci-base-image-x86_64 cat [2021-01-29T00:32:14.863Z] $ docker top ff44dfbf6990a9419abbe9046cf79b25766824fbfac1aa69f7500a5898bcfb39 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T00:32:15.442Z] + go version [2021-01-29T00:32:15.442Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-29T00:32:15.462Z] $ docker stop --time=1 ff44dfbf6990a9419abbe9046cf79b25766824fbfac1aa69f7500a5898bcfb39 [2021-01-29T00:32:16.980Z] $ docker rm -f ff44dfbf6990a9419abbe9046cf79b25766824fbfac1aa69f7500a5898bcfb39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:32:17.939Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T00:32:17.939Z] . [Pipeline] withDockerContainer [2021-01-29T00:32:18.082Z] prd-centos7-docker-4c-2g-23833 does not seem to be running inside a container [2021-01-29T00:32:18.263Z] $ 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 ******** ci-base-image-x86_64 cat [2021-01-29T00:32:19.241Z] $ docker top f238e68cb9721b07ac92ecd750f23dee283b42c4812f1b31c6ddda5f92037c1e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T00:32:19.559Z] ========================================================= [2021-01-29T00:32:19.559Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-29T00:32:19.559Z] ========================================================= [Pipeline] sh [2021-01-29T00:32:19.892Z] + make test [2021-01-29T00:32:19.892Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T00:32:30.038Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-29T00:32:48.472Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-29T00:32:56.745Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-29T00:32:56.745Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-29T00:32:56.745Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-29T00:32:56.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-29T00:32:59.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-29T00:32:59.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-29T00:32:59.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-29T00:32:59.396Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-29T00:32:59.396Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-29T00:32:59.396Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-29T00:33:02.013Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-29T00:33:02.013Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-29T00:33:02.013Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-29T00:33:04.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 46.0% of statements [2021-01-29T00:33:04.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-29T00:33:04.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-29T00:33:04.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-29T00:33:04.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-29T00:33:04.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-29T00:33:04.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-29T00:33:04.644Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-29T00:33:04.644Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.066s coverage: 100.0% of statements [2021-01-29T00:33:08.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.190s coverage: 27.1% of statements [2021-01-29T00:33:08.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-29T00:33:08.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-29T00:33:08.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-29T00:33:08.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-29T00:33:08.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-29T00:33:08.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-29T00:33:08.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-01-29T00:33:08.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-29T00:33:08.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2021-01-29T00:33:08.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-29T00:33:08.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-29T00:33:08.949Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.107s coverage: 65.8% of statements [2021-01-29T00:33:08.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-29T00:33:08.949Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-29T00:33:09.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.475s coverage: 82.3% of statements [2021-01-29T00:33:09.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-29T00:33:09.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T00:33:09.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-29T00:33:09.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-29T00:33:11.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.380s coverage: 28.6% of statements [2021-01-29T00:33:11.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-29T00:33:11.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-29T00:33:11.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-29T00:33:11.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-29T00:33:11.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-29T00:33:11.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.086s coverage: 100.0% of statements [2021-01-29T00:33:11.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-29T00:33:11.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements [2021-01-29T00:33:11.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-29T00:33:11.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.161s coverage: 86.7% of statements [2021-01-29T00:33:11.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-29T00:33:11.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements [2021-01-29T00:33:11.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-29T00:33:12.035Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements [2021-01-29T00:33:12.035Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-29T00:33:12.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-29T00:33:12.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-29T00:33:12.036Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-29T00:33:15.401Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.521s coverage: 92.8% of statements [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-29T00:33:15.401Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-29T00:33:15.401Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-29T00:33:15.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-29T00:33:15.402Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements [2021-01-29T00:33:15.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-29T00:33:15.402Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-29T00:33:15.402Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-29T00:33:15.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 43.8% of statements [2021-01-29T00:33:15.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.093s coverage: 79.5% of statements [2021-01-29T00:33:15.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements [2021-01-29T00:33:15.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements [2021-01-29T00:33:15.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.061s coverage: 94.4% of statements [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.038s coverage: 44.8% of statements [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.071s coverage: 87.2% of statements [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.4% of statements [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 63.5% of statements [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.475s coverage: 68.9% of statements [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 37.0% of statements [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-29T00:33:27.695Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-29T00:33:27.695Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.296s coverage: 84.0% of statements [2021-01-29T00:33:27.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements [2021-01-29T00:33:27.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.1% of statements [2021-01-29T00:33:27.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-29T00:33:27.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-29T00:33:27.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-29T00:33:27.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-29T00:33:27.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-29T00:33:27.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-01-29T00:33:27.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-29T00:33:27.696Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.068s coverage: 100.0% of statements [2021-01-29T00:33:27.696Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-29T00:33:30.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.954s coverage: 29.1% of statements [2021-01-29T00:33:30.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-29T00:33:30.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-29T00:33:30.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-29T00:33:30.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-29T00:33:30.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-29T00:33:30.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.118s coverage: 99.0% of statements [2021-01-29T00:33:30.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-29T00:33:30.319Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements [2021-01-29T00:33:30.319Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-29T00:33:30.319Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-01-29T00:33:30.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-29T00:33:30.319Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-01-29T00:33:30.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-29T00:33:30.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-29T00:33:30.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-29T00:33:30.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-29T00:33:30.319Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-01-29T00:33:30.319Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-29T00:33:30.320Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-29T00:33:30.320Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements [2021-01-29T00:33:30.320Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-29T00:33:30.900Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-01-29T00:33:31.164Z] GO111MODULE=on go vet ./... [2021-01-29T00:34:10.207Z] gofmt -l . [2021-01-29T00:34:10.207Z] [ "`gofmt -l .`" = "" ] [2021-01-29T00:34:10.207Z] ./bin/test-go-mod-tidy.sh [2021-01-29T00:34:10.207Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-29T00:34:10.880Z] + ls -al . [2021-01-29T00:34:10.880Z] total 672 [2021-01-29T00:34:10.880Z] drwxrwxr-x 10 1001 1001 4096 Jan 29 00:34 . [2021-01-29T00:34:10.880Z] drwxr-xr-x 4 root root 28 Jan 29 00:32 .. [2021-01-29T00:34:10.880Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 00:29 .dockerignore [2021-01-29T00:34:10.880Z] drwxrwxr-x 8 1001 1001 179 Jan 29 00:29 .git [2021-01-29T00:34:10.880Z] drwxrwxr-x 3 1001 1001 125 Jan 29 00:29 .github [2021-01-29T00:34:10.880Z] -rw-rw-r-- 1 1001 1001 872 Jan 29 00:29 .gitignore [2021-01-29T00:34:10.880Z] drwx------ 3 1001 1001 60 Jan 29 00:30 .semver [2021-01-29T00:34:10.880Z] -rw-rw-r-- 1 1001 1001 166 Jan 29 00:29 .sonarcloud.properties [2021-01-29T00:34:10.880Z] -rw-rw-r-- 1 1001 1001 7859 Jan 29 00:29 Attribution.txt [2021-01-29T00:34:10.880Z] -rw-rw-r-- 1 1001 1001 3804 Jan 29 00:29 CONTRIBUTING.md [2021-01-29T00:34:10.880Z] -rw-rw-r-- 1 1001 1001 931 Jan 29 00:29 Dockerfile.build [2021-01-29T00:34:10.880Z] -rw-rw-r-- 1 1001 1001 863 Jan 29 00:29 Jenkinsfile [2021-01-29T00:34:10.880Z] -rw-rw-r-- 1 1001 1001 10775 Jan 29 00:29 LICENSE [2021-01-29T00:34:10.880Z] -rw-rw-r-- 1 1001 1001 6001 Jan 29 00:29 Makefile [2021-01-29T00:34:10.880Z] -rw-rw-r-- 1 1001 1001 6524 Jan 29 00:29 README.md [2021-01-29T00:34:10.880Z] -rw-rw-r-- 1 1001 1001 6755 Jan 29 00:29 SECURITY.md [2021-01-29T00:34:10.880Z] -rw-rw-r-- 1 1001 1001 5 Jan 29 00:31 VERSION [2021-01-29T00:34:10.880Z] -rw-rw-r-- 1 1001 1001 4131 Jan 29 00:29 ZMQWindows.md [2021-01-29T00:34:10.880Z] drwxrwxr-x 2 1001 1001 117 Jan 29 00:29 bin [2021-01-29T00:34:10.880Z] drwxrwxr-x 15 1001 1001 4096 Jan 29 00:29 cmd [2021-01-29T00:34:10.880Z] -rw-r--r-- 1 root root 565356 Jan 29 00:33 coverage.out [2021-01-29T00:34:10.880Z] -rw-r--r-- 1 root root 1054 Jan 29 00:34 go.mod [2021-01-29T00:34:10.880Z] -rw-r--r-- 1 root root 19289 Jan 29 00:34 go.sum [2021-01-29T00:34:10.880Z] drwxrwxr-x 8 1001 1001 127 Jan 29 00:29 internal [2021-01-29T00:34:10.880Z] drwxrwxr-x 4 1001 1001 26 Jan 29 00:29 openapi [2021-01-29T00:34:10.880Z] drwxrwxr-x 4 1001 1001 71 Jan 29 00:29 snap [2021-01-29T00:34:10.880Z] -rw-rw-r-- 1 1001 1001 168 Jan 29 00:29 version.go [Pipeline] sh [2021-01-29T00:34:11.209Z] + '[' -e coverage.out ] [2021-01-29T00:34:11.209Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-29T00:34:11.523Z] Stashed 1 file(s) [Pipeline] sh [2021-01-29T00:34:11.835Z] + make build [2021-01-29T00:34:11.835Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-29T00:34:16.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-29T00:34:18.224Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23841 in /w/workspace/edgexfoundry_edgex-go_PR-3096 [Pipeline] { [Pipeline] ws [2021-01-29T00:34:18.336Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-29T00:34:23.222Z] using credential edgex-jenkins-ssh [2021-01-29T00:34:23.284Z] Cloning the remote Git repository [2021-01-29T00:34:23.343Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-29T00:34:23.490Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-29T00:34:23.633Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T00:34:23.634Z] > git --version # timeout=10 [2021-01-29T00:34:23.649Z] > git --version # 'git version 2.17.1' [2021-01-29T00:34:23.651Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T00:34:23.725Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T00:34:28.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-29T00:34:31.272Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-29T00:34:33.222Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-29T00:34:34.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-29T00:34:36.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-29T00:34:38.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-29T00:34:39.691Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-29T00:34:41.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-29T00:34:42.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T00:34:43.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-29T00:34:44.879Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T00:34:44.893Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T00:34:44.921Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T00:34:45.554Z] Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-29T00:34:45.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T00:34:46.216Z] Merge succeeded, producing 320e96bb96bcb2247d23f9ee0e238a885e56a97b [2021-01-29T00:34:46.217Z] Checking out Revision 320e96bb96bcb2247d23f9ee0e238a885e56a97b (PR-3096) [2021-01-29T00:34:44.947Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T00:34:44.947Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T00:34:44.965Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3096/head:refs/remotes/origin/PR-3096 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T00:34:45.568Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T00:34:45.620Z] > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 [2021-01-29T00:34:45.925Z] > git remote # timeout=10 [2021-01-29T00:34:45.942Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T00:34:45.955Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T00:34:45.967Z] > git merge df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 [2021-01-29T00:34:46.200Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T00:34:46.220Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T00:34:46.229Z] > git checkout -f 320e96bb96bcb2247d23f9ee0e238a885e56a97b # timeout=10 [Pipeline] } [2021-01-29T00:34:47.749Z] $ docker stop --time=1 f238e68cb9721b07ac92ecd750f23dee283b42c4812f1b31c6ddda5f92037c1e [2021-01-29T00:34:49.703Z] $ docker rm -f f238e68cb9721b07ac92ecd750f23dee283b42c4812f1b31c6ddda5f92037c1e [Pipeline] // withDockerContainer [2021-01-29T00:34:50.422Z] Commit message: "Merge commit 'df7eaa583f48bd0cefe0e9af00d8477318667731' into HEAD" [Pipeline] } [Pipeline] // script [2021-01-29T00:34:50.426Z] > git rev-list --no-walk 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T00:34:51.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T00:34:51.842Z] [2021-01-29T00:34:51.842Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:34:52.624Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-29T00:34:52.696Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T00:34:52.696Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-29T00:34:52.696Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-29T00:34:52.696Z] ca9280d653b3: Pulling fs layer [2021-01-29T00:34:52.696Z] 7e9c9ca2126c: Pulling fs layer [Pipeline] sh [2021-01-29T00:34:53.062Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T00:34:53.280Z] cbdbe7a5bc2a: Download complete [2021-01-29T00:34:53.395Z] + true [2021-01-29T00:34:53.395Z] + sudo service docker restart [2021-01-29T00:34:53.868Z] ca9280d653b3: Verifying Checksum [2021-01-29T00:34:53.868Z] ca9280d653b3: Download complete [2021-01-29T00:34:53.868Z] cbdbe7a5bc2a: Pull complete [2021-01-29T00:34:55.289Z] 7e9c9ca2126c: Verifying Checksum [2021-01-29T00:34:55.289Z] 7e9c9ca2126c: Download complete [2021-01-29T00:34:55.289Z] ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T00:34:55.437Z] provisioning config files... [2021-01-29T00:34:55.481Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6007926382985864253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:34:55.894Z] ---> docker-login.sh [2021-01-29T00:34:55.894Z] nexus3.edgexfoundry.org:10001 [2021-01-29T00:34:56.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T00:34:57.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T00:34:57.148Z] Configure a credential helper to remove this warning. See [2021-01-29T00:34:57.148Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T00:34:57.148Z] [2021-01-29T00:34:57.148Z] Login Succeeded [2021-01-29T00:34:57.148Z] nexus3.edgexfoundry.org:10002 [2021-01-29T00:34:57.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T00:34:57.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T00:34:57.422Z] Configure a credential helper to remove this warning. See [2021-01-29T00:34:57.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T00:34:57.422Z] [2021-01-29T00:34:57.422Z] Login Succeeded [2021-01-29T00:34:57.422Z] nexus3.edgexfoundry.org:10003 [2021-01-29T00:34:58.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T00:34:58.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T00:34:58.018Z] Configure a credential helper to remove this warning. See [2021-01-29T00:34:58.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T00:34:58.018Z] [2021-01-29T00:34:58.018Z] Login Succeeded [2021-01-29T00:34:58.018Z] nexus3.edgexfoundry.org:10004 [2021-01-29T00:34:58.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T00:34:58.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T00:34:58.617Z] Configure a credential helper to remove this warning. See [2021-01-29T00:34:58.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T00:34:58.617Z] [2021-01-29T00:34:58.617Z] Login Succeeded [2021-01-29T00:34:58.617Z] docker.io [2021-01-29T00:34:58.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T00:34:59.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T00:34:59.167Z] Configure a credential helper to remove this warning. See [2021-01-29T00:34:59.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T00:34:59.167Z] [2021-01-29T00:34:59.167Z] Login Succeeded [2021-01-29T00:34:59.439Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T00:34:59.458Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-29T00:35:01.265Z] ========================================================= [2021-01-29T00:35:01.265Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-29T00:35:01.265Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:35:01.668Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-29T00:35:03.140Z] 7e9c9ca2126c: Pull complete [2021-01-29T00:35:03.140Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-29T00:35:03.140Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T00:35:03.140Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-29T00:35:03.312Z] prd-centos7-docker-4c-2g-23833 does not seem to be running inside a container [2021-01-29T00:35:03.373Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-29T00:35:04.314Z] Sending build context to Docker daemon 165.9MB [2021-01-29T00:35:04.315Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T00:35:04.315Z] Step 2/6 : FROM ${BASE} [2021-01-29T00:35:04.315Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-29T00:35:04.315Z] 5f621e34cdf4: Pulling fs layer [2021-01-29T00:35:04.315Z] a4357932f1b6: Pulling fs layer [2021-01-29T00:35:04.315Z] 18c013af1878: Pulling fs layer [2021-01-29T00:35:04.315Z] 00ac8860ef70: Pulling fs layer [2021-01-29T00:35:04.315Z] 63d7cb157983: Pulling fs layer [2021-01-29T00:35:04.315Z] b116817d02f9: Pulling fs layer [2021-01-29T00:35:04.315Z] 745a02a5169b: Pulling fs layer [2021-01-29T00:35:04.315Z] 00ac8860ef70: Waiting [2021-01-29T00:35:04.315Z] 63d7cb157983: Waiting [2021-01-29T00:35:04.315Z] b116817d02f9: Waiting [2021-01-29T00:35:04.315Z] 745a02a5169b: Waiting [2021-01-29T00:35:04.315Z] 18c013af1878: Verifying Checksum [2021-01-29T00:35:04.315Z] 18c013af1878: Download complete [2021-01-29T00:35:04.315Z] a4357932f1b6: Verifying Checksum [2021-01-29T00:35:04.315Z] a4357932f1b6: Download complete [2021-01-29T00:35:04.315Z] 63d7cb157983: Download complete [2021-01-29T00:35:04.315Z] 5f621e34cdf4: Verifying Checksum [2021-01-29T00:35:04.315Z] 5f621e34cdf4: Download complete [2021-01-29T00:35:04.315Z] b116817d02f9: Verifying Checksum [2021-01-29T00:35:04.315Z] b116817d02f9: Download complete [2021-01-29T00:35:04.933Z] 5f621e34cdf4: Pull complete [2021-01-29T00:35:05.544Z] a4357932f1b6: Pull complete [2021-01-29T00:35:05.827Z] 18c013af1878: Pull complete [2021-01-29T00:35:06.160Z] $ docker top dbe0deb8989efa666997ba47d60651dd6b898679b5d7cb46680738b6ef4f42e1 -eo pid,comm [Pipeline] { [2021-01-29T00:35:06.431Z] 745a02a5169b: Verifying Checksum [Pipeline] sh [2021-01-29T00:35:06.823Z] + docker-compose build --help [2021-01-29T00:35:06.823Z] + grep parallel [2021-01-29T00:35:07.875Z] 00ac8860ef70: Verifying Checksum [2021-01-29T00:35:07.875Z] 00ac8860ef70: Download complete [2021-01-29T00:35:08.262Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T00:35:08.284Z] $ docker stop --time=1 dbe0deb8989efa666997ba47d60651dd6b898679b5d7cb46680738b6ef4f42e1 [2021-01-29T00:35:09.717Z] $ docker rm -f dbe0deb8989efa666997ba47d60651dd6b898679b5d7cb46680738b6ef4f42e1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:35:10.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T00:35:10.441Z] . [Pipeline] withDockerContainer [2021-01-29T00:35:10.593Z] prd-centos7-docker-4c-2g-23833 does not seem to be running inside a container [2021-01-29T00:35:10.720Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-29T00:35:11.620Z] $ docker top aa9f3cc102ea102c499281a93fb0d7723c733bfdadb3ee776e51e2b6caafbce9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T00:35:12.220Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T00:35:13.629Z] Building docker-core-command-go ... [2021-01-29T00:35:13.629Z] Building docker-core-data-go ... [2021-01-29T00:35:13.629Z] Building docker-core-metadata-go ... [2021-01-29T00:35:13.629Z] Building docker-security-bootstrapper-go ... [2021-01-29T00:35:13.629Z] Building docker-security-proxy-setup-go ... [2021-01-29T00:35:13.629Z] Building docker-security-secretstore-setup-go ... [2021-01-29T00:35:13.630Z] Building docker-support-notifications-go ... [2021-01-29T00:35:13.630Z] Building docker-support-scheduler-go ... [2021-01-29T00:35:13.630Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T00:35:13.630Z] Building docker-security-bootstrapper-go [2021-01-29T00:35:13.630Z] Building docker-core-data-go [2021-01-29T00:35:13.630Z] Building docker-support-notifications-go [2021-01-29T00:35:13.630Z] Building docker-security-secretstore-setup-go [2021-01-29T00:35:13.630Z] Building docker-support-scheduler-go [2021-01-29T00:35:18.009Z] 00ac8860ef70: Pull complete [2021-01-29T00:35:18.009Z] 63d7cb157983: Pull complete [2021-01-29T00:35:18.009Z] b116817d02f9: Pull complete [2021-01-29T00:35:21.456Z] 745a02a5169b: Pull complete [2021-01-29T00:35:21.456Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-29T00:35:21.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-29T00:35:21.456Z] ---> b7e6874047d6 [2021-01-29T00:35:21.456Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-29T00:35:24.870Z] ---> Running in 60e568bd98e1 [2021-01-29T00:35:26.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:35:26.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:35:28.350Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T00:35:28.350Z] (2/12) Installing file (5.38-r0) [2021-01-29T00:35:28.624Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T00:35:28.624Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T00:35:32.943Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T00:35:32.943Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T00:35:32.943Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T00:35:32.943Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T00:35:32.943Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T00:35:33.244Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T00:35:33.244Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T00:35:33.244Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T00:35:33.519Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:35:33.519Z] OK: 217 MiB in 51 packages [2021-01-29T00:35:37.850Z] Removing intermediate container 60e568bd98e1 [2021-01-29T00:35:37.850Z] ---> 3280338580f4 [2021-01-29T00:35:37.850Z] Step 4/6 : WORKDIR /edgex-go [2021-01-29T00:35:37.850Z] ---> Running in 7a13cf3bb388 [2021-01-29T00:35:38.123Z] Removing intermediate container 7a13cf3bb388 [2021-01-29T00:35:38.123Z] ---> 218171f0673f [2021-01-29T00:35:38.123Z] Step 5/6 : COPY go.mod . [2021-01-29T00:35:39.102Z] ---> 69507fa97846 [2021-01-29T00:35:39.102Z] Step 6/6 : RUN go mod download [2021-01-29T00:35:39.102Z] ---> Running in 2a8ab2d8a2a0 [2021-01-29T00:35:52.630Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:35:52.630Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:35:52.630Z] ---> 0390bbaea1f1 [2021-01-29T00:35:52.630Z] Step 3/34 : WORKDIR /edgex-go [2021-01-29T00:35:52.630Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:35:52.630Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:35:52.630Z] ---> 0390bbaea1f1 [2021-01-29T00:35:52.630Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T00:35:52.630Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:35:52.630Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:35:52.630Z] ---> 0390bbaea1f1 [2021-01-29T00:35:52.630Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T00:35:52.630Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:35:52.630Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:35:52.630Z] ---> 0390bbaea1f1 [2021-01-29T00:35:52.630Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T00:35:52.630Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:35:52.630Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:35:52.630Z] ---> 0390bbaea1f1 [2021-01-29T00:35:52.630Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T00:35:52.630Z] ---> Running in 887c8f8a9703 [2021-01-29T00:35:52.630Z] ---> Running in 60a984914645 [2021-01-29T00:35:52.630Z] ---> Running in 77344981cf0f [2021-01-29T00:35:52.630Z] ---> Running in c6df0eab9c28 [2021-01-29T00:35:52.630Z] ---> Running in 52b07a1d6a7e [2021-01-29T00:35:52.630Z] Removing intermediate container 77344981cf0f [2021-01-29T00:35:52.630Z] ---> 763aafe11841 [2021-01-29T00:35:52.630Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:35:52.630Z] Removing intermediate container c6df0eab9c28 [2021-01-29T00:35:52.630Z] ---> 3801b73ffcb4 [2021-01-29T00:35:52.630Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:35:52.630Z] Removing intermediate container 52b07a1d6a7e [2021-01-29T00:35:52.630Z] ---> 627ae805e7fc [2021-01-29T00:35:52.630Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:35:52.630Z] Removing intermediate container 60a984914645 [2021-01-29T00:35:52.630Z] ---> ba5776736b96 [2021-01-29T00:35:52.630Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:35:52.630Z] Removing intermediate container 887c8f8a9703 [2021-01-29T00:35:52.630Z] ---> 30f9228897f8 [2021-01-29T00:35:52.630Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:35:52.630Z] ---> Running in e2cd34048c39 [2021-01-29T00:35:52.630Z] ---> Running in ba2e5608e6ed [2021-01-29T00:35:52.630Z] ---> Running in 2c3543b09843 [2021-01-29T00:35:52.630Z] ---> Running in 6fae5b0ee54f [2021-01-29T00:35:52.630Z] ---> Running in ae9388d55004 [2021-01-29T00:35:55.217Z] Removing intermediate container 2c3543b09843 [2021-01-29T00:35:55.217Z] ---> 3e531796b4c8 [2021-01-29T00:35:55.217Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-29T00:35:55.217Z] Removing intermediate container e2cd34048c39 [2021-01-29T00:35:55.217Z] ---> 5e93d2371ed1 [2021-01-29T00:35:55.217Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-29T00:35:55.217Z] Removing intermediate container ba2e5608e6ed [2021-01-29T00:35:55.217Z] ---> 78dff4605e9e [2021-01-29T00:35:55.217Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-29T00:35:55.217Z] ---> Running in c219847ae51f [2021-01-29T00:35:55.217Z] ---> Running in e384916c2ebc [2021-01-29T00:35:55.217Z] ---> Running in a00ba6e088a6 [2021-01-29T00:35:55.217Z] Removing intermediate container ae9388d55004 [2021-01-29T00:35:55.217Z] ---> 8036bd03b5c1 [2021-01-29T00:35:55.217Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T00:35:55.481Z] Removing intermediate container 6fae5b0ee54f [2021-01-29T00:35:55.481Z] ---> 852c3f5a9f27 [2021-01-29T00:35:55.481Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-29T00:35:55.481Z] ---> Running in afdc46f3ceeb [2021-01-29T00:35:55.757Z] ---> Running in 12bd4996045d [2021-01-29T00:35:56.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:35:56.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:35:56.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:35:56.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:35:56.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:35:56.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:35:57.160Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:35:57.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:35:57.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:35:57.432Z] OK: 233 MiB in 51 packages [2021-01-29T00:35:57.432Z] OK: 233 MiB in 51 packages [2021-01-29T00:35:58.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:35:58.030Z] OK: 233 MiB in 51 packages [2021-01-29T00:35:58.030Z] OK: 233 MiB in 51 packages [2021-01-29T00:35:58.298Z] OK: 233 MiB in 51 packages [2021-01-29T00:35:58.574Z] Removing intermediate container c219847ae51f [2021-01-29T00:35:58.574Z] ---> 32ae096c2f98 [2021-01-29T00:35:58.574Z] Step 6/34 : COPY go.mod . [2021-01-29T00:35:58.574Z] Removing intermediate container a00ba6e088a6 [2021-01-29T00:35:58.574Z] ---> 0996505edf74 [2021-01-29T00:35:58.574Z] Step 6/24 : COPY go.mod . [2021-01-29T00:35:58.846Z] Removing intermediate container 12bd4996045d [2021-01-29T00:35:58.846Z] ---> f4d14b6b9531 [2021-01-29T00:35:58.846Z] Step 6/22 : COPY go.mod . [2021-01-29T00:35:58.846Z] Removing intermediate container afdc46f3ceeb [2021-01-29T00:35:58.846Z] ---> 39873f4626a8 [2021-01-29T00:35:58.846Z] Step 6/23 : COPY go.mod . [2021-01-29T00:35:59.109Z] ---> 9c2bce4ec8e6 [2021-01-29T00:35:59.109Z] Step 7/34 : RUN go mod download [2021-01-29T00:35:59.109Z] ---> c9ecf9cf71fc [2021-01-29T00:35:59.109Z] Step 7/24 : RUN go mod download [2021-01-29T00:35:59.109Z] ---> d80c090492fc [2021-01-29T00:35:59.109Z] Step 7/22 : RUN go mod download [2021-01-29T00:35:59.109Z] ---> Running in 7875c8e3595a [2021-01-29T00:35:59.109Z] ---> Running in 4616f732a1aa [2021-01-29T00:35:59.372Z] Removing intermediate container e384916c2ebc [2021-01-29T00:35:59.372Z] ---> 762c2f97a9b3 [2021-01-29T00:35:59.372Z] Step 6/22 : COPY go.mod . [2021-01-29T00:35:59.372Z] ---> Running in 2f5a2c2708bd [2021-01-29T00:35:59.372Z] ---> 8a7e626324c2 [2021-01-29T00:35:59.372Z] Step 7/23 : RUN go mod download [2021-01-29T00:35:59.639Z] ---> Running in 5c23353f22a6 [2021-01-29T00:35:59.904Z] ---> 04c5d345eb83 [2021-01-29T00:35:59.904Z] Step 7/22 : RUN go mod download [2021-01-29T00:36:00.180Z] ---> Running in 8ce14315b516 [2021-01-29T00:36:02.845Z] Removing intermediate container 4616f732a1aa [2021-01-29T00:36:02.845Z] ---> 40f6484b37a4 [2021-01-29T00:36:02.845Z] Step 8/24 : COPY . . [2021-01-29T00:36:02.845Z] Removing intermediate container 7875c8e3595a [2021-01-29T00:36:02.845Z] ---> 436df6f5a5ba [2021-01-29T00:36:02.845Z] Step 8/34 : COPY . . [2021-01-29T00:36:02.845Z] Removing intermediate container 2f5a2c2708bd [2021-01-29T00:36:02.845Z] ---> b7184d017519 [2021-01-29T00:36:02.845Z] Step 8/22 : COPY . . [2021-01-29T00:36:03.123Z] Removing intermediate container 8ce14315b516 [2021-01-29T00:36:03.123Z] ---> 96b48f7a9c25 [2021-01-29T00:36:03.123Z] Step 8/22 : COPY . . [2021-01-29T00:36:05.122Z] Removing intermediate container 5c23353f22a6 [2021-01-29T00:36:05.122Z] ---> 7a1efc387c9d [2021-01-29T00:36:05.122Z] Step 8/23 : COPY . . [2021-01-29T00:36:05.918Z] Removing intermediate container 2a8ab2d8a2a0 [2021-01-29T00:36:05.918Z] ---> 5176ca51d71b [2021-01-29T00:36:05.918Z] Successfully built 5176ca51d71b [2021-01-29T00:36:05.918Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:36:06.267Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T00:36:06.267Z] . [Pipeline] withDockerContainer [2021-01-29T00:36:06.557Z] prd-ubuntu18.04-docker-arm64-4c-16g-23841 does not seem to be running inside a container [2021-01-29T00:36:06.649Z] $ 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 ******** ci-base-image-arm64 cat [2021-01-29T00:36:08.326Z] $ docker top b7bbb6084414f93dbbb00f5fc255794bf0f5273a60ddb4979b7c5b5446aa104e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T00:36:09.427Z] + go version [2021-01-29T00:36:09.427Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-29T00:36:09.448Z] $ docker stop --time=1 b7bbb6084414f93dbbb00f5fc255794bf0f5273a60ddb4979b7c5b5446aa104e [2021-01-29T00:36:11.525Z] $ docker rm -f b7bbb6084414f93dbbb00f5fc255794bf0f5273a60ddb4979b7c5b5446aa104e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:36:12.568Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T00:36:12.568Z] . [Pipeline] withDockerContainer [2021-01-29T00:36:12.858Z] prd-ubuntu18.04-docker-arm64-4c-16g-23841 does not seem to be running inside a container [2021-01-29T00:36:12.940Z] $ 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 ******** ci-base-image-arm64 cat [2021-01-29T00:36:14.405Z] $ docker top ce63790136b999d9d6732b1fdc17019540fca6ba8b3a16f9cc8de89d4ef9e86a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T00:36:14.812Z] ========================================================= [2021-01-29T00:36:14.812Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-29T00:36:14.812Z] ========================================================= [Pipeline] sh [2021-01-29T00:36:15.469Z] + make test [2021-01-29T00:36:15.469Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T00:36:37.675Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-29T00:36:44.960Z] ---> 1b2e681111b7 [2021-01-29T00:36:44.960Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-29T00:36:44.960Z] ---> c16688ca1760 [2021-01-29T00:36:44.960Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-29T00:36:44.960Z] ---> 58b1621e3ccc [2021-01-29T00:36:44.960Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T00:36:44.960Z] ---> 4683fdc9e9be [2021-01-29T00:36:44.960Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T00:36:44.960Z] ---> f0498dd8a585 [2021-01-29T00:36:44.960Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-29T00:36:44.960Z] ---> Running in 85853eb6d1d5 [2021-01-29T00:36:44.960Z] ---> Running in aaf368d136d4 [2021-01-29T00:36:44.960Z] ---> Running in 2db422258fba [2021-01-29T00:36:44.960Z] ---> Running in fa3281fe84cc [2021-01-29T00:36:44.960Z] ---> Running in bbe6d89bdc8a [2021-01-29T00:36:44.960Z] Removing intermediate container fa3281fe84cc [2021-01-29T00:36:44.960Z] ---> 05758eee7577 [2021-01-29T00:36:44.960Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-29T00:36:44.960Z] ---> Running in c3c5be91c629 [2021-01-29T00:36:44.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-29T00:36:44.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-29T00:36:44.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-29T00:36:44.961Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-29T00:36:44.961Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T00:37:24.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-29T00:37:24.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T00:37:32.797Z] + mkdir -p /tmp/build/dist/linux [2021-01-29T00:37:32.797Z] + cd /tmp/build/dist/linux [2021-01-29T00:37:32.797Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-29T00:37:32.797Z] Cloning into '.'... [2021-01-29T00:37:32.797Z] Removing intermediate container 85853eb6d1d5 [2021-01-29T00:37:32.797Z] ---> d33ef78ae59e [2021-01-29T00:37:32.797Z] [2021-01-29T00:37:32.797Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T00:37:33.085Z] Removing intermediate container bbe6d89bdc8a [2021-01-29T00:37:33.085Z] ---> 04fa8ddf3328 [2021-01-29T00:37:33.085Z] [2021-01-29T00:37:33.085Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T00:37:33.085Z] 3.12: Pulling from library/alpine [2021-01-29T00:37:33.085Z] 3.12: Pulling from library/alpine [2021-01-29T00:37:33.085Z] Removing intermediate container aaf368d136d4 [2021-01-29T00:37:33.085Z] ---> d1c3c22d2dea [2021-01-29T00:37:33.085Z] [2021-01-29T00:37:33.085Z] Step 10/24 : FROM alpine:3.12 [2021-01-29T00:37:33.085Z] 3.12: Pulling from library/alpine [2021-01-29T00:37:33.360Z] + go get github.com/robfig/glock [2021-01-29T00:37:34.249Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-29T00:37:34.249Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-29T00:37:35.330Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T00:37:35.330Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T00:37:35.330Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T00:37:35.330Z] Status: Image is up to date for alpine:3.12 [2021-01-29T00:37:35.330Z] ---> 389fef711851 [2021-01-29T00:37:35.330Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-29T00:37:35.330Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T00:37:35.330Z] Status: Image is up to date for alpine:3.12 [2021-01-29T00:37:35.330Z] ---> 389fef711851 [2021-01-29T00:37:35.330Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-29T00:37:35.330Z] ---> 389fef711851 [2021-01-29T00:37:35.330Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-29T00:37:35.609Z] ---> Running in 40b85954b2a4 [2021-01-29T00:37:35.609Z] ---> Running in 5d5d9144745b [2021-01-29T00:37:35.609Z] ---> Running in 19aeae8cd1d9 [2021-01-29T00:37:36.238Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-29T00:37:36.238Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-29T00:37:36.238Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-29T00:37:37.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:37:37.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:37:37.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:37:37.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:37:37.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:37:37.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:37:37.904Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T00:37:37.904Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-29T00:37:37.904Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-29T00:37:37.904Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:37:37.904Z] OK: 6 MiB in 15 packages [2021-01-29T00:37:37.904Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T00:37:37.904Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-29T00:37:37.904Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-29T00:37:37.904Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:37:37.904Z] (4/5) Installing curl (7.69.1-r3) [2021-01-29T00:37:37.904Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T00:37:37.904Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T00:37:37.904Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:37:37.904Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T00:37:37.904Z] OK: 6 MiB in 16 packages [2021-01-29T00:37:38.192Z] OK: 7 MiB in 19 packages [2021-01-29T00:37:40.854Z] Removing intermediate container 19aeae8cd1d9 [2021-01-29T00:37:40.854Z] ---> 48665154e88e [2021-01-29T00:37:40.854Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T00:37:41.862Z] Removing intermediate container 40b85954b2a4 [2021-01-29T00:37:41.862Z] ---> c00d7288ab89 [2021-01-29T00:37:41.862Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T00:37:41.862Z] ---> Running in e8d4238be481 [2021-01-29T00:37:41.862Z] Removing intermediate container 2db422258fba [2021-01-29T00:37:41.862Z] ---> 74be8d4a7293 [2021-01-29T00:37:41.862Z] [2021-01-29T00:37:41.862Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T00:37:41.862Z] ---> 389fef711851 [2021-01-29T00:37:41.862Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T00:37:41.862Z] ---> Running in 7653e97ccafd [2021-01-29T00:37:41.862Z] Removing intermediate container 5d5d9144745b [2021-01-29T00:37:41.862Z] ---> bae402274c1a [2021-01-29T00:37:41.862Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T00:37:41.862Z] ---> Running in 6305ff772051 [2021-01-29T00:37:42.151Z] ---> Running in 51249415e41e [2021-01-29T00:37:44.784Z] Removing intermediate container 7653e97ccafd [2021-01-29T00:37:44.784Z] ---> a86b3f05b37b [2021-01-29T00:37:44.784Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-29T00:37:44.784Z] Removing intermediate container e8d4238be481 [2021-01-29T00:37:44.784Z] ---> ff857f0247ef [2021-01-29T00:37:44.784Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-29T00:37:44.784Z] Removing intermediate container 6305ff772051 [2021-01-29T00:37:44.784Z] ---> a401b02af06f [2021-01-29T00:37:44.784Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T00:37:45.057Z] ---> Running in 6e3aba54952c [2021-01-29T00:37:45.057Z] ---> Running in 24edc87b2e2f [2021-01-29T00:37:45.057Z] Removing intermediate container 51249415e41e [2021-01-29T00:37:45.057Z] ---> 9899a33b2182 [2021-01-29T00:37:45.057Z] Step 13/24 : WORKDIR / [2021-01-29T00:37:45.057Z] ---> Running in 9a5eeabce3c0 [2021-01-29T00:37:45.328Z] ---> Running in c648d831fa72 [2021-01-29T00:37:45.328Z] Removing intermediate container 24edc87b2e2f [2021-01-29T00:37:45.328Z] ---> 9ac525cf3dcf [2021-01-29T00:37:45.328Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T00:37:45.602Z] Removing intermediate container 6e3aba54952c [2021-01-29T00:37:45.602Z] ---> f66a14e0c225 [2021-01-29T00:37:45.602Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T00:37:45.602Z] Removing intermediate container 9a5eeabce3c0 [2021-01-29T00:37:45.602Z] ---> 9cfd97a6cc18 [2021-01-29T00:37:45.602Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T00:37:45.602Z] ---> Running in c6680cb5d70e [2021-01-29T00:37:45.602Z] ---> Running in f3febdaa9753 [2021-01-29T00:37:45.904Z] Removing intermediate container c648d831fa72 [2021-01-29T00:37:45.904Z] ---> c22c6ebf10e6 [2021-01-29T00:37:45.904Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-29T00:37:45.904Z] ---> Running in 1ab387f012d4 [2021-01-29T00:37:45.904Z] Removing intermediate container c6680cb5d70e [2021-01-29T00:37:45.904Z] ---> 640d540e2ef8 [2021-01-29T00:37:45.904Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T00:37:46.192Z] Removing intermediate container f3febdaa9753 [2021-01-29T00:37:46.192Z] ---> a22a4b12e141 [2021-01-29T00:37:46.192Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T00:37:46.192Z] Removing intermediate container 1ab387f012d4 [2021-01-29T00:37:46.192Z] ---> 01c583d76ac7 [2021-01-29T00:37:46.192Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:37:46.592Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-29T00:37:46.592Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-29T00:37:46.592Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-29T00:37:46.592Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-29T00:37:46.592Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-29T00:37:46.592Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-29T00:37:46.802Z] ---> Running in 0a307ce76657 [2021-01-29T00:37:46.802Z] ---> d2b3a9dbfde1 [2021-01-29T00:37:46.802Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T00:37:46.802Z] ---> f6b6cbaf00fe [2021-01-29T00:37:46.802Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-29T00:37:46.802Z] + glock sync -n [2021-01-29T00:37:47.081Z]  ---> 11db5ae38cfa [2021-01-29T00:37:47.081Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T00:37:47.718Z] ---> babc609c1023 [2021-01-29T00:37:47.718Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T00:37:48.046Z] ---> 9dbcc83e15d6 [2021-01-29T00:37:48.046Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T00:37:48.653Z] ---> 29afdb3dbf8e [2021-01-29T00:37:48.653Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T00:37:48.653Z] ---> 36196df77ee1 [2021-01-29T00:37:48.653Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T00:37:48.919Z] ---> dc8b1cb31fe9 [2021-01-29T00:37:48.919Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T00:37:49.196Z] ---> Running in 087099fd9814 [2021-01-29T00:37:49.196Z] Removing intermediate container 0a307ce76657 [2021-01-29T00:37:49.196Z] ---> 1c766753ed2e [2021-01-29T00:37:49.196Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-29T00:37:49.196Z] ---> Running in 0f76ac7c8504 [2021-01-29T00:37:49.465Z] ---> e804642e766c [2021-01-29T00:37:49.465Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T00:37:49.465Z] ---> 5ea849acf04a [2021-01-29T00:37:49.465Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-29T00:37:49.465Z] Removing intermediate container 087099fd9814 [2021-01-29T00:37:49.465Z] ---> 2339560e86eb [2021-01-29T00:37:49.465Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T00:37:50.453Z] ---> Running in bfc8bf3084d2 [2021-01-29T00:37:50.453Z] ---> Running in 759bd633abbe [2021-01-29T00:37:50.453Z] ---> 1f0f21e0d982 [2021-01-29T00:37:50.453Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T00:37:50.766Z] Removing intermediate container bfc8bf3084d2 [2021-01-29T00:37:50.766Z] ---> 34acb69fbaf7 [2021-01-29T00:37:50.766Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T00:37:50.766Z] ---> Running in 941522579b99 [2021-01-29T00:37:50.767Z] Removing intermediate container 759bd633abbe [2021-01-29T00:37:50.767Z] ---> 7ad15bf1935a [2021-01-29T00:37:50.767Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T00:37:51.079Z] ---> Running in 7d4ef463d530 [2021-01-29T00:37:51.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:37:51.079Z] ---> 2a938bc225ff [2021-01-29T00:37:51.079Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-29T00:37:51.079Z] Removing intermediate container 941522579b99 [2021-01-29T00:37:51.079Z] ---> 1f3ba2a480ce [2021-01-29T00:37:51.079Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T00:37:51.363Z] ---> Running in 969dd6af9b63 [2021-01-29T00:37:51.632Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-29T00:37:51.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:37:52.177Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-29T00:37:52.177Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-29T00:37:52.481Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-29T00:37:52.481Z] + git describe '--abbrev=0' --tags [2021-01-29T00:37:52.481Z] + TAG=v0.6.1 [2021-01-29T00:37:52.481Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-29T00:37:52.481Z] + apk --print-arch [2021-01-29T00:37:52.481Z] building [dockerize] for amd64 ... [2021-01-29T00:37:52.481Z] + arch=x86_64 [2021-01-29T00:37:52.481Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-29T00:37:52.481Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-29T00:37:52.481Z] Removing intermediate container 7d4ef463d530 [2021-01-29T00:37:52.481Z] ---> 51718910b5f4 [2021-01-29T00:37:52.481Z] Step 21/22 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:37:52.481Z] ---> Running in 8427e1e85083 [2021-01-29T00:37:53.089Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-29T00:37:53.089Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-29T00:37:53.089Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-29T00:37:53.344Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-29T00:37:53.344Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-29T00:37:53.344Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-29T00:37:53.387Z] ---> Running in 8eb0ddd32121 [2021-01-29T00:37:53.387Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-29T00:37:53.387Z] Removing intermediate container 8427e1e85083 [2021-01-29T00:37:53.387Z] ---> 1f287ab874d6 [2021-01-29T00:37:53.387Z] Step 21/22 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:37:53.684Z] ---> Running in c88918e1b3b9 [2021-01-29T00:37:53.684Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-29T00:37:53.684Z] Removing intermediate container 8eb0ddd32121 [2021-01-29T00:37:53.684Z] ---> 9df5a1c821a4 [2021-01-29T00:37:53.684Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T00:37:53.684Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-29T00:37:53.684Z] ---> Running in ce4f2b3fdf50 [2021-01-29T00:37:53.980Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:37:53.980Z] OK: 8 MiB in 20 packages [2021-01-29T00:37:53.980Z] Removing intermediate container c88918e1b3b9 [2021-01-29T00:37:53.980Z] ---> 55bbcecf4a15 [2021-01-29T00:37:53.980Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T00:37:54.269Z] ---> Running in 68beba958542 [2021-01-29T00:37:54.269Z] Removing intermediate container ce4f2b3fdf50 [2021-01-29T00:37:54.269Z] ---> 9548a9cb16ad [2021-01-29T00:37:54.269Z] [2021-01-29T00:37:54.604Z] Removing intermediate container 68beba958542 [2021-01-29T00:37:54.604Z] ---> f9e30ab14737 [2021-01-29T00:37:54.604Z] [2021-01-29T00:37:55.287Z] Successfully built 9548a9cb16ad [2021-01-29T00:37:55.287Z] Successfully built f9e30ab14737 [2021-01-29T00:37:55.287Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-29T00:37:55.287Z] Successfully tagged docker-support-notifications-go:latest [2021-01-29T00:37:55.287Z] Building docker-sys-mgmt-agent-go [2021-01-29T00:37:55.287Z]  Building docker-support-scheduler-go ... done  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-29T00:37:55.287Z] Removing intermediate container 0f76ac7c8504 [2021-01-29T00:37:55.287Z] ---> 66635fc9cea6 [2021-01-29T00:37:55.287Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T00:37:55.579Z] Removing intermediate container 969dd6af9b63 [2021-01-29T00:37:55.579Z] ---> 4a64a78a740c [2021-01-29T00:37:55.579Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T00:37:55.579Z] ---> Running in c00a800f763f [2021-01-29T00:37:56.250Z] ---> 7eca12499707 [2021-01-29T00:37:56.250Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T00:37:56.250Z] Removing intermediate container c00a800f763f [2021-01-29T00:37:56.250Z] ---> f0666a8b2ff1 [2021-01-29T00:37:56.250Z] Step 22/24 : LABEL arch=x86_64 [2021-01-29T00:37:56.250Z] ---> Running in 3b6ec722d8d4 [2021-01-29T00:37:56.923Z] Removing intermediate container 3b6ec722d8d4 [2021-01-29T00:37:56.923Z] ---> 0e0311427cc2 [2021-01-29T00:37:56.923Z] Step 23/24 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:37:59.611Z] ---> Running in 294cb437e851 [2021-01-29T00:37:59.919Z] ---> 0bb9ffc1c024 [2021-01-29T00:37:59.919Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T00:38:00.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.421s coverage: 46.0% of statements [2021-01-29T00:38:00.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-29T00:38:00.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-29T00:38:00.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-29T00:38:00.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-29T00:38:00.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-29T00:38:00.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-29T00:38:00.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-29T00:38:00.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.168s coverage: 100.0% of statements [2021-01-29T00:38:01.478Z] Removing intermediate container 294cb437e851 [2021-01-29T00:38:01.478Z] ---> 651d9ee61aad [2021-01-29T00:38:01.478Z] Step 24/24 : LABEL version=0.0.0 [2021-01-29T00:38:03.007Z] ---> Running in 1628ed3d15f5 [2021-01-29T00:38:03.311Z] ---> 2b3b0ec048a7 [2021-01-29T00:38:03.311Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T00:38:05.378Z] ---> Running in 6144582838ae [2021-01-29T00:38:05.702Z] Removing intermediate container 1628ed3d15f5 [2021-01-29T00:38:05.702Z] ---> 481e3b1835c5 [2021-01-29T00:38:05.702Z] [2021-01-29T00:38:05.702Z] Removing intermediate container 6144582838ae [2021-01-29T00:38:05.702Z] ---> b0290ff483b4 [2021-01-29T00:38:05.702Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T00:38:05.990Z] Successfully built 481e3b1835c5 [2021-01-29T00:38:05.990Z] ---> Running in 416f259fe145 [2021-01-29T00:38:05.990Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-29T00:38:05.990Z] Building docker-core-metadata-go [2021-01-29T00:38:07.468Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 416f259fe145 [2021-01-29T00:38:07.468Z] ---> 51e2a8027e1f [2021-01-29T00:38:07.468Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T00:38:08.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.545s coverage: 27.1% of statements [2021-01-29T00:38:08.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-29T00:38:08.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-29T00:38:08.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-29T00:38:08.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-29T00:38:08.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-29T00:38:08.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-29T00:38:08.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-01-29T00:38:08.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-29T00:38:08.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements [2021-01-29T00:38:08.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-29T00:38:08.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-29T00:38:08.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.234s coverage: 65.8% of statements [2021-01-29T00:38:08.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-29T00:38:08.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-29T00:38:08.998Z] ---> Running in 22a68bdc6b7c [2021-01-29T00:38:09.992Z] Removing intermediate container 22a68bdc6b7c [2021-01-29T00:38:09.992Z] ---> 9e0a5902d5f5 [2021-01-29T00:38:09.992Z] Step 22/23 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:38:10.671Z] ---> Running in 06ba0ac1a5a5 [2021-01-29T00:38:11.109Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.815s coverage: 82.3% of statements [2021-01-29T00:38:11.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-29T00:38:11.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T00:38:11.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-29T00:38:11.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-29T00:38:12.320Z] Removing intermediate container 06ba0ac1a5a5 [2021-01-29T00:38:12.320Z] ---> f7d46ed24a27 [2021-01-29T00:38:12.320Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T00:38:12.657Z] ---> Running in b7326589f9f4 [2021-01-29T00:38:13.748Z] Removing intermediate container b7326589f9f4 [2021-01-29T00:38:13.749Z] ---> e20d1b1b3caf [2021-01-29T00:38:13.749Z] [2021-01-29T00:38:14.082Z] Successfully built e20d1b1b3caf [2021-01-29T00:38:14.388Z] Successfully tagged docker-core-data-go:latest [2021-01-29T00:38:14.388Z] Building docker-core-command-go [2021-01-29T00:38:17.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.454s coverage: 28.6% of statements [2021-01-29T00:38:17.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-29T00:38:17.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-29T00:38:17.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-29T00:38:17.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-29T00:38:17.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-29T00:38:17.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.235s coverage: 100.0% of statements [2021-01-29T00:38:17.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-29T00:38:17.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements [2021-01-29T00:38:17.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-29T00:38:18.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.395s coverage: 86.7% of statements [2021-01-29T00:38:18.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-29T00:38:21.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.413s coverage: 97.5% of statements [2021-01-29T00:38:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-29T00:38:21.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.175s coverage: 78.3% of statements [2021-01-29T00:38:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-29T00:38:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-29T00:38:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-29T00:38:21.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-29T00:38:27.385Z]  Building docker-core-data-go ... done + date [2021-01-29T00:38:27.385Z] + echo 'Fri Jan 29 00:38:25 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-29T00:38:27.385Z] Fri Jan 29 00:38:25 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-29T00:38:31.588Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.440s coverage: 92.8% of statements [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-29T00:38:31.588Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-29T00:38:31.588Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.285s coverage: 0.1% of statements [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-29T00:38:31.588Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-29T00:38:31.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 43.8% of statements [2021-01-29T00:38:31.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.087s coverage: 79.5% of statements [2021-01-29T00:38:31.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-01-29T00:38:31.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements [2021-01-29T00:38:31.588Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.083s coverage: 87.5% of statements [2021-01-29T00:38:32.988Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:38:32.988Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:38:32.988Z] ---> 0390bbaea1f1 [2021-01-29T00:38:32.988Z] Step 3/26 : WORKDIR /edgex-go [2021-01-29T00:38:32.988Z] ---> Using cache [2021-01-29T00:38:32.988Z] ---> 30f9228897f8 [2021-01-29T00:38:32.988Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:38:32.988Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:38:32.988Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:38:32.988Z] ---> 0390bbaea1f1 [2021-01-29T00:38:32.988Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T00:38:32.988Z] ---> Using cache [2021-01-29T00:38:32.988Z] ---> 30f9228897f8 [2021-01-29T00:38:32.988Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:38:32.988Z] ---> Using cache [2021-01-29T00:38:32.988Z] ---> 8036bd03b5c1 [2021-01-29T00:38:32.988Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-29T00:38:32.988Z] ---> Using cache [2021-01-29T00:38:32.988Z] ---> 8036bd03b5c1 [2021-01-29T00:38:32.988Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-29T00:38:35.002Z] ---> Running in d897ce3c6c63 [2021-01-29T00:38:35.002Z] ---> Running in 52e901ffba69 [2021-01-29T00:38:36.984Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:38:36.984Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:38:36.984Z] ---> 0390bbaea1f1 [2021-01-29T00:38:36.984Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T00:38:36.984Z] ---> Using cache [2021-01-29T00:38:36.984Z] ---> 30f9228897f8 [2021-01-29T00:38:36.984Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:38:36.984Z] ---> Using cache [2021-01-29T00:38:36.984Z] ---> 8036bd03b5c1 [2021-01-29T00:38:36.984Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T00:38:37.977Z] ---> Running in 6204b50854ac [2021-01-29T00:38:39.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:38:39.468Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:38:40.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:38:40.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:38:40.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:38:40.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:38:40.975Z] OK: 233 MiB in 51 packages [2021-01-29T00:38:41.383Z] OK: 233 MiB in 51 packages [2021-01-29T00:38:41.906Z] OK: 233 MiB in 51 packages [2021-01-29T00:38:42.980Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:38:42.980Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:38:42.980Z] ---> 0390bbaea1f1 [2021-01-29T00:38:42.980Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T00:38:42.980Z] ---> Using cache [2021-01-29T00:38:42.980Z] ---> 30f9228897f8 [2021-01-29T00:38:42.980Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:38:42.980Z] ---> Using cache [2021-01-29T00:38:42.980Z] ---> 8036bd03b5c1 [2021-01-29T00:38:42.980Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T00:38:44.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.093s coverage: 94.4% of statements [2021-01-29T00:38:44.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-01-29T00:38:44.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-29T00:38:44.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-29T00:38:44.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-29T00:38:44.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-29T00:38:44.150Z] ---> Running in ab6237c936b0 [2021-01-29T00:38:44.750Z] Removing intermediate container d897ce3c6c63 [2021-01-29T00:38:44.751Z] ---> 2adf8b7d4ce2 [2021-01-29T00:38:44.751Z] Step 6/21 : COPY go.mod . [2021-01-29T00:38:45.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-01-29T00:38:45.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-29T00:38:45.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-29T00:38:45.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.069s coverage: 100.0% of statements [2021-01-29T00:38:45.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-29T00:38:45.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-01-29T00:38:45.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-29T00:38:45.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-01-29T00:38:45.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements [2021-01-29T00:38:45.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.2% of statements [2021-01-29T00:38:45.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.4% of statements [2021-01-29T00:38:45.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-29T00:38:45.360Z] Removing intermediate container 6204b50854ac [2021-01-29T00:38:45.360Z] ---> bcc250adced7 [2021-01-29T00:38:45.360Z] Step 6/23 : COPY go.mod . [2021-01-29T00:38:45.360Z] Removing intermediate container 52e901ffba69 [2021-01-29T00:38:45.360Z] ---> 3f8d3f4431fe [2021-01-29T00:38:45.360Z] Step 6/26 : COPY go.mod . [2021-01-29T00:38:45.634Z] ---> 93e9a471c808 [2021-01-29T00:38:45.634Z] Step 7/21 : RUN go mod download [2021-01-29T00:38:45.901Z] ---> Running in 75beec3af2b6 [2021-01-29T00:38:45.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:38:46.174Z] ---> 28b32d0fcb93 [2021-01-29T00:38:46.174Z] Step 7/26 : RUN go mod download [2021-01-29T00:38:46.174Z] ---> 8882a0397f2a [2021-01-29T00:38:46.174Z] Step 7/23 : RUN go mod download [2021-01-29T00:38:46.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:38:47.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.621s coverage: 63.5% of statements [2021-01-29T00:38:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-29T00:38:47.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-29T00:38:47.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements [2021-01-29T00:38:47.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 91.3% of statements [2021-01-29T00:38:47.102Z] ---> Running in 1be1672ec98d [2021-01-29T00:38:47.102Z] ---> Running in c26aa58933c9 [2021-01-29T00:38:48.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-01-29T00:38:48.018Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements [2021-01-29T00:38:48.101Z] OK: 233 MiB in 51 packages [2021-01-29T00:38:48.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2021-01-29T00:38:50.677Z] Removing intermediate container ab6237c936b0 [2021-01-29T00:38:50.677Z] ---> ffeba52b34e4 [2021-01-29T00:38:50.677Z] Step 6/23 : COPY go.mod . [2021-01-29T00:38:50.941Z] Removing intermediate container 75beec3af2b6 [2021-01-29T00:38:50.941Z] ---> e37238dc86c4 [2021-01-29T00:38:50.941Z] Step 8/21 : COPY . . [2021-01-29T00:38:50.941Z] ---> 70852593cf0b [2021-01-29T00:38:50.941Z] Step 7/23 : RUN go mod download [2021-01-29T00:38:51.210Z] Removing intermediate container c26aa58933c9 [2021-01-29T00:38:51.210Z] ---> 6a1041102bea [2021-01-29T00:38:51.210Z] Step 8/23 : COPY . . [2021-01-29T00:38:51.210Z] Removing intermediate container 1be1672ec98d [2021-01-29T00:38:51.210Z] ---> f81811ac9568 [2021-01-29T00:38:51.210Z] Step 8/26 : COPY . . [2021-01-29T00:38:51.210Z] ---> Running in 3c14b2002f21 [2021-01-29T00:38:52.941Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.829s coverage: 68.9% of statements [2021-01-29T00:38:52.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-29T00:38:52.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-29T00:38:52.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-29T00:38:52.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-29T00:38:52.941Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-29T00:38:54.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.402s coverage: 37.0% of statements [2021-01-29T00:38:54.376Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-29T00:38:54.376Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-29T00:38:54.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.659s coverage: 84.0% of statements [2021-01-29T00:38:54.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.159s coverage: 100.0% of statements [2021-01-29T00:39:01.444Z] Removing intermediate container c3c5be91c629 [2021-01-29T00:39:01.444Z] ---> b445e42ef4c4 [2021-01-29T00:39:01.444Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-29T00:39:02.676Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.496s coverage: 47.1% of statements [2021-01-29T00:39:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-29T00:39:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-29T00:39:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-29T00:39:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-29T00:39:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-29T00:39:02.676Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.161s coverage: 100.0% of statements [2021-01-29T00:39:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-29T00:39:02.676Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2021-01-29T00:39:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-29T00:39:08.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.602s coverage: 29.1% of statements [2021-01-29T00:39:08.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-29T00:39:08.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-29T00:39:08.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-29T00:39:08.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-29T00:39:08.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-29T00:39:08.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.201s coverage: 99.0% of statements [2021-01-29T00:39:08.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-29T00:39:08.123Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.153s coverage: 100.0% of statements [2021-01-29T00:39:08.123Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-29T00:39:08.123Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.064s coverage: 0.0% of statements [2021-01-29T00:39:08.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-29T00:39:08.123Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-01-29T00:39:08.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-29T00:39:08.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-29T00:39:08.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-29T00:39:08.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-29T00:39:08.123Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.105s coverage: 87.9% of statements [2021-01-29T00:39:08.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-29T00:39:08.123Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-29T00:39:08.123Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.093s coverage: 100.0% of statements [2021-01-29T00:39:08.123Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-01-29T00:39:08.716Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-01-29T00:39:09.692Z] GO111MODULE=on go vet ./... [2021-01-29T00:39:09.707Z] ---> Running in f97343364ebe [2021-01-29T00:39:10.305Z] Removing intermediate container 3c14b2002f21 [2021-01-29T00:39:10.306Z] ---> c7d56975d755 [2021-01-29T00:39:10.306Z] Step 8/23 : COPY . . [2021-01-29T00:39:13.791Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-29T00:39:13.791Z] statically linked [2021-01-29T00:39:19.247Z] Removing intermediate container f97343364ebe [2021-01-29T00:39:19.247Z] ---> 1fbc1fe753d3 [2021-01-29T00:39:19.247Z] [2021-01-29T00:39:19.247Z] Step 12/34 : FROM alpine:3.12 [2021-01-29T00:39:19.247Z] ---> 389fef711851 [2021-01-29T00:39:19.247Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-29T00:39:20.276Z] ---> Running in 978b30750504 [2021-01-29T00:39:21.351Z] Removing intermediate container 978b30750504 [2021-01-29T00:39:21.351Z] ---> 469c8ca2fe38 [2021-01-29T00:39:21.351Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-29T00:39:21.952Z] ---> Running in b251c56f8e58 [2021-01-29T00:39:26.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:39:26.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:39:26.303Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-29T00:39:26.303Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-29T00:39:26.303Z] (3/3) Installing su-exec (0.2-r1) [2021-01-29T00:39:26.303Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:39:26.580Z] OK: 6 MiB in 17 packages [2021-01-29T00:39:30.985Z] Removing intermediate container b251c56f8e58 [2021-01-29T00:39:30.985Z] ---> 46f6f419df27 [2021-01-29T00:39:30.985Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-29T00:39:30.985Z] ---> ef0bafe91a9c [2021-01-29T00:39:30.985Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-29T00:39:32.048Z] ---> fb46608d1c53 [2021-01-29T00:39:32.048Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-29T00:39:32.352Z] ---> Running in 6e7a3e60adbc [2021-01-29T00:39:33.862Z] ---> Running in c5e1b788f6d5 [2021-01-29T00:39:33.862Z] ---> Running in 2a4eb164c7ac [2021-01-29T00:39:34.187Z] Removing intermediate container 6e7a3e60adbc [2021-01-29T00:39:34.187Z] ---> 17bfee91f5dc [2021-01-29T00:39:34.187Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-29T00:39:35.757Z] ---> Running in cbf3417a6437 [2021-01-29T00:39:37.285Z] Removing intermediate container cbf3417a6437 [2021-01-29T00:39:37.285Z] ---> 6105b8a46356 [2021-01-29T00:39:37.285Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-29T00:39:37.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-29T00:39:37.849Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-29T00:39:37.849Z] ---> Running in de52d6b95c10 [2021-01-29T00:39:38.136Z] ---> 9021571dd9f8 [2021-01-29T00:39:38.136Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T00:39:38.757Z] ---> Running in c9d577513f8a [2021-01-29T00:39:41.479Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-29T00:39:42.174Z] Removing intermediate container de52d6b95c10 [2021-01-29T00:39:42.174Z] ---> a9673ff175b7 [2021-01-29T00:39:42.174Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-29T00:39:43.216Z] ---> Running in 4662eeb897ec [2021-01-29T00:39:44.742Z] Removing intermediate container 4662eeb897ec [2021-01-29T00:39:44.742Z] ---> cf290ceb4167 [2021-01-29T00:39:44.742Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-29T00:39:47.396Z] ---> 69dcad930612 [2021-01-29T00:39:47.396Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-29T00:39:47.677Z] ---> 5a92f266a0ee [2021-01-29T00:39:47.677Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-29T00:39:47.945Z] ---> Running in 8ebadda08b50 [2021-01-29T00:39:47.945Z] ---> cd67439062f4 [2021-01-29T00:39:47.945Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-29T00:39:48.221Z] ---> Running in 16db1c25ab6c [2021-01-29T00:39:49.648Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-29T00:39:51.111Z] Removing intermediate container 16db1c25ab6c [2021-01-29T00:39:51.111Z] ---> c33ad3c9ca23 [2021-01-29T00:39:51.112Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T00:39:51.836Z] ---> aa0bf7a0840d [2021-01-29T00:39:51.836Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-29T00:39:53.309Z] ---> 50f34b27499e [2021-01-29T00:39:53.309Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-29T00:39:54.358Z] ---> 90cead8ff60e [2021-01-29T00:39:54.358Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-29T00:39:55.962Z] ---> 107dfec217f3 [2021-01-29T00:39:55.962Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-29T00:39:56.613Z] ---> c0fef12d812c [2021-01-29T00:39:56.613Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-29T00:39:57.220Z] ---> Running in d0c50b968670 [2021-01-29T00:39:57.492Z] Removing intermediate container d0c50b968670 [2021-01-29T00:39:57.492Z] ---> 04ff87191167 [2021-01-29T00:39:57.492Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-29T00:39:58.504Z] ---> 128e4c62429b [2021-01-29T00:39:58.504Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-29T00:39:59.102Z] ---> Running in 25edc0e761e1 [2021-01-29T00:40:02.929Z] Removing intermediate container 25edc0e761e1 [2021-01-29T00:40:02.930Z] ---> f8bc44252df8 [2021-01-29T00:40:02.930Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T00:40:03.205Z] ---> Running in cb3d03af7654 [2021-01-29T00:40:03.837Z] Removing intermediate container cb3d03af7654 [2021-01-29T00:40:03.837Z] ---> d7009cbfb361 [2021-01-29T00:40:03.837Z] Step 31/34 : CMD ["gate"] [2021-01-29T00:40:04.144Z] ---> Running in 56a9e833e8de [2021-01-29T00:40:04.881Z] Removing intermediate container 56a9e833e8de [2021-01-29T00:40:04.881Z] ---> d8033c49a58a [2021-01-29T00:40:04.881Z] Step 32/34 : LABEL arch=x86_64 [2021-01-29T00:40:05.168Z] ---> Running in 9b3a5a083368 [2021-01-29T00:40:06.287Z] Removing intermediate container 9b3a5a083368 [2021-01-29T00:40:06.287Z] ---> b345ed9b5793 [2021-01-29T00:40:06.287Z] Step 33/34 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:40:06.598Z] ---> Running in 9435d974d8c6 [2021-01-29T00:40:07.419Z] Removing intermediate container 9435d974d8c6 [2021-01-29T00:40:07.419Z] ---> afed9cc6c9eb [2021-01-29T00:40:07.419Z] Step 34/34 : LABEL version=0.0.0 [2021-01-29T00:40:07.753Z] ---> Running in 0fae242cb9d1 [2021-01-29T00:40:08.468Z] Removing intermediate container 0fae242cb9d1 [2021-01-29T00:40:08.468Z] ---> c4d35e5bebf0 [2021-01-29T00:40:08.468Z] [2021-01-29T00:40:09.115Z] Successfully built c4d35e5bebf0 [2021-01-29T00:40:09.116Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-29T00:40:14.872Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-29T00:40:27.537Z] Removing intermediate container c9d577513f8a [2021-01-29T00:40:27.537Z] ---> 28700fc4afc6 [2021-01-29T00:40:27.537Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T00:40:27.538Z] Removing intermediate container 2a4eb164c7ac [2021-01-29T00:40:27.538Z] ---> 185e950e4ee8 [2021-01-29T00:40:27.538Z] [2021-01-29T00:40:27.538Z] Step 10/21 : FROM alpine:3.12 [2021-01-29T00:40:27.538Z] ---> 389fef711851 [2021-01-29T00:40:27.538Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-29T00:40:27.538Z] ---> Running in 4d195c27ade9 [2021-01-29T00:40:27.538Z] ---> Running in 172142bb6bc4 [2021-01-29T00:40:28.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-29T00:40:28.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:40:28.474Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:40:28.761Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-29T00:40:28.761Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T00:40:28.761Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-29T00:40:28.761Z] (4/4) Installing curl (7.69.1-r3) [2021-01-29T00:40:28.761Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:40:28.761Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T00:40:28.761Z] OK: 7 MiB in 18 packages [2021-01-29T00:40:31.406Z] Removing intermediate container c5e1b788f6d5 [2021-01-29T00:40:31.406Z] ---> 13cd6e37d16e [2021-01-29T00:40:31.406Z] [2021-01-29T00:40:31.406Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T00:40:31.406Z] ---> 389fef711851 [2021-01-29T00:40:31.406Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T00:40:31.406Z] ---> Using cache [2021-01-29T00:40:31.406Z] ---> 48665154e88e [2021-01-29T00:40:31.406Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T00:40:31.406Z] ---> Using cache [2021-01-29T00:40:31.406Z] ---> ff857f0247ef [2021-01-29T00:40:31.406Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-29T00:40:31.406Z] ---> Running in 5da9cb4da9eb [2021-01-29T00:40:31.505Z] gofmt -l . [2021-01-29T00:40:31.505Z] [ "`gofmt -l .`" = "" ] [2021-01-29T00:40:31.505Z] ./bin/test-go-mod-tidy.sh [2021-01-29T00:40:31.505Z] ./bin/test-attribution-txt.sh [2021-01-29T00:40:31.673Z] Removing intermediate container 5da9cb4da9eb [2021-01-29T00:40:31.673Z] ---> b0b4cf305071 [2021-01-29T00:40:31.673Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T00:40:31.673Z] Removing intermediate container 172142bb6bc4 [2021-01-29T00:40:31.673Z] ---> 0cf41e9d5f61 [2021-01-29T00:40:31.673Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T00:40:31.673Z] Removing intermediate container 4d195c27ade9 [2021-01-29T00:40:31.673Z] ---> fbba29ccabbd [2021-01-29T00:40:31.673Z] [2021-01-29T00:40:31.673Z] Step 11/26 : FROM docker:20.10.0 [2021-01-29T00:40:31.986Z] 20.10.0: Pulling from library/docker [2021-01-29T00:40:31.986Z] ---> Running in 95bd87ccae99 [Pipeline] sh [2021-01-29T00:40:32.771Z] + ls -al . [2021-01-29T00:40:32.771Z] total 700 [2021-01-29T00:40:32.771Z] drwxrwxr-x 9 1001 1001 4096 Jan 29 00:40 . [2021-01-29T00:40:32.771Z] drwxr-xr-x 4 root root 4096 Jan 29 00:36 .. [2021-01-29T00:40:32.771Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 00:34 .dockerignore [2021-01-29T00:40:32.771Z] drwxrwxr-x 8 1001 1001 4096 Jan 29 00:34 .git [2021-01-29T00:40:32.771Z] drwxrwxr-x 3 1001 1001 4096 Jan 29 00:34 .github [2021-01-29T00:40:32.771Z] -rw-rw-r-- 1 1001 1001 872 Jan 29 00:34 .gitignore [2021-01-29T00:40:32.771Z] -rw-rw-r-- 1 1001 1001 166 Jan 29 00:34 .sonarcloud.properties [2021-01-29T00:40:32.771Z] -rw-rw-r-- 1 1001 1001 7859 Jan 29 00:34 Attribution.txt [2021-01-29T00:40:32.771Z] -rw-rw-r-- 1 1001 1001 3804 Jan 29 00:34 CONTRIBUTING.md [2021-01-29T00:40:32.771Z] -rw-rw-r-- 1 1001 1001 931 Jan 29 00:34 Dockerfile.build [2021-01-29T00:40:32.771Z] -rw-rw-r-- 1 1001 1001 863 Jan 29 00:34 Jenkinsfile [2021-01-29T00:40:32.771Z] -rw-rw-r-- 1 1001 1001 10775 Jan 29 00:34 LICENSE [2021-01-29T00:40:32.771Z] -rw-rw-r-- 1 1001 1001 6001 Jan 29 00:34 Makefile [2021-01-29T00:40:32.771Z] -rw-rw-r-- 1 1001 1001 6524 Jan 29 00:34 README.md [2021-01-29T00:40:32.771Z] -rw-rw-r-- 1 1001 1001 6755 Jan 29 00:34 SECURITY.md [2021-01-29T00:40:32.771Z] -rw-rw-r-- 1 1001 1001 5 Jan 29 00:31 VERSION [2021-01-29T00:40:32.771Z] -rw-rw-r-- 1 1001 1001 4131 Jan 29 00:34 ZMQWindows.md [2021-01-29T00:40:32.771Z] drwxrwxr-x 2 1001 1001 4096 Jan 29 00:34 bin [2021-01-29T00:40:32.771Z] drwxrwxr-x 15 1001 1001 4096 Jan 29 00:34 cmd [2021-01-29T00:40:32.771Z] -rw-r--r-- 1 root root 565356 Jan 29 00:39 coverage.out [2021-01-29T00:40:32.771Z] -rw-r--r-- 1 root root 1054 Jan 29 00:40 go.mod [2021-01-29T00:40:32.771Z] -rw-r--r-- 1 root root 19289 Jan 29 00:40 go.sum [2021-01-29T00:40:32.771Z] drwxrwxr-x 8 1001 1001 4096 Jan 29 00:34 internal [2021-01-29T00:40:32.771Z] drwxrwxr-x 4 1001 1001 4096 Jan 29 00:34 openapi [2021-01-29T00:40:32.771Z] drwxrwxr-x 4 1001 1001 4096 Jan 29 00:34 snap [2021-01-29T00:40:32.771Z] -rw-rw-r-- 1 1001 1001 168 Jan 29 00:34 version.go [Pipeline] sh [2021-01-29T00:40:33.432Z] + '[' -e coverage.out ] [2021-01-29T00:40:33.432Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-29T00:40:33.453Z] Warning: overwriting stash ‘coverage-report’ [2021-01-29T00:40:33.482Z] ---> Running in 8e5d6b941fa7 [2021-01-29T00:40:34.084Z] Removing intermediate container 95bd87ccae99 [2021-01-29T00:40:34.084Z] ---> 149b65f00c4b [2021-01-29T00:40:34.084Z] Step 15/23 : WORKDIR / [2021-01-29T00:40:34.794Z] Stashed 1 file(s) [Pipeline] sh [2021-01-29T00:40:35.487Z] + make build [2021-01-29T00:40:35.487Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-29T00:40:35.495Z] ---> Running in 9cbd7fbd4336 [2021-01-29T00:40:35.495Z] Removing intermediate container 8e5d6b941fa7 [2021-01-29T00:40:35.495Z] ---> 1f963f5284a7 [2021-01-29T00:40:35.495Z] Step 13/21 : WORKDIR /edgex [2021-01-29T00:40:35.495Z] ---> Running in 187a07be2f93 [2021-01-29T00:40:37.427Z] Removing intermediate container 8ebadda08b50 [2021-01-29T00:40:37.427Z] ---> 34c319a6437d [2021-01-29T00:40:37.427Z] [2021-01-29T00:40:37.427Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T00:40:37.427Z] ---> 389fef711851 [2021-01-29T00:40:37.427Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T00:40:37.427Z] ---> Using cache [2021-01-29T00:40:37.427Z] ---> 48665154e88e [2021-01-29T00:40:37.427Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T00:40:37.427Z] ---> Using cache [2021-01-29T00:40:37.427Z] ---> ff857f0247ef [2021-01-29T00:40:37.427Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-29T00:40:37.427Z] ---> Running in 88a5152fff7d [2021-01-29T00:40:37.427Z] Removing intermediate container 9cbd7fbd4336 [2021-01-29T00:40:37.427Z] ---> 8f325f23ac80 [2021-01-29T00:40:37.427Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T00:40:37.427Z] Removing intermediate container 187a07be2f93 [2021-01-29T00:40:37.427Z] ---> 2a9420085a2c [2021-01-29T00:40:37.427Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T00:40:37.701Z] Removing intermediate container 88a5152fff7d [2021-01-29T00:40:37.701Z] ---> f167173a66e9 [2021-01-29T00:40:37.701Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T00:40:38.008Z] ---> Running in 28017a4e6ddb [2021-01-29T00:40:38.008Z] ---> 253b0b8ce3fc [2021-01-29T00:40:38.008Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T00:40:38.008Z] ---> 9bc1c923f80b [2021-01-29T00:40:38.008Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T00:40:38.008Z] Removing intermediate container 28017a4e6ddb [2021-01-29T00:40:38.008Z] ---> 54dfb65d9173 [2021-01-29T00:40:38.008Z] Step 15/23 : WORKDIR / [2021-01-29T00:40:38.306Z] ---> Running in a5133a5c7fd1 [2021-01-29T00:40:38.909Z] ---> 606de211860f [2021-01-29T00:40:38.909Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-29T00:40:38.909Z] Removing intermediate container a5133a5c7fd1 [2021-01-29T00:40:38.909Z] ---> f1d86638ab6f [2021-01-29T00:40:38.909Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T00:40:39.521Z] ---> e4704e7480cb [2021-01-29T00:40:39.521Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T00:40:39.811Z] ---> d9a42aed4bb3 [2021-01-29T00:40:39.811Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T00:40:39.811Z] ---> 86e87dc46100 [2021-01-29T00:40:39.811Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T00:40:40.102Z] ---> 4247081ffe24 [2021-01-29T00:40:40.102Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-29T00:40:40.102Z] ---> Running in cbbcacf5ea2d [2021-01-29T00:40:40.102Z] ---> Running in cc4b06ef9805 [2021-01-29T00:40:40.376Z] Removing intermediate container cbbcacf5ea2d [2021-01-29T00:40:40.376Z] ---> 4f0e4d996328 [2021-01-29T00:40:40.376Z] Step 18/21 : CMD ["--init=true"] [2021-01-29T00:40:40.662Z] Removing intermediate container cc4b06ef9805 [2021-01-29T00:40:40.662Z] ---> 0a1036d05391 [2021-01-29T00:40:40.662Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T00:40:40.662Z] ---> b038c6ae10a0 [2021-01-29T00:40:40.662Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T00:40:40.662Z] ---> Running in a48808531fd1 [2021-01-29T00:40:40.662Z] ---> Running in 79ad6d5c3ff2 [2021-01-29T00:40:41.269Z] Removing intermediate container 79ad6d5c3ff2 [2021-01-29T00:40:41.269Z] ---> ebd70fa515c3 [2021-01-29T00:40:41.269Z] Step 19/21 : LABEL arch=x86_64 [2021-01-29T00:40:41.269Z] Removing intermediate container a48808531fd1 [2021-01-29T00:40:41.269Z] ---> 946e8dce89dd [2021-01-29T00:40:41.269Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T00:40:41.269Z] ---> Running in 29e818d44735 [2021-01-29T00:40:41.269Z] ---> Running in 619582bcc708 [2021-01-29T00:40:41.269Z] ---> 2e11176da746 [2021-01-29T00:40:41.269Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-29T00:40:41.539Z] ---> Running in 63a3b406fe74 [2021-01-29T00:40:41.539Z] Removing intermediate container 29e818d44735 [2021-01-29T00:40:41.539Z] ---> 421d5152b321 [2021-01-29T00:40:41.539Z] Step 20/21 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:40:41.813Z] ---> Running in e6f91ac7d1e5 [2021-01-29T00:40:41.813Z] Removing intermediate container 619582bcc708 [2021-01-29T00:40:41.813Z] ---> 68c462af7ebb [2021-01-29T00:40:41.813Z] Step 22/23 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:40:42.084Z] Removing intermediate container 63a3b406fe74 [2021-01-29T00:40:42.084Z] ---> dc2d8d68be79 [2021-01-29T00:40:42.084Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T00:40:42.084Z] ---> Running in fe421c82636e [2021-01-29T00:40:42.084Z] ---> Running in fee640f187a9 [2021-01-29T00:40:42.084Z] Removing intermediate container e6f91ac7d1e5 [2021-01-29T00:40:42.084Z] ---> b572e72009e6 [2021-01-29T00:40:42.084Z] Step 21/21 : LABEL version=0.0.0 [2021-01-29T00:40:42.354Z] Removing intermediate container fe421c82636e [2021-01-29T00:40:42.354Z] ---> 5349442960a4 [2021-01-29T00:40:42.354Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T00:40:42.354Z] ---> Running in c17a37318033 [2021-01-29T00:40:42.639Z] ---> Running in ef322621c7ad [2021-01-29T00:40:42.639Z] Removing intermediate container fee640f187a9 [2021-01-29T00:40:42.639Z] ---> 07bb07ca371f [2021-01-29T00:40:42.639Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T00:40:42.639Z] Removing intermediate container c17a37318033 [2021-01-29T00:40:42.639Z] ---> d456c82c840b [2021-01-29T00:40:42.639Z] [2021-01-29T00:40:42.915Z] ---> Running in b92b4f128edf [2021-01-29T00:40:42.915Z] Successfully built d456c82c840b [2021-01-29T00:40:43.188Z] Removing intermediate container ef322621c7ad [2021-01-29T00:40:43.188Z] ---> 8cf2dfd93626 [2021-01-29T00:40:43.188Z] [2021-01-29T00:40:43.188Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-29T00:40:43.188Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container b92b4f128edf [2021-01-29T00:40:43.188Z] ---> da1c32b26d39 [2021-01-29T00:40:43.188Z] Step 22/23 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:40:43.453Z] Successfully built 8cf2dfd93626 [2021-01-29T00:40:43.719Z] Successfully tagged docker-core-metadata-go:latest [2021-01-29T00:40:43.720Z]  Building docker-core-metadata-go ... done  ---> Running in 2fab69ae53a2 [2021-01-29T00:40:43.992Z] Removing intermediate container 2fab69ae53a2 [2021-01-29T00:40:43.992Z] ---> 37694437dc96 [2021-01-29T00:40:43.992Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T00:40:43.992Z] ---> Running in 59ee65097e43 [2021-01-29T00:40:44.258Z] Removing intermediate container 59ee65097e43 [2021-01-29T00:40:44.258Z] ---> f937a6fe2ea1 [2021-01-29T00:40:44.258Z] [2021-01-29T00:40:44.526Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-29T00:40:44.526Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-29T00:40:44.526Z] ---> aefe523efa57 [2021-01-29T00:40:44.526Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-29T00:40:44.526Z] Successfully built f937a6fe2ea1 [2021-01-29T00:40:44.526Z] Successfully tagged docker-core-command-go:latest [2021-01-29T00:40:44.526Z] ---> Running in 051fe4cd9414 [2021-01-29T00:40:45.526Z]  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:40:45.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:40:45.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-29T00:40:45.794Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T00:40:45.794Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T00:40:45.794Z] Executing bash-5.0.17-r0.post-install [2021-01-29T00:40:45.794Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:40:45.794Z] OK: 12 MiB in 22 packages [2021-01-29T00:40:46.776Z] Removing intermediate container 051fe4cd9414 [2021-01-29T00:40:46.776Z] ---> e84357737fa1 [2021-01-29T00:40:46.776Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T00:40:46.776Z] ---> Running in c69b7aa73ce1 [2021-01-29T00:40:46.776Z] Removing intermediate container c69b7aa73ce1 [2021-01-29T00:40:46.776Z] ---> ef92dc916a74 [2021-01-29T00:40:46.776Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-29T00:40:47.043Z] ---> Running in 5872394d1b4e [2021-01-29T00:40:47.308Z] Removing intermediate container 5872394d1b4e [2021-01-29T00:40:47.308Z] ---> 336e69bf3ee6 [2021-01-29T00:40:47.308Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-29T00:40:47.308Z] ---> Running in c671ce7f994c [2021-01-29T00:40:47.570Z] Removing intermediate container c671ce7f994c [2021-01-29T00:40:47.570Z] ---> ce73c9237207 [2021-01-29T00:40:47.570Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T00:40:48.147Z] ---> 702c80f84d83 [2021-01-29T00:40:48.147Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T00:40:48.413Z] ---> f78e51272f0d [2021-01-29T00:40:48.413Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T00:40:48.993Z] ---> 09b1a82a6344 [2021-01-29T00:40:48.993Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-29T00:40:48.993Z] ---> Running in 866fd8a6656b [2021-01-29T00:40:49.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:40:49.950Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:40:50.215Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T00:40:50.215Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T00:40:50.215Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T00:40:50.215Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T00:40:50.215Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T00:40:50.215Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T00:40:50.215Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T00:40:51.621Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T00:40:51.621Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T00:40:51.621Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T00:40:51.621Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T00:40:51.621Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T00:40:51.621Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T00:40:51.621Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T00:40:51.886Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T00:40:51.886Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T00:40:51.886Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T00:40:51.886Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T00:40:51.886Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T00:40:51.886Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T00:40:51.886Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T00:40:51.886Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T00:40:51.886Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T00:40:51.886Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T00:40:51.886Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T00:40:51.886Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T00:40:52.148Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T00:40:52.148Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T00:40:52.148Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T00:40:52.148Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T00:40:52.148Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T00:40:52.148Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T00:40:52.148Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T00:40:52.148Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:40:52.148Z] OK: 71 MiB in 55 packages [2021-01-29T00:41:02.239Z] Removing intermediate container 866fd8a6656b [2021-01-29T00:41:02.239Z] ---> e735e0604039 [2021-01-29T00:41:02.239Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-29T00:41:02.239Z] ---> Running in a41e08f78eb3 [2021-01-29T00:41:03.197Z] Collecting docker-compose==1.23.2 [2021-01-29T00:41:03.197Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T00:41:03.460Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T00:41:03.460Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T00:41:04.039Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T00:41:04.040Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T00:41:04.303Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T00:41:04.567Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T00:41:04.567Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-29T00:41:04.567Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T00:41:04.567Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T00:41:05.144Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T00:41:05.144Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T00:41:07.073Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T00:41:07.073Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T00:41:07.338Z] Collecting PyYAML<4,>=3.10 [2021-01-29T00:41:07.338Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T00:41:08.299Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T00:41:08.299Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T00:41:08.299Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T00:41:08.299Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T00:41:08.564Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-29T00:41:08.564Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-29T00:41:08.564Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T00:41:08.564Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T00:41:08.833Z] Collecting idna<2.8,>=2.5 [2021-01-29T00:41:08.833Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T00:41:08.833Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T00:41:08.833Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T00:41:08.833Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T00:41:08.833Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T00:41:08.833Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T00:41:08.833Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T00:41:09.102Z] Installing collected packages: dockerpty, jsonschema, urllib3, idna, requests, texttable, docopt, websocket-client, docker-pycreds, docker, PyYAML, cached-property, docker-compose [2021-01-29T00:41:09.102Z] Running setup.py install for dockerpty: started [2021-01-29T00:41:09.685Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T00:41:09.685Z] Attempting uninstall: urllib3 [2021-01-29T00:41:09.685Z] Found existing installation: urllib3 1.25.9 [2021-01-29T00:41:09.685Z] Uninstalling urllib3-1.25.9: [2021-01-29T00:41:09.952Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T00:41:10.226Z] Attempting uninstall: idna [2021-01-29T00:41:10.226Z] Found existing installation: idna 2.9 [2021-01-29T00:41:10.226Z] Uninstalling idna-2.9: [2021-01-29T00:41:10.226Z] Successfully uninstalled idna-2.9 [2021-01-29T00:41:10.493Z] Attempting uninstall: requests [2021-01-29T00:41:10.493Z] Found existing installation: requests 2.23.0 [2021-01-29T00:41:10.493Z] Uninstalling requests-2.23.0: [2021-01-29T00:41:10.493Z] Successfully uninstalled requests-2.23.0 [2021-01-29T00:41:10.493Z] Running setup.py install for texttable: started [2021-01-29T00:41:11.076Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T00:41:11.076Z] Running setup.py install for docopt: started [2021-01-29T00:41:11.656Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T00:41:12.281Z] Running setup.py install for PyYAML: started [2021-01-29T00:41:12.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-29T00:41:13.071Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T00:41:13.071Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-29T00:41:16.576Z] Removing intermediate container a41e08f78eb3 [2021-01-29T00:41:16.576Z] ---> 35c29cf1e55a [2021-01-29T00:41:16.576Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-29T00:41:16.576Z] ---> Running in 7502a5c277f4 [2021-01-29T00:41:17.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T00:41:17.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T00:41:17.424Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T00:41:17.424Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T00:41:17.424Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T00:41:17.424Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:41:17.424Z] OK: 72 MiB in 58 packages [2021-01-29T00:41:17.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-29T00:41:18.384Z] Removing intermediate container 7502a5c277f4 [2021-01-29T00:41:18.385Z] ---> 71ee48739373 [2021-01-29T00:41:18.385Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T00:41:18.385Z] ---> Running in afc76db3fa04 [2021-01-29T00:41:18.669Z] Removing intermediate container afc76db3fa04 [2021-01-29T00:41:18.669Z] ---> a245223399bf [2021-01-29T00:41:18.669Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T00:41:18.669Z] ---> Running in b5f93605f0c6 [2021-01-29T00:41:18.669Z] Removing intermediate container b5f93605f0c6 [2021-01-29T00:41:18.669Z] ---> 25672b95c032 [2021-01-29T00:41:18.669Z] Step 24/26 : LABEL arch=x86_64 [2021-01-29T00:41:18.942Z] ---> Running in 7e96eb9fe0a2 [2021-01-29T00:41:18.942Z] Removing intermediate container 7e96eb9fe0a2 [2021-01-29T00:41:18.942Z] ---> c2dbe6dddc15 [2021-01-29T00:41:18.942Z] Step 25/26 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:41:19.206Z] ---> Running in fc09b2161e1b [2021-01-29T00:41:19.206Z] Removing intermediate container fc09b2161e1b [2021-01-29T00:41:19.206Z] ---> 4ec85341c8a8 [2021-01-29T00:41:19.206Z] Step 26/26 : LABEL version=0.0.0 [2021-01-29T00:41:19.470Z] ---> Running in 6750f06749da [2021-01-29T00:41:19.470Z] Removing intermediate container 6750f06749da [2021-01-29T00:41:19.470Z] ---> dd11755150e4 [2021-01-29T00:41:19.470Z] [2021-01-29T00:41:19.733Z] Successfully built dd11755150e4 [2021-01-29T00:41:19.733Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-29T00:41:20.323Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-29T00:41:20.345Z] $ docker stop --time=1 aa9f3cc102ea102c499281a93fb0d7723c733bfdadb3ee776e51e2b6caafbce9 [2021-01-29T00:41:22.161Z] $ docker rm -f aa9f3cc102ea102c499281a93fb0d7723c733bfdadb3ee776e51e2b6caafbce9 [2021-01-29T00:41:22.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T00:41:22.717Z] + grep docker [2021-01-29T00:41:22.717Z] + docker images [2021-01-29T00:41:22.979Z] docker-sys-mgmt-agent-go latest dd11755150e4 3 seconds ago 313MB [2021-01-29T00:41:22.979Z] docker-core-command-go latest f937a6fe2ea1 38 seconds ago 16.9MB [2021-01-29T00:41:22.979Z] docker-core-metadata-go latest 8cf2dfd93626 40 seconds ago 18.8MB [2021-01-29T00:41:22.979Z] docker-security-proxy-setup-go latest d456c82c840b 40 seconds ago 24.4MB [2021-01-29T00:41:22.979Z] docker-security-bootstrapper-go latest c4d35e5bebf0 About a minute ago 33.5MB [2021-01-29T00:41:22.979Z] docker-core-data-go latest e20d1b1b3caf 3 minutes ago 22.3MB [2021-01-29T00:41:22.979Z] docker-security-secretstore-setup-go latest 481e3b1835c5 3 minutes ago 24.6MB [2021-01-29T00:41:22.979Z] docker-support-scheduler-go latest 9548a9cb16ad 3 minutes ago 16.4MB [2021-01-29T00:41:22.979Z] docker-support-notifications-go latest f9e30ab14737 3 minutes ago 16.9MB [2021-01-29T00:41:22.979Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-29T00:41:23.190Z] 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 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-29T00:41:28.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-29T00:41:34.016Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-29T00:41:38.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-29T00:41:38.739Z] Still waiting to schedule task [2021-01-29T00:41:38.739Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-29T00:41:42.077Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-29T00:41:45.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T00:41:49.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-29T00:41:54.047Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-29T00:42:00.766Z] $ docker stop --time=1 ce63790136b999d9d6732b1fdc17019540fca6ba8b3a16f9cc8de89d4ef9e86a [2021-01-29T00:42:03.206Z] $ docker rm -f ce63790136b999d9d6732b1fdc17019540fca6ba8b3a16f9cc8de89d4ef9e86a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:42:05.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T00:42:05.231Z] [2021-01-29T00:42:05.231Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:42:05.617Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T00:42:05.617Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-29T00:42:05.617Z] 29e5d40040c1: Pulling fs layer [2021-01-29T00:42:05.617Z] 1ce36da41761: Pulling fs layer [2021-01-29T00:42:05.617Z] 25b303627fd3: Pulling fs layer [2021-01-29T00:42:05.889Z] 29e5d40040c1: Verifying Checksum [2021-01-29T00:42:05.889Z] 29e5d40040c1: Download complete [2021-01-29T00:42:06.501Z] 1ce36da41761: Verifying Checksum [2021-01-29T00:42:06.501Z] 1ce36da41761: Download complete [2021-01-29T00:42:06.501Z] 29e5d40040c1: Pull complete [2021-01-29T00:42:07.969Z] 1ce36da41761: Pull complete [2021-01-29T00:42:07.969Z] 25b303627fd3: Verifying Checksum [2021-01-29T00:42:07.969Z] 25b303627fd3: Download complete [2021-01-29T00:42:18.122Z] 25b303627fd3: Pull complete [2021-01-29T00:42:18.122Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-29T00:42:18.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T00:42:18.122Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-29T00:42:18.375Z] prd-ubuntu18.04-docker-arm64-4c-16g-23841 does not seem to be running inside a container [2021-01-29T00:42:18.447Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-29T00:42:21.724Z] $ docker top 390c704fe9e2ea2c07985a1a6d5e3aa93fe697b8df1fb127fb9eb63923f5352f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T00:42:22.728Z] + grep parallel [2021-01-29T00:42:22.728Z] + docker-compose build --help [2021-01-29T00:42:28.102Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T00:42:28.126Z] $ docker stop --time=1 390c704fe9e2ea2c07985a1a6d5e3aa93fe697b8df1fb127fb9eb63923f5352f [2021-01-29T00:42:30.056Z] $ docker rm -f 390c704fe9e2ea2c07985a1a6d5e3aa93fe697b8df1fb127fb9eb63923f5352f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:42:31.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T00:42:31.153Z] . [Pipeline] withDockerContainer [2021-01-29T00:42:31.407Z] prd-ubuntu18.04-docker-arm64-4c-16g-23841 does not seem to be running inside a container [2021-01-29T00:42:31.476Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-29T00:42:32.895Z] $ docker top db778ad15a13f2ad58169990027132851429e5978f3aa2ba738cf0537a381d03 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T00:42:33.938Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T00:42:38.220Z] Building docker-core-command-go ... [2021-01-29T00:42:38.220Z] Building docker-core-data-go ... [2021-01-29T00:42:38.220Z] Building docker-core-metadata-go ... [2021-01-29T00:42:38.220Z] Building docker-security-bootstrapper-go ... [2021-01-29T00:42:38.220Z] Building docker-security-proxy-setup-go ... [2021-01-29T00:42:38.220Z] Building docker-security-secretstore-setup-go ... [2021-01-29T00:42:38.220Z] Building docker-support-notifications-go ... [2021-01-29T00:42:38.221Z] Building docker-support-scheduler-go ... [2021-01-29T00:42:38.221Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T00:42:38.221Z] Building docker-security-secretstore-setup-go [2021-01-29T00:42:38.221Z] Building docker-support-notifications-go [2021-01-29T00:42:38.221Z] Building docker-security-bootstrapper-go [2021-01-29T00:42:38.221Z] Building docker-core-metadata-go [2021-01-29T00:42:38.221Z] Building docker-core-command-go [2021-01-29T00:43:08.377Z] Running on prd-ubuntu18.04-docker-8c-8g-23851 in /w/workspace/edgexfoundry_edgex-go_PR-3096 [Pipeline] { [Pipeline] ws [2021-01-29T00:43:08.423Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-29T00:43:10.688Z] using credential edgex-jenkins-ssh [2021-01-29T00:43:10.743Z] Cloning the remote Git repository [2021-01-29T00:43:10.758Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-29T00:43:10.826Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-29T00:43:10.851Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T00:43:10.851Z] > git --version # timeout=10 [2021-01-29T00:43:10.861Z] > git --version # 'git version 2.17.1' [2021-01-29T00:43:10.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T00:43:10.908Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T00:43:22.286Z] Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 [2021-01-29T00:43:22.471Z] Merge succeeded, producing bfa7a652e137dd7f47e950292648866e966c85ec [2021-01-29T00:43:22.471Z] Checking out Revision bfa7a652e137dd7f47e950292648866e966c85ec (PR-3096) [2021-01-29T00:43:21.767Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T00:43:21.773Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T00:43:21.782Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T00:43:21.796Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T00:43:21.796Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T00:43:21.800Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3096/head:refs/remotes/origin/PR-3096 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T00:43:22.277Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T00:43:22.284Z] > git checkout -f 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 [2021-01-29T00:43:22.356Z] > git remote # timeout=10 [2021-01-29T00:43:22.362Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T00:43:22.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T00:43:22.372Z] > git merge df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 [2021-01-29T00:43:22.446Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T00:43:22.457Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T00:43:22.462Z] > git checkout -f bfa7a652e137dd7f47e950292648866e966c85ec # timeout=10 [2021-01-29T00:43:26.162Z] Commit message: "Merge commit 'df7eaa583f48bd0cefe0e9af00d8477318667731' into HEAD" [2021-01-29T00:43:26.147Z] > git rev-list --no-walk 98e4d4fcdbb72838d9acd39d3b8eca47230b3748 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:43:27.291Z] + echo snap-build.sh [2021-01-29T00:43:27.291Z] snap-build.sh [2021-01-29T00:43:27.291Z] + SNAP_BASE_DIR=. [2021-01-29T00:43:27.291Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-29T00:43:27.291Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-29T00:43:27.291Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-29T00:43:27.291Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-29T00:43:27.291Z] + cd /w/workspace/edgex-go/2 [2021-01-29T00:43:27.291Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-29T00:43:27.291Z] Reading package lists... [2021-01-29T00:43:27.291Z] Building dependency tree... [2021-01-29T00:43:27.291Z] Reading state information... [2021-01-29T00:43:27.553Z] The following packages were automatically installed and are no longer required: [2021-01-29T00:43:27.553Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-29T00:43:27.553Z] uidmap xdelta3 [2021-01-29T00:43:27.553Z] Use 'sudo apt autoremove' to remove them. [2021-01-29T00:43:27.553Z] The following packages will be REMOVED: [2021-01-29T00:43:27.553Z] lxd* lxd-client* [2021-01-29T00:43:27.815Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-29T00:43:27.815Z] After this operation, 31.7 MB disk space will be freed. [2021-01-29T00:43:28.862Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-29T00:43:28.862Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T00:43:29.812Z] Removing lxd dnsmasq configuration [2021-01-29T00:43:29.812Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T00:43:30.073Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-29T00:43:31.018Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-29T00:43:31.278Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-29T00:43:31.278Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T00:43:32.689Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-29T00:43:32.952Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-29T00:43:34.342Z] + sudo snap remove --purge lxd [2021-01-29T00:43:34.342Z] snap "lxd" is not installed [2021-01-29T00:43:34.342Z] + sudo groupadd --force --system lxd [2021-01-29T00:43:34.342Z] ++ whoami [2021-01-29T00:43:34.342Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-29T00:43:34.342Z] + newgrp - lxd [2021-01-29T00:43:34.342Z] + sudo snap install lxd [2021-01-29T00:43:42.512Z] 2021-01-29T00:43:39Z INFO Waiting for automatic snapd restart... [2021-01-29T00:43:46.236Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:43:46.236Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:43:46.236Z] ---> 5176ca51d71b [2021-01-29T00:43:46.236Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T00:43:46.236Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:43:46.236Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:43:46.236Z] ---> 5176ca51d71b [2021-01-29T00:43:46.236Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T00:43:46.236Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:43:46.236Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:43:46.236Z] ---> 5176ca51d71b [2021-01-29T00:43:46.236Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T00:43:46.236Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:43:46.236Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:43:46.236Z] ---> 5176ca51d71b [2021-01-29T00:43:46.236Z] Step 3/34 : WORKDIR /edgex-go [2021-01-29T00:43:46.236Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:43:46.236Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:43:46.236Z] ---> 5176ca51d71b [2021-01-29T00:43:46.236Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T00:43:50.556Z] ---> Running in 0b9f6cc4e5db [2021-01-29T00:43:50.556Z] ---> Running in 7375b115ba85 [2021-01-29T00:43:50.556Z] ---> Running in 337b38510926 [2021-01-29T00:43:50.556Z] ---> Running in 6dccd093e8fc [2021-01-29T00:43:50.556Z] ---> Running in 779851c65b85 [2021-01-29T00:43:50.841Z] Removing intermediate container 6dccd093e8fc [2021-01-29T00:43:50.841Z] ---> f20c4aa499eb [2021-01-29T00:43:50.841Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:43:50.841Z] Removing intermediate container 0b9f6cc4e5db [2021-01-29T00:43:50.841Z] ---> bf1e355e9c10 [2021-01-29T00:43:50.841Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:43:50.841Z] Removing intermediate container 337b38510926 [2021-01-29T00:43:50.841Z] ---> 2d857aa4df45 [2021-01-29T00:43:50.841Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:43:51.118Z] Removing intermediate container 779851c65b85 [2021-01-29T00:43:51.118Z] ---> c60dc56cc130 [2021-01-29T00:43:51.118Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:43:51.118Z] Removing intermediate container 7375b115ba85 [2021-01-29T00:43:51.118Z] ---> 7d5e07ba92f6 [2021-01-29T00:43:51.118Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:43:51.118Z] ---> Running in c37d91b3fd41 [2021-01-29T00:43:51.118Z] ---> Running in ccb346d8aceb [2021-01-29T00:43:51.118Z] ---> Running in 91f79313032c [2021-01-29T00:43:51.118Z] ---> Running in 4b64f3d54b86 [2021-01-29T00:43:51.392Z] ---> Running in c059b03d07c5 [2021-01-29T00:43:54.819Z] Removing intermediate container c37d91b3fd41 [2021-01-29T00:43:54.819Z] ---> a8737338bec5 [2021-01-29T00:43:54.819Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T00:43:55.428Z] ---> Running in 3d75984e7861 [2021-01-29T00:43:55.428Z] Removing intermediate container 91f79313032c [2021-01-29T00:43:55.428Z] ---> 0a1579dc928f [2021-01-29T00:43:55.428Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-29T00:43:55.704Z] Removing intermediate container c059b03d07c5 [2021-01-29T00:43:55.704Z] ---> 3da2073d813b [2021-01-29T00:43:55.704Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T00:43:55.704Z] ---> Running in 4715101b9f2e [2021-01-29T00:43:55.704Z] Removing intermediate container ccb346d8aceb [2021-01-29T00:43:55.704Z] ---> af1764b28fbc [2021-01-29T00:43:55.704Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-29T00:43:55.978Z] ---> Running in 4be1cfd7cd56 [2021-01-29T00:43:55.978Z] ---> Running in 2e4fdfead24c [2021-01-29T00:43:55.978Z] Removing intermediate container 4b64f3d54b86 [2021-01-29T00:43:55.978Z] ---> 0d1e3b5cf0d2 [2021-01-29T00:43:55.978Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-29T00:43:56.591Z] ---> Running in 08c369284612 [2021-01-29T00:43:57.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:43:57.553Z] lxd 4.10 from Canonical* installed [2021-01-29T00:43:57.554Z] + sudo lxd init --auto [2021-01-29T00:43:57.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:43:57.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:43:58.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:43:58.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:43:58.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:43:58.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:43:58.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:43:58.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:43:58.953Z] OK: 217 MiB in 51 packages [2021-01-29T00:43:58.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:43:59.552Z] OK: 217 MiB in 51 packages [2021-01-29T00:43:59.839Z] OK: 217 MiB in 51 packages [2021-01-29T00:43:59.839Z] OK: 217 MiB in 51 packages [2021-01-29T00:43:59.839Z] OK: 217 MiB in 51 packages [2021-01-29T00:44:00.842Z] Removing intermediate container 3d75984e7861 [2021-01-29T00:44:00.842Z] ---> caa58ed584c0 [2021-01-29T00:44:00.842Z] Step 6/23 : COPY go.mod . [2021-01-29T00:44:01.443Z] Removing intermediate container 4715101b9f2e [2021-01-29T00:44:01.443Z] ---> 22d07d5bd6a4 [2021-01-29T00:44:01.443Z] Step 6/24 : COPY go.mod . [2021-01-29T00:44:01.717Z] Removing intermediate container 4be1cfd7cd56 [2021-01-29T00:44:01.717Z] ---> dc817c098e1e [2021-01-29T00:44:01.717Z] Step 6/23 : COPY go.mod . [2021-01-29T00:44:01.717Z] ---> b5ce6364baa6 [2021-01-29T00:44:01.717Z] Step 7/23 : RUN go mod download [2021-01-29T00:44:02.001Z] Removing intermediate container 2e4fdfead24c [2021-01-29T00:44:02.001Z] ---> 51a65edbf1f0 [2021-01-29T00:44:02.001Z] Step 6/34 : COPY go.mod . [2021-01-29T00:44:02.001Z] Removing intermediate container 08c369284612 [2021-01-29T00:44:02.001Z] ---> 3896ab919774 [2021-01-29T00:44:02.001Z] Step 6/22 : COPY go.mod . [2021-01-29T00:44:02.307Z] ---> Running in 7552bcf962ea [2021-01-29T00:44:02.307Z] ---> 45d0946f1f07 [2021-01-29T00:44:02.307Z] Step 7/24 : RUN go mod download [2021-01-29T00:44:02.592Z] ---> Running in 4f64ec3f73cc [2021-01-29T00:44:02.894Z] ---> df75ca1d156f [2021-01-29T00:44:02.895Z] Step 7/23 : RUN go mod download [2021-01-29T00:44:03.190Z] ---> c0e0f16ec965 [2021-01-29T00:44:03.190Z] Step 7/34 : RUN go mod download [2021-01-29T00:44:03.190Z] ---> Running in 7755d7c127a5 [2021-01-29T00:44:03.190Z] ---> a21789cf3b64 [2021-01-29T00:44:03.190Z] Step 7/22 : RUN go mod download [2021-01-29T00:44:03.483Z] ---> Running in 2de822ce86fa [2021-01-29T00:44:03.483Z] ---> Running in 97cfd8a0137a [2021-01-29T00:44:05.765Z] + sudo snap install --classic snapcraft [2021-01-29T00:44:07.004Z] Removing intermediate container 7552bcf962ea [2021-01-29T00:44:07.004Z] ---> 9cef58984dda [2021-01-29T00:44:07.004Z] Step 8/23 : COPY . . [2021-01-29T00:44:07.004Z] Removing intermediate container 4f64ec3f73cc [2021-01-29T00:44:07.004Z] ---> 5f64a921707c [2021-01-29T00:44:07.004Z] Step 8/24 : COPY . . [2021-01-29T00:44:07.994Z] Removing intermediate container 7755d7c127a5 [2021-01-29T00:44:07.994Z] ---> 2564daeb1051 [2021-01-29T00:44:07.994Z] Step 8/23 : COPY . . [2021-01-29T00:44:08.981Z] Removing intermediate container 2de822ce86fa [2021-01-29T00:44:08.981Z] ---> c14172393ec7 [2021-01-29T00:44:08.981Z] Step 8/34 : COPY . . [2021-01-29T00:44:08.981Z] Removing intermediate container 97cfd8a0137a [2021-01-29T00:44:08.981Z] ---> 3f6d06d3c928 [2021-01-29T00:44:08.981Z] Step 8/22 : COPY . . [2021-01-29T00:44:12.378Z] snapcraft 4.4.4 from Canonical* installed [2021-01-29T00:44:12.378Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-29T00:44:12.378Z] + patch --verbose -p1 [2021-01-29T00:44:12.378Z] Hmm... Looks like a unified diff to me... [2021-01-29T00:44:12.378Z] The text leading up to this was: [2021-01-29T00:44:12.378Z] -------------------------- [2021-01-29T00:44:12.378Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-29T00:44:12.378Z] |From: Tony Espy [2021-01-29T00:44:12.378Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-29T00:44:12.378Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-29T00:44:12.378Z] | [2021-01-29T00:44:12.378Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-29T00:44:12.378Z] |optimize the snap CI check run for pull requests. When [2021-01-29T00:44:12.378Z] |applied, it essentially strips out everything (apps and [2021-01-29T00:44:12.378Z] |parts) from the snapcraft.yaml file except those required [2021-01-29T00:44:12.378Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-29T00:44:12.378Z] |catch changes to edgex-go that break the snap build. [2021-01-29T00:44:12.378Z] | [2021-01-29T00:44:12.378Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-29T00:44:12.378Z] |to update this patch file, otherwise it may fail to apply, [2021-01-29T00:44:12.378Z] |resulting in a failed snap build CI check in the associated [2021-01-29T00:44:12.378Z] |pull request. [2021-01-29T00:44:12.378Z] | [2021-01-29T00:44:12.378Z] |Note - in addition to applying this patch, the pipeline also [2021-01-29T00:44:12.378Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-29T00:44:12.378Z] |need to build the finally binary .snap file (and it won't [2021-01-29T00:44:12.378Z] |work with the patch applied). This further reduces the build [2021-01-29T00:44:12.378Z] |time. [2021-01-29T00:44:12.378Z] |--- [2021-01-29T00:44:12.378Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-29T00:44:12.378Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-29T00:44:12.378Z] | [2021-01-29T00:44:12.378Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-29T00:44:12.378Z] |index 1e537489..faf42425 100644 [2021-01-29T00:44:12.378Z] |--- a/snap/snapcraft.yaml [2021-01-29T00:44:12.378Z] |+++ b/snap/snapcraft.yaml [2021-01-29T00:44:12.378Z] -------------------------- [2021-01-29T00:44:12.378Z] patching file snap/snapcraft.yaml [2021-01-29T00:44:12.378Z] Using Plan A... [2021-01-29T00:44:12.378Z] Hunk #1 succeeded at 73. [2021-01-29T00:44:12.378Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-29T00:44:12.378Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-29T00:44:12.378Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-29T00:44:12.378Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-29T00:44:12.378Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-29T00:44:12.378Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-29T00:44:12.379Z] Hunk #8 succeeded at 342. [2021-01-29T00:44:12.379Z] Hmm... Ignoring the trailing garbage. [2021-01-29T00:44:12.379Z] done [2021-01-29T00:44:12.379Z] + sudo snapcraft prime --use-lxd [2021-01-29T00:44:13.335Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-29T00:44:13.335Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-29T00:44:13.335Z] - README.md [2021-01-29T00:44:13.335Z] - snapcraft.yaml.orig [2021-01-29T00:44:13.335Z] [2021-01-29T00:44:13.335Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-29T00:44:14.305Z] Launching a container. [2021-01-29T00:44:26.579Z] Waiting for container to be ready [2021-01-29T00:44:26.579Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-29T00:44:26.579Z] [2021-01-29T00:44:30.835Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-29T00:44:30.835Z] Waiting for network to be ready... [2021-01-29T00:44:31.436Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-29T00:44:31.436Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-29T00:44:31.703Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1524 kB] [2021-01-29T00:44:31.965Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-29T00:44:31.965Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-29T00:44:32.229Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-29T00:44:32.229Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-29T00:44:32.229Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-29T00:44:32.229Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [223 kB] [2021-01-29T00:44:32.229Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.5 kB] [2021-01-29T00:44:32.229Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-29T00:44:32.229Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-29T00:44:32.497Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-29T00:44:32.497Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-29T00:44:32.497Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-29T00:44:32.497Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-29T00:44:32.497Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-29T00:44:32.497Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-29T00:44:32.762Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-29T00:44:33.023Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] [2021-01-29T00:44:33.284Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-29T00:44:33.284Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-29T00:44:33.284Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-29T00:44:33.284Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] [2021-01-29T00:44:33.284Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-29T00:44:33.284Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] [2021-01-29T00:44:33.284Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-29T00:44:35.833Z] Fetched 23.8 MB in 4s (5470 kB/s) [2021-01-29T00:44:35.876Z] ---> 6cebf647bd7a [2021-01-29T00:44:35.876Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-29T00:44:35.876Z] ---> eb3d9f3bfaeb [2021-01-29T00:44:35.876Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-29T00:44:35.876Z] ---> 0498f3b674a7 [2021-01-29T00:44:35.876Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-29T00:44:35.876Z] ---> 070428946cff [2021-01-29T00:44:35.876Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-29T00:44:35.876Z] ---> c73cb9826934 [2021-01-29T00:44:35.876Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-29T00:44:35.876Z] ---> Running in d5cac4f02d7f [2021-01-29T00:44:35.876Z] ---> Running in 091ab0dc263c [2021-01-29T00:44:35.876Z] ---> Running in 1b9f2ab0bbc1 [2021-01-29T00:44:35.876Z] ---> Running in b33b7260fda2 [2021-01-29T00:44:35.876Z] ---> Running in 113b4ba6cc97 [2021-01-29T00:44:35.876Z] Removing intermediate container 113b4ba6cc97 [2021-01-29T00:44:35.876Z] ---> 010c787da193 [2021-01-29T00:44:35.876Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-29T00:44:35.876Z] ---> Running in 8f2c0a94db8d [2021-01-29T00:44:35.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-29T00:44:36.408Z] Reading package lists... [2021-01-29T00:44:36.483Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-29T00:44:36.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-29T00:44:36.674Z] Reading package lists... [2021-01-29T00:44:36.674Z] Building dependency tree... [2021-01-29T00:44:36.674Z] Reading state information... [2021-01-29T00:44:36.759Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-29T00:44:36.938Z] The following additional packages will be installed: [2021-01-29T00:44:36.938Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-29T00:44:36.938Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-29T00:44:36.938Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-29T00:44:36.938Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-29T00:44:36.938Z] Suggested packages: [2021-01-29T00:44:36.938Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-29T00:44:36.938Z] Recommended packages: [2021-01-29T00:44:36.938Z] gnupg libsasl2-modules [2021-01-29T00:44:36.938Z] The following NEW packages will be installed: [2021-01-29T00:44:36.938Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-29T00:44:36.938Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-29T00:44:36.938Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-29T00:44:36.938Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-29T00:44:36.938Z] The following packages will be upgraded: [2021-01-29T00:44:36.938Z] gpg gpg-agent gpgconf libudev1 [2021-01-29T00:44:36.938Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-29T00:44:36.938Z] Need to get 3533 kB of archives. [2021-01-29T00:44:36.938Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-29T00:44:36.938Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-29T00:44:36.938Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-29T00:44:37.201Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-29T00:44:37.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T00:44:37.462Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-29T00:44:37.463Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-29T00:44:37.463Z] 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-01-29T00:44:37.463Z] 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-01-29T00:44:37.735Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-29T00:44:37.735Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-29T00:44:37.735Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-29T00:44:37.735Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-29T00:44:37.735Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-29T00:44:37.735Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-29T00:44:37.735Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-29T00:44:37.735Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-29T00:44:37.735Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-29T00:44:37.735Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-29T00:44:37.735Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-29T00:44:37.735Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-29T00:44:37.735Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-29T00:44:37.735Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-29T00:44:37.735Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-29T00:44:37.996Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T00:44:37.996Z] Fetched 3533 kB in 1s (3795 kB/s) [2021-01-29T00:44:37.996Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-29T00:44:37.996Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-29T00:44:37.996Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T00:44:38.257Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-29T00:44:38.257Z] Selecting previously unselected package udev. [2021-01-29T00:44:38.257Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-29T00:44:38.257Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-29T00:44:38.257Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-29T00:44:38.518Z] Selecting previously unselected package libfuse2:amd64. [2021-01-29T00:44:38.518Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-29T00:44:38.518Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-29T00:44:38.518Z] Selecting previously unselected package fuse. [2021-01-29T00:44:38.518Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-29T00:44:38.518Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-29T00:44:38.779Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T00:44:38.779Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T00:44:38.779Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T00:44:38.779Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T00:44:39.039Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T00:44:39.039Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T00:44:39.039Z] Selecting previously unselected package libksba8:amd64. [2021-01-29T00:44:39.039Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-29T00:44:39.039Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-29T00:44:39.302Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-29T00:44:39.302Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T00:44:39.302Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:39.302Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-29T00:44:39.302Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T00:44:39.302Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:39.302Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-29T00:44:39.302Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T00:44:39.302Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:39.565Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-29T00:44:39.565Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T00:44:39.565Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:39.565Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-29T00:44:39.565Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T00:44:39.565Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:39.825Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-29T00:44:39.825Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T00:44:39.825Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:39.825Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-29T00:44:39.825Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T00:44:39.825Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:39.825Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-29T00:44:40.084Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T00:44:40.084Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:40.084Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-29T00:44:40.084Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T00:44:40.084Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:40.084Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-29T00:44:40.084Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-29T00:44:40.084Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T00:44:40.345Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-29T00:44:40.345Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-29T00:44:40.345Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T00:44:40.345Z] Selecting previously unselected package libldap-common. [2021-01-29T00:44:40.345Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-29T00:44:40.345Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T00:44:40.345Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-29T00:44:40.345Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-29T00:44:40.610Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T00:44:40.610Z] Selecting previously unselected package dirmngr. [2021-01-29T00:44:40.610Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T00:44:40.610Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-29T00:44:40.610Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T00:44:40.872Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-29T00:44:40.872Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-29T00:44:40.872Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T00:44:40.872Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T00:44:40.872Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-29T00:44:40.872Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:40.872Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-29T00:44:41.134Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T00:44:41.134Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-29T00:44:41.717Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-29T00:44:41.717Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:41.717Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-29T00:44:41.717Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-29T00:44:41.979Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-29T00:44:41.979Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:41.979Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:41.979Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:41.979Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:41.979Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:41.979Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:41.979Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T00:44:41.979Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T00:44:42.239Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-29T00:44:42.239Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T00:44:42.504Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-29T00:44:42.504Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-29T00:44:42.504Z] This means they are not meant to be enabled using systemctl. [2021-01-29T00:44:42.504Z] Possible reasons for having this kind of units are: [2021-01-29T00:44:42.504Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-29T00:44:42.504Z] .wants/ or .requires/ directory. [2021-01-29T00:44:42.504Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-29T00:44:42.504Z] a requirement dependency on it. [2021-01-29T00:44:42.504Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-29T00:44:42.504Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-29T00:44:42.504Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-29T00:44:42.504Z] instance name specified. [2021-01-29T00:44:43.044Z] Reading package lists... [2021-01-29T00:44:43.044Z] Building dependency tree... [2021-01-29T00:44:43.044Z] Reading state information... [2021-01-29T00:44:43.307Z] The following additional packages will be installed: [2021-01-29T00:44:43.307Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-29T00:44:43.307Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-29T00:44:43.307Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-29T00:44:43.307Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-29T00:44:43.307Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-29T00:44:43.307Z] Suggested packages: [2021-01-29T00:44:43.307Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-29T00:44:43.307Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-29T00:44:43.307Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-29T00:44:43.307Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-29T00:44:43.307Z] systemd-container policykit-1 [2021-01-29T00:44:43.307Z] Recommended packages: [2021-01-29T00:44:43.307Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-29T00:44:43.307Z] The following NEW packages will be installed: [2021-01-29T00:44:43.307Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-29T00:44:43.307Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-29T00:44:43.307Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-29T00:44:43.307Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-29T00:44:43.307Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-29T00:44:43.307Z] The following packages will be upgraded: [2021-01-29T00:44:43.307Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-29T00:44:43.570Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-29T00:44:43.570Z] Need to get 35.2 MB of archives. [2021-01-29T00:44:43.570Z] After this operation, 141 MB of additional disk space will be used. [2021-01-29T00:44:43.570Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-29T00:44:43.570Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-29T00:44:44.517Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-29T00:44:44.518Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-29T00:44:44.518Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-29T00:44:44.777Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-29T00:44:44.777Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-29T00:44:44.777Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-29T00:44:44.777Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-29T00:44:44.777Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-29T00:44:44.777Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-29T00:44:44.777Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-29T00:44:44.777Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-29T00:44:44.777Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-29T00:44:44.777Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-29T00:44:44.777Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-29T00:44:44.777Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-29T00:44:44.777Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-29T00:44:44.777Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-29T00:44:44.777Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-29T00:44:45.037Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-29T00:44:45.037Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-29T00:44:45.037Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-29T00:44:45.037Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-29T00:44:45.037Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-29T00:44:45.037Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-29T00:44:45.037Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-29T00:44:45.037Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-29T00:44:45.037Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-29T00:44:45.037Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-29T00:44:45.982Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T00:44:45.982Z] Fetched 35.2 MB in 2s (14.6 MB/s) [2021-01-29T00:44:45.982Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T00:44:45.982Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-29T00:44:45.982Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T00:44:46.555Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-29T00:44:46.555Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T00:44:46.822Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-29T00:44:46.822Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T00:44:46.822Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-29T00:44:46.822Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-29T00:44:47.089Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-29T00:44:47.089Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T00:44:47.089Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-29T00:44:47.089Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-29T00:44:47.360Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-29T00:44:47.621Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-29T00:44:47.888Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-29T00:44:48.149Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-29T00:44:48.149Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-29T00:44:48.149Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-29T00:44:48.415Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-29T00:44:48.415Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T00:44:48.415Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T00:44:48.677Z] Selecting previously unselected package libexpat1:amd64. [2021-01-29T00:44:48.677Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-29T00:44:48.677Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-29T00:44:48.677Z] Selecting previously unselected package python3.6-minimal. [2021-01-29T00:44:48.677Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T00:44:48.677Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T00:44:48.941Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-29T00:44:49.219Z] Checking for services that may need to be restarted...done. [2021-01-29T00:44:49.219Z] Checking for services that may need to be restarted...done. [2021-01-29T00:44:49.219Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T00:44:49.219Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-29T00:44:49.219Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T00:44:49.800Z] Selecting previously unselected package python3-minimal. [2021-01-29T00:44:49.800Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-29T00:44:49.800Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-29T00:44:49.800Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-29T00:44:49.800Z] Selecting previously unselected package mime-support. [2021-01-29T00:44:49.800Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-29T00:44:49.800Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-29T00:44:49.800Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-29T00:44:49.800Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-29T00:44:50.076Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-29T00:44:50.076Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-29T00:44:50.076Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T00:44:50.076Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T00:44:50.342Z] Selecting previously unselected package python3.6. [2021-01-29T00:44:50.342Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T00:44:50.342Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T00:44:50.342Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-29T00:44:50.342Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-29T00:44:50.342Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-29T00:44:50.342Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-29T00:44:50.605Z] Selecting previously unselected package python3. [2021-01-29T00:44:50.605Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-29T00:44:50.605Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-29T00:44:50.868Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-29T00:44:50.868Z] Selecting previously unselected package multiarch-support. [2021-01-29T00:44:50.868Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T00:44:50.868Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-29T00:44:50.868Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-29T00:44:50.868Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-29T00:44:50.868Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-29T00:44:50.868Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-29T00:44:50.868Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-29T00:44:51.129Z] Selecting previously unselected package libbsd0:amd64. [2021-01-29T00:44:51.129Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-29T00:44:51.129Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-29T00:44:51.129Z] Selecting previously unselected package sudo. [2021-01-29T00:44:51.129Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-29T00:44:51.129Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-29T00:44:51.391Z] Selecting previously unselected package apparmor. [2021-01-29T00:44:51.391Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-29T00:44:51.391Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-29T00:44:51.391Z] Selecting previously unselected package libedit2:amd64. [2021-01-29T00:44:51.391Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-29T00:44:51.391Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-29T00:44:51.654Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-29T00:44:51.654Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T00:44:51.654Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T00:44:51.654Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-29T00:44:51.654Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T00:44:51.654Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T00:44:51.915Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-29T00:44:51.915Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-29T00:44:51.915Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-29T00:44:51.915Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-29T00:44:51.915Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T00:44:51.915Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T00:44:52.177Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-29T00:44:52.177Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T00:44:52.177Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T00:44:52.177Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-29T00:44:52.177Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-29T00:44:52.177Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-29T00:44:52.438Z] Selecting previously unselected package openssh-client. [2021-01-29T00:44:52.438Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-29T00:44:52.438Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-29T00:44:52.698Z] Selecting previously unselected package squashfs-tools. [2021-01-29T00:44:52.698Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-29T00:44:52.698Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-29T00:44:52.698Z] Selecting previously unselected package snapd. [2021-01-29T00:44:52.699Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-29T00:44:52.699Z] Unpacking snapd (2.48+18.04) ... [2021-01-29T00:44:55.246Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-29T00:44:55.246Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-29T00:44:55.246Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-29T00:44:55.246Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-29T00:44:55.246Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-29T00:44:55.246Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T00:44:55.246Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T00:44:55.246Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-29T00:44:55.246Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-29T00:44:56.188Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-29T00:44:56.188Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-29T00:44:56.188Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-29T00:44:56.188Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T00:44:56.188Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T00:44:56.188Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T00:44:56.758Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-29T00:44:56.758Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T00:44:56.758Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-29T00:44:56.758Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-29T00:44:57.020Z] running python rtupdate hooks for python3.6... [2021-01-29T00:44:57.020Z] running python post-rtupdate hooks for python3.6... [2021-01-29T00:44:57.020Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-29T00:44:58.408Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-29T00:44:58.670Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T00:44:58.670Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-29T00:44:59.268Z] Setting up snapd (2.48+18.04) ... [2021-01-29T00:44:59.843Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-29T00:45:00.104Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-29T00:45:00.104Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-29T00:45:00.366Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-29T00:45:00.631Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-29T00:45:00.631Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-29T00:45:00.631Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-29T00:45:00.897Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-29T00:45:01.163Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-29T00:45:01.163Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-29T00:45:01.435Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-29T00:45:01.435Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T00:45:01.435Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-29T00:45:02.423Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T00:45:02.703Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T00:45:02.969Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T00:45:03.805Z] Reading package lists... [2021-01-29T00:45:04.066Z] Reading package lists... [2021-01-29T00:45:04.331Z] Building dependency tree... [2021-01-29T00:45:04.331Z] Reading state information... [2021-01-29T00:45:04.592Z] Calculating upgrade... [2021-01-29T00:45:04.593Z] The following packages will be upgraded: [2021-01-29T00:45:04.593Z] advancecomp base-files bash binutils binutils-common [2021-01-29T00:45:04.593Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-29T00:45:04.593Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-29T00:45:04.593Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-29T00:45:04.593Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-29T00:45:04.593Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-29T00:45:04.593Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-29T00:45:04.593Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-29T00:45:04.593Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-29T00:45:04.593Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-29T00:45:04.593Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-29T00:45:04.593Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-29T00:45:04.593Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-29T00:45:04.593Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-29T00:45:04.593Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-29T00:45:04.593Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T00:45:04.593Z] Need to get 63.8 MB of archives. [2021-01-29T00:45:04.593Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-29T00:45:04.593Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-29T00:45:04.879Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-29T00:45:04.879Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-29T00:45:04.879Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-29T00:45:04.879Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-29T00:45:04.879Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-29T00:45:04.879Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-29T00:45:04.879Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-29T00:45:04.879Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-29T00:45:04.879Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-29T00:45:04.879Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-29T00:45:04.879Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-29T00:45:04.879Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-29T00:45:04.879Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-29T00:45:04.879Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-29T00:45:04.879Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-29T00:45:04.879Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-29T00:45:05.142Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-29T00:45:05.142Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-29T00:45:05.143Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-29T00:45:05.143Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-29T00:45:05.143Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-29T00:45:05.143Z] 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-01-29T00:45:05.143Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-29T00:45:05.143Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-29T00:45:05.143Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-29T00:45:05.143Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-29T00:45:05.143Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-29T00:45:05.143Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-29T00:45:05.143Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-29T00:45:05.143Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-29T00:45:05.406Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-29T00:45:05.406Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-29T00:45:05.406Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-29T00:45:05.406Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-29T00:45:05.406Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-29T00:45:05.406Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-29T00:45:05.406Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-29T00:45:05.406Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-29T00:45:05.406Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-29T00:45:05.406Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-29T00:45:05.406Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-29T00:45:05.406Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-29T00:45:05.406Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-29T00:45:05.406Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-29T00:45:05.406Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-01-29T00:45:05.406Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-29T00:45:05.406Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-29T00:45:05.406Z] 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-01-29T00:45:05.406Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-29T00:45:05.407Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-29T00:45:05.407Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-29T00:45:05.407Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-29T00:45:05.407Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-29T00:45:05.407Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-29T00:45:05.407Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-29T00:45:05.677Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-29T00:45:05.677Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-29T00:45:05.945Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-29T00:45:05.945Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-29T00:45:05.945Z] 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-01-29T00:45:05.945Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-29T00:45:05.945Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-29T00:45:05.945Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-29T00:45:05.945Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-29T00:45:06.536Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-29T00:45:06.536Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-29T00:45:06.536Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-29T00:45:06.536Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-29T00:45:06.536Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-29T00:45:06.798Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-29T00:45:06.798Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-29T00:45:06.798Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-29T00:45:06.798Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-29T00:45:06.798Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-29T00:45:06.798Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-29T00:45:06.798Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-29T00:45:06.798Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-29T00:45:06.798Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-29T00:45:06.798Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-29T00:45:06.798Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-29T00:45:06.798Z] 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-01-29T00:45:06.798Z] 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-01-29T00:45:06.798Z] 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-01-29T00:45:06.798Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-29T00:45:06.798Z] 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-01-29T00:45:07.062Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-29T00:45:07.062Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-29T00:45:07.063Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-29T00:45:07.063Z] 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-01-29T00:45:07.063Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-29T00:45:07.063Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-29T00:45:07.063Z] 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-01-29T00:45:07.063Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-29T00:45:07.063Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-29T00:45:07.063Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-29T00:45:07.063Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-29T00:45:07.063Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-29T00:45:07.063Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-29T00:45:07.329Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T00:45:07.329Z] Fetched 63.8 MB in 2s (26.0 MB/s) [2021-01-29T00:45:07.329Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:07.329Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T00:45:07.329Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T00:45:07.910Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T00:45:07.910Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T00:45:08.172Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-29T00:45:08.172Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-29T00:45:09.116Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:09.116Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T00:45:09.116Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:09.116Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T00:45:09.377Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:09.377Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T00:45:09.377Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:09.377Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T00:45:09.639Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:09.639Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T00:45:09.639Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:09.639Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T00:45:09.901Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:09.901Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T00:45:10.164Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T00:45:10.164Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T00:45:10.164Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:10.164Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-29T00:45:10.426Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-29T00:45:10.426Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T00:45:10.426Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:10.426Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T00:45:10.689Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:10.689Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T00:45:10.689Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:10.689Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T00:45:10.950Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T00:45:11.211Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T00:45:11.211Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T00:45:11.211Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T00:45:11.786Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-29T00:45:12.051Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T00:45:12.051Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-29T00:45:12.051Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-29T00:45:12.051Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-29T00:45:12.051Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-29T00:45:12.313Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-29T00:45:12.313Z] Installing new version of config file /etc/issue ... [2021-01-29T00:45:12.313Z] Installing new version of config file /etc/issue.net ... [2021-01-29T00:45:12.573Z] Installing new version of config file /etc/lsb-release ... [2021-01-29T00:45:12.573Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-29T00:45:12.834Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-29T00:45:12.834Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-29T00:45:12.834Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-29T00:45:12.834Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:12.834Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-29T00:45:13.096Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-29T00:45:13.096Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-29T00:45:13.096Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-29T00:45:13.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:13.358Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T00:45:13.358Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-29T00:45:13.358Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-29T00:45:13.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:13.623Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-29T00:45:13.623Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-29T00:45:13.623Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-29T00:45:13.885Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:13.885Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-29T00:45:13.885Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T00:45:14.147Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-29T00:45:14.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:14.147Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T00:45:14.147Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T00:45:14.411Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T00:45:14.411Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:14.411Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T00:45:14.411Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T00:45:14.671Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-29T00:45:14.671Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:14.671Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-29T00:45:14.671Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-29T00:45:14.671Z] Setting up grep (3.1-2build1) ... [2021-01-29T00:45:14.932Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:14.932Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-29T00:45:14.932Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-29T00:45:14.932Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-29T00:45:15.193Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:15.193Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T00:45:15.193Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T00:45:15.193Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-29T00:45:15.454Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:15.454Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T00:45:15.454Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T00:45:16.026Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T00:45:16.026Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T00:45:16.026Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T00:45:16.026Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T00:45:16.601Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-29T00:45:16.864Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:16.864Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-29T00:45:16.864Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T00:45:17.813Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-29T00:45:17.813Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-29T00:45:17.813Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-29T00:45:17.813Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-29T00:45:18.075Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-29T00:45:18.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:18.075Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-29T00:45:18.075Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-29T00:45:18.336Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-29T00:45:18.336Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:18.336Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T00:45:18.336Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T00:45:18.599Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T00:45:18.599Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:18.599Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T00:45:18.599Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T00:45:18.867Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T00:45:18.867Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:18.867Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T00:45:18.867Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T00:45:18.867Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T00:45:19.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:19.129Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T00:45:19.129Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T00:45:19.392Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T00:45:19.392Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:19.392Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T00:45:19.392Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T00:45:19.653Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T00:45:19.653Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T00:45:19.653Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T00:45:19.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:19.914Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T00:45:19.914Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T00:45:19.914Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T00:45:20.176Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:20.176Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T00:45:20.176Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T00:45:20.176Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T00:45:20.439Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:20.439Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T00:45:20.439Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T00:45:20.439Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-29T00:45:20.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:20.701Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T00:45:20.701Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T00:45:21.274Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-29T00:45:21.534Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-29T00:45:21.796Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-29T00:45:21.796Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:21.796Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T00:45:21.796Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T00:45:22.058Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T00:45:22.320Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T00:45:22.320Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-29T00:45:22.320Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T00:45:22.581Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-29T00:45:22.581Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:22.581Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-29T00:45:22.581Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-29T00:45:22.844Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-29T00:45:23.106Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:23.106Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-29T00:45:23.106Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-29T00:45:23.106Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-29T00:45:23.368Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:23.368Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-29T00:45:23.368Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-29T00:45:23.368Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-29T00:45:23.629Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:23.629Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T00:45:23.629Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T00:45:23.629Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T00:45:23.901Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:23.901Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T00:45:23.901Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T00:45:24.162Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T00:45:24.162Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:24.162Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T00:45:24.423Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T00:45:24.423Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T00:45:24.684Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:24.684Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T00:45:24.684Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T00:45:24.949Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-29T00:45:24.949Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T00:45:24.949Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T00:45:24.949Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T00:45:25.213Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T00:45:25.213Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:25.213Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-29T00:45:25.476Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-29T00:45:25.476Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-29T00:45:25.737Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:25.737Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-29T00:45:25.737Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T00:45:25.737Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T00:45:26.307Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:26.307Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T00:45:26.307Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T00:45:26.307Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T00:45:26.307Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:26.307Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-29T00:45:26.307Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-29T00:45:26.567Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-29T00:45:26.842Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:26.842Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-29T00:45:26.842Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-29T00:45:27.103Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-29T00:45:27.367Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:27.367Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T00:45:27.367Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T00:45:27.367Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-29T00:45:27.630Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:27.630Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-29T00:45:27.630Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-29T00:45:27.630Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-29T00:45:27.891Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:27.891Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-29T00:45:27.891Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-29T00:45:28.156Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-29T00:45:28.156Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:28.156Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-29T00:45:28.156Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-29T00:45:28.423Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-29T00:45:28.423Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:28.423Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-29T00:45:28.423Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-29T00:45:28.685Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-29T00:45:28.685Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:28.685Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-29T00:45:28.685Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-29T00:45:28.946Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-29T00:45:28.946Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T00:45:28.946Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-29T00:45:28.946Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-29T00:45:29.208Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-29T00:45:29.208Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-29T00:45:29.208Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-29T00:45:29.208Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-29T00:45:29.472Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-29T00:45:29.472Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-29T00:45:29.472Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-29T00:45:29.734Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-29T00:45:29.734Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-29T00:45:29.734Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-29T00:45:29.997Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-29T00:45:29.997Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-29T00:45:29.997Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-29T00:45:29.997Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-29T00:45:30.259Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-29T00:45:30.259Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-29T00:45:30.833Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-29T00:45:30.833Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-29T00:45:30.833Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-29T00:45:30.833Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-29T00:45:31.094Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-29T00:45:31.094Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-29T00:45:31.094Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-29T00:45:31.356Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-29T00:45:31.356Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-01-29T00:45:31.356Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-01-29T00:45:32.301Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-29T00:45:32.301Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-29T00:45:32.301Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-29T00:45:32.562Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-29T00:45:32.562Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T00:45:32.562Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T00:45:32.823Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T00:45:32.823Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T00:45:33.089Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T00:45:33.089Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T00:45:33.089Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T00:45:33.349Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T00:45:33.349Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:33.349Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T00:45:33.613Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:33.613Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T00:45:33.613Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:33.613Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T00:45:33.874Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:33.874Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T00:45:34.823Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:34.823Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T00:45:35.774Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:36.037Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T00:45:36.610Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:36.610Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T00:45:37.185Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:37.185Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T00:45:38.129Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T00:45:38.129Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T00:45:38.129Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T00:45:38.129Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T00:45:38.391Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-29T00:45:38.391Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T00:45:38.655Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-29T00:45:38.655Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T00:45:38.655Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-29T00:45:38.655Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-29T00:45:38.916Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T00:45:38.916Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T00:45:38.916Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T00:45:38.916Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T00:45:39.176Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-29T00:45:39.176Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-29T00:45:39.437Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T00:45:39.437Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T00:45:39.437Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T00:45:39.437Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T00:45:39.437Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T00:45:39.437Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-29T00:45:39.437Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-29T00:45:39.437Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-01-29T00:45:39.698Z] [2021-01-29T00:45:39.698Z] Current default time zone: 'Etc/UTC' [2021-01-29T00:45:39.698Z] Local time is now: Fri Jan 29 00:45:39 UTC 2021. [2021-01-29T00:45:39.698Z] Universal Time is now: Fri Jan 29 00:45:39 UTC 2021. [2021-01-29T00:45:39.698Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-29T00:45:39.698Z] [2021-01-29T00:45:39.698Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-29T00:45:39.698Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T00:45:39.698Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-29T00:45:39.698Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-29T00:45:39.698Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-29T00:45:39.698Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-29T00:45:39.698Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-29T00:45:39.698Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-29T00:45:39.959Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-29T00:45:39.959Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-29T00:45:39.959Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T00:45:39.959Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-29T00:45:40.220Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T00:45:40.220Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-29T00:45:40.220Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T00:45:40.220Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-29T00:45:40.481Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-29T00:45:40.481Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-29T00:45:40.481Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-29T00:45:40.481Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-29T00:45:40.481Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-29T00:45:40.481Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-29T00:45:40.481Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-29T00:45:42.395Z] Updating certificates in /etc/ssl/certs... [2021-01-29T00:45:43.338Z] 22 added, 17 removed; done. [2021-01-29T00:45:43.600Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-29T00:45:43.600Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T00:45:43.600Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-29T00:45:43.600Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-29T00:45:43.600Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-29T00:45:43.864Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T00:45:43.864Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-29T00:45:43.864Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T00:45:43.864Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T00:45:43.864Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T00:45:43.864Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T00:45:43.864Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T00:45:44.125Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-29T00:45:44.125Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-29T00:45:44.125Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-29T00:45:44.125Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-29T00:45:44.125Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-29T00:45:44.125Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T00:45:44.125Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T00:45:44.389Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-29T00:45:44.389Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-29T00:45:44.389Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-29T00:45:44.389Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T00:45:44.653Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-29T00:45:44.653Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-29T00:45:44.653Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-29T00:45:44.653Z] Updating certificates in /etc/ssl/certs... [2021-01-29T00:45:45.598Z] 0 added, 0 removed; done. [2021-01-29T00:45:45.598Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-29T00:45:45.598Z] done. [2021-01-29T00:45:45.861Z] Reading package lists... [2021-01-29T00:45:46.123Z] Building dependency tree... [2021-01-29T00:45:46.123Z] Reading state information... [2021-01-29T00:45:46.384Z] The following NEW packages will be installed: [2021-01-29T00:45:46.384Z] apt-transport-https [2021-01-29T00:45:46.384Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T00:45:46.384Z] Need to get 1696 B of archives. [2021-01-29T00:45:46.384Z] After this operation, 153 kB of additional disk space will be used. [2021-01-29T00:45:46.384Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-29T00:45:46.384Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T00:45:46.384Z] Fetched 1696 B in 0s (45.6 kB/s) [2021-01-29T00:45:46.645Z] Selecting previously unselected package apt-transport-https. [2021-01-29T00:45:46.645Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-29T00:45:46.645Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-29T00:45:46.645Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-29T00:45:46.645Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-29T00:45:46.908Z] Waiting for network to be ready... [2021-01-29T00:45:52.214Z] 2021-01-29T00:45:49Z INFO Waiting for automatic snapd restart... [2021-01-29T00:45:52.214Z] snapd 2.48.2 from Canonical* installed [2021-01-29T00:45:53.168Z] "snapd" switched to the "latest/stable" channel [2021-01-29T00:45:53.168Z] [2021-01-29T00:45:55.716Z] core18 20201210 from Canonical* installed [2021-01-29T00:45:55.978Z] "core18" switched to the "latest/stable" channel [2021-01-29T00:45:55.978Z] [2021-01-29T00:45:59.286Z] snapcraft 4.4.4 from Canonical* installed [2021-01-29T00:45:59.286Z] "snapcraft" switched to the "latest/stable" channel [2021-01-29T00:45:59.286Z] [2021-01-29T00:46:03.507Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-29T00:46:03.507Z] - README.md [2021-01-29T00:46:03.507Z] - snapcraft.yaml.orig [2021-01-29T00:46:03.507Z] [2021-01-29T00:46:03.507Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-29T00:46:10.103Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T00:46:10.103Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T00:46:10.103Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T00:46:10.103Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T00:46:11.052Z] Reading package lists... [2021-01-29T00:46:11.320Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-29T00:46:14.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-29T00:46:14.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T00:46:17.908Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T00:46:17.908Z] Reading package lists... [2021-01-29T00:46:17.908Z] Building dependency tree... [2021-01-29T00:46:17.908Z] Reading state information... [2021-01-29T00:46:17.908Z] Suggested packages: [2021-01-29T00:46:17.908Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-29T00:46:17.908Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-29T00:46:17.908Z] Recommended packages: [2021-01-29T00:46:17.908Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-29T00:46:17.908Z] The following NEW packages will be installed: [2021-01-29T00:46:17.908Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-29T00:46:17.908Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-29T00:46:17.908Z] pkg-config zip [2021-01-29T00:46:17.908Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T00:46:17.908Z] Need to get 7655 kB of archives. [2021-01-29T00:46:17.908Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-29T00:46:17.908Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-29T00:46:17.908Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-29T00:46:17.908Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-29T00:46:17.908Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-29T00:46:17.908Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-29T00:46:17.908Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-29T00:46:17.908Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-29T00:46:17.908Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-29T00:46:18.167Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-29T00:46:18.167Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-29T00:46:18.167Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-29T00:46:18.167Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-29T00:46:18.428Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-29T00:46:18.428Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-29T00:46:18.428Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-29T00:46:18.428Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T00:46:18.428Z] Fetched 7655 kB in 1s (11.4 MB/s) [2021-01-29T00:46:18.690Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-29T00:46:18.690Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-29T00:46:18.690Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-29T00:46:18.690Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-29T00:46:18.690Z] Selecting previously unselected package libpsl5:amd64. [2021-01-29T00:46:18.690Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-29T00:46:18.690Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-29T00:46:18.951Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-29T00:46:18.951Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-29T00:46:18.951Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-29T00:46:18.951Z] Selecting previously unselected package librtmp1:amd64. [2021-01-29T00:46:18.951Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-29T00:46:18.951Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-29T00:46:18.951Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-29T00:46:18.951Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-29T00:46:18.951Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-29T00:46:19.213Z] Selecting previously unselected package liberror-perl. [2021-01-29T00:46:19.213Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-29T00:46:19.213Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-29T00:46:19.213Z] Selecting previously unselected package git-man. [2021-01-29T00:46:19.213Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-29T00:46:19.213Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-29T00:46:19.473Z] Selecting previously unselected package git. [2021-01-29T00:46:19.473Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-29T00:46:19.473Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-29T00:46:20.334Z] Removing intermediate container d5cac4f02d7f [2021-01-29T00:46:20.334Z] ---> f1f13a28939d [2021-01-29T00:46:20.334Z] [2021-01-29T00:46:20.334Z] Step 10/24 : FROM alpine:3.12 [2021-01-29T00:46:20.334Z] 3.12: Pulling from library/alpine [2021-01-29T00:46:20.414Z] Selecting previously unselected package libnorm1:amd64. [2021-01-29T00:46:20.414Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-29T00:46:20.414Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-29T00:46:20.414Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-29T00:46:20.414Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-29T00:46:20.414Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-29T00:46:20.414Z] Selecting previously unselected package libsodium23:amd64. [2021-01-29T00:46:20.414Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-29T00:46:20.414Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-29T00:46:20.675Z] Selecting previously unselected package libzmq5:amd64. [2021-01-29T00:46:20.675Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-29T00:46:20.675Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T00:46:20.675Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-29T00:46:20.675Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-29T00:46:20.675Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T00:46:20.936Z] Selecting previously unselected package pkg-config. [2021-01-29T00:46:20.937Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-29T00:46:20.937Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-29T00:46:20.937Z] Selecting previously unselected package zip. [2021-01-29T00:46:20.937Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-29T00:46:20.937Z] Unpacking zip (3.0-11build1) ... [2021-01-29T00:46:20.937Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-29T00:46:20.937Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-29T00:46:21.198Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-29T00:46:21.198Z] Setting up liberror-perl (0.17025-1) ... [2021-01-29T00:46:21.198Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-29T00:46:21.198Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-29T00:46:21.198Z] No schema files found: doing nothing. [2021-01-29T00:46:21.198Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-29T00:46:21.198Z] Setting up zip (3.0-11build1) ... [2021-01-29T00:46:21.198Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-29T00:46:21.198Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-29T00:46:21.198Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-29T00:46:21.367Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T00:46:21.368Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T00:46:21.368Z] ---> afeebe901d6b [2021-01-29T00:46:21.368Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-29T00:46:21.464Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T00:46:21.464Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-29T00:46:21.464Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T00:46:21.464Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-29T00:46:21.464Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T00:46:21.653Z] ---> Running in 3c3a53b7c16b [2021-01-29T00:46:24.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:46:24.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:46:25.280Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-29T00:46:25.280Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T00:46:25.280Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-29T00:46:25.280Z] (4/5) Installing curl (7.69.1-r3) [2021-01-29T00:46:25.280Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T00:46:25.280Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:46:25.556Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T00:46:25.830Z] OK: 7 MiB in 19 packages [2021-01-29T00:46:28.062Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T00:46:28.062Z] git set to automatically installed. [2021-01-29T00:46:28.062Z] git-man set to automatically installed. [2021-01-29T00:46:28.062Z] libcurl3-gnutls set to automatically installed. [2021-01-29T00:46:28.062Z] liberror-perl set to automatically installed. [2021-01-29T00:46:28.062Z] libglib2.0-0 set to automatically installed. [2021-01-29T00:46:28.062Z] libnghttp2-14 set to automatically installed. [2021-01-29T00:46:28.062Z] libnorm1 set to automatically installed. [2021-01-29T00:46:28.062Z] libpgm-5.2-0 set to automatically installed. [2021-01-29T00:46:28.062Z] libpsl5 set to automatically installed. [2021-01-29T00:46:28.062Z] librtmp1 set to automatically installed. [2021-01-29T00:46:28.062Z] libsodium23 set to automatically installed. [2021-01-29T00:46:28.062Z] libzmq3-dev set to automatically installed. [2021-01-29T00:46:28.062Z] libzmq5 set to automatically installed. [2021-01-29T00:46:28.062Z] pkg-config set to automatically installed. [2021-01-29T00:46:28.062Z] zip set to automatically installed. [2021-01-29T00:46:29.447Z] snapd is not logged in, snap install commands will use sudo [2021-01-29T00:46:30.184Z] Removing intermediate container b33b7260fda2 [2021-01-29T00:46:30.184Z] ---> b246ae4d7024 [2021-01-29T00:46:30.184Z] [2021-01-29T00:46:30.184Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T00:46:30.184Z] ---> afeebe901d6b [2021-01-29T00:46:30.184Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-29T00:46:30.184Z] Removing intermediate container 3c3a53b7c16b [2021-01-29T00:46:30.184Z] ---> 0b3c0953b2fd [2021-01-29T00:46:30.184Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T00:46:30.184Z] ---> Running in ac580160442d [2021-01-29T00:46:30.184Z] ---> Running in ecc83f5a0453 [2021-01-29T00:46:30.799Z] Removing intermediate container ecc83f5a0453 [2021-01-29T00:46:30.799Z] ---> 3102b70d6386 [2021-01-29T00:46:30.799Z] Step 13/24 : WORKDIR / [2021-01-29T00:46:31.081Z] ---> Running in 9d4fc22ecae3 [2021-01-29T00:46:32.076Z] Removing intermediate container 9d4fc22ecae3 [2021-01-29T00:46:32.076Z] ---> 8c5c76e4315e [2021-01-29T00:46:32.076Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-29T00:46:32.076Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:46:32.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:46:32.988Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-29T00:46:33.270Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-29T00:46:33.270Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:46:33.270Z] ---> d811b0f7b329 [2021-01-29T00:46:33.270Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-29T00:46:33.270Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T00:46:33.547Z] OK: 6 MiB in 16 packages [2021-01-29T00:46:35.000Z] ---> cbeb139a38f6 [2021-01-29T00:46:35.001Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T00:46:36.028Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T00:46:36.464Z] ---> 0d0395ce327a [2021-01-29T00:46:36.464Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T00:46:36.599Z] snap "core18" has no updates available [2021-01-29T00:46:36.745Z] Removing intermediate container ac580160442d [2021-01-29T00:46:36.745Z] ---> 9020d3abeac8 [2021-01-29T00:46:36.745Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T00:46:37.170Z] Pulling config-common [2021-01-29T00:46:37.354Z] ---> Running in fee1cac34c06 [2021-01-29T00:46:37.634Z] + mkdir -p /tmp/build/dist/linux [2021-01-29T00:46:37.634Z] + cd /tmp/build/dist/linux [2021-01-29T00:46:37.634Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-29T00:46:37.634Z] Cloning into '.'... [2021-01-29T00:46:38.555Z] Pulling go-build-helper [2021-01-29T00:46:38.630Z] + go get github.com/robfig/glock [2021-01-29T00:46:38.630Z] Removing intermediate container fee1cac34c06 [2021-01-29T00:46:38.630Z] ---> 93eb92c4b915 [2021-01-29T00:46:38.630Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-29T00:46:38.912Z] ---> 6306e43b858e [2021-01-29T00:46:38.912Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T00:46:38.912Z] ---> Running in 6ee5ef60617d [2021-01-29T00:46:39.948Z] Removing intermediate container 6ee5ef60617d [2021-01-29T00:46:39.948Z] ---> af13aff9c941 [2021-01-29T00:46:39.948Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T00:46:40.555Z] ---> Running in 27d6551103fe [2021-01-29T00:46:40.846Z] ---> d8ec0aebb2d2 [2021-01-29T00:46:40.846Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T00:46:41.446Z] Removing intermediate container 27d6551103fe [2021-01-29T00:46:41.446Z] ---> b15c0fd44ff9 [2021-01-29T00:46:41.446Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T00:46:42.434Z] ---> d6787ef0d581 [2021-01-29T00:46:42.434Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-29T00:46:42.434Z] ---> Running in 16e1f190ed45 [2021-01-29T00:46:43.044Z] ---> 0c4d4f18e7bb [2021-01-29T00:46:43.044Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T00:46:47.369Z] ---> 94f304f1940e [2021-01-29T00:46:47.369Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T00:46:47.369Z] Removing intermediate container 1b9f2ab0bbc1 [2021-01-29T00:46:47.369Z] ---> 18f39eb36532 [2021-01-29T00:46:47.369Z] [2021-01-29T00:46:47.369Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T00:46:47.369Z] ---> afeebe901d6b [2021-01-29T00:46:47.369Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T00:46:47.641Z] ---> Running in 25d4d556f5fa [2021-01-29T00:46:47.915Z] Removing intermediate container 16e1f190ed45 [2021-01-29T00:46:47.915Z] ---> f1ed010da094 [2021-01-29T00:46:47.915Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T00:46:48.199Z] ---> 5f84b56c7bbc [2021-01-29T00:46:48.199Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-29T00:46:48.199Z] ---> Running in 19c59eb2f070 [2021-01-29T00:46:48.199Z] ---> Running in 0b6085bca5e3 [2021-01-29T00:46:48.822Z] Removing intermediate container 19c59eb2f070 [2021-01-29T00:46:48.822Z] ---> 8e08d3ec2e26 [2021-01-29T00:46:48.822Z] Step 22/24 : LABEL arch=arm64 [2021-01-29T00:46:49.107Z] Removing intermediate container 0b6085bca5e3 [2021-01-29T00:46:49.107Z] ---> bf82587cbf64 [2021-01-29T00:46:49.107Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T00:46:49.384Z] ---> Running in d67f0edfb973 [2021-01-29T00:46:49.660Z] ---> Running in 82ca332048bd [2021-01-29T00:46:50.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:46:50.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:46:50.265Z] Removing intermediate container d67f0edfb973 [2021-01-29T00:46:50.265Z] ---> e47b380d7a49 [2021-01-29T00:46:50.265Z] Step 23/24 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:46:50.893Z] ---> Running in 1f04952d29bb [2021-01-29T00:46:50.893Z] Removing intermediate container 82ca332048bd [2021-01-29T00:46:50.893Z] ---> 4ac2183f4ce8 [2021-01-29T00:46:50.893Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T00:46:50.893Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T00:46:50.893Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:46:51.176Z] OK: 5 MiB in 15 packages [2021-01-29T00:46:51.455Z] ---> Running in 84e90f74a7f7 [2021-01-29T00:46:52.060Z] Removing intermediate container 1f04952d29bb [2021-01-29T00:46:52.060Z] ---> f00b4d291ef7 [2021-01-29T00:46:52.060Z] Step 24/24 : LABEL version=0.0.0 [2021-01-29T00:46:52.337Z] ---> Running in bc0bc8f91fc9 [2021-01-29T00:46:52.609Z] Removing intermediate container 84e90f74a7f7 [2021-01-29T00:46:52.609Z] ---> 87a043867a89 [2021-01-29T00:46:52.609Z] Step 21/22 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:46:53.217Z] ---> Running in bd91c423aed7 [2021-01-29T00:46:53.487Z] Removing intermediate container bc0bc8f91fc9 [2021-01-29T00:46:53.488Z] ---> 4838ab104989 [2021-01-29T00:46:53.488Z] [2021-01-29T00:46:53.488Z] Removing intermediate container 25d4d556f5fa [2021-01-29T00:46:53.488Z] ---> c52d01ceee03 [2021-01-29T00:46:53.488Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T00:46:53.762Z] Removing intermediate container 091ab0dc263c [2021-01-29T00:46:53.762Z] ---> ca13428835b0 [2021-01-29T00:46:53.762Z] [2021-01-29T00:46:53.762Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T00:46:53.762Z] ---> afeebe901d6b [2021-01-29T00:46:53.762Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T00:46:53.762Z] ---> Using cache [2021-01-29T00:46:53.762Z] ---> c52d01ceee03 [2021-01-29T00:46:53.762Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T00:46:54.038Z] Successfully built 4838ab104989 [2021-01-29T00:46:54.038Z] ---> Running in 1c58199274fd [2021-01-29T00:46:54.038Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-29T00:46:54.309Z] Building docker-security-proxy-setup-go [2021-01-29T00:46:54.581Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 73b24ce0676d [2021-01-29T00:46:54.581Z] Removing intermediate container bd91c423aed7 [2021-01-29T00:46:54.581Z] ---> 4f6b996ef87c [2021-01-29T00:46:54.581Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T00:46:54.854Z] Removing intermediate container 1c58199274fd [2021-01-29T00:46:54.854Z] ---> 5bfb2b7db9f6 [2021-01-29T00:46:54.854Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-29T00:46:54.854Z] ---> Running in a5202490ad56 [2021-01-29T00:46:55.127Z] ---> Running in 4fd85e275fdf [2021-01-29T00:46:55.127Z] Removing intermediate container 73b24ce0676d [2021-01-29T00:46:55.127Z] ---> 94306b6b8637 [2021-01-29T00:46:55.127Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-29T00:46:55.414Z] ---> Running in f962d4add114 [2021-01-29T00:46:55.689Z] Removing intermediate container a5202490ad56 [2021-01-29T00:46:55.689Z] ---> 0d157004667e [2021-01-29T00:46:55.689Z] [2021-01-29T00:46:56.292Z] Successfully built 0d157004667e [2021-01-29T00:46:56.292Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-29T00:46:56.292Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-01-29T00:46:56.292Z] Removing intermediate container 4fd85e275fdf [2021-01-29T00:46:56.292Z] ---> d2e3fd47ecd9 [2021-01-29T00:46:56.292Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T00:46:56.567Z] Removing intermediate container f962d4add114 [2021-01-29T00:46:56.567Z] ---> e82224b89d6b [2021-01-29T00:46:56.567Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T00:46:56.567Z] ---> Running in 1d84850f9844 [2021-01-29T00:46:56.845Z] ---> Running in ac3ac486e34a [2021-01-29T00:46:57.444Z] Removing intermediate container 1d84850f9844 [2021-01-29T00:46:57.444Z] ---> 3e871e50d849 [2021-01-29T00:46:57.444Z] Step 15/23 : WORKDIR / [2021-01-29T00:46:57.724Z] Removing intermediate container ac3ac486e34a [2021-01-29T00:46:57.724Z] ---> 34de5d0b34dd [2021-01-29T00:46:57.724Z] Step 15/23 : WORKDIR / [2021-01-29T00:46:58.001Z] ---> Running in 707027240c1d [2021-01-29T00:46:58.627Z] ---> Running in c5766716119a [2021-01-29T00:46:59.618Z] Removing intermediate container 707027240c1d [2021-01-29T00:46:59.618Z] ---> 17dd4966922b [2021-01-29T00:46:59.618Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T00:47:00.220Z] Removing intermediate container c5766716119a [2021-01-29T00:47:00.220Z] ---> 06a35c3e0460 [2021-01-29T00:47:00.220Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T00:47:00.495Z] + glock sync -n [2021-01-29T00:47:01.096Z]  ---> f504c1f9bb76 [2021-01-29T00:47:01.096Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T00:47:02.535Z] ---> 64584c69a845 [2021-01-29T00:47:02.535Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T00:47:03.131Z] ---> bd474dc9ab79 [2021-01-29T00:47:03.131Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T00:47:04.566Z] ---> e9e02af5c137 [2021-01-29T00:47:04.566Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T00:47:04.841Z] ---> 9ebf37c14a6b [2021-01-29T00:47:04.841Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-29T00:47:05.114Z] ---> Running in b0e0a213019d [2021-01-29T00:47:05.143Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-29T00:47:05.143Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-29T00:47:05.143Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-29T00:47:05.143Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1524 kB] [2021-01-29T00:47:05.143Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-29T00:47:05.143Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-29T00:47:05.144Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-29T00:47:05.144Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-29T00:47:05.144Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-29T00:47:05.144Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [223 kB] [2021-01-29T00:47:05.144Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-29T00:47:05.144Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.5 kB] [2021-01-29T00:47:05.144Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-29T00:47:05.144Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-29T00:47:05.144Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-29T00:47:05.144Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-29T00:47:05.144Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-29T00:47:05.144Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-29T00:47:05.144Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-29T00:47:05.144Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] [2021-01-29T00:47:05.144Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-29T00:47:05.144Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-29T00:47:05.144Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-29T00:47:05.144Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] [2021-01-29T00:47:05.144Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-29T00:47:05.144Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] [2021-01-29T00:47:05.144Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-29T00:47:05.144Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-29T00:47:05.144Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-29T00:47:05.144Z] Fetched 279 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-29T00:47:05.144Z] Fetched 122 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-29T00:47:05.144Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-29T00:47:05.144Z] Fetched 8848 B in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-29T00:47:05.144Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-29T00:47:05.144Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-29T00:47:05.144Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-29T00:47:05.144Z] Fetched 214 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-29T00:47:05.144Z] Fetched 155 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-29T00:47:05.144Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-29T00:47:05.144Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-29T00:47:05.144Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-29T00:47:05.144Z] Fetched 499 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-29T00:47:05.144Z] Fetched 111 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-29T00:47:05.144Z] Fetched 240 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-29T00:47:05.144Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-29T00:47:05.144Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-29T00:47:05.144Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-29T00:47:05.144Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-29T00:47:05.144Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-29T00:47:05.144Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-29T00:47:05.144Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-29T00:47:05.144Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-29T00:47:05.144Z] Fetched 8720 B in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-29T00:47:05.144Z] Fetched 137 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-29T00:47:05.144Z] Fetched 119 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-29T00:47:05.144Z] Fetched 109 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-29T00:47:05.144Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-29T00:47:05.144Z] Fetched 645 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-29T00:47:05.144Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-29T00:47:05.144Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-29T00:47:05.144Z] Fetched 368 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-29T00:47:05.144Z] Fetched 187 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-29T00:47:05.144Z] Fetched 175 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-29T00:47:05.144Z] Fetched 206 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-29T00:47:05.144Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-29T00:47:05.144Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-29T00:47:05.144Z] Fetched 159 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-29T00:47:05.144Z] Fetched 107 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-29T00:47:05.144Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-29T00:47:05.144Z] Pulling static-packages [2021-01-29T00:47:05.714Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-29T00:47:05.714Z] Skipping pull go-build-helper (already ran) [2021-01-29T00:47:05.714Z] Skipping pull static-packages (already ran) [2021-01-29T00:47:05.714Z] Building go-build-helper [2021-01-29T00:47:05.718Z] ---> d8638e8c9b8f [2021-01-29T00:47:05.719Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-29T00:47:05.992Z] Removing intermediate container b0e0a213019d [2021-01-29T00:47:05.992Z] ---> 97fdca1ba0bb [2021-01-29T00:47:05.992Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T00:47:06.268Z] ---> Running in e0232a10ace8 [2021-01-29T00:47:06.546Z] ---> Running in eda4ac8fcf98 [2021-01-29T00:47:07.155Z] Removing intermediate container e0232a10ace8 [2021-01-29T00:47:07.155Z] ---> 9a4a997e18a7 [2021-01-29T00:47:07.155Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T00:47:07.437Z] Removing intermediate container eda4ac8fcf98 [2021-01-29T00:47:07.437Z] ---> fed1241508b4 [2021-01-29T00:47:07.437Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T00:47:07.721Z] ---> Running in be61e9939a7e [2021-01-29T00:47:08.005Z] ---> Running in 49af9829127c [2021-01-29T00:47:08.281Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-29T00:47:08.281Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-29T00:47:08.281Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-29T00:47:08.560Z] Removing intermediate container be61e9939a7e [2021-01-29T00:47:08.560Z] ---> 6021e149039b [2021-01-29T00:47:08.560Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T00:47:08.836Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-29T00:47:08.836Z] + git describe '--abbrev=0' --tags [2021-01-29T00:47:08.836Z] + TAG=v0.6.1 [2021-01-29T00:47:08.836Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-29T00:47:08.836Z] + apk --print-arch [2021-01-29T00:47:08.836Z] building [dockerize] for arm64 ... [2021-01-29T00:47:08.836Z] + arch=aarch64 [2021-01-29T00:47:08.836Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-29T00:47:08.836Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize [2021-01-29T00:47:08.836Z] Removing intermediate container 49af9829127c [2021-01-29T00:47:08.836Z] ---> f48624d1a94b [2021-01-29T00:47:08.836Z] Step 22/23 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:47:09.110Z] ---> Running in bee3159ee75c [2021-01-29T00:47:09.110Z] ---> Running in 938515253b37 [2021-01-29T00:47:09.919Z] Building static-packages [2021-01-29T00:47:10.096Z] Removing intermediate container bee3159ee75c [2021-01-29T00:47:10.096Z] ---> 7fc5c1adfd68 [2021-01-29T00:47:10.096Z] Step 22/23 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:47:10.368Z] Removing intermediate container 938515253b37 [2021-01-29T00:47:10.368Z] ---> 676ca254f8ce [2021-01-29T00:47:10.368Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T00:47:10.652Z] ---> Running in 1cf913abb61b [2021-01-29T00:47:10.652Z] ---> Running in 7401282a6417 [2021-01-29T00:47:11.643Z] Removing intermediate container 1cf913abb61b [2021-01-29T00:47:11.643Z] ---> 541b38e09b10 [2021-01-29T00:47:11.643Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T00:47:11.833Z] Staging go-build-helper [2021-01-29T00:47:11.926Z] Removing intermediate container 7401282a6417 [2021-01-29T00:47:11.926Z] ---> baf7441a8442 [2021-01-29T00:47:11.926Z] [2021-01-29T00:47:12.202Z] ---> Running in 450d14b76281 [2021-01-29T00:47:12.408Z] Staging static-packages [2021-01-29T00:47:12.808Z] Successfully built baf7441a8442 [2021-01-29T00:47:13.084Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-29T00:47:13.084Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-29T00:47:13.084Z] Removing intermediate container 450d14b76281 [2021-01-29T00:47:13.084Z] ---> f42156f14738 [2021-01-29T00:47:13.084Z] [2021-01-29T00:47:13.686Z] Successfully built f42156f14738 [2021-01-29T00:47:13.686Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-29T00:47:13.686Z] Building docker-core-data-go [2021-01-29T00:47:13.793Z] Pulling go115 [2021-01-29T00:47:14.674Z]  Building docker-core-metadata-go ... done + date [2021-01-29T00:47:14.674Z] + echo 'Fri Jan 29 00:47:14 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-29T00:47:14.674Z] Fri Jan 29 00:47:14 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-29T00:47:14.738Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-29T00:47:14.738Z] Skipping pull go115 (already ran) [2021-01-29T00:47:14.738Z] Building go115 [2021-01-29T00:47:14.738Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T00:47:14.738Z] Dload Upload Total Spent Left Speed [2021-01-29T00:47:18.049Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 367k 0 0 2101k 0 0:00:56 --:--:-- 0:00:56 2089k 32 115M 32 37.0M 0 0 31.5M 0 0:00:03 0:00:01 0:00:02 31.5M 61 115M 61 71.6M 0 0 32.9M 0 0:00:03 0:00:02 0:00:01 32.8M 98 115M 98 114M 0 0 36.0M 0 0:00:03 0:00:03 --:--:-- 35.9M 100 115M 100 115M 0 0 36.1M 0 0:00:03 0:00:03 --:--:-- 36.1M [2021-01-29T00:47:18.309Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-29T00:47:22.516Z] Staging go115 [2021-01-29T00:47:29.103Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T00:47:29.103Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T00:47:29.103Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T00:47:29.103Z] Fetched 0 B in 0s (0 B/s) [2021-01-29T00:47:29.103Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-29T00:47:29.103Z] Fetched 224 kB in 0s (0 B/s) [2021-01-29T00:47:29.103Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-29T00:47:29.104Z] Fetched 157 kB in 0s (0 B/s) [2021-01-29T00:47:29.104Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-29T00:47:29.104Z] Fetched 221 kB in 0s (0 B/s) [2021-01-29T00:47:29.104Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-29T00:47:29.104Z] Fetched 143 kB in 0s (0 B/s) [2021-01-29T00:47:29.104Z] Pulling edgex-go [2021-01-29T00:47:29.104Z] Pulling version [2021-01-29T00:47:29.776Z] Removing intermediate container 8f2c0a94db8d [2021-01-29T00:47:29.776Z] ---> 735c8f834e44 [2021-01-29T00:47:29.776Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-29T00:47:29.776Z] ---> Running in 0351686cf2f5 [2021-01-29T00:47:30.047Z] Building config-common [2021-01-29T00:47:30.052Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-29T00:47:30.052Z] statically linked [2021-01-29T00:47:30.330Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:47:30.330Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:47:30.330Z] ---> 5176ca51d71b [2021-01-29T00:47:30.330Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T00:47:30.330Z] ---> Using cache [2021-01-29T00:47:30.330Z] ---> 7d5e07ba92f6 [2021-01-29T00:47:30.330Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:47:30.330Z] ---> Using cache [2021-01-29T00:47:30.330Z] ---> 3da2073d813b [2021-01-29T00:47:30.330Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-29T00:47:30.330Z] ---> Using cache [2021-01-29T00:47:30.330Z] ---> dc817c098e1e [2021-01-29T00:47:30.330Z] Step 6/21 : COPY go.mod . [2021-01-29T00:47:30.330Z] ---> Using cache [2021-01-29T00:47:30.330Z] ---> df75ca1d156f [2021-01-29T00:47:30.330Z] Step 7/21 : RUN go mod download [2021-01-29T00:47:30.330Z] ---> Using cache [2021-01-29T00:47:30.330Z] ---> 2564daeb1051 [2021-01-29T00:47:30.330Z] Step 8/21 : COPY . . [2021-01-29T00:47:30.330Z] ---> Using cache [2021-01-29T00:47:30.330Z] ---> 0498f3b674a7 [2021-01-29T00:47:30.330Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-29T00:47:31.962Z] Skipping build go-build-helper (already ran) [2021-01-29T00:47:31.962Z] Skipping build static-packages (already ran) [2021-01-29T00:47:31.962Z] Skipping build go115 (already ran) [2021-01-29T00:47:32.223Z] Building edgex-go [2021-01-29T00:47:32.485Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-29T00:47:32.948Z] ---> Running in 7b448d7fc79f [2021-01-29T00:47:33.426Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-29T00:47:33.426Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-29T00:47:33.426Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-29T00:47:33.426Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-29T00:47:33.426Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-29T00:47:33.687Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.11 [2021-01-29T00:47:33.687Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-29T00:47:33.687Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-29T00:47:33.687Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-29T00:47:33.687Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-29T00:47:33.687Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-29T00:47:33.687Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-29T00:47:33.687Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-29T00:47:33.926Z] Removing intermediate container 0351686cf2f5 [2021-01-29T00:47:33.926Z] ---> 1ab3dfb0ebd6 [2021-01-29T00:47:33.926Z] [2021-01-29T00:47:33.926Z] Step 12/34 : FROM alpine:3.12 [2021-01-29T00:47:33.926Z] ---> afeebe901d6b [2021-01-29T00:47:33.926Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-29T00:47:33.926Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-29T00:47:33.926Z] ---> Running in 0fb8fb2dbc6a [2021-01-29T00:47:33.946Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-29T00:47:33.946Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-29T00:47:33.946Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-29T00:47:33.946Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-29T00:47:33.946Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-29T00:47:33.946Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-29T00:47:33.946Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-29T00:47:33.946Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-29T00:47:33.946Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-29T00:47:33.946Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-29T00:47:33.946Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-29T00:47:33.946Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-29T00:47:33.946Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-29T00:47:33.946Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-29T00:47:33.946Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-29T00:47:33.946Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-29T00:47:33.946Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-29T00:47:33.946Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-29T00:47:33.946Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-29T00:47:33.946Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-29T00:47:33.946Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-29T00:47:33.946Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-29T00:47:33.946Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-29T00:47:33.946Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-29T00:47:34.207Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-29T00:47:34.207Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-29T00:47:34.207Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-29T00:47:34.541Z] Removing intermediate container 0fb8fb2dbc6a [2021-01-29T00:47:34.541Z] ---> 27f81c91c439 [2021-01-29T00:47:34.541Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-29T00:47:34.818Z] ---> Running in ace1199e70bc [2021-01-29T00:47:37.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:47:37.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:47:37.424Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:47:37.424Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:47:37.424Z] ---> 5176ca51d71b [2021-01-29T00:47:37.424Z] Step 3/26 : WORKDIR /edgex-go [2021-01-29T00:47:37.424Z] ---> Using cache [2021-01-29T00:47:37.424Z] ---> 7d5e07ba92f6 [2021-01-29T00:47:37.424Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:47:37.424Z] ---> Using cache [2021-01-29T00:47:37.424Z] ---> 3da2073d813b [2021-01-29T00:47:37.424Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-29T00:47:37.424Z] ---> Running in 90bd1b5c12b0 [2021-01-29T00:47:38.049Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-29T00:47:38.049Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-29T00:47:38.049Z] (3/3) Installing su-exec (0.2-r1) [2021-01-29T00:47:38.049Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:47:38.049Z] OK: 6 MiB in 17 packages [2021-01-29T00:47:39.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:47:40.801Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-29T00:47:41.506Z] Removing intermediate container ace1199e70bc [2021-01-29T00:47:41.506Z] ---> bfa2c17e6e3f [2021-01-29T00:47:41.506Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-29T00:47:41.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:47:41.786Z] ---> Running in 6665d9b3506c [2021-01-29T00:47:42.787Z] Removing intermediate container 6665d9b3506c [2021-01-29T00:47:42.787Z] ---> 8a667c5f864e [2021-01-29T00:47:42.787Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-29T00:47:43.399Z] ---> Running in 444e3baec246 [2021-01-29T00:47:43.673Z] OK: 217 MiB in 51 packages [2021-01-29T00:47:44.281Z] Removing intermediate container 444e3baec246 [2021-01-29T00:47:44.281Z] ---> 1c2be18fa97a [2021-01-29T00:47:44.281Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-29T00:47:44.906Z] ---> Running in 56cd9019fb44 [2021-01-29T00:47:46.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-29T00:47:46.352Z] Removing intermediate container 90bd1b5c12b0 [2021-01-29T00:47:46.352Z] ---> 678bbaef5050 [2021-01-29T00:47:46.352Z] Step 6/26 : COPY go.mod . [2021-01-29T00:47:46.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-29T00:47:47.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-29T00:47:48.173Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-29T00:47:48.173Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-29T00:47:48.173Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-29T00:47:48.173Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-29T00:47:48.173Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-29T00:47:48.982Z] ---> fcc638bf31da [2021-01-29T00:47:48.982Z] Step 7/26 : RUN go mod download [2021-01-29T00:47:48.982Z] ---> Running in 83b10f93437a [2021-01-29T00:47:49.580Z] Removing intermediate container 56cd9019fb44 [2021-01-29T00:47:49.580Z] ---> 64ed665072bc [2021-01-29T00:47:49.580Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-29T00:47:50.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-29T00:47:50.085Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-29T00:47:50.085Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-29T00:47:50.182Z] ---> Running in b3848742afeb [2021-01-29T00:47:51.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-29T00:47:51.167Z] Removing intermediate container b3848742afeb [2021-01-29T00:47:51.167Z] ---> b7b07ea27e2a [2021-01-29T00:47:51.167Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-29T00:47:51.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-29T00:47:51.965Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-29T00:47:53.359Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-29T00:47:53.792Z] Removing intermediate container 83b10f93437a [2021-01-29T00:47:53.792Z] ---> 4234b913eb21 [2021-01-29T00:47:53.792Z] Step 8/26 : COPY . . [2021-01-29T00:47:54.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T00:47:54.772Z] ---> e23df747e92f [2021-01-29T00:47:54.773Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-29T00:47:55.250Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-29T00:47:55.250Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-29T00:47:56.191Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-29T00:47:56.453Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-29T00:47:56.775Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:47:56.775Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:47:56.775Z] ---> 5176ca51d71b [2021-01-29T00:47:56.775Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T00:47:56.775Z] ---> Using cache [2021-01-29T00:47:56.775Z] ---> 7d5e07ba92f6 [2021-01-29T00:47:56.775Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:47:56.775Z] ---> Using cache [2021-01-29T00:47:56.775Z] ---> 3da2073d813b [2021-01-29T00:47:56.775Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-29T00:47:56.775Z] ---> Using cache [2021-01-29T00:47:56.775Z] ---> dc817c098e1e [2021-01-29T00:47:56.775Z] Step 6/22 : COPY go.mod . [2021-01-29T00:47:56.775Z] ---> Using cache [2021-01-29T00:47:56.775Z] ---> df75ca1d156f [2021-01-29T00:47:56.775Z] Step 7/22 : RUN go mod download [2021-01-29T00:47:56.775Z] ---> Using cache [2021-01-29T00:47:56.775Z] ---> 2564daeb1051 [2021-01-29T00:47:56.775Z] Step 8/22 : COPY . . [2021-01-29T00:47:56.775Z] ---> Using cache [2021-01-29T00:47:56.775Z] ---> 0498f3b674a7 [2021-01-29T00:47:56.775Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T00:47:56.775Z] ---> 4317736b5721 [2021-01-29T00:47:56.775Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-29T00:47:57.057Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T00:47:57.057Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T00:47:57.057Z] ---> 5176ca51d71b [2021-01-29T00:47:57.057Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T00:47:57.057Z] ---> Using cache [2021-01-29T00:47:57.057Z] ---> 7d5e07ba92f6 [2021-01-29T00:47:57.057Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:47:57.057Z] ---> Using cache [2021-01-29T00:47:57.057Z] ---> 3da2073d813b [2021-01-29T00:47:57.057Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T00:47:57.332Z] ---> Running in faaa35863368 [2021-01-29T00:47:57.332Z] ---> Running in 78d444207b95 [2021-01-29T00:47:57.332Z] ---> Running in dbd870353893 [2021-01-29T00:47:59.756Z] Building version [2021-01-29T00:48:00.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-29T00:48:00.742Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:48:01.140Z] Staging config-common [2021-01-29T00:48:02.082Z] Skipping stage go-build-helper (already ran) [2021-01-29T00:48:02.082Z] Skipping stage static-packages (already ran) [2021-01-29T00:48:02.082Z] Skipping stage go115 (already ran) [2021-01-29T00:48:02.082Z] Staging edgex-go [2021-01-29T00:48:02.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:48:03.023Z] Staging version [2021-01-29T00:48:03.723Z] OK: 217 MiB in 51 packages [2021-01-29T00:48:03.967Z] Priming config-common [2021-01-29T00:48:04.324Z] Removing intermediate container 78d444207b95 [2021-01-29T00:48:04.324Z] ---> 0f10334a9226 [2021-01-29T00:48:04.324Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T00:48:04.909Z] Priming go-build-helper [2021-01-29T00:48:05.764Z] Removing intermediate container dbd870353893 [2021-01-29T00:48:05.764Z] ---> 392ea4a302f6 [2021-01-29T00:48:05.764Z] Step 6/23 : COPY go.mod . [2021-01-29T00:48:05.848Z] Priming static-packages [2021-01-29T00:48:06.039Z] ---> ee44d567d680 [2021-01-29T00:48:06.039Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-29T00:48:08.029Z] ---> 7aa3a21d6c55 [2021-01-29T00:48:08.029Z] Step 7/23 : RUN go mod download [2021-01-29T00:48:08.397Z] Priming go115 [2021-01-29T00:48:08.645Z] ---> Running in 90efd4c72872 [2021-01-29T00:48:09.024Z] Priming edgex-go [2021-01-29T00:48:09.668Z] ---> e05b2f6bd04a [2021-01-29T00:48:09.668Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-29T00:48:10.166Z] Priming version [2021-01-29T00:48:11.197Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-29T00:48:12.318Z] ---> 6e442fbc5d55 [2021-01-29T00:48:12.319Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-29T00:48:15.753Z] ---> b8141152eca5 [2021-01-29T00:48:15.753Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-29T00:48:15.753Z] Removing intermediate container 90efd4c72872 [2021-01-29T00:48:15.753Z] ---> b4c1a28b2aba [2021-01-29T00:48:15.753Z] Step 8/23 : COPY . . [2021-01-29T00:48:17.211Z] ---> 81ed8d09639c [2021-01-29T00:48:17.211Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-29T00:48:18.657Z] ---> Running in 9a2b956bc2b0 [2021-01-29T00:48:20.646Z] Removing intermediate container 9a2b956bc2b0 [2021-01-29T00:48:20.646Z] ---> c5fb79eebfbe [2021-01-29T00:48:20.646Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-29T00:48:22.090Z] ---> c2efe24c0593 [2021-01-29T00:48:22.090Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T00:48:23.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-29T00:48:23.085Z] ---> 4f375f2c5a2a [2021-01-29T00:48:23.085Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-29T00:48:23.363Z] ---> Running in 70f2646bcc25 [2021-01-29T00:48:24.807Z] ---> Running in 3e27fec96ec5 [2021-01-29T00:48:25.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-29T00:48:29.723Z] Removing intermediate container 3e27fec96ec5 [2021-01-29T00:48:29.723Z] ---> cab13e60ee6c [2021-01-29T00:48:29.723Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T00:48:30.715Z] ---> Running in 413d652cdf94 [2021-01-29T00:48:31.705Z] Removing intermediate container 413d652cdf94 [2021-01-29T00:48:31.705Z] ---> f823d1843af3 [2021-01-29T00:48:31.705Z] Step 31/34 : CMD ["gate"] [2021-01-29T00:48:32.312Z] ---> Running in 0a33007822c0 [2021-01-29T00:48:33.759Z] Removing intermediate container 0a33007822c0 [2021-01-29T00:48:33.759Z] ---> 36ff9af7dae7 [2021-01-29T00:48:33.759Z] Step 32/34 : LABEL arch=arm64 [2021-01-29T00:48:35.294Z] ---> Running in 0e51cd81372d [2021-01-29T00:48:35.570Z] Removing intermediate container 0e51cd81372d [2021-01-29T00:48:35.570Z] ---> 227ec0ad6dcd [2021-01-29T00:48:35.570Z] Step 33/34 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:48:36.579Z] ---> Running in d75b70289bae [2021-01-29T00:48:38.009Z] Removing intermediate container d75b70289bae [2021-01-29T00:48:38.009Z] ---> 4ac7fb00ed02 [2021-01-29T00:48:38.009Z] Step 34/34 : LABEL version=0.0.0 [2021-01-29T00:48:39.002Z] ---> Running in 9fcee74d2f4a [2021-01-29T00:48:40.447Z] ---> ed2bacf81206 [2021-01-29T00:48:40.447Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T00:48:40.447Z] Removing intermediate container 9fcee74d2f4a [2021-01-29T00:48:40.447Z] ---> 9afb1030a0e2 [2021-01-29T00:48:40.447Z] [2021-01-29T00:48:40.722Z] ---> Running in f55ebd1bc33c [2021-01-29T00:48:40.998Z] Removing intermediate container 7b448d7fc79f [2021-01-29T00:48:40.998Z] ---> 184584b2f595 [2021-01-29T00:48:40.998Z] [2021-01-29T00:48:40.998Z] Step 10/21 : FROM alpine:3.12 [2021-01-29T00:48:40.998Z] ---> afeebe901d6b [2021-01-29T00:48:40.998Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-29T00:48:41.607Z] ---> Running in 871ba0411cb9 [2021-01-29T00:48:41.607Z] Successfully built 9afb1030a0e2 [2021-01-29T00:48:41.889Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-29T00:48:43.466Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-29T00:48:43.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:48:43.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:48:44.775Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-29T00:48:44.775Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T00:48:44.775Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-29T00:48:44.775Z] (4/4) Installing curl (7.69.1-r3) [2021-01-29T00:48:44.775Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:48:45.049Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T00:48:45.321Z] OK: 7 MiB in 18 packages [2021-01-29T00:48:47.957Z] Removing intermediate container 871ba0411cb9 [2021-01-29T00:48:47.957Z] ---> 30506ff1bba0 [2021-01-29T00:48:47.957Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T00:48:47.957Z] ---> Running in e13ccd579e7b [2021-01-29T00:48:48.558Z] Removing intermediate container e13ccd579e7b [2021-01-29T00:48:48.558Z] ---> 6637482b6d78 [2021-01-29T00:48:48.558Z] Step 13/21 : WORKDIR /edgex [2021-01-29T00:48:48.833Z] ---> Running in e79eb4a9b8fd [2021-01-29T00:48:49.437Z] Removing intermediate container e79eb4a9b8fd [2021-01-29T00:48:49.437Z] ---> 0ded84af2926 [2021-01-29T00:48:49.437Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T00:48:50.435Z] ---> 4f6500e70011 [2021-01-29T00:48:50.435Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T00:48:52.427Z] ---> e083e078168e [2021-01-29T00:48:52.427Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-29T00:48:54.416Z] ---> eb53d0476e97 [2021-01-29T00:48:54.416Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T00:48:54.416Z] ---> Running in a103a2bfcb9f [2021-01-29T00:48:55.020Z] Removing intermediate container a103a2bfcb9f [2021-01-29T00:48:55.020Z] ---> 10a94778de68 [2021-01-29T00:48:55.020Z] Step 18/21 : CMD ["--init=true"] [2021-01-29T00:48:55.296Z] ---> Running in 3a8357ba8ba0 [2021-01-29T00:48:55.898Z] Removing intermediate container 3a8357ba8ba0 [2021-01-29T00:48:55.898Z] ---> 9833b9f1220c [2021-01-29T00:48:55.898Z] Step 19/21 : LABEL arch=arm64 [2021-01-29T00:48:56.175Z] ---> Running in fced01b908d7 [2021-01-29T00:48:56.781Z] Removing intermediate container fced01b908d7 [2021-01-29T00:48:56.781Z] ---> 7ebb6c175733 [2021-01-29T00:48:56.781Z] Step 20/21 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:48:57.058Z] ---> Running in d5d5b3d7316b [2021-01-29T00:48:57.662Z] Removing intermediate container d5d5b3d7316b [2021-01-29T00:48:57.662Z] ---> 2d0773ed6bfa [2021-01-29T00:48:57.662Z] Step 21/21 : LABEL version=0.0.0 [2021-01-29T00:48:57.938Z] ---> Running in faeed842ccc2 [2021-01-29T00:48:58.555Z] Removing intermediate container faeed842ccc2 [2021-01-29T00:48:58.555Z] ---> 184354a462a2 [2021-01-29T00:48:58.555Z] [2021-01-29T00:48:58.829Z] Successfully built 184354a462a2 [2021-01-29T00:48:59.112Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-29T00:49:14.206Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container faaa35863368 [2021-01-29T00:49:14.206Z] ---> 48d20b1e3c69 [2021-01-29T00:49:14.206Z] [2021-01-29T00:49:14.206Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T00:49:14.206Z] ---> afeebe901d6b [2021-01-29T00:49:14.206Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-29T00:49:14.206Z] ---> Using cache [2021-01-29T00:49:14.206Z] ---> c52d01ceee03 [2021-01-29T00:49:14.206Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T00:49:14.206Z] ---> Using cache [2021-01-29T00:49:14.206Z] ---> 94306b6b8637 [2021-01-29T00:49:14.206Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-29T00:49:14.206Z] ---> Running in da26a7cccc96 [2021-01-29T00:49:14.206Z] Removing intermediate container da26a7cccc96 [2021-01-29T00:49:14.206Z] ---> 25ce9442b4c9 [2021-01-29T00:49:14.206Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T00:49:14.485Z] ---> Running in 01ce0bce7258 [2021-01-29T00:49:15.089Z] Removing intermediate container 01ce0bce7258 [2021-01-29T00:49:15.089Z] ---> a2224decb8d2 [2021-01-29T00:49:15.089Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T00:49:16.067Z] ---> dcc714b5b477 [2021-01-29T00:49:16.067Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T00:49:18.059Z] ---> 8bb398385915 [2021-01-29T00:49:18.059Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T00:49:19.044Z] ---> 71ff946ece7a [2021-01-29T00:49:19.044Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T00:49:19.044Z] ---> Running in 89765a3a2132 [2021-01-29T00:49:20.031Z] Removing intermediate container 89765a3a2132 [2021-01-29T00:49:20.031Z] ---> 7ea413d72d1f [2021-01-29T00:49:20.031Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T00:49:20.031Z] ---> Running in 72b934b38949 [2021-01-29T00:49:20.631Z] Removing intermediate container 72b934b38949 [2021-01-29T00:49:20.631Z] ---> 7c80cdb84beb [2021-01-29T00:49:20.631Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T00:49:20.906Z] ---> Running in 072a3e01709d [2021-01-29T00:49:21.506Z] Removing intermediate container 072a3e01709d [2021-01-29T00:49:21.506Z] ---> 6cc9bc0eda8c [2021-01-29T00:49:21.506Z] Step 21/22 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:49:21.785Z] ---> Running in 6bc6259e6904 [2021-01-29T00:49:22.389Z] Removing intermediate container 6bc6259e6904 [2021-01-29T00:49:22.389Z] ---> ebd588b9543f [2021-01-29T00:49:22.389Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T00:49:22.664Z] ---> Running in ad8efb1a2bcc [2021-01-29T00:49:23.267Z] Removing intermediate container ad8efb1a2bcc [2021-01-29T00:49:23.267Z] ---> 7eeb57c642b5 [2021-01-29T00:49:23.267Z] [2021-01-29T00:49:23.866Z] Successfully built 7eeb57c642b5 [2021-01-29T00:49:23.866Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-29T00:49:34.056Z]  Building docker-support-scheduler-go ... done Removing intermediate container 70f2646bcc25 [2021-01-29T00:49:34.056Z] ---> 4ec538f669b7 [2021-01-29T00:49:34.056Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T00:49:34.056Z] ---> Running in 0c1a7aba9e10 [2021-01-29T00:49:34.661Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-29T00:49:39.006Z] Removing intermediate container 0c1a7aba9e10 [2021-01-29T00:49:39.006Z] ---> 04392c52b252 [2021-01-29T00:49:39.006Z] [2021-01-29T00:49:39.006Z] Step 11/26 : FROM docker:20.10.0 [2021-01-29T00:49:39.006Z] 20.10.0: Pulling from library/docker [2021-01-29T00:49:49.193Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-29T00:49:49.193Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-29T00:49:49.193Z] ---> eeaf43b92773 [2021-01-29T00:49:49.193Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-29T00:49:49.464Z] ---> Running in 8255d5ab427f [2021-01-29T00:49:50.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:49:51.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:49:51.771Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T00:49:52.045Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T00:49:52.045Z] Executing bash-5.0.17-r0.post-install [2021-01-29T00:49:52.045Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:49:52.045Z] OK: 12 MiB in 22 packages [2021-01-29T00:49:52.640Z] Removing intermediate container f55ebd1bc33c [2021-01-29T00:49:52.640Z] ---> 1335e34b00c7 [2021-01-29T00:49:52.640Z] [2021-01-29T00:49:52.640Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T00:49:52.640Z] ---> afeebe901d6b [2021-01-29T00:49:52.640Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T00:49:52.640Z] ---> Running in faf8f3c999d1 [2021-01-29T00:49:53.239Z] Removing intermediate container faf8f3c999d1 [2021-01-29T00:49:53.239Z] ---> f1d01ceb4d2a [2021-01-29T00:49:53.239Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T00:49:53.515Z] ---> Running in 0ac2bc8efade [2021-01-29T00:49:53.515Z] Removing intermediate container 8255d5ab427f [2021-01-29T00:49:53.515Z] ---> 843d8bf83902 [2021-01-29T00:49:53.515Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T00:49:53.787Z] ---> Running in 94d1bd32deec [2021-01-29T00:49:54.062Z] Removing intermediate container 0ac2bc8efade [2021-01-29T00:49:54.062Z] ---> 8bf48cff04c8 [2021-01-29T00:49:54.062Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T00:49:54.062Z] ---> Running in d14baa17ad27 [2021-01-29T00:49:54.339Z] Removing intermediate container 94d1bd32deec [2021-01-29T00:49:54.340Z] ---> 14403461ed9a [2021-01-29T00:49:54.340Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-29T00:49:54.340Z] ---> Running in 34bf54a0aea7 [2021-01-29T00:49:54.610Z] Removing intermediate container d14baa17ad27 [2021-01-29T00:49:54.610Z] ---> b82f725854a6 [2021-01-29T00:49:54.610Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T00:49:54.883Z] ---> Running in be9f55a2c92e [2021-01-29T00:49:54.883Z] Removing intermediate container 34bf54a0aea7 [2021-01-29T00:49:54.883Z] ---> 25afffa6b4df [2021-01-29T00:49:54.883Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-29T00:49:55.156Z] ---> Running in 9bc150f47f47 [2021-01-29T00:49:55.749Z] Removing intermediate container 9bc150f47f47 [2021-01-29T00:49:55.749Z] ---> fdcf88de2810 [2021-01-29T00:49:55.749Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T00:49:57.182Z] ---> eeab58640ca7 [2021-01-29T00:49:57.182Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T00:49:57.453Z] Removing intermediate container be9f55a2c92e [2021-01-29T00:49:57.453Z] ---> 5b2cee09cb35 [2021-01-29T00:49:57.453Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-29T00:49:57.724Z] ---> Running in c038faf2dda6 [2021-01-29T00:49:57.998Z] ---> 0615668c2ef0 [2021-01-29T00:49:57.998Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T00:49:58.975Z] ---> 51d71bc7e64f [2021-01-29T00:49:58.975Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-29T00:49:58.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:49:58.975Z] ---> Running in 48ccf932927a [2021-01-29T00:49:59.577Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:50:00.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:50:00.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:50:00.435Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-29T00:50:00.704Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-29T00:50:00.704Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-29T00:50:00.704Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T00:50:00.704Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T00:50:00.704Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T00:50:00.704Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T00:50:00.704Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T00:50:00.974Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T00:50:00.974Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T00:50:00.974Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-29T00:50:01.244Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-29T00:50:01.520Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-29T00:50:01.520Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:50:01.520Z] OK: 8 MiB in 20 packages [2021-01-29T00:50:02.954Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T00:50:02.954Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T00:50:02.954Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T00:50:02.954Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T00:50:02.954Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T00:50:02.954Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T00:50:02.954Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T00:50:03.233Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T00:50:03.233Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T00:50:03.233Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T00:50:03.233Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T00:50:03.233Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T00:50:03.233Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T00:50:03.233Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T00:50:03.233Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T00:50:03.233Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T00:50:03.512Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T00:50:03.512Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T00:50:03.512Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T00:50:03.512Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T00:50:03.512Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T00:50:03.512Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T00:50:03.512Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T00:50:03.512Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T00:50:03.512Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T00:50:03.512Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T00:50:03.787Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:50:03.787Z] OK: 71 MiB in 55 packages [2021-01-29T00:50:03.787Z] Removing intermediate container c038faf2dda6 [2021-01-29T00:50:03.787Z] ---> 402b85e96046 [2021-01-29T00:50:03.787Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T00:50:04.880Z] ---> 21fbe70ce46e [2021-01-29T00:50:04.881Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T00:50:06.917Z] ---> 9ed144eda52a [2021-01-29T00:50:06.917Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T00:50:07.904Z] ---> 7218bd3872ed [2021-01-29T00:50:07.904Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T00:50:08.177Z] ---> Running in a548fef863a4 [2021-01-29T00:50:08.784Z] Removing intermediate container a548fef863a4 [2021-01-29T00:50:08.784Z] ---> 9bb5a4c9c8f5 [2021-01-29T00:50:08.784Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T00:50:09.063Z] ---> Running in bb2f079ade3a [2021-01-29T00:50:09.657Z] Removing intermediate container bb2f079ade3a [2021-01-29T00:50:09.657Z] ---> 3e16b355d1c4 [2021-01-29T00:50:09.657Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T00:50:09.931Z] ---> Running in 734f6bde892f [2021-01-29T00:50:10.203Z] Removing intermediate container 48ccf932927a [2021-01-29T00:50:10.203Z] ---> 1f514d9672bd [2021-01-29T00:50:10.203Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-29T00:50:10.475Z] ---> Running in 13ab1ba757d4 [2021-01-29T00:50:10.475Z] Removing intermediate container 734f6bde892f [2021-01-29T00:50:10.475Z] ---> a5bbcd38e01d [2021-01-29T00:50:10.476Z] Step 22/23 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:50:10.752Z] ---> Running in 018ba7e7f966 [2021-01-29T00:50:11.351Z] Removing intermediate container 018ba7e7f966 [2021-01-29T00:50:11.351Z] ---> 30b11e23474c [2021-01-29T00:50:11.351Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T00:50:11.629Z] ---> Running in 54ea74ea323a [2021-01-29T00:50:11.903Z] Removing intermediate container 54ea74ea323a [2021-01-29T00:50:11.903Z] ---> 907a89f1afcc [2021-01-29T00:50:11.903Z] [2021-01-29T00:50:12.509Z] Successfully built 907a89f1afcc [2021-01-29T00:50:12.509Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-29T00:50:17.900Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-29T00:50:17.900Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T00:50:18.172Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T00:50:18.445Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T00:50:19.874Z] Collecting PyYAML<4,>=3.10 [2021-01-29T00:50:19.874Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T00:50:24.165Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T00:50:24.165Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T00:50:26.773Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T00:50:26.773Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T00:50:29.380Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T00:50:29.380Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T00:50:32.770Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T00:50:32.770Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T00:50:33.757Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T00:50:34.029Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T00:50:34.300Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-29T00:50:34.571Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T00:50:34.571Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T00:50:35.546Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T00:50:35.546Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T00:50:36.523Z] Collecting idna<2.8,>=2.5 [2021-01-29T00:50:36.523Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T00:50:36.523Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-29T00:50:36.523Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-29T00:50:37.509Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T00:50:37.509Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T00:50:37.784Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T00:50:37.784Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T00:50:38.058Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T00:50:38.058Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T00:50:38.058Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T00:50:38.058Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T00:50:39.490Z] Installing collected packages: jsonschema, PyYAML, docopt, texttable, dockerpty, websocket-client, idna, urllib3, requests, cached-property, docker-pycreds, docker, docker-compose [2021-01-29T00:50:39.764Z] Running setup.py install for PyYAML: started [2021-01-29T00:50:43.145Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T00:50:43.145Z] Running setup.py install for docopt: started [2021-01-29T00:50:45.777Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T00:50:45.777Z] Running setup.py install for texttable: started [2021-01-29T00:50:47.753Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T00:50:47.753Z] Running setup.py install for dockerpty: started [2021-01-29T00:50:51.135Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T00:50:51.135Z] Attempting uninstall: idna [2021-01-29T00:50:51.135Z] Found existing installation: idna 2.9 [2021-01-29T00:50:51.135Z] Uninstalling idna-2.9: [2021-01-29T00:50:51.135Z] Successfully uninstalled idna-2.9 [2021-01-29T00:50:52.110Z] Attempting uninstall: urllib3 [2021-01-29T00:50:52.110Z] Found existing installation: urllib3 1.25.9 [2021-01-29T00:50:52.110Z] Uninstalling urllib3-1.25.9: [2021-01-29T00:50:52.382Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T00:50:52.975Z] Attempting uninstall: requests [2021-01-29T00:50:52.975Z] Found existing installation: requests 2.23.0 [2021-01-29T00:50:52.975Z] Uninstalling requests-2.23.0: [2021-01-29T00:50:53.247Z] Successfully uninstalled requests-2.23.0 [2021-01-29T00:50:55.856Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-29T00:51:01.249Z] Removing intermediate container 13ab1ba757d4 [2021-01-29T00:51:01.249Z] ---> a2ba81676e1c [2021-01-29T00:51:01.249Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-29T00:51:01.249Z] ---> Running in 3a489e7aa79a [2021-01-29T00:51:01.845Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T00:51:02.119Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T00:51:02.712Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T00:51:02.712Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T00:51:02.712Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T00:51:02.984Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T00:51:02.984Z] OK: 71 MiB in 58 packages [2021-01-29T00:51:04.420Z] Removing intermediate container 3a489e7aa79a [2021-01-29T00:51:04.420Z] ---> c7dadef41a19 [2021-01-29T00:51:04.420Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T00:51:04.420Z] ---> Running in c9f1fa590cc6 [2021-01-29T00:51:04.695Z] Removing intermediate container c9f1fa590cc6 [2021-01-29T00:51:04.695Z] ---> 0cb0fac894a9 [2021-01-29T00:51:04.695Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T00:51:04.970Z] ---> Running in cb7384003c75 [2021-01-29T00:51:05.563Z] Removing intermediate container cb7384003c75 [2021-01-29T00:51:05.563Z] ---> 5e6cca51d767 [2021-01-29T00:51:05.563Z] Step 24/26 : LABEL arch=arm64 [2021-01-29T00:51:05.563Z] ---> Running in e52d10b00976 [2021-01-29T00:51:06.155Z] Removing intermediate container e52d10b00976 [2021-01-29T00:51:06.155Z] ---> b7aa904750b9 [2021-01-29T00:51:06.155Z] Step 25/26 : LABEL git_sha=8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [2021-01-29T00:51:06.155Z] ---> Running in c05adbe3edeb [2021-01-29T00:51:06.748Z] Removing intermediate container c05adbe3edeb [2021-01-29T00:51:06.748Z] ---> 514ef65d2b47 [2021-01-29T00:51:06.748Z] Step 26/26 : LABEL version=0.0.0 [2021-01-29T00:51:06.748Z] ---> Running in 4cb00d923b49 [2021-01-29T00:51:07.342Z] Removing intermediate container 4cb00d923b49 [2021-01-29T00:51:07.342Z] ---> 76c31e4204da [2021-01-29T00:51:07.342Z] [2021-01-29T00:51:07.936Z] Successfully built 76c31e4204da [2021-01-29T00:51:07.936Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-29T00:51:08.226Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-29T00:51:08.214Z] $ docker stop --time=1 db778ad15a13f2ad58169990027132851429e5978f3aa2ba738cf0537a381d03 [2021-01-29T00:51:10.214Z] $ docker rm -f db778ad15a13f2ad58169990027132851429e5978f3aa2ba738cf0537a381d03 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T00:51:10.974Z] + grep docker [2021-01-29T00:51:10.974Z] + docker images [2021-01-29T00:51:11.251Z] docker-sys-mgmt-agent-go-arm64 latest 76c31e4204da 4 seconds ago 300MB [2021-01-29T00:51:11.251Z] docker-core-data-go-arm64 latest 907a89f1afcc About a minute ago 21MB [2021-01-29T00:51:11.251Z] docker-support-scheduler-go-arm64 latest 7eeb57c642b5 About a minute ago 15.5MB [2021-01-29T00:51:11.251Z] docker-security-proxy-setup-go-arm64 latest 184354a462a2 2 minutes ago 23.2MB [2021-01-29T00:51:11.251Z] docker-security-bootstrapper-go-arm64 latest 9afb1030a0e2 2 minutes ago 31.9MB [2021-01-29T00:51:11.251Z] docker-core-metadata-go-arm64 latest f42156f14738 3 minutes ago 17.7MB [2021-01-29T00:51:11.251Z] docker-core-command-go-arm64 latest baf7441a8442 4 minutes ago 16MB [2021-01-29T00:51:11.251Z] docker-support-notifications-go-arm64 latest 0d157004667e 4 minutes ago 16MB [2021-01-29T00:51:11.251Z] docker-security-secretstore-setup-go-arm64 latest 4838ab104989 4 minutes ago 23.4MB [2021-01-29T00:51:11.251Z] docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-29T00:51:13.440Z] provisioning config files... [2021-01-29T00:51:13.453Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config8019125877305695135tmp [Pipeline] { [Pipeline] sh [2021-01-29T00:51:13.841Z] + set +x [2021-01-29T00:51:13.841Z] + curl -s https://codecov.io/bash [2021-01-29T00:51:13.841Z] + bash -s -- [2021-01-29T00:51:14.424Z] [2021-01-29T00:51:14.424Z] _____ _ [2021-01-29T00:51:14.424Z] / ____| | | [2021-01-29T00:51:14.424Z] | | ___ __| | ___ ___ _____ __ [2021-01-29T00:51:14.424Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-29T00:51:14.424Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-29T00:51:14.424Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-29T00:51:14.424Z] Bash-20210128-d4071a2 [2021-01-29T00:51:14.424Z] [2021-01-29T00:51:14.424Z] [2021-01-29T00:51:14.424Z] ==> git version 2.24.3 found [2021-01-29T00:51:14.424Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-29T00:51:14.424Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-29T00:51:14.424Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-29T00:51:14.424Z] ==> Jenkins CI detected. [2021-01-29T00:51:14.424Z] project root: . [2021-01-29T00:51:14.424Z] --> token set from env [2021-01-29T00:51:14.424Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-29T00:51:14.424Z] ==> Running gcov in . (disable via -X gcov) [2021-01-29T00:51:14.424Z] ==> Python coveragepy not found [2021-01-29T00:51:14.424Z] ==> Searching for coverage reports in: [2021-01-29T00:51:14.424Z] + . [2021-01-29T00:51:14.424Z] -> Found 1 reports [2021-01-29T00:51:14.424Z] ==> Detecting git/mercurial file structure [2021-01-29T00:51:14.424Z] ==> Reading reports [2021-01-29T00:51:14.690Z] + ./coverage.out bytes=565356 [2021-01-29T00:51:14.690Z] ==> Appending adjustments [2021-01-29T00:51:14.690Z] https://docs.codecov.io/docs/fixing-reports [2021-01-29T00:51:18.015Z] + Found adjustments [2021-01-29T00:51:18.015Z] ==> Gzipping contents [2021-01-29T00:51:18.015Z] 84K /tmp/codecov.12OKgS.gz [2021-01-29T00:51:18.015Z] ==> Uploading reports [2021-01-29T00:51:18.015Z] url: https://codecov.io [2021-01-29T00:51:18.015Z] query: branch=PR-3096&commit=8f9ab6c2f8e2ba85fa91294ade77da6b16937684&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3096%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3096&job=&cmd_args= [2021-01-29T00:51:18.015Z] -> Pinging Codecov [2021-01-29T00:51:18.015Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3096&commit=8f9ab6c2f8e2ba85fa91294ade77da6b16937684&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3096%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3096&job=&cmd_args= [2021-01-29T00:51:18.594Z] -> Uploading to [2021-01-29T00:51:18.594Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-29/00271124DB129430A58F1EEE437C3FCB/8f9ab6c2f8e2ba85fa91294ade77da6b16937684/dad82582-08f4-4512-9219-e658a5504bc8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T005118Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=588246fba3784f960c4f1db7c2c0ce4dfd37e9b118bc17aa3652424bb53a3531 [2021-01-29T00:51:18.594Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T00:51:18.594Z] Dload Upload Total Spent Left Speed [2021-01-29T00:51:19.169Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85777 0 0 100 85777 0 167k --:--:-- --:--:-- --:--:-- 167k [2021-01-29T00:51:19.169Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8f9ab6c2f8e2ba85fa91294ade77da6b16937684 [Pipeline] } [2021-01-29T00:51:19.178Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:51:21.457Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:51:22.344Z] ---> package-listing.sh [2021-01-29T00:51:22.344Z] ++ facter osfamily [2021-01-29T00:51:22.344Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-29T00:51:22.344Z] + OS_FAMILY=redhat [2021-01-29T00:51:22.344Z] + workspace=/w/workspace/edgex-go/2 [2021-01-29T00:51:22.344Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-29T00:51:22.344Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-29T00:51:22.344Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-29T00:51:22.344Z] + PACKAGES=/tmp/packages_start.txt [2021-01-29T00:51:22.344Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-29T00:51:22.344Z] + PACKAGES=/tmp/packages_end.txt [2021-01-29T00:51:22.344Z] + case "${OS_FAMILY}" in [2021-01-29T00:51:22.344Z] + rpm -qa [2021-01-29T00:51:22.344Z] + sort [2021-01-29T00:51:27.644Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-29T00:51:27.644Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-29T00:51:27.644Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-29T00:51:27.644Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-29T00:51:27.644Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-29T00:51:27.644Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-29T00:51:27.660Z] 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-01-29T00:51:27.956Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:51:28.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T00:51:28.536Z] [2021-01-29T00:51:28.536Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-29T00:51:28.902Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T00:51:28.902Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-29T00:51:28.902Z] df20fa9351a1: Pulling fs layer [2021-01-29T00:51:28.902Z] 36b3adc4ff6f: Pulling fs layer [2021-01-29T00:51:28.902Z] 8ad3a11d3b57: Pulling fs layer [2021-01-29T00:51:28.902Z] 46f8f816bc3b: Pulling fs layer [2021-01-29T00:51:28.902Z] 93b61091891f: Pulling fs layer [2021-01-29T00:51:28.902Z] 93b9cdb0e59b: Pulling fs layer [2021-01-29T00:51:28.902Z] 5e14af77c1be: Pulling fs layer [2021-01-29T00:51:28.902Z] 01666e4c0597: Pulling fs layer [2021-01-29T00:51:28.902Z] aa168da1d23b: Pulling fs layer [2021-01-29T00:51:28.902Z] 46f8f816bc3b: Waiting [2021-01-29T00:51:28.902Z] 93b61091891f: Waiting [2021-01-29T00:51:28.902Z] 5e14af77c1be: Waiting [2021-01-29T00:51:28.902Z] 01666e4c0597: Waiting [2021-01-29T00:51:28.902Z] aa168da1d23b: Waiting [2021-01-29T00:51:28.902Z] 36b3adc4ff6f: Download complete [2021-01-29T00:51:28.902Z] 46f8f816bc3b: Verifying Checksum [2021-01-29T00:51:28.902Z] 46f8f816bc3b: Download complete [2021-01-29T00:51:29.164Z] df20fa9351a1: Verifying Checksum [2021-01-29T00:51:29.164Z] 93b9cdb0e59b: Verifying Checksum [2021-01-29T00:51:29.164Z] 93b9cdb0e59b: Download complete [2021-01-29T00:51:29.164Z] 5e14af77c1be: Verifying Checksum [2021-01-29T00:51:29.164Z] 5e14af77c1be: Download complete [2021-01-29T00:51:29.164Z] 93b61091891f: Verifying Checksum [2021-01-29T00:51:29.164Z] 93b61091891f: Download complete [2021-01-29T00:51:29.164Z] 01666e4c0597: Download complete [2021-01-29T00:51:29.427Z] df20fa9351a1: Pull complete [2021-01-29T00:51:29.693Z] 8ad3a11d3b57: Verifying Checksum [2021-01-29T00:51:29.693Z] 8ad3a11d3b57: Download complete [2021-01-29T00:51:29.693Z] 36b3adc4ff6f: Pull complete [2021-01-29T00:51:30.657Z] 8ad3a11d3b57: Pull complete [2021-01-29T00:51:31.610Z] aa168da1d23b: Verifying Checksum [2021-01-29T00:51:31.610Z] aa168da1d23b: Download complete [2021-01-29T00:51:32.558Z] 46f8f816bc3b: Pull complete [2021-01-29T00:51:33.959Z] 93b61091891f: Pull complete [2021-01-29T00:51:34.222Z] 93b9cdb0e59b: Pull complete [2021-01-29T00:51:34.222Z] 5e14af77c1be: Pull complete [2021-01-29T00:51:34.488Z] 01666e4c0597: Pull complete [2021-01-29T00:51:41.105Z] aa168da1d23b: Pull complete [2021-01-29T00:51:41.105Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-29T00:51:41.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T00:51:41.105Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-29T00:51:41.321Z] prd-centos7-docker-4c-2g-23833 does not seem to be running inside a container [2021-01-29T00:51:41.435Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-29T00:51:52.014Z] $ docker top 7cd9a206c2392393fc8d2e9d2dfb54bd6617370dc8a779352c9660e3c406250f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T00:51:52.681Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-29T00:51:52.997Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-29T00:51:53.304Z] + ls /var/log/sa-host [2021-01-29T00:51:53.304Z] + sadf -c /var/log/sa-host/sa23 [2021-01-29T00:51:53.304Z] file_magic: OK [2021-01-29T00:51:53.304Z] HZ: Using current value: 100 [2021-01-29T00:51:53.304Z] file_header: OK [2021-01-29T00:51:53.304Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-29T00:51:53.304Z] Statistics: [2021-01-29T00:51:53.304Z] Hnuu...uuuununununu... [2021-01-29T00:51:53.304Z] File successfully converted to sysstat format version 12.2.1 [2021-01-29T00:51:53.304Z] + sadf -c /var/log/sa-host/sa29 [2021-01-29T00:51:53.304Z] file_magic: OK [2021-01-29T00:51:53.304Z] HZ: Using current value: 100 [2021-01-29T00:51:53.304Z] file_header: OK [2021-01-29T00:51:53.304Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-29T00:51:53.304Z] Statistics: [2021-01-29T00:51:53.304Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-29T00:51:53.304Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-29T00:51:53.980Z] provisioning config files... [2021-01-29T00:51:53.996Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6300537296359141240tmp [Pipeline] { [Pipeline] echo [2021-01-29T00:51:54.068Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:51:54.369Z] ---> create-netrc.sh [Pipeline] } [2021-01-29T00:51:54.378Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-29T00:51:54.478Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:51:54.775Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-29T00:51:54.787Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:51:55.087Z] ---> sudo-logs.sh [2021-01-29T00:51:55.087Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-29T00:51:55.099Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:51:55.398Z] ---> job-cost.sh [2021-01-29T00:51:55.399Z] lf-activate-venv: SKIPPING [2021-01-29T00:51:55.399Z] INFO: No Stack... [2021-01-29T00:51:56.344Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-29T00:51:56.605Z] INFO: Archiving Costs [Pipeline] echo [2021-01-29T00:51:56.619Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T00:51:56.918Z] ---> logs-deploy.sh [2021-01-29T00:51:56.918Z] lf-activate-venv: SKIPPING [2021-01-29T00:51:56.918Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3096/2 [2021-01-29T00:51:56.918Z] INFO: archiving workspace using pattern(s): [2021-01-29T00:51:58.850Z] Archives upload complete. [2021-01-29T00:51:58.850Z] INFO: archiving logs to Nexus [2021-01-29T00:51:59.798Z] ---> uname -a: [2021-01-29T00:51:59.798Z] Linux prd-centos7-docker-4c-2g-23833.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-29T00:51:59.798Z] [2021-01-29T00:51:59.798Z] [2021-01-29T00:51:59.798Z] ---> lscpu: [2021-01-29T00:51:59.798Z] Architecture: x86_64 [2021-01-29T00:51:59.798Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-29T00:51:59.798Z] Byte Order: Little Endian [2021-01-29T00:51:59.798Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-29T00:51:59.798Z] CPU(s): 4 [2021-01-29T00:51:59.798Z] On-line CPU(s) list: 0-3 [2021-01-29T00:51:59.798Z] Thread(s) per core: 1 [2021-01-29T00:51:59.798Z] Core(s) per socket: 1 [2021-01-29T00:51:59.798Z] Socket(s): 4 [2021-01-29T00:51:59.798Z] NUMA node(s): 1 [2021-01-29T00:51:59.798Z] Vendor ID: GenuineIntel [2021-01-29T00:51:59.798Z] CPU family: 6 [2021-01-29T00:51:59.798Z] Model: 44 [2021-01-29T00:51:59.798Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-29T00:51:59.798Z] Stepping: 1 [2021-01-29T00:51:59.798Z] CPU MHz: 2933.436 [2021-01-29T00:51:59.798Z] BogoMIPS: 5866.87 [2021-01-29T00:51:59.798Z] Virtualization: VT-x [2021-01-29T00:51:59.798Z] Hypervisor vendor: KVM [2021-01-29T00:51:59.798Z] Virtualization type: full [2021-01-29T00:51:59.798Z] L1d cache: 128 KiB [2021-01-29T00:51:59.798Z] L1i cache: 128 KiB [2021-01-29T00:51:59.798Z] L2 cache: 16 MiB [2021-01-29T00:51:59.798Z] L3 cache: 64 MiB [2021-01-29T00:51:59.798Z] NUMA node0 CPU(s): 0-3 [2021-01-29T00:51:59.798Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-29T00:51:59.798Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-29T00:51:59.798Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-29T00:51:59.798Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-29T00:51:59.798Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-29T00:51:59.798Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-29T00:51:59.798Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-29T00:51:59.798Z] Vulnerability Srbds: Not affected [2021-01-29T00:51:59.798Z] Vulnerability Tsx async abort: Not affected [2021-01-29T00:51:59.798Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-29T00:51:59.798Z] [2021-01-29T00:51:59.798Z] [2021-01-29T00:51:59.798Z] ---> nproc: [2021-01-29T00:51:59.798Z] 4 [2021-01-29T00:51:59.798Z] [2021-01-29T00:51:59.798Z] [2021-01-29T00:51:59.798Z] ---> df -h: [2021-01-29T00:51:59.798Z] Filesystem Size Used Available Use% Mounted on [2021-01-29T00:51:59.798Z] overlay 50.0G 12.7G 37.3G 25% / [2021-01-29T00:51:59.798Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-29T00:51:59.798Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-29T00:51:59.798Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-29T00:51:59.798Z] /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os [2021-01-29T00:51:59.798Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf [2021-01-29T00:51:59.798Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname [2021-01-29T00:51:59.798Z] /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts [2021-01-29T00:51:59.798Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure [2021-01-29T00:51:59.798Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log [2021-01-29T00:51:59.798Z] /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json [2021-01-29T00:51:59.798Z] /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host [2021-01-29T00:51:59.798Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/2 [2021-01-29T00:51:59.798Z] /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/2@tmp [2021-01-29T00:51:59.798Z] [2021-01-29T00:51:59.798Z] [2021-01-29T00:51:59.798Z] ---> free -m: [2021-01-29T00:51:59.798Z] total used free shared buff/cache available [2021-01-29T00:51:59.798Z] Mem: 1837 724 122 0 991 1033 [2021-01-29T00:51:59.798Z] Swap: 1023 63 960 [2021-01-29T00:51:59.798Z] [2021-01-29T00:51:59.798Z] [2021-01-29T00:51:59.798Z] ---> ip addr: [2021-01-29T00:51:59.798Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-29T00:51:59.798Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-29T00:51:59.798Z] inet 127.0.0.1/8 scope host lo [2021-01-29T00:51:59.798Z] valid_lft forever preferred_lft forever [2021-01-29T00:51:59.798Z] inet6 ::1/128 scope host [2021-01-29T00:51:59.798Z] valid_lft forever preferred_lft forever [2021-01-29T00:51:59.798Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-29T00:51:59.798Z] link/ether fa:16:3e:f0:96:32 brd ff:ff:ff:ff:ff:ff [2021-01-29T00:51:59.798Z] inet 10.30.122.214/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-29T00:51:59.798Z] valid_lft 85035sec preferred_lft 85035sec [2021-01-29T00:51:59.798Z] inet6 fe80::f816:3eff:fef0:9632/64 scope link [2021-01-29T00:51:59.798Z] valid_lft forever preferred_lft forever [2021-01-29T00:51:59.798Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-29T00:51:59.798Z] link/ether 02:42:32:6a:11:35 brd ff:ff:ff:ff:ff:ff [2021-01-29T00:51:59.798Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-29T00:51:59.798Z] valid_lft forever preferred_lft forever [2021-01-29T00:51:59.798Z] inet6 fe80::42:32ff:fe6a:1135/64 scope link [2021-01-29T00:51:59.798Z] valid_lft forever preferred_lft forever [2021-01-29T00:51:59.798Z] [2021-01-29T00:51:59.798Z]