Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4d570d5b9e6df29072a4459656d23b23b5c549fe+4a83cd830d92d64e3c8662a0b68849c078e73697 (317143af9987721229def55f97aacb740d4ebdb8) 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-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-23554’ is offline; ‘prd-centos7-docker-4c-2g-23556’ is offline; ‘prd-centos7-docker-4c-2g-23558’ is offline; ‘prd-centos7-docker-4c-2g-23559’ is offline; ‘prd-centos7-docker-4c-2g-23577’ is offline; ‘prd-centos7-docker-4c-2g-23587’ is offline; ‘prd-centos7-docker-4c-2g-23588’ is offline; ‘prd-centos7-docker-4c-2g-23596’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23565’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23566’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23568’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23569’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23570’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23585’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23607 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/27 [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/27 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 4d570d5b9e6df29072a4459656d23b23b5c549fe Merge succeeded, producing 4d570d5b9e6df29072a4459656d23b23b5c549fe Checking out Revision 4d570d5b9e6df29072a4459656d23b23b5c549fe (PR-3027) > 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/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d570d5b9e6df29072a4459656d23b23b5c549fe # 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 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4d570d5b9e6df29072a4459656d23b23b5c549fe # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk 90a31123e9e59c7fc9b668539822c6cbae3777a8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T00:54:54.708Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T00:54:55.013Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T00:54:55.132Z] ========================================================= [2021-01-28T00:54:55.132Z] EdgeX Global Pipelines Version Info [2021-01-28T00:54:55.132Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:54:56.591Z] ------------------- [2021-01-28T00:54:56.591Z] stable info: [2021-01-28T00:54:56.591Z] ------------------- [2021-01-28T00:54:56.591Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:54:56.591Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:54:56.591Z] Message: update stable to v1.0.179 [2021-01-28T00:54:57.539Z] ------------------- [2021-01-28T00:54:57.539Z] experimental info: [2021-01-28T00:54:57.539Z] ------------------- [2021-01-28T00:54:57.539Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T00:54:57.539Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T00:54:57.539Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T00:54:57.777Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T00:54:57.858Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T00:54:57.959Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T00:54:58.039Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T00:54:58.142Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T00:54:58.238Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T00:54:58.320Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T00:54:58.408Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T00:54:58.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T00:54:58.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T00:54:58.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T00:54:58.768Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T00:54:58.853Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T00:54:58.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T00:54:59.026Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:54:59.116Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T00:54:59.199Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T00:54:59.296Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T00:54:59.396Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T00:55:01.133Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T00:55:01.261Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T00:55:01.439Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T00:55:01.554Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T00:55:01.651Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo [2021-01-28T00:55:01.749Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo [2021-01-28T00:55:01.853Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo [2021-01-28T00:55:01.949Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4d570d5b9e6df29072a4459656d23b23b5c549fe [Pipeline] echo [2021-01-28T00:55:02.074Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4d570d5 [Pipeline] echo [2021-01-28T00:55:02.158Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:55:02.324Z] provisioning config files... [2021-01-28T00:55:02.351Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/27@tmp/config3740499336909525063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:55:02.718Z] ---> docker-login.sh [2021-01-28T00:55:02.718Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:55:02.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:55:03.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:55:03.247Z] Configure a credential helper to remove this warning. See [2021-01-28T00:55:03.247Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:55:03.247Z] [2021-01-28T00:55:03.247Z] Login Succeeded [2021-01-28T00:55:03.247Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:55:03.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:55:03.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:55:03.512Z] Configure a credential helper to remove this warning. See [2021-01-28T00:55:03.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:55:03.512Z] [2021-01-28T00:55:03.512Z] Login Succeeded [2021-01-28T00:55:03.512Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:55:03.512Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:55:03.512Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:55:03.512Z] Configure a credential helper to remove this warning. See [2021-01-28T00:55:03.512Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:55:03.512Z] [2021-01-28T00:55:03.512Z] Login Succeeded [2021-01-28T00:55:03.512Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:55:03.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:55:03.774Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:55:03.774Z] Configure a credential helper to remove this warning. See [2021-01-28T00:55:03.774Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:55:03.774Z] [2021-01-28T00:55:03.774Z] Login Succeeded [2021-01-28T00:55:03.774Z] docker.io [2021-01-28T00:55:04.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:55:04.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:55:04.299Z] Configure a credential helper to remove this warning. See [2021-01-28T00:55:04.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:55:04.299Z] [2021-01-28T00:55:04.299Z] Login Succeeded [2021-01-28T00:55:04.299Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:55:04.309Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:55:04.786Z] ++ 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-28T00:55:04.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:04.786Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T00:55:04.786Z] ++ cut -d/ -f2 [2021-01-28T00:55:04.786Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T00:55:04.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:04.786Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T00:55:04.786Z] ++ cut -d/ -f2 [2021-01-28T00:55:04.786Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T00:55:04.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:04.786Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T00:55:04.786Z] ++ cut -d/ -f2 [2021-01-28T00:55:04.786Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T00:55:04.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:04.786Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T00:55:04.786Z] ++ cut -d/ -f2 [2021-01-28T00:55:04.786Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T00:55:04.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:04.786Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T00:55:04.786Z] ++ cut -d/ -f2 [2021-01-28T00:55:04.786Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T00:55:04.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:04.786Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:55:04.786Z] ++ cut -d/ -f2 [2021-01-28T00:55:04.786Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T00:55:04.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:04.786Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T00:55:04.786Z] ++ cut -d/ -f2 [2021-01-28T00:55:04.786Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T00:55:04.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:04.786Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T00:55:04.786Z] ++ cut -d/ -f2 [2021-01-28T00:55:04.786Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T00:55:04.786Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T00:55:04.786Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T00:55:04.786Z] ++ cut -d/ -f2 [2021-01-28T00:55:04.786Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T00:55:04.854Z] 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-28T00:55:05.916Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:55:05.916Z] [2021-01-28T00:55:05.916Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:55:06.263Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:55:06.263Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T00:55:06.263Z] 31603596830f: Pulling fs layer [2021-01-28T00:55:06.263Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T00:55:06.263Z] 6ca5941a6612: Pulling fs layer [2021-01-28T00:55:06.263Z] ecc8261a40a4: Pulling fs layer [2021-01-28T00:55:06.263Z] ecc8261a40a4: Waiting [2021-01-28T00:55:06.263Z] 2a8b12db71e7: Verifying Checksum [2021-01-28T00:55:06.263Z] 2a8b12db71e7: Download complete [2021-01-28T00:55:06.263Z] 31603596830f: Verifying Checksum [2021-01-28T00:55:06.263Z] 31603596830f: Download complete [2021-01-28T00:55:06.526Z] ecc8261a40a4: Verifying Checksum [2021-01-28T00:55:06.526Z] ecc8261a40a4: Download complete [2021-01-28T00:55:06.526Z] 6ca5941a6612: Verifying Checksum [2021-01-28T00:55:06.526Z] 6ca5941a6612: Download complete [2021-01-28T00:55:07.119Z] 31603596830f: Pull complete [2021-01-28T00:55:07.119Z] 2a8b12db71e7: Pull complete [2021-01-28T00:55:08.077Z] 6ca5941a6612: Pull complete [2021-01-28T00:55:08.077Z] ecc8261a40a4: Pull complete [2021-01-28T00:55:08.342Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T00:55:08.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T00:55:08.342Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T00:55:08.450Z] prd-centos7-docker-4c-2g-23607 does not seem to be running inside a container [2021-01-28T00:55:08.497Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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-28T00:55:10.746Z] $ docker top 1237e741e66ee73eeb7437ba7a2961f5198fc25d6231e1daa955307ac8b9511d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T00:55:11.140Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:55:11.140Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:55:11.433Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:55:11.437Z] $ docker exec 1237e741e66ee73eeb7437ba7a2961f5198fc25d6231e1daa955307ac8b9511d ssh-agent [2021-01-28T00:55:11.644Z] SSH_AUTH_SOCK=/tmp/ssh-uMqUBonC1hk1/agent.12 [2021-01-28T00:55:11.644Z] SSH_AGENT_PID=18 [2021-01-28T00:55:11.662Z] Running ssh-add (command line suppressed) [2021-01-28T00:55:11.798Z] Identity added: /w/workspace/edgex-go/27@tmp/private_key_1332247208811912655.key (/w/workspace/edgex-go/27@tmp/private_key_1332247208811912655.key) [2021-01-28T00:55:11.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:55:12.193Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T00:55:12.219Z] $ docker exec --env ******** --env ******** 1237e741e66ee73eeb7437ba7a2961f5198fc25d6231e1daa955307ac8b9511d ssh-agent -k [2021-01-28T00:55:12.340Z] unset SSH_AUTH_SOCK; [2021-01-28T00:55:12.340Z] unset SSH_AGENT_PID; [2021-01-28T00:55:12.340Z] echo Agent pid 18 killed; [2021-01-28T00:55:12.387Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T00:55:12.525Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T00:55:12.525Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T00:55:12.709Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T00:55:12.712Z] $ docker exec 1237e741e66ee73eeb7437ba7a2961f5198fc25d6231e1daa955307ac8b9511d ssh-agent [2021-01-28T00:55:12.892Z] SSH_AUTH_SOCK=/tmp/ssh-QA8qUbKvTTBK/agent.48 [2021-01-28T00:55:12.892Z] SSH_AGENT_PID=53 [2021-01-28T00:55:12.899Z] Running ssh-add (command line suppressed) [2021-01-28T00:55:13.023Z] Identity added: /w/workspace/edgex-go/27@tmp/private_key_8516965301796809903.key (/w/workspace/edgex-go/27@tmp/private_key_8516965301796809903.key) [2021-01-28T00:55:13.077Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T00:55:13.411Z] + git semver init [2021-01-28T00:55:13.411Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T00:55:13.411Z] # $GIT_DIR = /w/workspace/edgex-go/27/.git [2021-01-28T00:55:13.411Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/27 [2021-01-28T00:55:13.411Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T00:55:13.411Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T00:55:13.411Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T00:55:13.411Z] # $SEMVER_BRANCH = PR-3027 [2021-01-28T00:55:13.411Z] # $SEMVER_TEMP = /tmp/semver-711688081 [2021-01-28T00:55:13.411Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T00:55:31.618Z] # '/tmp/semver-711688081' -> '/w/workspace/edgex-go/27/.semver' [2021-01-28T00:55:31.618Z] # -> Force: false [2021-01-28T00:55:31.618Z] # $SEMVER_DIR = /w/workspace/edgex-go/27/.semver [Pipeline] } [2021-01-28T00:55:31.634Z] $ docker exec --env ******** --env ******** 1237e741e66ee73eeb7437ba7a2961f5198fc25d6231e1daa955307ac8b9511d ssh-agent -k [2021-01-28T00:55:31.872Z] unset SSH_AUTH_SOCK; [2021-01-28T00:55:31.872Z] unset SSH_AGENT_PID; [2021-01-28T00:55:31.872Z] echo Agent pid 53 killed; [2021-01-28T00:55:31.938Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T00:55:32.401Z] + git semver [Pipeline] } [2021-01-28T00:55:32.420Z] $ docker stop --time=1 1237e741e66ee73eeb7437ba7a2961f5198fc25d6231e1daa955307ac8b9511d [2021-01-28T00:55:34.052Z] $ docker rm -f 1237e741e66ee73eeb7437ba7a2961f5198fc25d6231e1daa955307ac8b9511d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T00:55:34.599Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T00:55:35.181Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T00:55:35.184Z] [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-28T00:55:36.138Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:55:36.467Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:55:36.803Z] + sudo service docker restart [2021-01-28T00:55:36.803Z] + true [2021-01-28T00:55:36.803Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T00:55:37.393Z] ========================================================= [2021-01-28T00:55:37.393Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T00:55:37.393Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:55:37.740Z] + 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-28T00:55:43.104Z] Sending build context to Docker daemon 327.2MB [2021-01-28T00:55:43.104Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:55:43.104Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:55:43.104Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T00:55:43.104Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T00:55:43.104Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T00:55:43.104Z] de9db76c5a1d: Pulling fs layer [2021-01-28T00:55:43.104Z] bca2f99d35d6: Pulling fs layer [2021-01-28T00:55:43.104Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T00:55:43.104Z] 7c6f9722023f: Pulling fs layer [2021-01-28T00:55:43.104Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T00:55:43.104Z] bca2f99d35d6: Waiting [2021-01-28T00:55:43.104Z] 93359f2a8cfa: Waiting [2021-01-28T00:55:43.104Z] 7c6f9722023f: Waiting [2021-01-28T00:55:43.104Z] a35cf1a2eb13: Waiting [2021-01-28T00:55:43.104Z] de9db76c5a1d: Download complete [2021-01-28T00:55:43.104Z] 0ef7d3d256c8: Download complete [2021-01-28T00:55:43.104Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T00:55:43.104Z] 93359f2a8cfa: Download complete [2021-01-28T00:55:43.104Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T00:55:43.104Z] 188c0c94c7c5: Download complete [2021-01-28T00:55:43.104Z] 7c6f9722023f: Verifying Checksum [2021-01-28T00:55:43.104Z] 7c6f9722023f: Download complete [2021-01-28T00:55:43.104Z] 188c0c94c7c5: Pull complete [2021-01-28T00:55:43.367Z] 0ef7d3d256c8: Pull complete [2021-01-28T00:55:43.367Z] de9db76c5a1d: Pull complete [2021-01-28T00:55:44.783Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T00:55:44.783Z] a35cf1a2eb13: Download complete [2021-01-28T00:55:45.361Z] bca2f99d35d6: Verifying Checksum [2021-01-28T00:55:45.361Z] bca2f99d35d6: Download complete [2021-01-28T00:55:50.604Z] Still waiting to schedule task [2021-01-28T00:55:50.605Z] Executor slot already in use; ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23563’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23572’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23612’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23613’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-23598’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-23615’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23581’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23608’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23610’ is offline [2021-01-28T00:55:50.754Z] bca2f99d35d6: Pull complete [2021-01-28T00:55:50.754Z] 93359f2a8cfa: Pull complete [2021-01-28T00:55:51.036Z] 7c6f9722023f: Pull complete [2021-01-28T00:55:55.384Z] a35cf1a2eb13: Pull complete [2021-01-28T00:55:55.384Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T00:55:55.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T00:55:55.384Z] ---> a62c8e92a672 [2021-01-28T00:55:55.384Z] 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-28T00:55:55.384Z] ---> Running in 9fa70611ba04 [2021-01-28T00:55:56.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:55:56.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:55:57.584Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:55:57.880Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:55:58.162Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:55:58.162Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:56:30.454Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:56:30.454Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:56:30.454Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:56:30.454Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:56:30.454Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:56:30.454Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:56:31.031Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:56:31.984Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:56:31.984Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:56:31.984Z] OK: 233 MiB in 51 packages [2021-01-28T00:56:34.555Z] Removing intermediate container 9fa70611ba04 [2021-01-28T00:56:34.555Z] ---> 68d1592d49cf [2021-01-28T00:56:34.555Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:56:34.555Z] ---> Running in 7382819db0e2 [2021-01-28T00:56:34.820Z] Removing intermediate container 7382819db0e2 [2021-01-28T00:56:34.820Z] ---> 4b857ac4a242 [2021-01-28T00:56:34.820Z] Step 5/6 : COPY go.mod . [2021-01-28T00:56:35.083Z] ---> c4e1c36295f2 [2021-01-28T00:56:35.083Z] Step 6/6 : RUN go mod download [2021-01-28T00:56:35.083Z] ---> Running in aba87cf056b0 [2021-01-28T00:56:57.149Z] Removing intermediate container aba87cf056b0 [2021-01-28T00:56:57.149Z] ---> 370131c79d0d [2021-01-28T00:56:57.149Z] Successfully built 370131c79d0d [2021-01-28T00:56:57.149Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:56:57.498Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:56:57.498Z] . [Pipeline] withDockerContainer [2021-01-28T00:56:57.607Z] prd-centos7-docker-4c-2g-23607 does not seem to be running inside a container [2021-01-28T00:56:57.659Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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-28T00:56:58.527Z] $ docker top ca8617fbd45c09e7bfe18627a5c7154a2625f6f3a267765a423cf2dd0eb6623a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:56:59.029Z] + go version [2021-01-28T00:56:59.029Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T00:56:59.045Z] $ docker stop --time=1 ca8617fbd45c09e7bfe18627a5c7154a2625f6f3a267765a423cf2dd0eb6623a [2021-01-28T00:57:01.186Z] $ docker rm -f ca8617fbd45c09e7bfe18627a5c7154a2625f6f3a267765a423cf2dd0eb6623a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:57:02.227Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T00:57:02.227Z] . [Pipeline] withDockerContainer [2021-01-28T00:57:02.336Z] prd-centos7-docker-4c-2g-23607 does not seem to be running inside a container [2021-01-28T00:57:02.423Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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-28T00:57:03.227Z] $ docker top 79685fd1758347fd31c6bb06aef9700c99265d6f51bf7405ade0507b4f786117 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:57:03.561Z] ========================================================= [2021-01-28T00:57:03.561Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:57:03.561Z] ========================================================= [Pipeline] sh [2021-01-28T00:57:03.877Z] + make test [2021-01-28T00:57:03.877Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:57:08.177Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23616 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-28T00:57:08.236Z] Running in /w/workspace/edgex-go/27 [Pipeline] { [Pipeline] checkout [2021-01-28T00:57:12.113Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:57:13.553Z] using credential edgex-jenkins-ssh [2021-01-28T00:57:13.615Z] Cloning the remote Git repository [2021-01-28T00:57:13.681Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:57:13.793Z] > git init /w/workspace/edgex-go/27 # timeout=10 [2021-01-28T00:57:13.873Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:57:13.874Z] > git --version # timeout=10 [2021-01-28T00:57:13.895Z] > git --version # 'git version 2.17.1' [2021-01-28T00:57:13.897Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:57:13.951Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:57:27.146Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T00:57:33.864Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T00:57:34.140Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T00:57:34.140Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T00:57:34.140Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T00:57:36.734Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T00:57:36.734Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T00:57:36.734Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T00:57:36.734Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T00:57:36.734Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T00:57:37.012Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T00:57:39.377Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:57:39.401Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T00:57:39.436Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T00:57:39.611Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T00:57:39.611Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T00:57:39.611Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T00:57:40.052Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T00:57:40.471Z] Merge succeeded, producing 4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T00:57:40.472Z] Checking out Revision 4d570d5b9e6df29072a4459656d23b23b5c549fe (PR-3027) [2021-01-28T00:57:41.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.6% of statements [2021-01-28T00:57:41.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T00:57:41.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T00:57:41.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T00:57:41.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T00:57:41.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T00:57:39.470Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T00:57:39.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:57:39.482Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T00:57:40.071Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:57:40.085Z] > git checkout -f 4d570d5b9e6df29072a4459656d23b23b5c549fe # timeout=10 [2021-01-28T00:57:40.385Z] > git remote # timeout=10 [2021-01-28T00:57:40.405Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T00:57:40.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T00:57:40.438Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T00:57:40.459Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T00:57:40.478Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T00:57:40.495Z] > git checkout -f 4d570d5b9e6df29072a4459656d23b23b5c549fe # timeout=10 [2021-01-28T00:57:44.875Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [2021-01-28T00:57:45.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.185s coverage: 27.1% of statements [2021-01-28T00:57:45.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T00:57:45.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T00:57:45.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T00:57:45.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T00:57:45.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T00:57:45.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T00:57:45.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-01-28T00:57:45.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T00:57:45.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements [2021-01-28T00:57:45.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T00:57:45.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T00:57:45.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 65.8% of statements [2021-01-28T00:57:45.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T00:57:45.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T00:57:45.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.120s coverage: 82.3% of statements [2021-01-28T00:57:45.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T00:57:45.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:57:45.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T00:57:45.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T00:57:46.484Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:57:46.902Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T00:57:47.235Z] + + true [2021-01-28T00:57:47.235Z] sudo service docker restart [2021-01-28T00:57:47.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements [2021-01-28T00:57:47.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T00:57:47.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T00:57:47.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T00:57:47.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T00:57:47.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T00:57:47.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements [2021-01-28T00:57:47.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T00:57:47.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2021-01-28T00:57:47.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T00:57:47.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements [2021-01-28T00:57:47.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T00:57:47.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.101s coverage: 97.5% of statements [2021-01-28T00:57:47.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T00:57:47.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.083s coverage: 78.3% of statements [2021-01-28T00:57:47.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T00:57:47.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T00:57:47.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T00:57:47.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T00:57:49.278Z] provisioning config files... [2021-01-28T00:57:49.324Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/27@tmp/config3170296577647917562tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T00:57:49.721Z] ---> docker-login.sh [2021-01-28T00:57:49.721Z] nexus3.edgexfoundry.org:10001 [2021-01-28T00:57:50.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.354s coverage: 92.8% of statements [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T00:57:50.192Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T00:57:50.192Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 0.1% of statements [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T00:57:50.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T00:57:50.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 43.8% of statements [2021-01-28T00:57:50.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements [2021-01-28T00:57:50.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements [2021-01-28T00:57:50.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements [2021-01-28T00:57:50.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-01-28T00:57:50.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:57:50.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:57:50.973Z] Configure a credential helper to remove this warning. See [2021-01-28T00:57:50.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:57:50.973Z] [2021-01-28T00:57:50.973Z] Login Succeeded [2021-01-28T00:57:50.973Z] nexus3.edgexfoundry.org:10002 [2021-01-28T00:57:51.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:57:51.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:57:51.569Z] Configure a credential helper to remove this warning. See [2021-01-28T00:57:51.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:57:51.569Z] [2021-01-28T00:57:51.569Z] Login Succeeded [2021-01-28T00:57:51.569Z] nexus3.edgexfoundry.org:10003 [2021-01-28T00:57:51.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:57:52.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:57:52.122Z] Configure a credential helper to remove this warning. See [2021-01-28T00:57:52.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:57:52.122Z] [2021-01-28T00:57:52.122Z] Login Succeeded [2021-01-28T00:57:52.122Z] nexus3.edgexfoundry.org:10004 [2021-01-28T00:57:52.395Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:57:52.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:57:52.670Z] Configure a credential helper to remove this warning. See [2021-01-28T00:57:52.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:57:52.670Z] [2021-01-28T00:57:52.670Z] Login Succeeded [2021-01-28T00:57:52.670Z] docker.io [2021-01-28T00:57:52.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T00:57:53.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T00:57:53.213Z] Configure a credential helper to remove this warning. See [2021-01-28T00:57:53.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T00:57:53.213Z] [2021-01-28T00:57:53.213Z] Login Succeeded [2021-01-28T00:57:53.213Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T00:57:53.231Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T00:57:53.770Z] ========================================================= [2021-01-28T00:57:53.770Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T00:57:53.770Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:57:54.158Z] + 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-28T00:57:56.799Z] Sending build context to Docker daemon 165.9MB [2021-01-28T00:57:56.799Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T00:57:56.799Z] Step 2/6 : FROM ${BASE} [2021-01-28T00:57:56.799Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T00:57:56.799Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T00:57:56.799Z] a4357932f1b6: Pulling fs layer [2021-01-28T00:57:56.799Z] 18c013af1878: Pulling fs layer [2021-01-28T00:57:56.799Z] 00ac8860ef70: Pulling fs layer [2021-01-28T00:57:56.799Z] 63d7cb157983: Pulling fs layer [2021-01-28T00:57:56.799Z] b116817d02f9: Pulling fs layer [2021-01-28T00:57:56.799Z] 745a02a5169b: Pulling fs layer [2021-01-28T00:57:56.799Z] 00ac8860ef70: Waiting [2021-01-28T00:57:56.799Z] 63d7cb157983: Waiting [2021-01-28T00:57:56.799Z] b116817d02f9: Waiting [2021-01-28T00:57:56.799Z] 745a02a5169b: Waiting [2021-01-28T00:57:56.799Z] 18c013af1878: Verifying Checksum [2021-01-28T00:57:56.799Z] 18c013af1878: Download complete [2021-01-28T00:57:56.799Z] a4357932f1b6: Verifying Checksum [2021-01-28T00:57:56.799Z] a4357932f1b6: Download complete [2021-01-28T00:57:56.799Z] 63d7cb157983: Verifying Checksum [2021-01-28T00:57:56.799Z] 63d7cb157983: Download complete [2021-01-28T00:57:56.799Z] b116817d02f9: Verifying Checksum [2021-01-28T00:57:56.799Z] b116817d02f9: Download complete [2021-01-28T00:57:56.799Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T00:57:56.799Z] 5f621e34cdf4: Download complete [2021-01-28T00:57:57.416Z] 5f621e34cdf4: Pull complete [2021-01-28T00:57:58.019Z] a4357932f1b6: Pull complete [2021-01-28T00:57:58.293Z] 18c013af1878: Pull complete [2021-01-28T00:57:59.278Z] 745a02a5169b: Verifying Checksum [2021-01-28T00:57:59.278Z] 745a02a5169b: Download complete [2021-01-28T00:58:00.720Z] 00ac8860ef70: Verifying Checksum [2021-01-28T00:58:00.720Z] 00ac8860ef70: Download complete [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.056s coverage: 94.4% of statements [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.053s coverage: 87.2% of statements [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.052s coverage: 80.8% of statements [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.288s coverage: 68.9% of statements [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T00:58:02.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T00:58:02.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements [2021-01-28T00:58:02.470Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T00:58:02.470Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T00:58:02.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.258s coverage: 84.0% of statements [2021-01-28T00:58:02.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2021-01-28T00:58:02.470Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements [2021-01-28T00:58:02.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T00:58:02.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T00:58:02.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T00:58:02.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T00:58:02.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T00:58:02.470Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-01-28T00:58:02.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T00:58:02.470Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-01-28T00:58:02.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T00:58:02.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.658s coverage: 29.1% of statements [2021-01-28T00:58:02.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T00:58:02.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T00:58:02.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T00:58:02.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T00:58:02.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T00:58:02.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.096s coverage: 99.0% of statements [2021-01-28T00:58:02.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T00:58:02.737Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements [2021-01-28T00:58:02.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T00:58:02.737Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-01-28T00:58:02.737Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T00:58:02.737Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2021-01-28T00:58:02.737Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T00:58:02.737Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T00:58:02.737Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T00:58:02.737Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T00:58:03.580Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements [2021-01-28T00:58:03.580Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T00:58:03.580Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T00:58:03.580Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-01-28T00:58:03.580Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-01-28T00:58:03.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-28T00:58:04.140Z] GO111MODULE=on go vet ./... [2021-01-28T00:58:10.886Z] 00ac8860ef70: Pull complete [2021-01-28T00:58:10.886Z] 63d7cb157983: Pull complete [2021-01-28T00:58:11.161Z] b116817d02f9: Pull complete [2021-01-28T00:58:15.550Z] 745a02a5169b: Pull complete [2021-01-28T00:58:15.550Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T00:58:15.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T00:58:15.550Z] ---> b7e6874047d6 [2021-01-28T00:58:15.550Z] 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-28T00:58:18.168Z] ---> Running in 6ddc8d3044fb [2021-01-28T00:58:19.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T00:58:20.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T00:58:21.176Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T00:58:21.448Z] (2/12) Installing file (5.38-r0) [2021-01-28T00:58:21.448Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T00:58:21.719Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T00:58:25.095Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T00:58:25.364Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T00:58:25.364Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T00:58:25.364Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T00:58:25.638Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T00:58:25.638Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T00:58:25.638Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T00:58:25.910Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T00:58:25.910Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T00:58:25.910Z] OK: 217 MiB in 51 packages [2021-01-28T00:58:30.272Z] Removing intermediate container 6ddc8d3044fb [2021-01-28T00:58:30.272Z] ---> aa7ef8c2cfb4 [2021-01-28T00:58:30.272Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T00:58:30.272Z] ---> Running in 2806827f37d9 [2021-01-28T00:58:30.545Z] Removing intermediate container 2806827f37d9 [2021-01-28T00:58:30.545Z] ---> ce797e91638d [2021-01-28T00:58:30.545Z] Step 5/6 : COPY go.mod . [2021-01-28T00:58:31.031Z] gofmt -l . [2021-01-28T00:58:31.031Z] [ "`gofmt -l .`" = "" ] [2021-01-28T00:58:31.031Z] ./bin/test-go-mod-tidy.sh [2021-01-28T00:58:31.031Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T00:58:31.143Z] ---> f06f0f69b7f9 [2021-01-28T00:58:31.143Z] Step 6/6 : RUN go mod download [2021-01-28T00:58:31.421Z] ---> Running in 7a6678f1e81b [2021-01-28T00:58:31.667Z] + ls -al . [2021-01-28T00:58:31.667Z] total 668 [2021-01-28T00:58:31.667Z] drwxrwxr-x 10 1001 1001 4096 Jan 28 00:58 . [2021-01-28T00:58:31.667Z] drwxr-xr-x 4 root root 30 Jan 28 00:57 .. [2021-01-28T00:58:31.667Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:54 .dockerignore [2021-01-28T00:58:31.667Z] drwxrwxr-x 8 1001 1001 179 Jan 28 00:54 .git [2021-01-28T00:58:31.667Z] drwxrwxr-x 3 1001 1001 125 Jan 28 00:54 .github [2021-01-28T00:58:31.667Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:54 .gitignore [2021-01-28T00:58:31.667Z] drwx------ 3 1001 1001 60 Jan 28 00:55 .semver [2021-01-28T00:58:31.667Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:54 .sonarcloud.properties [2021-01-28T00:58:31.667Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:54 Attribution.txt [2021-01-28T00:58:31.667Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:54 CONTRIBUTING.md [2021-01-28T00:58:31.667Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:54 Dockerfile.build [2021-01-28T00:58:31.667Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:54 Jenkinsfile [2021-01-28T00:58:31.667Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:54 LICENSE [2021-01-28T00:58:31.667Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:54 Makefile [2021-01-28T00:58:31.667Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:54 README.md [2021-01-28T00:58:31.667Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:54 SECURITY.md [2021-01-28T00:58:31.667Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:55 VERSION [2021-01-28T00:58:31.667Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:54 ZMQWindows.md [2021-01-28T00:58:31.667Z] drwxrwxr-x 2 1001 1001 117 Jan 28 00:54 bin [2021-01-28T00:58:31.667Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:54 cmd [2021-01-28T00:58:31.667Z] -rw-r--r-- 1 root root 564700 Jan 28 00:58 coverage.out [2021-01-28T00:58:31.667Z] -rw-r--r-- 1 root root 1053 Jan 28 00:58 go.mod [2021-01-28T00:58:31.667Z] -rw-r--r-- 1 root root 19170 Jan 28 00:58 go.sum [2021-01-28T00:58:31.667Z] drwxrwxr-x 8 1001 1001 127 Jan 28 00:54 internal [2021-01-28T00:58:31.667Z] drwxrwxr-x 4 1001 1001 26 Jan 28 00:54 openapi [2021-01-28T00:58:31.668Z] drwxrwxr-x 4 1001 1001 71 Jan 28 00:54 snap [2021-01-28T00:58:31.668Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:54 version.go [Pipeline] sh [2021-01-28T00:58:31.971Z] + '[' -e coverage.out ] [2021-01-28T00:58:31.971Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T00:58:32.225Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T00:58:32.546Z] + make build [2021-01-28T00:58:32.546Z] 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-28T00:58:35.862Z] 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-28T00:58:44.088Z] 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-28T00:58:44.352Z] 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-28T00:58:45.767Z] 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-28T00:58:46.035Z] 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-28T00:58:47.442Z] 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-28T00:58:48.843Z] 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-28T00:58:50.260Z] 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-28T00:58:51.213Z] 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-28T00:58:52.164Z] 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-28T00:58:53.590Z] 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-28T00:58:54.541Z] 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-28T00:58:55.959Z] $ docker stop --time=1 79685fd1758347fd31c6bb06aef9700c99265d6f51bf7405ade0507b4f786117 [2021-01-28T00:58:57.579Z] $ docker rm -f 79685fd1758347fd31c6bb06aef9700c99265d6f51bf7405ade0507b4f786117 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-01-28T00:58:58.250Z] Removing intermediate container 7a6678f1e81b [2021-01-28T00:58:58.250Z] ---> 1c0e5cc7323b [2021-01-28T00:58:58.250Z] Successfully built 1c0e5cc7323b [2021-01-28T00:58:58.250Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [2021-01-28T00:58:58.837Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:58:58.837Z] . [Pipeline] withDockerContainer [2021-01-28T00:58:59.899Z] prd-ubuntu18.04-docker-arm64-4c-16g-23616 does not seem to be running inside a container [2021-01-28T00:58:59.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 ******** ci-base-image-arm64 cat [2021-01-28T00:59:01.502Z] $ docker top 69faa77402e57656f3e32124b4932c9b3bfb64794712e2fecd65ff77c270e775 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:59:02.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:59:02.274Z] [2021-01-28T00:59:02.274Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:59:02.508Z] + go version [2021-01-28T00:59:02.508Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T00:59:02.535Z] $ docker stop --time=1 69faa77402e57656f3e32124b4932c9b3bfb64794712e2fecd65ff77c270e775 [2021-01-28T00:59:02.631Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:59:02.631Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-28T00:59:02.631Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-28T00:59:02.631Z] ca9280d653b3: Pulling fs layer [2021-01-28T00:59:02.631Z] 7e9c9ca2126c: Pulling fs layer [2021-01-28T00:59:02.893Z] cbdbe7a5bc2a: Download complete [2021-01-28T00:59:03.158Z] ca9280d653b3: Verifying Checksum [2021-01-28T00:59:03.158Z] ca9280d653b3: Download complete [2021-01-28T00:59:03.158Z] cbdbe7a5bc2a: Pull complete [2021-01-28T00:59:04.401Z] $ docker rm -f 69faa77402e57656f3e32124b4932c9b3bfb64794712e2fecd65ff77c270e775 [2021-01-28T00:59:04.559Z] ca9280d653b3: Pull complete [2021-01-28T00:59:04.559Z] 7e9c9ca2126c: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:59:05.379Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T00:59:05.379Z] . [Pipeline] withDockerContainer [2021-01-28T00:59:05.624Z] prd-ubuntu18.04-docker-arm64-4c-16g-23616 does not seem to be running inside a container [2021-01-28T00:59:05.706Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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 ******** ci-base-image-arm64 cat [2021-01-28T00:59:06.978Z] $ docker top 0d00d48f81b7c25f6b189e5edfde383d468f24a8a33a66091ee33f216ddf26d4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T00:59:07.308Z] ========================================================= [2021-01-28T00:59:07.308Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T00:59:07.308Z] ========================================================= [Pipeline] sh [2021-01-28T00:59:07.966Z] + make test [2021-01-28T00:59:07.966Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T00:59:11.197Z] 7e9c9ca2126c: Pull complete [2021-01-28T00:59:11.197Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-28T00:59:11.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:59:11.197Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-28T00:59:11.361Z] prd-centos7-docker-4c-2g-23607 does not seem to be running inside a container [2021-01-28T00:59:11.407Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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-28T00:59:14.268Z] $ docker top 8c9c019e6c14e7b8fb94ceada4c0534cd0a5dee3e176c6a35a6ae35a85fa02db -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:59:14.760Z] + docker-compose build --help [2021-01-28T00:59:14.760Z] + grep parallel [2021-01-28T00:59:15.713Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T00:59:15.727Z] $ docker stop --time=1 8c9c019e6c14e7b8fb94ceada4c0534cd0a5dee3e176c6a35a6ae35a85fa02db [2021-01-28T00:59:17.116Z] $ docker rm -f 8c9c019e6c14e7b8fb94ceada4c0534cd0a5dee3e176c6a35a6ae35a85fa02db [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T00:59:17.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-28T00:59:17.816Z] . [Pipeline] withDockerContainer [2021-01-28T00:59:17.950Z] prd-centos7-docker-4c-2g-23607 does not seem to be running inside a container [2021-01-28T00:59:18.023Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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-28T00:59:18.861Z] $ docker top d688a9e8a8f359b202df88db59e0a44404166e8ca550f9706472586f38810fad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T00:59:19.439Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T00:59:20.397Z] Building docker-core-command-go ... [2021-01-28T00:59:20.397Z] Building docker-core-data-go ... [2021-01-28T00:59:20.397Z] Building docker-core-metadata-go ... [2021-01-28T00:59:20.397Z] Building docker-security-bootstrapper-go ... [2021-01-28T00:59:20.397Z] Building docker-security-proxy-setup-go ... [2021-01-28T00:59:20.397Z] Building docker-security-secretstore-setup-go ... [2021-01-28T00:59:20.397Z] Building docker-support-notifications-go ... [2021-01-28T00:59:20.397Z] Building docker-support-scheduler-go ... [2021-01-28T00:59:20.397Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T00:59:20.397Z] Building docker-support-notifications-go [2021-01-28T00:59:20.397Z] Building docker-core-command-go [2021-01-28T00:59:20.397Z] Building docker-security-secretstore-setup-go [2021-01-28T00:59:20.397Z] Building docker-security-bootstrapper-go [2021-01-28T00:59:20.397Z] Building docker-core-data-go [2021-01-28T00:59:30.212Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-28T00:59:52.677Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:59:52.678Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:59:52.678Z] ---> 370131c79d0d [2021-01-28T00:59:52.678Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T00:59:52.678Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:59:52.678Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:59:52.678Z] ---> 370131c79d0d [2021-01-28T00:59:52.678Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T00:59:52.949Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:59:52.949Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:59:52.949Z] ---> 370131c79d0d [2021-01-28T00:59:52.949Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:59:52.949Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:59:52.949Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:59:52.949Z] ---> 370131c79d0d [2021-01-28T00:59:52.949Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T00:59:52.949Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T00:59:52.949Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T00:59:52.949Z] ---> 370131c79d0d [2021-01-28T00:59:52.949Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T00:59:53.911Z] ---> Running in 6fb087cf53ab [2021-01-28T00:59:53.911Z] ---> Running in 559cee2c8854 [2021-01-28T00:59:53.911Z] ---> Running in a3c4429b2ec2 [2021-01-28T00:59:53.911Z] ---> Running in 433be7dd1ba0 [2021-01-28T00:59:53.911Z] ---> Running in 9e3345d99487 [2021-01-28T00:59:54.174Z] Removing intermediate container 559cee2c8854 [2021-01-28T00:59:54.174Z] ---> f6b6bf5fe35b [2021-01-28T00:59:54.174Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:59:54.174Z] Removing intermediate container 9e3345d99487 [2021-01-28T00:59:54.174Z] ---> 6f4280bc4dce [2021-01-28T00:59:54.174Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:59:54.174Z] Removing intermediate container 6fb087cf53ab [2021-01-28T00:59:54.174Z] ---> 73e25b70f8cf [2021-01-28T00:59:54.174Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:59:54.438Z] Removing intermediate container 433be7dd1ba0 [2021-01-28T00:59:54.438Z] ---> ceea4b63b34a [2021-01-28T00:59:54.438Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:59:54.438Z] Removing intermediate container a3c4429b2ec2 [2021-01-28T00:59:54.438Z] ---> f462f2bfea50 [2021-01-28T00:59:54.438Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T00:59:54.438Z] ---> Running in f3ea75af3057 [2021-01-28T00:59:54.438Z] ---> Running in d85d2074962a [2021-01-28T00:59:54.438Z] ---> Running in cdd5be2e7231 [2021-01-28T00:59:54.438Z] ---> Running in c1408152bba7 [2021-01-28T00:59:54.701Z] ---> Running in f50092d3c974 [2021-01-28T00:59:56.227Z] Removing intermediate container d85d2074962a [2021-01-28T00:59:56.227Z] ---> 0056ade17650 [2021-01-28T00:59:56.227Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T00:59:56.550Z] Removing intermediate container cdd5be2e7231 [2021-01-28T00:59:56.550Z] ---> dee85516114f [2021-01-28T00:59:56.550Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T00:59:56.550Z] ---> Running in df7cc797eb4a [2021-01-28T00:59:56.829Z] ---> Running in 5e288a4f07f3 [2021-01-28T00:59:56.829Z] Removing intermediate container f3ea75af3057 [2021-01-28T00:59:56.829Z] ---> 2e5d7b360ae1 [2021-01-28T00:59:56.829Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T00:59:57.092Z] Removing intermediate container c1408152bba7 [2021-01-28T00:59:57.092Z] ---> 2d5bbd9b3d75 [2021-01-28T00:59:57.092Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T00:59:57.092Z] ---> Running in f509de3c45f5 [2021-01-28T00:59:57.383Z] Removing intermediate container f50092d3c974 [2021-01-28T00:59:57.383Z] ---> 1399ff86c0e7 [2021-01-28T00:59:57.383Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T00:59:57.383Z] ---> Running in cbcaa7c00cb3 [2021-01-28T00:59:57.383Z] ---> Running in b162138e2ae2 [2021-01-28T00:59:57.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:59:57.979Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:59:58.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:59:58.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:59:58.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T00:59:58.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:59:58.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:59:58.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:59:59.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:59:59.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T00:59:59.300Z] OK: 233 MiB in 51 packages [2021-01-28T00:59:59.574Z] OK: 233 MiB in 51 packages [2021-01-28T00:59:59.575Z] OK: 233 MiB in 51 packages [2021-01-28T00:59:59.838Z] OK: 233 MiB in 51 packages [2021-01-28T01:00:00.102Z] OK: 233 MiB in 51 packages [2021-01-28T01:00:00.102Z] Removing intermediate container 5e288a4f07f3 [2021-01-28T01:00:00.102Z] ---> 676533fb81fe [2021-01-28T01:00:00.102Z] Step 6/34 : COPY go.mod . [2021-01-28T01:00:01.052Z] Removing intermediate container f509de3c45f5 [2021-01-28T01:00:01.052Z] ---> 28bac9b3500e [2021-01-28T01:00:01.052Z] Step 6/24 : COPY go.mod . [2021-01-28T01:00:01.330Z] ---> f9124997db99 [2021-01-28T01:00:01.330Z] Step 7/34 : RUN go mod download [2021-01-28T01:00:01.330Z] Removing intermediate container df7cc797eb4a [2021-01-28T01:00:01.330Z] ---> ed67ae45a8cd [2021-01-28T01:00:01.330Z] Step 6/23 : COPY go.mod . [2021-01-28T01:00:01.603Z] ---> Running in cb05fe082a44 [2021-01-28T01:00:01.603Z] ---> 97b3d00a4e4c [2021-01-28T01:00:01.603Z] Step 7/24 : RUN go mod download [2021-01-28T01:00:01.603Z] Removing intermediate container b162138e2ae2 [2021-01-28T01:00:01.603Z] ---> 29f35c6dd44b [2021-01-28T01:00:01.603Z] Step 6/22 : COPY go.mod . [2021-01-28T01:00:01.603Z] Removing intermediate container cbcaa7c00cb3 [2021-01-28T01:00:01.603Z] ---> 9405401ba006 [2021-01-28T01:00:01.603Z] Step 6/23 : COPY go.mod . [2021-01-28T01:00:01.880Z] ---> Running in 7f7197022995 [2021-01-28T01:00:01.880Z] ---> 1511fae125a5 [2021-01-28T01:00:01.880Z] Step 7/23 : RUN go mod download [2021-01-28T01:00:02.156Z] ---> d053366de84a [2021-01-28T01:00:02.156Z] ---> Running in f87f29ae5f84 [2021-01-28T01:00:02.156Z] Step 7/22 : RUN go mod download [2021-01-28T01:00:02.156Z] ---> 78d37befb71d [2021-01-28T01:00:02.156Z] Step 7/23 : RUN go mod download [2021-01-28T01:00:02.428Z] ---> Running in 7025c8e1f824 [2021-01-28T01:00:02.428Z] ---> Running in 82938740cc6f [2021-01-28T01:00:04.500Z] Removing intermediate container cb05fe082a44 [2021-01-28T01:00:04.500Z] ---> 03fd41786650 [2021-01-28T01:00:04.500Z] Step 8/34 : COPY . . [2021-01-28T01:00:04.500Z] Removing intermediate container f87f29ae5f84 [2021-01-28T01:00:04.500Z] ---> 8359c538ef1f [2021-01-28T01:00:04.500Z] Step 8/23 : COPY . . [2021-01-28T01:00:04.500Z] Removing intermediate container 7025c8e1f824 [2021-01-28T01:00:04.500Z] ---> d72663f9099f [2021-01-28T01:00:04.500Z] Step 8/22 : COPY . . [2021-01-28T01:00:04.500Z] Removing intermediate container 7f7197022995 [2021-01-28T01:00:04.500Z] ---> 370fbcc5265f [2021-01-28T01:00:04.500Z] Step 8/24 : COPY . . [2021-01-28T01:00:04.776Z] Removing intermediate container 82938740cc6f [2021-01-28T01:00:04.776Z] ---> 3e7e9e5f42f7 [2021-01-28T01:00:04.776Z] Step 8/23 : COPY . . [2021-01-28T01:00:17.375Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-28T01:00:21.776Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-28T01:00:27.515Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-28T01:00:27.515Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-28T01:00:27.515Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-28T01:00:34.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-28T01:00:34.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-28T01:00:34.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-28T01:00:34.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-28T01:00:34.258Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-28T01:00:34.258Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-28T01:00:40.978Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-28T01:00:40.978Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-28T01:00:40.978Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-28T01:00:44.025Z] ---> 1b2ee02ec319 [2021-01-28T01:00:44.025Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T01:00:44.025Z] ---> 987d74328161 [2021-01-28T01:00:44.025Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T01:00:44.025Z] ---> a6a146471256 [2021-01-28T01:00:44.025Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T01:00:44.025Z] ---> b419c87f7767 [2021-01-28T01:00:44.025Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T01:00:44.025Z] ---> 5ad5e17c39e5 [2021-01-28T01:00:44.025Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T01:00:44.025Z] ---> Running in ab28f4f2d466 [2021-01-28T01:00:44.025Z] ---> Running in 90f97ecaf05b [2021-01-28T01:00:44.025Z] ---> Running in e417d1d30fd8 [2021-01-28T01:00:44.025Z] ---> Running in 9233e27fbd75 [2021-01-28T01:00:44.025Z] ---> Running in 7459c9e8d5f0 [2021-01-28T01:00:44.025Z] Removing intermediate container 7459c9e8d5f0 [2021-01-28T01:00:44.025Z] ---> 496fe4ed0048 [2021-01-28T01:00:44.025Z] 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-28T01:00:44.025Z] ---> Running in 5283f1a4ce71 [2021-01-28T01:00:44.025Z] 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-28T01:00:44.025Z] 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-28T01:00:44.025Z] 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-28T01:00:44.025Z] 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-28T01:00:44.025Z] 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-28T01:00:46.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.229s coverage: 46.6% of statements [2021-01-28T01:00:46.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-28T01:00:46.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-28T01:00:46.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-28T01:00:46.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-28T01:00:46.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-28T01:00:53.141Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.503s coverage: 27.1% of statements [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-28T01:00:53.141Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-28T01:00:53.141Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-28T01:00:53.141Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.261s coverage: 65.8% of statements [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-28T01:00:53.141Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.390s coverage: 82.3% of statements [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-28T01:00:53.141Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-28T01:01:01.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.173s coverage: 28.6% of statements [2021-01-28T01:01:01.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-28T01:01:01.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-28T01:01:01.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-28T01:01:01.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-28T01:01:01.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-28T01:01:01.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.163s coverage: 100.0% of statements [2021-01-28T01:01:01.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-28T01:01:01.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-01-28T01:01:01.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-28T01:01:01.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.342s coverage: 86.7% of statements [2021-01-28T01:01:01.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-28T01:01:01.476Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.355s coverage: 97.5% of statements [2021-01-28T01:01:01.476Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-28T01:01:02.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements [2021-01-28T01:01:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-28T01:01:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-28T01:01:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-28T01:01:02.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-28T01:01:10.786Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.312s coverage: 92.8% of statements [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-28T01:01:10.786Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-28T01:01:10.786Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-28T01:01:10.786Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-28T01:01:10.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 43.8% of statements [2021-01-28T01:01:10.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.133s coverage: 79.5% of statements [2021-01-28T01:01:10.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2021-01-28T01:01:10.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements [2021-01-28T01:01:10.786Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements [2021-01-28T01:01:16.415Z] 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-28T01:01:16.415Z] 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-28T01:01:20.722Z] Removing intermediate container 90f97ecaf05b [2021-01-28T01:01:20.722Z] Removing intermediate container ab28f4f2d466 [2021-01-28T01:01:20.722Z] ---> e3d9bedf9d5e [2021-01-28T01:01:20.722Z] ---> 28be235bf858 [2021-01-28T01:01:20.722Z] [2021-01-28T01:01:20.722Z] [2021-01-28T01:01:20.722Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T01:01:20.722Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:01:20.722Z] 3.12: Pulling from library/alpine [2021-01-28T01:01:20.722Z] 3.12: Pulling from library/alpine [2021-01-28T01:01:20.993Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T01:01:20.994Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T01:01:20.994Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T01:01:20.994Z] ---> 389fef711851 [2021-01-28T01:01:20.994Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:01:20.994Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T01:01:20.994Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T01:01:20.994Z] ---> 389fef711851 [2021-01-28T01:01:20.994Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T01:01:20.994Z] + cd /tmp/build/dist/linux [2021-01-28T01:01:20.994Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T01:01:21.261Z] Cloning into '.'... [2021-01-28T01:01:21.845Z] + go get github.com/robfig/glock [2021-01-28T01:01:22.425Z]  ---> Running in a87ac9e4b8a7 [2021-01-28T01:01:22.425Z] ---> Running in 199e6b29fc17 [2021-01-28T01:01:22.692Z] Removing intermediate container e417d1d30fd8 [2021-01-28T01:01:22.692Z] ---> 758669c50428 [2021-01-28T01:01:22.692Z] [2021-01-28T01:01:22.692Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T01:01:22.692Z] ---> 389fef711851 [2021-01-28T01:01:22.692Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T01:01:22.955Z] ---> Running in 0d7d504afea8 [2021-01-28T01:01:23.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.077s coverage: 94.4% of statements [2021-01-28T01:01:23.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-01-28T01:01:23.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-28T01:01:23.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-28T01:01:23.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-28T01:01:23.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-28T01:01:23.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-01-28T01:01:23.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-28T01:01:23.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-28T01:01:23.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-01-28T01:01:23.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-28T01:01:23.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements [2021-01-28T01:01:23.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-28T01:01:23.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.8% of statements [2021-01-28T01:01:23.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements [2021-01-28T01:01:23.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements [2021-01-28T01:01:23.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.148s coverage: 91.4% of statements [2021-01-28T01:01:23.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-28T01:01:24.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:24.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:24.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:24.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:24.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:24.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:24.914Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T01:01:25.195Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:01:25.195Z] OK: 6 MiB in 15 packages [2021-01-28T01:01:25.195Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T01:01:25.195Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:01:25.195Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T01:01:25.195Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T01:01:25.195Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T01:01:25.195Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:01:25.195Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:01:25.468Z] OK: 7 MiB in 19 packages [2021-01-28T01:01:25.468Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T01:01:25.468Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T01:01:25.468Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:01:25.468Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:01:25.468Z] OK: 6 MiB in 16 packages [2021-01-28T01:01:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.567s coverage: 63.5% of statements [2021-01-28T01:01:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-28T01:01:25.501Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-28T01:01:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2021-01-28T01:01:25.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-01-28T01:01:26.489Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.085s coverage: 100.0% of statements [2021-01-28T01:01:26.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements [2021-01-28T01:01:27.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-01-28T01:01:31.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.829s coverage: 68.9% of statements [2021-01-28T01:01:31.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-28T01:01:31.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-28T01:01:31.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-28T01:01:31.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-28T01:01:31.153Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-28T01:01:32.120Z] Removing intermediate container 9233e27fbd75 [2021-01-28T01:01:32.120Z] ---> 4425b36fc67f [2021-01-28T01:01:32.120Z] [2021-01-28T01:01:32.120Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:01:32.120Z] ---> 389fef711851 [2021-01-28T01:01:32.120Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T01:01:32.120Z] ---> Running in 9a6b121a5692 [2021-01-28T01:01:32.120Z] Removing intermediate container 199e6b29fc17 [2021-01-28T01:01:32.120Z] ---> 90269920b516 [2021-01-28T01:01:32.120Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:01:32.120Z] Removing intermediate container 0d7d504afea8 [2021-01-28T01:01:32.120Z] ---> 0cdb552cee5e [2021-01-28T01:01:32.120Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T01:01:32.120Z] ---> Running in 904f68627852 [2021-01-28T01:01:32.120Z] ---> Running in 26bdb4d52ad8 [2021-01-28T01:01:32.120Z] Removing intermediate container 9a6b121a5692 [2021-01-28T01:01:32.120Z] ---> 19a282e938a1 [2021-01-28T01:01:32.120Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T01:01:32.383Z] Removing intermediate container a87ac9e4b8a7 [2021-01-28T01:01:32.383Z] ---> 38bdc477058d [2021-01-28T01:01:32.383Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:01:32.383Z] Removing intermediate container 904f68627852 [2021-01-28T01:01:32.383Z] ---> 91b3328d4bfc [2021-01-28T01:01:32.383Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T01:01:32.383Z] ---> Running in f87c10c6bfd0 [2021-01-28T01:01:32.646Z] Removing intermediate container 26bdb4d52ad8 [2021-01-28T01:01:32.646Z] ---> b92895d0664e [2021-01-28T01:01:32.646Z] Step 13/24 : WORKDIR / [2021-01-28T01:01:32.646Z] + glock sync -n [2021-01-28T01:01:32.646Z]  ---> Running in f849b1a874d2 [2021-01-28T01:01:32.646Z] ---> Running in cc62f1c0d848 [2021-01-28T01:01:32.909Z] ---> Running in f4f598496554 [2021-01-28T01:01:32.909Z] Removing intermediate container f87c10c6bfd0 [2021-01-28T01:01:32.909Z] ---> 4603d6738580 [2021-01-28T01:01:32.909Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T01:01:32.909Z] ---> Running in 36827d5c2e80 [2021-01-28T01:01:33.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.404s coverage: 37.0% of statements [2021-01-28T01:01:33.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-28T01:01:33.157Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-28T01:01:33.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.600s coverage: 84.0% of statements [2021-01-28T01:01:33.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.119s coverage: 100.0% of statements [2021-01-28T01:01:33.171Z] Removing intermediate container f849b1a874d2 [2021-01-28T01:01:33.172Z] ---> d01a287dc1be [2021-01-28T01:01:33.172Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T01:01:33.172Z] Removing intermediate container cc62f1c0d848 [2021-01-28T01:01:33.172Z] ---> 9be30d02e3e5 [2021-01-28T01:01:33.172Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T01:01:33.172Z] Removing intermediate container f4f598496554 [2021-01-28T01:01:33.172Z] ---> a17f287557f0 [2021-01-28T01:01:33.172Z] 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-28T01:01:33.433Z] ---> Running in 81fd14f77edb [2021-01-28T01:01:33.433Z] ---> Running in e2361f713430 [2021-01-28T01:01:33.433Z] Removing intermediate container 36827d5c2e80 [2021-01-28T01:01:33.433Z] ---> 1a0ad48f80f8 [2021-01-28T01:01:33.433Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:01:33.695Z] ---> Running in 428c6b8c38ed [2021-01-28T01:01:33.958Z] ---> 59fefcf1b104 [2021-01-28T01:01:33.958Z] 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-28T01:01:33.958Z] Removing intermediate container 81fd14f77edb [2021-01-28T01:01:33.958Z] ---> 6b3bc4ad174e [2021-01-28T01:01:33.958Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T01:01:33.958Z] Removing intermediate container e2361f713430 [2021-01-28T01:01:33.958Z] ---> e23cc066c2e0 [2021-01-28T01:01:33.958Z] Step 15/23 : WORKDIR / [2021-01-28T01:01:34.232Z] ---> Running in e21fce395196 [2021-01-28T01:01:34.232Z] ---> Running in ebb9b8559f18 [2021-01-28T01:01:34.232Z] ---> 27f29448fa33 [2021-01-28T01:01:34.232Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T01:01:34.498Z] Removing intermediate container e21fce395196 [2021-01-28T01:01:34.498Z] ---> 33e88d0cae06 [2021-01-28T01:01:34.498Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:01:34.498Z] Removing intermediate container ebb9b8559f18 [2021-01-28T01:01:34.498Z] ---> 1fd0ba402f4f [2021-01-28T01:01:34.498Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:01:34.772Z] ---> d5747b745d61 [2021-01-28T01:01:34.772Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T01:01:34.772Z] ---> 9004370ffaf3 [2021-01-28T01:01:34.772Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T01:01:35.052Z] ---> 3928af2fae4a [2021-01-28T01:01:35.052Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T01:01:35.315Z] ---> 7d3445b234b3 [2021-01-28T01:01:35.315Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T01:01:36.710Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-28T01:01:36.711Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-28T01:01:36.711Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-28T01:01:36.711Z] Removing intermediate container 428c6b8c38ed [2021-01-28T01:01:36.711Z] ---> 91d141b213b8 [2021-01-28T01:01:36.711Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T01:01:36.711Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-28T01:01:36.711Z] + git describe '--abbrev=0' --tags [2021-01-28T01:01:36.711Z] + TAG=v0.6.1 [2021-01-28T01:01:36.711Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-28T01:01:36.711Z] + apk --print-arch [2021-01-28T01:01:36.711Z] building [dockerize] for amd64 ... [2021-01-28T01:01:36.711Z] + arch=x86_64 [2021-01-28T01:01:36.711Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-28T01:01:36.711Z] + 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-28T01:01:37.659Z]  ---> 259d8d10a1aa [2021-01-28T01:01:37.659Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T01:01:37.927Z] ---> bcf037441df0 [2021-01-28T01:01:37.927Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T01:01:37.927Z] ---> bda08acf83ce [2021-01-28T01:01:37.927Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T01:01:37.927Z] ---> Running in 1214c7d3db33 [2021-01-28T01:01:38.205Z] ---> c9e675e6429d [2021-01-28T01:01:38.205Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T01:01:38.205Z] ---> Running in 50c5ac23d172 [2021-01-28T01:01:38.801Z] ---> 0fdc4ae25c02 [2021-01-28T01:01:38.801Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T01:01:38.801Z] ---> 5708c9e74292 [2021-01-28T01:01:38.801Z] 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-28T01:01:38.801Z] Removing intermediate container 50c5ac23d172 [2021-01-28T01:01:38.801Z] ---> 0cddbb2da2a8 [2021-01-28T01:01:38.801Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:01:38.801Z] ---> Running in f1a388e9df40 [2021-01-28T01:01:38.801Z] ---> Running in 3337698c6a6a [2021-01-28T01:01:38.801Z] ---> Running in cfaf6bd6589d [2021-01-28T01:01:39.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:39.409Z] Removing intermediate container 3337698c6a6a [2021-01-28T01:01:39.409Z] ---> 64ef52b972e6 [2021-01-28T01:01:39.409Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:01:39.409Z] Removing intermediate container cfaf6bd6589d [2021-01-28T01:01:39.409Z] ---> 8e963109a715 [2021-01-28T01:01:39.409Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T01:01:39.409Z] ---> Running in 23e4c33bbc5b [2021-01-28T01:01:39.682Z] ---> Running in 8c959c0b13f5 [2021-01-28T01:01:39.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.364s coverage: 47.1% of statements [2021-01-28T01:01:39.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-28T01:01:39.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-28T01:01:39.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-28T01:01:39.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-28T01:01:39.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-28T01:01:39.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.172s coverage: 100.0% of statements [2021-01-28T01:01:39.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-28T01:01:39.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements [2021-01-28T01:01:39.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-28T01:01:39.955Z] Removing intermediate container 23e4c33bbc5b [2021-01-28T01:01:39.955Z] ---> 994639d59c78 [2021-01-28T01:01:39.955Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T01:01:39.955Z] Removing intermediate container 8c959c0b13f5 [2021-01-28T01:01:39.955Z] ---> e840a0653c8d [2021-01-28T01:01:39.955Z] Step 21/22 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:01:39.955Z] ---> Running in 0844d15e5628 [2021-01-28T01:01:39.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:01:40.228Z] ---> Running in 61b43f2898bb [2021-01-28T01:01:40.228Z] Removing intermediate container 0844d15e5628 [2021-01-28T01:01:40.228Z] ---> 397136a06470 [2021-01-28T01:01:40.228Z] Step 22/23 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:01:40.522Z] Removing intermediate container 61b43f2898bb [2021-01-28T01:01:40.522Z] ---> 01d48cb2987a [2021-01-28T01:01:40.522Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T01:01:40.522Z] ---> Running in 1c44bc11dc10 [2021-01-28T01:01:40.792Z] ---> Running in 14df31385699 [2021-01-28T01:01:40.792Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T01:01:40.792Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T01:01:40.792Z] Removing intermediate container f1a388e9df40 [2021-01-28T01:01:40.792Z] ---> fcab26a08ee0 [2021-01-28T01:01:40.792Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T01:01:41.068Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T01:01:41.068Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T01:01:41.068Z] Removing intermediate container 1c44bc11dc10 [2021-01-28T01:01:41.068Z] ---> 68e4b8a15205 [2021-01-28T01:01:41.068Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:01:41.068Z] ---> Running in b4b786a6416d [2021-01-28T01:01:41.343Z] Removing intermediate container 14df31385699 [2021-01-28T01:01:41.343Z] ---> a1940d0bfbfb [2021-01-28T01:01:41.343Z] [2021-01-28T01:01:41.343Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T01:01:41.343Z] ---> Running in aea1d8fa6dbe [2021-01-28T01:01:41.343Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T01:01:41.343Z] Removing intermediate container b4b786a6416d [2021-01-28T01:01:41.343Z] ---> be9a9fe626fb [2021-01-28T01:01:41.343Z] Step 22/24 : LABEL arch=x86_64 [2021-01-28T01:01:41.617Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:01:41.617Z] OK: 8 MiB in 20 packages [2021-01-28T01:01:41.617Z] ---> Running in 7b943548ce6f [2021-01-28T01:01:41.617Z] Removing intermediate container aea1d8fa6dbe [2021-01-28T01:01:41.617Z] ---> 8bd403920ed4 [2021-01-28T01:01:41.617Z] [2021-01-28T01:01:41.887Z] Successfully built a1940d0bfbfb [2021-01-28T01:01:41.887Z] Successfully tagged docker-support-notifications-go:latest [2021-01-28T01:01:41.887Z] Building docker-support-scheduler-go [2021-01-28T01:01:41.887Z]  Building docker-support-notifications-go ... done Removing intermediate container 7b943548ce6f [2021-01-28T01:01:41.887Z] ---> d09a6f42c530 [2021-01-28T01:01:41.887Z] Step 23/24 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:01:42.483Z] Successfully built 8bd403920ed4 [2021-01-28T01:01:42.483Z] Successfully tagged docker-core-command-go:latest [2021-01-28T01:01:42.483Z] Building docker-core-metadata-go [2021-01-28T01:01:42.760Z]  Building docker-core-command-go ... done  ---> Running in 1e0dfeb1b9b9 [2021-01-28T01:01:45.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.995s coverage: 29.1% of statements [2021-01-28T01:01:45.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-28T01:01:45.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-28T01:01:45.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-28T01:01:45.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-28T01:01:45.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-28T01:01:45.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements [2021-01-28T01:01:45.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-28T01:01:45.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements [2021-01-28T01:01:45.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-28T01:01:45.310Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-28T01:01:45.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-28T01:01:45.310Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-01-28T01:01:45.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-28T01:01:45.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-28T01:01:45.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-28T01:01:45.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-28T01:01:45.310Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-01-28T01:01:45.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-28T01:01:45.310Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-28T01:01:45.310Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-01-28T01:01:45.343Z] Removing intermediate container 1e0dfeb1b9b9 [2021-01-28T01:01:45.343Z] ---> e72a324c9c92 [2021-01-28T01:01:45.343Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T01:01:45.908Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-01-28T01:01:45.908Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-28T01:01:46.884Z] GO111MODULE=on go vet ./... [2021-01-28T01:01:48.669Z] Removing intermediate container 1214c7d3db33 [2021-01-28T01:01:48.669Z] ---> e49581ef35b5 [2021-01-28T01:01:48.669Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:01:48.669Z] ---> Running in d31fd60999e6 [2021-01-28T01:01:52.003Z] Removing intermediate container d31fd60999e6 [2021-01-28T01:01:52.003Z] ---> bba31adc66ce [2021-01-28T01:01:52.003Z] [2021-01-28T01:01:52.003Z] ---> df9089681d7c [2021-01-28T01:01:52.003Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T01:01:53.424Z] Successfully built bba31adc66ce [2021-01-28T01:01:55.356Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-28T01:01:55.356Z] Building docker-security-proxy-setup-go [2021-01-28T01:02:02.031Z]  Building docker-security-secretstore-setup-go ... done  ---> 8c13ca544866 [2021-01-28T01:02:02.031Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T01:02:04.646Z] ---> 417e74867bb5 [2021-01-28T01:02:04.646Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T01:02:06.071Z] ---> Running in 563561b0873a [2021-01-28T01:02:08.115Z] Removing intermediate container 563561b0873a [2021-01-28T01:02:08.115Z] ---> c2f8849bfa58 [2021-01-28T01:02:08.115Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:02:08.753Z] ---> Running in a7ac6372ff02 [2021-01-28T01:02:10.715Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:02:10.715Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:02:10.715Z] ---> 370131c79d0d [2021-01-28T01:02:10.715Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T01:02:10.715Z] ---> Using cache [2021-01-28T01:02:10.715Z] ---> f462f2bfea50 [2021-01-28T01:02:10.715Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:02:10.715Z] ---> Using cache [2021-01-28T01:02:10.715Z] ---> 1399ff86c0e7 [2021-01-28T01:02:10.715Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T01:02:10.715Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:02:10.715Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:02:10.715Z] ---> 370131c79d0d [2021-01-28T01:02:10.715Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:02:10.715Z] ---> Using cache [2021-01-28T01:02:10.715Z] ---> f462f2bfea50 [2021-01-28T01:02:10.715Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:02:10.715Z] ---> Using cache [2021-01-28T01:02:10.715Z] ---> 1399ff86c0e7 [2021-01-28T01:02:10.715Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T01:02:11.672Z] Removing intermediate container a7ac6372ff02 [2021-01-28T01:02:11.672Z] ---> 1123e244ebc9 [2021-01-28T01:02:11.672Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T01:02:11.941Z] ---> Running in dc7adeaec207 [2021-01-28T01:02:11.941Z] ---> Running in 5fcf451993c0 [2021-01-28T01:02:12.212Z] ---> Running in 49b42c1d12c0 [2021-01-28T01:02:13.191Z] Removing intermediate container 49b42c1d12c0 [2021-01-28T01:02:13.191Z] ---> 2d1396322e72 [2021-01-28T01:02:13.191Z] Step 22/23 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:02:13.786Z] + date [2021-01-28T01:02:13.786Z] Thu Jan 28 01:02:13 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-28T01:02:13.786Z] + echo 'Thu Jan 28 01:02:13 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-28T01:02:14.752Z]  ---> Running in bf756cbf1178 [2021-01-28T01:02:14.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:02:15.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:02:15.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:02:15.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:02:16.199Z] Removing intermediate container bf756cbf1178 [2021-01-28T01:02:16.199Z] ---> 92b84e228566 [2021-01-28T01:02:16.199Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:02:16.199Z] OK: 233 MiB in 51 packages [2021-01-28T01:02:16.199Z] OK: 233 MiB in 51 packages [2021-01-28T01:02:16.792Z] ---> Running in 7117918bc1c4 [2021-01-28T01:02:17.369Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:02:17.369Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:02:17.369Z] ---> 370131c79d0d [2021-01-28T01:02:17.369Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T01:02:17.369Z] ---> Using cache [2021-01-28T01:02:17.369Z] ---> f462f2bfea50 [2021-01-28T01:02:17.369Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:02:17.369Z] ---> Using cache [2021-01-28T01:02:17.369Z] ---> 1399ff86c0e7 [2021-01-28T01:02:17.369Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T01:02:19.298Z] ---> Running in b096d960be5b [2021-01-28T01:02:19.875Z] Removing intermediate container 7117918bc1c4 [2021-01-28T01:02:19.875Z] ---> b2232d665d34 [2021-01-28T01:02:19.875Z] [2021-01-28T01:02:20.137Z] Successfully built b2232d665d34 [2021-01-28T01:02:21.099Z] Successfully tagged docker-core-data-go:latest [2021-01-28T01:02:21.099Z]  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go [2021-01-28T01:02:21.099Z] Removing intermediate container 5fcf451993c0 [2021-01-28T01:02:21.099Z] ---> ba6cdd822666 [2021-01-28T01:02:21.099Z] Step 6/23 : COPY go.mod . [2021-01-28T01:02:21.099Z] Removing intermediate container dc7adeaec207 [2021-01-28T01:02:21.099Z] ---> 820256343d1c [2021-01-28T01:02:21.099Z] Step 6/22 : COPY go.mod . [2021-01-28T01:02:21.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:02:22.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:02:23.463Z] OK: 233 MiB in 51 packages [2021-01-28T01:02:24.041Z] ---> e138b610ee21 [2021-01-28T01:02:24.041Z] Step 7/23 : RUN go mod download [2021-01-28T01:02:25.974Z] ---> 9242538efd38 [2021-01-28T01:02:25.975Z] Step 7/22 : RUN go mod download [2021-01-28T01:02:29.299Z] ---> Running in 94a186807c68 [2021-01-28T01:02:29.299Z] ---> Running in f0b8438ee221 [2021-01-28T01:02:33.561Z] Removing intermediate container b096d960be5b [2021-01-28T01:02:33.561Z] ---> 7a155248d1f5 [2021-01-28T01:02:33.561Z] Step 6/21 : COPY go.mod . [2021-01-28T01:02:35.598Z] ---> 2ae3d96a091a [2021-01-28T01:02:35.598Z] Step 7/21 : RUN go mod download [2021-01-28T01:02:37.695Z] ---> Running in 75e1898057e9 [2021-01-28T01:02:38.711Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:02:38.711Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:02:38.711Z] ---> 370131c79d0d [2021-01-28T01:02:38.711Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T01:02:38.711Z] ---> Using cache [2021-01-28T01:02:38.711Z] ---> f462f2bfea50 [2021-01-28T01:02:38.711Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:02:38.711Z] ---> Using cache [2021-01-28T01:02:38.711Z] ---> 1399ff86c0e7 [2021-01-28T01:02:38.711Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T01:02:39.669Z] ---> Running in b1b13e612fcd [2021-01-28T01:02:39.669Z] Removing intermediate container 94a186807c68 [2021-01-28T01:02:39.669Z] ---> 06e29f2c557c [2021-01-28T01:02:39.669Z] Step 8/23 : COPY . . [2021-01-28T01:02:39.941Z] Removing intermediate container f0b8438ee221 [2021-01-28T01:02:39.941Z] ---> ab456d452d0b [2021-01-28T01:02:39.941Z] Step 8/22 : COPY . . [2021-01-28T01:02:39.941Z] Removing intermediate container 5283f1a4ce71 [2021-01-28T01:02:39.941Z] ---> e9359ede7b77 [2021-01-28T01:02:39.941Z] 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-28T01:02:40.205Z] ---> Running in 68e5a21190a1 [2021-01-28T01:02:40.791Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:02:41.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:02:42.784Z] OK: 233 MiB in 51 packages [2021-01-28T01:02:43.740Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-28T01:02:43.741Z] statically linked [2021-01-28T01:02:51.936Z] Removing intermediate container 75e1898057e9 [2021-01-28T01:02:51.936Z] ---> ada926fa4bd4 [2021-01-28T01:02:51.936Z] Step 8/21 : COPY . . [2021-01-28T01:02:53.874Z] Removing intermediate container b1b13e612fcd [2021-01-28T01:02:53.875Z] ---> d4c99ad84b42 [2021-01-28T01:02:53.875Z] Step 6/26 : COPY go.mod . [2021-01-28T01:02:54.924Z] gofmt -l . [2021-01-28T01:02:56.351Z] [ "`gofmt -l .`" = "" ] [2021-01-28T01:02:58.316Z] ./bin/test-go-mod-tidy.sh [2021-01-28T01:02:59.213Z] Removing intermediate container 68e5a21190a1 [2021-01-28T01:02:59.213Z] ---> 2104fbd4bcae [2021-01-28T01:02:59.213Z] [2021-01-28T01:02:59.213Z] Step 12/34 : FROM alpine:3.12 [2021-01-28T01:02:59.213Z] ---> 389fef711851 [2021-01-28T01:02:59.213Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-28T01:02:59.213Z] ---> afd927b98b35 [2021-01-28T01:02:59.213Z] Step 7/26 : RUN go mod download [2021-01-28T01:02:59.304Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-28T01:03:00.946Z] + ls -al . [2021-01-28T01:03:00.946Z] total 696 [2021-01-28T01:03:00.946Z] drwxrwxr-x 9 1001 1001 4096 Jan 28 01:03 . [2021-01-28T01:03:00.946Z] drwxr-xr-x 4 root root 4096 Jan 28 00:59 .. [2021-01-28T01:03:00.946Z] -rw-rw-r-- 1 1001 1001 11 Jan 28 00:57 .dockerignore [2021-01-28T01:03:00.946Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:57 .git [2021-01-28T01:03:00.946Z] drwxrwxr-x 3 1001 1001 4096 Jan 28 00:57 .github [2021-01-28T01:03:00.946Z] -rw-rw-r-- 1 1001 1001 872 Jan 28 00:57 .gitignore [2021-01-28T01:03:00.946Z] -rw-rw-r-- 1 1001 1001 166 Jan 28 00:57 .sonarcloud.properties [2021-01-28T01:03:00.946Z] -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:57 Attribution.txt [2021-01-28T01:03:00.947Z] -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:57 CONTRIBUTING.md [2021-01-28T01:03:00.947Z] -rw-rw-r-- 1 1001 1001 931 Jan 28 00:57 Dockerfile.build [2021-01-28T01:03:00.947Z] -rw-rw-r-- 1 1001 1001 863 Jan 28 00:57 Jenkinsfile [2021-01-28T01:03:00.947Z] -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:57 LICENSE [2021-01-28T01:03:00.947Z] -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:57 Makefile [2021-01-28T01:03:00.947Z] -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:57 README.md [2021-01-28T01:03:00.947Z] -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:57 SECURITY.md [2021-01-28T01:03:00.947Z] -rw-rw-r-- 1 1001 1001 5 Jan 28 00:55 VERSION [2021-01-28T01:03:00.947Z] -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:57 ZMQWindows.md [2021-01-28T01:03:00.947Z] drwxrwxr-x 2 1001 1001 4096 Jan 28 00:57 bin [2021-01-28T01:03:00.947Z] drwxrwxr-x 15 1001 1001 4096 Jan 28 00:57 cmd [2021-01-28T01:03:00.947Z] -rw-r--r-- 1 root root 564700 Jan 28 01:01 coverage.out [2021-01-28T01:03:00.947Z] -rw-r--r-- 1 root root 1053 Jan 28 01:02 go.mod [2021-01-28T01:03:00.947Z] -rw-r--r-- 1 root root 19170 Jan 28 01:02 go.sum [2021-01-28T01:03:00.947Z] drwxrwxr-x 8 1001 1001 4096 Jan 28 00:57 internal [2021-01-28T01:03:00.947Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:57 openapi [2021-01-28T01:03:00.947Z] drwxrwxr-x 4 1001 1001 4096 Jan 28 00:57 snap [2021-01-28T01:03:00.947Z] -rw-rw-r-- 1 1001 1001 168 Jan 28 00:57 version.go [Pipeline] sh [2021-01-28T01:03:01.601Z] + '[' -e coverage.out ] [2021-01-28T01:03:01.601Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-28T01:03:01.672Z] Warning: overwriting stash ‘coverage-report’ [2021-01-28T01:03:02.946Z] Stashed 1 file(s) [Pipeline] sh [2021-01-28T01:03:03.463Z] ---> Running in e3bc0435b74a [2021-01-28T01:03:03.463Z] ---> Running in 93745a08caca [2021-01-28T01:03:03.619Z] + make build [2021-01-28T01:03:03.619Z] 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-28T01:03:06.060Z] Removing intermediate container e3bc0435b74a [2021-01-28T01:03:06.060Z] ---> f88fb296cd98 [2021-01-28T01:03:06.060Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-28T01:03:09.407Z] ---> Running in 78e1920e8865 [2021-01-28T01:03:12.764Z] ---> 586665d67c6b [2021-01-28T01:03:12.764Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T01:03:12.764Z] ---> f56ad0b0ad0f [2021-01-28T01:03:12.764Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T01:03:13.359Z] ---> Running in 8d169623d323 [2021-01-28T01:03:13.359Z] ---> Running in f509cca9994b [2021-01-28T01:03:13.639Z] Removing intermediate container 93745a08caca [2021-01-28T01:03:13.639Z] ---> c980b68d6536 [2021-01-28T01:03:13.639Z] Step 8/26 : COPY . . [2021-01-28T01:03:13.863Z] 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-28T01:03:13.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:14.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:03:14.459Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-28T01:03:14.459Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-28T01:03:14.726Z] (3/3) Installing su-exec (0.2-r1) [2021-01-28T01:03:14.726Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:03:15.702Z] 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-28T01:03:15.702Z] 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-28T01:03:16.658Z] OK: 6 MiB in 17 packages [2021-01-28T01:03:24.914Z] Removing intermediate container 78e1920e8865 [2021-01-28T01:03:24.914Z] ---> f34283fcc134 [2021-01-28T01:03:24.914Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-28T01:03:25.191Z] ---> Running in 26dced9bbc8e [2021-01-28T01:03:26.643Z] ---> d4297d962fe7 [2021-01-28T01:03:26.643Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T01:03:27.232Z] ---> Running in 305d97874dc7 [2021-01-28T01:03:27.232Z] Removing intermediate container 26dced9bbc8e [2021-01-28T01:03:27.232Z] ---> 72bc3ea1b253 [2021-01-28T01:03:27.232Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-28T01:03:27.498Z] ---> Running in 03649b3dce16 [2021-01-28T01:03:31.355Z] 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-28T01:03:31.355Z] Removing intermediate container 03649b3dce16 [2021-01-28T01:03:31.355Z] ---> 478727afccdc [2021-01-28T01:03:31.355Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-28T01:03:31.630Z] ---> Running in 4b47bda2dadb [2021-01-28T01:03:36.042Z] 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-28T01:03:38.347Z] Removing intermediate container 4b47bda2dadb [2021-01-28T01:03:38.347Z] ---> 2bcee03dcd7b [2021-01-28T01:03:38.348Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-28T01:03:38.922Z] ---> Running in 875fda6e96dc [2021-01-28T01:03:40.333Z] ---> d28158514bfe [2021-01-28T01:03:40.333Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T01:03:40.333Z] Removing intermediate container 875fda6e96dc [2021-01-28T01:03:40.333Z] ---> f4c32312a6e1 [2021-01-28T01:03:40.333Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-28T01:03:40.339Z] 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-28T01:03:40.603Z] ---> Running in 7bd0e3bebff2 [2021-01-28T01:03:41.582Z] ---> 70b1eae7d549 [2021-01-28T01:03:41.582Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-28T01:03:41.582Z] 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-28T01:03:41.857Z] ---> c15f920551f1 [2021-01-28T01:03:41.857Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-28T01:03:42.129Z] ---> Running in e145008281e7 [2021-01-28T01:03:45.534Z] Removing intermediate container e145008281e7 [2021-01-28T01:03:45.534Z] ---> a66d1ae4166f [2021-01-28T01:03:45.534Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:03:45.722Z] 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-28T01:03:46.318Z] 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-28T01:03:46.963Z] ---> 828a94bcd1a1 [2021-01-28T01:03:46.963Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-28T01:03:47.232Z] Removing intermediate container 8d169623d323 [2021-01-28T01:03:47.232Z] ---> 07fb3c95f2fb [2021-01-28T01:03:47.232Z] [2021-01-28T01:03:47.232Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T01:03:47.232Z] ---> 389fef711851 [2021-01-28T01:03:47.232Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:03:47.232Z] ---> Using cache [2021-01-28T01:03:47.232Z] ---> 90269920b516 [2021-01-28T01:03:47.232Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:03:47.232Z] ---> Using cache [2021-01-28T01:03:47.232Z] ---> 91b3328d4bfc [2021-01-28T01:03:47.232Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T01:03:47.501Z] ---> Running in e502099e2f70 [2021-01-28T01:03:47.780Z] ---> 6a2edf752f6b [2021-01-28T01:03:47.780Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-28T01:03:48.051Z] Removing intermediate container e502099e2f70 [2021-01-28T01:03:48.051Z] ---> d3daeb02cafc [2021-01-28T01:03:48.051Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T01:03:48.051Z] ---> Running in 34154254b021 [2021-01-28T01:03:49.023Z] ---> 2f660d3053f6 [2021-01-28T01:03:49.023Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-28T01:03:49.300Z] Removing intermediate container 34154254b021 [2021-01-28T01:03:49.300Z] ---> 57150cc7fd39 [2021-01-28T01:03:49.300Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:03:49.300Z] 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-28T01:03:49.898Z] ---> 1290114ec467 [2021-01-28T01:03:49.898Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T01:03:50.505Z] ---> f68e4fcba8a4 [2021-01-28T01:03:50.505Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-28T01:03:51.724Z] 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-28T01:03:53.102Z] ---> 19fd673debdb [2021-01-28T01:03:53.102Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-28T01:03:53.102Z] ---> d18db3460e6f [2021-01-28T01:03:53.102Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T01:03:53.710Z] Removing intermediate container f509cca9994b [2021-01-28T01:03:53.710Z] ---> a80e3a0d8406 [2021-01-28T01:03:53.710Z] [2021-01-28T01:03:53.710Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:03:53.710Z] ---> 389fef711851 [2021-01-28T01:03:53.710Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:03:53.710Z] ---> Using cache [2021-01-28T01:03:53.710Z] ---> 90269920b516 [2021-01-28T01:03:53.710Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:03:53.710Z] ---> Using cache [2021-01-28T01:03:53.710Z] ---> 91b3328d4bfc [2021-01-28T01:03:53.710Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T01:03:53.710Z] ---> Running in 044c6a87b378 [2021-01-28T01:03:53.710Z] ---> a52d321b0057 [2021-01-28T01:03:53.710Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T01:03:53.710Z] ---> Running in 67a7c26a31fd [2021-01-28T01:03:53.982Z] ---> Running in 63e16518346a [2021-01-28T01:03:54.263Z] Removing intermediate container 044c6a87b378 [2021-01-28T01:03:54.263Z] ---> e7cad89e5331 [2021-01-28T01:03:54.263Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-28T01:03:54.263Z] Removing intermediate container 67a7c26a31fd [2021-01-28T01:03:54.263Z] ---> 5651c65678f8 [2021-01-28T01:03:54.263Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T01:03:54.543Z] ---> Running in 203ff002d7b4 [2021-01-28T01:03:54.543Z] Removing intermediate container 63e16518346a [2021-01-28T01:03:54.543Z] ---> 43f777f3f931 [2021-01-28T01:03:54.543Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:03:54.824Z] ---> 2e9218e10fd6 [2021-01-28T01:03:54.824Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-28T01:03:55.098Z] ---> Running in d4f0e0af3923 [2021-01-28T01:03:56.067Z] ---> Running in 80484f94b43f [2021-01-28T01:03:56.067Z] Removing intermediate container 203ff002d7b4 [2021-01-28T01:03:56.067Z] ---> 03677536c5bf [2021-01-28T01:03:56.067Z] Step 15/23 : WORKDIR / [2021-01-28T01:03:56.647Z] Removing intermediate container d4f0e0af3923 [2021-01-28T01:03:56.647Z] ---> d1bf79d2ee71 [2021-01-28T01:03:56.647Z] Step 20/22 : LABEL arch=x86_64 [2021-01-28T01:03:56.647Z] ---> Running in aeab1323a80e [2021-01-28T01:03:57.121Z] 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-28T01:03:58.046Z] ---> Running in 15d86ba313fa [2021-01-28T01:03:58.046Z] Removing intermediate container 305d97874dc7 [2021-01-28T01:03:58.046Z] ---> e610b621fd23 [2021-01-28T01:03:58.046Z] [2021-01-28T01:03:58.046Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T01:03:58.046Z] ---> 389fef711851 [2021-01-28T01:03:58.046Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T01:03:58.046Z] Removing intermediate container aeab1323a80e [2021-01-28T01:03:58.046Z] ---> 105657ad021e [2021-01-28T01:03:58.046Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:03:58.312Z] ---> Running in ae94d61078a8 [2021-01-28T01:03:58.312Z] Removing intermediate container 15d86ba313fa [2021-01-28T01:03:58.312Z] ---> 67fef4344c80 [2021-01-28T01:03:58.312Z] Step 21/22 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:03:59.258Z] ---> Running in 34ff96cb7324 [2021-01-28T01:03:59.258Z] ---> 69732387e53e [2021-01-28T01:03:59.258Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T01:03:59.523Z] Removing intermediate container 34ff96cb7324 [2021-01-28T01:03:59.523Z] ---> 7aa9886f82fe [2021-01-28T01:03:59.523Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T01:03:59.786Z] ---> Running in 21c2ad82a744 [2021-01-28T01:04:00.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:00.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:00.329Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T01:04:00.329Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:04:00.329Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T01:04:00.329Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T01:04:00.329Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:04:00.329Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:04:00.329Z] OK: 7 MiB in 18 packages [2021-01-28T01:04:00.329Z] Removing intermediate container 80484f94b43f [2021-01-28T01:04:00.329Z] ---> d03cd9b83735 [2021-01-28T01:04:00.329Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-28T01:04:01.422Z] 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-28T01:04:02.905Z] ---> c471f6edd8a2 [2021-01-28T01:04:02.905Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T01:04:02.905Z] Removing intermediate container 21c2ad82a744 [2021-01-28T01:04:02.905Z] ---> e8e4980cb250 [2021-01-28T01:04:02.905Z] [2021-01-28T01:04:02.905Z] ---> Running in 1c748788bade [2021-01-28T01:04:02.905Z] Removing intermediate container 7bd0e3bebff2 [2021-01-28T01:04:03.176Z] ---> 4e05a4baa463 [2021-01-28T01:04:03.176Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T01:04:03.176Z] ---> Running in ccc8909e3321 [2021-01-28T01:04:03.176Z] Successfully built e8e4980cb250 [2021-01-28T01:04:03.439Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-28T01:04:04.021Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1c748788bade [2021-01-28T01:04:04.021Z] ---> 6db7a481eb0f [2021-01-28T01:04:04.021Z] Step 31/34 : CMD ["gate"] [2021-01-28T01:04:04.021Z] ---> 7d25ce221c0a [2021-01-28T01:04:04.021Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T01:04:04.021Z] Removing intermediate container ae94d61078a8 [2021-01-28T01:04:04.021Z] ---> e7ba3c117fce [2021-01-28T01:04:04.021Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T01:04:04.289Z] ---> Running in 1660994475bc [2021-01-28T01:04:04.289Z] ---> Running in 0fce5328b66a [2021-01-28T01:04:04.289Z] ---> Running in 4bbf8fdf1f2d [2021-01-28T01:04:04.289Z] 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-28T01:04:04.558Z] Removing intermediate container 1660994475bc [2021-01-28T01:04:04.558Z] ---> 34ffbd939087 [2021-01-28T01:04:04.558Z] Step 32/34 : LABEL arch=x86_64 [2021-01-28T01:04:04.558Z] Removing intermediate container 4bbf8fdf1f2d [2021-01-28T01:04:04.558Z] ---> b4199b08bd3a [2021-01-28T01:04:04.558Z] Step 13/21 : WORKDIR /edgex [2021-01-28T01:04:04.558Z] Removing intermediate container 0fce5328b66a [2021-01-28T01:04:04.558Z] ---> 42c080e6f004 [2021-01-28T01:04:04.558Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:04:04.856Z] ---> Running in 267b048e9ab4 [2021-01-28T01:04:04.856Z] ---> Running in fcdbcfdce638 [2021-01-28T01:04:04.856Z] ---> Running in 5fcf7ae574c8 [2021-01-28T01:04:05.198Z] Removing intermediate container 267b048e9ab4 [2021-01-28T01:04:05.198Z] ---> fb3f4c5ca645 [2021-01-28T01:04:05.198Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T01:04:05.198Z] Removing intermediate container fcdbcfdce638 [2021-01-28T01:04:05.198Z] ---> 58f51f8d0c42 [2021-01-28T01:04:05.198Z] Step 33/34 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:04:05.198Z] Removing intermediate container 5fcf7ae574c8 [2021-01-28T01:04:05.198Z] ---> 5f135906afd0 [2021-01-28T01:04:05.198Z] Step 21/23 : LABEL arch=x86_64 [2021-01-28T01:04:05.510Z] ---> Running in ba35a55c2121 [2021-01-28T01:04:05.510Z] ---> Running in a4cf12a31855 [2021-01-28T01:04:05.717Z] 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-28T01:04:05.817Z] ---> 09bcd8da504f [2021-01-28T01:04:05.817Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T01:04:05.817Z] Removing intermediate container a4cf12a31855 [2021-01-28T01:04:05.817Z] ---> 60d74637e17b [2021-01-28T01:04:05.817Z] Step 34/34 : LABEL version=0.0.0 [2021-01-28T01:04:05.817Z] Removing intermediate container ba35a55c2121 [2021-01-28T01:04:05.817Z] ---> 6fec77e5caed [2021-01-28T01:04:05.817Z] Step 22/23 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:04:06.110Z] ---> Running in fb67155d5672 [2021-01-28T01:04:06.110Z] ---> Running in 40b0c4568e9f [2021-01-28T01:04:06.403Z] Removing intermediate container ccc8909e3321 [2021-01-28T01:04:06.403Z] ---> af47b293b81d [2021-01-28T01:04:06.403Z] [2021-01-28T01:04:06.403Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T01:04:06.403Z] ---> 024241841e69 [2021-01-28T01:04:06.403Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T01:04:06.403Z] 20.10.0: Pulling from library/docker [2021-01-28T01:04:06.403Z] Removing intermediate container fb67155d5672 [2021-01-28T01:04:06.403Z] ---> c4e8c7db814d [2021-01-28T01:04:06.403Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:04:06.403Z] Removing intermediate container 40b0c4568e9f [2021-01-28T01:04:06.403Z] ---> fe40f96991bb [2021-01-28T01:04:06.403Z] [2021-01-28T01:04:06.667Z] ---> Running in 16087cd74412 [2021-01-28T01:04:06.667Z] Successfully built fe40f96991bb [2021-01-28T01:04:06.667Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-28T01:04:06.932Z]  Building docker-security-bootstrapper-go ... done  ---> a51bf4f58ff1 [2021-01-28T01:04:06.932Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T01:04:06.932Z] Removing intermediate container 16087cd74412 [2021-01-28T01:04:06.932Z] ---> 3511b7f80cf8 [2021-01-28T01:04:06.932Z] [2021-01-28T01:04:07.880Z] Successfully built 3511b7f80cf8 [2021-01-28T01:04:08.462Z] Successfully tagged docker-core-metadata-go:latest [2021-01-28T01:04:08.462Z]  Building docker-core-metadata-go ... done  ---> Running in 90cce0e4ae92 [2021-01-28T01:04:08.723Z] Removing intermediate container 90cce0e4ae92 [2021-01-28T01:04:08.723Z] ---> f96afbf9a873 [2021-01-28T01:04:08.723Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T01:04:08.991Z] ---> Running in 4e1edaac1f3c [2021-01-28T01:04:09.098Z] 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-28T01:04:09.255Z] Removing intermediate container 4e1edaac1f3c [2021-01-28T01:04:09.255Z] ---> 7e4a5f250a68 [2021-01-28T01:04:09.255Z] Step 19/21 : LABEL arch=x86_64 [2021-01-28T01:04:09.255Z] ---> Running in 6ed3f30c19ab [2021-01-28T01:04:09.532Z] Removing intermediate container 6ed3f30c19ab [2021-01-28T01:04:09.532Z] ---> 0098684144ac [2021-01-28T01:04:09.532Z] Step 20/21 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:04:09.805Z] ---> Running in affc537c8792 [2021-01-28T01:04:10.074Z] Removing intermediate container affc537c8792 [2021-01-28T01:04:10.074Z] ---> a0597293ac16 [2021-01-28T01:04:10.074Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T01:04:10.074Z] ---> Running in 7d8ad4e20058 [2021-01-28T01:04:10.656Z] Removing intermediate container 7d8ad4e20058 [2021-01-28T01:04:10.656Z] ---> 4674c852b7a4 [2021-01-28T01:04:10.656Z] [2021-01-28T01:04:10.656Z] Successfully built 4674c852b7a4 [2021-01-28T01:04:10.656Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-28T01:04:13.214Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T01:04:13.214Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T01:04:13.214Z] ---> aefe523efa57 [2021-01-28T01:04:13.214Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T01:04:13.214Z] ---> Running in 3e7cafa9372f [2021-01-28T01:04:13.403Z] 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-28T01:04:13.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:13.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:13.791Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T01:04:13.791Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T01:04:13.791Z] Executing bash-5.0.17-r0.post-install [2021-01-28T01:04:13.791Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:04:14.055Z] OK: 12 MiB in 22 packages [2021-01-28T01:04:14.629Z] Removing intermediate container 3e7cafa9372f [2021-01-28T01:04:14.629Z] ---> d4d61653d1cd [2021-01-28T01:04:14.629Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T01:04:14.629Z] ---> Running in 6784a17d4866 [2021-01-28T01:04:14.629Z] Removing intermediate container 6784a17d4866 [2021-01-28T01:04:14.629Z] ---> 06614684f1b1 [2021-01-28T01:04:14.629Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T01:04:14.891Z] ---> Running in 17c8927f823c [2021-01-28T01:04:14.891Z] Removing intermediate container 17c8927f823c [2021-01-28T01:04:14.891Z] ---> 693be92a6eae [2021-01-28T01:04:14.891Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T01:04:14.891Z] ---> Running in ecae389df40b [2021-01-28T01:04:15.154Z] Removing intermediate container ecae389df40b [2021-01-28T01:04:15.154Z] ---> b85c9510c9c0 [2021-01-28T01:04:15.154Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T01:04:15.730Z] ---> f2f0e38d52d4 [2021-01-28T01:04:15.731Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T01:04:15.731Z] ---> 1fd1fbf8e6b9 [2021-01-28T01:04:15.731Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T01:04:16.317Z] ---> e6107ffc84a8 [2021-01-28T01:04:16.317Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T01:04:16.317Z] ---> Running in 3c7cf2dba811 [2021-01-28T01:04:16.812Z] 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-28T01:04:16.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:16.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:16.899Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T01:04:16.899Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T01:04:16.899Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T01:04:16.899Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T01:04:17.166Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T01:04:17.166Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T01:04:17.166Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T01:04:18.121Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T01:04:18.121Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T01:04:18.121Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T01:04:18.121Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T01:04:18.121Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T01:04:18.121Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T01:04:18.121Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T01:04:18.121Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T01:04:18.121Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T01:04:18.121Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T01:04:18.121Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T01:04:18.121Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T01:04:18.121Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T01:04:18.385Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T01:04:18.385Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T01:04:18.385Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T01:04:18.385Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T01:04:18.385Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T01:04:18.386Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T01:04:18.386Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T01:04:18.386Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T01:04:18.386Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T01:04:18.386Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T01:04:18.386Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T01:04:18.386Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T01:04:18.654Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T01:04:18.654Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:04:18.654Z] OK: 71 MiB in 55 packages [Pipeline] } [2021-01-28T01:04:23.542Z] $ docker stop --time=1 0d00d48f81b7c25f6b189e5edfde383d468f24a8a33a66091ee33f216ddf26d4 [2021-01-28T01:04:26.121Z] $ docker rm -f 0d00d48f81b7c25f6b189e5edfde383d468f24a8a33a66091ee33f216ddf26d4 [2021-01-28T01:04:27.281Z] Removing intermediate container 3c7cf2dba811 [2021-01-28T01:04:27.281Z] ---> 0df3068d7348 [2021-01-28T01:04:27.281Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T01:04:27.281Z] ---> Running in d6e9751912a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:04:28.097Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T01:04:28.097Z] [2021-01-28T01:04:28.097Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:04:28.673Z] Collecting docker-compose==1.23.2 [2021-01-28T01:04:28.673Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T01:04:28.673Z] 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-28T01:04:28.673Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T01:04:28.673Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T01:04:28.749Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T01:04:28.934Z] Collecting PyYAML<4,>=3.10 [2021-01-28T01:04:28.934Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T01:04:29.020Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-28T01:04:29.020Z] 29e5d40040c1: Pulling fs layer [2021-01-28T01:04:29.020Z] 1ce36da41761: Pulling fs layer [2021-01-28T01:04:29.020Z] 25b303627fd3: Pulling fs layer [2021-01-28T01:04:29.294Z] 29e5d40040c1: Verifying Checksum [2021-01-28T01:04:29.294Z] 29e5d40040c1: Download complete [2021-01-28T01:04:29.879Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T01:04:29.879Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T01:04:29.892Z] 29e5d40040c1: Pull complete [2021-01-28T01:04:29.892Z] 1ce36da41761: Verifying Checksum [2021-01-28T01:04:29.892Z] 1ce36da41761: Download complete [2021-01-28T01:04:30.453Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T01:04:30.453Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T01:04:30.714Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T01:04:30.714Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T01:04:30.714Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T01:04:30.714Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T01:04:31.288Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T01:04:31.324Z] 1ce36da41761: Pull complete [2021-01-28T01:04:31.324Z] 25b303627fd3: Download complete [2021-01-28T01:04:31.550Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T01:04:32.495Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T01:04:32.495Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T01:04:32.495Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T01:04:32.495Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T01:04:33.068Z] 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-28T01:04:33.069Z] 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-28T01:04:33.330Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T01:04:33.330Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T01:04:33.330Z] Collecting idna<2.8,>=2.5 [2021-01-28T01:04:33.330Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T01:04:33.330Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T01:04:33.330Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T01:04:33.593Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T01:04:33.593Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T01:04:33.593Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T01:04:33.593Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T01:04:33.593Z] Installing collected packages: jsonschema, PyYAML, texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, cached-property, docopt, docker-compose [2021-01-28T01:04:33.856Z] Running setup.py install for PyYAML: started [2021-01-28T01:04:34.438Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T01:04:34.438Z] Running setup.py install for texttable: started [2021-01-28T01:04:34.700Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T01:04:34.700Z] Attempting uninstall: urllib3 [2021-01-28T01:04:34.700Z] Found existing installation: urllib3 1.25.9 [2021-01-28T01:04:34.700Z] Uninstalling urllib3-1.25.9: [2021-01-28T01:04:34.700Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T01:04:34.963Z] Attempting uninstall: idna [2021-01-28T01:04:34.963Z] Found existing installation: idna 2.9 [2021-01-28T01:04:34.963Z] Uninstalling idna-2.9: [2021-01-28T01:04:34.963Z] Successfully uninstalled idna-2.9 [2021-01-28T01:04:35.225Z] Attempting uninstall: requests [2021-01-28T01:04:35.225Z] Found existing installation: requests 2.23.0 [2021-01-28T01:04:35.225Z] Uninstalling requests-2.23.0: [2021-01-28T01:04:35.225Z] Successfully uninstalled requests-2.23.0 [2021-01-28T01:04:35.802Z] Running setup.py install for dockerpty: started [2021-01-28T01:04:36.065Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T01:04:36.065Z] Running setup.py install for docopt: started [2021-01-28T01:04:36.642Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T01:04:36.903Z] 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-28T01:04:39.462Z] Removing intermediate container d6e9751912a2 [2021-01-28T01:04:39.462Z] ---> f0e2d9885589 [2021-01-28T01:04:39.462Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T01:04:39.728Z] ---> Running in 6ff58b57e8fb [2021-01-28T01:04:40.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:40.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T01:04:40.571Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:04:40.571Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T01:04:40.571Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T01:04:40.571Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:04:40.571Z] OK: 72 MiB in 58 packages [2021-01-28T01:04:41.145Z] Removing intermediate container 6ff58b57e8fb [2021-01-28T01:04:41.145Z] ---> 5e71e6b9aec7 [2021-01-28T01:04:41.145Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T01:04:41.145Z] ---> Running in 6e69ed594449 [2021-01-28T01:04:41.145Z] Removing intermediate container 6e69ed594449 [2021-01-28T01:04:41.145Z] ---> 596c743528a0 [2021-01-28T01:04:41.145Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:04:41.145Z] ---> Running in b7182715517d [2021-01-28T01:04:41.408Z] Removing intermediate container b7182715517d [2021-01-28T01:04:41.408Z] ---> 6d5ce9104e81 [2021-01-28T01:04:41.408Z] Step 24/26 : LABEL arch=x86_64 [2021-01-28T01:04:41.408Z] ---> Running in d6526b43eadc [2021-01-28T01:04:41.467Z] 25b303627fd3: Pull complete [2021-01-28T01:04:41.467Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-28T01:04:41.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T01:04:41.467Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-28T01:04:41.669Z] Removing intermediate container d6526b43eadc [2021-01-28T01:04:41.669Z] ---> beb523d7ef3d [2021-01-28T01:04:41.669Z] Step 25/26 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:04:41.669Z] ---> Running in 7693674fa80c [2021-01-28T01:04:41.728Z] prd-ubuntu18.04-docker-arm64-4c-16g-23616 does not seem to be running inside a container [2021-01-28T01:04:41.829Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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-28T01:04:41.933Z] Removing intermediate container 7693674fa80c [2021-01-28T01:04:41.933Z] ---> b75662570182 [2021-01-28T01:04:41.933Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T01:04:41.933Z] ---> Running in c2f50883d25c [2021-01-28T01:04:41.933Z] Removing intermediate container c2f50883d25c [2021-01-28T01:04:41.933Z] ---> d7d43004d2e2 [2021-01-28T01:04:41.933Z] [2021-01-28T01:04:42.196Z] Successfully built d7d43004d2e2 [2021-01-28T01:04:42.196Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-28T01:04:42.482Z]  Building docker-sys-mgmt-agent-go ... done  [2021-01-28T01:04:45.027Z] $ docker top 21b9236b6ea3a742e000cf42c21998200382fab1602b0f2da1d0a2295d1ace50 -eo pid,comm [Pipeline] { [Pipeline] } [2021-01-28T01:04:45.499Z] $ docker stop --time=1 d688a9e8a8f359b202df88db59e0a44404166e8ca550f9706472586f38810fad [2021-01-28T01:04:47.326Z] $ docker rm -f d688a9e8a8f359b202df88db59e0a44404166e8ca550f9706472586f38810fad [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2021-01-28T01:04:47.810Z] + grep docker [2021-01-28T01:04:47.810Z] + docker images [2021-01-28T01:04:48.072Z] docker-sys-mgmt-agent-go latest d7d43004d2e2 7 seconds ago 313MB [2021-01-28T01:04:48.072Z] docker-security-proxy-setup-go latest 4674c852b7a4 38 seconds ago 24.4MB [2021-01-28T01:04:48.073Z] docker-core-metadata-go latest 3511b7f80cf8 42 seconds ago 18.8MB [2021-01-28T01:04:48.073Z] docker-security-bootstrapper-go latest fe40f96991bb 42 seconds ago 33.5MB [2021-01-28T01:04:48.073Z] docker-support-scheduler-go latest e8e4980cb250 48 seconds ago 16.4MB [2021-01-28T01:04:48.073Z] docker-core-data-go latest b2232d665d34 2 minutes ago 22.3MB [2021-01-28T01:04:48.073Z] docker-security-secretstore-setup-go latest bba31adc66ce 2 minutes ago 24.6MB [2021-01-28T01:04:48.073Z] docker-core-command-go latest 8bd403920ed4 3 minutes ago 16.3MB [2021-01-28T01:04:48.073Z] docker-support-notifications-go latest a1940d0bfbfb 3 minutes ago 16.9MB [2021-01-28T01:04:48.073Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-28T01:04:48.190Z] + docker-compose build --help [2021-01-28T01:04:48.190Z] + grep parallel [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-28T01:04:51.572Z] --parallel Build images in parallel. [Pipeline] } [2021-01-28T01:04:51.860Z] $ docker stop --time=1 21b9236b6ea3a742e000cf42c21998200382fab1602b0f2da1d0a2295d1ace50 [2021-01-28T01:04:53.813Z] $ docker rm -f 21b9236b6ea3a742e000cf42c21998200382fab1602b0f2da1d0a2295d1ace50 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:04:54.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-28T01:04:54.602Z] . [Pipeline] withDockerContainer [2021-01-28T01:04:54.864Z] prd-ubuntu18.04-docker-arm64-4c-16g-23616 does not seem to be running inside a container [2021-01-28T01:04:54.937Z] $ 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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-28T01:04:56.292Z] $ docker top 3e429b3570ee71c159e85328b30081108974ee1a0fde658986ce0ce4799306dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T01:04:57.304Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-28T01:05:01.598Z] Building docker-core-command-go ... [2021-01-28T01:05:01.598Z] Building docker-core-data-go ... [2021-01-28T01:05:01.598Z] Building docker-core-metadata-go ... [2021-01-28T01:05:01.598Z] Building docker-security-bootstrapper-go ... [2021-01-28T01:05:01.598Z] Building docker-security-proxy-setup-go ... [2021-01-28T01:05:01.598Z] Building docker-security-secretstore-setup-go ... [2021-01-28T01:05:01.598Z] Building docker-support-notifications-go ... [2021-01-28T01:05:01.598Z] Building docker-support-scheduler-go ... [2021-01-28T01:05:01.598Z] Building docker-sys-mgmt-agent-go ... [2021-01-28T01:05:01.598Z] Building docker-support-scheduler-go [2021-01-28T01:05:01.598Z] Building docker-core-metadata-go [2021-01-28T01:05:01.598Z] Building docker-sys-mgmt-agent-go [2021-01-28T01:05:01.598Z] Building docker-security-secretstore-setup-go [2021-01-28T01:05:01.598Z] Building docker-support-notifications-go [2021-01-28T01:05:03.759Z] Still waiting to schedule task [2021-01-28T01:05:03.759Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-28T01:06:23.372Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:06:23.372Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:06:23.372Z] ---> 1c0e5cc7323b [2021-01-28T01:06:23.372Z] Step 3/24 : WORKDIR /edgex-go [2021-01-28T01:06:23.372Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:06:23.372Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:06:23.372Z] ---> 1c0e5cc7323b [2021-01-28T01:06:23.372Z] Step 3/26 : WORKDIR /edgex-go [2021-01-28T01:06:23.372Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:06:23.372Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:06:23.372Z] ---> 1c0e5cc7323b [2021-01-28T01:06:23.372Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:06:23.372Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:06:23.372Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:06:23.372Z] ---> 1c0e5cc7323b [2021-01-28T01:06:23.372Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T01:06:23.372Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:06:23.372Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:06:23.372Z] ---> 1c0e5cc7323b [2021-01-28T01:06:23.372Z] Step 3/22 : WORKDIR /edgex-go [2021-01-28T01:06:23.372Z] ---> Running in d2d42955e7ab [2021-01-28T01:06:23.372Z] ---> Running in beaf0eccd5a4 [2021-01-28T01:06:23.373Z] ---> Running in d482bb7fe5a1 [2021-01-28T01:06:23.373Z] ---> Running in 1c0b7c518bb1 [2021-01-28T01:06:23.373Z] ---> Running in 7f229d5ecf89 [2021-01-28T01:06:23.373Z] Removing intermediate container d2d42955e7ab [2021-01-28T01:06:23.373Z] ---> 65b693935f53 [2021-01-28T01:06:23.373Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:06:23.373Z] Removing intermediate container 7f229d5ecf89 [2021-01-28T01:06:23.373Z] ---> cf46f502b573 [2021-01-28T01:06:23.373Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:06:23.373Z] Removing intermediate container d482bb7fe5a1 [2021-01-28T01:06:23.373Z] ---> f45c4ff7d853 [2021-01-28T01:06:23.373Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:06:23.373Z] Removing intermediate container 1c0b7c518bb1 [2021-01-28T01:06:23.373Z] ---> 4eb03ed406a5 [2021-01-28T01:06:23.373Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:06:23.373Z] Removing intermediate container beaf0eccd5a4 [2021-01-28T01:06:23.373Z] ---> 0f73ec46ead0 [2021-01-28T01:06:23.373Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:06:23.373Z] ---> Running in 9622ae5b35f1 [2021-01-28T01:06:23.373Z] ---> Running in 8418d5ff920f [2021-01-28T01:06:23.373Z] ---> Running in db35a5355c86 [2021-01-28T01:06:23.373Z] ---> Running in b83791565ef2 [2021-01-28T01:06:23.373Z] ---> Running in b4074503ee71 [2021-01-28T01:06:23.373Z] Removing intermediate container 9622ae5b35f1 [2021-01-28T01:06:23.373Z] ---> 5b6479336166 [2021-01-28T01:06:23.373Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-28T01:06:23.373Z] ---> Running in 655145a13efd [2021-01-28T01:06:23.373Z] Removing intermediate container 8418d5ff920f [2021-01-28T01:06:23.373Z] ---> 0fc97885a1d2 [2021-01-28T01:06:23.373Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T01:06:23.373Z] Removing intermediate container b4074503ee71 [2021-01-28T01:06:23.373Z] ---> 90755a94856a [2021-01-28T01:06:23.373Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-28T01:06:23.373Z] ---> Running in bddb81eaa53d [2021-01-28T01:06:23.373Z] Removing intermediate container db35a5355c86 [2021-01-28T01:06:23.373Z] ---> 621ded03ad7e [2021-01-28T01:06:23.373Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-28T01:06:23.373Z] Removing intermediate container b83791565ef2 [2021-01-28T01:06:23.373Z] ---> 2bd7059ed611 [2021-01-28T01:06:23.373Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-28T01:06:23.373Z] ---> Running in 7620361f75f0 [2021-01-28T01:06:23.373Z] ---> Running in 4f61b7a3cae3 [2021-01-28T01:06:23.373Z] ---> Running in ed73b86866d7 [2021-01-28T01:06:23.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:23.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:23.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:23.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:23.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:23.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:23.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:23.373Z] OK: 217 MiB in 51 packages [2021-01-28T01:06:23.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:23.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:23.373Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:06:23.649Z] OK: 217 MiB in 51 packages [2021-01-28T01:06:23.934Z] OK: 217 MiB in 51 packages [2021-01-28T01:06:23.934Z] OK: 217 MiB in 51 packages [2021-01-28T01:06:23.934Z] OK: 217 MiB in 51 packages [2021-01-28T01:06:24.536Z] Removing intermediate container 655145a13efd [2021-01-28T01:06:24.536Z] ---> 79e2ebf4d269 [2021-01-28T01:06:24.536Z] Step 6/24 : COPY go.mod . [2021-01-28T01:06:25.521Z] Removing intermediate container bddb81eaa53d [2021-01-28T01:06:25.521Z] ---> 399d3a7cc237 [2021-01-28T01:06:25.521Z] Step 6/23 : COPY go.mod . [2021-01-28T01:06:25.521Z] ---> ede5ea28b58e [2021-01-28T01:06:25.521Z] Step 7/24 : RUN go mod download [2021-01-28T01:06:25.521Z] Removing intermediate container 4f61b7a3cae3 [2021-01-28T01:06:25.521Z] ---> 8c1460c42755 [2021-01-28T01:06:25.521Z] Step 6/26 : COPY go.mod . [2021-01-28T01:06:25.798Z] ---> Running in d3ac4e08aedb [2021-01-28T01:06:25.798Z] Removing intermediate container ed73b86866d7 [2021-01-28T01:06:25.798Z] ---> b564849ceeb4 [2021-01-28T01:06:25.798Z] Step 6/22 : COPY go.mod . [2021-01-28T01:06:26.074Z] Removing intermediate container 7620361f75f0 [2021-01-28T01:06:26.074Z] ---> c05e85601c4d [2021-01-28T01:06:26.074Z] Step 6/22 : COPY go.mod . [2021-01-28T01:06:26.676Z] ---> f706f7fd09d5 [2021-01-28T01:06:26.676Z] Step 7/23 : RUN go mod download [2021-01-28T01:06:26.953Z] ---> Running in 5b06b59575aa [2021-01-28T01:06:26.953Z] ---> 85e30bcdfbe5 [2021-01-28T01:06:26.953Z] Step 7/26 : RUN go mod download [2021-01-28T01:06:27.228Z] ---> 91cf4b2ef680 [2021-01-28T01:06:27.228Z] Step 7/22 : RUN go mod download [2021-01-28T01:06:27.228Z] ---> Running in 7f73e3e550c6 [2021-01-28T01:06:27.228Z] ---> 28cf1ca1620e [2021-01-28T01:06:27.228Z] Step 7/22 : RUN go mod download [2021-01-28T01:06:27.508Z] ---> Running in fdf26735885e [2021-01-28T01:06:27.508Z] ---> Running in 6e07ab6a5753 [2021-01-28T01:06:29.505Z] Removing intermediate container d3ac4e08aedb [2021-01-28T01:06:29.505Z] ---> e6734cd68faa [2021-01-28T01:06:29.505Z] Step 8/24 : COPY . . [2021-01-28T01:06:31.513Z] Removing intermediate container 5b06b59575aa [2021-01-28T01:06:31.513Z] ---> fd676a173a14 [2021-01-28T01:06:31.513Z] Step 8/23 : COPY . . [2021-01-28T01:06:32.148Z] Removing intermediate container 7f73e3e550c6 [2021-01-28T01:06:32.148Z] ---> cd55b83b52c7 [2021-01-28T01:06:32.148Z] Step 8/26 : COPY . . [2021-01-28T01:06:32.148Z] Removing intermediate container fdf26735885e [2021-01-28T01:06:32.148Z] ---> 7b3181e2d691 [2021-01-28T01:06:32.148Z] Step 8/22 : COPY . . [2021-01-28T01:06:32.421Z] Removing intermediate container 6e07ab6a5753 [2021-01-28T01:06:32.421Z] ---> fc23aa75ba30 [2021-01-28T01:06:32.421Z] Step 8/22 : COPY . . [2021-01-28T01:06:40.382Z] Running on prd-ubuntu18.04-docker-8c-8g-23634 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-28T01:06:40.435Z] Running in /w/workspace/edgex-go/27 [Pipeline] { [Pipeline] checkout [2021-01-28T01:06:42.656Z] using credential edgex-jenkins-ssh [2021-01-28T01:06:42.710Z] Cloning the remote Git repository [2021-01-28T01:06:42.738Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T01:06:42.799Z] > git init /w/workspace/edgex-go/27 # timeout=10 [2021-01-28T01:06:42.824Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T01:06:42.824Z] > git --version # timeout=10 [2021-01-28T01:06:42.830Z] > git --version # 'git version 2.17.1' [2021-01-28T01:06:42.830Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T01:06:42.851Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T01:06:54.724Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:06:54.847Z] Merge succeeded, producing 4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:06:54.848Z] Checking out Revision 4d570d5b9e6df29072a4459656d23b23b5c549fe (PR-3027) [2021-01-28T01:06:54.179Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T01:06:54.187Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T01:06:54.198Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T01:06:54.212Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T01:06:54.212Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T01:06:54.216Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T01:06:54.737Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T01:06:54.742Z] > git checkout -f 4d570d5b9e6df29072a4459656d23b23b5c549fe # timeout=10 [2021-01-28T01:06:54.815Z] > git remote # timeout=10 [2021-01-28T01:06:54.822Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T01:06:54.827Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T01:06:54.831Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T01:06:54.846Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T01:06:54.854Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T01:06:54.858Z] > git checkout -f 4d570d5b9e6df29072a4459656d23b23b5c549fe # timeout=10 [2021-01-28T01:06:58.606Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:06:59.251Z] ---> 2326b43bba01 [2021-01-28T01:06:59.251Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-28T01:06:59.251Z] ---> d03482ab9fa5 [2021-01-28T01:06:59.251Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-28T01:06:59.251Z] ---> a10825f479a7 [2021-01-28T01:06:59.251Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-28T01:06:59.251Z] ---> 0c2611a024d9 [2021-01-28T01:06:59.251Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-28T01:06:59.251Z] ---> 5e16270e4c13 [2021-01-28T01:06:59.251Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-28T01:06:59.251Z] ---> Running in 372573743d5d [2021-01-28T01:06:59.251Z] ---> Running in 0d325f763958 [2021-01-28T01:06:59.251Z] ---> Running in 3722fb49ec14 [2021-01-28T01:06:59.251Z] ---> Running in 927d7971fea6 [2021-01-28T01:06:59.251Z] ---> Running in 4fe139e25aa3 [2021-01-28T01:06:59.251Z] 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-28T01:06:59.251Z] 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-28T01:06:59.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-28T01:06:59.538Z] 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-28T01:06:59.538Z] 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-28T01:06:59.565Z] + echo snap-build.sh [2021-01-28T01:06:59.565Z] snap-build.sh [2021-01-28T01:06:59.565Z] + SNAP_BASE_DIR=. [2021-01-28T01:06:59.565Z] + '[' '!' -z /w/workspace/edgex-go/27 ']' [2021-01-28T01:06:59.565Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/27 [2021-01-28T01:06:59.565Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/27]' [2021-01-28T01:06:59.565Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/27] [2021-01-28T01:06:59.565Z] + cd /w/workspace/edgex-go/27 [2021-01-28T01:06:59.565Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-28T01:06:59.565Z] Reading package lists... [2021-01-28T01:06:59.565Z] Building dependency tree... [2021-01-28T01:06:59.565Z] Reading state information... [2021-01-28T01:06:59.827Z] The following packages were automatically installed and are no longer required: [2021-01-28T01:06:59.827Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-28T01:06:59.827Z] uidmap xdelta3 [2021-01-28T01:06:59.827Z] Use 'sudo apt autoremove' to remove them. [2021-01-28T01:06:59.827Z] The following packages will be REMOVED: [2021-01-28T01:06:59.827Z] lxd* lxd-client* [2021-01-28T01:07:00.399Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-28T01:07:00.399Z] After this operation, 31.7 MB disk space will be freed. [2021-01-28T01:07:01.188Z] (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-28T01:07:01.188Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T01:07:02.134Z] Removing lxd dnsmasq configuration [2021-01-28T01:07:02.134Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T01:07:02.706Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-28T01:07:03.653Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-28T01:07:03.653Z] (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-28T01:07:03.653Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-28T01:07:05.042Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-28T01:07:05.042Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-28T01:07:06.433Z] + sudo snap remove --purge lxd [2021-01-28T01:07:06.433Z] snap "lxd" is not installed [2021-01-28T01:07:06.433Z] + sudo groupadd --force --system lxd [2021-01-28T01:07:06.433Z] ++ whoami [2021-01-28T01:07:06.433Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-28T01:07:06.433Z] + newgrp - lxd [2021-01-28T01:07:06.433Z] + sudo snap install lxd [2021-01-28T01:07:16.446Z] 2021-01-28T01:07:13Z INFO Waiting for automatic snapd restart... [2021-01-28T01:07:31.415Z] lxd 4.10 from Canonical* installed [2021-01-28T01:07:31.415Z] + sudo lxd init --auto [2021-01-28T01:07:38.011Z] + sudo snap install --classic snapcraft [2021-01-28T01:07:44.605Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T01:07:44.605Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-28T01:07:44.605Z] + patch --verbose -p1 [2021-01-28T01:07:44.605Z] Hmm... Looks like a unified diff to me... [2021-01-28T01:07:44.605Z] The text leading up to this was: [2021-01-28T01:07:44.605Z] -------------------------- [2021-01-28T01:07:44.605Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-28T01:07:44.605Z] |From: Tony Espy [2021-01-28T01:07:44.605Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-28T01:07:44.605Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-28T01:07:44.605Z] | [2021-01-28T01:07:44.605Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-28T01:07:44.605Z] |optimize the snap CI check run for pull requests. When [2021-01-28T01:07:44.605Z] |applied, it essentially strips out everything (apps and [2021-01-28T01:07:44.605Z] |parts) from the snapcraft.yaml file except those required [2021-01-28T01:07:44.605Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-28T01:07:44.605Z] |catch changes to edgex-go that break the snap build. [2021-01-28T01:07:44.605Z] | [2021-01-28T01:07:44.605Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-28T01:07:44.605Z] |to update this patch file, otherwise it may fail to apply, [2021-01-28T01:07:44.605Z] |resulting in a failed snap build CI check in the associated [2021-01-28T01:07:44.605Z] |pull request. [2021-01-28T01:07:44.605Z] | [2021-01-28T01:07:44.605Z] |Note - in addition to applying this patch, the pipeline also [2021-01-28T01:07:44.605Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-28T01:07:44.605Z] |need to build the finally binary .snap file (and it won't [2021-01-28T01:07:44.605Z] |work with the patch applied). This further reduces the build [2021-01-28T01:07:44.605Z] |time. [2021-01-28T01:07:44.605Z] |--- [2021-01-28T01:07:44.605Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-28T01:07:44.605Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-28T01:07:44.605Z] | [2021-01-28T01:07:44.605Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-28T01:07:44.605Z] |index 1e537489..faf42425 100644 [2021-01-28T01:07:44.605Z] |--- a/snap/snapcraft.yaml [2021-01-28T01:07:44.605Z] |+++ b/snap/snapcraft.yaml [2021-01-28T01:07:44.605Z] -------------------------- [2021-01-28T01:07:44.605Z] patching file snap/snapcraft.yaml [2021-01-28T01:07:44.605Z] Using Plan A... [2021-01-28T01:07:44.605Z] Hunk #1 succeeded at 73. [2021-01-28T01:07:44.605Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-28T01:07:44.605Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-28T01:07:44.605Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-28T01:07:44.605Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-28T01:07:44.605Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-28T01:07:44.605Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-28T01:07:44.605Z] Hunk #8 succeeded at 342. [2021-01-28T01:07:44.605Z] Hmm... Ignoring the trailing garbage. [2021-01-28T01:07:44.605Z] done [2021-01-28T01:07:44.605Z] + sudo snapcraft prime --use-lxd [2021-01-28T01:07:45.989Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-28T01:07:45.989Z] 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-28T01:07:45.989Z] - README.md [2021-01-28T01:07:45.989Z] - snapcraft.yaml.orig [2021-01-28T01:07:45.989Z] [2021-01-28T01:07:45.989Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T01:07:46.562Z] Launching a container. [2021-01-28T01:07:58.784Z] Waiting for container to be ready [2021-01-28T01:07:58.784Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-28T01:07:58.784Z] [2021-01-28T01:08:00.697Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-28T01:08:01.277Z] Waiting for network to be ready... [2021-01-28T01:08:01.849Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T01:08:01.849Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T01:08:02.109Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T01:08:02.370Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T01:08:02.370Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T01:08:02.629Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T01:08:02.629Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T01:08:02.629Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T01:08:02.629Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T01:08:02.890Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T01:08:02.890Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T01:08:02.890Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T01:08:02.890Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T01:08:02.890Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T01:08:02.890Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T01:08:02.890Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T01:08:02.890Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T01:08:02.890Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T01:08:03.151Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T01:08:03.410Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T01:08:03.410Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T01:08:03.410Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T01:08:03.410Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T01:08:03.410Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T01:08:03.410Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T01:08:03.410Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T01:08:03.410Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T01:08:05.958Z] Fetched 23.8 MB in 4s (5489 kB/s) [2021-01-28T01:08:06.900Z] Reading package lists... [2021-01-28T01:08:06.900Z] Reading package lists... [2021-01-28T01:08:07.161Z] Building dependency tree... [2021-01-28T01:08:07.161Z] Reading state information... [2021-01-28T01:08:07.161Z] The following additional packages will be installed: [2021-01-28T01:08:07.161Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T01:08:07.161Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T01:08:07.161Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T01:08:07.161Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-28T01:08:07.161Z] Suggested packages: [2021-01-28T01:08:07.161Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-28T01:08:07.161Z] Recommended packages: [2021-01-28T01:08:07.161Z] gnupg libsasl2-modules [2021-01-28T01:08:07.161Z] The following NEW packages will be installed: [2021-01-28T01:08:07.161Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-28T01:08:07.161Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-28T01:08:07.161Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-28T01:08:07.161Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-28T01:08:07.161Z] The following packages will be upgraded: [2021-01-28T01:08:07.161Z] gpg gpg-agent gpgconf libudev1 [2021-01-28T01:08:07.161Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-28T01:08:07.161Z] Need to get 3533 kB of archives. [2021-01-28T01:08:07.161Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-28T01:08:07.161Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-28T01:08:07.422Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-28T01:08:07.422Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-28T01:08:07.422Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-28T01:08:07.422Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-28T01:08:07.422Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-28T01:08:07.422Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-28T01:08:07.422Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-28T01:08:07.422Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-28T01:08:07.682Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-28T01:08:07.942Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-28T01:08:07.942Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-28T01:08:07.942Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-28T01:08:07.942Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-28T01:08:07.942Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-28T01:08:07.942Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-28T01:08:08.203Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-28T01:08:08.203Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-28T01:08:08.203Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-28T01:08:08.203Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-28T01:08:08.203Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-28T01:08:08.203Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-28T01:08:08.203Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:08:08.464Z] Fetched 3533 kB in 1s (3524 kB/s) [2021-01-28T01:08:08.464Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T01:08:08.464Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:08:08.464Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T01:08:08.464Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-28T01:08:08.464Z] Selecting previously unselected package udev. [2021-01-28T01:08:08.732Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-28T01:08:08.732Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:08:08.732Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-28T01:08:08.992Z] Selecting previously unselected package libfuse2:amd64. [2021-01-28T01:08:08.992Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T01:08:08.992Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T01:08:08.992Z] Selecting previously unselected package fuse. [2021-01-28T01:08:08.992Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-28T01:08:08.992Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-28T01:08:08.992Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:08.992Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T01:08:09.253Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:09.253Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T01:08:09.253Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:09.253Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T01:08:09.513Z] Selecting previously unselected package libksba8:amd64. [2021-01-28T01:08:09.513Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-28T01:08:09.513Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-28T01:08:09.513Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-28T01:08:09.513Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:09.513Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:09.776Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-28T01:08:09.776Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:09.776Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:09.776Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-28T01:08:09.776Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:09.776Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:09.776Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-28T01:08:09.776Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:09.776Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:10.038Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-28T01:08:10.038Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:10.038Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:10.038Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-28T01:08:10.038Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:10.038Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:10.300Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-28T01:08:10.300Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:10.300Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:10.300Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-28T01:08:10.300Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:10.300Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:10.300Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-28T01:08:10.300Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-28T01:08:10.300Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:10.561Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-28T01:08:10.561Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T01:08:10.561Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T01:08:10.561Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-28T01:08:10.561Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-28T01:08:10.824Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T01:08:10.824Z] Selecting previously unselected package libldap-common. [2021-01-28T01:08:10.824Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-28T01:08:10.824Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T01:08:10.824Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-28T01:08:10.824Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-28T01:08:10.824Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T01:08:11.084Z] Selecting previously unselected package dirmngr. [2021-01-28T01:08:11.084Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:11.084Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T01:08:11.084Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T01:08:11.084Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-28T01:08:11.345Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-28T01:08:11.345Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T01:08:11.345Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-28T01:08:11.345Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-28T01:08:11.345Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:11.345Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-28T01:08:11.345Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T01:08:11.345Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-28T01:08:11.918Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-28T01:08:11.918Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:11.918Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-28T01:08:11.918Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-28T01:08:12.180Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-28T01:08:12.180Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:12.180Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:12.180Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:12.180Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:12.180Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:12.180Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:12.180Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-28T01:08:12.442Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-28T01:08:12.442Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-28T01:08:12.442Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T01:08:12.703Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-28T01:08:12.703Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-28T01:08:12.703Z] This means they are not meant to be enabled using systemctl. [2021-01-28T01:08:12.703Z] Possible reasons for having this kind of units are: [2021-01-28T01:08:12.703Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-28T01:08:12.703Z] .wants/ or .requires/ directory. [2021-01-28T01:08:12.703Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-28T01:08:12.703Z] a requirement dependency on it. [2021-01-28T01:08:12.703Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-28T01:08:12.703Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-28T01:08:12.703Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-28T01:08:12.703Z] instance name specified. [2021-01-28T01:08:12.963Z] Reading package lists... [2021-01-28T01:08:13.226Z] Building dependency tree... [2021-01-28T01:08:13.226Z] Reading state information... [2021-01-28T01:08:13.226Z] The following additional packages will be installed: [2021-01-28T01:08:13.226Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-28T01:08:13.226Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-28T01:08:13.226Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-28T01:08:13.226Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-28T01:08:13.226Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-28T01:08:13.226Z] Suggested packages: [2021-01-28T01:08:13.226Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-28T01:08:13.226Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-28T01:08:13.226Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-28T01:08:13.226Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-28T01:08:13.226Z] systemd-container policykit-1 [2021-01-28T01:08:13.226Z] Recommended packages: [2021-01-28T01:08:13.226Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-28T01:08:13.226Z] The following NEW packages will be installed: [2021-01-28T01:08:13.226Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-28T01:08:13.226Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-28T01:08:13.226Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-28T01:08:13.226Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-28T01:08:13.226Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-28T01:08:13.226Z] The following packages will be upgraded: [2021-01-28T01:08:13.226Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-28T01:08:13.487Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-28T01:08:13.487Z] Need to get 35.2 MB of archives. [2021-01-28T01:08:13.487Z] After this operation, 141 MB of additional disk space will be used. [2021-01-28T01:08:13.487Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-28T01:08:13.748Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-28T01:08:13.749Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-28T01:08:13.749Z] 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-28T01:08:13.749Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-28T01:08:13.749Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-28T01:08:13.749Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-28T01:08:13.749Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-28T01:08:13.749Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-28T01:08:13.749Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-28T01:08:13.749Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-28T01:08:13.749Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-28T01:08:13.749Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-28T01:08:13.749Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-28T01:08:13.749Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-28T01:08:13.749Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-28T01:08:13.749Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-28T01:08:13.749Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-28T01:08:14.321Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-28T01:08:14.321Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-28T01:08:14.321Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-28T01:08:14.321Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-28T01:08:14.321Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-28T01:08:14.321Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-28T01:08:14.321Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-28T01:08:14.321Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-28T01:08:14.321Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-28T01:08:14.582Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-28T01:08:14.582Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-28T01:08:14.582Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-28T01:08:15.965Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:08:15.965Z] Fetched 35.2 MB in 2s (15.1 MB/s) [2021-01-28T01:08:15.965Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T01:08:15.965Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:08:15.965Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T01:08:16.556Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:08:16.556Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T01:08:16.817Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-28T01:08:16.817Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T01:08:16.817Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T01:08:16.817Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T01:08:17.077Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-28T01:08:17.077Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-28T01:08:17.077Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-28T01:08:17.339Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-28T01:08:17.600Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-28T01:08:17.600Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-28T01:08:17.860Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-28T01:08:17.860Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-28T01:08:17.860Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T01:08:18.120Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T01:08:18.120Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-28T01:08:18.120Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T01:08:18.120Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:08:18.381Z] Selecting previously unselected package libexpat1:amd64. [2021-01-28T01:08:18.381Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-28T01:08:18.381Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T01:08:18.381Z] Selecting previously unselected package python3.6-minimal. [2021-01-28T01:08:18.381Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T01:08:18.381Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:08:18.641Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T01:08:18.901Z] Checking for services that may need to be restarted...done. [2021-01-28T01:08:18.901Z] Checking for services that may need to be restarted...done. [2021-01-28T01:08:18.901Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:08:18.901Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-28T01:08:18.901Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:08:19.476Z] Selecting previously unselected package python3-minimal. [2021-01-28T01:08:19.476Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-28T01:08:19.476Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-28T01:08:19.476Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-28T01:08:19.476Z] Selecting previously unselected package mime-support. [2021-01-28T01:08:19.476Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-28T01:08:19.476Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-28T01:08:20.048Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-28T01:08:20.048Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-28T01:08:20.048Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T01:08:20.048Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-28T01:08:20.048Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T01:08:20.048Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:08:20.309Z] Selecting previously unselected package python3.6. [2021-01-28T01:08:20.309Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-28T01:08:20.309Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:08:20.309Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-28T01:08:20.309Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-28T01:08:20.309Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T01:08:20.570Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-28T01:08:20.831Z] Selecting previously unselected package python3. [2021-01-28T01:08:20.831Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-28T01:08:20.831Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-28T01:08:20.831Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-28T01:08:20.831Z] Selecting previously unselected package multiarch-support. [2021-01-28T01:08:20.831Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:08:20.831Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T01:08:20.831Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-28T01:08:21.091Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-28T01:08:21.091Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-28T01:08:21.091Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-28T01:08:21.091Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T01:08:21.091Z] Selecting previously unselected package libbsd0:amd64. [2021-01-28T01:08:21.091Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-28T01:08:21.091Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T01:08:21.091Z] Selecting previously unselected package sudo. [2021-01-28T01:08:21.091Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-28T01:08:21.091Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T01:08:21.351Z] Selecting previously unselected package apparmor. [2021-01-28T01:08:21.351Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T01:08:21.351Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-28T01:08:21.375Z] 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-28T01:08:21.610Z] Selecting previously unselected package libedit2:amd64. [2021-01-28T01:08:21.610Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-28T01:08:21.610Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T01:08:21.610Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-28T01:08:21.610Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T01:08:21.610Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:08:21.610Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-28T01:08:21.610Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T01:08:21.610Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:08:21.870Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-28T01:08:21.870Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-28T01:08:21.870Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T01:08:21.870Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-28T01:08:21.870Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T01:08:21.870Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:08:22.130Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-28T01:08:22.130Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-28T01:08:22.130Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:08:22.130Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-28T01:08:22.130Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-28T01:08:22.130Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T01:08:22.391Z] Selecting previously unselected package openssh-client. [2021-01-28T01:08:22.391Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-28T01:08:22.391Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T01:08:22.391Z] Selecting previously unselected package squashfs-tools. [2021-01-28T01:08:22.391Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-28T01:08:22.391Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T01:08:22.652Z] Selecting previously unselected package snapd. [2021-01-28T01:08:22.652Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-28T01:08:22.652Z] Unpacking snapd (2.48+18.04) ... [2021-01-28T01:08:24.564Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-28T01:08:24.564Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-28T01:08:24.564Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-28T01:08:24.564Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-28T01:08:24.825Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-28T01:08:24.825Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:08:24.825Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T01:08:24.825Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-28T01:08:24.825Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-28T01:08:26.214Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-28T01:08:26.215Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-28T01:08:26.215Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-28T01:08:26.215Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:08:26.215Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:08:26.215Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-28T01:08:26.786Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-28T01:08:26.786Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:08:27.048Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-28T01:08:27.048Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-28T01:08:27.048Z] running python rtupdate hooks for python3.6... [2021-01-28T01:08:27.048Z] running python post-rtupdate hooks for python3.6... [2021-01-28T01:08:27.048Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-28T01:08:28.436Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-28T01:08:28.697Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-28T01:08:28.697Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-28T01:08:28.958Z] Setting up snapd (2.48+18.04) ... [2021-01-28T01:08:29.220Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-28T01:08:29.480Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-28T01:08:29.739Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-28T01:08:29.740Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-28T01:08:30.000Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T01:08:30.000Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-28T01:08:30.260Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-28T01:08:30.260Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-28T01:08:30.521Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-28T01:08:30.782Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-28T01:08:30.782Z] /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-28T01:08:31.044Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-28T01:08:31.044Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T01:08:31.985Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T01:08:31.985Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T01:08:31.985Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T01:08:33.184Z] Reading package lists... [2021-01-28T01:08:33.443Z] Reading package lists... [2021-01-28T01:08:33.443Z] Building dependency tree... [2021-01-28T01:08:33.443Z] Reading state information... [2021-01-28T01:08:33.703Z] Calculating upgrade... [2021-01-28T01:08:33.703Z] The following packages will be upgraded: [2021-01-28T01:08:33.703Z] advancecomp base-files bash binutils binutils-common [2021-01-28T01:08:33.703Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-28T01:08:33.703Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-28T01:08:33.703Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-28T01:08:33.703Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-28T01:08:33.703Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-28T01:08:33.703Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-28T01:08:33.703Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-28T01:08:33.703Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-28T01:08:33.703Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-28T01:08:33.703Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-28T01:08:33.703Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-28T01:08:33.703Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-28T01:08:33.703Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-28T01:08:33.703Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-28T01:08:33.963Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T01:08:33.963Z] Need to get 63.8 MB of archives. [2021-01-28T01:08:33.963Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-28T01:08:33.963Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-28T01:08:33.963Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-28T01:08:33.963Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-28T01:08:33.963Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-28T01:08:33.963Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-28T01:08:33.963Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-28T01:08:33.963Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-28T01:08:33.963Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-28T01:08:33.963Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-28T01:08:33.963Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-28T01:08:33.963Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-28T01:08:33.963Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-28T01:08:33.963Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-28T01:08:33.963Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-28T01:08:33.963Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-28T01:08:33.963Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-28T01:08:33.963Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-28T01:08:33.963Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-28T01:08:34.222Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-28T01:08:34.222Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-28T01:08:34.222Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-28T01:08:34.222Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-28T01:08:34.222Z] 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-28T01:08:34.222Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-28T01:08:34.222Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-28T01:08:34.222Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-28T01:08:34.222Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-28T01:08:34.222Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-28T01:08:34.222Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-28T01:08:34.222Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-28T01:08:34.222Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-28T01:08:34.222Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-28T01:08:34.222Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-28T01:08:34.222Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-28T01:08:34.222Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-28T01:08:34.222Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-28T01:08:34.222Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-28T01:08:34.222Z] 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-28T01:08:34.222Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-28T01:08:34.222Z] 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-28T01:08:34.222Z] 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-28T01:08:34.222Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-28T01:08:34.222Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-28T01:08:34.222Z] 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-28T01:08:34.223Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-28T01:08:34.223Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-28T01:08:34.223Z] 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-28T01:08:34.223Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-28T01:08:34.223Z] 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-28T01:08:34.486Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-28T01:08:34.486Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-28T01:08:34.486Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-28T01:08:34.486Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-28T01:08:34.486Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-28T01:08:34.486Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-28T01:08:34.486Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-28T01:08:34.486Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-28T01:08:34.745Z] 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-28T01:08:34.745Z] 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-28T01:08:34.745Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-28T01:08:35.005Z] 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-28T01:08:35.005Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-28T01:08:35.005Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-28T01:08:35.005Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-28T01:08:35.005Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-28T01:08:35.267Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-28T01:08:35.267Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-28T01:08:35.267Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-28T01:08:35.267Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-28T01:08:35.267Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-28T01:08:35.528Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-28T01:08:35.528Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-28T01:08:35.528Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-28T01:08:35.528Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-28T01:08:35.528Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-28T01:08:35.528Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-28T01:08:35.528Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-28T01:08:35.528Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-28T01:08:35.528Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-28T01:08:35.528Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-28T01:08:35.528Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-28T01:08:35.528Z] 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-28T01:08:35.528Z] 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-28T01:08:35.528Z] 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-28T01:08:35.528Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-28T01:08:35.528Z] 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-28T01:08:35.528Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-28T01:08:35.792Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-28T01:08:35.792Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-28T01:08:35.792Z] 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-28T01:08:35.792Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-28T01:08:35.792Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-28T01:08:35.792Z] 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-28T01:08:35.792Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-28T01:08:35.792Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-28T01:08:35.792Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-28T01:08:35.792Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-28T01:08:35.792Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-28T01:08:35.792Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-28T01:08:36.053Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:08:36.053Z] Fetched 63.8 MB in 2s (29.2 MB/s) [2021-01-28T01:08:36.053Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:36.053Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:08:36.315Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T01:08:36.527Z] Removing intermediate container 0d325f763958 [2021-01-28T01:08:36.527Z] ---> 07e020754b57 [2021-01-28T01:08:36.527Z] [2021-01-28T01:08:36.527Z] Step 10/24 : FROM alpine:3.12 [2021-01-28T01:08:36.527Z] 3.12: Pulling from library/alpine [2021-01-28T01:08:36.527Z] Removing intermediate container 927d7971fea6 [2021-01-28T01:08:36.527Z] ---> 2d26a129db66 [2021-01-28T01:08:36.527Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-28T01:08:36.527Z] Removing intermediate container 4fe139e25aa3 [2021-01-28T01:08:36.527Z] ---> 1e8a22d74996 [2021-01-28T01:08:36.527Z] [2021-01-28T01:08:36.527Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T01:08:36.527Z] Removing intermediate container 3722fb49ec14 [2021-01-28T01:08:36.527Z] ---> 35689d872a25 [2021-01-28T01:08:36.527Z] [2021-01-28T01:08:36.527Z] Step 10/22 : FROM alpine:3.12 [2021-01-28T01:08:36.527Z] 3.12: Pulling from library/alpine [2021-01-28T01:08:36.527Z] 3.12: Pulling from library/alpine [2021-01-28T01:08:36.527Z] ---> Running in 9206927b9c17 [2021-01-28T01:08:36.527Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T01:08:36.527Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T01:08:36.527Z] Status: Downloaded newer image for alpine:3.12 [2021-01-28T01:08:36.527Z] Status: Image is up to date for alpine:3.12 [2021-01-28T01:08:36.527Z] ---> afeebe901d6b [2021-01-28T01:08:36.527Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:08:36.527Z] ---> afeebe901d6b [2021-01-28T01:08:36.527Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-28T01:08:36.527Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-28T01:08:36.527Z] Status: Image is up to date for alpine:3.12 [2021-01-28T01:08:36.527Z] ---> afeebe901d6b [2021-01-28T01:08:36.527Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-28T01:08:36.802Z] ---> Running in 77e8d37d1f5a [2021-01-28T01:08:36.802Z] ---> Running in b97142cdc28c [2021-01-28T01:08:36.802Z] ---> Running in bce8d176ec8c [2021-01-28T01:08:36.887Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:08:36.887Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T01:08:36.887Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-28T01:08:37.148Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-28T01:08:37.403Z] 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-28T01:08:37.717Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:37.717Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:08:37.978Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:37.978Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:08:38.238Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:38.238Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:08:38.238Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:38.238Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:08:38.501Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:38.501Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:08:38.501Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:38.501Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:08:38.763Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:38.763Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:08:38.763Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:08:38.854Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:08:39.053Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T01:08:39.053Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:39.053Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-28T01:08:39.053Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:08:39.053Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T01:08:39.053Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:39.129Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:08:39.129Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:08:39.314Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:08:39.314Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:39.315Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:08:39.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:08:39.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:08:39.576Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:39.576Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-28T01:08:39.576Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:08:39.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:08:39.838Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T01:08:39.838Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:08:39.952Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-28T01:08:39.953Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-28T01:08:39.953Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:08:39.953Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-28T01:08:39.953Z] (4/5) Installing curl (7.69.1-r3) [2021-01-28T01:08:40.098Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T01:08:40.229Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-28T01:08:40.229Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:08:40.229Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-28T01:08:40.229Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:08:40.229Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:08:40.229Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:08:40.229Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-28T01:08:40.229Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:08:40.229Z] OK: 5 MiB in 15 packages [2021-01-28T01:08:40.359Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T01:08:40.509Z] OK: 6 MiB in 16 packages [2021-01-28T01:08:40.509Z] OK: 7 MiB in 19 packages [2021-01-28T01:08:40.620Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-28T01:08:40.620Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-28T01:08:40.620Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-28T01:08:40.620Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-28T01:08:40.886Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-28T01:08:40.886Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-28T01:08:41.147Z] Installing new version of config file /etc/issue ... [2021-01-28T01:08:41.147Z] Installing new version of config file /etc/issue.net ... [2021-01-28T01:08:41.147Z] Installing new version of config file /etc/lsb-release ... [2021-01-28T01:08:41.147Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-28T01:08:41.408Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-28T01:08:41.408Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-28T01:08:41.408Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-28T01:08:41.408Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:41.408Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-28T01:08:41.669Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-28T01:08:41.931Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-28T01:08:41.931Z] 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-28T01:08:41.931Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:41.931Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:08:41.931Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-28T01:08:42.193Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:08:42.193Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:42.193Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-28T01:08:42.193Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-28T01:08:42.454Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-28T01:08:42.454Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:42.454Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-28T01:08:42.454Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T01:08:42.519Z] Removing intermediate container bce8d176ec8c [2021-01-28T01:08:42.519Z] ---> 36ed4d5edc6a [2021-01-28T01:08:42.519Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:08:42.519Z] ---> Running in 3aeb4063378d [2021-01-28T01:08:42.714Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-28T01:08:42.714Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:42.714Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:42.714Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T01:08:42.975Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T01:08:42.975Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:42.975Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:42.975Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T01:08:43.236Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-28T01:08:43.236Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:43.236Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-28T01:08:43.236Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-28T01:08:43.498Z] Setting up grep (3.1-2build1) ... [2021-01-28T01:08:43.498Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:43.498Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T01:08:43.498Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T01:08:43.498Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-28T01:08:43.537Z] Removing intermediate container b97142cdc28c [2021-01-28T01:08:43.537Z] ---> 62ab8d256957 [2021-01-28T01:08:43.537Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:08:43.537Z] Removing intermediate container 9206927b9c17 [2021-01-28T01:08:43.537Z] ---> 53700a1ebacc [2021-01-28T01:08:43.537Z] [2021-01-28T01:08:43.537Z] Step 11/26 : FROM docker:20.10.0 [2021-01-28T01:08:43.537Z] 20.10.0: Pulling from library/docker [2021-01-28T01:08:43.537Z] Removing intermediate container 3aeb4063378d [2021-01-28T01:08:43.537Z] ---> ab42648e4875 [2021-01-28T01:08:43.537Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-28T01:08:43.758Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:43.758Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T01:08:43.758Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:08:43.758Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-28T01:08:43.843Z] ---> Running in d759819a247f [2021-01-28T01:08:44.019Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:44.019Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T01:08:44.019Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T01:08:44.132Z] Removing intermediate container 77e8d37d1f5a [2021-01-28T01:08:44.132Z] ---> 3021c5cc7c20 [2021-01-28T01:08:44.132Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T01:08:44.132Z] ---> Running in db8862e89b23 [2021-01-28T01:08:44.413Z] ---> Running in e4b89c2b1b0d [2021-01-28T01:08:44.591Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T01:08:44.591Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T01:08:44.591Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-28T01:08:44.591Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T01:08:45.067Z] Removing intermediate container d759819a247f [2021-01-28T01:08:45.068Z] ---> 2a0bf050f2f2 [2021-01-28T01:08:45.068Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-28T01:08:45.162Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-28T01:08:45.381Z] Removing intermediate container db8862e89b23 [2021-01-28T01:08:45.381Z] ---> e6825bde43f9 [2021-01-28T01:08:45.381Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T01:08:45.422Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:45.422Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-28T01:08:45.422Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-28T01:08:46.022Z] ---> Running in 537f65a9c35b [2021-01-28T01:08:46.344Z] Removing intermediate container e4b89c2b1b0d [2021-01-28T01:08:46.344Z] ---> 3ea1cf4d2773 [2021-01-28T01:08:46.344Z] ---> Running in 8ffe545a5563 [2021-01-28T01:08:46.344Z] Step 13/24 : WORKDIR / [2021-01-28T01:08:46.364Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T01:08:46.364Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T01:08:46.364Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-28T01:08:46.364Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-28T01:08:46.625Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T01:08:46.625Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:46.625Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-28T01:08:46.625Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-28T01:08:46.886Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-28T01:08:46.886Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:46.886Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:08:46.886Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:08:47.010Z] ---> Running in 31faf3afc3cf [2021-01-28T01:08:47.010Z] Removing intermediate container 537f65a9c35b [2021-01-28T01:08:47.010Z] ---> 08314dafc846 [2021-01-28T01:08:47.010Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-28T01:08:47.010Z] Removing intermediate container 372573743d5d [2021-01-28T01:08:47.010Z] ---> 93338b76e934 [2021-01-28T01:08:47.010Z] [2021-01-28T01:08:47.010Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:08:47.148Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:08:47.148Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:47.148Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:08:47.148Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:08:47.148Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:08:47.297Z] ---> afeebe901d6b [2021-01-28T01:08:47.297Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:08:47.297Z] ---> Using cache [2021-01-28T01:08:47.297Z] ---> 36ed4d5edc6a [2021-01-28T01:08:47.297Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:08:47.297Z] ---> Using cache [2021-01-28T01:08:47.297Z] ---> ab42648e4875 [2021-01-28T01:08:47.297Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-28T01:08:47.408Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:47.408Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:08:47.408Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:08:47.408Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:08:47.587Z] Removing intermediate container 8ffe545a5563 [2021-01-28T01:08:47.587Z] ---> 5cc2574d70d0 [2021-01-28T01:08:47.587Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:08:47.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:47.669Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:08:47.669Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:08:47.669Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:08:47.889Z] ---> Running in a25bcfdd0b15 [2021-01-28T01:08:47.889Z] ---> Running in d0517cce4105 [2021-01-28T01:08:47.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:47.930Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T01:08:47.930Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:08:47.930Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T01:08:47.930Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:08:47.930Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T01:08:48.163Z] Removing intermediate container 31faf3afc3cf [2021-01-28T01:08:48.163Z] ---> 960a6fc3c3ef [2021-01-28T01:08:48.163Z] 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-28T01:08:48.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:48.190Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-28T01:08:48.190Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:08:48.190Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T01:08:48.438Z] Removing intermediate container d0517cce4105 [2021-01-28T01:08:48.438Z] ---> aa33c6857cb1 [2021-01-28T01:08:48.438Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt /Removing intermediate container a25bcfdd0b15 [2021-01-28T01:08:48.438Z] [2021-01-28T01:08:48.438Z] ---> c67400563f5c [2021-01-28T01:08:48.438Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T01:08:48.449Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:48.449Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:08:48.449Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:08:48.449Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:08:48.449Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:48.449Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:08:48.711Z] ---> e3eadd7e7a82 [2021-01-28T01:08:48.711Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-28T01:08:48.711Z] ---> Running in 94b663b069a1 [2021-01-28T01:08:48.711Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:08:48.711Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:08:48.711Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:48.711Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:08:48.971Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:08:49.232Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:08:49.312Z] ---> 06d630020619 [2021-01-28T01:08:49.312Z] 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-28T01:08:49.312Z] Removing intermediate container 94b663b069a1 [2021-01-28T01:08:49.312Z] ---> 40b7dd853672 [2021-01-28T01:08:49.312Z] Step 15/23 : WORKDIR / [2021-01-28T01:08:49.493Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-28T01:08:49.753Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-28T01:08:49.753Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:49.753Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-28T01:08:49.753Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-28T01:08:49.907Z] ---> 8e12a8fef377 [2021-01-28T01:08:49.907Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-28T01:08:49.907Z] ---> Running in 5958cbfcdf90 [2021-01-28T01:08:50.013Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T01:08:50.278Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-28T01:08:50.278Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-28T01:08:50.278Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-28T01:08:50.278Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-28T01:08:50.502Z] ---> a19178693a77 [2021-01-28T01:08:50.502Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-28T01:08:50.538Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:50.538Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-28T01:08:50.538Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-28T01:08:50.798Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-28T01:08:50.798Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:50.798Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-28T01:08:51.059Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T01:08:51.059Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-28T01:08:51.059Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:51.059Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-28T01:08:51.059Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-28T01:08:51.107Z] ---> e3b371ca4f64 [2021-01-28T01:08:51.107Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-28T01:08:51.107Z] Removing intermediate container 5958cbfcdf90 [2021-01-28T01:08:51.107Z] ---> 92cb2a0fc5f6 [2021-01-28T01:08:51.107Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:08:51.321Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-28T01:08:51.321Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:51.321Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T01:08:51.321Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T01:08:51.582Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T01:08:51.582Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:51.582Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T01:08:51.583Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T01:08:51.844Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T01:08:51.844Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:51.844Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-28T01:08:52.111Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T01:08:52.111Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T01:08:52.371Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:52.371Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-28T01:08:52.371Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-28T01:08:52.371Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-28T01:08:52.371Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-28T01:08:52.576Z] ---> 286f491919a7 [2021-01-28T01:08:52.576Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-28T01:08:52.576Z] ---> 84a48877bc0b [2021-01-28T01:08:52.576Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-28T01:08:52.631Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:52.631Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T01:08:52.631Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T01:08:52.851Z] ---> 597025c93f3c [2021-01-28T01:08:52.851Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-28T01:08:52.851Z] ---> fa8a9c16227e [2021-01-28T01:08:52.851Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-28T01:08:52.891Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:52.891Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-28T01:08:52.891Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-28T01:08:52.891Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-28T01:08:53.151Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:53.151Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-28T01:08:53.151Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-28T01:08:53.151Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-28T01:08:53.413Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:53.413Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:53.413Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-28T01:08:53.448Z] ---> Running in d548f95296fc [2021-01-28T01:08:53.674Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-28T01:08:53.674Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:53.674Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-28T01:08:53.674Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-28T01:08:53.935Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-28T01:08:53.935Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:53.935Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-28T01:08:53.935Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-28T01:08:54.443Z] ---> 9f69b05185f6 [2021-01-28T01:08:54.443Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-28T01:08:54.506Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-28T01:08:54.506Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:54.506Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-28T01:08:54.506Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-28T01:08:54.766Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-28T01:08:54.766Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:54.766Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-28T01:08:54.766Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-28T01:08:55.027Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-28T01:08:55.027Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:55.027Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-28T01:08:55.027Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-28T01:08:55.027Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-28T01:08:55.042Z] ---> a6f2dd96c4f4 [2021-01-28T01:08:55.042Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-28T01:08:55.042Z] ---> Running in 9b22a4a1a366 [2021-01-28T01:08:55.042Z] Removing intermediate container d548f95296fc [2021-01-28T01:08:55.042Z] ---> 77333149ef61 [2021-01-28T01:08:55.042Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:08:55.042Z] ---> e829806ee53a [2021-01-28T01:08:55.042Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-28T01:08:55.288Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:55.288Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-28T01:08:55.288Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-28T01:08:55.288Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-28T01:08:55.313Z] ---> Running in b48684e8a435 [2021-01-28T01:08:55.550Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:55.550Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-28T01:08:55.550Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-28T01:08:55.550Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-28T01:08:55.628Z] Removing intermediate container 9b22a4a1a366 [2021-01-28T01:08:55.628Z] ---> c263f20658ee [2021-01-28T01:08:55.628Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:08:55.810Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:55.810Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T01:08:55.810Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-28T01:08:55.810Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-28T01:08:56.072Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-28T01:08:56.072Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-28T01:08:56.072Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-28T01:08:56.072Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-28T01:08:56.072Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-28T01:08:56.072Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T01:08:56.222Z] ---> Running in 7f70224e2080 [2021-01-28T01:08:56.222Z] Removing intermediate container b48684e8a435 [2021-01-28T01:08:56.222Z] ---> 355423120bda [2021-01-28T01:08:56.222Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T01:08:56.333Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T01:08:56.333Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-28T01:08:56.333Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-28T01:08:56.494Z] ---> d9c4bb9c23c7 [2021-01-28T01:08:56.494Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-28T01:08:56.593Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-28T01:08:56.593Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-28T01:08:56.769Z] ---> Running in 67204694665a [2021-01-28T01:08:56.769Z] ---> Running in b9bdcc8a6da0 [2021-01-28T01:08:56.853Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-28T01:08:56.853Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-28T01:08:57.046Z] ---> 5d3471277ed9 [2021-01-28T01:08:57.046Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-28T01:08:57.046Z] Removing intermediate container 7f70224e2080 [2021-01-28T01:08:57.046Z] ---> 7f4d703a42c6 [2021-01-28T01:08:57.046Z] Step 20/22 : LABEL arch=arm64 [2021-01-28T01:08:57.113Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-28T01:08:57.113Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-28T01:08:57.113Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-28T01:08:57.319Z] ---> Running in 1238cacfd0b6 [2021-01-28T01:08:57.373Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-28T01:08:57.373Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-28T01:08:57.373Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-28T01:08:57.594Z] Removing intermediate container 67204694665a [2021-01-28T01:08:57.595Z] ---> ef78bc587422 [2021-01-28T01:08:57.595Z] Step 21/22 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:08:57.595Z] Removing intermediate container b9bdcc8a6da0 [2021-01-28T01:08:57.595Z] ---> 0eae718e8620 [2021-01-28T01:08:57.595Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:08:57.632Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-28T01:08:57.632Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-28T01:08:57.632Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-28T01:08:57.632Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-28T01:08:57.868Z] ---> Running in 0b6d2910f05b [2021-01-28T01:08:57.894Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-28T01:08:57.894Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-28T01:08:57.894Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-28T01:08:57.894Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-28T01:08:58.142Z] ---> Running in c4ebed30d172 [2021-01-28T01:08:58.142Z] Removing intermediate container 1238cacfd0b6 [2021-01-28T01:08:58.142Z] ---> 6acf636ee347 [2021-01-28T01:08:58.142Z] Step 21/22 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:08:58.142Z] ---> a219f37b6cea [2021-01-28T01:08:58.142Z] 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-28T01:08:58.153Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-28T01:08:58.153Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-28T01:08:58.415Z] ---> Running in 9fdba7b96e2f [2021-01-28T01:08:58.415Z] ---> Running in 28cc0b0fd802 [2021-01-28T01:08:58.415Z] Removing intermediate container 0b6d2910f05b [2021-01-28T01:08:58.415Z] ---> ff30f789136d [2021-01-28T01:08:58.415Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T01:08:58.689Z] Removing intermediate container c4ebed30d172 [2021-01-28T01:08:58.689Z] ---> 3e04eb7d37fd [2021-01-28T01:08:58.689Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T01:08:58.689Z] ---> Running in d3b45a23c114 [2021-01-28T01:08:58.966Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-28T01:08:58.966Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-28T01:08:58.966Z] ---> eeaf43b92773 [2021-01-28T01:08:58.966Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-28T01:08:58.966Z] ---> Running in 62ba2865a382 [2021-01-28T01:08:58.966Z] Removing intermediate container 28cc0b0fd802 [2021-01-28T01:08:58.966Z] ---> 907439695826 [2021-01-28T01:08:58.966Z] Step 22/22 : LABEL version=0.0.0 [2021-01-28T01:08:59.093Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-28T01:08:59.094Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-28T01:08:59.094Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-28T01:08:59.094Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-28T01:08:59.094Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T01:08:59.094Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T01:08:59.245Z] ---> Running in 8dd6143a96d4 [2021-01-28T01:08:59.245Z] ---> Running in dd2348f728db [2021-01-28T01:08:59.522Z] Removing intermediate container d3b45a23c114 [2021-01-28T01:08:59.522Z] ---> d676719098be [2021-01-28T01:08:59.522Z] [2021-01-28T01:08:59.522Z] Removing intermediate container 62ba2865a382 [2021-01-28T01:08:59.522Z] ---> 6ed57b98d0df [2021-01-28T01:08:59.522Z] Step 22/23 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:08:59.664Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T01:08:59.664Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T01:08:59.664Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T01:08:59.664Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T01:08:59.799Z] ---> Running in 9a0de1a75162 [2021-01-28T01:08:59.926Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-28T01:08:59.926Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-28T01:08:59.926Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:08:59.926Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:00.074Z] Removing intermediate container dd2348f728db [2021-01-28T01:09:00.074Z] ---> e90b8a218ae8 [2021-01-28T01:09:00.074Z] [2021-01-28T01:09:00.187Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:00.188Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:00.188Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:00.350Z] Successfully built d676719098be [2021-01-28T01:09:00.350Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-28T01:09:00.350Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-01-28T01:09:00.448Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:00.448Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:00.448Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:00.622Z] Removing intermediate container 9a0de1a75162 [2021-01-28T01:09:00.623Z] ---> b7c6e68c39d7 [2021-01-28T01:09:00.623Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:09:00.623Z] Successfully built e90b8a218ae8 [2021-01-28T01:09:00.895Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-28T01:09:00.895Z] Building docker-security-bootstrapper-go [2021-01-28T01:09:00.895Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:00.895Z] ---> Running in af091ffc8000 [2021-01-28T01:09:01.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:01.389Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:01.389Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:01.443Z] Removing intermediate container af091ffc8000 [2021-01-28T01:09:01.443Z] ---> 5bfb229bf844 [2021-01-28T01:09:01.443Z] [2021-01-28T01:09:01.715Z] Removing intermediate container 9fdba7b96e2f [2021-01-28T01:09:01.715Z] ---> db2df04b967f [2021-01-28T01:09:01.715Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-28T01:09:01.989Z] (1/2) Installing readline (8.0.4-r0) [2021-01-28T01:09:01.989Z] (2/2) Installing bash (5.0.17-r0) [2021-01-28T01:09:01.989Z] Executing bash-5.0.17-r0.post-install [2021-01-28T01:09:01.989Z] Successfully built 5bfb229bf844 [2021-01-28T01:09:01.989Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:09:01.989Z] OK: 12 MiB in 22 packages [2021-01-28T01:09:01.989Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-28T01:09:01.989Z] ---> Running in 503c86dfc882 [2021-01-28T01:09:01.989Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-01-28T01:09:02.330Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:02.330Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:02.591Z] Removing intermediate container 503c86dfc882 [2021-01-28T01:09:02.591Z] ---> af9ebcae3414 [2021-01-28T01:09:02.591Z] Step 22/24 : LABEL arch=arm64 [2021-01-28T01:09:02.861Z] ---> Running in 80c8d042adc5 [2021-01-28T01:09:02.900Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:03.161Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:03.421Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:03.421Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:03.457Z] Removing intermediate container 80c8d042adc5 [2021-01-28T01:09:03.457Z] ---> 422ef5d96653 [2021-01-28T01:09:03.457Z] Step 23/24 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:09:03.457Z] Removing intermediate container 8dd6143a96d4 [2021-01-28T01:09:03.457Z] ---> 0a89d82b405b [2021-01-28T01:09:03.457Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-28T01:09:03.457Z] ---> Running in e5e3787a7ba9 [2021-01-28T01:09:03.457Z] ---> Running in 8ed47107f68b [2021-01-28T01:09:04.370Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-28T01:09:04.370Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-28T01:09:04.370Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T01:09:04.370Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T01:09:04.442Z] Removing intermediate container 8ed47107f68b [2021-01-28T01:09:04.716Z] ---> e854def38c4d [2021-01-28T01:09:04.716Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-28T01:09:04.797Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T01:09:04.797Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T01:09:04.797Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-28T01:09:04.797Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-28T01:09:04.989Z] Removing intermediate container e5e3787a7ba9 [2021-01-28T01:09:04.989Z] ---> 9a80fc6ca6d6 [2021-01-28T01:09:04.989Z] Step 24/24 : LABEL version=0.0.0 [2021-01-28T01:09:05.058Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-28T01:09:05.058Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-28T01:09:05.058Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T01:09:05.058Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T01:09:05.318Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-28T01:09:05.318Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-28T01:09:05.318Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-28T01:09:05.318Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-28T01:09:05.579Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:05.579Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-28T01:09:05.579Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:05.579Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:05.579Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:05.582Z] ---> Running in 1adf53f248bf [2021-01-28T01:09:05.846Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-28T01:09:05.846Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-28T01:09:05.846Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-28T01:09:05.846Z] [2021-01-28T01:09:05.846Z] Current default time zone: 'Etc/UTC' [2021-01-28T01:09:05.846Z] Local time is now: Thu Jan 28 01:09:05 UTC 2021. [2021-01-28T01:09:05.846Z] Universal Time is now: Thu Jan 28 01:09:05 UTC 2021. [2021-01-28T01:09:05.846Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-28T01:09:05.846Z] [2021-01-28T01:09:05.846Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-28T01:09:05.862Z] ---> Running in 6e8e880086b3 [2021-01-28T01:09:06.109Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:06.109Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-28T01:09:06.109Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-28T01:09:06.109Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-28T01:09:06.109Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-28T01:09:06.109Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-28T01:09:06.109Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-28T01:09:06.109Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-28T01:09:06.109Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-28T01:09:06.370Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:06.370Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-28T01:09:06.527Z] Removing intermediate container 1adf53f248bf [2021-01-28T01:09:06.527Z] ---> 525761d8c79c [2021-01-28T01:09:06.527Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-28T01:09:06.630Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:06.630Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T01:09:06.630Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:06.630Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-28T01:09:06.630Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-28T01:09:06.630Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-28T01:09:06.630Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-28T01:09:06.630Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-28T01:09:06.891Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-28T01:09:06.891Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-28T01:09:06.891Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T01:09:07.512Z] ---> Running in f0b41eb6be42 [2021-01-28T01:09:07.512Z] Removing intermediate container 6e8e880086b3 [2021-01-28T01:09:07.512Z] ---> 53a9253af0b7 [2021-01-28T01:09:07.512Z] [2021-01-28T01:09:07.787Z] Successfully built 53a9253af0b7 [2021-01-28T01:09:08.769Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-28T01:09:08.769Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-01-28T01:09:08.769Z] Removing intermediate container f0b41eb6be42 [2021-01-28T01:09:08.769Z] ---> 33adbc62fea2 [2021-01-28T01:09:08.769Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-28T01:09:08.805Z] Updating certificates in /etc/ssl/certs... [2021-01-28T01:09:09.375Z] 22 added, 17 removed; done. [2021-01-28T01:09:09.635Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-28T01:09:09.635Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-28T01:09:09.635Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-28T01:09:09.635Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-28T01:09:09.635Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-28T01:09:09.895Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:09.895Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-28T01:09:09.895Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:09.895Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:09.895Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:09.895Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:09.895Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:09.895Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-28T01:09:10.157Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-28T01:09:10.157Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-28T01:09:10.157Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-28T01:09:10.157Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-28T01:09:10.157Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:10.157Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-28T01:09:10.157Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-28T01:09:10.201Z] ---> b2a92538aaa7 [2021-01-28T01:09:10.201Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-28T01:09:10.417Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-28T01:09:10.417Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-28T01:09:10.417Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T01:09:10.417Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-28T01:09:10.417Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-28T01:09:10.678Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-28T01:09:10.678Z] Updating certificates in /etc/ssl/certs... [2021-01-28T01:09:10.799Z] ---> 79bec88b68e8 [2021-01-28T01:09:10.800Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-28T01:09:11.248Z] 0 added, 0 removed; done. [2021-01-28T01:09:11.248Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-28T01:09:11.248Z] done. [2021-01-28T01:09:11.509Z] Reading package lists... [2021-01-28T01:09:11.769Z] Building dependency tree... [2021-01-28T01:09:11.769Z] Reading state information... [2021-01-28T01:09:12.031Z] The following NEW packages will be installed: [2021-01-28T01:09:12.031Z] apt-transport-https [2021-01-28T01:09:12.031Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T01:09:12.031Z] Need to get 1696 B of archives. [2021-01-28T01:09:12.031Z] After this operation, 153 kB of additional disk space will be used. [2021-01-28T01:09:12.031Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-28T01:09:12.241Z] ---> 95e02060ae25 [2021-01-28T01:09:12.241Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-28T01:09:12.241Z] ---> Running in 01aa7f4a8717 [2021-01-28T01:09:12.291Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:09:12.291Z] Fetched 1696 B in 0s (9624 B/s) [2021-01-28T01:09:12.291Z] Selecting previously unselected package apt-transport-https. [2021-01-28T01:09:12.291Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-28T01:09:12.291Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-28T01:09:12.291Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T01:09:12.291Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-28T01:09:12.550Z] Waiting for network to be ready... [2021-01-28T01:09:13.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:13.677Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:14.275Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-28T01:09:14.275Z] (2/33) Installing expat (2.2.9-r1) [2021-01-28T01:09:14.275Z] (3/33) Installing libffi (3.3-r2) [2021-01-28T01:09:14.275Z] (4/33) Installing gdbm (1.13-r1) [2021-01-28T01:09:14.275Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-28T01:09:14.275Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-28T01:09:14.275Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-28T01:09:16.254Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-28T01:09:16.254Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-28T01:09:16.254Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-28T01:09:16.254Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-28T01:09:16.254Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-28T01:09:16.254Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-28T01:09:16.254Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-28T01:09:16.254Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-28T01:09:16.254Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-28T01:09:16.254Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-28T01:09:16.254Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-28T01:09:16.528Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-28T01:09:16.528Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-28T01:09:16.528Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-28T01:09:16.528Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-28T01:09:16.528Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-28T01:09:16.528Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-28T01:09:16.528Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-28T01:09:16.528Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-28T01:09:16.528Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-28T01:09:16.804Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-28T01:09:16.804Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-28T01:09:16.804Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-28T01:09:16.804Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-28T01:09:16.804Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-28T01:09:16.804Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-28T01:09:16.804Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:09:17.080Z] OK: 71 MiB in 55 packages [2021-01-28T01:09:17.841Z] 2021-01-28T01:09:16Z INFO Waiting for automatic snapd restart... [2021-01-28T01:09:17.841Z] snapd 2.48.2 from Canonical* installed [2021-01-28T01:09:18.782Z] "snapd" switched to the "latest/stable" channel [2021-01-28T01:09:18.782Z] [2021-01-28T01:09:21.326Z] core18 20201210 from Canonical* installed [2021-01-28T01:09:21.587Z] "core18" switched to the "latest/stable" channel [2021-01-28T01:09:21.587Z] [2021-01-28T01:09:24.884Z] snapcraft 4.4.4 from Canonical* installed [2021-01-28T01:09:24.884Z] "snapcraft" switched to the "latest/stable" channel [2021-01-28T01:09:24.884Z] [2021-01-28T01:09:27.230Z] Removing intermediate container 01aa7f4a8717 [2021-01-28T01:09:27.230Z] ---> 64d77b5e1cc2 [2021-01-28T01:09:27.230Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-28T01:09:28.188Z] 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-28T01:09:28.188Z] - README.md [2021-01-28T01:09:28.188Z] - snapcraft.yaml.orig [2021-01-28T01:09:28.188Z] [2021-01-28T01:09:28.188Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-28T01:09:28.224Z] ---> Running in bcd3ee1d3781 [2021-01-28T01:09:33.625Z] Collecting docker-compose==1.23.2 [2021-01-28T01:09:33.625Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-28T01:09:34.603Z] Collecting cached-property<2,>=1.2.0 [2021-01-28T01:09:34.603Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-28T01:09:34.778Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T01:09:34.877Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-28T01:09:34.877Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-28T01:09:35.038Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T01:09:35.038Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T01:09:35.038Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T01:09:36.245Z] Reading package lists... [2021-01-28T01:09:36.506Z] 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-28T01:09:37.511Z] Collecting docker<4.0,>=3.6.0 [2021-01-28T01:09:37.511Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-28T01:09:38.949Z] Collecting PyYAML<4,>=3.10 [2021-01-28T01:09:38.949Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-28T01:09:42.347Z] Collecting jsonschema<3,>=2.5.1 [2021-01-28T01:09:42.347Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-28T01:09:43.100Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T01:09:43.100Z] Reading package lists... [2021-01-28T01:09:43.100Z] Building dependency tree... [2021-01-28T01:09:43.100Z] Reading state information... [2021-01-28T01:09:43.100Z] Suggested packages: [2021-01-28T01:09:43.100Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-28T01:09:43.100Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-28T01:09:43.100Z] Recommended packages: [2021-01-28T01:09:43.100Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-28T01:09:43.100Z] The following NEW packages will be installed: [2021-01-28T01:09:43.100Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-28T01:09:43.100Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-28T01:09:43.100Z] pkg-config zip [2021-01-28T01:09:43.100Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-28T01:09:43.100Z] Need to get 7655 kB of archives. [2021-01-28T01:09:43.100Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-28T01:09:43.100Z] 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-28T01:09:43.100Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-28T01:09:43.100Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-28T01:09:43.100Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-28T01:09:43.100Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-28T01:09:43.330Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-28T01:09:43.330Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-28T01:09:43.370Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-28T01:09:43.371Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-28T01:09:43.371Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-28T01:09:43.603Z] Collecting texttable<0.10,>=0.9.0 [2021-01-28T01:09:43.603Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-28T01:09:43.632Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-28T01:09:43.632Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-28T01:09:43.632Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-28T01:09:43.632Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-28T01:09:43.632Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-28T01:09:43.893Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-28T01:09:43.893Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-28T01:09:43.893Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-28T01:09:43.893Z] Fetched 7655 kB in 1s (9632 kB/s) [2021-01-28T01:09:43.893Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-28T01:09:43.893Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-28T01:09:43.893Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-28T01:09:44.152Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T01:09:44.152Z] Selecting previously unselected package libpsl5:amd64. [2021-01-28T01:09:44.152Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-28T01:09:44.152Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T01:09:44.413Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-28T01:09:44.413Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-28T01:09:44.413Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T01:09:44.413Z] Selecting previously unselected package librtmp1:amd64. [2021-01-28T01:09:44.413Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-28T01:09:44.413Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T01:09:44.413Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-28T01:09:44.413Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-28T01:09:44.413Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T01:09:44.674Z] Selecting previously unselected package liberror-perl. [2021-01-28T01:09:44.674Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-28T01:09:44.674Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-28T01:09:44.674Z] Selecting previously unselected package git-man. [2021-01-28T01:09:44.674Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-28T01:09:44.674Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T01:09:44.945Z] Selecting previously unselected package git. [2021-01-28T01:09:44.945Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-28T01:09:44.945Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T01:09:45.517Z] Selecting previously unselected package libnorm1:amd64. [2021-01-28T01:09:45.517Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-28T01:09:45.517Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T01:09:45.589Z] 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-28T01:09:45.777Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-28T01:09:45.777Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-28T01:09:45.777Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T01:09:45.777Z] Selecting previously unselected package libsodium23:amd64. [2021-01-28T01:09:45.777Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-28T01:09:45.777Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-28T01:09:45.865Z] Collecting docopt<0.7,>=0.6.1 [2021-01-28T01:09:45.865Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-28T01:09:46.038Z] Selecting previously unselected package libzmq5:amd64. [2021-01-28T01:09:46.038Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T01:09:46.038Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T01:09:46.038Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-28T01:09:46.038Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-28T01:09:46.038Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T01:09:46.298Z] Selecting previously unselected package pkg-config. [2021-01-28T01:09:46.298Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-28T01:09:46.298Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T01:09:46.298Z] Selecting previously unselected package zip. [2021-01-28T01:09:46.298Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-28T01:09:46.298Z] Unpacking zip (3.0-11build1) ... [2021-01-28T01:09:46.298Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-28T01:09:46.298Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-28T01:09:46.298Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-28T01:09:46.559Z] Setting up liberror-perl (0.17025-1) ... [2021-01-28T01:09:46.559Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-28T01:09:46.559Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-28T01:09:46.559Z] No schema files found: doing nothing. [2021-01-28T01:09:46.559Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-28T01:09:46.559Z] Setting up zip (3.0-11build1) ... [2021-01-28T01:09:46.559Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-28T01:09:46.559Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-28T01:09:46.559Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-28T01:09:46.820Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T01:09:46.820Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-28T01:09:46.820Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-28T01:09:46.820Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-28T01:09:46.820Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-28T01:09:47.843Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:09:47.843Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:09:47.843Z] ---> 1c0e5cc7323b [2021-01-28T01:09:47.843Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:09:47.843Z] ---> Using cache [2021-01-28T01:09:47.843Z] ---> 4eb03ed406a5 [2021-01-28T01:09:47.843Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:09:47.843Z] ---> Using cache [2021-01-28T01:09:47.843Z] ---> 621ded03ad7e [2021-01-28T01:09:47.843Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-28T01:09:48.833Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:09:48.833Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:09:48.833Z] ---> 1c0e5cc7323b [2021-01-28T01:09:48.833Z] Step 3/34 : WORKDIR /edgex-go [2021-01-28T01:09:48.833Z] ---> Using cache [2021-01-28T01:09:48.833Z] ---> 4eb03ed406a5 [2021-01-28T01:09:48.833Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:09:48.833Z] ---> Using cache [2021-01-28T01:09:48.833Z] ---> 621ded03ad7e [2021-01-28T01:09:48.833Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-28T01:09:48.833Z] ---> Using cache [2021-01-28T01:09:48.833Z] ---> c05e85601c4d [2021-01-28T01:09:48.833Z] Step 6/34 : COPY go.mod . [2021-01-28T01:09:48.833Z] ---> Using cache [2021-01-28T01:09:48.833Z] ---> 28cf1ca1620e [2021-01-28T01:09:48.833Z] Step 7/34 : RUN go mod download [2021-01-28T01:09:48.833Z] ---> Using cache [2021-01-28T01:09:48.833Z] ---> 7b3181e2d691 [2021-01-28T01:09:48.833Z] Step 8/34 : COPY . . [2021-01-28T01:09:48.833Z] ---> Using cache [2021-01-28T01:09:48.833Z] ---> 0c2611a024d9 [2021-01-28T01:09:48.833Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-28T01:09:49.836Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-28T01:09:49.836Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-28T01:09:49.836Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:09:49.836Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:09:49.836Z] ---> 1c0e5cc7323b [2021-01-28T01:09:49.836Z] Step 3/23 : WORKDIR /edgex-go [2021-01-28T01:09:49.836Z] ---> Using cache [2021-01-28T01:09:49.836Z] ---> 4eb03ed406a5 [2021-01-28T01:09:49.836Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:09:49.836Z] ---> Using cache [2021-01-28T01:09:49.836Z] ---> 621ded03ad7e [2021-01-28T01:09:49.836Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-28T01:09:49.836Z] ---> Using cache [2021-01-28T01:09:49.836Z] ---> c05e85601c4d [2021-01-28T01:09:49.836Z] Step 6/23 : COPY go.mod . [2021-01-28T01:09:49.836Z] ---> Using cache [2021-01-28T01:09:49.836Z] ---> 28cf1ca1620e [2021-01-28T01:09:49.836Z] Step 7/23 : RUN go mod download [2021-01-28T01:09:49.836Z] ---> Using cache [2021-01-28T01:09:49.836Z] ---> 7b3181e2d691 [2021-01-28T01:09:49.836Z] Step 8/23 : COPY . . [2021-01-28T01:09:49.836Z] ---> Using cache [2021-01-28T01:09:49.836Z] ---> 0c2611a024d9 [2021-01-28T01:09:49.836Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-28T01:09:51.310Z] Collecting docker-pycreds>=0.4.0 [2021-01-28T01:09:51.310Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-28T01:09:51.912Z] 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-28T01:09:51.912Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-28T01:09:51.912Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-28T01:09:51.912Z] ---> 1c0e5cc7323b [2021-01-28T01:09:51.912Z] Step 3/21 : WORKDIR /edgex-go [2021-01-28T01:09:51.912Z] ---> Using cache [2021-01-28T01:09:51.912Z] ---> 4eb03ed406a5 [2021-01-28T01:09:51.912Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:09:51.912Z] ---> Using cache [2021-01-28T01:09:51.912Z] ---> 621ded03ad7e [2021-01-28T01:09:51.912Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-28T01:09:51.912Z] ---> Using cache [2021-01-28T01:09:51.912Z] ---> c05e85601c4d [2021-01-28T01:09:51.912Z] Step 6/21 : COPY go.mod . [2021-01-28T01:09:51.912Z] ---> Using cache [2021-01-28T01:09:51.912Z] ---> 28cf1ca1620e [2021-01-28T01:09:51.912Z] Step 7/21 : RUN go mod download [2021-01-28T01:09:51.912Z] ---> Using cache [2021-01-28T01:09:51.912Z] ---> 7b3181e2d691 [2021-01-28T01:09:51.912Z] Step 8/21 : COPY . . [2021-01-28T01:09:51.912Z] ---> Using cache [2021-01-28T01:09:51.912Z] ---> 0c2611a024d9 [2021-01-28T01:09:51.912Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-28T01:09:52.508Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-28T01:09:52.508Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-28T01:09:52.508Z] ---> Running in ea1d0cc039da [2021-01-28T01:09:52.508Z] ---> Running in 4cfdaec8b435 [2021-01-28T01:09:52.508Z] ---> Running in 7b4a3ef5c757 [2021-01-28T01:09:52.779Z] ---> Running in a37352631947 [2021-01-28T01:09:53.050Z] Collecting idna<2.8,>=2.5 [2021-01-28T01:09:53.051Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-28T01:09:53.326Z] 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-28T01:09:53.326Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-28T01:09:53.326Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-28T01:09:53.326Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-28T01:09:53.326Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-28T01:09:53.326Z] Removing intermediate container 7b4a3ef5c757 [2021-01-28T01:09:53.326Z] ---> 34fd8f026066 [2021-01-28T01:09:53.326Z] 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-28T01:09:53.415Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T01:09:53.415Z] git set to automatically installed. [2021-01-28T01:09:53.415Z] git-man set to automatically installed. [2021-01-28T01:09:53.415Z] libcurl3-gnutls set to automatically installed. [2021-01-28T01:09:53.415Z] liberror-perl set to automatically installed. [2021-01-28T01:09:53.415Z] libglib2.0-0 set to automatically installed. [2021-01-28T01:09:53.415Z] libnghttp2-14 set to automatically installed. [2021-01-28T01:09:53.415Z] libnorm1 set to automatically installed. [2021-01-28T01:09:53.415Z] libpgm-5.2-0 set to automatically installed. [2021-01-28T01:09:53.415Z] libpsl5 set to automatically installed. [2021-01-28T01:09:53.415Z] librtmp1 set to automatically installed. [2021-01-28T01:09:53.415Z] libsodium23 set to automatically installed. [2021-01-28T01:09:53.415Z] libzmq3-dev set to automatically installed. [2021-01-28T01:09:53.415Z] libzmq5 set to automatically installed. [2021-01-28T01:09:53.415Z] pkg-config set to automatically installed. [2021-01-28T01:09:53.415Z] zip set to automatically installed. [2021-01-28T01:09:53.598Z] ---> Running in 69a9a80e38c4 [2021-01-28T01:09:54.581Z] Installing collected packages: cached-property, dockerpty, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, texttable, docopt, docker-compose [2021-01-28T01:09:54.581Z] 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-28T01:09:54.581Z] Running setup.py install for dockerpty: started [2021-01-28T01:09:54.856Z] 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-28T01:09:54.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:55.129Z] 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-28T01:09:55.329Z] snapd is not logged in, snap install commands will use sudo [2021-01-28T01:09:55.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:09:56.720Z] OK: 217 MiB in 51 packages [2021-01-28T01:09:57.342Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-28T01:09:57.342Z] Attempting uninstall: urllib3 [2021-01-28T01:09:57.342Z] Found existing installation: urllib3 1.25.9 [2021-01-28T01:09:57.620Z] Uninstalling urllib3-1.25.9: [2021-01-28T01:09:57.895Z] Successfully uninstalled urllib3-1.25.9 [2021-01-28T01:09:58.174Z] Removing intermediate container ea1d0cc039da [2021-01-28T01:09:58.174Z] ---> c0ee750c599f [2021-01-28T01:09:58.174Z] Step 6/23 : COPY go.mod . [2021-01-28T01:09:58.779Z] Attempting uninstall: idna [2021-01-28T01:09:58.779Z] Found existing installation: idna 2.9 [2021-01-28T01:09:58.779Z] Uninstalling idna-2.9: [2021-01-28T01:09:59.058Z] Successfully uninstalled idna-2.9 [2021-01-28T01:09:59.338Z] ---> 6df79b923ff2 [2021-01-28T01:09:59.338Z] Step 7/23 : RUN go mod download [2021-01-28T01:09:59.338Z] ---> Running in a00fa75117ec [2021-01-28T01:10:00.334Z] Attempting uninstall: requests [2021-01-28T01:10:00.334Z] Found existing installation: requests 2.23.0 [2021-01-28T01:10:00.334Z] Uninstalling requests-2.23.0: [2021-01-28T01:10:00.334Z] Successfully uninstalled requests-2.23.0 [2021-01-28T01:10:01.913Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-28T01:10:01.913Z] snap "core18" has no updates available [2021-01-28T01:10:02.853Z] Pulling config-common [2021-01-28T01:10:02.973Z] Running setup.py install for PyYAML: started [2021-01-28T01:10:03.581Z] Removing intermediate container a00fa75117ec [2021-01-28T01:10:03.581Z] ---> a346b06a6cd5 [2021-01-28T01:10:03.581Z] Step 8/23 : COPY . . [2021-01-28T01:10:03.793Z] Pulling go-build-helper [2021-01-28T01:10:06.237Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-28T01:10:06.837Z] Running setup.py install for texttable: started [2021-01-28T01:10:09.469Z] Running setup.py install for texttable: finished with status 'done' [2021-01-28T01:10:09.469Z] Running setup.py install for docopt: started [2021-01-28T01:10:12.900Z] Running setup.py install for docopt: finished with status 'done' [2021-01-28T01:10:14.338Z] 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-28T01:10:22.630Z] ---> aa176f0cbb8a [2021-01-28T01:10:22.630Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-28T01:10:22.910Z] ---> Running in 972791ecf4ac [2021-01-28T01:10:24.907Z] Removing intermediate container bcd3ee1d3781 [2021-01-28T01:10:24.907Z] ---> 38fbd12b3116 [2021-01-28T01:10:24.907Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-28T01:10:24.907Z] ---> Running in 8d20ed1470fc [2021-01-28T01:10:25.188Z] 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-28T01:10:25.764Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-28T01:10:25.764Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-28T01:10:25.764Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-28T01:10:25.764Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] [2021-01-28T01:10:25.765Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-28T01:10:25.765Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-28T01:10:25.765Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-28T01:10:25.765Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-28T01:10:25.765Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-28T01:10:25.765Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-28T01:10:25.765Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-28T01:10:25.765Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-28T01:10:25.765Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-28T01:10:25.765Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-28T01:10:25.765Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] [2021-01-28T01:10:25.765Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] [2021-01-28T01:10:25.765Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-28T01:10:25.765Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-28T01:10:25.765Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-28T01:10:25.765Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] [2021-01-28T01:10:25.765Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] [2021-01-28T01:10:25.765Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-28T01:10:25.765Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-28T01:10:25.765Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] [2021-01-28T01:10:25.765Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] [2021-01-28T01:10:25.765Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] [2021-01-28T01:10:25.765Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-28T01:10:25.765Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-28T01:10:25.765Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-28T01:10:25.765Z] Fetched 279 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-28T01:10:25.765Z] Fetched 122 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-28T01:10:25.765Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-28T01:10:25.765Z] Fetched 8848 B in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-28T01:10:25.765Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-28T01:10:25.765Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-28T01:10:25.765Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-28T01:10:25.765Z] Fetched 214 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-28T01:10:25.765Z] Fetched 155 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-28T01:10:25.765Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-28T01:10:25.765Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-28T01:10:25.765Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-28T01:10:25.765Z] Fetched 499 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-28T01:10:25.765Z] Fetched 111 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-28T01:10:25.765Z] Fetched 240 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-28T01:10:25.765Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-28T01:10:25.765Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-28T01:10:25.765Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-28T01:10:25.765Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-28T01:10:25.765Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-28T01:10:25.765Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-28T01:10:25.765Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-28T01:10:25.765Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-28T01:10:25.765Z] Fetched 8720 B in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-28T01:10:25.765Z] Fetched 137 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-28T01:10:25.765Z] Fetched 119 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-28T01:10:25.765Z] Fetched 109 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-28T01:10:25.765Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-28T01:10:25.765Z] Fetched 645 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-28T01:10:25.765Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-28T01:10:25.765Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-28T01:10:25.765Z] Fetched 368 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-28T01:10:25.765Z] Fetched 187 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-28T01:10:25.765Z] Fetched 175 kB in 0s (0 B/s) [2021-01-28T01:10:25.765Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-28T01:10:27.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:10:27.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:10:27.777Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:10:27.777Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-28T01:10:27.777Z] (3/3) Installing curl (7.69.1-r3) [2021-01-28T01:10:27.777Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:10:27.777Z] OK: 71 MiB in 58 packages [2021-01-28T01:10:28.311Z] Fetched 206 kB in 0s (0 B/s) [2021-01-28T01:10:28.311Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-28T01:10:28.311Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-28T01:10:28.311Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-28T01:10:28.311Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-28T01:10:28.311Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-28T01:10:28.311Z] Fetched 159 kB in 0s (0 B/s) [2021-01-28T01:10:28.311Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-28T01:10:28.311Z] Fetched 107 kB in 0s (0 B/s) [2021-01-28T01:10:28.311Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-28T01:10:28.311Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-28T01:10:28.311Z] Pulling static-packages [2021-01-28T01:10:28.882Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-28T01:10:28.882Z] Skipping pull go-build-helper (already ran) [2021-01-28T01:10:28.882Z] Skipping pull static-packages (already ran) [2021-01-28T01:10:28.882Z] Building go-build-helper [2021-01-28T01:10:29.758Z] Removing intermediate container 8d20ed1470fc [2021-01-28T01:10:29.758Z] ---> 9b6f6e353e3d [2021-01-28T01:10:29.758Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-28T01:10:30.028Z] ---> Running in d30d220e72a0 [2021-01-28T01:10:30.632Z] Removing intermediate container d30d220e72a0 [2021-01-28T01:10:30.632Z] ---> d58d0a43ea6a [2021-01-28T01:10:30.632Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:10:30.905Z] ---> Running in f5b548b493d7 [2021-01-28T01:10:31.508Z] Removing intermediate container f5b548b493d7 [2021-01-28T01:10:31.508Z] ---> c293b1bdbb22 [2021-01-28T01:10:31.508Z] Step 24/26 : LABEL arch=arm64 [2021-01-28T01:10:31.779Z] ---> Running in 4261f569305a [2021-01-28T01:10:32.372Z] Removing intermediate container 4261f569305a [2021-01-28T01:10:32.372Z] ---> 8e2e36b4257d [2021-01-28T01:10:32.372Z] Step 25/26 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:10:32.641Z] ---> Running in a32cc7c36e6e [2021-01-28T01:10:33.084Z] Building static-packages [2021-01-28T01:10:33.623Z] Removing intermediate container a32cc7c36e6e [2021-01-28T01:10:33.623Z] ---> 892e40ba0202 [2021-01-28T01:10:33.623Z] Step 26/26 : LABEL version=0.0.0 [2021-01-28T01:10:33.623Z] ---> Running in 78869febc181 [2021-01-28T01:10:34.221Z] Removing intermediate container 78869febc181 [2021-01-28T01:10:34.221Z] ---> 279b5807aea3 [2021-01-28T01:10:34.221Z] [2021-01-28T01:10:34.818Z] Successfully built 279b5807aea3 [2021-01-28T01:10:34.818Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-28T01:10:34.999Z] Staging go-build-helper [2021-01-28T01:10:35.944Z] Staging static-packages [2021-01-28T01:10:36.886Z] Pulling go115 [2021-01-28T01:10:37.826Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-28T01:10:37.826Z] Skipping pull go115 (already ran) [2021-01-28T01:10:37.826Z] Building go115 [2021-01-28T01:10:37.826Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-28T01:10:37.826Z] Dload Upload Total Spent Left Speed [2021-01-28T01:10:41.266Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 115M 10 12.1M 0 0 22.2M 0 0:00:05 --:--:-- 0:00:05 22.1M 46 115M 46 53.2M 0 0 34.4M 0 0:00:03 0:00:01 0:00:02 34.4M 77 115M 77 89.1M 0 0 34.9M 0 0:00:03 0:00:02 0:00:01 34.9M 100 115M 100 115M 0 0 36.2M 0 0:00:03 0:00:03 --:--:-- 36.2M [2021-01-28T01:10:41.526Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-28T01:10:45.784Z] Staging go115 [2021-01-28T01:10:51.082Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-28T01:10:51.082Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-28T01:10:51.082Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-28T01:10:51.082Z] Fetched 0 B in 0s (0 B/s) [2021-01-28T01:10:51.082Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-28T01:10:51.082Z] Fetched 224 kB in 0s (0 B/s) [2021-01-28T01:10:51.082Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-28T01:10:51.082Z] Fetched 157 kB in 0s (0 B/s) [2021-01-28T01:10:51.082Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-28T01:10:51.082Z] Fetched 221 kB in 0s (0 B/s) [2021-01-28T01:10:51.082Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-28T01:10:51.082Z] Fetched 143 kB in 0s (0 B/s) [2021-01-28T01:10:51.082Z] Pulling edgex-go [2021-01-28T01:10:52.467Z] Pulling version [2021-01-28T01:10:53.411Z] Building config-common [2021-01-28T01:10:55.328Z] Skipping build go-build-helper (already ran) [2021-01-28T01:10:55.328Z] Skipping build static-packages (already ran) [2021-01-28T01:10:55.328Z] Skipping build go115 (already ran) [2021-01-28T01:10:55.588Z] Building edgex-go [2021-01-28T01:10:55.849Z] 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-28T01:10:57.800Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-28T01:10:57.800Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-28T01:10:57.800Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-28T01:10:57.800Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-28T01:10:57.800Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-28T01:10:57.800Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-28T01:10:57.800Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-28T01:10:57.800Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-28T01:10:57.800Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-28T01:10:57.800Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-28T01:10:57.800Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-28T01:10:57.800Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-28T01:10:57.800Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-28T01:10:57.800Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-28T01:10:57.800Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-28T01:10:57.800Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-28T01:10:57.800Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-28T01:10:57.800Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-28T01:10:57.800Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-28T01:10:57.800Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-28T01:10:57.800Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-28T01:10:57.800Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-28T01:10:57.800Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-28T01:10:57.800Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-28T01:10:57.800Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-28T01:10:57.800Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-28T01:10:57.800Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-28T01:10:57.800Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-28T01:10:57.800Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-28T01:10:57.800Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-28T01:10:57.800Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-28T01:10:57.800Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-28T01:10:57.800Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-28T01:10:57.800Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-28T01:10:57.800Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-28T01:10:58.068Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-28T01:10:58.068Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-28T01:10:58.068Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-28T01:10:58.068Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-28T01:10:58.068Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-28T01:11:04.647Z] 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-28T01:11:07.185Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-28T01:11:07.785Z] 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-28T01:11:09.932Z] 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-28T01:11:10.501Z] 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-28T01:11:11.884Z] 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-28T01:11:12.145Z] 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-28T01:11:12.145Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-28T01:11:12.405Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-28T01:11:12.405Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-28T01:11:12.405Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-28T01:11:14.314Z] 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-28T01:11:14.314Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-28T01:11:14.314Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-28T01:11:15.258Z] 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-28T01:11:16.199Z] 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-28T01:11:16.459Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-28T01:11:17.874Z] 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-28T01:11:18.820Z] 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-28T01:11:19.764Z] 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-28T01:11:19.764Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-28T01:11:20.706Z] 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-28T01:11:20.706Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-28T01:11:22.895Z] Removing intermediate container 4cfdaec8b435 [2021-01-28T01:11:22.895Z] ---> 97c8a6065941 [2021-01-28T01:11:22.895Z] [2021-01-28T01:11:22.895Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:11:22.895Z] ---> afeebe901d6b [2021-01-28T01:11:22.895Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-28T01:11:22.895Z] ---> Using cache [2021-01-28T01:11:22.895Z] ---> 36ed4d5edc6a [2021-01-28T01:11:22.895Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-28T01:11:22.895Z] ---> Using cache [2021-01-28T01:11:22.895Z] ---> ab42648e4875 [2021-01-28T01:11:22.895Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-28T01:11:22.895Z] Removing intermediate container a37352631947 [2021-01-28T01:11:22.895Z] ---> 80189c0b850a [2021-01-28T01:11:22.895Z] [2021-01-28T01:11:22.895Z] Step 10/21 : FROM alpine:3.12 [2021-01-28T01:11:22.895Z] ---> afeebe901d6b [2021-01-28T01:11:22.895Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-28T01:11:22.895Z] ---> Running in a9cf41d61d4a [2021-01-28T01:11:22.895Z] ---> Running in 0c822891410e [2021-01-28T01:11:22.895Z] Removing intermediate container a9cf41d61d4a [2021-01-28T01:11:22.895Z] ---> d529e4115446 [2021-01-28T01:11:22.895Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-28T01:11:22.895Z] ---> Running in c3bf8100820e [2021-01-28T01:11:22.895Z] Removing intermediate container c3bf8100820e [2021-01-28T01:11:22.895Z] ---> 512e8b6e6d92 [2021-01-28T01:11:22.895Z] Step 15/23 : WORKDIR / [2021-01-28T01:11:22.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:11:23.170Z] ---> Running in 784fa00d681b [2021-01-28T01:11:23.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:11:23.727Z] + mkdir -p /tmp/build/dist/linux [2021-01-28T01:11:23.727Z] + cd /tmp/build/dist/linux [2021-01-28T01:11:23.727Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-28T01:11:23.727Z] Cloning into '.'... [2021-01-28T01:11:24.008Z] Removing intermediate container 784fa00d681b [2021-01-28T01:11:24.008Z] ---> 175962a1673e [2021-01-28T01:11:24.008Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:11:24.009Z] Building version [2021-01-28T01:11:24.289Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-28T01:11:24.289Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-28T01:11:24.289Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-28T01:11:24.289Z] (4/4) Installing curl (7.69.1-r3) [2021-01-28T01:11:24.289Z] + go get github.com/robfig/glock [2021-01-28T01:11:24.574Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:11:24.574Z] Executing ca-certificates-20191127-r4.trigger [2021-01-28T01:11:24.574Z] # cd .; git clone -- https://github.com/robfig/glock /go/src/github.com/robfig/glock [2021-01-28T01:11:24.574Z] Cloning into '/go/src/github.com/robfig/glock'... [2021-01-28T01:11:24.574Z] remote: Not Found [2021-01-28T01:11:24.574Z] fatal: repository 'https://github.com/robfig/glock/' not found [2021-01-28T01:11:24.574Z] package github.com/robfig/glock: exit status 128 [2021-01-28T01:11:24.574Z] /bin/sh: arch: parameter not set [2021-01-28T01:11:24.857Z] OK: 7 MiB in 18 packages [2021-01-28T01:11:25.460Z] ---> f66f3af6bee7 [2021-01-28T01:11:25.460Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-28T01:11:25.945Z] Staging config-common [2021-01-28T01:11:26.891Z] Skipping stage go-build-helper (already ran) [2021-01-28T01:11:26.891Z] Skipping stage static-packages (already ran) [2021-01-28T01:11:26.891Z] Skipping stage go115 (already ran) [2021-01-28T01:11:26.891Z] Staging edgex-go [2021-01-28T01:11:28.068Z] Staging version [2021-01-28T01:11:28.098Z] ---> 02179318c35d [2021-01-28T01:11:28.098Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-28T01:11:28.098Z] Removing intermediate container 0c822891410e [2021-01-28T01:11:28.098Z] ---> 8c9db76db78c [2021-01-28T01:11:28.098Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-28T01:11:28.374Z] ---> Running in c537d601acdd [2021-01-28T01:11:28.972Z] Removing intermediate container c537d601acdd [2021-01-28T01:11:28.972Z] ---> 7d2eb13e460a [2021-01-28T01:11:28.972Z] Step 13/21 : WORKDIR /edgex [2021-01-28T01:11:29.011Z] Priming config-common [2021-01-28T01:11:29.249Z] ---> Running in d67d201caa41 [2021-01-28T01:11:29.249Z] ---> ad762ee17fb2 [2021-01-28T01:11:29.249Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-28T01:11:29.529Z] ---> Running in 926fc60d176e [2021-01-28T01:11:29.804Z] Removing intermediate container d67d201caa41 [2021-01-28T01:11:29.804Z] ---> 560c2a661311 [2021-01-28T01:11:29.804Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-28T01:11:29.956Z] Priming go-build-helper [2021-01-28T01:11:30.406Z] Removing intermediate container 926fc60d176e [2021-01-28T01:11:30.406Z] ---> 80411a5f264a [2021-01-28T01:11:30.406Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:11:30.683Z] ---> Running in fbfd929e0ab2 [2021-01-28T01:11:30.899Z] Priming static-packages [2021-01-28T01:11:31.284Z] ---> 8ec0b4d16819 [2021-01-28T01:11:31.284Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-28T01:11:31.560Z] Removing intermediate container fbfd929e0ab2 [2021-01-28T01:11:31.560Z] ---> 89b16f9c0bc7 [2021-01-28T01:11:31.560Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T01:11:31.836Z] ---> Running in 4e4ff84f2dcc [2021-01-28T01:11:32.823Z] Removing intermediate container 4e4ff84f2dcc [2021-01-28T01:11:32.823Z] ---> 06226e0629a0 [2021-01-28T01:11:32.823Z] Step 22/23 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:11:33.100Z] ---> Running in f30bec6f082a [2021-01-28T01:11:33.100Z] ---> 16d71e5941e7 [2021-01-28T01:11:33.100Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-28T01:11:33.445Z] Priming go115 [2021-01-28T01:11:33.703Z] Removing intermediate container f30bec6f082a [2021-01-28T01:11:33.703Z] ---> 28f5ccfd129e [2021-01-28T01:11:33.703Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:11:33.980Z] ---> Running in e2eb3dbe60c3 [2021-01-28T01:11:34.386Z] Priming edgex-go [2021-01-28T01:11:34.966Z] Removing intermediate container e2eb3dbe60c3 [2021-01-28T01:11:34.966Z] ---> 975b449bc719 [2021-01-28T01:11:34.966Z] [2021-01-28T01:11:34.966Z] ---> dc2266f1b647 [2021-01-28T01:11:34.966Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-28T01:11:35.240Z] Successfully built 975b449bc719 [2021-01-28T01:11:35.240Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-28T01:11:35.240Z]  Building docker-core-command-go ... done  ---> Running in e6923a767a8c [2021-01-28T01:11:35.787Z] Priming version [2021-01-28T01:11:35.839Z] Removing intermediate container e6923a767a8c [2021-01-28T01:11:35.839Z] ---> 2ca4eade2e90 [2021-01-28T01:11:35.839Z] Step 18/21 : CMD ["--init=true"] [2021-01-28T01:11:35.839Z] ---> Running in 1dc4b25b0fc0 [2021-01-28T01:11:36.436Z] Removing intermediate container 1dc4b25b0fc0 [2021-01-28T01:11:36.436Z] ---> f45f933101a5 [2021-01-28T01:11:36.436Z] Step 19/21 : LABEL arch=arm64 [2021-01-28T01:11:36.436Z] ---> Running in 31d58b9791f2 [2021-01-28T01:11:36.826Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-28T01:11:37.037Z] Removing intermediate container 31d58b9791f2 [2021-01-28T01:11:37.037Z] ---> ff32fc703ee9 [2021-01-28T01:11:37.037Z] Step 20/21 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:11:37.309Z] ---> Running in d2a61d2ad472 [2021-01-28T01:11:37.582Z] Removing intermediate container d2a61d2ad472 [2021-01-28T01:11:37.582Z] ---> 2ed922bef595 [2021-01-28T01:11:37.582Z] Step 21/21 : LABEL version=0.0.0 [2021-01-28T01:11:37.862Z] ---> Running in 3c3557a286f4 [2021-01-28T01:11:38.134Z] Removing intermediate container 3c3557a286f4 [2021-01-28T01:11:38.134Z] ---> 3122db1b0711 [2021-01-28T01:11:38.134Z] [Pipeline] } [2021-01-28T01:11:38.731Z] Successfully built 3122db1b0711 [2021-01-28T01:11:38.732Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T01:11:48.865Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 972791ecf4ac [2021-01-28T01:11:48.865Z] ---> 7124b653fe85 [2021-01-28T01:11:48.865Z] [2021-01-28T01:11:48.865Z] Step 10/23 : FROM alpine:3.12 [2021-01-28T01:11:48.865Z] ---> afeebe901d6b [2021-01-28T01:11:48.865Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-28T01:11:48.865Z] ---> Running in 07f276a1a430 [2021-01-28T01:11:48.865Z] Removing intermediate container 07f276a1a430 [2021-01-28T01:11:48.865Z] ---> 9f7f8ecd9c00 [2021-01-28T01:11:48.865Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-28T01:11:48.865Z] ---> Running in 70d12cf6adf8 [2021-01-28T01:11:48.865Z] Removing intermediate container 70d12cf6adf8 [2021-01-28T01:11:48.865Z] ---> e97237c90935 [2021-01-28T01:11:48.865Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-28T01:11:48.865Z] ---> Running in 15bd0c06f77a [2021-01-28T01:11:49.136Z] Removing intermediate container 15bd0c06f77a [2021-01-28T01:11:49.136Z] ---> 0777bfd82d77 [2021-01-28T01:11:49.136Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-28T01:11:49.136Z] ---> Running in 56010555ef73 [2021-01-28T01:11:51.109Z] Removing intermediate container 56010555ef73 [2021-01-28T01:11:51.109Z] ---> 5ae0da0c3a4f [2021-01-28T01:11:51.109Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-28T01:11:51.382Z] ---> Running in 5eb7a1273e6b [2021-01-28T01:11:52.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T01:11:53.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T01:11:53.918Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-28T01:11:53.918Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-28T01:11:54.188Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-28T01:11:54.188Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-28T01:11:54.460Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-28T01:11:54.733Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-28T01:11:55.004Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T01:11:55.004Z] OK: 8 MiB in 20 packages [2021-01-28T01:11:56.439Z] Removing intermediate container 5eb7a1273e6b [2021-01-28T01:11:56.439Z] ---> 5206c8d7611d [2021-01-28T01:11:56.439Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-28T01:11:57.038Z] ---> f19fed9122e6 [2021-01-28T01:11:57.038Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-28T01:11:58.469Z] ---> 998fc31b1906 [2021-01-28T01:11:58.469Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-28T01:11:58.745Z] ---> a2c164237c03 [2021-01-28T01:11:58.745Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-28T01:11:59.016Z] ---> Running in b086edba9b1d [2021-01-28T01:11:59.286Z] Removing intermediate container b086edba9b1d [2021-01-28T01:11:59.286Z] ---> 26cfeae1ebfb [2021-01-28T01:11:59.286Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-28T01:11:59.556Z] ---> Running in cb6a8e98b62a [2021-01-28T01:11:59.827Z] Removing intermediate container cb6a8e98b62a [2021-01-28T01:11:59.827Z] ---> 525cde723f4e [2021-01-28T01:11:59.827Z] Step 21/23 : LABEL arch=arm64 [2021-01-28T01:12:00.098Z] ---> Running in 93d95f11b220 [2021-01-28T01:12:00.369Z] Removing intermediate container 93d95f11b220 [2021-01-28T01:12:00.369Z] ---> 19e97fc5f1c1 [2021-01-28T01:12:00.369Z] Step 22/23 : LABEL git_sha=4d570d5b9e6df29072a4459656d23b23b5c549fe [2021-01-28T01:12:00.641Z] ---> Running in 866934e66395 [2021-01-28T01:12:01.234Z] Removing intermediate container 866934e66395 [2021-01-28T01:12:01.234Z] ---> ca718f66833f [2021-01-28T01:12:01.234Z] Step 23/23 : LABEL version=0.0.0 [2021-01-28T01:12:01.234Z] ---> Running in fff811307d42 [2021-01-28T01:12:01.829Z] Removing intermediate container fff811307d42 [2021-01-28T01:12:01.829Z] ---> aef091600d52 [2021-01-28T01:12:01.829Z] [2021-01-28T01:12:02.102Z] Successfully built aef091600d52 [2021-01-28T01:12:02.102Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-28T01:12:02.102Z]  Building docker-core-data-go ... done  [2021-01-28T01:12:02.102Z] ERROR: for docker-security-bootstrapper-go (, 'The command \'/bin/sh -c 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"\' returned a non-zero code: 2') [2021-01-28T01:12:02.102Z] Service 'docker-security-bootstrapper-go' failed to build: The command '/bin/sh -c 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"' returned a non-zero code: 2 [Pipeline] } [2021-01-28T01:12:02.395Z] $ docker stop --time=1 3e429b3570ee71c159e85328b30081108974ee1a0fde658986ce0ce4799306dd [2021-01-28T01:12:04.323Z] $ docker rm -f 3e429b3570ee71c159e85328b30081108974ee1a0fde658986ce0ce4799306dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-28T01:12:06.047Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [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-28T01:12:08.221Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:12:09.119Z] ---> package-listing.sh [2021-01-28T01:12:09.119Z] ++ facter osfamily [2021-01-28T01:12:09.119Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T01:12:09.119Z] + OS_FAMILY=redhat [2021-01-28T01:12:09.119Z] + workspace=/w/workspace/edgex-go/27 [2021-01-28T01:12:09.119Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T01:12:09.119Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T01:12:09.119Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T01:12:09.119Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T01:12:09.119Z] + '[' /w/workspace/edgex-go/27 ']' [2021-01-28T01:12:09.119Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T01:12:09.119Z] + case "${OS_FAMILY}" in [2021-01-28T01:12:09.119Z] + rpm -qa [2021-01-28T01:12:09.119Z] + sort [2021-01-28T01:12:14.428Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T01:12:14.428Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T01:12:14.428Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T01:12:14.428Z] + '[' /w/workspace/edgex-go/27 ']' [2021-01-28T01:12:14.428Z] + mkdir -p /w/workspace/edgex-go/27/archives/ [2021-01-28T01:12:14.428Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/27/archives/ [Pipeline] echo [2021-01-28T01:12:14.442Z] 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/27/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T01:12:14.738Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:12:15.050Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T01:12:15.050Z] [2021-01-28T01:12:15.050Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T01:12:15.402Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T01:12:15.402Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T01:12:15.402Z] df20fa9351a1: Pulling fs layer [2021-01-28T01:12:15.402Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T01:12:15.402Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T01:12:15.402Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T01:12:15.402Z] 93b61091891f: Pulling fs layer [2021-01-28T01:12:15.402Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T01:12:15.402Z] 5e14af77c1be: Pulling fs layer [2021-01-28T01:12:15.402Z] 01666e4c0597: Pulling fs layer [2021-01-28T01:12:15.402Z] aa168da1d23b: Pulling fs layer [2021-01-28T01:12:15.402Z] 46f8f816bc3b: Waiting [2021-01-28T01:12:15.402Z] 93b61091891f: Waiting [2021-01-28T01:12:15.402Z] 5e14af77c1be: Waiting [2021-01-28T01:12:15.402Z] aa168da1d23b: Waiting [2021-01-28T01:12:15.402Z] 01666e4c0597: Waiting [2021-01-28T01:12:15.402Z] 93b9cdb0e59b: Waiting [2021-01-28T01:12:15.402Z] 36b3adc4ff6f: Download complete [2021-01-28T01:12:15.668Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T01:12:15.668Z] 46f8f816bc3b: Download complete [2021-01-28T01:12:15.668Z] df20fa9351a1: Verifying Checksum [2021-01-28T01:12:15.668Z] df20fa9351a1: Download complete [2021-01-28T01:12:15.668Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T01:12:15.668Z] 93b9cdb0e59b: Download complete [2021-01-28T01:12:15.668Z] 5e14af77c1be: Verifying Checksum [2021-01-28T01:12:15.668Z] 5e14af77c1be: Download complete [2021-01-28T01:12:15.668Z] 93b61091891f: Verifying Checksum [2021-01-28T01:12:15.668Z] 93b61091891f: Download complete [2021-01-28T01:12:15.668Z] 01666e4c0597: Verifying Checksum [2021-01-28T01:12:15.668Z] 01666e4c0597: Download complete [2021-01-28T01:12:15.932Z] df20fa9351a1: Pull complete [2021-01-28T01:12:16.193Z] 36b3adc4ff6f: Pull complete [2021-01-28T01:12:16.461Z] 8ad3a11d3b57: Verifying Checksum [2021-01-28T01:12:16.461Z] 8ad3a11d3b57: Download complete [2021-01-28T01:12:17.048Z] 8ad3a11d3b57: Pull complete [2021-01-28T01:12:17.328Z] 46f8f816bc3b: Pull complete [2021-01-28T01:12:18.329Z] aa168da1d23b: Verifying Checksum [2021-01-28T01:12:18.329Z] aa168da1d23b: Download complete [2021-01-28T01:12:19.276Z] 93b61091891f: Pull complete [2021-01-28T01:12:19.276Z] 93b9cdb0e59b: Pull complete [2021-01-28T01:12:19.538Z] 5e14af77c1be: Pull complete [2021-01-28T01:12:19.799Z] 01666e4c0597: Pull complete [2021-01-28T01:12:29.852Z] aa168da1d23b: Pull complete [2021-01-28T01:12:29.852Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T01:12:29.852Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T01:12:29.852Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T01:12:30.075Z] prd-centos7-docker-4c-2g-23607 does not seem to be running inside a container [2021-01-28T01:12:30.125Z] $ 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/27/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/27 -v /w/workspace/edgex-go/27:/w/workspace/edgex-go/27:rw,z -v /w/workspace/edgex-go/27@tmp:/w/workspace/edgex-go/27@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-28T01:12:34.677Z] $ docker top 18c12ca09d8dc72959a90308f7a2f48490d9e214870257cb36b99773362db3e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T01:12:35.351Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T01:12:35.688Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T01:12:36.000Z] + ls /var/log/sa-host [2021-01-28T01:12:36.000Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T01:12:36.000Z] file_magic: OK [2021-01-28T01:12:36.000Z] HZ: Using current value: 100 [2021-01-28T01:12:36.000Z] file_header: OK [2021-01-28T01:12:36.000Z] 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-28T01:12:36.000Z] Statistics: [2021-01-28T01:12:36.000Z] Hnuu...uuuununununu... [2021-01-28T01:12:36.000Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T01:12:36.000Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T01:12:36.000Z] file_magic: OK [2021-01-28T01:12:36.000Z] HZ: Using current value: 100 [2021-01-28T01:12:36.000Z] file_header: OK [2021-01-28T01:12:36.000Z] 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-28T01:12:36.000Z] Statistics: [2021-01-28T01:12:36.000Z] 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... [2021-01-28T01:12:36.000Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T01:12:36.222Z] provisioning config files... [2021-01-28T01:12:36.265Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/27@tmp/config5068514590615420268tmp [Pipeline] { [Pipeline] echo [2021-01-28T01:12:36.329Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:12:36.630Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T01:12:36.639Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T01:12:36.733Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:12:37.028Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T01:12:37.039Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:12:37.336Z] ---> sudo-logs.sh [2021-01-28T01:12:37.337Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T01:12:37.348Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:12:37.649Z] ---> job-cost.sh [2021-01-28T01:12:37.684Z] lf-activate-venv: SKIPPING [2021-01-28T01:12:37.684Z] INFO: No Stack... [2021-01-28T01:12:38.637Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T01:12:39.210Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T01:12:39.224Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T01:12:39.523Z] ---> logs-deploy.sh [2021-01-28T01:12:39.523Z] lf-activate-venv: SKIPPING [2021-01-28T01:12:39.523Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/27 [2021-01-28T01:12:39.523Z] INFO: archiving workspace using pattern(s): [2021-01-28T01:12:41.443Z] Archives upload complete. [2021-01-28T01:12:41.443Z] INFO: archiving logs to Nexus [2021-01-28T01:12:42.388Z] ---> uname -a: [2021-01-28T01:12:42.388Z] Linux prd-centos7-docker-4c-2g-23607.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-28T01:12:42.388Z] [2021-01-28T01:12:42.388Z] [2021-01-28T01:12:42.388Z] ---> lscpu: [2021-01-28T01:12:42.388Z] Architecture: x86_64 [2021-01-28T01:12:42.388Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-28T01:12:42.388Z] Byte Order: Little Endian [2021-01-28T01:12:42.388Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-28T01:12:42.388Z] CPU(s): 4 [2021-01-28T01:12:42.388Z] On-line CPU(s) list: 0-3 [2021-01-28T01:12:42.388Z] Thread(s) per core: 1 [2021-01-28T01:12:42.388Z] Core(s) per socket: 1 [2021-01-28T01:12:42.388Z] Socket(s): 4 [2021-01-28T01:12:42.388Z] NUMA node(s): 1 [2021-01-28T01:12:42.388Z] Vendor ID: GenuineIntel [2021-01-28T01:12:42.388Z] CPU family: 6 [2021-01-28T01:12:42.388Z] Model: 44 [2021-01-28T01:12:42.388Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-28T01:12:42.388Z] Stepping: 1 [2021-01-28T01:12:42.388Z] CPU MHz: 2933.442 [2021-01-28T01:12:42.388Z] BogoMIPS: 5866.88 [2021-01-28T01:12:42.388Z] Virtualization: VT-x [2021-01-28T01:12:42.388Z] Hypervisor vendor: KVM [2021-01-28T01:12:42.388Z] Virtualization type: full [2021-01-28T01:12:42.388Z] L1d cache: 128 KiB [2021-01-28T01:12:42.388Z] L1i cache: 128 KiB [2021-01-28T01:12:42.388Z] L2 cache: 16 MiB [2021-01-28T01:12:42.388Z] L3 cache: 64 MiB [2021-01-28T01:12:42.388Z] NUMA node0 CPU(s): 0-3 [2021-01-28T01:12:42.388Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-28T01:12:42.388Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-28T01:12:42.388Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-28T01:12:42.388Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-28T01:12:42.388Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-28T01:12:42.388Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-28T01:12:42.388Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-28T01:12:42.388Z] Vulnerability Srbds: Not affected [2021-01-28T01:12:42.388Z] Vulnerability Tsx async abort: Not affected [2021-01-28T01:12:42.388Z] 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-28T01:12:42.388Z] [2021-01-28T01:12:42.388Z] [2021-01-28T01:12:42.388Z] ---> nproc: [2021-01-28T01:12:42.388Z] 4 [2021-01-28T01:12:42.388Z] [2021-01-28T01:12:42.388Z] [2021-01-28T01:12:42.388Z] ---> df -h: [2021-01-28T01:12:42.388Z] Filesystem Size Used Available Use% Mounted on [2021-01-28T01:12:42.388Z] overlay 50.0G 12.3G 37.7G 25% / [2021-01-28T01:12:42.388Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-28T01:12:42.389Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-28T01:12:42.389Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-28T01:12:42.389Z] /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os [2021-01-28T01:12:42.389Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf [2021-01-28T01:12:42.389Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname [2021-01-28T01:12:42.389Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts [2021-01-28T01:12:42.389Z] /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json [2021-01-28T01:12:42.389Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host [2021-01-28T01:12:42.389Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure [2021-01-28T01:12:42.389Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log [2021-01-28T01:12:42.389Z] /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/27@tmp [2021-01-28T01:12:42.389Z] /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/27 [2021-01-28T01:12:42.389Z] [2021-01-28T01:12:42.389Z] [2021-01-28T01:12:42.389Z] ---> free -m: [2021-01-28T01:12:42.389Z] total used free shared buff/cache available [2021-01-28T01:12:42.389Z] Mem: 1837 702 269 0 865 1052 [2021-01-28T01:12:42.389Z] Swap: 1023 79 944 [2021-01-28T01:12:42.389Z] [2021-01-28T01:12:42.389Z] [2021-01-28T01:12:42.389Z] ---> ip addr: [2021-01-28T01:12:42.389Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-28T01:12:42.389Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-28T01:12:42.389Z] inet 127.0.0.1/8 scope host lo [2021-01-28T01:12:42.389Z] valid_lft forever preferred_lft forever [2021-01-28T01:12:42.389Z] inet6 ::1/128 scope host [2021-01-28T01:12:42.389Z] valid_lft forever preferred_lft forever [2021-01-28T01:12:42.389Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-28T01:12:42.389Z] link/ether fa:16:3e:b7:c0:ea brd ff:ff:ff:ff:ff:ff [2021-01-28T01:12:42.389Z] inet 10.30.123.138/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-28T01:12:42.389Z] valid_lft 85290sec preferred_lft 85290sec [2021-01-28T01:12:42.389Z] inet6 fe80::f816:3eff:feb7:c0ea/64 scope link [2021-01-28T01:12:42.389Z] valid_lft forever preferred_lft forever [2021-01-28T01:12:42.389Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-28T01:12:42.389Z] link/ether 02:42:be:e4:8e:69 brd ff:ff:ff:ff:ff:ff [2021-01-28T01:12:42.389Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-28T01:12:42.389Z] valid_lft forever preferred_lft forever [2021-01-28T01:12:42.389Z] inet6 fe80::42:beff:fee4:8e69/64 scope link [2021-01-28T01:12:42.389Z] valid_lft forever preferred_lft forever [2021-01-28T01:12:42.389Z] [2021-01-28T01:12:42.389Z] [2021-01-28T01:12:42.389Z] ---> sar -b -r -n DEV: [2021-01-28T01:12:42.389Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T01:12:42.389Z] [2021-01-28T01:12:42.389Z] 00:54:00 LINUX RESTART (4 CPU) [2021-01-28T01:12:42.389Z] [2021-01-28T01:12:42.389Z] 00:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-28T01:12:42.389Z] 00:56:02 215.75 99.60 116.15 0.00 9799.20 46392.63 0.00 [2021-01-28T01:12:42.389Z] 00:57:01 140.33 21.22 119.11 0.00 1729.02 17969.01 0.00 [2021-01-28T01:12:42.389Z] 00:58:01 174.80 87.86 86.94 0.00 2737.00 9810.41 0.00 [2021-01-28T01:12:42.389Z] 00:59:01 152.25 85.60 66.64 0.00 3821.30 11833.61 0.00 [2021-01-28T01:12:42.389Z] 01:00:01 1016.31 739.03 277.28 0.00 93969.77 163876.47 0.00 [2021-01-28T01:12:42.389Z] 01:01:02 2587.45 2295.48 291.96 0.00 144045.25 154615.48 0.00 [2021-01-28T01:12:42.389Z] 01:02:01 543.91 270.59 273.32 0.00 55739.65 82452.93 0.00 [2021-01-28T01:12:42.389Z] 01:03:02 2356.03 2011.10 344.93 0.00 116989.79 130871.70 0.00 [2021-01-28T01:12:42.389Z] 01:04:02 1236.27 909.80 326.46 0.00 69442.76 87277.00 0.00 [2021-01-28T01:12:42.389Z] 01:05:01 173.17 28.69 144.47 0.00 3626.09 24099.90 0.00 [2021-01-28T01:12:42.389Z] 01:06:01 5.93 0.33 5.59 0.00 12.79 174.11 0.00 [2021-01-28T01:12:42.389Z] 01:07:01 0.32 0.00 0.32 0.00 0.00 4.76 0.00 [2021-01-28T01:12:42.389Z] 01:08:01 0.40 0.10 0.30 0.00 1.20 4.36 0.00 [2021-01-28T01:12:42.389Z] 01:09:01 2.15 1.85 0.30 0.00 58.88 4.20 0.00 [2021-01-28T01:12:42.389Z] 01:10:01 0.93 0.08 0.85 0.00 1.47 16.56 0.00 [2021-01-28T01:12:42.389Z] 01:11:01 0.32 0.00 0.32 0.00 0.00 4.36 0.00 [2021-01-28T01:12:42.389Z] 01:12:01 0.22 0.00 0.22 0.00 0.00 2.83 0.00 [2021-01-28T01:12:42.389Z] Average: 508.77 387.78 120.99 0.00 29666.14 43037.95 0.00 [2021-01-28T01:12:42.389Z] [2021-01-28T01:12:42.389Z] 00:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-28T01:12:42.389Z] 00:56:02 102984 0 692996 36.83 2248 1083316 1444056 49.28 570704 963760 30008 [2021-01-28T01:12:42.389Z] 00:57:01 324520 0 698676 37.13 1516 856832 1304808 44.53 453340 825392 48 [2021-01-28T01:12:42.389Z] 00:58:01 313372 0 804480 42.76 592 763100 1780256 60.76 658048 626424 74200 [2021-01-28T01:12:42.389Z] 00:59:01 424068 0 708132 37.64 592 748752 1130000 38.57 510656 671208 20 [2021-01-28T01:12:42.389Z] 01:00:01 306620 0 704100 37.42 24 870800 1550296 52.91 564980 798056 0 [2021-01-28T01:12:42.389Z] 01:01:02 76320 0 1497580 79.59 24 307620 3706460 126.50 807804 732204 4124 [2021-01-28T01:12:42.389Z] 01:02:01 69636 0 781828 41.55 24 1030056 2082756 71.08 752184 814396 97204 [2021-01-28T01:12:42.389Z] 01:03:02 62120 0 753196 40.03 24 1066204 1978812 67.53 584080 1002640 98652 [2021-01-28T01:12:42.389Z] 01:04:02 312052 0 654204 34.77 24 915264 1380104 47.10 664412 668056 20 [2021-01-28T01:12:42.389Z] 01:05:01 118184 0 634888 33.74 24 1128448 1226024 41.84 631040 878944 20 [2021-01-28T01:12:42.389Z] 01:06:01 124484 0 628588 33.41 24 1128448 1189744 40.60 628008 877480 8 [2021-01-28T01:12:42.389Z] 01:07:01 124780 0 628280 33.39 24 1128460 1189708 40.60 628028 877488 8 [2021-01-28T01:12:42.389Z] 01:08:01 124680 0 628340 33.39 24 1128500 1189732 40.60 627948 877524 12 [2021-01-28T01:12:42.389Z] 01:09:01 124072 0 628100 33.38 24 1129348 1185536 40.46 627608 878140 16 [2021-01-28T01:12:42.389Z] 01:10:01 123816 0 628340 33.39 24 1129364 1185604 40.46 627696 878168 8 [2021-01-28T01:12:42.389Z] 01:11:01 124112 0 628032 33.38 24 1129376 1185536 40.46 627508 878168 8 [2021-01-28T01:12:42.389Z] 01:12:01 123932 0 628212 33.39 24 1129376 1185536 40.46 627508 878168 16 [2021-01-28T01:12:42.389Z] Average: 175280 0 725175 38.54 309 980780 1523233 51.99 623032 830954 17904 [2021-01-28T01:12:42.389Z] [2021-01-28T01:12:42.389Z] 00:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-28T01:12:42.389Z] 00:56:02 vethe2f8ce4 14.04 23.65 0.93 128.56 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 00:56:02 eth0 1188.59 1216.37 5977.01 149.08 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 00:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 00:56:02 docker0 882.50 790.27 71.39 2805.27 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 00:57:01 eth0 189.91 150.58 734.89 19.48 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 00:57:01 docker0 138.89 166.41 9.75 717.08 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 00:58:01 vethe5bd67a 0.23 0.37 0.02 0.04 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 00:58:01 eth0 33.93 18.83 29.45 13.31 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 00:58:01 docker0 0.23 0.23 0.01 0.03 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 00:59:01 eth0 52.48 39.11 26.23 86.29 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:00:01 veth389d648 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:00:01 veth5e15487 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:00:01 eth0 232.55 172.56 1841.92 74.07 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:01:02 veth389d648 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:01:02 veth79dc33b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:01:02 veth47f5153 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:01:02 veth5753e33 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:02:01 veth389d648 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:02:01 eth0 2978.14 2330.95 13144.95 459.55 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:02:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:02:01 veth8aa5d7c 48.14 136.90 3.62 808.50 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:03:02 veth389d648 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:03:02 eth0 89.87 58.42 150.59 97.85 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:03:02 docker0 1096.08 1152.50 85.26 4676.51 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:04:02 veth389d648 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:04:02 veth3c338a5 6.72 2.84 38.60 0.20 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:04:02 eth0 52.39 28.30 105.07 17.45 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:05:01 eth0 222.19 165.57 1677.92 88.88 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:05:01 docker0 1159.10 1249.60 89.69 5286.12 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:06:01 eth0 1.43 0.57 0.58 0.37 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:07:01 eth0 1.15 0.35 0.33 0.21 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:08:01 eth0 0.98 0.40 0.33 0.23 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:09:01 eth0 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:10:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:11:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:12:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] Average: eth0 134.19 114.26 680.27 33.64 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] Average: docker0 67.15 72.39 5.20 306.25 0.00 0.00 0.00 0.00 [2021-01-28T01:12:42.389Z] [2021-01-28T01:12:42.389Z] [2021-01-28T01:12:42.389Z] ---> sar -P ALL: [2021-01-28T01:12:42.389Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T01:12:42.389Z] [2021-01-28T01:12:42.389Z] 00:54:00 LINUX RESTART (4 CPU) [2021-01-28T01:12:42.389Z] [2021-01-28T01:12:42.389Z] 00:55:01 CPU %user %nice %system %iowait %steal %idle [2021-01-28T01:12:42.389Z] 00:56:02 all 16.29 0.00 10.41 1.89 0.06 71.36 [2021-01-28T01:12:42.389Z] 00:56:02 0 15.98 0.00 13.12 2.36 0.07 68.48 [2021-01-28T01:12:42.389Z] 00:56:02 1 15.73 0.00 9.94 2.49 0.05 71.79 [2021-01-28T01:12:42.389Z] 00:56:02 2 15.11 0.00 9.16 1.42 0.05 74.26 [2021-01-28T01:12:42.389Z] 00:56:02 3 18.32 0.00 9.45 1.31 0.05 70.86 [2021-01-28T01:12:42.389Z] 00:57:01 all 5.01 0.00 4.96 3.76 0.04 86.23 [2021-01-28T01:12:42.389Z] 00:57:01 0 5.09 0.00 5.40 2.68 0.05 86.78 [2021-01-28T01:12:42.389Z] 00:57:01 1 4.74 0.00 4.62 4.23 0.03 86.37 [2021-01-28T01:12:42.389Z] 00:57:01 2 5.22 0.00 5.10 3.53 0.03 86.12 [2021-01-28T01:12:42.389Z] 00:57:01 3 4.99 0.00 4.74 4.58 0.03 85.66 [2021-01-28T01:12:42.389Z] 00:58:01 all 55.01 0.00 14.19 4.67 0.07 26.06 [2021-01-28T01:12:42.389Z] 00:58:01 0 52.38 0.00 14.71 4.86 0.05 28.00 [2021-01-28T01:12:42.389Z] 00:58:01 1 54.11 0.00 14.25 5.49 0.07 26.08 [2021-01-28T01:12:42.389Z] 00:58:01 2 56.38 0.00 13.84 5.43 0.10 24.24 [2021-01-28T01:12:42.389Z] 00:58:01 3 57.15 0.00 13.97 2.87 0.07 25.94 [2021-01-28T01:12:42.389Z] 00:59:01 all 44.18 0.00 14.34 2.08 0.06 39.34 [2021-01-28T01:12:42.389Z] 00:59:01 0 44.12 0.00 14.57 2.03 0.04 39.24 [2021-01-28T01:12:42.389Z] 00:59:01 1 46.46 0.00 14.15 2.21 0.05 37.13 [2021-01-28T01:12:42.389Z] 00:59:01 2 43.82 0.00 14.28 2.08 0.07 39.75 [2021-01-28T01:12:42.389Z] 00:59:01 3 42.33 0.00 14.35 1.99 0.07 41.26 [2021-01-28T01:12:42.389Z] 01:00:01 all 21.73 0.00 24.95 9.50 0.12 43.70 [2021-01-28T01:12:42.390Z] 01:00:01 0 22.26 0.00 24.59 8.83 0.16 44.16 [2021-01-28T01:12:42.390Z] 01:00:01 1 19.94 0.00 24.48 9.85 0.12 45.61 [2021-01-28T01:12:42.390Z] 01:00:01 2 23.61 0.00 26.00 11.41 0.10 38.87 [2021-01-28T01:12:42.390Z] 01:00:01 3 21.12 0.00 24.71 7.90 0.09 46.18 [2021-01-28T01:12:42.390Z] 01:01:02 all 37.86 0.00 26.66 19.34 0.15 15.99 [2021-01-28T01:12:42.390Z] 01:01:02 0 38.44 0.00 26.69 19.73 0.18 14.97 [2021-01-28T01:12:42.390Z] 01:01:02 1 37.36 0.00 26.01 19.12 0.12 17.39 [2021-01-28T01:12:42.390Z] 01:01:02 2 38.11 0.00 26.19 19.91 0.14 15.65 [2021-01-28T01:12:42.390Z] 01:01:02 3 37.53 0.00 27.78 18.60 0.14 15.94 [2021-01-28T01:12:42.390Z] 01:02:01 all 41.85 0.00 20.41 24.72 0.08 12.93 [2021-01-28T01:12:42.390Z] 01:02:01 0 41.48 0.00 21.07 22.63 0.05 14.76 [2021-01-28T01:12:42.390Z] 01:02:01 1 41.63 0.00 20.79 24.30 0.07 13.21 [2021-01-28T01:12:42.390Z] 01:02:01 2 42.22 0.00 19.68 27.58 0.11 10.41 [2021-01-28T01:12:42.390Z] 01:02:01 3 42.08 0.00 20.10 24.39 0.11 13.33 [2021-01-28T01:12:42.390Z] 01:03:02 all 19.51 0.00 23.49 32.03 0.16 24.81 [2021-01-28T01:12:42.390Z] 01:03:02 0 18.27 0.00 23.08 30.98 0.24 27.43 [2021-01-28T01:12:42.390Z] 01:03:02 1 19.25 0.00 24.08 32.37 0.14 24.17 [2021-01-28T01:12:42.390Z] 01:03:02 2 19.68 0.00 22.41 31.46 0.14 26.31 [2021-01-28T01:12:42.390Z] 01:03:02 3 20.85 0.00 24.41 33.33 0.12 21.29 [2021-01-28T01:12:42.390Z] 01:04:02 all 45.70 0.00 21.40 20.75 0.11 12.04 [2021-01-28T01:12:42.390Z] 01:04:02 0 43.68 0.00 23.61 19.52 0.07 13.12 [2021-01-28T01:12:42.390Z] 01:04:02 1 45.85 0.00 20.94 20.92 0.12 12.17 [2021-01-28T01:12:42.390Z] 01:04:02 2 46.89 0.00 20.45 22.12 0.14 10.41 [2021-01-28T01:12:42.390Z] 01:04:02 3 46.40 0.00 20.57 20.47 0.11 12.45 [2021-01-28T01:12:42.390Z] 01:05:01 all 8.84 0.00 6.79 7.64 0.05 76.68 [2021-01-28T01:12:42.390Z] 01:05:01 0 10.36 0.00 7.88 7.51 0.03 74.22 [2021-01-28T01:12:42.390Z] 01:05:01 1 7.16 0.00 5.98 8.86 0.05 77.95 [2021-01-28T01:12:42.390Z] 01:05:01 2 11.17 0.00 7.34 8.72 0.05 72.72 [2021-01-28T01:12:42.390Z] 01:05:01 3 6.69 0.00 5.98 5.44 0.05 81.84 [2021-01-28T01:12:42.390Z] 01:06:01 all 0.16 0.00 0.06 0.01 0.00 99.77 [2021-01-28T01:12:42.390Z] 01:06:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-28T01:12:42.390Z] 01:06:01 1 0.07 0.00 0.07 0.02 0.00 99.85 [2021-01-28T01:12:42.390Z] 01:06:01 2 0.03 0.00 0.07 0.03 0.00 99.87 [2021-01-28T01:12:42.390Z] 01:06:01 3 0.00 0.00 0.07 0.00 0.00 99.93 [2021-01-28T01:12:42.390Z] [2021-01-28T01:12:42.390Z] 01:06:01 CPU %user %nice %system %iowait %steal %idle [2021-01-28T01:12:42.390Z] 01:07:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-01-28T01:12:42.390Z] 01:07:01 0 0.47 0.00 0.03 0.00 0.00 99.50 [2021-01-28T01:12:42.390Z] 01:07:01 1 0.10 0.00 0.05 0.00 0.00 99.85 [2021-01-28T01:12:42.390Z] 01:07:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-28T01:12:42.390Z] 01:07:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-28T01:12:42.390Z] 01:08:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-28T01:12:42.390Z] 01:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-28T01:12:42.390Z] 01:08:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-28T01:12:42.390Z] 01:08:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-28T01:12:42.390Z] 01:08:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-28T01:12:42.390Z] 01:09:01 all 0.17 0.00 0.10 0.03 0.01 99.70 [2021-01-28T01:12:42.390Z] 01:09:01 0 0.02 0.00 0.05 0.02 0.00 99.92 [2021-01-28T01:12:42.390Z] 01:09:01 1 0.52 0.00 0.08 0.02 0.00 99.38 [2021-01-28T01:12:42.390Z] 01:09:01 2 0.05 0.00 0.20 0.08 0.02 99.65 [2021-01-28T01:12:42.390Z] 01:09:01 3 0.08 0.00 0.05 0.00 0.02 99.85 [2021-01-28T01:12:42.390Z] 01:10:01 all 0.15 0.00 0.02 0.00 0.00 99.84 [2021-01-28T01:12:42.390Z] 01:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-28T01:12:42.390Z] 01:10:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-28T01:12:42.390Z] 01:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-28T01:12:42.390Z] 01:10:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-28T01:12:42.390Z] 01:11:01 all 0.12 0.00 0.04 0.00 0.00 99.83 [2021-01-28T01:12:42.390Z] 01:11:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-28T01:12:42.390Z] 01:11:01 1 0.37 0.00 0.08 0.02 0.00 99.53 [2021-01-28T01:12:42.390Z] 01:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-28T01:12:42.390Z] 01:11:01 3 0.12 0.00 0.03 0.00 0.00 99.85 [2021-01-28T01:12:42.390Z] 01:12:01 all 0.03 0.00 0.02 0.00 0.01 99.94 [2021-01-28T01:12:42.390Z] 01:12:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-01-28T01:12:42.390Z] 01:12:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-01-28T01:12:42.390Z] 01:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2021-01-28T01:12:42.390Z] 01:12:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-28T01:12:42.390Z] Average: all 17.06 0.00 9.65 7.25 0.05 65.98 [2021-01-28T01:12:42.390Z] Average: 0 16.87 0.00 10.07 6.97 0.06 66.04 [2021-01-28T01:12:42.390Z] Average: 1 16.90 0.00 9.53 7.47 0.05 66.05 [2021-01-28T01:12:42.390Z] Average: 2 17.38 0.00 9.47 7.67 0.06 65.42 [2021-01-28T01:12:42.390Z] Average: 3 17.11 0.00 9.54 6.91 0.05 66.40 [2021-01-28T01:12:42.390Z] [2021-01-28T01:12:42.390Z] [2021-01-28T01:12:42.390Z]